(mh-find-path): Set read-mail-command.
[emacs.git] / lisp / ChangeLog
blobe500db042be54e27cc533bf14fb12a17130d30c7
1 2000-12-15  Gerd Moellmann  <gerd@gnu.org>
3         * mail/mh-utils.el (mh-find-path): Set read-mail-command.
5 2000-12-15  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
7         * dabbrev.el (dabbrev--last-case-pattern): Value is now
8         `upcase' or `downcase' or nil.
9         (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
10         Pass new record-case-pattern arg to dabbrev--substitute-expansion.
11         (dabbrev--substitute-expansion): New arg record-case-pattern.
12         If it is non-nil, set dabbrev--last-case-pattern.
13         If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
15         * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
17 2000-12-15  Miles Bader  <miles@gnu.org>
19         * paths.el (Info-default-directory-list): Don't delete
20         configure-info-directory from the list of standard info
21         directories when appending it to the end -- their order is
22         important.
24         * faces.el (read-face-attribute): If there's no entry for the
25         user's input in VALID, just use it as-is (this will often result
26         in an error, but it may be OK for e.g. colors using hexadecimal
27         notation, and at least will yield a better error message).
29         * window.el (mode-line-window-height-fudge): Function removed.
30         (height-affecting-face-attributes, mode-line-window-height-fudge): 
31         Variables removed.
32         * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
33         window is really the right size.  Use vertical-motion
34         rather than forward-line.
35         (ispell-help): Don't use ispell-mode-line-window-height-fudge.
36         (ispell-command-loop, ispell-show-choices): Use the variable
37         ispell-choices-win-default-height, rather than the function.
38         (ispell-choices-win-default-height): Function removed.
39         (ispell-mode-line-window-height-fudge): Function removed.
40         
41 2000-12-14  Stefan Monnier  <monnier@cs.yale.edu>
43         * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
45 2000-12-14  Eli Zaretskii  <eliz@is.elta.co.il>
47         * paths.el (Info-default-directory-list): If
48         configure-info-directory is not one of the standard directories,
49         put it first in the list; otherwise put it last.  Doc string
50         changed accordingly.
52         * info.el (Info-directory-list): Change doc string to reflect the
53         change in Info-default-directory-list.
55         * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
56         windows-nt as windowed environments, even under -nw.
58         * startup.el (command-line): Don't call x-backspace-delete-keys-p
59         if not fboundp.  Switch delete-forward mode for the <delete> key
60         on all PC platforms, even under -nw.
62         * term/internal.el ([M-delete]): Remap to M-d.
64 2000-12-14  Gerd Moellmann  <gerd@gnu.org>
66         * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
68 2000-12-14  Eli Zaretskii  <eliz@is.elta.co.il>
70         * frame.el (show-cursor-in-non-selected-windows): Doc fix.
72 2000-12-14  Gerd Moellmann  <gerd@gnu.org>
74         * startup.el (command-line): Call delete-key-deletes-forward-mode,
75         if appropriate.
77         * simple.el (delete-key-deletes-forward): New user-option.
78         (delete-key-deletes-forward-mode): New function.
80         * bindings.el: Bind `delete' to backward-delete-char.
82         * emacs-lisp/easymenu.el (easy-menu-current-active-maps): Test
83         if symbol is bound before getting its value.
85         * tooltip.el (tooltip-show): If an error is signaled in
86         x-show-tip, display that error, and display the help in the
87         echo area.
89 2000-12-15  Miles Bader  <miles@gnu.org>
91         * window.el (mode-line-window-height-fudge): Function removed.
92         (height-affecting-face-attributes, mode-line-window-height-fudge): 
93         Variables removed.
94         * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
95         window is really the right size.  Use vertical-motion
96         rather than forward-line.
97         (ispell-help): Don't use ispell-mode-line-window-height-fudge.
98         (ispell-choices-win-default-height): Function removed.
99         (ispell-command-loop, ispell-show-choices): Use the variable
100         ispell-mode-line-window-height-fudge, rather than the function.
101         (ispell-mode-line-window-height-fudge): Function removed.
102         
103 2000-12-14  Kenichi Handa  <handa@etl.go.jp>
105         * international/ja-dic-cnv.el (skkdic-set-okuri-nasi): Show
106         "... entries" messages for every 10000 entries, not 10.
108 2000-12-13  Karl Fogel  <kfogel@red-bean.com>
110         * bookmark.el: Provide a generic exit hook, as suggested by
111         Ovidiu Predescu <ovidiu@cup.hp.com>:
112         (bookmark-exit-hook): New var.
113         (bookmark-exit-hook-internal): New func, replaces
114         old raw lambda form in `kill-emacs-hook', and runs new
115         `bookmark-exit-hooks'.  No longer tests for the bookmark feature,
116         as logically that feature must have been provided if this function
117         is running.
118         Removed ;;;###autoload before the `add-hook' call.
120 2000-12-13  Stefan Monnier  <monnier@cs.yale.edu>
122         * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
123         (easy-menu-current-active-maps): New function.
124         (easy-menu-get-map): Use it.
125         Make a proper menu entry when creating a new keymap.
127 2000-12-13  Kenichi Handa  <handa@etl.go.jp>
129         * international/characters.el: Fix cases and syntaxes for
130         mule-unicode-0100-24ff.
132         * dired.el (dired-move-to-filename-regexp): Fixed for the case
133         that a Japanese character is not appended after day and year.
135         * info.el (Info-suffix-list): Change format for a command that
136         requires arguments.
137         (info-insert-file-contents): Adjusted for the above change.
139 2000-12-12  Andreas Schwab  <schwab@suse.de>
141         * tar-mode.el (tar-extract): Base the name of the subfile buffer
142         on the name of the tar buffer.  Verify that the existing buffer is
143         visiting the same subfile.
145 2000-12-12  Dave Love  <fx@gnu.org>
147         * subdirs.el: Add obsolete.
149 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
151         * mail/rmailsum.el (rmail-summary-expunge)
152         (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
153         instead of rmail-confirm-expunge.
155         * replace.el (perform-replace): Don't use an empty match adjacent
156         to a non-empty match when computing the next match before the
157         replacement is performed.
159 2000-12-12  Milan Zamazal  <pdm@freesoft.cz>
161         * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
162         definition (patch by Stefan Monnier).
163         (glasses-mode): Use jit-lock instead of `after-change-functions'
164         (patch by Stefan Monnier).
166 2000-12-12  Miles Bader  <miles@gnu.org>
168         * info.el (Info-last-preorder): Don't barf on nodes without a prev.
169         (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
171 2000-12-12  Andrew Choi  <akochoi@i-cable.com>
173         * term/mac-win.el: Remove load for ls-lisp.
175         * loadup.el: Load ls-lisp for system-type `macos'.
177 2000-12-12  Miles Bader  <miles@gnu.org>
179         * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
180         Respect field end too.
181         (just-one-space): Respect fields as `delete-horizontal-space'.
182         (newline-and-indent, reindent-then-newline-and-indent): Use
183         `delete-horizontal-space'.
185 2000-12-11  Stefan Monnier  <monnier@cs.yale.edu>
187         * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
188         (so as to obey the field property in the minibuffer).
190         * obsolete/c-mode.el: Moved from lisp/progmodes.
191         * obsolete/auto-show.el: Moved from lisp.
192         * obsolete/ooutline.el: Moved from lisp/textmodes.
193         
194 2000-12-11  Carsten Dominik  <dominik@strw.leidenuniv.nl>
196         * progmodes/idlwave.el: Updated to IDLWAVE version 4.7.  Too many
197         changes to list them here.
199         * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.  Too
200         many changes to list them here.
202         * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.  Too
203         many changes to list them here.
205         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
207 2000-12-11  Gerd Moellmann  <gerd@gnu.org>
209         * simple.el (kill-new): Don't try to setcar kill-ring if it is
210         nil.
212         * cus-edit.el (custom-save-variables, custom-save-faces): 
213         Comment fix.
215         * hscroll.el: Moved to `obsolete' subdir.
217 2000-12-11  Miles Bader  <miles@gnu.org>
219         * window.el (window-text-height): Function removed (now in C).
221 2000-12-10  Stefan Monnier  <monnier@cs.yale.edu>
223         * log-edit.el (log-edit-parent-buffer): New var.
224         (log-edit): Set it.  Add BUFFER argument.
225         (log-edit-done): Use char-before.
226         Don't bother checking validity of vc-comment-ring.
227         Only bury the buffer if log-edit popped it up.
229         * pcvs.el: Update references to CVS-Edit (now Log-Edit).
230         (cvs-mode-diff-help): Remove.
231         (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
232         (cvs-mode-marked): Set up the default for CMD manually.
234         * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
235         Remove binding for ? now made unnecessary.
237 2000-12-10  Carsten Dominik  <dominik@strw.leidenuniv.nl>
239         * textmodes/reftex.el (reftex-scanning-info-available-p): New
240         function
241         (reftex-TeX-master-file): Check for `tex-main-file' early enough.
243         * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
244         when master file is not open.
246 2000-12-09  Stefan Monnier  <monnier@cs.yale.edu>
248         * progmodes/ada-stmt.el: Update `maintainer'.
250 2000-12-09  Stephen Gildea  <gildea@alum.mit.edu>
252         * time-stamp.el (time-stamp-old-format-warn): Reorder custom
253         choices to match documentation string.
255 2000-12-09  Miles Bader  <miles@gnu.org>
257         * minibuf-eldef.el: New file.
259         * window.el (fit-window-to-buffer): Don't pass last argument to
260         pos-visible-in-window-p, now that its meaning is inverted.
262 2000-12-08  Eli Zaretskii  <eliz@is.elta.co.il>
264         * image.el (create-image): Doc fix; spotted by Per Cederqvist
265         <ceder@lysator.liu.se>.
267 2000-12-08  Stefan Monnier  <monnier@cs.yale.edu>
269         * autoinsert.el (auto-insert-alist): Add missing final \n.
271         * pcvs-defs.el (cvs-menu): Move.  Make submenu for diff commands.
272         (cvs-menu-map): Remove.
273         * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
274         (cvs-mode-quit): Turn it back into a plain function.
276         * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
277         (texinfo-filter): Remove (move to texinfo.el).
279         * textmodes/texinfo.el: Move the (require 'cl) to the front of the
280         file where it's more visible.
281         (texinfo-filter, texinfo-chapter-level-regexp): New variables
282         moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
283         (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
284         (texinfo-inside-macro-p): Only catch `scan-error's.
285         (texinfo-inside-env-p): Make better use of the match info.
286         (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
287         (texinfo-insert-@end): Slight re-organization.
288         Also remove useless `looking-at' call.
290 2000-12-08  Andrew Innes  <andrewi@gnu.org>
292         * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
293         accessible in -nw mode.
295         * term/w32-win.el: Remove stuff about selection timeout, which is
296         irrelevant on Windows.  Move clipboard support to w32-fns.el, so
297         it is accessible in -nw mode.
299 2000-12-08  Dave Love  <fx@gnu.org>
301         * emacs-lisp/lisp-mode.el (lisp-mode): Set
302         font-lock-keywords-case-fold-search.
304 2000-12-08  Gerd Moellmann  <gerd@gnu.org>
306         * textmodes/ispell.el (ispell): Doc fix.
308 2000-12-08  Kenichi Handa  <handa@etl.go.jp>
310         * international/quail.el (quail-insert-decode-map): Check the
311         frame width of a window displaying the current buffer, not that of
312         the selected frame.
313         (quail-help): Make sure that the help buffer has window before
314         inserting text in it.
316 2000-12-07  Sam Steingold  <sds@gnu.org>
318         * loadup.el: Load emacs-lisp/backquote instead of autoloading.
319         Backquote is used in isearch.el, so autoloading saves nothing.
321 2000-12-07  Eli Zaretskii  <eliz@is.elta.co.il>
323         * startup.el (normal-top-level-add-subdirs-to-load-path): Ignore
324         the CVS and RCS subdirectories case-insensitively.
326         * dired.el (dired-insert-directory): If file-system-info is
327         fboundp, call it instead of invoking dired-free-space-program.
329 2000-12-07  Gerd Moellmann  <gerd@gnu.org>
331         * server.el (server-visit-files): Push files on file-name-history.
333         * progmodes/cc-langs.el: Update copyright.
335         * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
337         * bindings.el (mode-line-mode-menu): Add glasses-mode.
339         * bindings.el (mode-line-mode-menu): Reverse the order
340         of define-keys so that the menu appears in alphabetical order.
342 2000-12-07  Milan Zamazal  <pdm@freesoft.cz>
344         * progmodes/glasses.el (glasses-mode): Update mode line at the end
345         of the function.
347 2000-12-07  Dave Love  <fx@gnu.org>
349         * jka-compr.el (jka-compr-compression-info-list): Fix :type.
351         * facemenu.el (facemenu-unlisted-faces): Fix value.
353 2000-12-07  Stefan Monnier  <monnier@cs.yale.edu>
355         * font-lock.el (font-lock-default-fontify-region):
356         Include the terminating \n (off-by-one error).
357         (font-lock-set-defaults): Use dolist.
359         * derived.el (define-derived-mode): Don't use combine-run-hooks.
361 2000-12-07  Kenichi Handa  <handa@etl.go.jp>
363         * international/mule-cmds.el (describe-language-environment): Fix
364         for the case that an input method title is not string but a list.
366         * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
367         of wrong SIZE record.
369 2000-12-06  Dave Love  <fx@gnu.org>
371         * newcomment.el (comment-region, comment-dwim): Doc fix.
373         * textmodes/texinfo.el: Require tex-mode when compiling.
374         (texinfo-update-node): Doc fix.
375         (texinfo-imenu-generic-expression): Add @anchor.
376         (texinfo-font-lock-keywords): Add @uref.
377         (texinfo-inside-macro-p): Don't use ignore-errors.
378         (texinfo-insert-quote): Match more contexts.
380         * international/mule.el (decode-char, encode-char): Doc fix.
381         (auto-coding-alist): Customize.
383         * files.el (load-file): Fix change of 2000-03-12.
385         * wid-edit.el (widget-text-keymap): Doc fix.
387 2000-12-06  Andrew Innes  <andrewi@gnu.org>
389         * makefile.w32-in (lisp): Set to an absolute directory, namely
390         $(CURDIR).
392 2000-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
394         * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
395         read generated-autoload-file, and set buffer-file-coding-system to
396         raw-text-unix after reading the file.
398         * international/mule-conf.el (file-coding-system-alist): Use
399         raw-text for reading loaddefs.el and raw-text-unix for writing
400         it.
402 2000-12-06  Gerd Moellmann  <gerd@gnu.org>
404         * replace.el (occur): Make line-number-width 1 smaller for the
405         colon following the line number.
407         * startup.el (fancy-splash-text, command-line-1): Use
408         `File' for the menu name instead of `Files'.
410         * tmm.el: Update copyright.
412         * cus-start.el: Add entry for even-window-heights.
414 2000-12-06  Miles Bader  <miles@gnu.org>
416         * faces.el (frame-set-background-mode): Avoid stomping on
417         locally modified faces.
419 2000-12-06  Kenichi Handa  <handa@etl.go.jp>
421         * international/fontset.el: Correct the font registries for
422         japanese-jisx0213-1 and japanese-jisx0213-2.
424 2000-12-05  Gerd Moellmann  <gerd@gnu.org>
426         * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
428         * iswitchb.el: Update customization commentary.
430 2000-12-05  Rob Riepel  <riepel@Stanford.EDU>
432         * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
433         (tpu-search-highlight): Fixed comparison of overlay end positions.
434         (tpu-trim-line-ends): Implemented trimming logic locally.
436         * emulation/tpu-extras.el (tpu-write-file-hook)
437         (tpu-set-cursor-bound): Replaced picture-clean with
438         tpu-trim-line-ends.
440 2000-12-05  Kenichi Handa  <handa@etl.go.jp>
442         * language/chinese.el (chinese-iso-8bit): Change mime-charset name
443         to cn-gb.
444         (cn-gb, gb2312): New aliases for chinese-iso-8bit.
446 2000-12-04  Dave Love  <fx@gnu.org>
448         * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
450 2000-12-04  Gerd Moellmann  <gerd@gnu.org>
452         * mail/rmailsum.el (rmail-summary-expunge)
453         (rmail-summary-expunge-and-save): Ask for confirmation with
454         rmail-expunge-confirmed.
456         * mail/rmail.el (rmail-expunge-confirmed): New function.
457         (rmail-expunge): Use it.
459         * progmodes/etags.el (tag-partial-file-name-match-p): New function.
460         (etags-recognize-tags-table, find-tag-in-order): New
461         functionality: interpret file names as tags.
463 2000-12-04  Eli Zaretskii  <eliz@is.elta.co.il>
465         * info.el (Info-scroll-prefer-subnodes): New defcustom.
466         (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't
467         visit the first subnode until the bottom of the current node is
468         visible.
470 2000-12-04  Gerd Moellmann  <gerd@gnu.org>
472         * format.el (format-decode): Don't change buffer's undo list.
474 2000-12-04  Kenichi Handa  <handa@etl.go.jp>
476         * faces.el (face-font-registry-alternatives): Add entries for CJK
477         fonts.  Doc-string adjusted for the actual usage of this data.
479         * international/fontset.el: Change the font registries for CJK
480         fonts in the default fontset.  Don't append '*' to registries.
482 2000-12-03  Stefan Monnier  <monnier@cs.yale.edu>
484         * emacs-lisp/easy-mmode.el (define-derived-mode)
485         (easy-mmode-derived-mode-p): Remove (moved to derived.el).
487         * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
488         (derived-mode-p): New function.
489         (derived-mode-make-docstring): Add `docstring' argument.
490         Use it if available and complete it if necessary.
492 2000-12-03  Andreas Schwab  <schwab@suse.de>
494         * type-break.el (type-break): Don't make parent of itself.
496 2000-12-03  Miles Bader  <miles@gnu.org>
498         * simple.el (delete-trailing-whitespace): Don't delete newlines too.
500 2000-12-02  Stefan Monnier  <monnier@cs.yale.edu>
502         * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
503         (tex-main-file, tex-file): Simplify.
504         (tex-generate-zap-file-name): Use subst-char-in-string.
505         (tex-strip-dots): Remove.
507         * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
509         * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
510         to check if the match succeeded.
512 2000-12-02  Gerd Moellmann  <gerd@gnu.org>
514         * startup.el (use-fancy-splash-screens-p): New function.
515         (command-line-1): Use it to determine whether or not to use
516         a fancy splash screen.
518 2000-12-02  Andreas Schwab  <schwab@suse.de>
520         * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
522 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
524         * international/mule.el (make-char): Fix last change.
526         * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
527         New defcustoms.
528         (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
529         autoloading tex-mode; instead, do the same manually.  Use
530         texinfo-open-quote and texinfo-close-quote.  Insert literal quote
531         with numeric argument.  Docstring fix.
532         (toplevel): Require cl when compiling.
534         * international/mule.el (make-char): Doc fix.
536 2000-12-02  Jason Rumney  <jasonr@gnu.org>
538         * term/w32-win.el (x-select-enable-clipboard): Customize (as per
539         the Emacs Lisp manual)
541 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
543         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
545         * term/pc-win.el (x-select-enable-clipboard): Customize (as per
546         the Emacs Lisp manual).
548 2000-12-02  Gerd Moellmann  <gerd@gnu.org>
550         * simple.el (next-line-add-newlines): Change default to nil.
552 2000-12-01  Eli Zaretskii  <eliz@is.elta.co.il>
554         * files.el (revert-buffer, recover-file): Bind
555         coding-system-for-read to emacs-mule-unix, not to no-conversion.
557 2000-12-01  Gerd Moellmann  <gerd@gnu.org>
559         * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
561 2000-12-01  Miles Bader  <miles@gnu.org>
563         * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
565 2000-12-01  Kenichi Handa  <handa@etl.go.jp>
567         * international/mule-diag.el (describe-char-after): Fix typo.
568         (describe-character-set, non-iso-charset-alist): Fix typo.
570 2000-12-01  Miles Bader  <miles@gnu.org>
572         * image-file.el (image-file-name-regexp): Automatically add
573         upper-case variants of each filename extension in
574         `image-file-name-extensions', since they seem to be common.
576         * simple.el (minibuffer-contents)
577         (minibuffer-contents-no-properties, delete-minibuffer-contents):
578         New functions.
579         * filecache.el (file-cache-directory-name)
580         (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
582 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
584         * filecache.el (file-cache-minibuffer-complete): Don't try to
585         delete the minibuffer prompt.
587 2000-11-30  Dave Love  <fx@gnu.org>
589         * cus-start.el: Fix read-buffer-function type.
591 2000-11-30  Gerd Moellmann  <gerd@gnu.org>
593         * md5.el: Removed.  There's a built-in function, now.
595 2000-11-30  Markus Rost  <rost@math.ohio-state.edu>
597         * mail/rmail.el (rmail-set-message-counters): Don't use "D"
598         as dummy 0-th char of rmail-deleted-vector.
600 2000-11-30  Eli Zaretskii  <eliz@is.elta.co.il>
602         * ps-print.el (ps-end-job): Bind case-fold-search only after
603         switching to ps-spool-buffer.
605 2000-11-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
607         * ps-print.el: Line number font customization.  PostScript: Lines and
608         PageCount are initialized on each page.  Doc Fix.
609         (ps-print-version): New version number (6.3.2).
610         (ps-lpr-switches, ps-font-info-database, ps-font-size)
611         (ps-header-font-size, ps-header-title-font-size, ps-left-header)
612         (ps-right-header): Customization fix.
613         (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
614         Fix code.
615         (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
616         New vars.
618 2000-11-30  Gerd Moellmann  <gerd@gnu.org>
620         * bs.el: Fix typos and spelling errors.
621         (bs-appearance) <defgroup>: Renamed from bs-appearence.
622         (bs-configuration): Doc fix.
624         * bs.el: Undo mistaken change of 2000-11-28.  Update copyright.
626 2000-11-30  Rob Riepel  <riepel@Stanford.EDU>
628         * emulation/tpu-edt.el (tpu-version): New version.
629         (tpu-search-overlay, tpu-replace-overlay): New initial range.
630         (tpu-original-mode-line): Variable deleted.
631         (tpu-mark-flag): New initial value.
632         (tpu-set-mode-line): Don't redefine mode-line-format.  Add
633         tpu-mark-flag to minor-mode-alist.
634         (tpu-update-mode-line): New mark flag logic.
635         (tpu-get): Use find-file-wildcards.
636         (tpu-search-highlight): Move overlay less, reset overlay properly.
637         (tpu-unselect): Deactivate mark.
638         (tpu-lm-replace): Reset overlay properly.
639         (tpu-forward-line): Use forward-visible-line.
640         (tpu-edt-on): Set transient mark mode.  ispell autoloads deleted.
642         * emulation/tpu-extras.el (tpu-forward-line): Use
643         forward-visible-line.
645 2000-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
647         * cus-edit.el (custom-face-value-create): Always emphasize tag.
649 2000-11-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
651         * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
652         and skip whitespace and newlines.
654 2000-11-30  Stefan Monnier  <monnier@cs.yale.edu>
656         * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
658 2000-11-29  Gerd Moellmann  <gerd@gnu.org>
660         * help.el (describe-function-1): Regexp-quote function name
661         when used as part of a regexp.
663         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Use
664         face-attribute instead of face-foreground and face-background.
665         (tool-bar-add-item): Likewise, and handle unspecified colors.
667         * enriched.el (enriched-face-ans): Use face-attribute instead
668         of face-foreground and face-background.
670         * faces.el (face-foreground, face-background, face-stipple):
671         Return nil if attribute is unspecified, for backward
672         compatibility.
674         * files.el (auto-mode-alist): Add an entry for antlr-mode.
676         * play/5x5.el: Remove version info.
678         * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
680         * frame.el (blink-cursor-mode): Doc fix.
682 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
684         * antlr-mode.el: New commands to run ANTLR from within Emacs and
685         to create Makefile rules.
686         (antlr-tool-command): New user option.
687         (antlr-ask-about-save): New user option.
688         (antlr-makefile-specification): New user option.
689         (antlr-file-formats-alist): New variable.
690         (antlr-special-file-formats): New variable.
691         (antlr-unknown-file-formats): New user option.
692         (antlr-help-unknown-file-text): New variable.
693         (antlr-help-rules-intro): New variable.
694         (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
695         (antlr-mode-menu): Add entries.
696         (antlr-file-dependencies): New function.
697         (antlr-directory-dependencies): New function.
698         (antlr-superclasses-glibs): New function.
699         (antlr-run-tool): New command.
700         (antlr-makefile-insert-variable): New function.
701         (antlr-insert-makefile-rules): New function.
702         (antlr-show-makefile-rules): New command.
704         * antlr-mode.el: More Emacs/XEmacs stuff.
705         (antlr-no-action-keywords): New constant with value nil.
706         (antlr-font-lock-keywords-alist): Use it.  Old value would break
707         syntax highlighting in Emacs-21.0.
708         (antlr-default-directory): Emacs/XEmacs dependend function.
709         (antlr-read-shell-command): Ditto.
710         (antlr-with-displaying-help-buffer): Ditto.
712 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
714         * antlr-mode.el: imenu, parsing and highlighting changes.
715         (antlr-imenu-create-index-function): Don't create extra submenus
716         for definitions in different grammar classes.  It is not necessary
717         for the menu and would make command `imenu' awkward to use.
718         (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
719         header actions and more than one.
720         (antlr-font-lock-tokendef-face): Changed color.
721         (antlr-font-lock-tokenref-face): Changed color.
722         (antlr-font-lock-additional-keywords): Also highlight lowercase.
723         (antlr-mode-syntax-table): New variable.
724         (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
725         (antlr-with-syntax-table): Don't copy syntax table.
727 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
729         * antlr-mode.el: Minor changes: language setting.
730         (antlr-language-alist): The value for file option "language" can
731         be both an identifier and a string.
732         Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
733         (antlr-language-limit-n-regexp): Change accordingly.
735 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
737         * antlr-mode.el: Minor changes: tabs, hiding.
738         (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
739         (antlr-action-visibility): Also allow value nil to also hide the
740         braces.  Renamed from `antlr-tiny-action-length'.
741         Suggested by Jay@aol.com.
742         (antlr-hide-actions): Change accordingly.  Hide line if completely
743         hidden action is on a line of its own.
745 2000-11-29  Stefan Monnier  <monnier@cs.yale.edu>
747         * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
749         * sort.el (sort-columns): Don't concat strings with numbers.
751 2000-11-29  Dave Love  <fx@gnu.org>
753         * cus-edit.el (face): Fix :format.
755         * mail/feedmail.el: Require smtpmail when compiling.
756         (mail-do-fcc): Autoload.
757         (feedmail) <defgroup>: Fix :link.
758         (feedmail-nuke-body-in-fcc): Fix :type.
759         (feedmail-send-it): Add autoload cookie.
761 2000-11-29  Stefan Monnier  <monnier@cs.yale.edu>
763         * newcomment.el (comment-indent): Save excursion around call to
764         comment-indent-function.
766 2000-11-29  Miles Bader  <miles@gnu.org>
768         * subr.el (member-ignore-case): Return the tail of the list who's
769         car matches, like `member', not the matching element itself.
771 2000-11-29  Kenichi Handa  <handa@etl.go.jp>
773         * xml.el (xml-parse-tag): Fix finding opening tag.  A tag name
774         should not contain `\n'.
776 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
778         * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
780         * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
782         * dired-aux.el (dired-do-create-files): Construct default file
783         name for dired-mark-read-file-name so that when the user enters
784         just RET, the target file will end up in the target directory.
786         * abbrev.el (prepare-abbrev-list-buffer): Get the value of
787         local-abbrev-table before changing buffers because it might
788         have a buffer-local binding.
790 2000-11-28  Miles Bader  <miles@gnu.org>
792         * simple.el (delete-horizontal-space): Handle fields more generally.
794 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
796         * simple.el (delete-horizontal-space): Handle minibuffer prompt.
798 2000-11-28  Dave Love  <fx@gnu.org>
800         * progmodes/ps-mode.el (ps-mode): Set comment-start and
801         comment-start-skip locally.
803         * progmodes/fortran.el (fortran-mode): Don't set
804         fortran-comment-line-start-skip.  Set comment-start to
805         fortran-comment-line-start.
806         (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
807         (fortran-comment-line-start-skip): Simplify slightly.
809 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
811         * play/5x5.el: Remove RCS keyword.
813         * bs.el: Mistaken commit, undone 2000-11-30.
815 2000-11-28  Milan Zamazal  <pdm@freesoft.cz>
817         * textmodes/tildify.el (tildify-string-alist): Add
818         `plain-tex-mode' here.
820 2000-11-28  Colin Walters  <walters@cis.ohio-state.edu>
822         * chistory.el (Command-history-setup): Remove extraneous `keymap'
823         reference.
825 2000-11-28  Miles Bader  <miles@gnu.org>
827         * cus-face.el (custom-face-attributes): Add post-filter function
828         for :box.  Make pre-filter function for :box handle all cases.
830         * wid-edit.el (widget-choose): Make sure pop-up window is large
831         enough to display all the choices, as there's no way to scroll it.
833 2000-11-28  Kenichi Handa  <handa@etl.go.jp>
835         * international/mule-conf.el: Make the coding system no-conversion
836         safe for all characters.
838 2000-11-27  Dave Love  <fx@gnu.org>
840         * net/ldap.el (ldap) <defgroup>: Add :version.
842         * tooltip.el (tooltip-use-echo-area): Doc fix.
844         * cus-start.el <minibuffer-prompt-properties>: Add version.
845         <read-buffer-function>: Add.
847         * apropos.el (apropos-print): Add help-echo to active text.
849         * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
851 2000-11-27  Gerd Moellmann  <gerd@gnu.org>
853         * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
854         type, group and version.
856 2000-11-27  Eli Zaretskii  <eliz@is.elta.co.il>
858         * select.el (x-get-selection): Docstring fix.
860 2000-11-27  Dave Pearson <davep@hagbard.demon.co.uk>
862         * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
864 2000-11-27  Andrew Innes  <andrewi@gnu.org>
866         * makefile.nt (.SUFFIXES): Add .SUFFIXES.
868         * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
870 2000-11-27  Miles Bader  <miles@gnu.org>
872         * dired.el (dired-get-filename): Return filename verbatim if
873         LOCALP is `verbatim'.
874         * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
875         `verbatim' so that we don't inadvertently delete a non-existant
876         directory name.
878 2000-11-27  Kenichi Handa  <handa@etl.go.jp>
880         * international/characters.el: Specify cases and syntaxes for
881         mule-unicode-0100-24ff.
883 2000-11-27  Gerd Moellmann  <gerd@gnu.org>
885         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
886         that foreground and/or background colors of the face `tool-bar'
887         are unspecified.
889 2000-11-27  Miles Bader  <miles@gnu.org>
891         * wid-edit.el (widget-field-buffer, widget-field-start)
892         (widget-field-end): Handle widget field `pseudo-overlays'.
893         (widget-field-value-delete): Delete WIDGET from `widget-field-new'
894         if it's there instead of in `widget-field-list'.
896         * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
897         (help-make-xrefs): Delete extraneous newlines at the end of the
898         docstring.
900 2000-11-25  Jason Rumney  <jasonr@gnu.org>
902         * startup.el (command-line): Call set-locale-environment after
903         Window System init file is read, as it can result in a call to
904         redraw-frame.
906 2000-11-25  Eli Zaretskii  <eliz@is.elta.co.il>
908         * simple.el (shell-command): Mention the effect of the prefix
909         argument in the doc string.
911 2000-11-25  Miles Bader  <miles@gnu.org>
913         * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
915         * wid-edit.el (widget-field-value-delete): Don't try to delete
916         overlay when it's the `pseudo-overlay' that exists at some points.
918 2000-11-24  Jason Rumney  <jasonr@gnu.org>
920         * international/mule-cmds.el (locale-language-names): Add "jp" as
921         a non-standard alternative for Japanese.
923 2000-11-24  Andre Spiegel  <spiegel@gnu.org>
925         * vc-hooks.el: Require 'cl during compilation.
927 2000-11-24  Gerd Moellmann  <gerd@gnu.org>
929         * faces.el (face-set-after-frame-default): Let face attributes
930         specified for new frames override frame parameters.
932         * startup.el (command-line): Fix computation of the source file
933         for user-init-file when user-init-file is a compiled file.
935 2000-11-24  Miles Bader  <miles@gnu.org>
937         * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
938         (custom-post-filter-face-spec): New functions.
939         (custom-face-set, custom-face-value-create): Filter the face spec
940         before and after customization.
941         (custom-face-set): If VALUE specifies a null face, pass a
942         non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
943         * cus-face.el (custom-face-attributes): Remove SET and GET
944         functions.  Add some IN-FILTER and OUT-FILTER functions in the few
945         cases they're needed.
947         * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
948         that it's distinguishable from the :off-glyph on dark-background
949         displays.  Set its background color too.
951         * cus-start.el (all): Restore entry for `mode-line-inverse-video',
952         so that people can easily turn it off.
954 2000-11-24  Michael Kifer  <kifer@cs.sunysb.edu>
956         * ediff-diff.el: Moved variables around to have it compile under NT.
958         * ediff-help.el (ediff-use-long-help-message): Made it customizable.
960         * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
962         * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
963         redundant skip-small-frames test.
965         * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
966         (viper-downgrade-to-insert): protect against errors in hooks.
968         * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
969         (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
970         (viper-restore-cursor-type,viper-set-insert-cursor-type): New
971         functions.
973         * viper-util.el (viper-memq-char): Bug fixes.
975         * viper.el (viper-mode): Fix cursor handling.
977 2000-11-24  Kenichi Handa  <handa@etl.go.jp>
979         * international/mule-diag.el (list-iso-charset-chars): For
980         two-byte charset, fix the `while' condition.
981         (list-non-iso-charset-chars): Fix the `while' condition.
983 2000-11-23  Stefan Monnier  <monnier@cs.yale.edu>
985         * subr.el (add-hook, remove-hook): Don't call make-local-hook
986         if the variable is make-variable-buffer-local.
988         * progmodes/ada-stmt.el (ada-template-map): Initialize
989         and bind it to C-c t in ada-mode-map.
990         (ada-stmt-mode-hook): New function extracted from old code.
991         Only change the buffer-local side of skeleton-*.
992         (ada-mode-hook): Use it.
994 2000-11-23  Eli Zaretskii  <eliz@is.elta.co.il>
996         * iswitchb.el (iswitchb-minibuf-depth): New variable.
997         (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
998         we expect to be returned by minibuffer-depth once we prompt the
999         user in the minibuffer.
1000         (iswitchb-entryfn-p): If minibuffer-depth returns the same value
1001         as recorded in iswitchb-minibuf-depth, return non-nil.
1003 2000-11-23  Eli Zaretskii <eliz@is.elta.co.il>
1005         * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
1006         (hscroll-window-maybe): Docstring fix.
1008 2000-11-23  Dave Love  <fx@gnu.org>
1010         * rect.el (string-rectangle): Don't test delete-selection-mode.
1012 2000-11-23  Gerd Moellmann  <gerd@gnu.org>
1014         * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
1015         is in the tool bar.
1017         * dired-aux.el (dired-add-entry): Don't call dired-get-filename
1018         with `no-dir'; we want the directory part to be able to remove
1019         it.
1021 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
1023         * textmodes/outline.el (outline-flag-region):
1024         Don't bind inhibit-read-only since we don't modify the buffer.
1025         (outline-isearch-open-invisible): Don't jump to overlay-start
1026         since we're trying to unhide text around point.
1027         (outline-discard-overlays): Use dolist.
1029         * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
1031 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
1033         * mail/rmail.el (rmail-confirm-expunge): Default to
1034         y-or-n-p.
1036 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
1038         * textmodes/tex-mode.el (tex-font-lock-keywords-1):
1039         Fix ARG regexp to skip quoted braces.
1040         (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
1041         Remove `bf' and `it' from `bold' and `italic' (they were wrong and
1042         are (correctly) handled separately).
1043         Remove `caption' and `footnote' from `citations': they contain text.
1044         Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
1045         (latex-skeleton-end-hook): New function.
1046         (latex-mode): Use it.
1047         (tex-start-tex-marker): Remove.
1048         (tex-send-tex-command): Don't set tex-start-tex-marker.
1049         (tex-error-parse-syntax-table): New var.
1050         (tex-compilation-parse-errors): Use it.
1051         Ignore tex-start-tex-marker.  Don't bother with marker-position.
1052         (tex-validate-buffer): Don't bother with marker-position.
1054         * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
1055         (flyspell-generic-progmode-verify): Use it.
1057 2000-11-22  Sam Steingold  <sds@gnu.org>
1059         * simple.el (delete-trailing-whitespace): New interactive
1060         function.
1062         * progmodes/ada-mode.el (ada-mode): Use it instead of
1063         `ada-remove-trailing-spaces'.
1064         (ada-remove-trailing-spaces): Removed.
1066         * textmodes/two-column.el (2C-merge): Recommend it in the doc.
1068         * textmodes/picture.el (picture-clean): Removed.
1069         (picture-mode-exit): Call it instead of `picture-clean'.
1071 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
1073         * frame.el (show-cursor-in-non-selected-windows): Doc fix.
1075         * hi-lock.el (hi-lock-refontify): Don't call non-existent
1076         jit-lock-fontify-buffer; it should anyway be unneccessary to
1077         do anything special when jit-lock is active.
1078         (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
1080 2000-11-22  Dave Love  <fx@gnu.org>
1082         * calendar/todo-mode.el (todo-top-priorities): Use
1083         todo-tmp-buffer-name.  From Milan Zamazal <Milan.Zamazal@qbizm.com>.
1085         * language/chinese.el, language/cyrillic.el:
1086         * language/devanagari.el, language/ethiopic.el, language/greek.el:
1087         * language/hebrew.el, language/indian.el, language/japanese.el:
1088         * language/korean.el, language/lao.el, language/misc-lang.el:
1089         * language/thai.el, language/tibetan.el, language/vietnamese.el:
1090         Use provide.
1092         * cus-edit.el (custom-buffer-create-internal): Save some consing.
1093         (custom-variable-set): Improve validation error mesage.
1095         * rect.el (string-rectangle): Revert last change.
1096         (string-rectangle-line): New arg DELETE.
1097         (string-rectangle): Check delete-selection-mode.
1099         * emacs-lisp/edebug.el (edebug-version)
1100         (edebug-maintainer-address): Deleted.
1101         (edebug-submit-bug-report): Just alias to report-emacs-bug.
1102         (edebug-read-function): Account for other `'#' read forms.
1103         (edebug-mode-menus): Make some items toggles.
1104         (edebug-outside-unread-command-event, unread-command-event):
1105         Remove these to avoid warnings.
1107 2000-11-22  David Ponce  <david@dponce.com>
1109         * recentf.el (recentf-menu-items-for-commands)
1110         (recentf-make-menu-items, recentf-make-menu-item)
1111         (recentf-filter-changer): Added :help and :active menu-item properties.
1113         (recentf-build-dir-rules, recentf-dump-variable)
1114         (recentf-edit-list, recentf-open-files-item)
1115         (recentf-open-files): Replaced unnecessary `mapcar' with new
1116         built-in `mapc'.
1118 2000-11-23  Miles Bader  <miles@gnu.org>
1120         * faces.el (menu): Make inverse-video on ttys too.
1122 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
1124         * simple.el (comment-line-break-function): Use the new name
1125         indent-new-comment-line -> comment-indent-new-line.
1126         (clone-indirect-buffer): Don't ignore NORECORD.
1127         (next-completion): Properly handle the case where items are adjacent.
1129         * mouse.el (popup-menu): Stupid typo.
1131 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
1133         * emacs-lisp/authors.el: Remove autoload cookies, add author,
1134         maintainer, keywords tags.
1136         * rect.el (replace-rectangle): Don't call string-rectangle-line
1137         with too many arguments.
1139 2000-11-22  Andre Spiegel  <spiegel@gnu.org>
1141         * ediff-util.el (ediff-file-checked-out-p)
1142         (ediff-file-checked-in-p): Call vc-state instead of
1143         vc-locking-user, which no longer exists.
1145         * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
1147 2000-11-22  Dave Love  <fx@gnu.org>
1149         * md5.el (md5): Provide.
1150         (md5): Fix error call.
1152 2000-11-22  Miles Bader  <miles@gnu.org>
1154         * textmodes/refill.el (refill-adjust-ignorable-overlay)
1155         (refill-fill-paragraph-at): Remove debugging code.
1157         * calendar/calendar.el (generate-calendar-window): When we don't
1158         call `fit-window-to-buffer', make sure the top line is fully visible.
1160         * image-file.el (insert-image-file): Don't make `read-only'
1161         property rear-nonsticky.
1163         * isearch.el (isearch-original-minibuffer-message-timeout): New var.
1164         (isearch-mode): Set `minibuffer-message-timeout' to nil, after
1165         stashing away its original value.
1166         (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
1167         in the recursive edit.
1168         Bind `isearch-original-minibuffer-message-timeout' to protect it.
1169         (isearch-done): Restore `minibuffer-message-timeout'.
1171         * cus-start.el: Remove entry for `mode-line-inverse-video'.
1173 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
1175         * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
1177         * find-lisp.el (find-lisp-find-files-internal):
1178         Use dolist, when and file-name-as-directory.
1180         * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
1181         (define-derived-mode, define-minor-mode): Add specs.
1183         * window.el: General comment and spacing fixes.
1184         (save-selected-window): Use backquotes.
1185         (window-safely-shrinkable-p): New function.
1186         (shrink-window-if-larger-than-buffer): Use it.
1188         * subr.el (make-local-hook): Docstring fix.
1190         * shell.el (shell-mode): Use define-derived-mode.
1192         * newcomment.el (comment-indent): Insert comment before calling
1193         comment-indent-function.  Don't insert in column 0.
1194         (comment-dwim): Indent before inserting comment.
1196         * isearch.el (isearch-mode-map): Fix docstring.  Init in defvar.
1197         (minibuffer-local-isearch-map): Init in defvar.  Use inheritance.
1198         (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
1199         Use mapc rather than map.
1201         * files.el (find-buffer-visiting): Compare all attributes before
1202         declaring two files identical (rather than just their inode-no).
1203         (auto-mode-alist): Use \' rather than $.
1205         * which-func.el: Update maintainer line.
1207         * pcvs.el (uniquify-buffer-file-name): Remove advice.
1208         * uniquify.el (uniquify-list-buffers-directory-modes): New var.
1209         (uniquify-buffer-file-name): Use it.
1211 2000-11-22  Miles Bader  <miles@gnu.org>
1213         * cus-start.el: Add entry for `minibuffer-prompt-properties'.
1214         * simple.el (minibuffer-avoid-prompt): New function.
1216 2000-11-21  Gerd Moellmann  <gerd@gnu.org>
1218         * Makefile.in (.SUFFIXES): Add .SUFFIXES.
1220 2000-11-21  Miles Bader  <miles@gnu.org>
1222         * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
1223         inclusion of `track-mouse'.
1225         * textmodes/refill.el (refill-ignorable-overlay): New variable.
1226         (refill-adjust-ignorable-overlay): New function.
1227         (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
1228         only the paragraph's tail if possible.
1229         Update `refill-ignorable-overlay'.
1230         (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
1232         * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
1233         point inside the fill-prefix.
1235         * textmodes/refill.el (refill-post-command-function): Don't reset
1236         refill-doit in the case where a self-insertion command doesn't
1237         case a refill.  Use `refill-fill-paragraph-at', getting position
1238         from `refill-doit'.
1239         (refill-after-change-function): Set `refill-doit' to END.
1240         (refill-fill-paragraph-at): New function, mostly from old
1241         refill-fill-paragraph.
1242         (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
1243         (refill-pre-command-function): New function.
1244         (refill-mode): Add it to `pre-command-hook'.
1246 2000-11-20  Gerd Moellmann  <gerd@gnu.org>
1248         * textmodes/artist.el (artist-mode): Fix autoload cookie.
1250         * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
1251         javadoc tags.
1253 2000-11-20  Andre Spiegel  <spiegel@gnu.org>
1255         * vc.el, vc-hooks.el: Undo prev change (moved functions back to
1256         vc.el).
1258         * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
1259         require vc.
1261         * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
1262         checkouts.
1264 2000-11-20  Dave Love  <fx@gnu.org>
1266         * Makefile.in (DONTCOMPILE): Omit bindings.el.
1268 2000-11-20  Eli Barzilay <eli@www.barzilay.org>
1270         * calculator.el (calculator-paste): Use `if' instead of `and'
1271         and `or'.
1272         (calculator-help): Don't use electric-describe-mode for XEmacs.
1274 2000-11-19  Gerd Moellmann  <gerd@gnu.org>
1276         * info.el (info-menu-5): Doc fix.
1278         * textmodes/artist.el: New file.
1280 2000-11-19  Andre Spiegel  <spiegel@gnu.org>
1282         * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
1283         and differentiate according to checkout model.
1284         (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
1285         since this function is only concerned with master state.
1287         * vc-hooks.el (vc-workfile-unchanged-p,
1288         vc-default-workfile-unchanged-p): Moved here from vc.el.
1290         * vc.el (vc-workfile-unchanged-p,
1291         vc-default-workfile-unchanged-p): See above.
1293 2000-11-19  Miles Bader  <miles@gnu.org>
1295         * image-file.el (insert-image-file): Make `intangible' and
1296         `read-only' properties rear-nonsticky too.
1298 2000-11-18  Gerd Moellmann  <gerd@gnu.org>
1300         * ps-print.el: Update copyright notice.
1302         * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
1303         (tooltip-show): Use the offsets.
1305         * bindings.el (mode-line-modified): Fix a typo.
1306         (mode-line-toggle-modified, mode-line-widen)
1307         (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
1309 2000-11-17  Vinicius Jose Latorre <vinicius@cpqd.com.br>
1311         * ps-print.el (toplevel): Test for find-coding-system being
1312         fboundp before calling ps-x-find-coding-system.
1314 2000-11-16  Stefan Monnier  <monnier@cs.yale.edu>
1316         * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
1317         (vc-version-backup-file): Docstring fix.
1319 2000-11-16  Gerd Moellmann  <gerd@gnu.org>
1321         * files.el (basic-save-buffer): Don't add a newline if
1322         find-file-literally is non-nil.
1323         (find-file-literally): Extend doc string.
1325         * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
1326         sort(1) with the `-f' argument.
1328 2000-11-16  Andre Spiegel  <spiegel@gnu.org>
1330         * vc.el: Updated backend documentation.
1331         (vc-default-check-headers): New function.
1333         * vc-{cvs,rcs,sccs}.el: Functions reordered.
1335         * vc.el (vc-revert-buffer): Ask for confirmation if file seems
1336         up-to-date.
1337         (vc-do-command): In the asynchronous case, output messages only if
1338         the minibuffer is not active.
1340         * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
1341         `vc-cvs-use-edit' is on.
1342         (vc-cvs-checkout): When this is used for reverting the workfile,
1343         make a backup of the original contents and revert to that in case
1344         of error.
1345         (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
1346         remote repositories.
1348         * vc.el (vc-annotate): Changed handling of prefix arg; now asks
1349         for both version and ratio in the minibuffer.
1351         * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
1352         Use vc-do-command to perform the annotation, not call-process.
1354 2000-11-16  Kenichi Handa  <handa@etl.go.jp>
1356         * international/quail.el (quail-start-translation): Don't call
1357         `message' before reading key sequence.
1359 2000-11-16  Miles Bader  <miles@lsi.nec.co.jp>
1361         * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
1363 2000-11-16  Kenichi Handa  <handa@etl.go.jp>
1365         * window.el (fit-window-to-buffer): Be sure to acquire at least
1366         one text line even if the buffer is empty.
1368 2000-11-16  Gerd Moellmann  <gerd@gnu.org>
1370         * net/ange-ftp.el (ange-ftp-file-writable-p)
1371         (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
1372         ange-ftp-process-verbose to nil.
1374 2000-11-15  Dave Love  <fx@gnu.org>
1376         * wid-edit.el (widget-specify-field, widget-specify-button): If
1377         :help-echo is a function, set help-echo of overlay to
1378         widget-mouse-help.
1379         (widget-mouse-help): New function.
1380         (widget-echo-help): Rewritten for :help-echo functions only taking
1381         a widget arg.
1383         * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
1384         display-graphic-p.
1385         (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
1386         and that JPEG is available.
1387         (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
1389         * international/mule-cmds.el (locale-charset-language-names):
1390         Match @euro.
1392 2000-11-15  Gerd Moellmann  <gerd@gnu.org>
1394         * faces.el (face-set-after-frame-default): If
1395         `inhibit-default-face-x-resources' is bound, don't intialize the
1396         default face from X resources.
1398 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
1400         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
1401         Don't set EMACSLOADPATH.
1403 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
1405         * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
1406         texinfo-insert-@url.
1407         (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
1408         (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
1410 2000-11-14  Stefan Monnier  <monnier@cs.yale.edu>
1412         * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
1413         (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
1414         (checkdoc-minor-keymap): Backward compatibility.
1415         (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
1416         (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
1417         (checkdoc-this-string-valid-engine): Be a bit more strict
1418         to avoid matching substrings of `...' quoted vars/funs.
1419         (checkdoc-defun-info): Only look for `interactive' if alone.
1420         (debug-ignored-errors): Add "arg doesn't appear in docstring".
1422         * progmodes/compile.el (grep): `tag-default' can be nil.
1424         * newcomment.el (comment-indent): Paren typo.
1426 2000-11-14  Dave Love  <fx@gnu.org>
1428         * calculator.el: New maintainer version.
1430         * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
1432         * cmuscheme.el: Doc fixes.
1433         (cmuscheme) <defgroup>: Use `scheme' as parent.
1434         (cmuscheme-program-name): Remove.  Change uses to
1435         scheme-program-name.
1437         * xscheme.el (scheme-program-name): Don't define here.
1439         * progmodes/scheme.el (scheme-program-name): New variable
1440         (originally in cmuscheme).
1442 2000-11-14  Miles Bader  <miles@gnu.org>
1444         * window.el (fit-window-to-buffer): Handle windows without mode-lines.
1445         Handle header-lines.  Don't loop forever if we can't enlarge the
1446         window anymore.  Simplify a bit.
1448 2000-11-14  Kenichi Handa  <handa@etl.go.jp>
1450         * window.el (fit-window-to-buffer): Don't check
1451         window-text-height.  Assure that the last line is fully visible.
1453         * international/quail.el (quail-show-guidance-buf): Call
1454         fit-window-to-buffer to assure the enough height of the guidance
1455         buffer.
1456         (quail-update-guidance): Avoid making the guidance buffer shorter.
1458 2000-11-14  Stefan Monnier  <monnier@cs.yale.edu>
1460         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
1461         rather than `prepend' and add an interesting comment.
1462         (tex-math-face, tex-font-lock-syntactic-face-function):
1463         New face and function to use it.
1464         (tex-define-common-keys, tex-mode-map): Use menu-item rather
1465         than `menu-enable' symbol property.
1466         (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
1467         (tex-mode): Add some latex-mode commands for auto-selection.
1468         Use tex-font-lock-syntactic-face-function.
1469         (tex-insert-quote): Simplify.
1470         (tex-shell): New mode.
1471         (tex-start-shell): Use it.
1472         (tex-shell-proc, tex-shell-buf): New functions.
1473         (tex-send-command): Use it.
1474         (tex-main-file): Fix the meaning of the new arg REALFILE.
1475         (tex-send-tex-command): New function split from `tex-start-tex'.
1476         Set compilation-last-buffer and compilation-parsing-end.
1478         * newcomment.el (comment-indent-default): Stick \s<\s< to the left
1479         when it follows non-comment text on the line.
1481         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1482         Set font-lock-defaults.
1483         (lisp-mode-shared-map): Init inside the defvar.
1484         (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
1485         Use define-derived-mode.
1487 2000-11-14  Miles Bader  <miles@lsi.nec.co.jp>
1489         * faces.el (header-line): Use `:box nil' for color/gs displays too.
1491 2000-11-14  Gerd Moellmann  <gerd@gnu.org>
1493         * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
1494         recursively optimize body because that can lead to infinite
1495         recursion; see comment there.
1497 2000-11-13  Eli Zaretskii  <eliz@is.elta.co.il>
1499         * faces.el (face-spec-set-match-display): Revert the change from
1500         2000-10-24.  Add a FIXME for after v21.1.
1502 2000-11-13  Miles Bader  <miles@gnu.org>
1504         * textmodes/fill.el (skip-line-prefix): New function.
1505         (fill-region-as-paragraph, fill-region):  Return the fill-prefix.
1506         (fill-paragraph): Don't leave point inside the fill-prefix.
1507         * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
1508         point inside the fill-prefix.
1510 2000-11-13  Miles Bader  <miles@lsi.nec.co.jp>
1512         * calendar/calendar.el (generate-calendar-window): Use
1513         `fit-window-to-buffer'.
1515 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
1517         * gud.el (gud-minor-mode): New var.
1518         (gud-symbol, gud-val): New functions.
1519         (gud-find-file): Copy gud-minor-mode to the new buffer.
1520         (gud-menu-map): Include entries for commands that are not always
1521         available, using :enable to (de)activate them.
1522         (gud-minor-mode-map): New map.  Add it to minor-mode-map-alist.
1523         (gud-mode-map): New map.
1524         (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
1525         (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
1526         Don't set up gud's menu (it's done by the minor-mode).
1527         (gud-minibuffer-local-map): New.
1528         Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
1529         (gud-query-cmdline): New function.
1530         (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it.  Set gud-minor-mode.
1531         (gud-mode): Use define-derived-mode.
1532         Don't set up gud's menu (it's done by the minor-mode).
1533         (gud-chop-words): Remove.
1534         (gud-common-init): Use split-string instead.
1535         (gud-new-keymap, gud-make-debug-menu): Eradicate.
1537         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
1538         Add keyword arg :name.
1540         * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
1541         (diff-count-matches, diff-split-hunk): New functions.
1542         (diff-mode-map): Bind C-c C-s to diff-split-hunk.
1544         * pcvs-info.el (cvs-fi-conflict-face): New var.
1546         * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
1547         Make it into a simple syntax-table, shared among all submodes.
1548         (sh-heredoc-face): Re-introduce.
1549         (sh-font-lock-syntactic-face-function): New function.
1550         (sh-mode): Use it.  Also use define-derived-mode.
1551         Remove old bogus setting of indent-region-function.
1552         (sh-set-shell): Don't set the syntax-table any more.
1553         (sh-mode-syntax-table) <defun>: Remove.
1555 2000-11-12  Miles Bader  <miles@gnu.org>
1557         * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
1558         message if interactive.
1560 2000-11-12  Dave Love  <fx@gnu.org>
1562         * mail/feedmail.el: Fix header,
1563         (feedmail) <defgroup>: Add :link.
1565         * view.el: Use local-map property, not keymap on mode-line string.
1567         * scroll-all.el (scroll-all-mode): Customize variable.  Add
1568         autoload cookie to function.
1570         * lazy-lock.el: Remove compatibility code.
1572         * finder.el (finder-known-keywords): Add `files', remove `vms'.
1573         (finder-help-echo): New variable.
1574         (finder-mouse-face-on-line): Add help-echo stuff.
1575         (finder-list-keywords, finder-list-matches): Use mapc.
1577         * faces.el (face-font-registry-alternatives): Add :version.
1579         * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
1580         tags-table-list.
1582         * net/browse-url.el (browse-url-browser-function): Update :version.
1584         * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
1585         (mail-mode): Use [:alnum:] in some regexps.
1587 2000-11-10  Dave Love  <fx@gnu.org>
1589         * ediff.el (ediff-regions-internal, ediff-documentation):
1590         * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
1591         fundamental mode.
1593         * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
1594         buffer into fundamental mode.
1595         (ediff-set-difference): Use copy-sequence if available.
1597         * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
1598         ediff-patch-map non-nil.
1599         (ediff-fixup-patch-map, ediff-fixup-patch-map)
1600         (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
1601         buffer into fundamental mode.
1603         * ediff-merg.el (state-or-merge): Defvar when compiling.
1605 2000-11-10  Jason Rumney  <jasonr@gnu.org>
1607         * w32-fns.el (w32-add-charset-info): New function.
1608         (w32-charset-info-alist): Use it.
1610 2000-11-10  Gerd Moellmann  <gerd@gnu.org>
1612         * faces.el (face-font-registry-alternatives): New user-option.
1614 2000-11-10  Stefan Monnier  <monnier@cs.yale.edu>
1616         * textmodes/texinfo.el (texinfo-block-default): New var.
1617         (texinfo-insert-block): Use it.  Insert a newline if needed.
1619         * textmodes/fill.el (fill-indent-according-to-mode): New var.
1620         (fill-region-as-paragraph): Use it.
1622         * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
1623         (latex-mode): Tweak tex-*-(head|trail)er regexps.
1624         Tweak paragraph regexps to allow a leading [ \t]*.
1625         (tex-latex-block): Insert a newline if necessary.
1626         (latex-insert-item): Only insert a newline if necessary.
1627         (tex-guess-main-file): New function.
1628         (tex-main-file): Use it.  Add arg `realfile'.  Trim `.tex'.
1629         Set tex-main-file if TeX-master is provided.
1630         (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
1632 2000-11-10  Gerd Moellmann  <gerd@gnu.org>
1634         * startup.el (command-line): Set the default tooltip-mode
1635         to t for graphical displays which implement x-show-tip.
1637         * tooltip.el (tooltip-mode): Add a comment about startup.el
1638         setting the default value of this user-option.
1640 2000-11-09  Stefan Monnier  <monnier@cs.yale.edu>
1642         * font-lock.el (font-lock-*-face) <defvar>: Move.
1643         (font-lock-defaults-alist): Mark obsolete.
1644         (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
1645         (font-lock-mode): Use define-minor-mode.
1646         (font-lock-support-mode): Tweak type to default to jit-lock-mode.
1647         (font-lock-turn-off-thing-lock): Be more explicit.
1648         (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
1649         (font-lock-syntactic-face-function): New var.
1650         (font-lock-fontify-syntactically-region): Use it.
1651         (font-lock-doc-face): New.
1653         * pcvs.el (cvs-enabledp): Ignore errors.
1654         (cvs-commit-filelist): Never query.
1655         (cvs-mode-insert): Always add a terminating / in the initial prompt.
1656         (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
1657         (cvs-do-removal): Use cvs-partition rather than delete-if.
1658         Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
1659         cvs-bury-buffer.
1661         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
1662         Allow `next' to jump to after the end of the last match.
1664 2000-11-09  Gerd Moellmann  <gerd@gnu.org>
1666         * simple.el (byte-compiling-files-p): New function.
1668         * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
1669         if it is there.
1671         * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
1672         nil again.
1674         * textmodes/ispell.el (ispell-library-path): Don't call
1675         check-ispell-version when byte-compiling because that starts
1676         an ispell process, and ispell might not be installed.
1677         (toplevel): Don't set up a menu when byte-compiling.
1679         * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
1680         it, so that a boundp test can be used to determine if we're
1681         currently byte-compiling.
1683 2000-11-09  Dave Love  <fx@gnu.org>
1685         * pcvs.el (uniquify-buffer-file-name): Wrap advice in
1686         eval-after-load.
1688 2000-11-09  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1690         * ps-print.el: Patch for variable initialization when spooling.  Doc
1691         fix.
1692         (ps-output-list): Fun eliminated.
1693         (ps-begin-file, ps-begin-job): Code fix.
1695 2000-11-08  Dave Love  <fx@gnu.org>
1697         * ediff-wind.el (ediff-control-frame-parameters): Zero
1698         tool-bar-lines.
1700 2000-11-08  Gerd Moellmann  <gerd@gnu.org>
1702         * simple.el (shell-command, display-message-or-buffer)
1703         (shell-command-on-region): Mention resize-mini-windows in the doc
1704         string.
1705         (display-message-or-buffer): Take the value of resize-mini-windows
1706         into account.
1708 2000-11-07  Gerd Moellmann  <gerd@gnu.org>
1710         * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
1712         * dired.el (dired-between-files): Add `^. find' as an alternative
1713         to the regular expression, for find-dired.
1715 2000-11-06  Stefan Monnier  <monnier@cs.yale.edu>
1717         * textmodes/texnfo-upd.el: Require texinfo.
1718         (defmacro, defgroup): Remove.
1719         (texinfo-section-to-generic-alist): Remove.
1720         Use texinfo-section-list instead (i.e. level is changed string->int).
1721         (texinfo-filter): New function.
1722         (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
1723         (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
1724         Use it.  And use regexp-opt.
1725         (texinfo-find-higher-level-node, texinfo-hierarchic-level)
1726         (texinfo-update-menu-region-beginning)
1727         (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
1728         (texinfo-update-the-node, texinfo-sequentially-update-the-node)
1729         (texinfo-update-menu-same-level-regexps): Update.
1730         (texinfo-update-node, texinfo-every-node-update)
1731         (texinfo-sequential-node-update): Remove autoload cookie.
1733         * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
1734         (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
1735         (texinfo-chapter-level-regexp): Remove.
1736         (texinfo-mode): Hard code texinfo-chapter-level-regexp.
1738 2000-11-06  Dave Love  <fx@gnu.org>
1740         * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
1742         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
1743         Match defun*.
1745 2000-11-06  Kenichi Handa  <handa@etl.go.jp>
1747         * composite.el (composition-function-table): Variable declaration
1748         moved to src/composite.c.
1749         (compose-chars-after): New optional arg object.
1751 2000-11-06  Gerd Moellmann  <gerd@gnu.org>
1753         * bindings.el (mode-line-toggle-read-only)
1754         (mode-line-toggle-modified, mode-line-widen)
1755         (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
1756         (make-mode-line-mouse2-map): Rewritten.
1757         (mode-line-modified, mode-line-format, minor-mode-alist): Use new
1758         functions so that C-h k can show something with a doc string.
1760         * startup.el (fancy-splash-delay): Set to 10 seconds.
1761         (fancy-splash-max-time): New user-option.
1762         (fancy-splash-stop-time): New variable.
1763         (fancy-splash-screens): Set it.  Catch `stop-splashing'.
1764         (fancy-splash-screens-1): Throw `stop-splashing' when current
1765         time is greater than fancy-splash-stop-time.
1767 2000-11-06  Stefan Monnier  <monnier@cs.yale.edu>
1769         * vc-hooks.el (vc-insert-file): Don't assume byte==char.
1771         * pcvs.el (cvs-mode-marked): New arg `noquery'.
1772         Prompt user for a file rather than raising an error.
1773         (cvs-enabledp): Fix call to cvs-mode-marked.
1774         (cvs-insert-file): New function (extracted from cvs-mode-insert).
1775         (cvs-mode-insert): Use it.  Change the init prompt' value.
1776         (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
1778         * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
1779         Don't pass default arg to ewoc-locate.
1780         (ewoc-collect): Return result in the right order.
1782         * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
1784         * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
1785         (cvs-status-get-tags): Fix regexp.
1786         (cvs-status-trees, cvs-status-cvstrees):
1787         Combine after change hooks and don't sit-for.
1788         (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
1789         (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
1790         Use make-char rather than hard-coded cryptic data.
1791         (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
1793         * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
1795         * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
1796         (cvs-insert-strings): New function.
1798 2000-11-06  Miles Bader  <miles@lsi.nec.co.jp>
1800         * mwheel.el (mouse-wheel-scroll-amount): Renamed from
1801         `mwheel-scroll-amount'.
1802         (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
1803         (mouse-wheel-mode): Use (featurep 'xemacs) instead of
1804         string-matching against the version string.
1806 2000-11-06  Kenichi Handa  <handa@etl.go.jp>
1808         * language/thai.el ("Thai"): Set a lisp form that produces
1809         composed string in `sample-text' language info.
1811         * language/tibetan.el ("Tibetan"): Set a lisp form that produces
1812         composed string in `sample-text' language info.
1814         * international/mule-cmds.el (describe-language-environment): Eval
1815         `sample-text' data and insert the result.
1817         * international/mule-conf.el (compound-text): Define this coding
1818         system here.  Make x-ctext and ctext aliases of it.
1820         * language/european.el (compound-text, ctext): Moved to
1821         international/mule-conf.el.
1823 2000-11-05  Andrew Innes  <andrewi@gnu.org>
1825         * w32-fns.el (w32-version): New function.
1827 2000-11-05  Stefan Monnier  <monnier@cs.yale.edu>
1829         * progmodes/awk-mode.el: Update copyright.
1830         (awk-mode-abbrev-table): Remove.
1831         (awk-font-lock-keywords): Use regexp-opt.
1832         (awk-mode): Use define-derived-mode.
1834         * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
1835         when extracting a suffix.
1837 2000-11-04  Andre Spiegel  <spiegel@gnu.org>
1839         * vc-hooks.el (vc-insert-file): Rewritten.  Don't bother about
1840         auto-save-mode.
1842 2000-11-04  Jason Rumney  <jasonr@gnu.org>
1844         * language/european.el (decode-mac-roman): Test against r1 not r0.
1846 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
1848         * progmodes/icon.el (icon-mode-map): Don't rebind \t.
1849         (icon-mode): Define indent-line-function.
1850         (icon-comment-indent): Simplify.
1851         (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
1853         * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
1855         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
1856         Bind change-log-default-mode to defeat the caching done on it.
1857         Don't bother saving excursion any more.
1859         * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
1861         * frame.el (after-setting-font-hook): Rename hooks -> hook.
1862         (set-frame-font): Use the new name (and the old for compatibility).
1864         * toolbar/tool-bar.el (tool-bar-mode):
1865         * time.el (display-time-mode):
1866         * recentf.el (recentf-mode):
1867         * paren.el (show-paren-mode):
1868         * mwheel.el (mouse-wheel-mode):
1869         * msb.el (msb-mode):
1870         * jka-compr.el (auto-compression-mode):
1871         * image-file.el (auto-image-file-mode):
1872         * hl-line.el (hl-line-mode):
1873         * delsel.el (delete-selection-mode):
1874         * autoinsert.el (auto-insert-mode):
1875         * complete.el (partial-completion-mode): Drop unneeded positional args.
1877         * info.el (Info-mode):
1878         * comint.el (comint-mode): Don't bother with make-local-hook.
1880         * log-edit.el (log-edit-menu): New menu.
1882 2000-11-03  Miles Bader  <miles@gnu.org>
1884         * wid-edit.el (widget-end-of-line): Reinstate, with a new
1885         definition, so that trailing spaces are handled properly.
1886         (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
1888 2000-11-03  Gerd Moellmann  <gerd@gnu.org>
1890         * startup.el (fancy-splash-text, fancy-splash-text): Use a single
1891         tab character.
1892         (fancy-splash-screens): Set tab-width to 20.
1894 2000-11-03  Dave Love  <fx@gnu.org>
1896         * comint.el (comint-completion-addsuffix): Fix custom type.
1898 2000-11-02  Stefan Monnier  <monnier@cs.yale.edu>
1900         * font-lock.el (font-lock-buffers): Remove.
1901         (font-lock-global-modes): Define with easy-mmode-define-global-mode.
1902         (font-lock-change-major-mode): Remove.
1903         (turn-on-font-lock-if-enabled): Only apply to the current buffer.
1904         (font-lock-default-fontify-region): Extend the multiline
1905         fontification to whole lines.
1906         (font-lock-fontify-anchored-keywords)
1907         (font-lock-fontify-keywords-region): If matching just one
1908         line (with \n) only mark the \n as multiline.
1910         * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
1911         Correctly handle the case where several :group args are supplied.
1912         Allow :extra-args.
1913         (easy-mmode-define-global-mode): Allow :extra-args.
1914         Correctly handle the case where several :group args are supplied.
1916 2000-11-02  Miles Bader  <miles@gnu.org>
1918         * calendar/calendar.el (diary-face, calendar-today-face)
1919         (holiday-face): Remove dependency on `window-system'.
1921 2000-11-02  Ken Raeburn  <raeburn@gnu.org>
1923         * Makefile.in (emacs): Set EMACSLOADPATH always.
1924         (update-authors, .el.elc, compile-files): Don't do it explicitly
1925         here.
1926         (compile-files): Bomb out if compilation of a file fails.
1928 2000-11-02  Dave Love  <fx@gnu.org>
1930         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
1932 2000-11-02  Eli Zaretskii  <eliz@is.elta.co.il>
1934         * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
1935         punctuation in the warning inserted into the *mail* buffer.
1937 2000-11-02  Gerd Moellmann  <gerd@gnu.org>
1939         * emacs-lisp/authors.el (authors-public-domain-files): New variable.
1940         (authors-public-domain-p): New function.
1941         (authors-print): Use it.
1943         * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
1945         * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
1947 2000-11-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1949         * ps-print.el: Extension for even/odd printing.  Doc fix.
1950         (ps-print-version): New version number (6.3.1).
1951         (ps-even-or-odd-pages): Customization fix.
1952         (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
1953         (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
1954         (ps-page-count): Var replaced by `ps-page-column'.
1955         (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
1956         (ps-print-sheet-p): New fun.
1958 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
1960         * tooltip.el (tooltip-gud-tips-setup): New function.
1961         (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
1962         (tooltip-mode): Call tooltip-gud-tips-setup.
1963         (tooltip-gud-tips): Use `gud-basic-call' instead of
1964         process-send-string, so the prompt gets frobbed appropriately.
1965         Handle nil return value from `tooltip-gud-print-command'.
1967 2000-11-01  Eric M. Ludlam  <zappo@ultranet.com>
1969         * comint.el (comint-add-to-input-history): New function.
1970         (comint-send-input): Use `comint-add-to-input-history'.
1972 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
1974         * info.el (info-menu-header): New face.
1975         (Info-fontify-menu-headers): New function.
1976         (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
1978         * info.el (Info-insert-dir): Don't include blank lines at
1979         beginning of additional dir files (one is added automatically).
1981 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
1983         * emacs-lisp/easy-mmode.el (define-minor-mode):
1984         Revert the latest changes.
1985         Allow the three positional arguments to be skipped and replaced
1986         by keyword arguments.
1987         Add a :toggle argument to determine whether a nil arg means toggle
1988         or means turn-on.  The default is unchanged.
1989         Add a call to force-mode-line-update.
1991 2000-11-01  Dave Love  <fx@gnu.org>
1993         * emacs-lisp/elp.el (elp-restore-function): Remove autoload
1994         cookie.
1996 2000-11-01  Miles Bader  <miles@lsi.nec.co.jp>
1998         * calendar/calendar.el (diary-face, holiday-face): Add
1999         dark-background variants.
2001 2000-10-31  Sam Steingold  <sds@gnu.org>
2003         * textmodes/tex-mode.el (tex-file): Use `default-directory' when
2004         `tex-main-file' does not have directory in it.
2006 2000-10-31  Stefan Monnier  <monnier@cs.yale.edu>
2008         * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
2010 2000-10-31  Thien-Thi Nguyen  <ttn@gnu.org>
2012         * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
2013         functional change.
2015 2000-10-31  Gerd Moellmann  <gerd@gnu.org>
2017         * files.el (find-file-noselect): When we expand a wildcard, return
2018         a list of buffers, as we should do according to the doc string.
2020 2000-10-31  Ken Raeburn  <raeburn@gnu.org>
2022         * loadup.el (top level): Adjust load path if program name is
2023         "../src/bootstrap-emacs", in case it's not dumped and thus the
2024         load path adjustment hasn't already been done.
2026 2000-10-31  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2028         * ps-print.el: Fix bug on selected pages for printing.  Use
2029         `color-values' for Emacs 21.  Ensure fontification when jit-lock
2030         is on.  Try to avoid warning messages when compiling.  Doc Fix.
2031         (ps-print-version): New version number (6.3).
2032         (ps-color-device): Use `color-values' to determine if device
2033         supports color.
2034         (ps-color-values): Try to use `x-color-values' when using XEmacs.
2035         (ps-print-page-p): Changed from defsubst to defun.
2036         (ps-page-number): Changed from defmacro to defun.
2037         (ps-header-sheet, ps-header-page): Fix bug on selected pages for
2038         printing.
2039         (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
2040         (ps-end-file, ps-dummy-page): Funs eliminated.
2041         (ps-print-color-scale): Changed default value.
2042         (ps-page-n-up, ps-print-page-p): New internal vars.
2043         (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
2044         (ps-plot-region, ps-generate, ps-end-job): Code fix.
2046         * delim-col.el: Little programming improvement.
2047         (delimit-columns-str): New macro.
2048         (delimit-columns-region, delimit-columns-rectangle): Code fix.
2050 2000-10-31  Kenichi Handa  <handa@etl.go.jp>
2052         * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
2053         Moved to european.el.
2054         (ccl-encode-mac-roman-font, fontset-mac): Modified for
2055         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
2056         (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
2057         (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
2059 2000-10-30  Dave Love  <fx@gnu.org>
2061         * progmodes/cc-menus.el (imenu-generic-expression)
2062         (imenu-progress-message): Only defvar when compiling.
2064         * emacs-lisp/elp.el (elp-unload-hook): New function.
2066         * loadhist.el (unload-feature): Call elp-restore-function,
2067         checking for symbols; don't use elp-restore-all.
2068         (loadhist-hook-functions): Doc fix.
2070 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
2072         * log-edit.el (log-edit-confirm): Fix the default.
2074 2000-10-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2076         * delim-col.el: Little fix: replace delimit-columns-align-columns by
2077         delimit-columns-format.
2078         (delimit-columns-region, delimit-columns-rectangle): Code fix.
2080 2000-10-30  Miles Bader  <miles@lsi.nec.co.jp>
2082         * comint.el (comint-replace-by-expanded-history): Don't use
2083         comint-get-old-input (we're not looking at *old* input).
2084         (comint-get-old-input-default): If using fields, signal an error
2085         when the point is not in an input field.
2087 2000-10-30  Kenichi Handa  <handa@etl.go.jp>
2089         * international/mule-conf.el: New charsets mule-unicode-2500-33ff
2090         and mule-unicode-e000-ffff.
2092         * international/mule.el (decode-char, encode-char): New functions.
2093         (make-coding-system): Accept a symbol of translation table as a
2094         value of property `safe-chars'.
2096         * international/mule-cmds.el (encode-coding-char): Check property
2097         safe-chars instead of safe-charsets.
2099         * international/fontset.el (fontset-default): Modified for
2100         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
2101         (x-font-name-charset-alist): Likewise.
2102         (ccl-encode-unicode-font): New CCL program.  Record it in
2103         font-ccl-encoder-alist to be used for fonts "ISO10646-1".
2105         * language/european.el (mac-roman-decoder, mac-roman-encoder):
2106         New translation tables.
2107         (decode-mac-roman, encode-mac-roman): Definition of these CCL
2108         programs are modified and moved from mac-win.el.
2109         (mac-roman): Definition of this coding system is modified and
2110         moved from mac-win.el.
2112 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
2114         * ediff-wind.el (ediff-setup-control-frame): Enclose
2115         face-attribute in condition-case to avoid errors in older emacsen.
2117 2000-10-29  Miles Bader  <miles@gnu.org>
2119         * custom.el (custom-add-to-group): Allow multiple entries for a
2120         given value OPTION, as long as their widget types are different.
2121         * cus-edit.el (custom-face-value-create): If face name doesn't end
2122         with "face", add such here (similar to custom group widgets).
2124         * comint.el (comint-highlight-prompt): Add :type.
2126 2000-10-28  John Wiegley  <johnw@gnu.org>
2128         * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
2129         Changed this function to operate on a temporary buffer instead of
2130         the main buffer.  This not only keeps flyspell from marking a
2131         buffer as changed that wasn't, but it solves the jumpy cursor
2132         problem when attempts are made to edit incorrect words.
2133         (flyspell-maybe-correct-doubling): Same change as for
2134         `flyspell-maybe-correct-transposition'.
2136         * calendar/timeclock.el (timeclock-log): Doc fix.
2137         (timeclock-last-event): Doc fix.
2138         (timeclock-log): Kill the timelog buffer after appending a new
2139         event.
2140         (timeclock-find-discrep): Use a temp buffer to read in the
2141         timelog, instead of visiting the file.
2142         (timeclock-log-data): A new function, along with a host of helper
2143         functions, for the purpose of making timelog data accessible to
2144         programmers.
2146         * eshell/esh-mode.el (window-height test): Make certain that
2147         `eshell-stringify-t' is non-nil.
2148         (eshell-password-prompt-regexp): Changed to a much simpler
2149         password regexp.
2150         (eshell-send-input): If `eshell-invoke-directly' returns t,
2151         directly invoke the parsed command using `eval'.  This improves
2152         turn-around time on simple commands by a factor of three or
2153         greater, such as cd, ls, pwd, etc. -- which get used very often.
2154         It also conserves thousands of cons cells per call (since
2155         `eshell-do-eval' consumes memory like a Cookie Monster set loose
2156         in the Pacific Cookie Company).
2158         * eshell/esh-test.el (eshell-test): Whitespace fix.
2160         * eshell/em-ls.el (eshell-ls-insert-directory): Make
2161         `eshell-ls-initial-args' nil when inserting directory contents.
2163         * eshell/em-script.el (eshell-script-initialize): Add names to
2164         `eshell-complex-commands, since `source' and `.' are complex.
2166         * eshell/esh-cmd.el (eshell-rewrite-for-command)
2167         (eshell-rewrite-while-command): Use `eshell-protect' instead of
2168         `eshell-copy-handles'.
2169         (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
2170         bodies.
2171         (eshell-separate-commands): Whitespace fix.
2172         (eshell-complex-commands): Added a new list of names, for
2173         determining whether a given command is as simple as it looks.
2174         (eshell-invoke-directly): New function.  Returns t if a command
2175         should be invoked directly (using `eval'), rather than indirectly
2176         using `eshell-do-eval'.
2177         (eshell-do-eval): Whitespace fix.
2179         * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
2180         which provides an emulation of the DOS shell behavior of assuming
2181         that cp/mv/ln should copy/move/link to the current directory.
2182         (eshell-remove-entries): Added a doc string.
2183         (eshell-shuffle-files): Removed the check for `target' being null.
2184         (eshell-mvcp-template, eshell-mvcpln-template): Renamed
2185         `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
2186         it to do a smarter check of whether a destination was provided.
2187         (eshell/mv, eshell/cp): Enable `:preserve-args'.
2188         (eshell/ln): Enable `:preserve-args', and use
2189         `eshell-mvcpln-template' to implement the body of the function.
2190         (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
2191         (eshell/du, eshell/diff, eshell/locate): Stringify the argument
2192         list after flattening it.  This makes it possible to cat files
2193         with numerical names.
2194         (eshell-unix-initialize): Added several names to
2195         `eshell-complex-commands.
2196         (eshell-unix-command-complex-p): Return t if a given command name
2197         may result in external processes being invoked.
2199         * eshell/em-glob.el (eshell-glob-show-progress): Make this
2200         variable nil by default, since it slows down glob processing by a
2201         factor of two or more, and increases memory consumption.
2203         * eshell/em-smart.el: Added a note about how memory consumptive
2204         smart display mode can be (at least this is true in Emacs 21).
2205         (eshell-smart-initialize): Whitespace fix.
2206         (eshell-refresh-windows): Use `if' instead of `when'.
2207         (eshell-smart-scroll-window): Calling `save-current-buffer' was
2208         not necessary.
2209         (eshell-currently-handling-window): Added a missing global
2210         variable.
2212         * eshell/em-ls.el (eshell-do-ls): Code simplification.
2213         (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
2214         Whitespace fix.
2215         (eshell-ls-exclude-hidden): Added this variable in addition to
2216         `eshell-ls-exclude-regexp'.  This one prevents files beginning
2217         with . from even being read, which can improve memory consumption
2218         quite a bit.
2219         (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
2220         read file entries beginning with a dot.  In home directories with
2221         lots of hidden files, fully two-thirds of the time spent in ls is
2222         used to read directory entries that are immediately thrown away.
2223         (eshell-ls-initial-args): Added back this configuration variable,
2224         for specifying default initial arguments to every call to ls.
2225         Much faster than using an alias to do the same thing.
2226         (eshell-do-ls): Use `eshell-ls-initial-args', if set.
2227         (eshell-ls-dir): Whitespace change.
2229         * eshell/em-dirs.el (eshell/pwd): Small code simplification.
2231         * eshell/esh-util.el: Don't require `ange-ftp' if it's not
2232         available.
2233         (eshell-stringify-t): Added a customization variable, to indicate
2234         whether `t' should be rendered as a string at all.  If not, one
2235         can still determine if the result of an expression is true using
2236         "file-exists-p FILE && echo true".
2237         (eshell-stringify): If `eshell-stringify-t' is nil, don't
2238         stringify t!
2240         * eshell/esh-module.el: Whitespace fix.
2242         * eshell/em-alias.el (eshell-alias-initialize): Added
2243         `eshell-command-aliased-p' to `eshell-complex-commands'.
2244         (eshell-command-aliased-p): New function that returns t if a
2245         command name names an aliased.
2247 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
2249         * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
2250         redrawing the screen when changing cursor color.
2251         (viper-insert-state-pre-command-sentinel)
2252         (viper-replace-state-pre-command-sentinel)
2253         (viper-replace-state-post-command-sentinel):
2254         Use viper-preserve-cursor-color.
2255         Many functions changed to use viper= instead of = when comparing
2256         characters.
2257         * viper-util.el (viper-memq-char,viper=): New functions for
2258         working with characters.
2259         (viper-change-cursor-color): Fixed buglet.
2260         Many functions changed to use viper= instead of = when comparing
2261         characters.
2262         * viper.el (viper-insert-state-mode-list): Added eshell.
2264         * ediff-init.el (ediff-before-setup-hook): New hook.
2265         Several typos fixed in various docstrings.
2266         * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
2267         * ediff-nult.el (ediff-before-session-group-setup-hooks): New
2268         hook.
2269         (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
2270         * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
2271         (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
2272         (ediff-get-selected-buffers): New function.
2273         * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
2274         (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
2275         save-window-excursion.
2276         * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
2277         termination check in while loop.
2278         * ediff.el (ediff-get-default-file-name): Better defaults when in
2279         dired buffer.
2280         (ediff-files,ediff-merge-files,ediff-files3)
2281         (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
2283 2000-10-28  Dave Love  <fx@gnu.org>
2285         * info.el (Info-fontify-node): Add help-echo for menu items.
2287 2000-10-28  Eli Zaretskii  <eliz@is.elta.co.il>
2289         * startup.el (normal-top-level): If the value of $TERM indicates
2290         we are running from xterm or one of its work-alikes, default to a
2291         light background mode.
2293         Support for -fg, -bg, and -rv command-line arguments for TTYs:
2294         * faces.el (tty-handle-reverse-video): New function.
2295         (tty-create-frame-with-faces): Call it.
2297         * frame.el (frame-notice-user-settings): Don't apply
2298         default-frame-alist and initial-frame-alist to MS-DOS frames.
2299         Call tty-handle-reverse-video, frame-set-background-mode, and
2300         face-set-after-frame-default for non-MS-DOS frames.
2302         * startup.el (tty-long-option-alist): New variable.
2303         (tty-handle-args): New function.
2304         (command-line): Call tty-handle-args.
2306         * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
2307         startup.el now does that for all character-terminal frames.
2309 2000-10-28  Miles Bader  <miles@gnu.org>
2311         * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
2312         `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
2313         global.  If :global is followed by a non-nil but non-t value,
2314         make the mode buffer-local, but also generate a `global-MODE'
2315         version using `easy-mmode-define-global-mode'.  Add
2316         :conditional-turn-on keyword argument.
2318 2000-10-28  Dave Love  <fx@gnu.org>
2320         * international/latin1-disp.el (latin1-char-displayable-p): Don't
2321         use window-system.
2323 2000-10-27  Eli Zaretskii  <eliz@is.elta.co.il>
2325         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
2326         Don't call find-buffer-file-type-coding-system.  Instead, just
2327         set eol-type to -unix if inhibit-eol-conversion is in effect, or
2328         if the file is on an untranslated filesystem.
2329         (add-untranslated-filesystem): Use "D" instead of "f" inside
2330         interactive.
2332 2000-10-27  Dave Love  <fx@gnu.org>
2334         * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
2335         (refill-mode): Use it.
2337 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
2339         * international/quail.el (quail-activate): Don't make-local-hook.
2341 2000-10-27  Andre Spiegel  <spiegel@gnu.org>
2343         * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
2344         manual backups and file.~<rev>.~ for automatic ones.
2345         (vc-make-version-backup): Don't do it on MS-DOS without long file
2346         names.
2348         * vc.el (vc-version-other-window): If an automatic backup of the
2349         desired version exists, rename it instead of copying it.
2351         * vc-cvs.el (vc-cvs-checkin): Check both status and error message
2352         after command.  If there's an unexpected error, signal it instead
2353         of being silent.
2354         (vc-cvs-merge-news): Be prepared for no news at all.
2356 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
2358         * shell.el (shell): Add BUFFER argument.
2359         * comint.el (make-comint-in-buffer): New function.
2360         (make-comint): Use it.
2362         * faces.el (face-spec-choose): Change syntax so that the list of
2363         attribute-value pairs is now the cdr of each clause, not the cadr.
2364         Detect old-style entries, and handle them.  Use pop.
2366 2000-10-26  Stefan Monnier  <monnier@cs.yale.edu>
2368         * cus-edit.el (custom-mode-map): Use a sparse map.
2369         (custom-mode): Don't bother with make-local-hook.
2371         * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
2373         * vc.el (vc-start-entry): Only erase the buffer if comment is set.
2375 2000-10-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2377         * ps-print.el: Avoid compilation gripes.
2378         (ps-print-version): New version number (6.2.1).
2380 2000-10-26  Dave Love  <fx@gnu.org>
2382         * menu-bar.el: Modify some menu item help strings.
2383         (menu-bar-help-menu): Add link to MORE.STUFF.
2385         * cus-edit.el (custom-mode): Add `special' mode-class property.
2387         * wid-browse.el (widget-browse-mode): Likewise.
2389         * wid-edit.el (widget-specify-field): Revert to using local-map
2390         property, not keymap.
2392 2000-10-26  Miles Bader  <miles@lsi.nec.co.jp>
2394         * wid-edit.el (widget-field-end): When checking for a `boundary'
2395         field, do so in the correct buffer.
2397         * simple.el (undo): Correctly distinguish between numeric and
2398         non-numeric prefix args in non-transient-mark-mode, as per the doc
2399         string.  When in transient-mark-mode, treat all prefix-args as
2400         numeric.
2402         * simple.el (previous-matching-history-element): Miscellaneous cleanup.
2403         Position point on match.  Handle N == 0 correctly.
2405         * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
2406         (comint-mode-map): Reverse order of `comint-write-output' and
2407         `comint-append-output-to-file'.
2408         (comint-append-output-to-file): Reinstate this function, for the
2409         benefit of the menu.
2411 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
2413         * vc.el (vc-version-other-window): Bind `file'.
2415 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
2417         * Makefile.in (update-authors): New target for maintenance purposes.
2419         * emacs-lisp/authors.el (batch-update-authors): New function.
2420         (authors-fixed-entries): New defconst.
2421         (authors-add-fixed-entries): New function.
2422         (authors): Call it.: Don't process lispref/.
2424 2000-10-25  Jason Rumney  <jasonr@gnu.org>
2426         * cus-edit.el (custom-button-face, custom-button-pressed-face):
2427         Merge x w32 and mac definitions.
2429 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
2431         * menu-bar.el (menu-bar-options-menu): Add a help string for
2432         `uniquify'.
2434 2000-10-25  Stephen Gildea  <gildea@alum.mit.edu>
2436         * time-stamp.el (time-stamp-string-preprocess):
2437         Fix a wrong type argument error.
2439 2000-10-25  Miles Bader  <miles@gnu.org>
2441         * recentf.el (recentf-mode): Variable removed.
2442         (recentf-mode): Use `define-minor-mode'.
2444         * mwheel.el (mouse-wheel-mode): New global minor mode.
2445         (mwheel-install): Use `mouse-wheel-mode'.
2447 2000-10-25  Dave Love  <fx@gnu.org>
2449         * progmodes/cperl-mode.el (cperl-mode):
2450         Set normal-auto-fill-function correctly.
2452         * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
2453         inherit from global-map and don't nullify menu-bar and tool-bar
2454         bindings.
2456 2000-10-25  Miles Bader  <miles@lsi.nec.co.jp>
2458         * wid-edit.el (widget-field-at): New function.
2459         (widget-at, widget-field-activate): Use it.
2460         (widget-tabable-at): Use `widget-at'.
2461         (widget-specify-field): If the terminating character of the widget
2462         field (which is read-only) is a newline, put it into a special
2463         `boundary' field so that C-n/C-p act more naturally.
2464         (widget-field-end): Also don't subtract one if a special
2465         `boundary' field has been added after the widget field.
2467         * comint.el (comint-output-filter, comint-send-input): Don't
2468         bother adding stickiness fields to overlays to fool the field
2469         code, since it should notice the overlay insertion-types now.
2471         * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
2472         Replace with aliases of the normal emacs b-o-l/e-o-l functions.
2473         (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
2475 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
2477         * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
2478         (authors): Set file coding system to iso-2022-7bit.  Add
2479         file-local variables to output buffer.
2481         * files.el (after-find-file): Don't print any warnings if
2482         WARN is nil.
2484 2000-10-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2486         * ps-print.el (ps-generate): Fix odd/even pages printing bug.
2488         * delim-col.el: Now there is a column formatting mechanism.
2489         Modified to customization mechanisms convention.  Doc fix.
2490         (columns): New group for delim-col.
2491         (delimit-columns-before, delimit-columns-after)
2492         (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
2493         (delimit-columns-end): New vars.
2494         (delimit-columns-customize, delimit-columns-format): New funs.
2495         (delimit-columns-region, delimit-columns-rectangle)
2496         (delimit-columns-rectangle-line): Modified to support column
2497         formatting.
2499 2000-10-24  Dave Love  <fx@gnu.org>
2501         * log-edit.el (log-edit): Add :version and a :group for vc.
2503 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
2505         * files.el (after-find-file): Don't print a message ``New file''
2506         if WARN is nil.
2508         * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
2509         the tool-bar map as nil, as for the menu-bar.  Otherwise, we'll
2510         get duplicate tool-bar entries because we'll see the global ones
2511         on more than one path through keymaps.
2513         * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
2515         * progmodes/cmacexp.el: Change Francesco's email address.
2517 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
2519         * window.el (fit-window-to-buffer): Adjust point of the window
2520         buffer, not that of the current buffer.
2522 2000-10-24  Eli Zaretskii  <eliz@is.elta.co.il>
2524         * progmodes/cmacexp.el: Update the euthor's email address.
2526 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
2528         * faces.el (face-spec-set-match-display): Add `graphic' display
2529         type (the inverse of `tty').  Use `display-graphic-p' instead of
2530         the window-system variable.
2532 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
2534         * international/isearch-x.el (isearch-with-input-method): Call
2535         input-method-function with the first event in
2536         unread-command-events.
2538 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
2540         * faces.el (face-default-spec, face-user-default-spec): Make
2541         defsubsts.
2543 2000-10-24  Andrew Choi  <akochoi@i-cable.com>
2545         * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
2546         New charsets.
2548         * term/mac-win.el: Remove definitions of mac-roman-lower and
2549         mac-roman-upper, require dired, and define instead of set
2550         mac-ready-for-drag-n-drop to avoid compilation error.
2552 2000-10-23  Andrew Innes  <andrewi@gnu.org>
2554         * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
2555         superfluous calls to subst-char-in-string; instead apply
2556         expand-file-name after convert-standard-filename to ensure
2557         expected directory separators are used.
2559 2000-10-23  Eli Zaretskii  <eliz@is.elta.co.il>
2561         * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
2563 2000-10-23  Dave Love  <fx@gnu.org>
2565         * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
2566         (tool-bar-add-item): Set foreground and background for XBM icons.
2568         * international/latin1-disp.el (latin1-char-displayable-p): New
2569         function (from Handa).
2570         (latin1-display-check-font): Use it.
2572         * imenu.el (imenu--create-keymap-2): Build menu with menu-item
2573         using :key-sequence, making it much more usable.  Use nconc, not
2574         append.
2575         (imenu--create-keymap-1): Avoid append.
2577         * textmodes/refill.el: Remove bits redundant with define-minor-mode.
2579 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
2581         [the following changes fix a bug where `define-minor-mode' didn't
2582         correctly generate :require clauses for defcustoms in compiled files]
2583         * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
2584         (byte-compile-log-file, byte-compile-log-1): Don't set
2585         `byte-compile-current-file' to nil.  Instead set
2586         `byte-compile-last-logged-file' to it.  Test whether
2587         byte-compile-current-file equals byte-compile-last-logged-file
2588         instead of whether its nil.
2589         (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
2591 2000-10-23  Stefan Monnier  <monnier@cs.yale.edu>
2593         * textmodes/refill.el: Fix var names in doc.
2594         (refill-mode): Don't bother with make-local-hook anymore.
2596 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
2598         * faces.el (face-user-default-spec, face-default-spec): New functions.
2599         (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
2600         (frame-set-background-mode, face-set-after-frame-default):
2601         Use `face-user-default-spec'.  Simplify code slightly.
2603         * woman.el (woman-italic-face, woman-bold-face)
2604         (woman-unknown-face): Add dark-background variants.
2605         (woman-default-faces): Renamed from `woman-colour-faces'.
2606         Set using the stored defaults, rather than using hard-wired colors.
2607         (woman-monochrome-faces): Renamed from `woman-black-faces'.
2608         Just make the foreground `unspecified' rather than "black".
2609         (woman-menu): Rename menu entries accordingly.
2611         * faces.el (header-line): Make more reasonable on mono/grayscale
2612         displays.
2614 2000-10-23  Andrew Choi  <akochoi@i-cable.com>
2616         * cus-edit.el (custom-button-face): Use 3D look for mac.
2617         (custom-button-pressed-face): Likewise.
2619         * faces.el (set-face-attributes-from-resources): Handle mac frames
2620         in the same way as x and w32 frames.
2621         (face-valid-attribute-values): Likewise.
2622         (read-face-attribute): Likewise.
2623         (defined-colors): Likewise.
2624         (color-defined-p): Likewise.
2625         (color-values): Likewise.
2626         (display-grayscale-p): Likewise.
2627         (face-set-after-frame-default): Likewise.
2628         (mode-line): Same default face as for x and w32.
2629         (tool-bar): Likewise.
2631         * frame.el: Remove call to frame-notice-user-settings at end of
2632         the file.
2634         * info.el (Info-fontify-node): make underlines invisible for mac
2635         as for x, pc, and w32 frame types.
2637         * term/mac-win.el: New file.
2639 2000-10-22  Dave Love  <fx@gnu.org>
2641         * textmodes/refill.el: New file.
2643 2000-10-22  Andre Spiegel  <spiegel@gnu.org>
2645         * vc-hooks.el (vc-version-backup-file-name): New optional args
2646         MANUAL and REGEXP.
2647         (vc-delete-automatic-version-backups, vc-make-version-backup):
2648         New functions.
2649         (vc-before-save): Use the latter.
2650         (vc-default-make-version-backups-p): Added `-p' suffix to avoid
2651         confusion.
2653         * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
2654         expected by vc[-hooks].el.
2656         * vc.el (vc-checkout): Added `-p' suffix in call to
2657         vc-make-version-backups-p; use vc-make-version-backup to actually
2658         make the backup.
2659         (vc-version-other-window, vc-version-backup-file): Handle both
2660         automatic and manual backups.
2661         (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
2662         of all of them.
2664 2000-10-22  Miles Bader  <miles@gnu.org>
2666         * comint.el (comint-highlight-input, comint-highlight-prompt):
2667         Renamed, `-face' at end removed.
2668         (comint-send-input, comint-output-filter): Use renamed faces.
2670         * window.el (fit-window-to-buffer): Change defaulting of
2671         MAX-HEIGHT slightly.
2673         * faces.el (color-values, color-defined-p): Use `member', not
2674         `memq', because it works correctly for strings.
2675         (frame-set-background-mode): Actually, "unspecified-fg" and
2676         "unspecified-bg" *are* strings.  Use `member', not `memq', and
2677         `equal', not `eq', when a string value is possible.
2679 2000-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
2681         * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
2683 2000-10-21  Stefan Monnier  <monnier@cs.yale.edu>
2685         * progmodes/sh-script.el (sh-mode-map): Remove bindings for
2686         sh-electric-rparen, sh-electric-less and sh-electric-hash.
2687         (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
2688         (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
2689         (sh-font-lock-syntactic-keywords): Use them.
2690         (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
2691         (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
2692         (sh-mode): Don't override font-lock-unfontify-region-function.
2693         Use a copy of sh-font-lock-syntactic-keywords.
2694         (sh-set-shell): Don't set sh-electric-rparen-needed-here.
2695         Don't call sh-scan-buffer since font-lock does it on the fly.
2696         (sh-get-indent-info): Use `face' rather than `syntax-table'
2697         text-property to detect here-documents.
2698         Replace sh-special-syntax with sh-st-punc.
2699         (sh-prev-line): Use `face' rather than `syntax-table'
2700         text-property to skip over here-documents.
2701         (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
2702         (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
2703         (sh-electric-less, sh-set-here-doc-region)
2704         (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
2705         (sh-scan-buffer, sh-rescan-buffer): Remove.
2707 2000-10-21  Andrew Innes  <andrewi@gnu.org>
2709         * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
2710         remote (ange-ftp) file names.
2712 2000-10-21  Miles Bader  <miles@gnu.org>
2714         * window.el (fit-window-to-buffer): New function.
2715         (shrink-window-if-larger-than-buffer): Use it.
2716         (window-text-height): Don't expect minibuffers to have mode-lines.
2718         * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
2719         * international/quail.el (quail-update-guidance): Use
2720         `fit-window-to-buffer' instead of `set-window-text-height'.
2722         * international/quail.el (quail-show-guidance-buf): Make sure
2723         guidance window really has enough room.
2724         (quail-update-guidance): If quail-guidance-win is already shown,
2725         make sure its height is OK.
2727         * window.el (window-text-height, set-window-text-height):
2728         New functions.
2729         (shrink-window-if-larger-than-buffer): Use `window-text-height'
2730         instead of `window-height' & `mode-line-window-height-fudge'.
2731         (mode-line-window-height-fudge): Add FACE parameter.
2732         * help.el (resize-temp-buffer-window): Use `set-window-text-height'
2733         instead of `enlarge-window' & `mode-line-window-height-fudge'.
2735 2000-10-20  Miles Bader  <miles@gnu.org>
2737         * window.el (height-affecting-face-attributes): Use `defconst'.
2739         * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
2740         New function, conditionally aliased to `mode-line-window-height-fudge'.
2741         (ispell-help): Use it.
2742         (ispell-choices-win-default-height): Don't include mode-line fudge.
2743         (ispell-choices-win-default-height): New function.
2744         (ispell-show-choices, ispell-command-loop): Use function
2745         `ispell-choices-win-default-height' instead of variable.
2747 2000-10-20  Miles Bader  <miles@lsi.nec.co.jp>
2749         * window.el (mode-line-window-height-fudge): New variable.
2750         (height-affecting-face-attributes): New variable.
2751         (mode-line-window-height-fudge): New function.
2752         (shrink-window-if-larger-than-buffer): Use it.
2753         * help.el (resize-temp-buffer-window): Likewise.
2755         * info.el (Info-fontify-node): Add support for @subsubsection
2756         titles, which use `Info-title-4-face'.
2757         (Info-title-4-face): New face.
2758         (Info-title-3-face): Inherit from Info-title-4-face instead of
2759         variable-pitch.
2761 2000-10-19  Jason Rumney  <jasonr@gnu.org>
2763         * dired.el (dired-insert-directory): Do not let errors signalled by
2764         attempt to run dired-free-space-program prevent dired from working.
2766 2000-10-19  Stefan Monnier  <monnier@cs.yale.edu>
2768         * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
2770 2000-10-19  Gerd Moellmann  <gerd@gnu.org>
2772         * dirtrack.el (dirtrack): Fix call to run-hooks.
2774         * cmuscheme.el (cmuscheme-program-name): Renamed from
2775         scheme-program-name because xscheme.el contains a defcustom with
2776         the same name.  As a consequence, customizing group `cmuscheme'
2777         loaded `xscheme' which redefined run-scheme.
2778         (run-scheme): Use cmuscheme-program-name.
2780         * ps-print.el (ps-print-emacs-type): Move into the
2781         eval-and-compile.
2783         * play/doctor.el (doctor-death): Update the Samaritans'
2784         anonymous address, and add a website for Befrienders International.
2786 2000-10-19  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2788         * ps-print.el: Even/odd pages fix.  Fix little bug on XEmacs.
2789         Avoid compilation gripes.  Doc fix.
2790         (ps-print-version): New version number (6.2).
2791         (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
2792         (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
2793         (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
2794         (ps-x-extent-priority, ps-x-extent-start-position)
2795         (ps-x-face-font-instance, ps-x-find-coding-system)
2796         (ps-x-font-instance-properties, ps-x-make-color-instance)
2797         (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
2798         avoid compilation gripes without defining functions.
2799         (ps-e-find-composition): Alias for function find-composition, to have a
2800         suitable function depending on Emacs version.
2801         (ps-color-device, ps-color-values, ps-face-foreground-name)
2802         (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
2803         (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
2804         (ps-print-ensure-fontified): Function definitions surrounded by
2805         `eval-and-compile' to avoid compilation gripes.
2806         (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
2807         by symbol-value to avoid compilation gripes.
2808         (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
2809         (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
2811 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
2813         * startup.el (normal-top-level): Call `frame-set-background-mode'
2814         after `frame-notice-user-settings' because the latter doesn't call
2815         the former on a tty.
2817         * faces.el (frame-set-background-mode): `unspecified' &c are
2818         symbols, not strings.
2820 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
2822         * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
2823         why some "light*" colors are deliberately absent from the alist.
2825         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
2826         Change colors for tty's, as suggested by Miles Bader.
2828 2000-10-19  Kenichi Handa  <handa@etl.go.jp>
2830         * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
2831         (ccl-encode-mule-unicode-0100-24ff): New CCL program.  Register it
2832         for ISO10646-1 fonts.
2833         (x-font-name-charset-alist): Add an entry for "iso10646-1".
2835 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
2837         * faces.el (frame-set-background-mode): If a tty frame defines a
2838         background color, use that to compute the background mode, instead
2839         of always defaulting to "dark".
2841 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
2843         * comint.el (comint-write-output): New function.
2844         (comint-mode-map): Add it to the menu.
2845         Bind `C-c C-s' to comint-write-output.
2847 2000-10-18  Gerd Moellmann  <gerd@gnu.org>
2849         * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
2850         Use fancy-splash-delay.
2852 2000-10-18  Alex Schroeder  <alex@gnu.org>
2854         * progmodes/sql.el (sql-sybase-options): New option.
2855         (sql-sybase): Use it.  Add sql-database to the list of parameters
2856         provided for login.  The options -w 2048 -n are not used any more.
2858         * comint.el (comint-read-input-ring): Bugfix such that the first
2859         and the last entry of the input ring file are not lost.
2861 2000-10-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2863         * ps-print.el: Internal variable changes to defcustom,
2864         make-local-hook changes to defvar.  Doc fix.
2865         (ps-print-version): New version number (6.1).
2866         (ps-setup, ps-do-despool): Code fix.
2867         (ps-printer-name): Customization fix.
2868         (ps-printer-name-option): Now is a defcustom instead of an
2869         internal variable.
2870         (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
2871         (ps-print-begin-column-hook): Now are defvar instead of
2872         make-local-hook.
2874 2000-10-18  Miles Bader  <miles@gnu.org>
2876         * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
2877         (comint-kill-output): Changed into an alias for `comint-delete-output',
2878         and made obsolete.
2879         (comint-mode-map): Rename references to comint-kill-output.
2881 2000-10-18  Eli Zaretskii  <eliz@is.elta.co.il>
2883         * diff-mode.el (diff-header-face, diff-file-header-face)
2884         (diff-changed-face): Add bold and italic attributes to tty faces.
2885         (diff-function-face): New face.
2886         (diff-font-lock-keywords): Use it.
2888 2000-10-18  Miles Bader  <miles@lsi.nec.co.jp>
2890         * comint.el (comint-output-filter): Fixup comint-last-input-end too.
2891         Remove commented-out call to force-mode-line-update.
2892         (comint-kill-output): Use `forward-line 0' instead of
2893         beginning-of-line to make sure we get past the prompt.
2895 2000-10-17  Stefan Monnier  <monnier@cs.yale.edu>
2897         * diff-mode.el (diff-header-face, diff-file-header-face):
2898         Add specific setting for dark background.
2899         (diff-context-face): Renamed from diff-comment-face.
2900         Set explicitly rather than inheriting from font-lock-comment-face.
2902 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
2904         * startup.el (command-line): Move the code which sets the default
2905         TTY colors to before before-init-hook.
2907 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
2909         * jit-lock.el (jit-lock-stealth-time): Doc fix.
2911 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
2913         * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
2914         extensions, for MS-DOS.
2916         * diff-mode.el (diff-header-face, diff-file-header-face)
2917         (diff-changed-face): Define tty-specific colors.
2919 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
2921         * startup.el (fancy-splash-text): Realign the text.
2923 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
2925         * font-lock.el (font-lock-comment-face): Define a separate default
2926         for dark-background tty's.
2928 2000-10-17  Miles Bader  <miles@gnu.org>
2930         * help.el (resize-temp-buffer-window): Add hack to avoid last line
2931         being obscured by whizzy mode-lines on graphics displays.
2933 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
2935         * info.el (Info-title-1-face, Info-title-2-face)
2936         (Info-title-3-face): Define colors for tty's.
2937         (info-header-node): Remove unneeded tty-specific definition.
2939 2000-10-16  Eli Zaretskii  <eliz@is.elta.co.il>
2941         * term/pc-win.el (msdos-handle-reverse-video): Don't remove
2942         reverse from the frame parameters, and don't invert foreground and
2943         background colors.
2945 2000-10-16  Miles Bader  <miles@gnu.org>
2947         * info.el (Info-set-mode-line): Use `%b' instead of hardwired
2948         string "*Info*".  Call propertized-buffer-identification to spruce
2949         up the result.
2951 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
2953         * help.el: Provide `help' for the sake of define-minor-mode
2954         which generates defcustoms with requires.
2956         * jit-lock.el (jit-lock-after-change): If we're in text that
2957         matches a multi-line font-lock pattern, make sure the whole text
2958         will be redisplayed.
2960         * emacs-lisp/authors.el (authors-add): Don't add an entry if
2961         author's name is unknown.
2963         * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
2964         * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
2965         * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
2966         * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
2967         * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
2968         * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
2969         * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
2970         * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
2971         * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
2972         Add author information.
2974 2000-10-16  Miles Bader  <miles@lsi.nec.co.jp>
2976         * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
2977         * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
2978         full-color version (using the Gimp) to eliminate dithering artifacts.
2980 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
2982         * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
2984         * simple.el (syntax-flag-table, string-to-syntax): Remove.
2986 2000-10-15  Dave Love  <fx@gnu.org>
2988         * progmodes/sh-script.el: Require skeleton and comint when
2989         compiling.
2991         * pcomplete.el (pcomplete) <defgroup>: Add :version.
2993         * whitespace.el: Doc fixes.
2994         (top-level): Don't add hooks here.
2995         (whitespace-running-emacs): Deleted.
2996         (timer): Don't require.
2997         (whitespace): Add back :version conditional on xemacs test.
2998         (whitespace-spacetab-regexp, whitespace-indent-regexp)
2999         (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
3000         (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
3001         (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
3002         Avoid specific xemacs test.
3003         (whitespace-global-mode): New option.
3004         (whitespace-global-mode): New command.
3005         (whitespace-unload-hook): New function.
3007         * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
3008         (Info-fontify-node, Info-goto-node, Info-mode-menu)
3009         (Info-fontify-node): `Goto' goes to `Go to'.
3010         (Info-fontify-node): Add help-echo to xref links.
3012 2000-10-15  Eli Zaretskii  <eliz@is.elta.co.il>
3014         * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
3016 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
3018         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
3019         Use plist-get and allow :inherit.
3021         * emacs-lisp/cl-macs.el (cl-do-arglist):
3022         Use plist-get and plist-member instead of memq.
3024         * emacs-lisp/ewoc.el (ewoc-location): New function.
3025         (ewoc-enter-after, ewoc-enter-before): Document return value.
3026         * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
3027         Don't need make-local-hook any more.
3028         (cvs-addto-collection): Return the new tin.
3029         (cvs-mode-insert): Jump to the new line.
3031         * jit-lock.el (jit-lock-fontify-buffer): Remove.
3033         * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
3035         * font-lock.el (font-lock-syntactically-fontified): New var.
3036         (font-lock-fontify-syntactic-keywords-region): Use it.
3037         (font-lock-mode): Fix docstring.  Don't need make-local-hook anymore.
3039         * diff-mode.el (diff-find-file-name): Fix regexp.
3041         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
3042         (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
3044         * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
3045         (sh-mode-syntax-table): Add punctuation syntax for < and >.
3046         (sh-mode): Don't make all vars local here.
3047         (sh-kw): Reformat.
3048         (sh-set-shell): Use dolist.  Don't set indent-region-function.
3049         (sh-mode-syntax-table): Use pop.
3050         (sh-remember-variable): Use push.
3051         (sh-help-string-for-variable): Use memq.
3052         (sh-safe-backward-sexp): Remove.
3053         (sh-safe-forward-sexp): Add ARG.
3054         (sh-get-indent-info, sh-prev-stmt): Use it.
3055         (sh-prev-line): Simplify by using forward-comment.
3056         (sh-this-is-a-continuation): Simplify.
3057         (sh-learn-buffer-indent): Use dolist.
3058         (sh-do-nothing): Remove.
3059         (sh-set-char-syntax, sh-set-here-doc-region):
3060         Use inhibit-modification-hooks.
3061         (sh-name-style): Use mapcar and push.
3062         (sh-load-style): Use dolist.
3063         (sh-save-styles-to-buffer): Use with-current-buffer and pp.
3064         (sh-case, sh-while-getopts): Use propertize directly rather
3065         than sh-electric-rparen.
3067 2000-10-14  Stefan Monnier  <monnier@cs.yale.edu>
3069         * textmodes/tex-mode.el: Require CL when compiling.
3070         (tex-mode-syntax-table): Init immediately.
3071         (tex-mode-map): Bind M-RET to latex-insert-item.
3072         (latex-mode): Set indent-line-function to latex-indent.
3073         (tex-common-initialization): Don't setup the syntax-table any more.
3074         (latex-insert-item): New skeleton.
3075         (tex-next-unmatched-end): Fix copy/paste braino.
3076         (latex-syntax-after, latex-skip-close-parens, latex-down-list)
3077         (latex-indent, latex-find-indent): New functions.
3078         (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
3079         (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
3080         (tex-compilation-parse-errors): Use with-syntax-table.
3082 2000-10-15  Miles Bader  <miles@gnu.org>
3084         * font-lock.el (font-lock-comment-face): Change dark-background,
3085         color, non-tty, default to `chocolate1'.
3087 2000-10-13  John Wiegley  <johnw@gnu.org>
3089         * eshell/esh-util.el (require): Added a missing `require' form,
3090         needed when compiling (for an ange-ftp macro definition).
3092 2000-10-13  Dave Love  <fx@gnu.org>
3094         * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
3096 2000-10-13  Gerd Moellmann  <gerd@gnu.org>
3098         * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
3099         fix.
3101         * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
3102         transparent -colors 8).
3104 2000-10-13  Stephen Gildea  <gildea@alum.mit.edu>
3106         * time-stamp.el (time-stamp): Fixed bug in new multi-line code
3107         that breaks with old list format timestamps.
3108         (time-stamp-warn-inactive, time-stamp-old-format-warn)
3109         (time-stamp-count, time-stamp-conversion-warn): Improved doc
3110         strings.
3112 2000-10-13  John Wiegley  <johnw@gnu.org>
3114         * align.el, pcomplete.el, calendar/timeclock.el,
3115         eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
3117         * calendar/timeclock.el (timeclock-find-discrep): A fix to some
3118         faulty math, where holiday hours were being computing as seconds.
3120 2000-10-13  John Wiegley  <johnw@gnu.org>
3122         * desktop.el (desktop-buffer-modes-to-save): Added a global for
3123         specifying what "other" kinds of buffers should be saved.  This
3124         used to be hard-coded.
3125         (desktop-buffer-misc-functions): A global for specifying how
3126         auxiliary data should be determined for special buffer types.
3127         (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
3128         instead of hard-coding the special buffer types.
3129         (desktop-save): Run `desktop-buffer-misc-functions' to gather
3130         auxiliary data, instead of hard-coding for Info buffers and dired.
3131         (desktop-buffer-info-misc-data): Aux function for determining Info
3132         buffer auxiliary info.
3133         (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
3134         (desktop-buffer-info): Changed this function to use the info
3135         gathered above.
3136         (desktop-create-buffer): Be a little more careful about what
3137         `minor-mode' means before calling it.  This is important for some
3138         buffer types.
3140 2000-10-13  John Wiegley  <johnw@gnu.org>
3142         * eshell/esh-util.el: Added a global form which declares an
3143         autoload for `parse-time-string', if that function is not already
3144         defined, and if parse-time.el is available on the user's system.
3146         * eshell/em-ls.el (eshell-ls-applicable): Extended this function
3147         to be aware of ange-ftp user info.
3148         (eshell-do-ls): Bind `ange-cache'.  Also, use
3149         `eshell-file-attributes'.
3150         (eshell-ls-annotate): Use `eshell-file-attributes'.
3151         (eshell-ls-file): Made the user-id printing code a bit smarter.
3153         * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
3154         allow identification of alias user ids in remote directories.
3155         It's manual, but there's no other way to know when the current
3156         user on the local machine, is also the owning user on the remote
3157         machine.
3158         (fboundp): Bind `ange-cache'.
3159         (eshell-directory-files-and-attributes): Re-organized the logic a
3160         bit to use `eshell-file-attributes' instead of `file-attributes'.
3161         The former is more sensitive to directories that are read via FTP,
3162         and knows how to use ange-ftp to determine full attribute
3163         information, instead of just the name and last modtime.
3164         (eshell-current-ange-uids): Return the current user id when in a
3165         remote directory.
3166         (eshell-parse-ange-ls): Parse a full directory listing that has
3167         been returned by ange-ftp.
3168         (eshell-file-attributes): This beefed up version of
3169         `file-attributes' is only special if the user is currently in a
3170         remote directory, in which case it does a lot of work to find out
3171         what the real attributes of a file are, as they appear on the
3172         remote machine.  This makes usage of remote directories (i.e.,
3173         ange-ftp pathnames) much more useful.  You can now use Eshell as a
3174         full-fledged FTP client, with much more manipulation ability than
3175         most other clients.
3177         * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
3178         variable, which means that Eshell's du should always be preferred
3179         in remote directories.
3180         (eshell-shuffle-files): Use `eshell-file-attributes', rather than
3181         just `file-attributes'.
3182         (eshell-mvcp-template): Bind `ange-cache', to improve performance
3183         when reading remote directories.  This is an Eshell-specific
3184         variable (not part of ange-ftp).
3185         (eshell/ln): Bind `ange-cache'.
3186         (eshell/du): Added some extra logic for determining when to use
3187         Eshell's du (which is slow), and when to use the external version
3188         (which may or may not exist).
3190         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
3191         `eshell-interactive-process', rather than using
3192         `get-buffer-process', since backgrounded processes don't count in
3193         the context of this function's logic.
3195         * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
3196         `forward-char', so that null strings are parsed correctly.
3198 2000-09-13  John Wiegley  <johnw@gnu.org>
3200         * eshell/em-pred.el (eshell-pred-file-type,
3201         eshell-pred-file-links, eshell-pred-file-size): Use
3202         `eshell-file-attributes'.  This is more correct over ange-ftp.
3204         * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
3205         that remote file globbing is more efficient.
3207         * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
3208         gathering the files and attributes within a directory.
3210         * eshell/em-unix.el (eshell/cat): If any of the files passed on
3211         the command line is a special file (not a regular file, directory
3212         or symlink), always attempt to call the external version of cat.
3214 2000-09-13  John Wiegley  <johnw@gnu.org>
3216         * eshell/esh-mode.el (eshell-find-tag): Corrections to the
3217         Eshell-friendly version of find-tag.
3219 2000-10-13  Miles Bader  <miles@lsi.nec.co.jp>
3221         * image-file.el (image-file-name-extensions)
3222         (image-file-name-regexps): Add autoload cookies.
3224 2000-10-13  Kenichi Handa  <handa@etl.go.jp>
3226         * international/mule-cmds.el (select-safe-coding-system): If FROM
3227         is string, show it in *Warning* buffer.
3229 2000-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
3231         * startup.el (normal-top-level): Use display-popup-menus-p instead
3232         of window-system.
3233         (command-line): Use display-graphic-p instead of window-system.
3234         (command-line-1): Use display-popup-menus-p and display-mouse-p
3235         instead of window-system.
3237 2000-10-12  Sam Steingold  <sds@gnu.org>
3239         * tooltip.el (tooltip-use-echo-area): New user variable.
3240         (tooltip-show): Use it to choose between `x-show-tip' and `message'.
3242 2000-10-12  Dave Love  <fx@gnu.org>
3244         * recentf.el: Maintainer's checkdoc fixes.
3246         * startup.el (normal-top-level-add-subdirs-to-load-path): Use
3247         character class, not ASCII when matching file names.
3248         (fancy-splash-head): Add trailing slash to URL.
3249         (command-line): Don't require XPM support for toolbar.
3251         * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
3252         (cperl-invalid-face): Revert last change.
3253         (cperl-init-faces): Quote cperl-invalid-face.
3255 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
3257         * startup.el (fancy-splash-text): Remove superfluous quote.
3259 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
3261         * startup.el (fancy-splash-screens): Don't add a pre-command hook.
3262         (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
3263         (command-line-1): Don't use fancy-splash-pending-command.
3264         (fancy-splash-screens-1): Goto point-min after inserting text.
3266         * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
3268         * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
3269         instead of shared-lisp-mode-map.
3271 2000-10-12  Miles Bader  <miles@lsi.nec.co.jp>
3273         * faces.el (header-line): Change tty-variant to use underlining.
3275         * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
3276         (isearch-highlight): Restore lazy-isearch face properties at old
3277         position, and suppress them at new position.
3278         (isearch-dehighlight): Restore lazy-isearch face properties.
3279         (isearch-lazy-highlight-update): Add lazy-isearch overlays even
3280         over the real isearch overlay, but in that case, don't give it a
3281         face property.  Use `push'.
3283 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
3285         * man.el (Man-getpage-in-background): Fix previous change.
3286         Decode the process output only when we are in multibyte mode.
3288 2000-10-11  Dave Love  <fx@gnu.org>
3290         * info.el (Info-mode-menu): Fix some help.
3291         (info-tool-bar-map): Add entry for Info-last.
3293         * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
3294         * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
3295         * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
3296         * toolbar/cut.xpm, toolbar/mail_compose.xpm:
3297         * toolbar/search-replace.xpm, toolbar/exit.xpm:
3298         * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
3299         * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
3300         * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
3301         * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
3302         * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
3303         Reduce colour requirements to 25 overall.  (Probably wants
3304         revisiting from the originals to reduce further.)
3306 2000-10-11  Eli Zaretskii  <eliz@is.elta.co.il>
3308         * hexl.el (hexlify-buffer): Bind coding-system-for-write to
3309         buffer-file-coding-system, instead of raw-text.
3310         (dehexlify-buffer): Bind coding-system-for-read to
3311         buffer-file-coding-system, instead of raw-text.
3313 2000-10-11  Sam Steingold  <sds@gnu.org>
3315         * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
3316         `underline' - fixes the bug introduced on 2000-09-21.
3318 2000-10-11  Dave Love  <fx@gnu.org>
3320         * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
3321         compiler warnings.
3322         (scheme-mode): Doc fix.
3323         (scheme-font-lock-keywords-1): Match `define-syntax'.
3325 2000-10-11  Miles Bader  <miles@lsi.nec.co.jp>
3327         * faces.el (frame-set-background-mode): Pay attention to saved
3328         face specs as well as default ones.  Only do anything if the
3329         bg-mode or display-type has actually changed.  Use `dolist'.
3330         (region): Make dark-background `region' face less in-your-face.
3332 2000-10-10  Sam Steingold  <sds@gnu.org>
3334         * chistory.el, ielm.el, ledit.el:
3335         * progmodes/inf-lisp.el, progmodes/scheme.el:
3336         Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
3338 2000-10-10  Stefan Monnier  <monnier@cs.yale.edu>
3340         * textmodes/texinfo.el: Update copyright and fix typo.
3342         * desktop.el (desktop-modes-not-to-save): New var.
3343         (desktop-save-buffer-p): Use it.
3344         Also, obey desktop-buffers-not-to-save even for non-file buffers.
3345         (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
3347 2000-10-10  Dave Love  <fx@gnu.org>
3349         * toolbar/tool-bar.el (tool-bar-add-item)
3350         (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
3351         display.
3353         * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
3354         * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
3355         * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
3356         * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
3357         * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
3358         * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
3359         * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
3360         * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
3361         * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
3362         * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
3363         the .xpms; probably need retouching.
3365 2000-10-10  Miles Bader  <miles@lsi.nec.co.jp>
3367         * subr.el (add-to-list): Add optional argument APPEND.
3368         * battery.el (display-battery): Use `add-to-list'.
3370 2000-10-09  Thien-Thi Nguyen  <ttn@gnu.org>
3372         * play/zone.el (zone-timer, zone-wc-tbl): Rework
3373         these vars as symbol properties.
3374         (zone, zone-when-idle, zone-leave-me-alone)
3375         (zone-pgm-whack-chars): Use new symbol properties.
3377         * battery.el (display-battery): Doc spelling fix.
3379         * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
3380         property.
3382 2000-10-09  Dave Love  <fx@gnu.org>
3384         * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
3385         has been initialized before calling tool-bar-setup.
3386         (tool-bar-add-item-from-menu): Add autoload cookie.
3388 2000-10-09  Eli Zaretskii  <eliz@is.elta.co.il>
3390         * menu-bar.el (send-mail-item-name): New function.
3391         (menu-bar-tools-menu) <compose-mail>: Use it to display the value
3392         of mail-user-agent in the menu.  Don't display the "Send Mail"
3393         item if mail-user-agent is nil or its value is ignore.
3394         (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
3395         if read-mail-command is nil or its value is ignore.
3397         * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
3399 2000-10-09  Miles Bader  <miles@gnu.org>
3401         * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
3402         Correct image size.
3403         * toolbar/left_arrow.xpm: Correct image size.
3405         * jka-compr.el: Don't call `jka-compr-install' when loading (it
3406         will be done by the definition of `auto-compression-mode' if
3407         necessary.  Move code to uninstall existing file-name handler
3408         before definition of `auto-compression-mode'.
3410         * image-file.el (auto-image-file-mode): Move to the end of the
3411         file, because `define-minor-mode' actually calls the mode-function
3412         if the associated variable is non-nil, which requires that all
3413         needed functions be already defined.
3415         * mouse.el (popup-menu): Balance parens.
3417 2000-10-08  Stefan Monnier  <monnier@cs.yale.edu>
3419         * mouse.el (popup-menu): Move the command call outside the loop
3420         so that popup-menu returns whatever the command returns.
3422         * progmodes/etags.el: Docstring fixes.  Maintainer line updated.
3423         (initialize-new-tags-table): Use run-hook-with-args-until-success.
3424         (find-tag): Use pop-to-buffer if switch-to-buffer failed.
3425         (tags-table-format-functions): Renamed from tags-table-format-hooks.
3427         * vc.el (vc-version-diff): diff-switches can be a list.
3428         Use relative filenames for prettier output.
3430         * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
3431         (vc-post-command-functions): Remove old-VC compatibility code.
3433         * newcomment.el (comment-indent-default): Autoload.
3435         * font-lock.el (font-lock-defaults): Make buffer-local.
3436         (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
3437         (font-lock-choose-keywords):
3438         Ignore LEVEL unless KEYWORDS is a list of syms.
3439         (c-keywords, c++-keywords, objc-keywords, java-keywords):
3440         Don't wrap regexp-opt things in \(...\) unnecessarily.
3442         * jit-lock.el: Don't require font-lock any more.
3443         (jit-lock-functions): Make buffer-local.
3444         (jit-lock-saved-fontify-buffer-function): Remove.
3445         (jit-lock-mode): Remove autoload cookie.
3446         Remove font-lock specific code.
3447         (jit-lock-unregister): Don't bother handling complex hooks any more.
3448         (jit-lock-refontify): New function.
3449         (jit-lock-fontify-buffer): Use it.
3450         (jit-lock-function-1): Replaced by jit-lock-fontify-now.
3451         (jit-lock-fontify-now): Renamed from jit-lock-function-1.
3452         Add optional args START and END.
3453         Never call font-lock-fontify-region directly.
3454         (jit-lock-function, jit-lock-stealth-fontify): Use it.
3456         * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
3458 2000-10-08  Dave Love  <fx@gnu.org>
3460         * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
3462         * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
3464         * play/studly.el (studlify-region, studlify-word): Add autoload
3465         cookie.
3467         * play/morse.el (morse-region, unmorse-region): Add autoload
3468         cookie.
3470         * play/spook.el (spook-phrases-file): Use expand-file-name, not
3471         concat.
3473         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
3474         insist on symbols starting with word syntax.
3475         (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
3476         (eval-defun-1): Doc fix.
3477         (indent-sexp): Use nconc to build up indent-stack.
3479         * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
3480         Gnus with little use.
3481         (mail-setup-hook): Add mail-abbrevs-setup to options.
3483         * recentf.el: Doc fixes.
3485         * vcursor.el (vcursor-cs-binding): Remove compatibility code.
3486         Clean up remainder.
3488         * timezone.el (timezone-parse-date): Doc fix.  Fix regexps for (5)
3489         without timezone and (8) with timezone to enforce some whitespace.
3490         Simplify code somewhat.
3492         * options.el (list-options): Doc that you should use customize.
3494         * iswitchb.el (iswitchb-mode): Add :require.
3496         * info.el (Info-goto-node, Info-menu): Doc fix.
3497         (Info-mode-menu): Bind beginning-of-buffer, Info-edit
3498         (info-tool-bar-map): New variable.
3499         (Info-mode): Use it.
3500         (Info-edit-map): Define all in defvar.
3501         (speedbar-attached-frame): Avoid compiler warning.
3503         * toolbar/tool-bar.el (tool-bar-map): Define it empty.
3504         (global-map): Bind [tool-bar] to a filtered map.
3505         (tool-bar-add-item): Remove MAP arg.  Allow PBM icons.
3506         (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
3507         Allow PBM icons.
3508         (tool-bar-setup): Adjust calls of tool-bar-add-item.
3510         * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
3511         * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
3512         * toolbar/right_arrow.xpm: New files.  Renamed from tigert's
3513         icons, except up_arrow, which is left-arrow rotated.
3515         * imenu.el (imenu-add-to-menubar): Fix last change.
3517 2000-10-08  Peter Breton  <pbreton@ne.mediaone.net>
3519         * generic-x.el (rul-generic-mode): Remove eval-when-compile
3520         statements. Suggested by Stefan Monnier  <monnier@cs.yale.edu>.
3522 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
3524         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
3525         typos in doc strings.
3527         * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
3528         the doc strings how to customize Font Lock faces.
3530         * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
3531         computing growth when dragging the header line.
3533 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
3535         * simple.el (kill-line): Doc fix.
3537 2000-10-08  Miles Bader  <miles@gnu.org>
3539         * faces.el (secondary-selection): Make foreground visible on tty.
3541         * jka-compr.el (auto-compression-mode): Move to the end of the
3542         file, because `define-minor-mode' actually calls the mode-function
3543         if the associated variable is non-nil, which requires that all
3544         needed functions be already defined.
3545         (with-auto-compression-mode): Add autoload cookie.
3547 2000-10-07  Eli Zaretskii  <eliz@is.elta.co.il>
3549         * files.el (find-backup-file-name) [ms-dos]: If support for long
3550         file names is not available, behave as if version-control were set
3551         to never.
3553 2000-10-07  Dave Love  <fx@gnu.org>
3555         * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
3556         (browse-url-gnome-moz): New function.
3557         (browse-url-browser-function): Use it.
3558         Suggested by Colin Walters <walters@cis.ohio-state.edu>.
3560 2000-10-07  Stefan Monnier  <monnier@cs.yale.edu>
3562         * indent.el (tab-always-indent): New var.
3563         (indent-for-tab-command): Use it.
3565         * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
3566         raise an error.  This way it can still default to a sane value.
3568 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
3570         * startup.el (fancy-splash-screens): Use local rather than global map.
3571         Don't use `update-menu-bindings' any more.
3572         Get rid of assumptions about keymap representation.
3574 2000-10-06  Dave Love  <fx@gnu.org>
3576         * textmodes/fill.el (sentence-end-double-space)
3577         (sentence-end-without-period):  Doc fix.
3578         (adaptive-fill-regexp): Purecopy.
3579         (unjustify-current-line): Use line-end-position.
3580         (fill-individual-paragraphs-prefix): Use line-beginning-position.
3582         * net/eudc-vars.el (eudc): Add :version, :link.
3584         * international/mule-conf.el (file-coding-system-alist): Use \', not $.
3586         * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
3587         Fix for define-minor-mode.
3588         (function-at-point): Alias to function-called-at-point.
3590         * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
3592         * simple.el (backward-word): Doc fix.
3594         * image-file.el (image-file-name-regexp): image-file-regexps ->
3595         image-file-name-regexps.
3596         (image-file-name-extensions): Add pbm.
3598 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
3600         * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
3601         and add filename to the names so that diff-mode can jump to source.
3603         * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
3604         (tex-font-lock-keywords, tex-font-lock-keywords-2)
3605         (tex-font-lock-keywords-1): Remove.
3606         (font-lock-turn-on-thing-lock): Use jit-lock-register.
3607         (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
3608         (font-lock-default-fontify-region):
3609         Expand beg..end correctly when just following a multiline region.
3610         (font-lock-fontify-anchored-keywords):
3611         Include the anchor text as part of the multiline.
3613 2000-10-06  Gerd Moellmann  <gerd@gnu.org>
3615         * loadup.el (toplevel): Load `loaddefs' before `help' because the
3616         latter needs the autoloaded define-minor-mode macro during the
3617         bootstrap.
3619         * startup.el (command-line): For now, activate tool-bar-mode only
3620         if XPM images are supported.
3622         * mouse.el (mouse-drag-header-line): Don't allow resizing a
3623         window by dragging a header-line at the top of the frame; that's
3624         confusing because the header-line doesn't move.
3625         (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
3626         of treating the event as a list.  Some cleanup.
3628 2000-10-06  Miles Bader  <miles@gnu.org>
3630         * simple.el (display-message-or-buffer): New function.
3631         (shell-command-on-region): Use `display-message-or-buffer'.
3633         * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
3634         docstring parts.
3636         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
3637         (smbclient-prompt-regexp): Add usage note to doc string.
3638         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
3639         (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
3640         Use add-hook for adding the comint filter function, and only do so
3641         if it's not already in the global hook list.
3642         (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
3643         to `make-local-variable'.
3644         (nslookup-font-lock-keywords): Remove prompt entry.
3645         (nslookup): Don't set the process-filter.
3646         (finger): Exit the loop correctly when the regexps list runs out.
3647         (ftp, smbclient, smbclient-list-shares):
3648         Set the real major mode immediately, not after execing.
3649         Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
3651         * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
3653 2000-10-05  Stefan Monnier  <monnier@cs.yale.edu>
3655         * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
3657         * which-func.el (which-func-format): Remove spurious space.
3658         (which-func-mode): Don't make it permanent-local.
3659         (which-func-ff-hook): Allow which-func-maxout to be nil.
3660         (which-func-update): Simplify a bit.  Only run if which-func-mode is t.
3661         (which-func-mode): Simplify.
3662         Use post-command-idle-hook rather than post-command-hook.
3663         Go through all buffers and update their state.
3664         (which-function): Also try add-log-current-defun-function.
3666         * vc.el (with-vc-properties): Use conses rather than length-2 lists.
3667         (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
3668         Update call to with-vc-properties accordingly.
3669         (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
3670         (vc-revert-buffer): More careful about window selection and deletion.
3671         (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
3673         * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
3674         (cvs-retrieve-revision): Reuse a pre-existing buffer.
3675         (cvs-dired-action): Change the default to quickdir.
3677         * newcomment.el (comment-indent): Delegate to indent-according-to-mode
3678         if comment-indent-function returns nil.
3679         (comment-indent-default): New function.
3680         (comment-indent-function): Use it and document the new semantics.
3682         * image-file.el: Docstring fixes.
3684         * help.el (help-xref-on-pp): Use match-string.
3685         (describe-variable): New arg BUFFER.
3686         Store the current buffer in the help-xref-stack.
3687         (temp-buffer-resize-mode): Use define-minor-mode.
3689         * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
3690         consistently with its docstring.
3691         Set jit-lock-first-unfontify-pos in an idempotent way.
3692         (jit-lock-register): Autoload and add arg CONTEXTUAL.
3694 2000-10-05  Alex Schroeder  <alex@gnu.org>
3696         * sql.el (sql-mysql-options): New variable.
3697         (sql-mysql): Use it.
3699 2000-10-05  Miles Bader  <miles@lsi.nec.co.jp>
3701         * image.el (image): New group.
3703         * smerge-mode.el (smerge-mine-face, smerge-other-face)
3704         (smerge-base-face, smerge-markers-face): Add dark-background variants.
3706 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
3708         * net/net-utils.el (nslookup-font-lock-keywords)
3709         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
3710         Ignore the value of wqindow-system; always define keywords
3712 2000-10-05  Kenichi Handa  <handa@etl.go.jp>
3714         * startup.el (fancy-splash-screens): Remove the code for
3715         debugging; `(trace-to-stderr "EXITTT\n")'.
3717 2000-10-05  Miles Bader  <miles@gnu.org>
3719         * diff-mode.el (diff-goto-source): Update call to
3720         `diff-hunk-status-msg' to reflect new REV variable.
3722 2000-10-04  Stefan Monnier  <monnier@cs.yale.edu>
3724         * progmodes/icon.el (icon-mode):
3725         Don't gratuitously override the default for comment-column.
3727         * vc-hooks.el (vc-mode-line): Fix interactive spec.
3729         * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
3730         (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
3731         (jit-lock-functions): New var.
3732         (jit-lock-function-1): Use it if non-nil.
3733         Don't switch the syntax-table.  Don't set parse-sexp-lookup-properties.
3734         Set the `fontified' property before doing the fontification to avoid
3735         repeatedly going through the same error.
3736         Don't turn errors into messages.
3737         (jit-lock-register, jit-lock-unregister): New functions.
3739         * dired.el (dired-mark-pop-up): Turn comment into docstring.
3740         Use with-current-buffer.
3742         * dired-aux.el (dired-do-create-files, dired-kill-tree):
3743         Turn comment into docstring.
3745         * apropos.el (apropos-mode): Use define-derived-mode.
3747 2000-10-04  Gerd Moellmann  <gerd@gnu.org>
3749         * startup.el (fancy-splash-pending-command): New variable.
3750         (fancy-splash-pre-command): New function.
3751         (fancy-splash-screens): Rewritten.
3752         (command-line-1): If fancy-splash-pending-command is set, call it
3753         interactively.
3755 2000-10-04  Dave Love  <fx@gnu.org>
3757         * toolbar/tool-bar.el (tool-bar-setup): New function.
3758         (tool-bar-mode): Use it.
3760         * subr.el (substitute-key-definition): Doc fix.
3761         (play-sound-file): New command.
3763 2000-10-04  Andre Spiegel  <spiegel@gnu.org>
3765         * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
3766         vc-version-backup-file-name): New functions.
3768         * files.el (basic-save-buffer): Call vc-before-save before saving.
3770         * vc-cvs.el (vc-cvs-make-version-backups): Return t if
3771         vc-cvs-stay-local-p.
3773         * vc.el (vc-revert-buffer): Handle empty diff properly.
3774         (vc-version-backup-file): New function.
3775         (vc-checkout): Create a version backup if necessary.
3776         (vc-checkin): If a version backup file exists, delete it.
3777         (vc-version-diff): Diff locally using version backups, if available.
3778         (vc-revert-file): If there's a version backup, revert locally.
3779         (vc-transfer-file): Use version backup for base version, if
3780         available.  If not, ask for confirmation whether to get it from the
3781         server.  Update mode line before check-in.
3783 2000-10-04  Dave Love  <fx@gnu.org>
3785         * toolbar/tool-bar.el (tool-bar-setup): New function.
3786         (tool-bar-mode): Use it.
3788 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
3790         * net/net-utils.el (nslookup-font-lock-keywords)
3791         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
3792         Only set if window-system is non-nil
3793         (net-utils-run-program): Returns buffer.
3794         (network-connection-reconnect): Added this function.
3796         * generic.el:
3797         Incorporates extensive cleanup and docfixes by
3798         Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
3799         Uses cl compile-time macros.
3800         (generic-mode-name, generic-comment-list)
3801         (generic-keywords-list, generic-font-lock-expressions)
3802         (generic-mode-function-list, generic-mode-syntax-table):
3803         Removed variables.
3804         (generic-mode-alist): Renamed to generic-mode-list.
3805         (generic-find-file-regexp): Default changed to "^#".
3806         (generic-read-type): Uses completing read on generic-mode-list.
3807         (generic-mode-sanity-check): removed this function.
3808         (generic-add-to-auto-mode): Removed this function
3809         (generic-mode-internal): Bind mode-specific definitions
3810         into function instead of putting them in alist.
3811         (generic-mode-set-comments): Reworked extensively.
3812         (generic-mode-find-file-hook): Simplified regexp searching
3813         (generic-make-keywords-list): Omit extra pair of parens
3815         * find-lisp.el (find-lisp-find-files-internal):
3816         Make sure directory name ends with "/".
3818         * generic-x.el (apache-conf-generic-mode):
3819         Regexp now allows leading whitespace.
3820         (rc-generic-mode): Added eval-when-compile
3821         around generic-make-keywords-list.
3822         Deleted duplicate regexp
3823         (rul-generic-mode): Added eval-when-compile
3824         around generic-make-keywords-list.
3825         (etc-fstab-generic-mode): New generic mode.
3826         (rul-generic-mode): Removed one eval-when-compile
3827         which caused a max-specpdl-size exceeded error.
3829 2000-10-04  Miles Bader  <miles@gnu.org>
3831         * simple.el (minibuffer-temporary-goal-position): New variable.
3832         (next-history-element): Try to keep the position of point in the
3833         input string constant.
3835         * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
3836         (dired-do-create-files): If there's only one file, pass it in as
3837         the DEFAULT arg to dired-mark-read-file-name.
3839 2000-10-03  Stefan Monnier  <monnier@cs.yale.edu>
3841         * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
3842         (diff-goto-source): Be smarter when choosing REVERSE or not.
3844         * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
3845         (texinfo-mode-menu): Add an explicit shortcut for update all.
3847 2000-10-03  Andre Spiegel  <spiegel@gnu.org>
3849         * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
3850         factorize backend-specific code cleanly (this was essentially
3851         conceived by Stefan Monnier).
3852         (vc-unregister): Function removed.
3853         (vc-revert-file): New function.
3854         (vc-revert-buffer): Delegate some of the work to it.
3856         * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
3857         default branch unconditionally.
3858         (vc-rcs-set-default-branch): New function.
3859         (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
3860         (vc-rcs-checkin): If an appropriate default branch has been set,
3861         force creation of that branch.
3862         (vc-rcs-receive-file): Rewritten to contain only backend-specific
3863         code (as suggested by Stefan Monnier).
3865 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
3867         * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
3868         highlighting overlay with a different face over the overlay
3869         isearch uses to highlight the current match because that can lead
3870         to bad face combinations.
3872         * loadup.el (toplevel): Load faces before isearch.
3874         * isearch.el (isearch-faces): New custom group.
3875         (isearch): New defface; was already tested for in the code.
3876         (isearch-lazy-highlight-face): Changed to defface from defcustom.
3877         (isearch-highlight): Always use face `isearch'.
3879 2000-10-02  Dave Love  <fx@gnu.org>
3881         * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
3882         unused vars.  Treat byte-constant2 like byte-constant.  Fix bogus
3883         comparison of opcode with operand.
3885 2000-10-03  Miles Bader  <miles@gnu.org>
3887         * play/yow.el (yow): Don't display multi-line quotations in a *Help*
3888         buffer, since the echo area will now grow to accommodate them.
3890 2000-10-02  Andre Spiegel  <spiegel@gnu.org>
3892         * vc-hooks.el (vc-registered): If FILE used to be registered under
3893         a certain backend, try that one first.
3895         * vc.el (vc-responsible-backend): Undo the previous change in the
3896         argument list.  Handle multiple backends correctly.
3897         (vc-find-new-backend): Function removed.
3898         (vc-register): Use vc-responsible-backend, as before.
3899         (vc-next-action-on-file): Do use vc-registered, not vc-backend.
3901 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
3903         * startup.el (fancy-splash-head): Change message below the
3904         logo.
3906 2000-10-02  Miles Bader  <miles@lsi.nec.co.jp>
3908         * diff-mode.el (diff-goto-source): Emit a status message.
3909         (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
3910         (diff-test-hunk): Fix doc string.
3911         (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
3912         (diff-advance-after-apply-hunk): New variable.
3913         (diff-apply-hunk): Don't return a value.
3915 2000-10-01  Stefan Monnier  <monnier@cs.yale.edu>
3917         * vc.el (vc-editable-p): Minor optimization.
3918         (edit-vc-file, vc-next-action-on-file): Don't use find-file.
3919         (vc-find-new-backend): New function split from vc-responsible-backend.
3920         (vc-register): Use it.
3921         (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
3922         (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
3923         (vc-default-unregister, vc-revert-buffer): Docstring fix.
3924         (vc-clear-headers): Don't use find-file.
3925         (vc-revert-buffer): Use `and' again (must have been a braino).
3926         (vc-switch-backend): Only prompt if requested.
3927         Short circuit if nothing is to be done.
3928         Don't use vc-resynch-buffer which could lose unsaved editing.
3929         (vc-default-receive-file): Update call to vc-unregister.
3930         (with-vc-file, vc-next-action-on-file):
3931         Use vc-backend rather than vc-registered.
3932         (vc-next-action-on-file): Use intern-soft.
3933         Deal with read-only *vc-diff* buffer.
3934         (vc-transfer-file): Docstring fix.
3936         * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
3937         (vc-rcs-receive-file): Avoid with-vc-properties.
3938         Update call to vc-unregister.
3939         Use constant `RCS' rather than (dynamically bound) var `backend'.
3941 2000-10-01  Andre Spiegel  <spiegel@gnu.org>
3943         * vc.el (vc-next-action-on-file): Update mode line only if file
3944         is visited.
3945         (vc-start-entry): New argument initial-contents.  Don't visit the file
3946         if it isn't already visited.  Brought documentation up-to-date.
3947         (vc-next-action, vc-register): Updated calls to vc-start-entry.
3948         (vc-checkin): New optional arg initial-contents, which is passed to
3949         vc-start-entry.
3950         (vc-finish-logentry): Make sure to bury log buffer only if there
3951         really is one.  Call `vc-resynch-buffer' on log-file, not
3952         buffer-file-name.
3953         (vc-default-comment-history, vc-default-wash-log): New functions.
3954         (vc-index-of): Removed.
3955         (vc-transfer-file): Make do without the above.
3956         (vc-default-receive-file): Call comment-history unconditionally.  Pass
3957         the resulting string to vc-checkin, instead of inserting it into the
3958         comment ring.
3960         * vc-rcs.el (vc-rcs-receive-file): Call comment-history
3961         unconditionally.  Use the comments as initial contents of the log
3962         entry buffer.  Document the trick to force branch creation with no
3963         changes.
3965 2000-10-01  Miles Bader  <miles@gnu.org>
3967         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
3968         `recenter' with an arg to prevent redrawing the display.
3970 2000-09-30  Stefan Monnier  <monnier@cs.yale.edu>
3972         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
3974         * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
3976         * progmodes/c-mode.el (c-mode):
3977         Don't gratuitously override the default for comment-column.
3979         * textmodes/tex-mode.el (latex-metasection-list): New var.
3980         (latex-imenu-create-index): Use it.
3981         Move the regexp construction outside loops (and use push).
3982         (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
3983         (tex-font-lock-keywords): Moved from font-lock.el.
3984         (tex-comment-indent): Remove.
3985         (tex-common-initialization): Don't set comment-indent-function.
3986         (latex-block-default): New var.
3987         (tex-latex-block): Use it to provide a default choice.
3988         Add any unknown choice to latex-block-names.
3989         Insert [...] after {...}.
3990         (tex-last-unended-begin): Simplify regexp.
3991         (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
3992         (latex-forward-sexp-1, latex-forward-sexp): New functions.
3993         (latex-mode): Set forward-sexp-function.
3995         * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
3996         Add regexp for @ignore ... @end ignore.
3997         (texinfo-heading-face): New face.
3998         (texinfo-font-lock-keywords): Use it.
3999         (texinfo-mode-menu): New menu.
4000         (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
4001         New functions.
4002         (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
4003         (texinfo-section-types-regexp, texinfo-section-level-regexp)
4004         (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
4005         Remove declaration.
4006         (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
4008         * delsel.el (delete-selection-mode): Use define-minor-mode.
4010         * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
4012 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
4014         * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
4016 2000-09-30  Gerd Moellmann  <gerd@gnu.org>
4018         * replace.el (keep-lines-read-args): New function.
4019         (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
4020         read arguments interactively.  Add parameters RSTART and REND.
4021         Operate on the active region in Transient Mark mode.
4023         * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
4025         * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
4026         (authors-obsolete-files-regexps): New variable.
4027         (authors-add): Don't record changes in obsolete files.
4029 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
4031         * autoinsert.el (auto-insert-mode): Use define-minor-mode.
4033         * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
4034         (comment-indent): Make sure there's a space between code and comment.
4035         Shift comments left to avoid going past fill-column.
4037 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
4039         * startup.el (startup-echo-area-message): New function.
4040         (display-startup-echo-area-message): Use it.
4041         (fancy-splash-screens): Rewritten to use keymaps and a timer.
4042         (fancy-splash-default-action): New function.
4043         (fancy-splash-screens-1): New function.
4044         (fancy-splash-head): Put a help-echo and a keymap under the image.
4046 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
4048         * diff-mode.el (diff-add-log-file-name): Remove.
4049         (diff-mode): Use add-log-buffer-file-name-function.
4051         * add-log.el (find-change-log): New arg BUFFER-FILE.
4052         (add-log-file-name): Obey add-log-file-name-function.
4053         (add-log-buffer-file-name-function): New var.
4054         (add-change-log-entry): Use it.
4056 2000-09-29  Miles Bader  <miles@gnu.org>
4058         * image-file.el (image-file-name-extensions): New variable.
4059         (image-file-name-regexps): Renamed from `image-file-regexps'.
4060         New default value is nil.  Call `auto-image-file-mode'.
4061         (image-file-name-regexp): New function.
4062         (auto-image-file-mode): New minor mode.
4063         (insert-image-file): Don't make conditional on the image-file
4064         handler being enabled.
4065         (image-file-handler): Make the call here conditional instead.
4066         (set-image-file-handler-enabled, enable-image-file-handler)
4067         (disable-image-file-handler): Functions removed.
4069         * emacs-lisp/authors.el (authors-print): Rephrase many-files
4070         string.
4072 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
4074         * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
4075         it's a function from CL.
4076         (latex-imenu-create-index): Replace eval-when-compile with progn
4077         because latex-section-alist is not bound while compiling.
4079 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
4081         * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
4082         (outline-mode): Use define-derived-mode.
4084         * progmodes/perl-mode.el (perl-mode):
4085         * progmodes/awk-mode.el (awk-mode):
4086         * progmodes/asm-mode.el (asm-mode):
4087         Don't gratuitously override the default for comment-column.
4089         * emacs-lisp/lisp.el (lisp-complete-symbol):
4090         Distinguish the let-binding case from the funcall case.
4091         (forward-sexp-function): New variable.
4092         (forward-sexp): Use it.
4094         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
4095         (easy-mmode-defmap): Remove the now useless autoload.
4097         * time.el (display-time-mode): Use define-minor-mode.
4099         * subr.el (add-minor-mode): Don't eval NAME.
4100         Don't depend on the presence of TOGGLE-FUN for any special behavior.
4101         Use if rather than cond.
4103         * simple.el (read-expression-map): Define more properly.
4104         (comment-indent-hook): Remove.
4105         (string-to-syntax): Bug fix.
4107         * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
4108         (cvs-ediff-diff): Fix typo.
4109         (cvs-revert-if-needed): Don't bother preserving read-only.
4111         * paren.el (show-paren-mode): Use define-minor-mode.
4113         * jka-compr.el (auto-compression-mode): Use define-minor-mode.
4114         (toggle-auto-compression): Remove.
4115         (jka-compr-build-file-regexp): Remove useless grouping.
4117         * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
4118         Avoid user-reserved bindings.
4119         (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
4120         (diff-header-face): Revert to grey85.
4122         * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
4124         * complete.el (partial-completion-mode) <defcustom>: Remove.
4125         (partial-completion-mode): Use define-minor-mode.
4126         (PC-do-completion): Understand `completion-auto-help = delay'
4127         to mean to popup the completion buffer only the second time.
4128         (PC-include-file-all-completions, PC-include-file-all-completions)
4129         (PC-include-file-all-completions): Don't quote lambda.
4131         * comint.el (comint-mode-hook): Docstring fix.
4132         (comint-mode): Use define-derived-mode.
4133         (comint-mode-map): Remove obsolete comment.
4134         (make-comint): Minor stylistic change.
4135         (comint-insert-clicked-input): Be more careful to find the overlay.
4136         Use this-command-keys rather than hardcoding mouse-2.
4138         * font-lock.el: Replace confusing (,@ with ,
4139         (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
4140         Don't use regexp-opt-depth.  Spice up the regexp for args.
4141         Don't distinguish between cmds that can take an opt arg or not.
4142         Use `append' and `prepend' rather than `keep'.
4144         * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
4145         (latex-outline-regexp): New var.
4146         (latex-outline-level): New fun.
4147         (latex-section-alist): New var.
4148         (latex-imenu-create-index): Use it.  Use `push' as well.
4149         (tex-shell-map): Initialize it properly.
4150         (tex-mode): Minor stylistic change.
4151         (plain-tex-mode): Use define-derived-mode.
4152         (latex-mode): Use define-derived-mode.
4153         Construct the paragraph regexps in a more readable way.
4154         Set the buffer-local outline-{level,regexp} vars.
4155         (slitex-mode): Derive from latex-mode.
4156         (tex-common-initialization): Don't kill-all-vars anymore.
4157         Add setting for comment-add and font-lock-defaults.
4158         (tex-start-shell): Use with-current-buffer and don't re-init keymap.
4159         (tex-main-file): New fun.  Obey TeX-master as well and remove `.tex'.
4160         (tex-start-tex): New arg DIR (and send a chdir command for it).
4161         Also display the shell buffer and save it in tex-last-buffer-texed.
4162         (tex-region): Use expand-file-name rather than concat.
4163         Remove code made useless by changes in tex-start-tex.
4164         (tex-file): Use tex-main-file and adapt to new tex-start-tex.
4166         * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
4168 2000-09-28  Dave Love  <fx@gnu.org>
4170         * eshell/eshell.el (eshell) <defgroup>: Add :version.
4172 2000-09-28  Gerd Moellmann  <gerd@gnu.org>
4174         * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
4175         `append'.
4177 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
4179         * info.el (Info-extract-pointer): Undo last change.
4180         Instead, fix the position of the `bound' arg to re-search-backward.
4182 2000-09-27  Stefan Monnier  <monnier@cs.yale.edu>
4184         * info.el (Info-extract-pointer):
4185         Widen more carefully, to avoid finding pointers in other nodes.
4186         (Info-index): Use push.
4188 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
4190         * frame.el (set-frame-font): Remove call to obsolete function
4191         frame-update-faces.
4192         (set-foreground-color, set-background-color): Likewise for
4193         frame-update-face-colors.
4195 2000-09-27  Miles Bader  <miles@gnu.org>
4197         * image-file.el: New file.
4199 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
4201         * frame.el (frame-notice-user-settings): Don't call
4202         frame-update-faces, which is a no-op now.
4204         * ediff-wind.el (ediff-control-frame-parameters): Add zero
4205         tool-bar-lines.
4207 2000-09-27  Dave Love  <fx@gnu.org>
4209         * mouse.el: Fix last change.
4211 2000-09-27  Miles Bader  <miles@lsi.nec.co.jp>
4213         * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
4215 2000-09-22  Kenichi Handa  <handa@etl.go.jp>
4217         * international/quail.el (quail-help): The output message is
4218         improved.
4220 2000-09-26  Dave Love  <fx@gnu.org>
4222         * mouse.el (popup-menu): If POSITION is nil, set it using
4223         mouse-position.
4225 2000-09-25  Sam Steingold  <sds@gnu.org>
4227         * net/browse-url.el (browse-url-file-url): Check for null maps.
4229 2000-09-26  Gerd Moellmann  <gerd@gnu.org>
4231         * frame.el (frame-notice-user-settings): Don't add a
4232         tool-bar-lines frame parameter to default-frame-alist in batch mode.
4234         * frame.el (frame-notice-user-settings):
4235         Make tool-bar-mode and default-frame-alist consistent.
4237         * toolbar/tool-bar.el (tool-bar-help): New function.
4239 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
4241         * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
4242         current-load-list in top-level forms.  Else this leaks a cons cell
4243         every time a defun is called.
4245         * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
4247 2000-09-25  Dave Love  <fx@gnu.org>
4249         * startup.el (fancy-splash-head): Check XPM is available.
4251         * autoinsert.el (auto-insert): Doc fix.
4252         (auto-insert-alist): Following GNU notices, don't say `copyright
4253         _by_'.  Use line-beginning-position.
4254         (auto-insert): Check buffer-file-name is non-nil before use.
4256 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
4258         * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
4259         starting with `@def' or `@multitable', in addition to ones
4260         specified by the user in auto-fill-inhibit-regexp.
4262 2000-09-25  Markus Rost  <rost@math.ohio-state.edu>
4264         * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
4265         rmail-dont-reply-to-names matches the empty string.
4267 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
4269         * startup.el (command-line-1, fancy-splash-text): Change the
4270         text to sound more friendly.
4272 2000-09-23  Thien-Thi Nguyen  <ttn@gnu.org>
4274         * progmodes/hideshow.el: Update author email address.
4275         Generally, sync w/ maintainer version 5.22.
4276         (hs-hide-all-non-comment-function): New var.
4277         (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
4278         (hs-hide-all): Use `hs-hide-all-non-comment-function'.
4279         (hs-show-region): Delete this command.
4280         (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
4282 2000-09-22  Dave Love  <fx@gnu.org>
4284         * hl-line.el (hl-line-overlay): Don't make it buffer-local.
4285         (hl-line-highlight): Specify buffer when moving overlay.
4287         * progmodes/fortran.el (fortran-mode): Locally set
4288         normal-auto-fill-function.
4289         (fortran-auto-fill-mode): Just alias to auto-fill-mode.
4290         (fortran-mode-map): Adjust auto-fill menu entry.
4292 2000-09-22  Gerd Moellmann  <gerd@gnu.org>
4294         * vc-rcs.el (toplevel): Require `vc' when compiling.
4296         * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
4298 2000-09-22  Andre Spiegel  <spiegel@gnu.org>
4300         * vc.el (vc-switch-backend): Signal an error if the file is not
4301         registered under the new backend.
4303         * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
4304         without explicit revision number.
4306 2000-09-21  Stefan Monnier  <monnier@cs.yale.edu>
4308         * diff-mode.el (diff-file-header-face): Reset to its previous value.
4309         (diff-hunk-text): Correctly use offsets rather than buffer-positions.
4310         (diff-xor): New function.
4311         (diff-find-source-location): Use it.  Fix a stupid name clash.
4312         (diff-hunk-status-msg): New function.
4313         (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
4314         (diff-test-hunk): Use diff-find-source-location.
4315         (diff-goto-source): Favor the `reverse'.
4316         (diff-hunk-text): Properly handle one-sided context diffs.
4317         (diff-apply-hunk): When done, advance to the next hunk.
4319 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
4321         * startup.el (command-line): If frame was created with a non-zero
4322         tool-bar-lines parameter, switch tool-bar-mode on.
4324         * add-log.el (change-log-date-face, change-log-name-face)
4325         (change-log-email-face, change-log-file-face)
4326         (change-log-list-face, change-log-conditionals-face)
4327         (change-log-function-face, change-log-acknowledgement-face):
4328         New faces, inheriting from font-lock faces.
4329         (change-log-font-lock-keywords): Use them.
4331 2000-09-21  Dave Love  <fx@gnu.org>
4333         * progmodes/cperl-mode.el (top-level): Clean up
4334         `eval-when-compile's and assorted defvars.
4335         (cperl-invalid-face): Don't double-quote value.  Change custom
4336         type.
4337         (cperl-mode): Set normal-auto-fill-function and don't zap
4338         auto-fill-function.
4339         (cperl-imenu--function-name-regexp-perl): Renamed from
4340         imenu-example--function-name-regexp-perl.
4341         (cperl-imenu--create-perl-index): Renamed from
4342         imenu-example--create-perl-index.
4343         (cperl-xsub-scan): Don't require cl.
4345         * msb.el (msb-mode-map): Use substitute-key-definition.
4346         (msb-mode): Use msb-mode-map.
4348 2000-09-21  Andre Spiegel  <spiegel@gnu.org>
4350         * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
4351         New functions.
4352         (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
4353         (vc-switch-backend): New function.
4354         (vc-prefix-map): Bind `vc-switch-backend' to `b'.
4355         (vc-register): Fix prompt.
4356         (vc-unregister, vc-default-unregister): New functions.
4357         (vc-version-diff): Handle empty buffer in sentinel.
4359         * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
4360         (vc-rcs-state-heuristic): Use it to guess the state of files with
4361         non-strict locking.
4362         (vc-rcs-find-most-recent-rev): Handle the case when a branch has
4363         been set with -b, but not created yet.
4364         (vc-rcs-fetch-master-state): With non-strict locking, compare file
4365         contents in order to find the state.
4366         (vc-rcs-checkin): Allow creation of branches with no changes.
4367         (vc-rcs-unregister, vc-rcs-receive-file)
4368         (vc-rcs-set-non-strict-locking): New functions.
4370         * vc-hooks.el (vc-name): Force correct computation of the value
4371         in case it is missing.
4373 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
4375         * startup.el (fancy-splash-tail): Use a different foreground
4376         color on a dark frame background.
4378 2000-09-21  Miles Bader  <miles@lsi.nec.co.jp>
4380         * info.el: Use the correct capitalization when making Info-mode
4381         and Info-edit-mode `special' modes.
4383 2000-09-20  Stefan Monnier  <monnier@cs.yale.edu>
4385         * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
4386         (diff-mode): Add support for add-log.el.
4387         (diff-hunk-text): Use char offsets rather than line offsets.
4388         (diff-find-source-location): Replace LINE with line-offset (nil
4389         if not found) and always set POS to a meaningful position.
4390         Adapt to the new char-offsets.
4391         (diff-apply-hunk): Drop support for the unused `select' POPUP.
4392         Adapt to the new diff-find-source-location.
4393         (diff-goto-source): Adapt to the new diff-find-source-location.
4395         * add-log.el (add-log-file-name): New function (split out of
4396         add-change-log-entry).
4397         (add-change-log-entry): Use it.
4398         Call add-log-file-name-function with the changelog file name if
4399         the current buffer is not associated with any file.
4400         Avoid find-file if the selected window is dedicated.
4402         * diff-mode.el (diff-find-source-location):
4403         Move code from diff-apply-hunk.  Return buffer rather than file.
4404         (diff-apply-hunk): Use the new result from  diff-find-source-location.
4405         (diff-goto-source): Use the new diff-find-source-location.
4407 2000-09-20  Dave Love  <fx@gnu.org>
4409         * iswitchb.el: Some doc fixes.
4410         (iswitchb-mode-map): Define completely initially.  Inherit
4411         minibuffer-local-map.
4412         (iswitchb-completion-help) <!iswitchb-xemacs>: Use
4413         fundamental-mode.
4414         (iswitchb-global-map): New variable.
4415         (iswitchb-summaries-to-end): Amalgamate regexps.
4416         (iswitchb-mode): New.
4417         (iswitchb-mode-hook): New variable.
4418         (iswitchb) <defgroup>: Add URL link.  Use group `completion', not
4419         `extensions'.
4421 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
4423         * ehelp.el (electric-help): New defgroup.
4424         (electric-help-shrink-window): New user-option.
4425         (with-electric-help): Use it.
4427         * window.el (shrink-window-if-larger-than-buffer): If face
4428         `mode-line' has a :box, and we're on a graphical frame, add 1
4429         to the needed window height.
4431         * frame.el (frame-notice-user-settings): Add a last parameter nil
4432         to a call to `append', because the last list passed to `append' is
4433         not copied, and so subsequent calls to assq-delete-all will modify
4434         default-frame-alist.
4436         * startup.el (fancy-splash-image): Change :type.
4437         (fancy-splash-head): Use an XBM image if appropriate.
4438         (command-line-1): Show splash screens in more cases.
4440         * startup.el (fancy-splash-text): Don't quote faces.
4442         * dired.el (dired-font-lock-keywords): Undo last change.
4443         (dired-readin): Bind indent-tabs-mode to nil.
4445         * startup.el (fancy-splash-head): If frame's background mode
4446         is `dark', change the black background of the image to gray.
4447         (fancy-splash-screens): Display startup echo area message.
4448         (display-startup-echo-area-message): New function.
4450 2000-09-20  Miles Bader  <miles@lsi.nec.co.jp>
4452         * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
4454         * info.el (info-header-node): Tweak for color ttys.
4456         * faces.el (face-valid-attribute-values): Make sure directories we
4457         search for stipples both exist and are readable before trying to
4458         search them.
4460         * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
4461         in the dry-run case.
4463         * jka-compr.el (with-auto-compression-mode): New macro.
4465         * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
4466         (custom-group-tag-face, custom-variable-tag-face): Use relative
4467         :height and inherit from `variable-pitch' face instead of
4468         hardwiring :family.
4469         * hi-lock.el (hi-black-hb): Likewise.
4471         Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
4472         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
4473         toolbar-add-item, if image doesn't have a mask add a `:mask
4474         heuristic'.
4476 2000-09-19  Stefan Monnier  <monnier@cs.yale.edu>
4478         * diff-mode.el: Docstring fixes.
4479         (diff-header-face, diff-comment-face): New faces.
4480         (diff-font-lock-keywords): Highlight a bit differently.
4481         (diff-find-source-location): Don't return SPAN any more.
4482         (diff-hunk-text): Don't bother erasing the temp buffer.
4483         (diff-find-text): Drop argument LINE.
4484         (diff-apply-hunk): Update calls to diff-find-text.
4485         (diff-goto-source): Use pop-to-buffer again and don't raise an error.
4487         * calendar/calendar.el: Docstring fixes.
4488         (calendar-make-alist): Don't quote lambda.
4489         (calendar-star-date): Use make-local-variable.
4491 2000-09-19  Dave Love  <fx@gnu.org>
4493         * toolbar/tool-bar.el: Renamed from toolbar.el.
4494         Change `toolbar' to `tool-bar' generally in symbols.
4495         Make some items invisible in `special' major modes.
4496         (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
4497         Add arg PROPS.
4499         * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
4500         Add :version here.
4501         (fancy-splash-delay, fancy-splash-image): Remove :version here.
4503 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
4505         * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
4507         * files.el (find-file-suppress-same-file-warnings): New user-option.
4508         (find-file-noselect): Use it.
4510         * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
4511         (fancy-splash-screen): Defgroup.
4513         * add-log.el (change-log-font-lock-keywords): Match names
4514         more exactly for the case that font-lock-constant-face is
4515         underlined.
4517 2000-09-19  Richard M. Stallman  <rms@gnu.org>
4519         * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
4521 2000-09-19  Andre Spiegel  <spiegel@gnu.org>
4523         * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
4525 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
4527         * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
4528         * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
4529         * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
4530         * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
4531         * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
4532         * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
4533         * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
4534         * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
4535         * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
4536         * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
4537         * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
4538         * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
4540         * startup.el (fancy-splash-text): New variable.
4541         (fancy-splash-delay, fancy-splash-image): New user-options.
4542         (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
4543         (fancy-splash-screens): New functions.
4544         (command-line-1): If display has a `display' frame parameter, has
4545         colors, and we have XPM support, show more fancy splash screens.
4547 2000-09-19  Dave Love  <fx@gnu.org>
4549         * map-ynp.el (map-y-or-n-p): Check use-dialog-box.  Don't lose
4550         with null `help'.  Use modern backquote syntax.
4552 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
4554         * font-lock.el (font-lock-mode): Change message telling the user
4555         that ``the buffer is too big''.
4557         * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
4558         for instance for the case that tab-width is 2.
4560 2000-09-18  Gerd Moellmann  <gerd@gnu.org>
4562         * toolbar/toolbar.el (toolbar-like-menu-item): Like in
4563         toolbar-add-item, if image doesn't have a mask add a `:mask
4564         heuristic'.
4566 2000-09-18  Miles Bader  <miles@lsi.nec.co.jp>
4568         * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
4569         and return a cons if it's non-nil.
4570         (diff-apply-hunk): Try to jump to the line in the source text
4571         corresponding to the position of point in the in the hunk.
4573         * info.el (Info-title-3-face, Info-title-2-face)
4574         (Info-title-1-face): Use face inheritance and relative sizes
4575         instead of hard-wiring things.
4577         * faces.el (secondary-selection): Make dark-background variant sane.
4579 2000-09-16  Andrew Innes  <andrewi@gnu.org>
4581         * makefile.w32-in (compile-files-CMD): No need to make .elc files
4582         read-only, since they aren't under VC now.
4584 2000-09-17  Dave Love  <fx@gnu.org>
4586         * tmm.el: Replace mapcar with mapc in several places.
4588         * loadhist.el (unload-feature): Maybe call elp-restore-list and
4589         ad-unadvise.
4591         * international/latin1-disp.el: New file.
4593         * calendar/cal-move.el (scroll-calendar-left)
4594         (scroll-calendar-right): Make arg optional (for active mode line).
4596         * calendar/calendar.el (calendar-mode-line-format): Make fields
4597         mouse-sensitive.
4598         (calendar-read-date, calendar-read-date, calendar-window-list):
4599         Unquote lambda.
4600         (calendar-month-name): Use aref, not sref.
4602         * view.el (minor-mode-alist): Propertize the string.
4604         * international/characters.el (standard-case-table): Add entries
4605         for Greek.
4607 2000-09-18  Miles Bader  <miles@gnu.org>
4609         * info.el (info-node, info-xref): Add dark-background variants.
4611         * faces.el (header-line): Change defaults to be less confusing
4612         when mixed with mode-lines.
4614         * info.el (Info-fontify-node): Make a few cleanups.
4615         Add extra `help-echo' and `local-map' props to node xrefs.
4616         Use header-specific faces for node-names & xrefs.
4617         (Info-use-header-line): New variable.
4618         (info-header-xref, info-header-node): New faces.
4619         (Info-setup-header-line): New function.
4620         (Info-select-node): Call Info-setup-header-line when enabled.
4621         (Info-extract-pointer): Work even if the header line is hidden.
4622         (Info-header-line): New variable.
4624 2000-09-16  Stefan Monnier  <monnier@cs.yale.edu>
4626         * vms-patch.el (print-region-function): Don't quote lambda.
4628         * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
4630         * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
4631         (lm-get-header-re): Allow spaces between the header and the colon.
4632         (lm-header): Allow $ in non-RCS headers.
4633         (lm-header-multiline): Put the strings back into order.
4634         Stop at an empty line.  Don't require two space chars if the
4635         line is clearly not another header line.
4637         * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
4638         (popup-menu-popup): Remove.
4640 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
4642         * toolbar/toolbar.el (toolbar-add-item): Use the same image
4643         specification if or if not tool-bar item contains an `:enabled'
4644         property.
4646         * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
4647         current buffer has no file name.
4649 2000-09-15  Dave Love  <fx@gnu.org>
4651         * strokes.el: Sync with maintainer's current version with changes
4652         for Emacs, but avoid runtime cl and levents.
4653         (toplevel):  Change autoloads and compilation requires.
4654         (strokes-version, strokes-bug-address, strokes-lift): Values
4655         changed.
4656         (strokes-xpm-header, strokes-insinuated): New variable.
4657         (strokes): Add :link.
4658         (strokes-mode): Customized.
4659         (strokes-while-inhibiting-garbage-collector): New macro.
4660         (strokes-remassoc): Avoid remove-if.
4661         (strokes-fix-button2-command): Don't use ad-do-it.
4662         (strokes-insinuate): New function.
4663         (strokes-button-press-event-p, strokes-button-release-event-p):
4664         New functions, used instead of non-`strokes-' versions..
4665         (strokes-mouse-event-p): Rewritten.
4666         (strokes-event-closest-point): Avoid event-point.
4667         (strokes-get-grid-position): Avoid cdadr, caadr
4668         (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
4669         functions.
4670         (strokes-help): Use with-output-to-temp-buffer.
4671         (strokes-window-configuration-changed-p): New function.
4672         (strokes-update-window-configuration): Use buffer-live-p,
4673         strokes-window-configuration-changed-p.
4674         (strokes-mode): Use strokes-insinuate.  Alter mouse bindings.
4675         (strokes-char-face): New face.
4676         (strokes-char-table, strokes-base64-chars): New variable.
4677         (strokes-xpm-for-stroke, strokes-list-strokes)
4678         (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
4679         (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
4680         (strokes-xpm-to-compressed-string, strokes-decode-buffer)
4681         (strokes-encode-buffer, strokes-xpm-for-compressed-string)
4682         (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
4683         functions.
4685 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
4687         * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
4689         * image.el (create-image): Doc fix.
4691         * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
4692         instead of `:heuristic-mask t'.
4694 2000-09-14  Andrew Innes  <andrewi@gnu.org>
4696         * makefile.w32-in: Revert to Unix line endings.
4698 2000-09-14  Andrew Innes  <andrewi@gnu.org>
4700         * makefile.w32-in: Add bootstrap support.  Also copy lisp source
4701         when installing.
4703         * makefile.nt (DONTCOMPILE): Fix typo.
4705         * shell.el (shell-write-history-on-exit): New function.
4706         (shell-dumb-shell-regexp): New custom variable.
4707         (shell-mode): Make shell-write-history-on-exit the process
4708         sentinel if shell name matches shell-dumb-shell-regexp.
4710         * w32-fns.el: Comment out before-init-hook function which resets
4711         source-directory based; this breaks bootstrap.
4713 2000-09-14  Dave Love  <fx@gnu.org>
4715         * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
4716         toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
4717         toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
4718         toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
4719         toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
4720         toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
4721         toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm:  New.
4722         From Tuomas Kuosmanen <tigert@gimp.org>.  (Gnome icons fetched
4723         from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
4725         * toolbar/toolbar.el: New.
4727         * subdirs.el: Add toolbar.
4729 2000-09-14  Gerd Moellmann  <gerd@gnu.org>
4731         * indent.el (indent-for-tab-command): Doc fix.
4733 2000-09-14  Alex Schroeder  <alex@gnu.org>
4735         * ansi-color.el (ansi-colors): Doc change.
4736         (ansi-color-get-face): Simplified regexp.
4737         (ansi-color-faces-vector): Added more faces, doc change.
4738         (ansi-color-names-vector): Doc change.
4739         (ansi-color-regexp): Simplified regexp.
4740         (ansi-color-parameter-regexp): New regexp.
4741         (ansi-color-filter-apply): Doc change.
4742         (ansi-color-filter-region): Doc change.
4743         (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
4744         deal with zero length parameters.
4745         (ansi-color-apply-on-region): Doc change.
4746         (ansi-color-map): Doc change.
4747         (ansi-color-map-update): Removed debugging message.
4748         (ansi-color-get-face-1): Added condition-case to trap
4749         args-out-of-range errors.
4750         (ansi-color-get-face): Doc change.
4751         (ansi-color-make-face): Removed.
4752         (ansi-color-for-shell-mode): New option.
4754 2000-09-13  Kenichi Handa  <handa@etl.go.jp>
4756         * international/quail.el (quail-start-translation): Translate KEY
4757         if necessary even if it doesn't have any mapping in the current
4758         input method.
4759         (quail-start-conversion): Likewise.
4760         (quail-help): The output message is improved.
4762 2000-09-13  Miles Bader  <miles@gnu.org>
4764         * comint.el (comint-output-filter): Revert to using
4765         `insert-before-markers'.  Add bletcherous hack to undo damage
4766         caused by `insert-before-markers'.  Put `front-sticky' property on
4767         overlays created here so that the field code understands how the
4768         overlay works.  Use a let when making comint-last-prompt-overlay,
4769         so that the code is easier to read.
4771 2000-09-13  Dave Love  <fx@gnu.org>
4773         * wid-edit.el (widget-default-format-handler): DTRT when
4774         doc-property is a function.
4776 2000-09-12  Francesco Potorti`  <pot@gnu.org>
4778         * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
4779         filed name if it's not there.
4781 2000-09-12  Dave Love  <fx@gnu.org>
4783         * simple.el (read-mail-command): Doc fix.
4784         (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
4786         * vc.el (vc-dired-listing-switches): Fix :version.
4788         * vc-hooks.el: Doc fixes.
4790         * subr.el (add-minor-mode): Use toggle-fun arg.
4792         * speedbar.el: Add :version to several defcustoms.
4794         * imenu.el (imenu--truncate-items, imenu--cleanup)
4795         (imenu--generic-function): Avoid mapcar.
4796         (imenu--replace-spaces): Function removed.
4797         (imenu--completion-buffer): Use subst-char-in-string.
4798         (imenu-add-to-menubar): Use keymap inheritance.
4800 2000-09-12  Miles Bader  <miles@gnu.org>
4802         * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
4803         (diff-mode-map): Bind `diff-test-hunk'.
4804         (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
4806 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
4808         * bytecomp.el (byte-compile-defvar): Undo last change
4809         because it breaks '(make-variable-buffer-local (defvar ...)'
4810         which is used at least in dired.
4812 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
4814         * international/quail.el (quail-define-package): Docstring
4815         modified.
4817 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
4819         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
4820         extra docstrings for "chinese-ccdospy", "chinese-ecdict",
4821         "chinese-etzy", "chinese-sw", and "chinese-ziranma".  Modify the
4822         docstring of "chinese-py".
4824         * international/quail.el (quail-translation-docstring): New
4825         variable.
4826         (quail-show-keyboard-layout): Docstring modified.
4827         (quail-select-current): Likewise.
4828         (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
4829         infinite recursive call.
4830         (quail-help): Check quail-translation-docstring.  Format of the
4831         output changed.
4832         (quail-help-insert-keymap-description): Adjusted for the above
4833         change.
4835 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
4837         * bytecomp.el (byte-compile-defvar): Only cons onto
4838         current-load-list in top-level forms.  Else this leaks a cons cell
4839         every time a defun is called.
4841 2000-09-11  Miles Bader  <miles@lsi.nec.co.jp>
4843         * diff-mode.el (diff-apply-hunk): Function basically rewritten.
4844         Now understands non-unified diffs.  Some functionality moved into
4845         `diff-hunk-text' and `diff-find-text'.  Add OTHER-FILE, DRY-RUN,
4846         POPUP, and NOERROR arguments.  If DRY-RUN is true, don't actually
4847         modify anything.  Only reposition point in the patched file if the
4848         patch succeeds.  Only pop up another window if POPUP is true.
4849         Emit a message describing what happened if successful, and at what
4850         line-offset.  Automatically detect reversed hunks and do something
4851         appropriate.
4852         (diff-hunk-text, diff-find-text): New functions.
4853         (diff-filter-lines): Function removed.
4854         (diff-test-hunk): New function.
4855         (diff-goto-source): Rewritten in terms of diff-apply-hunk.
4857 2000-09-10  Dave Love  <fx@gnu.org>
4859         * textmodes/tildify.el: Minor doc/commentary fixes.
4860         (tildify) <defgroup>: Add :version.
4862         * faces.el (face-x-resources): Make custom type more specific.
4863         (frame-background-mode): Use mapc.
4864         (region) <defcustom>: Add :version.
4866 2000-09-08  Stefan Monnier  <monnier@cs.yale.edu>
4868         * vc-sccs.el (vc-sccs-register):
4869         * vc-rcs.el (vc-rcs-register):
4870         * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
4871         * vc.el (vc-register): Clear file's properties.
4873 2000-09-08  Gerd Moellmann  <gerd@gnu.org>
4875         * faces.el (face-spec-set): Only face-spec-reset-face when
4876         ATTRS is non-nil.
4878 2000-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
4880         * help.el (help-insert-xref-button): Fix a typo in doc string.
4882 2000-09-07  Eli Zaretskii  <eliz@is.elta.co.il>
4884         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4885         Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
4886         methods.
4888         * menu-bar.el (read-mail-item-name): New function.
4889         (menu-bar-tools-menu): Use it to compute and display the package
4890         used to read email.
4891         (menu-bar-tools-menu): Fix typo in GUD's help string.
4893 2000-09-07  Dave Love  <fx@gnu.org>
4895         * diff-mode.el (diff-mouse-goto-source): New function.
4897         * vc-sccs.el: Doc fixes.
4898         (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
4900         * vc-rcs.el: Doc fixes.
4901         (vc-rcs-register-switches, vc-rcs-checkin-switches)
4902         (vc-rcs-checkout-switches, vc-rcs-header)
4903         (vc-rcs-master-templates): Add or change :version.
4905         * vc-cvs.el: Doc fixes.
4906         (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
4907         (vc-cvs-stay-local): Add :version.
4909         * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
4911 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
4913         * international/quail.el (quail-help): Fix previous change.
4915 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
4917         * faces.el (color-values): Doc fix.
4919         * faces.el (frame-set-background-mode): Use frame-parameter
4920         instead of frame-parameters.
4922         * frame.el (filtered-frame-list): Reduce consing.
4923         (frames-on-display-list): Call frame-parameter instead of
4924         frame-parameters.
4926 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
4928         * language/devan-util.el (devanagari-to-indian-region): In the
4929         loop, change the following char, not preceding char.
4931 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
4933         * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
4934         instead of frame-parameters.
4936         * faces.el (set-face-attribute): Simplify by calling
4937         internal-set-lisp-face-attribute with FRAME being 0.
4939         * vc.el: Remove `Id' version control keyword.
4941 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
4943         * help.el (help-make-xrefs): Adjusted for the change of
4944         help-xref-mule-regexp.
4945         (help-insert-xref-button): New function.
4947         * international/mule-cmds.el (help-xref-mule-regexp-template):
4948         Include the pattern for character set.
4949         (leim): New group.
4951         * international/quail.el: Don't require face.
4952         (quail): New group.
4953         (quail-other-command): Dummy command to make quail-help work better.
4954         (quail-keyboard-layout-alist): Add Keyboard type "jp106".
4955         (quail-keyboard-layout-substitution): New variable.
4956         (quail-update-keyboard-layout): New function.
4957         (quail-keyboard-layout-type): New customizable variable.
4958         (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
4959         (quail-keyboard-translate): Pay attention to
4960         quail-keyboard-layout-substitution.
4961         (quail-insert-kbd-layout): New function.
4962         (quail-show-keyboard-layout): New function.
4963         (quail-get-translation): If the definition is a vector of length
4964         1, and the element is a string of length 1, return the character
4965         in that string.
4966         (quail-update-current-translations): Fix the case of
4967         relative-index out of range.
4968         (quail-build-decode-map, quail-insert-decode-map): New Functions.
4969         (quail-help): Show keyboard layout by quail-insert-kbd-layout.
4970         Show key sequences for all available characters.
4971         (quail-help-insert-keymap-description): Don't show such verbose
4972         key bindings as quail-self-insert-command.
4974         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4975         Format changed, and each element now have extra documentations.
4976         (tit-process-header): Delete invalid characters from TIT-PROMPT.
4977         Adjusted for the change of quail-cxterm-package-ext-info.
4979 2000-09-06  Gerd Moellmann  <gerd@gnu.org>
4981         * vc-hooks.el (toplevel): Don't require `vc' during compilation;
4982         requiring it leads to a recursive loading of vc.el and vc-hooks.el
4983         during bootstrap.
4985 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
4987         * vc.el: (toplevel): Don't require `dired' at run-time.
4988         (vc-dired-resynch-file): Remove autoload cookie.
4990 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
4992         * vc.el: Made several backend functions optional.
4993         (vc-default-responsible-p): New function.
4994         (vc-merge): Use RET for first version to trigger merge-news, not
4995         prefix arg.
4996         (vc-annotate): Handle backends that do not support annotation.
4997         (vc-default-merge-news): Removed.  The existence of a merge-news
4998         implementation is now checked on caller sites.
5000         * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
5001         case.
5003         * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
5004         special case that has been removed from the default in vc-hooks.el.
5006 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
5008         * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
5010 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
5012         * vc-hooks.el: Require vc during compilation.
5013         (vc-file-setprop): Use `vc-touched-properties' if bound by the new
5014         macro `with-vc-properties' in vc.el.
5015         (vc-file-getprop): Doc fix.
5016         (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
5018         * vc.el: Require dired-aux during compilation.
5019         (vc-name-assoc-file): Moved to vc-sccs.el.
5020         (with-vc-properties): New macro.
5021         (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
5022         vc-finish-steal): Use it.
5023         (vc-cancel-version): Moved RCS-specific code to vc-rcs.el.  The call
5024         to the backend-specific function is now supposed to do the checkout,
5025         too.
5026         (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
5028         * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
5029         set file properties; that gets done in the generic code now.
5031         * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
5032         Changed parameter list, added code from vc.el that does the
5033         checkout, possibly with a double-take.
5035         * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
5036         (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
5037         the above under the new name.
5038         (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'.  Changed
5039         parameter list, added checkout command.
5040         (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
5041         properties; that gets done in the generic code now.
5043 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
5045         * vc.el: Docstring fixes (courtesy of checkdoc).
5047 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
5049         * vc.el (vc-checkout-writable-buffer-hook)
5050         (vc-checkout-writable-buffer): Remove.
5051         (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
5052         (vc-log-mode): Make it into a clean derived major mode.
5053         (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
5054         vc-log-mode if log-edit is not available.
5055         (vc-dired-mode-map): Don't set-keymap-parent yet.
5056         (vc-dired-mode): Do set-keymap-parent here.
5057         (vc-dired-buffers-for-dir): Nop if dired is not loaded.
5059 2000-09-05  Gerd Moellmann  <gerd@gnu.org>
5061         * faces.el (set-face-attribute, face-spec-reset-face)
5062         (face-spec-set): Avoid consing by removing calls to `apply'.
5064         * frame.el (frame-parameter): Move to C code.
5066 2000-09-05  Dave Love  <fx@gnu.org>
5068         * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
5069         insert-before-markers-and-inherit.  Now checked systematically!
5071 2000-09-05  Alex Schroeder  <alex@gnu.org>
5073         * sql.el (sql-postgres): Use sql-postgres-options.
5074         (sql-postgres-options): New variable.
5076 2000-09-05  Alex Schroeder  <alex@gnu.org>
5078         * sql.el (sql-mode-menu): Work around missing variable mark-active
5079         in XEmacs.
5080         (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
5081         (sql-interactive-mode): Added call to easy-menu-add for XEmacs
5082         compatibility.
5084 2000-09-04  Gerd Moellmann  <gerd@gnu.org>
5086         * vc.el (vc-dired-resynch-file): Add autoload cookie.
5088         * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
5090         * Makefile.in (DONTCOMPILE): Fix typo in file name.
5092 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
5094         * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
5095         don't support anything else under SCCS yet.
5097         * vc-hooks.el: Minor doc fixes.
5099 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
5101         * vc.el (vc-next-action-on-file): Do not visit the file if it's
5102         not necessary.  If verbose in state `needs-patch', do the same as
5103         under `up-to-date'.  When NOT verbose and `needs-patch', check out
5104         latest version instead of `merge-news'.
5105         (vc-next-action-dired): Don't mess with default-directory here; it
5106         breaks other parts of dired.  It is the job of the
5107         backend-specific functions to adjust it temporarily if they need it.
5108         (vc-next-action): Remove a special CVS case.
5109         (vc-clear-headers): New optional arg FILE.
5110         (vc-checkin, vc-checkout): Set properties vc-state and
5111         vc-checkout-time properly.
5112         (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
5113         (vc-print-log): Use new backend function `show-log-entry'.
5114         (vc-cancel-version): Do the checks in a different order.  Added a
5115         FIXME concerning RCS-only code.
5117         * vc-rcs.el (vc-rcs-show-log-entry): New function.
5118         (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
5120         * vc-cvs.el (vc-cvs-show-log-entry): New function.
5122         * vc-hooks.el (vc-default-mode-line-string): Show state
5123         `needs-patch' as a `-' too.
5125 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
5127         * vc.el (vc-responsible-backend): New optional arg REGISTER.
5128         (vc-default-could-register): New function.
5129         (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
5130         (vc-resynch-buffer): Call vc-dired-resynch-file.
5131         (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
5132         vc-resynch-buffer instead of vc-resynch-window.
5133         (vc-next-action-dired): Don't redisplay here, that gets done as a
5134         result of the individual file operations.
5135         (vc-retrieve-snapshot): Corrected prompt order.
5137         * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
5139         * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
5140         as well.
5141         (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p.  Handle
5142         hostname regexps.  Updated all callers.
5143         (vc-cvs-responsible-p): Handle directories as well.
5144         (vc-cvs-could-register): New function.
5145         (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
5146         properties up-to-date.
5148         * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
5149         user whether to create one.
5151 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
5153         * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
5154         check out a non-existing file.
5156         * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
5157         workfile does not exist.
5159         * vc.el (vc-version-diff): Use `require' to check for existence of
5160         diff-mode.
5162 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
5164         * vc-cvs.el (vc-cvs-registered): Use new function
5165         vc-cvs-parse-entry to do the actual work.
5167 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
5169         * vc-hooks.el (vc-find-backend-function): If function doesn't
5170         exist, return nil instead of error.
5171         (vc-call-backend): Doc fix.
5173         * vc.el (vc-do-command): Doc fix.
5174         (vc-finish-logentry): When checking in from vc-dired, choose the
5175         right backend for logentry check.
5176         (vc-dired-mode-map): Inherit from dired-mode-map.
5177         (vc-dired-mode): Local value of dired-move-to-filename-regexp
5178         simplified.
5179         (vc-dired-state-info): Removed, updated caller.
5180         (vc-default-dired-state-info): Use parentheses instead of hyphens.
5181         (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
5182         (vc-dired-listing-switches): New variable.
5183         (vc-directory): Use it, instead of dired-listing-switches.
5185         * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
5186         (vc-cvs-dir-state): New function.
5187         (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
5188         (vc-cvs-parse-entry): New function, also to be used in
5189         vc-cvs-registered.
5191 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5193         * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
5194         *or* single-window-frames.
5196 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
5198         * vc.el (vc-update-changelog): Split into generic part and default
5199         implementation.  Doc string adapted.
5200         (vc-default-update-changelog): New function.  Call the `rcs2log'
5201         script in exec-directory, to fix a long-standing nuisance.
5203         * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
5204         simply signals an error.
5206 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5208         * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
5209         control-flow more clear and to avoid running `cvs' twice.
5211         * vc.el (vc-next-action-on-file): Doc fix.
5212         (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
5213         (vc-print-log): Eval `file' before constructing the continuation.
5215 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
5217         * vc.el (vc-next-action-on-file): Corrected several messages.
5218         (vc-merge): Add prefix arg `merge-news'; handle it.
5220         * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
5221         is not reached.  It is.
5222         (vc-cvs-merge): Set state to 'edited after merge.
5223         (vc-cvs-merge-news): Set workfile version to nil if not known.
5224         (vc-cvs-latest-on-branch-p): Recommented.  Candidate for removal.
5226         * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
5227         via stdout. (Merge from main line.)
5229 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5231         * vc.el (vc-finish-logentry): Thinko in the "same comment"
5232         detection.
5234 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5236         * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
5237         against kill-all-local-variables.
5238         (vc-log-edit): Don't save vc-parent-buffer any more.
5239         (vc-last-comment-match): Initialize to an empty string.
5240         (vc-post-command-functions): New hook.
5241         (vc-do-command): Run it.
5242         (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
5243         (vc-finish-logentry): Only add the comment to the ring if it's
5244         different from the last comment entered.
5245         (vc-new-comment-index): New function.
5246         (vc-previous-comment): Use it.  Make the minibuffer message
5247         slightly less terse.
5248         (vc-comment-search-reverse): Make it work forward as well.  Don't
5249         set vc-comment-ring-index if no match is found.  Use
5250         vc-new-comment-index.
5251         (vc-comment-search-forward): Use vc-comment-search-reverse.
5252         (vc-dired-mode-map): Don't inherit from dired-mode-map since
5253         define-derived-mode will do it for us.  Bind `v' to a keymap that
5254         inherits from vc-prefix-map so that we can bind `vt' without
5255         binding C-x v t.
5256         (vc-retrieve-snapshot): Parenthesis typo.
5258         * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
5259         to 1.  Make sure to switch to *vc* before looking for an error
5260         message.  Use vc-parse-buffer.
5262 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
5264         * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
5265         and NAME.
5266         (vc-retrieve-snapshot): Split into two parts.
5267         (vc-default-retrieve-snapshot): New function.
5269         * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
5270         (vc-cvs-retrieve-snapshot): New function (untested).
5271         (vc-cvs-stay-local): Default to t.
5272         (vc-cvs-remote-p): New function and property.
5273         (vc-cvs-state): Stay local only if the above is t.
5274         (vc-handle-cvs): Removed.
5275         (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
5276         done via vc-handled-backends now.
5277         (vc-cvs-header): Escape Id.
5279 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5281         * vc.el (vc-do-command): Remove unused commands.
5282         (vc-version-diff): Make sure default-directory ends with a slash.
5283         Move the window commands into a vc-exec-after.
5284         (vc-print-log): Move more of the code into the `vc-exec-after'.
5286 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
5288         * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
5289         (vc-print-log): Search current revision from beginning of buffer.
5290         (vc-revert-buffer): Clear echo area after the diff is finished.
5291         (vc-prefix-map): Removed definition of "t" for terse display in vc
5292         dired.
5293         (vc-dired-mode-map): Inherit from dired-mode-map.  Added
5294         definition of "vt" for terse display.
5295         (vc-dired-mode): Fix dired-move-to-filename-regexp.
5297 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5299         * vc.el (vc-exec-after): Avoid caddr.
5301 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5303         * vc.el (vc-exec-after): New function.
5304         (vc-do-command): Use it to add a termination message for async
5305         procs.
5306         (vc-checkout): Try to handle a missing-backend situation.
5307         (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
5308         of a directory with a backend using async diffs.
5309         (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
5310         present.
5312         * vc-sccs.el (vc-sccs-state-heuristic): Use
5313         file-ownership-preserved-p.
5315         * vc-rcs.el (vc-rcs-state-heuristic): Use
5316         file-ownership-preserved-p.
5317         (vc-rcs-checkout): Remove the error-handling for missing-rcs.
5319 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
5321         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
5322         vc-do-command.
5324         * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
5325         when there are no changes.
5327 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
5329         * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
5331         * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
5333 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5335         * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
5337         * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
5338         the `fset' outside of the defvar so that it works even if
5339         vc-prefix-map was already defined.
5340         (vc-setup-buffer): New function, split out of vc-do-command.
5341         (vc-do-command): Allow BUFFER to be t to mean `just use the
5342         current buffer without any fuss'.
5343         (vc-version-diff): Change the `diff' backend operation to just put
5344         the diff in the current buffer without erasing it.  Always use
5345         *vc-diff* even for directory-diffs.  Use vc-setup-buffer.  Protect
5346         shrink-window-if-larger-than-buffer.
5347         (vc-print-log): Change the `print-log' backend operation to just
5348         put the log in the current buffer without erasing it.  Protect
5349         shrink-window-if-larger-than-buffer.
5350         (vc-update-change-log): Fix setd typo.
5352         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
5353         (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
5355         * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
5356         (vc-rcs-diff): Insert in the current buffer and remove unused arg
5357         CMP.
5359         * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
5360         with-temp-file.  Use the new BUFFER=t argument to vc-do-command.
5361         (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
5363 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
5365         * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
5366         not possible, use vc-BACKEND-workfile-unchanged-p.
5367         (vc-default-workfile-unchanged-p): New function.  Delegates to a
5368         full vc-BACKEND-diff.
5370         * vc-hooks.el (vc-simple-command): Removed.
5372         * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
5373         instead of vc-simple-command.
5374         (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
5375         avoid doing a diff when opening a file.
5376         (vc-rcs-state): Added check for unlocked-changes.
5377         (vc-rcs-header): Escape Id.
5378         (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
5379         (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
5380         version.
5382         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
5383         (vc-sccs-diff): Remove optional arg CMP.
5384         (vc-sccs-state): Call vc-workfile-unchanged-p, not the
5385         SCCS-specific function.
5387         * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
5388         vc-simple-command.
5390 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5392         * vc.el (vc-editable-p): Renamed from vc-writable-p.
5393         (with-vc-file, vc-merge): Use vc-editable-p.
5394         (vc-do-command): Remove unused var vc-file and fix the
5395         doubly-defined `status' var.  Add a user message when starting an
5396         async command.
5397         (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
5398         (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
5399         Use with-current-buffer.
5400         (vc-buffer-sync): Use unless.
5401         (vc-next-action-on-file): If the file is 'edited by read-only,
5402         make it read-write instead of trying to commit.
5403         (vc-version-diff, vc-update-change-log): Use `setq
5404         default-directory' rather than `cd'.
5405         (vc-log-edit): Don't forget to set default-directory in the
5406         buffer.
5408         * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
5409         (vc-sccs-state-heuristic): Use file-writable-p instead of
5410         comparing userids.
5411         (vc-sccs-checkout): Use `unless'.
5413         * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
5414         of comparing userids.
5415         (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
5416         Simplify the logic by eliminating unreachable code.
5417         (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
5418         just do a recursive call if we need to retry.
5419         (vc-rcs-checkout): Handle the case where rcs is missing by making
5420         the buffer read-write if requested and re-signalling the error.
5422         * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
5424 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5426         * vc-hooks.el (vc-handled-backends): Docstring change.
5427         (vc-ignore-vc-files): Mark obsolete.
5428         (vc-registered): Check vc-ignore-vc-files.
5429         (vc-find-file-hook, vc-file-not-found-hook): Don't check
5430         vc-ignore-vc-files.
5432         * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
5434 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5436         * vc.el (vc-checkout): Don't do anything special for ange-ftp
5437         files since ange-ftp already has vc-registered return nil.
5439         * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
5440         (vc-sccs-workfile-version): Use with-temp-buffer and new
5441         vc-parse-buffer and don't bother setting the property.
5442         (vc-sccs-add-triple): Use with-current-buffer and
5443         find-file-noselect.
5444         (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
5446         * vc-rcs.el (vc-rcs-find-most-recent-rev): New function.  The code
5447         derives from the old vc-parse-buffer but uses the revision number
5448         rather than the date (much easier to compare robustly).
5449         (vc-rcs-fetch-master-state): Use `with-temp-buffer'.  Adapt to the
5450         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).  Find the
5451         locking-user more directly.  Check strict locking and set
5452         checkout-model appropriately.
5453         (vc-rcs-parse-locks): Remove.
5454         (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
5455         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
5456         (vc-rcs-system-release): Use with-current-buffer and
5457         vc-parse-buffer.
5458         (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
5460         * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
5461         (vc-simple-command): Docstring fix.
5462         (vc-registered): Align the way the file-handler is called with the
5463         way the function itself works.
5464         (vc-file-owner): Remove.
5466         * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer.  Reorder
5467         extraction of fields and call to file-attributes because of a
5468         temporary bug in rcp.el.
5469         (vc-cvs-fetch-status): Use with-current-buffer.
5471 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5473         * vc.el (vc-do-command): Use file-relative-name.
5474         (vc-responsible-backend): Use vc-backend if possible.
5475         (vc-create-snapshot): Improve the `interactive' spec. Add support
5476         for branches and dispatch to backend-specific `create-snapshot'.
5477         (vc-default-create-snapshot): New function, containing the bulk of
5478         the old vc-create-snapshot.
5479         (vc-retrieve-snapshot): Improve the interactive spec.
5481         * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
5482         (vc-backend-hook-functions): Remove.
5483         (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
5484         (vc-backend): Reintroduce the test for `file = nil' now that I
5485         know why it was there (and added a comment to better remember).
5487         * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
5488         code from vc-sccs-hooks.el.
5489         (vc-sccs-release, vc-sccs-system-release): Remove.  Don't require
5490         'vc anymore.
5491         (vc-sccs-responsible-p): Use expand-file-name instead of concat
5492         and file-directory-p instead of file-exists-p.
5493         (vc-sccs-check-headers): Simplify the regexp.
5495         * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
5496         from vc-rcs-hooks.el.  Don't require 'vc anymore.
5497         (vc-rcs-responsible-p): Use expand-file-name instead of concat and
5498         file-directory-p instead of file-exists-p.
5500         * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
5501         from vc-cvs-hooks.el.
5502         (proto vc-cvs-registered): Require 'vc-cvs instead of
5503         'vc-cvs-hooks.  Don't require 'vc anymore.
5504         (vc-cvs-responsible-p): Use expand-file-name instead of concat and
5505         file-directory-p instead of file-exists-p.
5506         (vc-cvs-create-snapshot): New function, replacing
5507         vc-cvs-assign-name.
5508         (vc-cvs-assign-name): Remove.
5510 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5512         * vc-cvs.el (vc-cvs-header): New var.
5514         * vc-rcs.el (vc-rcs-exists): Remove.
5515         (vc-rcs-header): New var.
5517         * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
5518         `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
5519         (vc-sccs-header): New var.
5521         * vc.el (vc-do-command): Get rid of the `last' argument.
5522         (vc-header-alist): Remove, replaced by vc-X-header.
5523         (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
5524         (vc-dired-hook): Use expand-file-name instead of concat.
5525         (vc-directory): Use file-name-as-directory.
5526         (vc-snapshot-precondition, vc-create-snapshot)
5527         (vc-retrieve-snapshot): Allow the command to operate on any
5528         directory.
5530         * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
5531         just removing the 'WORKFILE argument or by removing the 'MASTER
5532         argument and replacing `file' with (vc-name file).
5534 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5536         * vc.el: Update Copyright and add a crude list of backend funs.
5537         (vc-writable-p): New function.
5538         (with-vc-file): Use vc-writable-p.
5539         (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
5540         (vc-register): Avoid vc-name.
5541         (vc-locking-user): Remove.
5542         (vc-steal-lock): Make the `owner' arg non-optional.
5543         (vc-merge): Use vc-writable-p instead of vc-locking-user and
5544         vc-checkout-model.
5545         (vc-default-dired-state-info): Use vc-state instead of
5546         vc-locking-user and return special strings for special states.
5547         (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
5548         and get rid of one of the special CVS cases.
5549         (vc-cancel-version): prettify error message with \\[...].
5550         (vc-rename-master): New function.
5551         (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
5552         use vc-rename-master) instead of vc-BACKEND-record-rename.  Make
5553         the CVS special case generic.
5554         (vc-default-record-rename): Remove.
5555         (vc-file-tree-walk-internal): Only call FUNC for files that are
5556         under control of some VC backend and replace `concat' with
5557         expand-file-name.
5558         (vc-file-tree-walk): Update docstring.
5559         (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
5560         (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
5562         * vc-sccs.el (vc-sccs-rename-file): Renamed from
5563         vc-sccs-record-rename.  Use `find-file-noselect' rather than
5564         `find-file' and call `vc-rename-master' to do the actual move.
5565         (vc-sccs-diff): Remove unused `backend' variable.
5567         * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
5568         to delay loading of vc-sccs until it is really used.
5569         (vc-sccs-master-templates): Preload.
5570         (vc-sccs-state): Update call to vc-sccs-parse-locks.
5571         (vc-sccs-project-dir): Remove (merged into
5572         vc-sccs-search-project-dir).
5573         (vc-sccs-search-project-dir): Rewrite using file name handling ops
5574         rather than `concat', make sure it is preloaded and don't bother
5575         to check that the file actually exists.
5576         (vc-sccs-parse-locks): Remove unused `file' argument, remove
5577         `locks' argument (use buffer's content instead) and eliminate n^2
5578         behavior.
5580         * vc-rcs.el: Update Copyright.
5581         (vc-rcs-rename-file): New function.
5582         (vc-rcs-diff): Remove unused `backend' variable.
5584         * vc-hooks.el: Update Copyright.
5585         (vc-backend): Don't accept a nil argument any more.
5586         (vc-up-to-date-p): Turn into a defsubst.
5587         (vc-possible-master): New function.
5588         (vc-check-master-templates): Use `vc-possible-master' and allow
5589         funs in vc-X-master-templates to return a non-existent file.
5591         * vc-cvs.el: Update Copyright.
5592         (vc-cvs-diff): Remove unused `backend' variable.
5593         (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
5595         * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
5597 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5599         * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
5600         since it can be called from vc-rcs.el.
5601         (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
5603 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
5605         * vc.el (vc-version-diff): Expand file name read from the
5606         minibuffer.  Handle the case when a previous version number can't
5607         be guessed.  Give suitable messages when there were no differences
5608         found.
5609         (vc-clear-headers): Call backend-specific implementation, if one
5610         exists.
5611         (vc-cancel-version): Made error checks generic.  When done, clear
5612         headers generically, too.
5614         * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
5615         from vc-clear-headers in vc.el.
5617         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
5618         correctly.
5619         (vc-rcs-latest-on-branch-p): Made second argument VERSION
5620         optional.  Handle the case when it's not there.
5622 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5624         * vc.el (vc-locking-user): Moved from vc-hooks.el.
5626 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5628         * vc-hooks.el (vc-loadup): Remove.
5629         (vc-find-backend-function): Use `require'.  Also, handle the case
5630         where vc-BACKEND-hooks.el doesn't exist.
5631         (vc-call-backend): Cleanup.
5633 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5635         * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
5636         vc-rcs-grab-templates)
5637         (vc-rcs-registered): Remove.  The default function works as well.
5638         * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
5639         vc-sccs-grab-templates)
5640         (vc-sccs-registered): Remove.  The default function works as well.
5642         * vc.el (vc-version-diff): Left out a vc- in call to
5643         vc-call-backend.
5644         (vc-default-dired-state-info, vc-default-record-rename)
5645         (vc-default-merge-news): Update for the new backend argument.
5647         * vc-hooks.el (vc-find-backend-function): Return a cons cell if
5648         using the default function.
5649         (vc-call-backend): If calling the default function, pass it the
5650         backend as first argument.  Update the docstring accordingly.
5651         (vc-default-state-heuristic, vc-default-mode-line-string): Update
5652         for the new backend argument.
5653         (vc-make-backend-sym): Renamed from vc-make-backend-function.
5654         (vc-find-backend-function): Use the new name.
5655         (vc-default-registered): New function.
5657 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5659         * vc.el (vc-merge): Use vc-find-backend-function.
5661         * vc-hooks.el (vc-backend-functions): Remove.
5662         (vc-loadup): Don't setup 'vc-functions.
5663         (vc-find-backend-function): New function.
5664         (vc-call-backend): Use above fun and populate 'vc-functions
5665         lazily.
5666         (vc-backend-defines): Remove.
5668 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5670         * vc.el (vc-register): Put a FIXME note for a newly found bug.
5671         Call vc-call-backend without the leading vc-.
5672         (vc-responsible-backend, vc-finish-logentry, vc-annotate)
5673         (vc-check-headers): Call vc-call-backend without the leading vc-.
5674         (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
5675         (vc-annotate-display): Replace confusing use of `cond' with `or'.
5676         Call vc-call-backend without the leading vc-.
5678         * vc-cvs.el (tail): Provide vc-cvs.
5679         * vc-sccs.el (tail): Provide vc-sccs.
5680         * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
5682         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
5683         (vc-make-backend-function, vc-call): Pass names without leading
5684         `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
5685         (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
5686         (vc-call-backend): Always try to load vc-X-hooks.
5687         (vc-registered): Remove vc- in call to vc-call-backend.
5689 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5691         * vc.el (vc-process-filter): New function.
5692         (vc-do-command): Setup `vc-process-filter' for the async process.
5693         (vc-maybe-resolve-conflicts): New function to reduce
5694         code-duplication.  Additionally, it puts the buffer in
5695         `smerge-mode' if applicable.
5696         (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
5697         calling `merge-news'.
5698         (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
5699         (vc-log-edit): New function.  Replacement for `vc-log-mode' by
5700         interfacing to log-edit.el.
5701         (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
5702         log-edit is available.
5703         (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
5705 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5707         * vc.el (vc-register): Remove `vc-buffer-backend' setup.
5708         (vc-log-mode-map): New name for vc-log-entry-mode and merge the
5709         defvar and the initialization.
5710         (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
5712         * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
5713         (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
5715         * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
5717 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
5719         * vc.el (vc-file-clear-masterprops): Removed.
5720         (vc-checkin, vc-revert-buffer): Removed calls to the above.
5721         (vc-version-diff): Use buffer-size without argument.
5722         (vc-register): Heed vc-initial-comment.
5724         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
5725         default branch.
5727         * vc-rcs.el (vc-rcs-register): Parse command output to find master
5728         file name and workfile version.
5729         (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
5731         * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
5732         vc-file-clear-masterprops.
5734         * vc-sccs.el (vc-sccs-checkout): Removed call to
5735         vc-file-clear-masterprops.  If writable, set vc-state to 'edited
5736         rather than user login name.
5739 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5741         * vc.el (vc-workfile-unchanged-p): Remove unused argument
5742         `want-differences-if-changed' and simplify.
5743         (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
5744         (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
5745         output (which is invalid for async vc-diff) to decide whether to
5746         do the revert silently or not.
5748 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5750         * vc-hooks.el (vc-loadup): Load files quietly.
5751         (vc-call-backend): Oops, brain fart.
5753 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5755         * vc-cvs.el (vc-cvs-state): Typo.
5756         (vc-cvs-merge-news): Return the status code rather than the error msg.
5758 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
5760         * vc.el (with-vc-file, vc-next-action, vc-version-diff)
5761         (vc-dired-mark-locked): Replaced usage of vc-locking-user with
5762         vc-state or vc-up-to-date-p.
5763         (vc-merge): Use vc-backend-defines to check whether merging is
5764         possible.  Set state to 'edited after successful merge.
5766         * vc-hooks.el (vc-locking-user): If locked by the calling user,
5767         return that name.  Redocumented.
5769 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5771         * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
5772         new `vc-state' semantics.
5773         (vc-finish-steal): Set 'vc-state to 'edited rather than setting
5774         'vc-locking-user to the current user.
5775         (vc-merge): Inline vc-backend-merge.  Comment out code that I
5776         don't understand and hence can't adapt to the new `vc-state' and
5777         `vc-locking-user' semantics.
5778         (vc-backend-merge): Remove.
5780         * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
5781         rather than 'vc-locking-user.
5783         * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
5785         * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
5786         (vc-state): Don't use 'reserved any more.  Just use the same
5787         convention as the one used for vc-<backend>-state where the
5788         locking user (as a string) is returned.
5789         (vc-locking-user): Update, based on the above convention. The
5790         'vc-locking-user property has disappeared.
5791         (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
5793         * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
5794         with a heuristic one.
5795         (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
5796         (vc-cvs-checkin): Do a trivial parse to set the state in case of
5797         error.  That allows us to get to 'needs-merge even in the
5798         stay-local case.  There's still no way to detect 'needs-patch in
5799         such a setup (or to force an update for that matter).
5800         (vc-cvs-logentry-check): Remove, the default works as well.
5802 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5804         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
5806         * vc.el (vc-do-command): kill-all-local-variables, to reset any
5807         major-mode in which the buffer might have been put earlier.  Use
5808         `remove' and `when'.  Allow `okstatus' to be `async' and use
5809         `start-process' in this case.
5810         (vc-version-diff): Handle the case where the diff looks empty
5811         because of the use of an async process.
5813 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
5815         * vc.el (vc-next-action-on-file): Removed optional parameter
5816         `simple'.  Recompute state unconditionally.
5817         (vc-default-toggle-read-only): Removed.
5819         * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
5820         (vc-toggle-read-only): Undid prev change.
5822         * vc-cvs.el (vc-cvs-stay-local): Renamed from
5823         vc-cvs-simple-toggle.  Redocumented.
5824         (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
5825         (vc-cvs-toggle-read-only): Removed.
5827 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5829         * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
5830         (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
5831         (vc-release-greater-or-equal-p): Move to vc-rcs.el.
5832         (vc-file-clear-masterprops): Braindead "fix".  It was a nop and
5833         still is. So maybe it should be removed.
5834         (vc-head-version, vc-find-binary): Remove.
5835         (vc-recompute-state): Move from vc-hooks.el.
5836         (vc-next-action-on-file): Add a `simple' argument to allow
5837         avoiding the `recompute' step (use for vc-cvs-simple-toggle).
5838         (vc-default-toggle-read-only, vc-default-record-rename): New funs.
5839         (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
5840         (vc-dired-mode-map): Properly defvar it.
5841         (vc-print-log): Call log-view-mode if available.
5842         (small-temporary-file-directory): defvar instead of use boundp.
5843         (vc-merge-news): Moved to vc-cvs.el.
5844         (vc-default-merge-news): New function.
5846         * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
5847         (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
5848         (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
5849         unknown `vc-latest-version' function.  It should probably refer to
5850         vc-workfile-version or somesuch, but it's very unclear to me and I
5851         don't have SCCS to test things.
5853         * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
5854         (vc-sccs-state-heuristic): Fix typo.
5855         (vc-sccs-workfile-unchanged-p): Add missing argument.
5857         * vc-rcs.el: Require vc and vc-rcs-hooks.
5858         (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
5859         (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
5860         (vc-release-greater-or-equal-p): Move from vc.
5861         (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
5862         vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
5863         (vc-rcs-checkout): Add a missing `new-version' argument in the
5864         call to vc-rcs-latest-on-branch-p.  Hopefully that was the right one.
5866         * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
5867         (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
5868         (vc-rcs-latest-on-branch-p): Use the `version' argument rather
5869         than the apparently unbound `workfile-version'.
5871         * vc-hooks.el (vc-master-templates): Def the obsolete var.
5872         (vc-file-prop-obarray): Use `make-vector'.
5873         (vc-backend-functions): Add new hookable functions
5874         vc-toggle-read-only, vc-record-rename and vc-merge-news.
5875         (vc-loadup): If neither backend nor default functions exist, use
5876         the backend function rather than nil.
5877         (vc-call-backend): If the function if not bound yet, try to load
5878         the non-hook file to see if it provides it.
5879         (vc-call): New macro plus use it wherever possible.
5880         (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
5881         nor `vc-find-binary' since it's only called from
5882         vc-mistrust-permission which is only used once the backend is known.
5883         (vc-checkout-model): Fix parenthesis.
5884         (vc-recompute-state, vc-prefix-map): Move to vc.el.
5886         * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
5887         (vc-cvs-release, vc-cvs-system-release): Remove.
5888         (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
5889         (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
5890         status symbols.
5891         (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
5892         (vc-cvs-toggle-read-only): First cut at a function to allow a
5893         cvs-status-free vc-toggle-read-only.
5894         (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
5895         (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
5896         vc-cvs-status.  Also set vc-state rather than vc-locking-user.
5897         (vc-cvs-checkout): Modify access rights directly if the user
5898         requested not to use `cvs edit'.  And refresh the mode line.
5900         * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
5901         (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
5903 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5905         * vc-cvs.el (vc-cvs-checkout): Docstring fix.  Added a `(if
5906         workfile' that got lost when the code was extracted from vc.el.
5907         And merged the tail with the rest of the code (not possible in the
5908         old vc.el where the tail was shared among all backends).  And
5909         explicitly set the state to 'edited if `writable' is set.
5911         * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
5912         (vc-cvs-state): Be careful to return the value from
5913         vc-cvs-parse-state.
5914         (vc-cvs-parse-status): Use expand-file-name.  Don't set 'vc-state
5915         property but return it instead.  Also be careful to handle a nil
5916         or "" `rev' when workfile is non-nil (it was handled properly when
5917         workfile was nil).
5919         * vc.el: Removed those pesky unnecessary `(function' quotes.
5920         (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
5921         directly in the defvar.
5922         (vc-do-command): Bind inhibit-read-only so as to properly handle
5923         the case where the destination buffer has been made read-only.
5924         (vc-diff): Delegate to vc-version-diff in all cases.
5925         (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
5926         (vc-annotate-mode-variables): Removed (code moved partly to
5927         defvars and partly to vc-annotate-add-menu).
5928         (vc-annotate-mode): Turned into a derived-mode.
5929         (vc-annotate-add-menu): Moved in code in
5930         vc-annotate-mode-variables.
5931         (vc-update-change-log): Use make-temp-file if available.
5933 2000-09-04  Martin Lorentzson  <martinl@delysid.gnu.org>
5935         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
5936         `vc-checkout-model' updated to `vc-cvs-update-model'.
5938 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
5940         * vc.el (vc-next-action-on-file): Added handling of state
5941         `unlocked-changes'.
5942         (vc-checkout-carefully): Is now practically obsolete, unless the
5943         above is too slow to be enabled unconditionally.
5944         (vc-update-change-log): Fixed typo.
5946         * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
5948         * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
5949         Now handles state `unlocked-changes'.
5950         (vc-sccs-workfile-unchanged-p): New function, to support the above.
5952         * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
5954         * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
5955         (vc-rcs-fetch-master-state): Bug fixes.  Recognize state
5956         `unlocked-changes'.
5957         (vc-rcs-workfile-unchanged-p): Renamed from
5958         `vc-rcs-workfile-unchanged'.  This is not a real backend-specific
5959         function yet, but supposed to become one soon.
5961         * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
5962         `vc-steal-lock'.
5963         (vc-call-backend): Changed error message.
5964         (vc-state): Added description of state `unlocked-changes'.
5966 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
5968         * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
5969         always return t in CVS-controlled directories.
5971         * vc.el (vc-responsible-backend): New function.
5972         (vc-register): Largely rewritten.
5973         (vc-admin): Removed (implementation moved into vc-register).
5974         (vc-checkin): Redocumented.
5975         (vc-finish-logentry): If no backend defined yet (because we are in
5976         the process of registering), use the responsible backend.
5978         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
5979         Updated function lists.
5980         (vc-call-backend): Fixed typo.
5982         * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
5983         New functions.
5984         (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
5985         Removed query option.  Redocumented.
5987 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
5989         * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
5991         * vc.el: Updated callers of `vc-checkout-required' to use
5992         `vc-checkout-model'.
5994 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
5996         * vc-rcs.el (vc-rcs-backend-release-p): function added.  other
5997         stuff updated to reference this function instead of the old
5998         `vc-backend-release-p'.
6000 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6002         * vc-sccs-hooks.el (vc-uses-locking): Renamed to
6003         vc-checkout-model.  Return appropriate values.  Updated callers.
6005 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
6007         * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
6008         (vc-backend-revert): Function moved into `vc-revert';
6009         `vc-next-action' must be updated to accomodate this change.
6010         (vc-backend-steal): Function moved into `vc-finish-steal'.
6011         (vc-backend-logentry-check): Function moved into
6012         `vc-finish-logentry'.
6013         (vc-backend-printlog): Function moved into `vc-print-log'.
6014         (vc-backend-uncheck): Function moved into `vc-cancel-version'.
6015         (vc-backend-assign-name): Function moved into
6016         `vc-create-snapshot'.
6018 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6020         * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
6021         Rename to vc-checkout-model.  Return appropriate values.
6022         Update callers.
6024         * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
6025         to vc-checkout-model.
6026         (vc-checkout-required): Rename to vc-checkout-model.
6027         Re-implement and re-comment.
6028         (vc-after-save): Use vc-checkout-model.
6030 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
6032         * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
6033         Update to use the vc-BACKEND-diff functions instead.
6034         `vc-diff' is now working.
6036         * vc-rcs.el (vc-rcs-logentry-check): New function.
6038         * vc-cvs.el (vc-cvs-logentry-check): New function.
6040         * vc-sccs.el (vc-sccs-diff): Function changed name from
6041         `vc-backend-diff'.  This makes `vc-diff' work.
6043         * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
6044         of functions possibly implemented in a vc-BACKEND library.
6045         (vc-checkout-required): Fix bug that caused an error to be
6046         signaled during `vc-after-save'.
6048         * vc.el: Fix typo.
6049         This checkin is made with our new VC code base for the very first time.
6050         A simple `(vc-checkin (buffer-file-name))' was used to perform it.
6052         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
6053         `vc-checkout-required' updated to `vc-cvs-uses-locking'.
6055         * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
6056         updated to `vc-uses-locking'.
6057         (vc-checkout-required): Call to backend function.
6058         `vc-checkout-required' updated to `vc-uses-locking' instead.
6060         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
6061         `vc-checkout-required' updated to `vc-rcs-uses-locking'.
6063         * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
6064         to match the split into various backends.
6065         (vc-backend-checkin): Remove.  Merge with `vc-checkin'.
6066         (vc-retrieve-snapshot): Bug fix.
6068 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6070         * vc-sccs.el (vc-sccs-release): Doc fix.
6072 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
6074         * vc.el (vc-next-action-on-file): Bug found and fixed.
6075         (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
6076         (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
6078         * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
6079         (vc-rcs-checkout): Name space cleaned up.  No more revision number
6080         crunching function names that are not prefixed with vc-rcs.
6081         (vc-rcs-checkout-model): Function added.  References to
6082         `vc-checkout-model' replaced.
6084 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6086         * vc.el (vc-next-action-on-file): Rewritten for the new state model.
6087         (vc-backend-merge-news): Renamed to `vc-merge-news'.  (Specific parts
6088         still need to be split, and implemented for RCS).
6090 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
6092         * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
6094         * vc-sccs.el (vc-sccs-admin): Added the query-only option as
6095         required by the vc.el file.
6097         * vc-rcs.el (vc-rcs-admin): Added the query-only option as
6098         required by the vc.el file.
6099         (vc-rcs-exists): Function added.
6101         * vc-cvs.el (vc-cvs-admin): Added the query-only option as
6102         required by the vc.el file.
6104         * vc.el (vc-admin): Updated to handle selection of appropriate
6105         backend.  Current implementation is crufty and need re-thinking.
6107         * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
6109 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
6111         * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
6112         beginning of annotate buffers correctly.
6114         * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
6115         (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
6116         functionality updated quite a lot to support multiple backends.
6117         Variables `vc-annotate-mode', `vc-annotate-buffers',
6118         `vc-annotate-backend' added.
6120         * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
6121         `vc-annotate-difference' added to supported backend functions.
6123 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6125         * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
6126         Use with-temp-file instead of /bin/sh.  Merged from mainline
6128 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
6130         * vc-sccs-hooks.el (vc-sccs-registered): Updated.
6132         * vc-rcs-hooks.el (vc-rcs-registered): Updated.
6134         * vc-cvs-hooks.el (vc-cvs-registered): Updated.
6136 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
6138         * vc-hooks.el: vc-state-heuristic added to
6139         vc-backend-hook-functions.
6141         * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
6143         * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
6145         * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
6146         `vc-uses-locking' to `vc-checkout-required'.  Rename the `locked'
6147         state to `reserved'.
6149         * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
6150         `vc-checkout-required'.  Rename the `locked' state to `reserved'.
6152 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6154         * vc-rcs-hooks.el: Implement new state model.  Hardly anything
6155         untouched.
6157         * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
6159         * vc.el (vc-update-change-log): Use small-temporary-file-directory,
6160         if defined.  (Merged from main line, slightly adapted.)
6162         * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
6163         millenium problem (merged from mainline).
6165 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
6167         * vc-cvs.el: Split the annotate feature into a BACKEND-specific
6168         part and moved the non-BACKEND stuff to vc.el.
6170         * vc.el: Split the annotate feature into a BACKEND specific part
6171         and moved it from the vc-cvs.el file to this one.
6173 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6175         * vc-hooks.el: Implement new state model.
6176         (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
6177         (vc-locking-user): Simplify.  Now only needed if the file is
6178         locked by somebody else.
6179         (vc-lock-from-permissions): Remove.  Functionality is in
6180         vc-sccs-hooks.el and vc-rcs-hooks.el now.
6181         (vc-mode-line-string): New name for former vc-status.  Adapted.
6182         (vc-mode-line): Adapt to use the above.  Remove optional parameter.
6184         * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
6185         Various simplifications and adaptations all over the place.
6187         * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
6188         Simplify and adapt the rest.
6190         * vc.el (vc-resynch-window): Add TODO comment: check for
6191         interaction with view mode according to recent RCS change.
6192         (vc-backend-merge-news): Merge "CMUP" patch from mainline.
6194 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
6196         * vc.el: Convert the remaining function comments to docstrings.
6198 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
6200         * vc.el (vc-backend-release, vc-release-greater-or-equal)
6201         (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
6202         (vc-minor-part, vc-previous-version): Functions that operate and
6203         compare revision numbers got proper documentation.  Comments added
6204         about their possible removal.
6206 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
6208         * vc.el (vc-latest-on-branch-p): Function removed and replaced in
6209         the vc-backend.el files.
6211         * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
6213         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
6214         (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
6215         (vc-rcs-previous-version): Functions added.
6217         * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
6219         * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
6221 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6223         * vc-hooks.el (vc-master-templates): Is really obsolete.
6224         Comment out the definition for now.  What is the right procedure
6225         to get rid of it?
6226         (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
6227         rewritten.
6228         (vc-default-registered): Remove.
6229         (vc-check-master-templates): New function; does mostly what the
6230         above did before.
6231         (vc-locking-user): Don't rely on the backend to set the property.
6233         * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
6234         Rewrite documentation.
6235         (vc-rcs-templates-grabbed): New variable.
6236         (vc-rcs-grab-templates): New function.
6237         (vc-rcs-registered): Rewrite to use above mechanism.
6239         * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
6240         Rewrite documentation.
6241         (vc-sccs-templates-grabbed): New variable.
6242         (vc-sccs-grab-templates): New function.
6243         (vc-sccs-registered): Rewrite to use above mechanism.
6244         (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
6245         Don't throw the result, simply return it.
6247         * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
6248         (vc-cvs-find-master): Remove.  Code is now in vc-cvs-registered.
6249         (vc-cvs-registered): Does the check itself now.  Simplify.
6251         * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
6252         from main line.
6254 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
6256         * vc-cvs.el (vc-cvs-diff): New function.
6258         * vc-sccs.el (vc-sccs-diff): New function.
6260         * vc-rcs.el (vc-rcs-diff): New function.
6261         (vc-rcs-checkout): Bug (typo) found and fixed.
6262         (vc-rcs-register-switches): New variable.
6264         * vc.el (vc-backend-diff): Function removed and placed in the
6265         backend files.
6267 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
6269         * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
6271         * vc.el (vc-backend-checkout): Function removed and replaced in
6272         the vc-backend.el files.
6274         * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
6276         * vc.el (vc-backend-admin): Removed and replaced in the
6277         vc-backend.el files.
6279         * vc.el (Martin): Removed all the annotate functionality since it
6280         is CVS backend specific.
6282 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6284         * spec.txt: Added specification of vc-state.
6286         * vc-sccs-hooks.el (vc-sccs-master-properties):
6287         Remove handling of vc-latest-version and
6288         vc-your-latest-version.  What used to be vc-latest-version, is now
6289         returned as vc-workfile-version.
6290         (vc-sccs-workfile-version): Adapt.
6292 2000-09-04  Dave Love  <fx@gnu.org>
6294         * vc.el: [Merged from mainline.]
6295         (vc-dired-mode): Make the dired-move-to-filename-regexp
6296         regexp match the date, to avoid treating date as file size.
6297         Add YYYY S option to WESTERN/
6299 2000-09-04  Dave Love  <fx@gnu.org>
6301         * vc.el: Require `compile' when compiling.
6302         (vc-logentry-check-hook): New option.
6303         (vc-steal-lock): Use compose-mail.
6304         (vc-dired-mode-map): Defvar when compiling.
6305         (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
6306         vc-sccs.el and renamed.  Callers changed.
6307         (vc-backend-checkout, vc-backend-logentry-check)
6308         (vc-backend-merge-news): Doc fix.
6309         (vc-default-logentry-check): New function.
6310         (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
6311         (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
6312         (vc-backend-merge): Doc fix.  Use backend functions.
6313         (vc-check-headers): Use backend functions.
6315         * vc-cvs.el: Require vc when compiling.
6316         (vc-cvs-register-switches): Doc fix.
6317         (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
6318         (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
6319         (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
6320         New functions (code from vc.el).
6321         (vc-annotate-display-default): Fix interactive spec.
6322         (vc-annotate-time-span): Doc fix.
6324         * vc-rcs.el: Require vc when compiling.
6325         (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
6326         (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
6327         (vc-rcs-checkin): New functions (code from vc.el).
6328         (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
6329         Doc fix.
6330         (vc-rcs-release): Deleted.  (Duplicated vc-rcs-system-release).
6332         * vc-sccs.el: Require vc when compiling.
6333         (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
6334         (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
6335         (vc-sccs-revert)
6336         (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
6337         from vc.el).
6338         (vc-sccs-add-triple, vc-sccs-record-rename)
6339         (vc-sccs-lookup-triple): Moved from vc.el and renamed.
6340         (vc-sccs-admin): Doc fix.
6342 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
6344         * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
6345         (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
6346         (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
6347         from vc.el.
6349         * vc-sccs.el (vc-admin-sccs): Added from vc.el
6351         * vc-cvs.el: Moved the annotate functionality from vc.el.
6352         (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
6354 2000-09-04  Dave Love  <fx@gnu.org>
6356         * vc.el (vc-backend-release): Call vc-system-release.
6358         * vc-sccs.el (vc-sccs-system-release):
6359         Renamed from vc-sccs-backend-release.
6361         * vc-rcs.el (vc-rcs-system-release):
6362         Renamed from vc-rcs-backend-release.
6364         * vc-cvs.el (vc-cvs-system-release):
6365         Renamed from vc-cvs-backend-release.
6367 2000-09-04  Dave Love  <fx@gnu.org>
6369         * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
6370         backend files.
6371         (vc-backend-release): Dispatch to backend functions.
6372         (vc-backend-release-p): Don't mention CVS, RCS.  [The SCCS case
6373         probably needs attention.]
6375         * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
6376         (vc-sccs-backend-release): New function.
6378         * vc-cvs.el (vc-cvs-release): Moved from vc.el.
6379         (vc-cvs-backend-release): New function.
6381         * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
6382         Doc fix.
6383         (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
6384         (vc-default-dired-state-info): New function.
6385         (vc-dired-state-info): Dispatch to backends.
6386         (vc-dired-hook): Doc fix.  Simplify, pending removal of CVS specifics.
6388         * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
6389         from vc.el and renamed.
6391 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6393         * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
6394         (vc-version-other-window, vc-backend-assign-name): Removed
6395         references to vc-latest-version; sometimes changed into
6396         vc-workfile-version.
6398         * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
6399         vc-rcs-master-workfile-version.
6400         (vc-rcs-workfile-version): Use the above.  Don't call
6401         vc-latest-version (that was unreachable code, anyway).
6402         (vc-rcs-fetch-master-properties): Doc fix.
6404         * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
6405         (vc-backend-hook-functions): Removed them from this list, too.
6406         (vc-fetch-properties): Removed.
6407         (vc-workfile-version): Doc fix.
6409         * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
6410         (vc-rcs-workfile-version, vc-rcs-locking-user)
6411         (vc-rcs-uses-locking): Use it.
6413         * vc-hooks.el (vc-consult-rcs-headers):
6414         Moved into vc-rcs-hooks.el, under the name
6415         vc-rcs-consult-headers.
6417         * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
6418         headers.
6419         (vc-cvs-find-master): Use this name only; correct different
6420         versions of the name.
6422         * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
6423         New functions.
6424         (vc-sccs-locking-user): Use the latter.
6426         * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
6427         New functions.
6429         * vc-hooks.el (vc-master-locks, vc-master-locking-user):
6430         Moved into both
6431         vc-rcs-hooks.el and vc-sccs-hooks.el.  These properties and access
6432         functions are implementation details of those two backends.
6434 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6436         * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
6437         (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
6439         * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
6440         (vc-sccs-parse-locks): SCCS-specific code moved here from
6441         vc-hooks.
6443         * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
6444         code moved here from vc-hooks.
6446         * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
6447         into back-end specific parts and removed.  Callers not updated
6448         yet; because I guess these callers will disappear into back-end
6449         specific files anyway.
6451 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6453         * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
6454         (vc-backend-checkout): Changed calls to `vc-checkout-model' to
6455         `vc-uses-locking'.
6457         * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
6458         Store yes/no in the property, and return t/nil.  Updated all
6459         callers.
6461         * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
6462         vc-sccs-uses-locking.  Don't set property.
6463         (vc-sccs-locking-user): Don't set property.
6465         * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
6466         vc-cvs-uses-locking.  Don't set property here; leave that to
6467         vc-hooks.
6468         (vc-cvs-locking-user): Reflect above change.  Streamlined.
6470         * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
6471         vc-rcs-uses-locking.
6472         (vc-rcs-locking-user): Reflect above change.
6474 2000-09-04  Dave Love  <fx@gnu.org>
6476         * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
6478         * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
6480         * vc-hooks.el (vc-checkout-model): Punt to backends.
6482         * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
6484         * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
6486         * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
6487         New functions.
6489         * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
6490         New functions.
6492         * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
6493         (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
6495         * vc-hooks.el (vc-default-locking-user): New function.
6496         (vc-locking-user, vc-workfile-version): Punt to backends.
6498 2000-09-04  Dave Love  <fx@gnu.org>
6500         * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
6501         (vc-master-workfile-version): Moved from vc-hooks.
6503         * vc-rcs-hooks.el: Fix duplicate code in last change.
6505         * vc-rcs-hooks.el: Require vc-hooks when compiling.
6506         (vc-rcs-master-templates): Improve :type.
6507         (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
6508         vc-master-workfile-version): Moved from vc-hooks.
6510         * vc-sccs-hooks.el: Require vc-hooks when compiling.
6511         (vc-sccs-master-templates): Improve :type.
6512         (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
6514         * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
6516         * vc-cvs-hooks.el: Require vc-hooks when compiling.
6517         (vc-cvs-master-templates): Improve :type.  Use
6518         vc-cvs-find-cvs-master.
6519         (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
6520         from vc-hooks.
6521         (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
6523         * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
6524         Moved to vc-cvs-hooks.
6526         * vc-hooks.el: Add doc strings in various places.  Simplify the
6527         minor mode setup.
6528         (vc-handled-backends): New user variable.
6529         (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
6530         simplification.
6532 2000-09-04  Dave Love  <fx@gnu.org>
6534         * vc.el: Some doc fixes for autoloaded and interactive functions.
6535         Fix compilation warnings from ediff stuff.
6536         (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
6538         * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
6540         * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
6542         * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
6544 2000-09-04  Dave Love  <fx@gnu.org>
6546         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
6547         New variable.
6548         (vc-make-backend-function, vc-loadup, vc-call-backend)
6549         (vc-backend-defines): New functions.
6551         * vc-hooks.el: Various doc fixes.
6552         (vc-default-back-end, vc-follow-symlinks): Custom fix.
6553         (vc-match-substring): Function removed.  Callers changed to use
6554         match-string.
6555         (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
6556         Simplify.
6558 2000-09-04  Dave Love  <fx@gnu.org>
6560         * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
6561         type.
6562         (vc-sccs-project-dir, vc-search-sccs-project-dir)
6563         (vc-sccs-registered): Doc fix.
6565         * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
6566         (vc-cvs-registered): Doc fix.
6568         * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
6569         (vc-rcs-registered): Doc fix.
6571 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6573         * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
6575         * vc-hooks.el: vc-registered has been renamed
6576         vc-default-registered.  Some functions have been moved to the
6577         backend specific files.  they all support the
6578         vc-BACKEND-registered functions.
6580 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6582         * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
6584         * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
6586 2000-09-04  Dave Love  <fx@gnu.org>
6588         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
6589         menu-bar-update-hook.
6591         * help.el (help-manyarg-func-alist): Add
6592         find-operation-coding-system.
6594         * wid-edit.el (widget-sexp-validate): Fix garbled code.
6596         * custom.el (custom-set-variables): Print message about errors in
6597         setting.
6599 2000-09-03  Andrew Innes  <andrewi@gnu.org>
6601         * makefile.w32-in: Change to DOS line endings.
6603 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
6605         * mouse.el (mouse-popup-menubar): Supply the prompt string for
6606         minor-mode keymaps, if they don't have one.
6608 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
6610         * eshell/esh-module.el (eval-when-compile): Don't lose if
6611         esh-module.el's file name is truncated to DOS 8+3 limits.
6613 2000-09-01  John Wiegley  <johnw@gnu.org>
6615         * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
6616         predicate, which caused entries in the completion list to be
6617         doubled.
6619 2000-08-30  John Wiegley  <johnw@gnu.org>
6621         * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
6622         sending to subprocesses.  Also, hook pre-command-hook if
6623         `eshell-send-direct-to-subprocesses' is non-nil.
6624         (eshell-send-direct-to-subprocesses): New config variable.  If t,
6625         subprocess input is send immediately.
6626         (eshell-toggle-direct-send): New function.
6627         (eshell-self-insert-command): New function.
6628         (eshell-intercept-commands): New function.
6629         (eshell-send-input): If direct subprocess sending is enabled,
6630         don't echo any input to the Eshell buffer.  Let the subprocess
6631         handle that.  This requires "stty echo" in bash, for example.
6633 2000-08-28  John Wiegley  <johnw@gnu.org>
6635         * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
6636         completion function for Eshell's implementation of `unset'.
6638 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
6640         * info.el (Info-directory-list): Doc fix.
6642 2000-08-31  Peter Breton  <pbreton@ne.mediaone.net>
6644         * filecache.el (file-cache-add-directory-using-find): Don't quote
6645         wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
6647 2000-08-31  Kenichi Handa  <handa@etl.go.jp>
6649         * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
6650         coding systems.
6652 2000-08-30  Andrew Innes  <andrewi@gnu.org>
6654         * timer.el (run-with-idle-timer): Undo last change, so that timer
6655         is not activated immediately if Emacs is already idle.  Some
6656         existing code relies on this behaviour.
6658 2000-08-30  Miles Bader  <miles@gnu.org>
6660         * frame.el (set-frame-font): Do completion of font-name for
6661         interactive use.
6663 2000-08-30  Kenichi Handa  <handa@etl.go.jp>
6665         * international/quail.el (quail-start-translation): Bind locally
6666         last-command-event, last-command, and this-command.
6667         (quail-start-conversion): Likewise.
6668         (quail-self-insert-command): Fix docstring.
6670 2000-08-29  Gerd Moellmann  <gerd@gnu.org>
6672         * progmodes/executable.el
6673         (executable-make-buffer-file-executable-if-script-p): Check that
6674         buffer contains at least 2 characters.
6676 2000-08-29  Eli Zaretskii  <eliz@is.elta.co.il>
6678         * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
6680 2000-08-29  Dave Love  <fx@gnu.org>
6682         * diff-mode.el (diff-mode) <defgroup>: Add :version.
6683         (diff-mode-shared-map): Bind mouse-2.
6684         (diff-imenu-generic-expression): New variable.
6685         (diff-mode): Use it.
6687         * mouse.el (mouse-major-mode-menu): Use local-key-binding.
6688         (mouse-popup-menubar): Add minor mode menus.
6689         (popup-menu): Check for lookup-key returning number.
6691 2000-08-29  Miles Bader  <miles@gnu.org>
6693         * comint.el (comint-send-input): Create overlays using the proper
6694         front/read-advance arguments.
6696 2000-08-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6698         * ps-print.el: Even/odd pages printing.  Doc fix.
6699         (ps-print-version): New version number (6.0).
6700         (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
6701         (ps-background, ps-begin-file, ps-begin-job): Code fix.
6702         (ps-print-duplex-feature): Variable eliminated.
6703         (ps-even-or-odd-pages): New variable.
6705         * progmodes/ebnf2ps.el: Doc fix.
6706         (ebnf-version): New version (3.3).
6707         (ebnf-user-arrow): Change variable customization to sexp.
6708         (ebnf-user-arrow): Function eliminated.
6709         (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
6711 2000-08-29  Kenichi Handa  <handa@etl.go.jp>
6713         * help.el (help-xref-mule-regexp): New variable.
6714         (help-make-xrefs): Handle help-xref-mule-regexp.
6716         * international/mule-cmds.el (help-xref-mule-regexp-template): New
6717         variable.
6718         (describe-input-method): Temporarily activate the specfied input
6719         method to display the information.
6720         (describe-language-environment): Hyperlinks to mule related items.
6722         * international/mule-diag.el (charset-multibyte-form-string): New
6723         function.
6724         (list-character-sets-1): Use charset-multibyte-form-string.
6725         (describe-character-set): New function.
6726         (describe-coding-system): Hyperlinks to safe character sets.
6728         * international/quail.el (quail-help): New arg PACKAGE.
6729         Hyperlinks to mule related items.
6730         (quail-help-insert-keymap-description): Use
6731         substitute-command-keys instead of describe-bindings.
6732         (quail-translation-help): Hyperlinks to mule related items.
6734 2000-08-28  John Wiegley  <johnw@gnu.org>
6736         * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
6737         have a defsubst call itself.  Made `eshell-flatten-list' back into
6738         a function again.
6740         * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
6741         catch, in case re-centering point at bottom messes up the display.
6742         This happens frequently in Emacs 21, due I believe to variable
6743         line heights.
6745         * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
6746         to call `find-tag-interactive'.
6748         * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
6749         the list of remember directories.
6751 2000-08-28  John Wiegley  <johnw@gnu.org>
6753         * align.el: Test align-region-separate to see if it's a symbol.
6755 2000-08-28  John Wiegley  <johnw@gnu.org>
6757         * eshell/esh-util.el (eshell-flatten-list): Made this function
6758         into a defsubst form.  It gets used very frequently, although
6759         calls don't occur all that often.
6761         * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
6762         examining it.
6764         * eshell/esh-cmd.el (eshell-rewrite-while-command):
6765         (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
6766         `eshell-protect'.
6767         (eshell-copy-handles): Created a new macro for duplicating the
6768         current set of open handles.  This is needed by the looping
6769         functions.
6770         (eshell-do-eval): Fixed while and if, so that the eshell-test-body
6771         is not incorrectly stomped on.
6773         * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
6774         declaration for pcomplete-use-paring.
6775         (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
6776         value of eshell-cmpl-use-paring.
6777         * pcomplete.el (pcomplete-use-paring): New config variable, to
6778         indicate whether paring should be used.
6779         (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
6780         completion alternatives that have already been used.
6782         * eshell/esh-mode.el (eshell-repeat-argument): Added function,
6783         bound to C-c C-y, which will repeat the previous N arguments
6784         (based on prefix argument).
6785         (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
6787         * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
6788         if there is no *Help* buffer.  This is for XEmacs, which renames
6789         its help buffers uniquely.  TODO: Find out what the current buffer
6790         name to delete is.
6792         * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
6793         first entry that correlates to a passwd/group number.  Later
6794         entries (used for group/user name aliasing to multiple IDs) are
6795         ignored.
6797         * eshell/em-xtra.el (eshell/expr):
6798         * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
6799         (eshell-grep, eshell/diff, eshell/locate):
6800         * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
6801         argument list, before passing it to the system command.
6803         * eshell/esh-mode.el (eshell-find-tag): Added a special version of
6804         `find-tag' for use at final position in Eshell buffers (which
6805         otherwise triggers an error on Emacs 21).
6806         (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
6807         buffer, if it is currently bound to `find-tag'.
6809         * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
6810         in the list of matched Makefile names.
6811         (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
6812         directory, prefer its contents to Makefile.
6814         * eshell/em-dirs.el (eshell/cd): cd commands that look up
6815         directory parts (like "cd old new", or "cd =regexp"), are now case
6816         sensitive on non-Windows/DOS platforms.
6818         * eshell/esh-mode.el (eshell-parse-command-input): When a user
6819         types RET after an open delimiter (like "), display a message
6820         indicating that Eshell is waiting for the closing delimiter.
6822         * eshell/esh-var.el (eshell/unset): Added a command for unsetting
6823         environment variables.
6825         * eshell/em-unix.el (eshell/diff): Added logic to fail more
6826         gracefully if the user enters incorrect arguments.
6828         * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
6829         Eshell buffers.
6831         * eshell/esh-var.el (eshell-interpolate-variable):
6832         * eshell/esh-mode.el (eshell-move-argument):
6833         * eshell/em-unix.el (eshell-du-sum-directory):
6834         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
6835         * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
6836         (not (= ...)).
6838         * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
6839         to ensure the `preserve' flag gets propagated when doing recursive
6840         directory copies.
6842 2000-08-28  Stefan Monnier  <monnier@cs.yale.edu>
6844         * eshell/em-hist.el (eshell-put-history, eshell-get-history):
6845         Don't convert \n into \0177 in memory.
6846         (eshell-read-history, eshell-write-history): Convert \n to \0177,
6847         and back again, when reading and writing.
6849 2000-08-28  Eli Zaretskii  <eliz@is.elta.co.il>
6851         * eshell/esh-util.el (eshell-processp): Added to relieve constant
6852         testing of `fboundp' on `processp'.
6854         * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
6855         (eshell/jobs): Don't call process-list if it is not bound.
6856         (eshell-gather-process-output): Support systems where async
6857         subprocesses aren't supported.
6858         (eshell-scratch-buffer, eshell-last-sync-output-start): New
6859         variables.
6861         * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
6862         eshell-do-eval returns t.
6863         (eshell-do-pipelines-synchronously): New defmacro.
6864         (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
6865         when async subprocesses aren't supported.
6866         (eshell-do-eval): Use eshell-processp.  Don't throw eshell-defer
6867         if async subprocesses aren't supported.
6868         (eshell-resume-command): Don't assume STATUS is a string.
6870         * eshell/em-unix.el (eshell/rm): Use eshell-processp.
6872         * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
6873         (eshell-close-target, eshell-get-target): Use eshell-processp.
6874         (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
6875         fix.
6876         (eshell-get-target, eshell-create-handles): Doc fix.
6878 2000-08-28  Miles Bader  <miles@lsi.nec.co.jp>
6880         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
6881         criterion to include commands that output something, as long as it
6882         leaves both the command and the end-of-buffer visible when the
6883         command has exited.
6884         (eshell-review-quick-commands): Adjust the help doc string
6885         accordingly.
6887 2000-08-28  Peter Breton  <pbreton@ne.mediaone.net>
6889         * locate.el (locate): Cleaned up locate command's interactive prompting
6890         Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
6892         * filecache.el (file-cache-case-fold-search): New variable
6893         (file-cache-assoc-function): New variable
6894         (file-cache-minibuffer-complete): Use file-cache-assoc-function.
6895         Use file-cache-case-fold-search variable
6896         (file-cache-add-file): Use file-cache-assoc-function
6897         (file-cache-delete-file): likewise
6898         (file-cache-directory-name): likewise
6899         (file-cache-debug-read-from-minibuffer): likewise
6901 2000-08-28  Gerd Moellmann  <gerd@gnu.org>
6903         * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
6904         (abbrev-table-name): New function.
6905         (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
6906         If non-nil list local abbrev, only.
6908 2000-08-28  Stanislav Shalunov  <shalunov@internet2.edu>
6910         * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
6911         from Gnus support code, and use special article copy buffer
6912         `(gnus-original-article-buffer)' instead.  This allows to get rid
6913         of article-hide-headers usage (which breaks in the latest Gnus
6914         version).  Thanks to Detlev Zundel.
6916 2000-08-28  Kenichi Handa  <handa@etl.go.jp>
6918         * international/quail.el (quail-use-package): Hide "... loaded"
6919         message.
6920         (quail-start-translation, quail-start-conversion): Likewise.
6922         * international/kkc.el (kkc-region): Hide "... loaded" message.
6924 2000-08-27  Dave Love  <fx@gnu.org>
6926         * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
6928 2000-08-27  Miles Bader  <miles@gnu.org>
6930         * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
6932 2000-08-27  Kenichi Handa  <handa@etl.go.jp>
6934         * international/ja-dic-cnv.el (skkdic-convert): Insert (require
6935         'ja-dic-cnv), not (require 'skkdic-cnv).
6937 2000-08-26  Miles Bader  <miles@gnu.org>
6939         * faces.el (face-x-resources): Add entry for :inherit.
6940         * cus-face.el (custom-face-attributes): Add support for :inherit
6941         attribute.  Add support for relative face heights.
6942         (custom-face-attributes-get): Treat `nil' as being a default value
6943         for :inherit (as well as `unspecified').
6945         * faces.el (set-face-attribute): Update doc string.
6946         (face-attribute-name-alist): Add :inherit.
6947         (face-valid-attribute-values): Handle :inherit.
6948         (face-read-string): Rephrase prompt to be less confusing.
6949         Assume that DEFAULT is a string, since we must return a string.
6950         (face-read-integer): Use `format' to turn DEFAULT into an
6951         acceptable default for face-read-string.  Match NEW-VALUE against
6952         the string "unspecified", not the symbol `unspecified', since
6953         that's what face-read-string returns.
6954         (read-face-attribute): Lookup a name for old-value in valid, and
6955         use it as a default if we find one.  Treat all values from
6956         face-read-string as strings.  If the default is used, don't do any
6957         more processing on the value, just use the old value directly.
6958         (read-face-and-attribute, modify-face): Tweak prompt.
6959         (read-face-name): Don't assume prompt ends with a space.
6961         * faces.el (describe-face): Add support for :inherit attribute.
6963 2000-08-25  Kenichi Handa  <handa@etl.go.jp>
6965         * terminal.el (terminal-emulator): Fix args to `concat'.  Now
6966         concat doesn't accept interger.
6968         * international/kkc.el: Remove SKK from Keywords.  Require
6969         ja-dic-utl instead of skkdic-utl.
6971         * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
6972         Provide ja-dic-cnv instead of skkdic-cnv.
6973         (ja-dic-filename): Renamed from skkdic-filename.  Referers changed
6974         (iso-2022-7bit-short): Add safe-charsets property.
6975         (skkdic-convert-postfix): Search Japanese chou-on character in
6976         addition to Hiragana character.
6977         (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
6978         (skkdic-convert): Change file names from skkdic.el to ja-dic.el
6979         (batch-skkdic-convert): Likewise.
6981         * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
6982         Provide ja-dic-utl instead of skkdic-utl.
6983         (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
6985 2000-08-24  Dave Love  <fx@gnu.org>
6987         * disp-table.el (standard-display-default): Make the test of `l'
6988         useful.
6990         * language/european.el ("Latin-8", "Latin-9"): Add input methods,
6991         mod sample text.
6993         * international/iso-ascii.el: Make pilcrow convenient string
6994         consistent with section.
6995         (iso-ascii-display): Set up multibyte characters as well as
6996         unibyte.
6998 2000-08-24  Kenichi Handa  <handa@etl.go.jp>
7000         * international/mule-cmds.el (reset-language-environment): Set
7001         default-process-coding-system to '(undecided . iso-latin-1), which
7002         makes process I/O almost consistent with file I/O.   Call this
7003         function when mule-cmds.el[c] is loaded.
7005 2000-08-22  Andrew Innes  <andrewi@gnu.org>
7007         * makefile.w32-in: New file.
7009 2000-08-22  Miles Bader  <miles@lsi.nec.co.jp>
7011         * comint.el (comint-output-filter): Compare end of
7012         comint-last-output-overlay with the start of the newly inserted
7013         text, not the end, when deciding whether to extend it.
7014         Set saved-point's insertion type to advance after insertion.
7016         * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
7017         since this is now done independently of font-lock mode.
7019 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
7021         * server.el (server-kill-new-buffers): New user option.
7022         (server-existing-buffer): New buffer-local variable.
7023         (server-visit-files): When using an existing buffer, set
7024         server-existing-buffer to t.
7025         (server-buffer-done): If server-kill-new-buffers is t, kill the
7026         buffer, unless it was already present before visiting it with
7027         Emacs server.
7029 2000-08-21  Eli Zaretskii  <eliz@is.elta.co.il>
7031         * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
7032         even if the display doesn't support colors: some displays will
7033         support bold/underline faces.
7035 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
7037         * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
7039         * startup.el (command-line): If user's init file had an error,
7040         add explanatory text to *Messages*.
7042 2000-08-21  Kenichi Handa  <handa@etl.go.jp>
7044         * man.el (Man-getpage-in-background): Decode the process output by
7045         the system locale coding system.
7047 2000-08-20  Dave Love  <fx@gnu.org>
7049         * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
7050         Don't test x-popup-menu.
7051         (function) <complete-function>: Complete only fbound symbols.
7052         <validate, value>: New.
7053         (variable) <complete-function>: Complete only bound symbols.
7054         (coding-system): Add :base-only, :complete-function, :validate,
7055         :value, :prompt-match.
7056         (widget-coding-system-prompt-value): Use read-coding-system and
7057         act on :base-only.
7058         (editable-field): Add :help-echo.
7059         (widget-push-button-gui, widget-push-button-cache)
7060         (widget-gui-action, widget-editable-list-gui): COmment out, along
7061         with uses.
7062         (widget-at): Make arg optional.
7063         (widget-echo-help): Adjust for current help-echo calling sequence.
7064         (widget-specify-field, widget-specify-button)
7065         (widget-specify-insert, widget-get-sibling, widget-image-find)
7066         (widget-convert, widget-insert, widget-leave-text)
7067         (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
7068         (widget-setup, widget-field-find, widget-before-change)
7069         (widget-after-change, widget-default-complete)
7070         (widget-default-create, widget-default-delete)
7071         (widget-push-button-value-create, editable-field)
7072         (widget-field-prompt-value, widget-field-validate)
7073         (widget-choice-value-create, widget-choice-action)
7074         (widget-choice-validate, widget-checklist-add-item)
7075         (widget-radio-add-item, widget-radio-chosen)
7076         (widget-radio-value-inline, widget-editable-list-value-create)
7077         (widget-editable-list-entry-create)
7078         (widget-documentation-link-add)
7079         (widget-documentation-string-value-create)
7080         (widget-regexp-validate, widget-file-complete)
7081         (widget-sexp-validate, widget-plist-convert-widget)
7082         (widget-plist-convert-widget, widget-alist-convert-widget)
7083         (widget-alist-convert-widget, widget-color-complete): Simplify,
7084         particularly to avoid bindings which aren't optimized out.
7086         * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
7087         Doc fix.
7088         (down-list, backward-up-list, up-list, kill-sexp)
7089         (backward-kill-sexp, mark-sexp): Make arg optional.
7090         (lisp-complete-symbol): Add optional arg PREDICATE.
7092         * cus-start.el: Add display-buffer-reuse-frames,
7093         file-coding-system-alist.
7095 2000-08-20  Gerd Moellmann  <gerd@gnu.org>
7097         * startup.el (command-line): Clear realized faces after
7098         modifying TTY color mappings.
7100 2000-08-20  Miles Bader  <miles@gnu.org>
7102         * faces.el (face-attr-match-p): Don't return true if ATTRS are
7103         merely a subset of FACE's attributes.
7105 2000-08-19  Miles Bader  <miles@gnu.org>
7107         * comint.el (comint-output-filter): Save the point with a marker,
7108         not just a buffer position.
7110         * international/mule.el (set-buffer-process-coding-system): Make
7111         interactive prompt less confusing.
7113 2000-08-19  Gerd Moellmann  <gerd@gnu.org>
7115         * hilit-chg.el: General cleanup of doc strings, comments and
7116         code formatting.
7118 2000-08-19  Miles Bader  <miles@gnu.org>
7120         * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
7121         Compiler macro removed; beginning-of-line is no longer always
7122         equivalent to forward-line, in the presence of fields.
7124         * comint.el (comint-output-filter): Remove ad-hoc saving of
7125         restriction, and just use save-restriction, now that it works
7126         correctly.  Don't adjust comint-last-input-start to account for
7127         our insertion; it shouldn't have moved because we don't use
7128         insert-before-markers anymore.  Comment out call to
7129         `force-mode-line-update'; why is it here?
7131         * gud.el (gud-basic-call): Temporarily widen gud comint buffer
7132         while checking for prompt to delete.  Use `forward-line 0'
7133         instead of beginning-of-line.
7134         (gud-filter): Temporarily widen gud comint buffer while
7135         examining output.
7137 2000-08-18  Stefan Monnier  <monnier@cs.yale.edu>
7139         * progmodes/sh-script.el: Big bag of typos.
7141         * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
7142         check since ispell-process is not bound when ispell is not yet loaded.
7144 2000-08-18  Dave Love  <fx@gnu.org>
7146         * image.el (find-image): Copy `spec' before using plist-put.
7148 2000-08-18  Gerd Moellmann  <gerd@gnu.org>
7150         * textmodes/ispell.el (ispell-dictionary-alist-6): Add
7151         `portugues'.
7153         * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
7154         backward-kill-sexp, analogous to kill-sexp.
7156         * progmodes/icon.el (icon-indent-line)
7157         (icon-is-continuation-line): Handle comments specially.
7159 2000-08-17  Ken Stevens <k.stevens@ieee.org>
7161         * ispell.el: Set to standard author/maintainer/keyword fields.
7162         Fine tuning to menu map appearance and operation, and added help.
7163         Remove `start' and `end' error messages when compiling.
7164         (ispell-choices-win-default-height): Fixed comment string.
7165         (ispell-dictionary-alist-1): Fixed regexp in castellano and
7166         castellano8 dictionaries.
7167         (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
7168         (ispell-dictionary-alist-4): Fixed regexp in francais-tex
7169         dictionary, added italiano dictionary.
7170         (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
7171         word character
7172         (ispell-tex-skip-alists): Added psfig support.
7173         (ispell-skip-html): Renamed from ispell-skip-sgml.
7174         (ispell-begin-skip-region-regexp, ispell-skip-region)
7175         (ispell-minor-check): Improved html skipping support to skip across
7176         code, and recognize `&' commands without propper `;' syntax;
7177         (ispell-process-line): Fix alignment error when manually
7178         correcting spelling.
7179         (ispell): Fix comment string.
7180         (ispell-add-per-file-word-list): Always put word list on new line.
7182 2000-08-17  Gerd Moellmann  <gerd@gnu.org>
7184         * format.el (format-encode-run-method): Fix error message to say
7185         `encode' instead of `decode'.  Use save-window-excursion around
7186         shell-command-on-region as in format-decode-run-method because
7187         shell-command-on-region can display a buffer with error output.
7188         (format-decode): Don't record undo information for the decoding.
7189         (format-annotate-function): Add parameter FORMAT-COUNT.  Make
7190         that number part of the temporary buffer name so that more than
7191         one decoding using a temporary buffer can happen safely.
7193         * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
7194         of `A-z' in the regexp.
7196         * hilit-chg.el: Fix typos in commentary.
7198         * help.el (view-emacs-news): Rewritten for new naming scheme
7199         for old NEWS files.
7201         * startup.el (command-line): Pop to *Messages* in case an error
7202         is signaled while loading user-init-file.
7204 2000-08-17  Andreas Schwab  <schwab@suse.de>
7206         * files.el (insert-directory): Don't lose original file name,
7207         undoing an undocumented change.
7209 2000-08-17  Alex Schroeder  <alex@gnu.org>
7211         * sql.el (sql-magic-go): Use comint-bol.
7212         (sql-copy-column): Use comint-line-beginning-position.
7213         (comint-line-beginning-position): Define a replacement for
7214         comint-line-beginning-position if it is not fboundp.
7216 2000-08-17  Alex Schroeder  <alex@gnu.org>
7218         * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
7219         it didn't have any effect anyway.
7221 2000-08-17  Alex Schroeder  <alex@gnu.org>
7223         * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
7224         --pset and pager=off instead of sending \\o|cat at the beginning
7225         of the session.
7227 2000-08-17  Miles Bader  <miles@gnu.org>
7229         * progmodes/octave-inf.el: Add compatibility definition of
7230         comint-line-beginning-position.
7232 2000-08-17  Kenichi Handa  <handa@etl.go.jp>
7234         * startup.el (normal-top-level): Look in each dir in load-path for
7235         a leim-list.el file too.  This assures of loading leim-list.el
7236         that is created at Emacs installation time even if a user have his
7237         own leim-list.el.
7239 2000-08-17  Miles Bader  <miles@gnu.org>
7241         * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
7242         foreground color to black if the background is dark.
7244 2000-08-16  Stefan Monnier  <monnier@cs.yale.edu>
7246         * loadhist.el (unload-feature): Typo.
7248         * finder.el (finder-compile-keywords):
7249         * cus-dep.el (custom-make-dependencies): Add local-variable settings
7250         to the generated file.
7252         * mail/mh-e.el (mh-make-local-vars):
7253         Replace make-variable-buffer-local with make-local-variable.
7255         * play/landmark.el:
7256         * options.el (Edit-options-{set,toggle,t,nil}):
7257         * mail/mailabbrev.el (mail-abbrevs-mode):
7258         * textmodes/tex-mode.el (tex-expand-files):
7259         * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
7261         * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
7263         * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
7264         (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
7265         Allow going past the last element.
7266         * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
7267         (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
7268         (cvs-mouse-toggle-mark): Don't move point.
7269         (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
7271         * progmodes/compile.el (grep): Provide a default set of files.
7272         (next-error): Docstring fix.
7273         (compilation-find-file): Avoid find-file (fails in a dedicated window).
7275         * emacs-lisp/easy-mmode.el (define-minor-mode):
7276         Use `symbol-value' to keep the byte-compiler quiet.
7278         * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
7279         (diff-find-source-location): New fun, extracted from diff-goto-source.
7280         (diff-goto-source): Use it.
7281         (diff-next-complex-hunk, diff-filter-lines): New function.
7282         (diff-apply-hunk): New command.
7284         * smerge-mode.el (smerge-mode-menu): Doc fix.
7286         * msb.el (msb-mode): Define it in terms of define-minor-mode.
7288 2000-08-16  Dave Love  <fx@gnu.org>
7290         * windmove.el (windmove) <defgroup>: Add :version.
7292         * net/goto-addr.el: Don't require browse-url.  Require thingatpt.
7293         (goto-address-fontify-p, goto-address-highlight-p)
7294         (goto-address-url-face, goto-address-url-mouse-face)
7295         (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
7296         (goto-address-url-regexp): Use thing-at-point-url-regexp.
7297         (goto-address-fontify, goto-address-at-mouse): Simplify,
7298         (goto-address-at-point): browse-url-url-at-point,
7299         goto-address-find-address-at-point can return nil.
7300         (goto-address-find-address-at-point): Return nil on failure.
7302         * align.el (align) <defgroup>: Add :version.
7304         * calculator.el (calculator): Add :version.
7305         (calculator): Use two lines for calculator window if `modeline'
7306         face is boxed.
7308         * play/5x5.el: Doc fixes.
7309         (5x5) <defgroup>: Add :version.
7311         * play/fortune.el (fortune) <defgroup>: Add :version.
7312         (fortune-append): Fix error message.
7313         (fortune-from-region): Doc fix.
7315         * play/pong.el (pong): Doc fix.
7317         * play/morse.el: Keywords, commentary, autoloads.
7319 2000-08-16  Eli Zaretskii  <eliz@is.elta.co.il>
7321         * desktop.el (desktop-save): Don't look at symbol-value of a
7322         member of minor-mode-alist, unless it is boundp.
7324 2000-08-16  Sam Steingold  <sds@gnu.org>
7326         * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
7327         `while'; use `with-current-buffer' instead of `save-excursion'.
7328         Removed unnecessary kludges now that "*Buffer List*" is excluded.
7330 2000-08-16  Kenichi Handa  <handa@etl.go.jp>
7332         * international/ccl.el (declare-ccl-program): Docstring modified.
7333         (ccl-execute-with-args): Likewise.
7335 2000-08-16  Miles Bader  <miles@gnu.org>
7337         * progmodes/sql.el: Add compatibility definition of
7338         comint-line-beginning-position.
7340 2000-08-15  Gerd Moellmann  <gerd@gnu.org>
7342         * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
7343         'buffer-menu' property.
7344         (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
7345         fails.
7346         (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
7347         buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
7348         wasn't killed.
7350         * buff-menu.el (list-buffers-noselect): Don't display the
7351         *Buffer List* buffer.
7353         * font-lock.el: Require jit-lock to prevent a very late
7354         `Loading jit-lock' message.
7356         * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
7357         * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
7358         mail address.
7360 2000-08-15  Miles Bader  <miles@gnu.org>
7362         * textmodes/ispell.el (ispell-graphic-p): New constant.
7363         (ispell-choices-win-default-height, ispell-help): Use
7364         `ispell-graphic-p' instead of `xemacsp'.
7366 2000-08-15  Dave Love  <fx@gnu.org>
7368         * simple.el: Autoload widget-convert when compiling.
7369         (mail-user-agent): Doc fix.
7371         * help.el (function-called-at-point, variable-at-point): Use
7372         with-syntax-table.
7373         (help-manyarg-func-alist): Add insert-and-inherit.
7375         * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
7377         * delsel.el (delsel-unload-hook): New function.
7379         * find-file.el: Doc fixes.  Move provide to end.
7380         (ff) <defgroup>: Add :link.
7381         (ff-goto-click): Deleted.
7382         (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
7383         Use mouse-set-point.
7385         * textmodes/tildify.el: Doc fixes.
7386         (tildify) <defgroup>: Add:version.
7388         * progmodes/glasses.el (glasses) <defgroup>: Add :version.
7389         (glasses-custom-set): Use set-default, not set.
7390         (minor-mode-alist): Propertize the lighter.
7391         (glasses-mode): Provide optional arg.
7393         * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
7394         (global-cwarn-mode): Don't make it a user option.  Unquote lambda.
7395         (cwarn-font-lock-feature-keywords-alist): Don't make it a user
7396         option.  Provide :type.
7397         (cwarn-configuration): Provide :type.
7398         (cwarn-mode): Doc fix.
7400         * add-log.el (change-log-merge): Doc fix.
7401         (change-log-redate): New command.
7403         * net/browse-url.el (browse-url-filename-alist): Add a clause for
7404         Doze and Dog.
7405         (browse-url): Use dolist, not mapcar.
7406         (browse-url-at-point): Check for null url.
7407         (browse-url-event-buffer, browse-url-event-point): Functions
7408         deleted.
7409         (browse-url-at-mouse, browse-url-netscape): Simplify.
7411         * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
7412         modes.
7413         (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
7414         Fix previous change to mapcan.
7415         (msb--init-file-alist, msb--add-separators)
7416         (msb--make-keymap-menu): Simplify.
7417         (msb--choose-file-menu): Use copy-sequence.
7418         (msb-mode-map): Add title to keymap.
7419         (msb-unload-hook): New function.
7421         * bs.el: Fix indentation.
7422         (bs) <defgroup>: Add :links.
7423         (bs-show): Doc fix.
7424         (bs-apply-sort-faces): Don't use window-system.
7425         (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
7427 2000-08-15  Eli Zaretskii  <eliz@is.elta.co.il>
7429         * calendar/timeclock.el (timeclock-file): Run .timelog through
7430         convert-standard-filename.
7432 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
7434         * emacs-lisp/authors.el: New file.
7436         * paren.el (show-paren-priority): New user option.
7437         (show-paren-function): Set overlay priorities to
7438         show-paren-priority.
7440 2000-08-14  Miles Bader  <miles@gnu.org>
7442         * comint.el (comint-bol): Use `forward-line 0' instead of calling
7443         beginning-of-line with inhibit-field-text-motion bound.
7445 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
7447         * calendar/timeclock.el: New file.
7449 2000-08-14  David Ponce  <david@dponce.com>
7451         * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
7452         `widget-button-click'. so that one can use left mouse button to
7453         click on dialog buttons.
7455 2000-08-14  Emmanuel Briot  <briot@gnat.com>
7457         * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
7458         identifiers, since XML is case sensitive
7460 2000-08-12  Miles Bader  <miles@gnu.org>
7462         * comint.el (comint-output-filter): Don't bother frobbing
7463         window-start, it doesn't seem to be necessary.
7465         * comint.el (comint-send-string, comint-send-region): Make into
7466         real functions.  Snapshot the prompt before sending.
7468 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
7470         * info.el (Info-find-emacs-command-nodes): Rewrite to use
7471         technique similar to Info-index, instead of relying on specific
7472         names of relevant Index nodes.
7473         (Info-goto-emacs-command-node): Bind Info-history to nil when
7474         going to the first node found by Info-find-emacs-command-nodes.
7476 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
7478         * menu-bar.el (menu-bar-help-menu): Add a :help string.
7480 2000-08-10  Miles Bader  <miles@gnu.org>
7482         * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
7484 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
7486         * info.el (Info-file-list-for-emacs): More elements for the
7487         autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
7488         and woman manuals.
7490 2000-08-10  Miles Bader  <miles@lsi.nec.co.jp>
7492         * comint.el (comint-send-input): Make the newline boundary overlay
7493         rear-nonsticky.  Use `insert' instead of `insert-before-markers'.
7494         (comint-output-filter): Use `insert' instead of
7495         `insert-before-markers'.  Extend comint-last-output-overlay when
7496         necessary since we can't rely on insert-before-markers to do it.
7497         * gud.el (gud-filter): Use `with-current-buffer' instead of
7498         save-excursion when inserting the output, so that point gets
7499         updated correctly; the old method relied on a rather dodgy
7500         side-effect of comint-output-filter to avoid the effect of
7501         save-excursion.
7503 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
7505         * files.el (recover-file): Call insert-directory instead of
7506         invoking `ls' directly.
7508 2000-08-10  Miles Bader  <miles@gnu.org>
7510         * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
7511         (comint-last-prompt-overlay): New variables.
7512         (comint-output-filter): Implement prompt highlighting.
7513         (comint-snapshot-last-prompt): New function.
7514         (comint-send-input): Snapshot the last prompt.
7515         Use comint-highlight-input-face.
7516         (comint-highlight-input-face): Renamed from `comint-highlight-face'.
7517         Use defface instead of defcustom.
7518         (send-invisible, comint-send-eof): Snapshot the last prompt.
7519         (comint-delchar-or-maybe-eof): Use comint-send-eof.
7520         (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
7522 2000-08-09  Stefan Monnier  <monnier@cs.yale.edu>
7524         * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
7525         (regexp-opt-group): Use a list of chars for `letters'.
7526         (regexp-opt-charset): `chars' is now a list of chars.
7527         Use a char-table rather than a vector so it works for multibyte chars.
7529         * pcvs.el (cvs-menu): Don't move point.  Use popup-menu.
7530         Set cvs-minor-current-files to the selected fileinfo.
7531         (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
7532         (cvs-mode-insert): Manually macroexpand `ignore-errors'.
7534 2000-08-09  Eli Zaretskii  <eliz@is.elta.co.il>
7536         * files.el (insert-directory): Don't call access-file on
7537         directories on DOS and Windows.
7539 2000-08-09  Kenichi Handa  <handa@etl.go.jp>
7541         * international/ccl.el (ccl-embed-data): Make ccl-program-vector
7542         longer if necessary.
7543         (ccl-embed-code): Call ccl-embed-data to store CODE in
7544         ccl-program-vector.
7546 2000-08-09  Miles Bader  <miles@gnu.org>
7548         * comint.el (comint-output-filter): Properly handle the case where
7549         the text surrounded by comint-last-output-overlay was deleted.
7551 2000-08-08  Gerd Moellmann  <gerd@gnu.org>
7553         * info.el (Info-insert-dir): Use Info-additional-directory-list if
7554         non-nil.
7555         (Info-file-list-for-emacs): Remove "info" from the list because
7556         that leads to trying to use the documentation from file `info'
7557         in various situations where it isn't appropriate, for instance
7558         C-h C-k C-h i.
7560         * ffap.el (ffap-read-file-or-url-internal): Handle case that
7561         DIR and/or STRING are nil.
7563         * progmodes/compile.el (compilation-setup): Make variable
7564         compilation-error-screen-columns buffer-local, as some comment
7565         in the code suggests it should be.
7567         * files.el (auto-mode-interpreter-regexp): New variable.
7568         (set-auto-mode): Use it.
7570         * indent.el (indent-for-tab-command): Doc fix.
7572         * mouse-sel.el (mouse-sel-mode): Doc fix.
7574         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
7575         labels.
7577         * help.el (print-help-return-message): When
7578         display-buffer-reuse-frames is set, let the help window been quit,
7579         instead of deleting it, which might delete a reused frame.
7581 2000-08-08  Eli Zaretskii  <eliz@is.elta.co.il>
7583         * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
7584         rename a directory to a name that differs only by its letter case.
7586 2000-08-08  Kenichi Handa  <handa@etl.go.jp>
7588         * international/quail.el (quail-define-rules): Handle Quail decode
7589         map correctly.  Add code for supporting annotations.
7590         (quail-install-decode-map): New function.
7591         (quail-defrule-internal): New optional arguments decode-map and
7592         props.
7593         (quail-advice): New function.
7595 2000-08-07  Sam Steingold  <sds@gnu.org>
7597         * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
7598         `defconst', `define-condition', `with-slots'.
7599         * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
7601 2000-08-03  Miles Bader  <miles@gnu.org>
7603         * comint.el (comint-use-prompt-regexp-instead-of-fields):
7604         New variable.
7605         (comint-prompt-regexp, comint-get-old-input): Document dependence on
7606         comint-use-prompt-regexp-instead-of-fields.
7607         (comint-send-input): Add `input' field property to stuff we send to
7608         the process, if comint-use-prompt-regexp-instead-of-fields is nil.
7609         (comint-output-filter): Add `output' field property to process
7610         output, if comint-use-prompt-regexp-instead-of-fields is nil.
7611         (comint-replace-by-expanded-history)
7612         (comint-get-old-input-default, comint-show-output)
7613         (comint-backward-matching-input, comint-forward-matching-input)
7614         (comint-next-prompt, comint-previous-prompt):  Use field
7615         properties if comint-use-prompt-regexp-instead-of-fields is nil.
7616         (comint-line-beginning-position): New function.
7617         (comint-bol): Use comint-line-beginning-position.  Make ARG optional.
7618         (comint-replace-by-expanded-history-before-point): Use
7619         comint-line-beginning-position and line-end-position.
7620         (comint-last-output-overlay): New variable.
7621         (comint-mode): Make `comint-last-output-overlay' buffer-local.
7623         * shell.el (shell-prompt-pattern): Doc change.
7624         (shell-backward-command): Use line-beginning-position.
7626         * gud.el (gud-gdb-complete-command): Use
7627         comint-line-beginning-position.
7629         * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
7630         comint-bol doesn't actually go to the beginning of the line.
7632         * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
7633         if comint-use-prompt-regexp-instead-of-fields is non-nil.
7634         (try-expand-line-all-buffers): Likewise.
7636         * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
7637         explicitly matching comint-prompt-regexp.
7638         (sql-copy-column): Use comint-line-beginning-position instead of
7639         explicitly matching comint-prompt-regexp.
7641         * progmodes/octave-inf.el (inferior-octave-complete): Use
7642         comint-line-beginning-position.
7644         * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
7646         * progmodes/idlw-shell.el (idlwave-shell-send-command): When
7647         looking for a prompt, use `forward-line 0' instead of
7648         `beginning-of-line', to avoid getting caught by an input field.
7650 2000-08-07  Gerd Moellmann  <gerd@gnu.org>
7652         * files.el (shell-quote-wildcard-pattern): Make sure to return
7653         PATTERN, in the Unix case.
7655 2000-08-07  Eli Zaretskii  <eliz@is.elta.co.il>
7657         * play/zone.el (zone): Discard any pending input before running
7658         the randomly-chosen pgm.
7660 2000-08-07  Kenichi Handa  <handa@etl.go.jp>
7662         * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
7663         checking the existence of any multibyte characters.
7665 2000-08-06  Gerd Moellmann  <gerd@gnu.org>
7667         * help.el (describe-mode): Test minor-mode symbol for being
7668         bound before testing its value for being nil.
7670         * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
7671         `first', `second', and `third'.
7673         * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
7674         (second): Make it an alias for `cadr'.
7676 2000-08-06  Eli Zaretskii  <eliz@is.elta.co.il>
7678         * bs.el (bs-apply-sort-faces): Don't use window-system, since all
7679         types of display support faces now.
7681 2000-08-05  Gerd Moellmann  <gerd@gnu.org>
7683         * pcvs.el (require): Require `cl' during compilation, only.
7685         * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
7686         (toplevel): Remove `remq' and `remove' from autoloads.
7687         (cl-fake-autoloads): New variable.  If set, arrange for an error
7688         when CL functions etc. are autoloaded.
7690 2000-08-04  Eli Zaretskii  <eliz@is.elta.co.il>
7692         * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
7694         * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
7695         popped up, but the user clicks outside the menu, return an empty
7696         regexp (that causes unhighlight-regexp to have no effect).
7698         * menu-bar.el (menu-bar-games-menu): Add Zone.
7700         * hi-lock.el (toplevel): Require font-lock.
7702 2000-08-03  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7704         * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
7705         (ebnf-8-bit-chars): New var for bug fix.
7706         (ebnf-string): Bug fix.
7708 2000-08-03  Sam Steingold  <sds@gnu.org>
7710         * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
7711         instead of `buffer-string'.
7712         (require 'cl): Always, not just when compiling.
7713         `ignore-errors' in `interactive', `list*', `defun*' &c make this
7714         necessary.
7716 2000-08-03  Eli Zaretskii  <eliz@is.elta.co.il>
7718         * international/mule-cmds.el (select-safe-coding-system): Make
7719         the message text about selecting a safe coding system more clear.
7721 2000-08-02  Gerd Moellmann  <gerd@gnu.org>
7723         * hi-lock.el: New file.
7725         * play/zone.el: New file.
7727         * replace.el (occur): Set tab-width in the *Occur* buffer to the
7728         value of tab-width in the original buffer.  Choose a line number
7729         format that's a multiple of the original buffer's tab width, so
7730         that lines appear right.
7732         * textmodes/ispell.el (ispell): New function, replacing an alias.
7733         Spell-check active region if in transient-mark-mode and mark
7734         is active; otherwise spell-check buffer.
7736 2000-08-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7738         * ps-mule.el: Fix a customization problem on
7739         ps-mule-font-info-database-default.
7741 2000-08-02  Eli Zaretskii  <eliz@is.elta.co.il>
7743         * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
7744         display-mouse-p instead of window-system.
7745         (ebrowse-member-mode-map): Ditto.
7747 2000-08-01  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7749         * progmodes/ebnf2ps.el: Update ps-print functions call.
7750         Indentation fix.  Doc fix.
7751         (ebnf-version): New version number (3.2).
7752         (ebnf-format-color, ebnf-begin-job): Code fix.
7754 2000-08-01  Eli Zaretskii  <eliz@is.elta.co.il>
7756         * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
7757         font lock support on window-system.
7758         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
7760         * textmodes/ispell.el (ispell-highlight-spelling-error): Use
7761         display-color-p, if fboundp, instead of window-system.
7763 2000-07-31  Eli Zaretskii  <eliz@is.elta.co.il>
7765         * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
7766         instead of window-system.
7768         * wid-edit.el (widget-choose): Use display-mouse-p instead of
7769         window-system.
7770         (widget-choice-mouse-down-action): Use display-popup-menus-p
7771         instead of window-system.
7773         * strokes.el (strokes-file): Run the file name through
7774         convert-standard-filename.
7775         (strokes-mode): Call display-mouse-p instead of looking at
7776         window-system.  Change the error message accordingly.
7778         * progmodes/cpp.el (toplevel): Support faces on tty's.
7780         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
7781         (lm-plot-square, lm-init-display): Don't use window-system.
7783         * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
7784         (gomoku-plot-square, gomoku-init-display): Don't use window-system.
7786         * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
7787         instead of looking at window-system.
7789 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
7791         * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
7792         of testing if iswitchb-prepost-hooks is bound, because the
7793         latter will always be true when invoking a recursive minibuffer
7794         from an active Iswitchb buffer.
7796 2000-07-30  Eli Zaretskii  <eliz@is.elta.co.il>
7798         * files.el (shell-quote-wildcard-pattern): New function.
7799         (insert-directory): Call it.  Only prepend "\" to command on Unix
7800         and GNU/Linux systems.
7802 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
7804         * eshell/esh-groups.el: Change custom :link file names
7805         from `eshell.info' to `eshell'.
7807 2000-07-30  Francis Wright  <fjw@maths.qmw.ac.uk>
7809         * dired.el (dired-build-subdir-alist): Expand subdirectory names
7810         correctly in recursive ange-ftp listings.
7812 2000-07-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7814         * ps-print.el: Fix bug 1: if ps-font-size-internal,
7815         ps-header-font-size-internal and
7816         ps-header-title-font-size-internal variables are not set,
7817         ps-nb-pages and ps-line-lengths-internal crashes.  Fix bug 2: if
7818         face text property is (foreground-color . COLOR) or
7819         `(background-color . COLOR)', ps-print crashes.  Doc fix.
7820         (ps-print-version): New version number (5.2.4).
7821         (ps-plot-region): Code fix.
7822         (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
7823         (ps-face-attribute-list, ps-face-attributes, ps-face-background):
7824         Bug fix 2.
7826 2000-07-30  Milan Zamazal  <pdm@freesoft.cz>
7828         * glasses.el (glasses-make-readable): Fix uncapitalization of
7829         identifiers like `myXMLDocument'.
7831 2000-07-28  Karl Fogel  <kfogel@red-bean.com>
7833         * mail/mail-hist.el (mail-hist-previous-input)
7834         (mail-hist-next-input): Do the obvious code factorization.
7835         (mail-hist-retrieve-and-insert): New func, contains common
7836         code of above two.
7837         If inserting a message body, leave point at top.
7839 2000-07-28  Sam Steingold  <sds@gnu.org>
7841         * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
7842         Use `<=', not `<' to compare times!
7843         (ange-ftp-ls): Remove.
7845 2000-07-27  Gerd Moellmann  <gerd@gnu.org>
7847         * play/cookie1.el: Add explanation of how to make cookie.el
7848         compatible with strfile(1) to comment.
7850         * subr.el (remove, remq): New functions.
7852         * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
7853         escape `*' in regexps.
7854         (midnight-find): Reverse order of arguments in the funcall of
7855         TEST.
7857         * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
7858         and `.class'.
7860         * play/meese.el: Add Commentary section.
7862 2000-07-27  Alex Schroeder  <alex@gnu.org>
7864         * sql.el (sql-ms): Added autoload cookie.
7865         (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
7866         (sql-oracle): Ditto.
7867         (sql-help): Doc change.
7869         (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
7870         types and exceptions.
7872 2000-07-27  Alex Schroeder  <alex@gnu.org>
7874         * sql.el (sql-placeholder-history): New variable.
7875         (sql-query-placeholders-and-send): New function that will query
7876         the user and replace placeholders with user input.
7877         (sql-oracle): If running on NT, set comint-input-sender to
7878         sql-query-placeholders-and-send.
7880         (sql-stop): If in the SQLi buffer, insert stop notification, else
7881         present it as a message.
7883 2000-07-27  Alex Schroeder  <alex@gnu.org>
7885         * sql.el (sql-input-ring-separator): Doc change.
7886         (sql-input-ring-file-name): Doc change.
7887         (sql-interactive-mode): Use `sql-input-ring-separator' and
7888         `sql-input-ring-file-name' to set the comint-mode equivalents
7889         without making them local variables.
7890         (sql-stop): Don't bind `sql-input-ring-separator' and
7891         `sql-input-ring-file-name' dynamically to their comint-mode
7892         equivalents.
7894 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
7896         * international/mule.el (register-char-codings): New function.
7897         (make-coding-system): Handle `safe-chars' specification in the arg
7898         PROPERTY.
7900         * international/mule-cmds.el
7901         (find-coding-systems-region-subset-p): This function deleted.
7902         (sort-coding-systems-predicate): New variable.
7903         (sort-coding-systems): New function.
7904         (find-coding-systems-region): Use
7905         find-coding-systems-region-internal.
7906         (find-coding-systems-string): Use find-coding-systems-region.
7907         (find-coding-systems-for-charsets): Check
7908         char-coding-system-table.
7909         (select-safe-coding-system-accept-default-p): New variable.
7910         (select-safe-coding-system): Mostly rewritten.  New argument
7911         ACCEPT-DEFAULT-P.
7912         (select-message-coding-system): Call select-safe-coding-system
7913         with ACCEPT-DEFAULT-P arg.
7914         (reset-language-environment): Reset default-sendmail-coding-system
7915         to the default value iso-latin-1.
7916         (set-language-environment): Don't set the obsolete variable
7917         charset-origin-alist.
7919         * international/codepage.el (cp-coding-system-for-codepage-1):
7920         Give `safe-chars' property to make-coding-system.
7922         * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
7923         calling select-message-coding-system twice.
7925         * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
7926         instead of `safe-charsets'.
7927         (cyrillic-alternativnyj): Likewise.
7928         (ccl-encode-alternativnyj): Don't check the charset
7929         cyrillic-iso8859-5.
7931 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
7933         * composite.el (compose-chars-after): Preserve match data.
7935 2000-07-26  Sam Steingold  <sds@gnu.org>
7937         * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
7938         (ange-ftp-real-file-newer-than-file-p): New function.
7939         (ange-ftp-verify-visited-file-modtime): Use `float-time'.
7940         (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
7942         * tooltip.el (tooltip-float-time): Removed (use `float-time').
7943         * midnight.el (midnight-float-time): Ditto.
7945 2000-07-26  Andreas Schwab  <schwab@suse.de>
7947         * files.el (normal-backup-enable-predicate): Correct
7948         interpretation of the return value of compare-strings.
7950 2000-07-26  Gerd Moellmann  <gerd@gnu.org>
7952         * isearch.el (isearch-resume): New function.
7953         (isearch-done): Add something to command-history to resume
7954         the search.
7955         (isearch-yank-line, isearch-yank-word): Use
7956         buffer-substring-no-properties instead of buffer-substring.
7958         * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
7959         of flyspell-mouse-map.
7961         * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
7962         duplicate definition.
7963         (makefile-mode): Remove duplicate setting of local-abbrev-table.
7965         * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
7966         (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
7968 2000-07-25  Sam Steingold  <sds@gnu.org>
7970         * net/ange-ftp.el: Get modtime over the net.
7971         (ange-ftp-file-modtime): New function.
7972         (ange-ftp-write-region, ange-ftp-insert-file-contents)
7973         (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
7974         Use it.
7975         (ange-ftp-dot-to-slash): New function.
7976         (ange-ftp-fix-name-for-vms): Use it.
7978         * midnight.el (midnight-buffer-display-time): Use
7979         `with-current-buffer'.
7981 2000-07-25  Gerd Moellmann  <gerd@gnu.org>
7983         * find-dired.el: Update copyright notice.
7984         (find-dired): Offer to kill a running `find'.
7986         * enriched.el (enriched-face-ans): For a `foreground-color'
7987         property, return '(("x-color" COLOR))' so that COLOR will be
7988         output as a parameter of the x-color annotation.  Likewise for the
7989         `background-color' property.  In the case of normal face
7990         properties, don't return annotations for unspecified foreground
7991         and background face attributes.
7993 2000-07-25  Kenichi Handa  <handa@etl.go.jp>
7995         * language/japan-util.el (japanese-katakana-region): Fix handling
7996         HANKAKU argument.
7998 2000-07-25  Miles Bader  <miles@gnu.org>
8000         * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
8001         constrain-to-field.  Pass nil ESCAPE-FROM-EDGE argument to
8002         constrain-to-field.
8004 2000-07-24  Andrew Innes  <andrewi@gnu.org>
8006         * timer.el (timer-activate-when-idle): Add optional parameter
8007         DONT-WAIT.  Update docstring.
8008         (run-with-idle-timer): Specify extra parameter to
8009         timer-activate-when-idle, so that timer will be activated
8010         immediately if Emacs is already idle.
8012         * w32-fns.el (w32-using-nt): Fix docstring.
8014 2000-07-24  Dave Love  <fx@gnu.org>
8016         * mouse.el (popup-menu): Set last-command-event.
8017         (mouse-major-mode-menu-prefix): Declare.
8019 2000-07-24  Gerd Moellmann  <gerd@gnu.org>
8021         * textmodes/flyspell.el: Update to author's version 1.5d.
8023         * progmodes/hideshow.el: Update copyright notice.
8025         * vcursor.el: Set maintainer to FSF, since author cannot
8026         be reached.
8028 2000-07-24  Eli Zaretskii  <eliz@is.elta.co.il>
8030         * info.el (Info-goto-emacs-key-command-node): Leave a space after
8031         the prompt.
8033         * mouse.el (popup-menu): Run the keymap through indirect-function,
8034         in case it was defined with define-prefix-key.  If the menu is a
8035         list of keymaps, look up the binding of user's choice in each one
8036         of the keymaps.
8037         (mouse-popup-menubar): If the global and local menu-bar keymaps
8038         don't have a prompt string, create one and insert it into the
8039         keymap.  Don't barf if current-local-map returns nil.
8041 2000-07-24  Francis Wright  <fjw@maths.qmw.ac.uk>
8043         * dired.el (dired-sort-R-check): Added to allow recursive listing
8044         to be undone.
8045         (dired-sort-other): Use it.
8047 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8049         * Release of cc-mode 5.27
8051 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8053         * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
8054         c-beginning-of-statement-1 that caused a bad case of recursion
8055         which could consume a lot of CPU in large classes in languages
8056         that have in-expression classes (i.e. Java and Pike).
8058         * cc-engine.el (c-guess-basic-syntax): Check for in-expression
8059         statements before top level constructs (i.e. case 6 is moved
8060         before case 5 and is now case 4) to catch in-expression
8061         classes in top level expressions correctly.
8063 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8065         * cc-engine.el (c-guess-basic-syntax): Less naive handling of
8066         objc-method-intro. Case 4 removed and case 5I added.
8068         * cc-langs.el (c-append-paragraph-start): New variable used by
8069         c-common-init to get paragraph-start correct.
8070         * cc-langs.el (c-common-init): Use c-append-paragraph-start to
8071         initialize paragraph-start to make it correct both with and
8072         without the javadoc special case.
8074         * cc-mode.el (java-mode): Use c-append-paragraph-start to
8075         initialize paragraph-start for javadoc markup.
8077         * cc-vars.el (c-style-variables-are-local-p): Incompatible
8078         change by defaulting this to t.  It's motivated by the
8079         confusing behavior that otherwise arise from the style system
8080         when editing both java and non-java files at the same time
8081         (see the comments about style setting in c-common-init).
8083 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8085         * cc-cmds.el (c-indent-new-comment-line): Added a kludge
8086         similar to the one in c-fill-paragraph to check the fill
8087         prefix from the adaptive fill function for sanity.
8089 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8091         * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
8092         defun block.
8094 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8096         * cc-mode.texi Documented the change of cpp-macro.
8098 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8100         * cc-align.el (c-lineup-multi-inher): Handle lines with
8101         leading comma nicely. Extended to handle member initializers
8102         too.
8104         * cc-engine.el: (c-beginning-of-inheritance-list,
8105         c-guess-basic-syntax): Fixed recognition of inheritance lists
8106         when the lines begins with a comma.
8108         * cc-mode.texi: Updated doc for c-lineup-multi-inher.
8110         * cc-vars.el (c-offsets-alist): Changed default for
8111         member-init-cont to c-lineup-multi-inher since it now handles
8112         member initializers and indents better for leading commas.
8114 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8116         * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
8117         handling that caused class open lines to be recognized as
8118         statement-conts in some cases.
8120         * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
8121         guessed by the adaptive fill function unless point is on the
8122         first line of a block comment.
8124         * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
8125         when the buffer ends with a macro continuation char.
8127         * cc-engine.el (c-guess-basic-syntax): Added support for
8128         function definitions as statements in Pike.  The first
8129         statement in a lambda block is now labeled defun-block-intro
8130         instead of statement-block-intro.
8132         * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
8133         so that the class surrounding point is selected, not the one
8134         innermost in the state.
8136         * cc-engine.el (c-guess-basic-syntax): Fixed bug in
8137         recognition of switch labels having hanging multiline
8138         statements.
8140         * cc-engine.el (c-beginning-of-member-init-list): Broke out
8141         some code in c-guess-basic-syntax to a separate function.
8142         * cc-engine.el (c-just-after-func-arglist-p): Fixed
8143         recognition of member inits with multiple line arglists.
8144         * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
8145         member-init-cont when the commas are in funny places.
8147 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8149         * cc-defs.el (c-auto-newline): Removed this macro since it's
8150         not used anymore.
8152         * cc-engine.el (c-looking-at-bos): New helper function.
8153         * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
8154         inexpr and toplevel classes apart in Pike.
8156         * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
8157         of case 9A.
8159         * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
8160         constant, since "class" can introduce an in-expression class
8161         in Pike nowadays.
8163 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8165         * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
8166         indentation on cpp-macro lines.
8168         * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
8169         a syntax modifier like comment-intro, to make it possible to
8170         get syntactic indentation for preprocessor directives.  It's
8171         incompatible wrt to lineup functions on cpp-macro, but it has
8172         no observable effect in the 99.9% common case where cpp-macro
8173         is set to -1000.
8175 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8177         * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
8178         member-init-cont when the preceding arglist is several lines.
8180 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8182         * cc-styles.el (c-style-alist): The basic offset for the BSD
8183         style corrected to 8.
8185 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8187         * cc-styles.el (c-style-alist): Adjusted the indentation of
8188         brace list openers in the gnu style.
8190 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8192         * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
8194         * cc-cmds.el (c-electric-brace, c-electric-slash,
8195         c-electric-star, c-electric-semi&comma, c-electric-colon,
8196         c-electric-lt-gt, c-electric-paren): Don't reindent old lines
8197         when c-syntactic-indentation is nil.
8199         * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
8200         we were left at comments preceding the first statement when
8201         reaching the beginning of the buffer.
8203         * cc-vars.el (c-syntactic-indentation): New variable to turn
8204         off all syntactic indentation.
8206 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8208         * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
8209         between the text and the block comment ender when it hangs,
8210         depending on how many there are before the fill.
8212 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8214         * cc-engine.el (c-beginning-of-closest-statement): New helper
8215         function to go back to the closest preceding statement start,
8216         which could be inside a conditional statement.
8217         * cc-engine.el (c-guess-basic-syntax): Use
8218         c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
8220         * cc-engine.el (c-guess-basic-syntax): Better handling of
8221         arglist-intro, arglist-cont-nonempty and arglist-close when
8222         the arglist is nested inside parens.  Cases 7A, 7C and 7F
8223         changed.
8225         * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
8226         up-to-date with javadoc 1.2.
8228 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8230         * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
8231         multiline Pike type decls.
8233 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8235         * cc-cmds.el (c-indent-new-comment-line): Always break
8236         multiline comments in multiline mode, regardless of
8237         comment-multi-line.
8239 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8241         * cc-engine.el (c-guess-basic-syntax): Fixed bug with
8242         fully::qualified::names in C++ member init lists.  Preamble in
8243         case 5D changed.
8245 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8247         * cc-langs.el (c-common-init): Handling of obsolete variables
8248         moved to c-initialize-cc-mode.  More compatible style override
8249         when using global style variables.
8250         * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
8251         variables moved here.
8253         * cc-mode.texi: Documented the special behavior of
8254         c-special-indent-hook as a style variable.  Don't talk about
8255         doing (c-make-styles-buffer-local t) in a mode hook, since
8256         that's already too late to work right.
8258         * cc-styles.el (c-make-styles-buffer-local): Flag style
8259         variable localness in c-style-variables-are-local-p to make
8260         the compatibility measure in c-common-init work well.
8262         * cc-styles.el (c-set-style-1): c-special-indent-hook can no
8263         longer contain set-from-style.
8264         * cc-styles.el (c-initialize-builtin-style): Don't check for
8265         set-from-style on c-special-indent-hook.
8266         * cc-styles.el (c-copy-tree): Obsolete.  The standard function
8267         copy-alist is sufficient now.
8269         * cc-styles.el (c-set-style, c-set-style-1,
8270         c-get-style-variables): Fixes to variable initialization so
8271         that duplicate entries in styles have the same effect
8272         regardless of DONT-OVERRIDE.
8274         * cc-styles.el (c-set-style-2): Fixed bug where the
8275         initialization of inheriting styles failed when the
8276         dont-override flag is set.
8278         * cc-vars.el (c-special-indent-hook): Don't use set-from-style
8279         on this.
8281 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8283         * cc-defs.el (c-forward-comment): Removed the workaround
8284         introduced in 5.38 since it had worse side-effects.  If a line
8285         contains the string "//\"", it regarded the // as a comment
8286         start since the \ temporarily doesn't have escape syntax.
8288 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
8290         * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
8291         ada-xref.el before ada-prj.el, so that the Project menu is created
8292         when ada-prj tries to add to it.
8293         (ada-activate-keys-for-case): Suppress the characters that are not
8294         part of the Ada syntax. Better compatibility with else-mode
8295         (ada-adjust-case-interactive): When auto-casing is not active,
8296         correctly insert newlines (used to insert only ^M).  Prevent the
8297         syntax table from being changed in case of an error
8298         (or '_' becomes part of a word and some commands are confused).
8299         Do nothing if ada-auto-case is nil.
8300         (ada-after-keyword-p): Ignore keywords that are also attributes
8301         (ada-batch-reformat): Update usage comment
8302         (ada-call-from-contextual-menu): New function
8303         (ada-case-read-exceptions): Reinitialize the casing exception list
8304         first to nil first, so that the casing exception file can be
8305         shared.
8306         (ada-check-defun-name): Handles "configure" keyword for gnatdist
8307         files.
8308         (ada-compile-goto-error): Fix regexp used to detect a file:line
8309         anywhere in the error message
8310         (ada-contextual-menu-last-point): New variable
8311         (ada-create-keymap): If the variable delete-key-deletes-forward is
8312         t on XEmacs, it means that DEL should delete one character
8313         forward.
8314         (ada-create-menu): Use :included instead of :visible for XEmacs.
8315         New submenu "Options".
8316         (ada-end-stmt-re): Correctly indent "select ... then abort"
8317         statements.
8318         (ada-fill-comment-paragraph): Correctly delete all leading '--'
8319         even if they don't match ada-fill-comment-prefix Fix handling of
8320         paragraphs on the first or last line of a file.
8321         (ada-format-paramlist): Fix handling of default parameter values.
8322         (ada-get-body-name): New function.
8323         (ada-get-current-indent): Optimized by searchling directly for an
8324         existing generic part or a statement outside of it.  Handle
8325         ada-indent-align-comments when indenting comments Replaced some
8326         regexps by testing directly the next character. This results in a
8327         huge speedup on some files.  New indentation scheme for renames
8328         statements.  Stop looking for the 'while' or 'for' associated with
8329         a 'loop' at the first semicolon encountered.  A "return" can also
8330         match an anonymous access subprogram declaration.
8331         (ada-get-indent-noindent): Ignore strings and comments when
8332         looking for the keywords "record" and "private".
8333         (ada-goto-matching-decl-start): When matching "if", make sure we
8334         are not in fact seeing "end if".  Ignore "when" statements except
8335         when initial keyword was "begin".  Fix handling of nested
8336         procedures.  Add a recursive call to this function to skip over
8337         other 'end' statmts.  Fix indentation for "when .. => begin"
8338         (ada-in-open-paren-p): Fix indentation for complex boolean
8339         expressions, where 'and then', 'or else' and parenthesis
8340         statements are mixed up.
8341         (ada-in-paramlist-p): Skip comments while searching for the
8342         beginning Fix handling of operator declarations.
8343         (ada-indent-align-comments): New variable
8344         (ada-indent-current): Change the syntax table only in the
8345         protected section, so that we are sure it is restored correctly.
8346         (ada-indent-on-previous-lines): Use ada-use-indent and
8347         ada-with-indent Correctly indent "select ... then"
8348         (ada-indent-region): Slight speedup.
8349         (ada-indent-renames): New variable.
8350         (ada-last-which-function-subprog, ada-last-which-function-line):
8351         New variables
8352         (ada-looking-at-semi-private): Correctly indent the 'private'
8353         keyword when it is the first word in a package declaration.
8354         (ada-loose-case-word): Stop searching if at the end of the buffer.
8355         (ada-loose-case-word, ada-capitalize-word): Recase the whole word
8356         even if point is not initially at the end of the word.
8357         (ada-matching-decl-start-re): Add "when".
8358         (ada-mode): Add support for abbrev-mode, outline-mode and
8359         which-func-mode Override the old find-file.el entry in
8360         ff-special-constructs since it is using the obsolete
8361         ada-spec-suffix variable
8362         (ada-no-auto-case): New function
8363         (ada-scan-paramlist): When parsing the argument type, accept
8364         spaces (as in "X 'Class", generated by Rational Rose).
8365         (ada-other-file-name): No longer loads the other file.
8366         (ada-popup-menu): Save and restore the current buffer and cursor
8367         position before and after displaying the menu.
8368         (ada-search-ignore-complex-boolean): New function.
8369         (ada-uncomment-region): Emacs21 already knows how to delete
8370         comments not starting in the first column.
8371         (ada-use-indent): New variable
8372         (ada-which-function): New function.
8373         (ada-with-indent): New variable
8374         (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
8375         can be batch-compiled from the command line.
8377         * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
8378         Add to the menu when the file is loaded, not in ada-mode-hook.
8379         Add -toolbar to the default ddd command Switches moved from
8380         ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
8381         ada-prj-default-comp-opt
8382         (ada-add-ada-menu): Remove the map and name parameters Add the Ada
8383         Reference Manual to the menu
8384         (ada-check-current): rewritten as a call to ada-compile-current
8385         (ada-compile): Removed.
8386         (ada-compile-application, ada-compile-current, ada-check-current):
8387         Set the compilation-search-path so that compile.el automatically
8388         finds the sources in src_dir.  Automatic scrollong of the
8389         compilation buffer.  C-uC-cC-c asks for confirmation before
8390         compiling
8391         (ada-compile-current): New parameter, prj-field
8392         (ada-complete-identifier): Load the .ali file before doing
8393         processing
8394         (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
8395         conform to gnatmake's behavior.
8396         (ada-find-file-in-dir): New function
8397         (ada-find-references): Set the environment variables for gnatfind
8398         (ada-find-src-file-in-dir): New function.
8399         (ada-first-non-nil): Removed
8400         (ada-gdb-application): Add support for jdb, the java debugger.
8401         (ada-get-ada-file-name): Load the original-file first if not done
8402         yet.
8403         (ada-get-all-references): Handles the new ali syntax (parent types
8404         are found between <>).
8405         (ada-initialize-runtime-library): New function
8406         (ada-mode-hook): Always load a project file when a file is opened,
8407         so that the casing exceptions are correctly read.
8408         (ada-operator-re): Add all missing operators ("abs", "rem", "**").
8409         (ada-parse-prj-file): Use find-file-noselect instead of find-file
8410         to open the project file, since the latter does not work with
8411         speedbar Get default values before loading the prj file, or the
8412         default executable file name is wrong.  Use the absolute value of
8413         src_dir to initialize ada-search-directories and
8414         compilation-search-path,...  Add the standard runtime library to
8415         the search path for find-file.
8416         (ada-prj-default-debugger): Was missing an opening '{'
8417         (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
8418         variables.
8419         (ada-prj-default-gnatmake-opt): New variable
8420         (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
8421         buffers, the project file is the default one Save the windows
8422         configuration before displaying the menu.
8423         (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
8424         (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
8425         ...)  regexp-quote identifiers names to support operators +,
8426         -,... in regexps.
8427         (ada-remote): New function.
8428         (ada-run-application): Erase the output buffer before starting the
8429         run Support remote execution of the application.  Use
8430         call-process, or the arguments are incorrectly parsed
8431         (ada-set-default-project-file): Reread the content of the active
8432         project file, not the one from the current buffer When a project
8433         file is set as the default project, all directories are
8434         automatically associated with it.
8435         (ada-set-environment): New function
8436         (ada-treat-cmd-string): New special variable ${current}
8437         (ada-treat-cmd-string): Revised.  The substitution is now done for
8438         any ${...} substring
8439         (ada-xref-current): If no body was found, compiles the spec
8440         instead.  Setup ADA_{SOURCE,OBJECTS}_PATH before running the
8441         compiler to get rid of command line length limitations.
8442         (ada-xref-get-project-field): New function
8443         (ada-xref-project-files): New variable
8444         (ada-xref-runtime-library-specs-path)
8445         (ada-xref-runtime-library-ali-path): New variables
8446         (ada-xref-set-default-prj-values): Default run command now does a
8447         cd to the build directory.  New field: main_unit Provide a default
8448         file name even if the current buffer has no prj file.
8450         * ada-prj.el:
8451         Rewritten to show a tabbed-dialog.
8452         (ada-prj-add-ada-menu): Remove the map and name parameters.
8453         (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
8454         New function
8455         (ada-prj-load-directory, ada-prj-subdirs-of): New functions
8456         (ada-prj-load-from-file): New function
8457         (ada-prj-save): Always save fields that depend on the current buffer
8458         (ada-prj-show-value): New function
8460         * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
8461         Ada mode. This will allow us to display the Ada menu in any buffer
8462         we want (for project items).
8463         (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
8464         number of spaces in the header.
8466 2000-07-24  Dave Love  <fx@gnu.org>
8468         * ediff-init.el (ediff-region-help-echo): Bind face-help.
8470 2000-07-23  Noah Friedman  <friedman@splode.com>
8472         * type-break.el (type-break): perform autosave.
8473         Suggested by Stephen Gildea <gildea@intouchsys.com>.
8474         (type-break-do-query): Cancel query schedule while performing
8475         actual query, to avoid possibility of a second query being made
8476         while first one is already in progress.
8477         (type-break-time-stamp-format): New variable.
8478         (type-break-time-stamp): New function.
8479         (type-break-time-warning): Use it.
8480         (type-break-keystroke-warning): Use it.
8481         (type-break-noninteractive-query): Use it.
8483         * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
8484         cookie.
8485         Use add-minor-mode to set minor-mode-alist, if available.
8486         (eldoc-echo-area-use-multiline-p): New user option.
8487         (eldoc-echo-area-multiline-supported-p): New variable.
8488         (eldoc-docstring-format-sym-doc): Use them.
8489         (eldoc-mode): If not using idle timers, append to local post and
8490         pre command hooks.  Suggested by David Byers <davby@ida.liu.se>.
8491         (eldoc-display-message-no-interference-p): Don't interfere with
8492         edebug.
8493         Add autoload cookie for eldoc-mode minor-mode-alist initialization.
8494         (eldoc-function-arglist): New function.
8495         (eldoc-function-argstring): Use it.
8497         * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
8498         auto save directory exists before calling directory-files.
8500 2000-07-23  Dave Love  <fx@gnu.org>
8502         * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
8503         ^o, ^u.
8505 2000-07-21  Dave Love  <fx@gnu.org>
8507         * ediff-init.el (ediff-region-help-echo): Modify to use overlay
8508         now passed to the function.  It now works properly.
8510         * smerge-mode.el (smerge-mode-menu): Fill it out.
8512 2000-07-20  Gerd Moellmann  <gerd@gnu.org>
8514         * info-look.el (info-lookup): If *info* is shown in another frame
8515         on the same display, select that frame, instead of switching to
8516         the Info buffer in another window of the selected frame.
8518         * simple.el (universal-argument-map): Bind numeric keypad keys
8519         kp-0 to kp-9 and kp-subtract.
8520         (digit-argument): Handle these keys.
8522 2000-07-20  Dave Love  <fx@gnu.org>
8524         * net/goto-addr.el (goto-address-fontify): Don't bother with
8525         buffer-modified and read-only stuff -- irrelevant with overlays.
8526         Put an extra property on the overlays and use it to clean up in
8527         case goto-address is re-run.
8529 2000-07-19  Richard M. Stallman  <rms@gnu.org>
8531         * timer.el (run-with-idle-timer): Doc fix.
8533         * mail/mail-utils.el (mail-strip-quoted-names):
8534         Handle case where <...> appears inside "...".
8535         Use replace-match to edit the string more simply.
8536         (rmail-dont-reply-to): Cope with an unmatched ".
8538 2000-07-19  Dave Love  <fx@gnu.org>
8540         * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
8541         implementation.
8543         * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
8544         (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
8545         (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
8547 2000-07-19  Gerd Moellmann  <gerd@gnu.org>
8549         * textmodes/refer.el: Correct maintainer's email address.
8551         * progmodes/hideif.el: Correct author's email address.
8552         Fix typo in comment.
8554         * xml.el: New file.
8556         * mail/mailheader.el: Correct author's mail address.
8558         * gnus/parse-time.el: Correct author's mail address.
8560 2000-07-19  Colin Walters <walters@cis.ohio-state.edu>
8562         * comint.el (comint-highlight-input, comint-highlight-face):
8563         New user options.
8564         (comint-input-ring-file-name): Change custom type.
8565         (comint-mode-map): Bind mouse-2.
8566         (comint-insert-clicked-input): New function.
8567         (comint-send-input): Handle input highlighting.
8569 2000-07-18  Stefan Monnier  <monnier@cs.yale.edu>
8571         * mouse.el (popup-menu): New function.
8572         (mouse-major-mode-menu): Use it.
8574 2000-07-18  Dave Love  <fx@gnu.org>
8576         * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
8577         improvements.
8579 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
8581         * faces.el (face-font-selection-order)
8582         (face-font-family-alternatives): Add custom type.
8584 2000-07-18  Dave Love  <fx@gnu.org>
8586         * cus-edit.el (custom-variable-reset-saved)
8587         (custom-variable-reset-standard): Remove unused bindings.
8589         * rect.el (open-rectangle-line): Remove unused let.
8591         * hl-line.el (hl-line-highlight): Check hl-line-mode.
8593 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
8595         * cdl.el: Fix `Maintainer' keyword.
8597         * play/pong.el: Add author's email address.
8599 2000-07-17  Sam Steingold  <sds@gnu.org>
8601         * files.el (insert-directory): Call `split-string' instead of
8602         re-implementing it.
8604 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
8606         * mail/vms-pmail.el: Change maintainer to FSF.
8608         * net/goto-addr.el: Change maintainer to FSF.
8610         * info.el (Info-title-face-alist): Removed.
8612 2000-07-18  David Ponce  <david@dponce.com>
8614         * recentf.el (recentf-open-files): New command that works like
8615         `recentf-open-more-files', but shows the whole list of files (not just
8616         those omitted from the menu). Useful if you don't use a menu-bar!
8617         (recentf-open-more-files) Modified to use `recentf-open-files'.
8619         (recentf-open-files, recentf-open-more-files)
8620         (recentf-edit-list): Dialogs use `recentf-dialog-mode'
8622         (recentf-dialog-mode): New mode for dialogs. You can now just type
8623         "q" to cancel the dialogs.
8625 2000-07-18  David Ponce  <david@dponce.com>
8627         * recentf.el: This is a major update of recentf.el. It adds new
8628         features to better organize the recentf menu and "More..." buffer.
8630         Using new provided menu filtering functions you can now organize the
8631         recent files list:
8633         - by major modes
8634         - by directories
8635         - by user defined rules
8637         Finally, with the new `recentf-filter-changer' customizable filter you
8638         can define a ring of filters and dynamically (via the menu) cycle on
8639         each menu organization in the ring (a la msb).
8641 2000-07-18  Eli Zaretskii  <eliz@is.elta.co.il>
8643         * eshell/eshell.el (eshell): Replace links to eshell.info with
8644         links to eshell, to avoid problems on systems where the manual is
8645         installed as `eshell'.
8646         * eshell/esh-cmd.el (eshell-cmd): Ditto.
8647         * eshell/em-smart.el (eshell-smart): Ditto.
8648         * eshell/em-banner.el (eshell-banner): Ditto.
8649         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
8651         * eshell/em-unix.el (eshell-shuffle-files): Don't disable
8652         same-file check in the MS-DOS version (it does support inodes).
8654         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
8656         * eshell/eshell.el (eshell-directory-name):
8657         Run default directory name through convert-standard-filename.
8659 2000-07-18  Kenichi Handa  <handa@etl.go.jp>
8661         * international/mule-cmds.el (select-safe-coding-system):
8662         Fix typo in the comment.
8664         * language/european.el (compound-text):
8665         Force katakana-jisx0201 to be designated to G1.
8667         * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
8668         Don't translate some national variant characters of latin-jisx0201.
8669         (x-ctext): Force katakana-jisx0201 to be designated to G1.
8671         * international/kkc.el (kkc-after-update-conversion-functions):
8672         New variable.
8673         (kkc-update-conversion): Run functions in it at the tail.
8675 2000-07-16  John Wiegley  <johnw@gnu.org>
8677         * lisp/align.el (align-newline-and-indent):
8678         Adding new function.  for auto-aligning blocks of code on RET.
8679         (align-region): Fixed badly formatted minibuffer message.
8681 2000-07-17  Kenichi Handa  <handa@etl.go.jp>
8683         * international/kkc.el (kkc-show-conversion-list-count): Customize it.
8684         (kkc-region): Update kkc-next-count and kkc-prev-count here.  Show
8685         the conversion list at first if appropriate.
8686         (kkc-next): Don't update kkc-next-count here.
8687         (kkc-prev): Don't update kkc-prev-count here.
8688         (kkc-show-conversion-list-update): Fix setting up of conversion
8689         list message.
8691 2000-07-16  Stefan Monnier  <monnier@cs.yale.edu>
8693         * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
8695 2000-07-16  Dave Love  <fx@gnu.org>
8697         * cus-edit.el (custom-buffer-create-internal): Use a help-echo
8698         function to be more specific.
8700         * wid-edit.el (widget-specify-field, widget-specify-button): Allow
8701         non-string help-echo.
8702         (widget-types-convert-widget): Defsubst it.
8703         (widget-echo-help): Try to cope with a help-echo function of two
8704         possible sorts.
8706 2000-07-15  Jason Rumney  <jasonr@gnu.org>
8708         * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
8709         Declare as obsolete.
8711         * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
8713 2000-07-14  Gerd Moellmann  <gerd@gnu.org>
8715         * hilit-chg.el: Fix typo.
8717 2000-07-14  Dave Love  <fx@gnu.org>
8719         * info.el (Info-mode-menu): Fix use of :help, :enable.
8721 2000-07-14  Stefan Monnier  <monnier@cs.yale.edu>
8723         * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
8725 2000-07-13  Dave Love  <fx@gnu.org>
8727         * emacs-lisp/easymenu.el: Doc fixes.
8728         (easy-menu-remove): Defalias to ignore.
8730         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
8731         Call throw correctly.
8733 2000-07-13  Gerd Moellmann  <gerd@gnu.org>
8735         * faces.el (frame-background-mode): Doc fix.
8737         * simple.el (eval-expression-print-length): Change custom type to
8738         allow entering nil as value.
8740 2000-07-13  Dave Love  <fx@gnu.org>
8742         * progmodes/fortran.el (fortran-imenu-generic-expression):
8743         Change definition layout.
8744         (fortran-mode-menu): Reinstate customize entries.
8746         * cus-edit.el (custom-group-menu-create, customize-menu-create):
8747         Use :filter, per old XEmacs code.
8749 2000-07-12  Gerd Moellmann  <gerd@gnu.org>
8751         * term.el (term-send-raw-meta): Strip modifiers from the keyboard
8752         event when deciding what to send to the terminal.
8754 2000-07-12  Dave Love  <fx@gnu.org>
8756         * cus-start.el: Add optional version as 4th element of specs and
8757         use it for several things new in v21.  Remove load-path.  Fix type
8758         of line-number-display-limit.
8760 2000-07-11  Dave Love  <fx@gnu.org>
8762         * progmodes/fortran.el: Don't require easymenu.
8763         Use repeat counts in various regexps.
8764         (fortran-mode-syntax-table): Defvar directly.
8765         (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
8766         (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
8767         Use defvar, not defconst.
8768         (fortran-mode-map): Change locals in `let'.  Use `fortran-auto-fill'.
8769         (fortran-mode): Set fortran-comment-line-start-skip,
8770         fortran-comment-line-start-skip, dabbrev-case-fold-search.
8771         (fortran-comment-indent): Use defsubst.
8772         (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
8773         Use fortran-comment-indent, not fortran-comment-indent-function.
8774         (fortran-comment-region, fortran-electric-line-number): Simplify.
8775         (fortran-auto-fill): New function.
8776         (fortran-do-auto-fill): Deleted.
8777         (fortran-find-comment-start-skip):
8778         Check for non-null comment-start-skip.
8779         (fortran-auto-fill-mode, fortran-fill-statement):
8780         Use fortran-auto-fill.
8781         (fortran-fill): Use fortran-auto-fill.  Check for null
8782         comment-start-skip.  Simplify final clause and use end-of-line finally.
8784         * widget.el (widget-plist-member): New alias.
8786 2000-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
8788         * eshell/esh-module.el (toplevel): Reference
8789         byte-compile-current-file only if it is bound.
8791 2000-07-10  Gerd Moellmann  <gerd@gnu.org>
8793         * dired.el: Don't require `dired-aux'.
8795 2000-07-10  Miles Bader  <miles@lsi.nec.co.jp>
8797         * dired-aux.el (dired-show-file-type): New function.
8798         * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
8799         (dired-show-file-type): Add autoload.
8801 2000-07-10  Kenichi Handa  <handa@etl.go.jp>
8803         * international/mule-diag.el (describe-font): Adjusted for the
8804         change of fontset-info.
8805         (print-fontset): Likewise.
8807 2000-07-09  Stefan Monnier  <monnier@cs.yale.edu>
8809         * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
8811 2000-07-07  Gerd Moellmann  <gerd@gnu.org>
8813         * bindings.el: Bind `[delete]' to delete-char.
8815         * dired.el (dired-find-alternate-file): New function.
8816         (dired-mode-map): Bind `a' to dired-find-alternate-file.
8817         (toplevel): Require dired-aux when compiling.
8818         (dired-buffers): Move defvar within file to avoid compiler warning.
8820         * info.el (Info-last-search): Variable removed.
8821         (Info-search-history): New variable.
8822         (Info-search): New Info-search-history.
8824         * battery.el, info-look.el: Change author's mail address.
8826 2000-07-07  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
8828         * mail/rmail.el (rmail-clear-headers): Don't throw an error
8829         if rmail-ignored-headers is nil.
8830         (rmail-retry-failure): Bind rmail-ignored-headers and
8831         rmail-displayed-headers to nil.
8833 2000-07-06  Gerd Moellmann  <gerd@gnu.org>
8835         * lpr.el (lpr-page-header-switches): Add `-h' switch.
8836         (print-region-1): Don't hard code `-h' here.
8838         * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
8840 2000-07-01  Francesco Potorti`  <pot@gnu.org>
8842         * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
8843         exim can use "your message" instead of "the message".
8845 2000-07-06  Stefan Monnier  <monnier@cs.yale.edu>
8847         * facemenu.el: Docstrings fixes.
8848         (facemenu-get-face): Don't use internal-find-face.
8849         (facemenu-iterate): Rename arg to match the docstring.
8851         * newcomment.el (uncomment-region): Be more careful when skipping
8852         backwards over `=' not to bump into BOBP.
8854 2000-07-05  Michael Kifer  <kifer@cs.sunysb.edu>
8856         * ediff-diff.el (ediff-wordify): Use syntax table.
8857         * ediff-init.el (ediff-has-face-support-p): Use
8858         ediff-color-display-p.
8859         (ediff-color-display-p): Use display-color-p, changed to defun
8860         from defsubst.
8861         Got rid of special cases for NeXT and OS/2.
8862         * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
8863         face.
8865 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
8867         * emacs-lisp/lucid.el: Require CL.
8868         (copy-tree, remprop): Remove, it's provided by CL.
8869         (map-keymap): Define in terms of cl-map-keymap.
8870         (extent-property, set-extent-end-glyph): New functions.
8872         * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
8874 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
8876         * Makefile.in (DONTCOMPILE): Add comment that the name may
8877         not be changed without changing the make-dist script.
8879         * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
8880         (cl-mapc): Use mapc instead of cl-old-mapc.
8882 2000-07-05  Andrew Innes  <andrewi@gnu.org>
8884         * makefile.nt: Add support for `bootstrap' and related targets.
8886 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
8888         * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
8889         (easy-menu-do-define): Use `menu-item' format.
8890         Handle case where easy-menu-create-menu returns a symbol.
8891         Manually call the potential top-level filter in the function binding.
8892         (easy-menu-filter-return): New arg NAME.
8893         Convert to a keymap if MENU is an XEmacs menu.
8894         (easy-menu-convert-item-1): New.  Extracted from easy-menu-do-add-item.
8895         (easy-menu-converted-items-table, easy-menu-convert-item):
8896         New var and fun to memoize easy-menu-convert-item-1.
8897         (easy-menu-do-add-item): Use it.
8898         (easy-menu-create-menu): Use easy-menu-convert-item.
8899         Wrap easy-menu-filter-return around any :filter specification.
8900         Don't convert the menu if a filter was specified.
8901         Tell easy-menu-make-symbol not to check for MENU being an expression.
8902         (easy-menu-make-symbol): New arg NOEXP.
8904 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
8906         * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
8907         EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
8908         (eval-defun): If called with prefix arg, instrument code for
8909         Edebug.
8911         * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
8912         similar to that of eval-defun.
8914 2000-07-04  Dave Love  <fx@gnu.org>
8916         * hl-line.el (hl-line-overlay): Make it permanent-local.
8918         * calendar/todo-mode.el: Replaced with a working version, based on
8919         1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
8921 2000-07-03  Miles Bader  <miles@lsi.nec.co.jp>
8923         * paths.el (prune-directory-list): New function.
8924         (Info-default-directory-list): Rewritten to more methodically
8925         enumerate a big list of possible info directories (based on the
8926         list used by the standalone info reader).
8928         * info.el (info-initialize): Use prune-directory-list to remove
8929         non-existent directories from Info-directory-list.
8931         * paths.el (Info-default-directory-list): Try a list of possible
8932         info-directories instead of a single one.  Add the possible
8933         info directory "/usr/share/info".
8935         * woman.el (woman-man.conf-path): Explicitly include the debian
8936         man-db config file "/etc/manpath.config".
8937         (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
8938         are present in `manpath.config'.
8939         (woman-manpath): Include "/usr/share/man".
8941 2000-07-03  Gerd Moellmann  <gerd@gnu.org>
8943         * frame.el (blink-cursor-mode): Don't hide cursor initially.
8945         * startup.el (command-line): Initialize blink-cursor based
8946         on window-system.
8948         * frame.el (blink-cursor): Default to nil if not running under
8949         a window-system.
8951         * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
8952         (face-x-resources): Remove duplicate entry for :font.
8954         * textmodes/refer.el (refer-find-entry-internal): Use some-window
8955         instead of cycling through windows with next-window.
8957         * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
8958         of cycling through windows with next-window.
8960         * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
8961         of cycling through windows with next-window.
8963         * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
8964         (edebug-get-displayed-buffer-points): Use walk-windows/some-window
8965         instead of cycling through windows with next-window.
8967         * calendar/appt.el (appt-select-lowest-window): Use walk-windows
8968         instead of cycling through windows with next-window.
8970         * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
8971         of cycling through windows with next-window.
8973         * terminal.el (te-process-output): Use walk-windows instead of
8974         cycling through windows with next-window.
8976         * server.el (server-switch-buffer): Use some-window instead of
8977         cycling through windows with next-window.
8979         * window.el (some-window): New function.
8980         (walk-windows): Remove reference to walk-windows-start.
8982         * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
8984 2000-07-03  Richard Stallman  <rms@gnu.org>
8986         * window.el (walk-windows): Guarantee termination by keeping a list
8987         of all the windows already handled.
8989 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
8991         * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
8992         window-system.
8994         * man.el (Man-notify-when-ready): Don't use window-system.  If
8995         Man-notify-method is newframe, and the display is not
8996         multi-frame, select the frame created for the man page.
8997         (Man-init-defvars): Doc fix.
8999 2000-06-28  Gerd Moellmann  <gerd@gnu.org>
9001         * faces.el (region): Change background color for light background.
9003         * ediff-wind.el (ediff-setup-control-frame): Remove :box
9004         attribute from mode-line face of Ediff control frame.
9006         * replace.el (query-replace-map): Bind `e' like `E'.
9008 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
9010         * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
9011         Change name to "Select All".
9013         * dos-fns.el (convert-standard-filename): Fix last change.
9015 2000-06-27  Gerd Moellmann  <gerd@gnu.org>
9017         * help.el (describe-variable): Don't insert a second `'s' in front
9018         of the string `value is shown below'.  Since the syntax-table is
9019         set to emacs-lisp-mode-syntax-table, forward-sexp skips over
9020         an existing `'s', so that this won't be deleted.
9022         * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
9023         * pcmpl-unix.el: New files.
9025 2000-06-26  Stefan Monnier  <monnier@cs.yale.edu>
9027         * wid-edit.el (widget-member): Use the new plist-member.
9029 2000-06-26  Gerd Moellmann  <gerd@gnu.org>
9031         * replace.el (perform-replace): Undo change of 2000-04-04.
9032         Instead, move backward 1 character at the end of the loop when
9033         necessary.
9035         * faces.el (fringe): Change face for different backgrounds.
9037         * eshell/esh-module.el (toplevel): Load defgroup's differently;
9038         patch from John.
9040         * eshell/*.el: Change spelling of the Free Software Foundation.
9042         * eshell/esh-toggle.el: Removed.
9044         * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
9046         * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
9047         interactively.
9049 2000-06-26  Alex Schroeder  <alex@gnu.org>
9051         * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
9052         `define-key'; instead of checking `(emacs-version)' check for
9053         `set-keymap-parent' and `set-keymap-name' directly.  Add entries
9054         for `;' and `o' which might be electric.
9056         (sql-electric-stuff): New user option.
9057         (sql-magic-go): New function which uses `sql-electric-stuff'.
9058         (sql-magic-semicolon): New function which uses
9059         `sql-electric-stuff'.
9061         (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
9062         is not fboundp.
9064         (sql-oracle-options): New variable.
9065         (sql-oracle): Use it.
9067         (sql-imenu-generic-expression): Doc change.
9068         (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
9069         is used.
9071         (sql-informix): Added command line parameter "-" to force
9072         sql-informix-program to use stdout.
9074 2000-06-25  Eli Zaretskii  <eliz@is.elta.co.il>
9076         * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
9077         (cp864-decode-table): Doc fix.
9078         (cp720-decode-table): New variable, supports the Arabic OEM
9079         codepage used by Windows.
9080         (cp737-decode-table): New, Greek OEM codepage used by Windows.
9082 2000-06-23  Dave Love  <fx@gnu.org>
9084         * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
9085         (font-lock-fontify-anchored-keywords): Use
9086         line-beginning-position.
9087         (global-font-lock-mode): Use mapc.
9089 2000-06-23  Stefan Monnier  <monnier@cs.yale.edu>
9091         * eshell/esh-module.el: Require CL when compiling.
9093 2000-06-23  Gerd Moellmann  <gerd@gnu.org>
9095         * comint.el (comint-substitute-in-file-name): Call replace-match
9096         with second and third arg t.
9098         * cus-edit.el (custom-button-face, custom-button-pressed-face):
9099         Specify foreground color.
9101         * faces.el (tool-bar, mode-line, header-line): Specify foreground
9102         color.
9104         * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
9106         * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
9107         cddr instead of cdddr.
9109         * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
9110         instead of copy-list.
9112         * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
9113         of copy-list.
9115         * subdirs.el: Add eshell subdirectory.
9117         * eshell: New subdirectory containing the Eshell package.
9119         * pcomplete.el: New file.
9121 2000-06-23  Paul Eggert  <eggert@twinsun.com>
9123         * mail/mailpost.el (post-mail-send-it): Make sure file has
9124         proper permissions from birth.
9126         * files.el (basic-save-buffer-2): When temporarily setting
9127         file modes, set them to current modes plus 0200, not to 0777.
9129         * emerge.el (emerge-make-temp-file): Make sure file has proper
9130         permissions from birth.
9132 2000-06-22  Eli Zaretskii  <eliz@is.elta.co.il>
9134         * files.el (make-backup-file-name-1): On DOS/Windows, run the
9135         backup file name through convert-standard-filename.
9137         * dos-fns.el (convert-standard-filename): Convert leading
9138         directories as well.  When long file names are supported, convert
9139         characters that are invalid in Windows file names.
9141 2000-06-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9143         * ps-print.el: Fix bug: if ^L is the very first buffer character,
9144         ps-print crashes.  New feature: page selection for printing.  Create
9145         raw-text-unix coding system for XEmacs.  Doc fix.
9146         (ps-print-version): New version number (5.2.3).
9147         (ps-plot-region): Bug fix.
9148         (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
9149         (ps-header-sheet, ps-generate, ps-end-job): Code fix.
9150         (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
9151         funs.
9152         (ps-selected-pages, ps-last-selected-pages, ps-first-page)
9153         (ps-last-page): New vars.
9155 2000-06-21  Gerd Moellmann  <gerd@gnu.org>
9157         * progmodes/sh-script.el (sh-while-getopts): Fix handling of
9158         empty option string.
9160 2000-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
9162         * man.el (man): Doc fix.
9164 2000-06-21  Kenichi Handa  <handa@etl.go.jp>
9166         * international/mule-cmds.el (set-language-info-alist): Docstring
9167         fixed.
9169 2000-06-20  Gerd Moellmann  <gerd@gnu.org>
9171         * version.el (emacs-version): Use ISO date format.
9173         * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
9174         instead of `M-backspace'.
9176         * simple.el (turn-off-auto-fill): New function.
9178 2000-06-20  Stefan Monnier  <monnier@cs.yale.edu>
9180         * jit-lock.el (with-buffer-prepared-for-jit-lock):
9181         Renamed from with-buffer-prepared-for-font-lock and use
9182         inhibit-modification-hooks rather than setting *-change-functions.
9183         Update all functions to use the new name.
9184         (jit-lock-first-unfontify-pos): New semantics (and doc).
9185         (jit-lock-mode): Make non-interactive.
9186         Don't automatically turn on font-lock.
9187         Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
9188         Always use jit-lock-after-change.
9189         Remove and restore font-lock-after-change-function.
9190         (turn-on-jit-lock, jit-lock-after-fontify-buffer)
9191         (jit-lock-after-unfontify-buffer): Remove.
9192         (jit-lock-stealth-fontify):
9193         Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
9194         (jit-lock-after-change): Set the `fontified' text-prop to nil.
9196 2000-06-20  Sam Steingold  <sds@gnu.org>
9198         * emacs-lisp/cl-indent.el (toplevel): Indent
9199         `print-unreadable-object' properly.  Untabify.
9201 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
9203         * textmodes/reftex.el (reftex-find-citation-regexp-format):
9204         Support for bibentry.
9205         (reftex-compile-variables): Fixed problem with end of section-re.
9207         * texmodes/reftex-dcr.el (reftex-view-crossref,
9208         reftex-view-crossref-from-bibtex):
9209         Deal with changed `reftex-find-citation-regexp-format'.
9210         (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
9211         Replaced `remprop' with `put'.
9212         (reftex-view-crossref, reftex-view-crossref-when-idle):
9213         Support for bibentry.
9215         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
9216         New entry for bibentry package.
9218         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
9219         Regexp also matches "\nobibliography".
9221         * textmodes/reftex-global.el (reftex-renumber-simple-labels):
9222         Call `reftex-ensure-write-access' before doing anything.
9223         (reftex-ensure-write-access): New function.
9225 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
9227         * progmodes/idlwave.el: File re-installed (update to version 4.2)
9229         * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
9231         * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
9233         * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
9236 2000-06-20  Dave Love  <fx@gnu.org>
9238         * faces.el (frame-background-mode): Use set-default, not set, in
9239         setter.
9240         (frame-update-faces, frame-update-face-colors): Define with
9241         defalias.
9243         * enriched.el (enriched-decode-foreground)
9244         (enriched-decode-background): Don't use internal-find-face.
9246         * apropos.el: Doc fixes.
9248         * cus-edit.el (customize-changed-options): Check arg.
9249         (customize-version-lessp): Don't require decimal point.
9251         * custom.el (defcustom, defgroup): Doc fix.
9253         * newcomment.el (comment) <defgroup>: Add :version.
9254         (comment-multi-line): Doc fix.
9256         * emulation/mlsupport.el (define-hooked-local-abbrev,
9257         define-hooked-global-abbrev): Fix, using define-abbrev.
9259 2000-06-19  Gerd Moellmann  <gerd@gnu.org>
9261         * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
9262         the whole buffer.
9264 2000-06-19  Dave Love  <fx@gnu.org>
9266         * menu-bar.el (menu-bar-options-save): New function.
9267         (menu-bar-options-menu): Use it.
9268         (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
9269         Simplify.
9271 2000-06-19  Andreas Schwab  <schwab@suse.de>
9273         * progmodes/etags.el (tags-query-replace): Put new parameters
9274         START and END at the end, for backward compatibility.
9276 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
9278         * international/codepage.el:
9279         (cp-coding-system-for-codepage-1): Delete special codes for
9280         generating xxx-dos coding system because now a CCL based coding
9281         system can handle EOL conversion by default.
9283         * international/mule.el (make-coding-system): Generate subsidiary
9284         coding systems for EOL handling variants even for a CCL based
9285         coding system.
9287 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
9289         * international/isearch-x.el (isearch-minibuffer-input-method)
9290         (isearch-minibuffer-input-method-function): These variables
9291         deleted.
9292         (isearch-with-input-method): Don't use the above variables.
9293         (isearch-process-search-multibyte-characters): Likewise.  Call
9294         read-string with the arg INHERIT-INPUT-METHOD t.
9296 2000-06-17  Stefan Monnier  <monnier@cs.yale.edu>
9298         * font-lock.el (font-lock-after-fontify-buffer)
9299         (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
9301         * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
9302         Use consistent make-local-variable style for font-lock-fontified.
9303         (jit-lock-fontify-buffer):
9304         Don't bother checking for font-lock-mode and jit-lock-mode.
9306         * time.el: Remove trailing ^M that prevent CVS-merging.
9308 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
9310         * Makefile.in (distclean): New target.
9312 2000-06-16  Stefan Monnier  <monnier@cs.yale.edu>
9314         * Makefile.in (srcdir): Define for update-subdirs.
9316 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
9318         * find-lisp.el: New file.
9320 2000-06-16  Andrew Innes  <andrewi@gnu.org>
9322         * time.el (display-time-mail-function): New variable, to allow
9323         external packages to indicate when new mail is available.
9324         (display-time-update): Use it.
9326 2000-06-16  Kenichi Handa  <handa@etl.go.jp>
9328         * international/mule.el (mule-version): Change version name to
9329         SAKAKI.  AOI has already been used by Meadow.
9331         * international/quail.el (quail-show-guidance-buf): To find the
9332         bottom window (but minibuffer), pay attention to the height of
9333         minibuffer.
9335 2000-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
9337         * arc-mode.el (archive-mode-map): Use the new menu-item format for
9338         menu-bar menus.  Add help strings.  Don't remove the Edit menu
9339         from the menu bar, as the menu bar has enough space now.
9341         * Makefile.in (SHELL): Make sure /bin/sh is used.
9343         * woman.el (woman-man-buffer): Fix bold and underlined CJK
9344         characters, which use series of two ^H characters instead of one.
9346 2000-06-15  Gerd Moellmann  <gerd@gnu.org>
9348         * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
9349         (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
9350         functions.
9351         (Info-find-node-2): Try a case-sensitive search first, then
9352         do a case-insensitive search.
9354         * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
9355         tutorials.
9357         * complete.el (PC-env-vars-alist): New variable.
9358         (PC-complete-as-file-name): New function.
9359         (partial-completion-mode): Initialize PC-env-vars-alist from
9360         process-environment.
9361         (PC-do-completion): Handle completion of env vars.
9363         * info.el (Info-set-mode-line): Show file name in mode line,
9364         use `*Info*' instead of `Info:'.
9366         * startup.el (command-line-1): Change copyright messages to year
9367         2000.
9369 2000-06-15  Dave Love  <fx@gnu.org>
9371         * net/goto-addr.el (goto-address-fontify): Use keymap property,
9372         not local-map.
9374 2000-06-15  Kenichi Handa  <handa@etl.go.jp>
9376         * international/mule.el (set-buffer-file-coding-system): Almost
9377         rewritten to handle `undecided' as no-op.
9379 2000-06-14  Gerd Moellmann  <gerd@gnu.org>
9381         * Makefile.in: New file.
9383         * Makefile: Removed.
9385         * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
9386         (goto-address-highlight-keymap): Bind C-c RET.
9388 2000-06-14  Kenichi Handa  <handa@etl.go.jp>
9390         * mail/sendmail.el (sendmail-send-it): The temporary buffer
9391         inherits buffer-file-coding-system of the current buffer.
9393         * tar-mode.el (tar-extract): For goto-char, use (point-min), not
9394         0.  Give correct argument to set-auto-coding-function.
9395         (tar-expunge): For goto-char, use (point-min), not 0.
9396         (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
9397         (tar-subfile-save-buffer): Likewize.
9399         * international/mule.el
9400         (after-insert-file-set-buffer-file-coding-system): Call
9401         set-buffer-file-coding-system with the arg FORCE t.
9403 2000-06-13  Gerd Moellmann  <gerd@gnu.org>
9405         * mail/sendmail.el (mail-specify-envelope-from): Initialize to
9406         nil.  Contemporary sendmails issue an X-Authentication-Warning if
9407         the sender is set with `-f'.
9409 2000-06-13  Dave Love  <fx@gnu.org>
9411         * help.el (describe-function-1): Kluge around cases of functions
9412         fset to subrs whose doc doesn't match their symbol-name.
9414         * image.el (insert-image): Default STRING to a space.
9416         * info.el Doc fixes.
9417         (Info-build-node-completions): Match Ref tags.
9419 2000-06-13  Eli Zaretskii <eliz@is.elta.co.il>
9421         * frame.el (display-multi-frame-p, display-multi-font-p): New
9422         defaliases for display-graphic-p.
9424         * hl-line.el: Fixed a typo in commentary.
9426 2000-06-13  Kenichi Handa  <handa@etl.go.jp>
9428         * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
9429         fixed.
9431 2000-06-12  Dave Love  <fx@gnu.org>
9433         * image.el (insert-image): Save a little consing.
9435 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
9437         * language/tibet-util.el: Convert all tibetan-1-column characters
9438         to the corresponding tibetan characters.
9439         (tibetan-add-components): Delete code for the special treatment of
9440         'a chung.
9442         * language/tibetan.el (tibetan-composable-pattern): Fix previous
9443         change.
9444         (tibetan-vowel-transcription-alist): More rules added.
9445         (tibetan-composite-vowel-alist): New variable.
9446         (tibetan-precomposition-rule-alist): More rules added.
9448 2000-06-12  Stefan Monnier  <monnier@cs.yale.edu>
9450         * startup.el (command-line): Only call menu-bar-mode if interactive.
9452         * thingatpt.el (toplevel symbol-properties):
9453         * textmodes/makeinfo.el (makeinfo-compile):
9454         * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
9455         * progmodes/hideif.el (hif-compress-define-list)
9456         (hide-ifdef-use-define-alist):
9457         * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
9458         (ange-ftp-vms-add-file-entry):
9459         * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
9460         * man.el (Man-build-man-command):
9461         * mail/rnewspost.el (news-reply-header-hook):
9462         * info.el (Info-insert-dir):
9463         * emulation/mlconvert.el (backward-word, forward-word, setq):
9464         * emacs-lisp/gulp.el (gulp-send-requests):
9465         * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
9466         (byte-optimize-inline-handler, byte-optimize-form-code-walker)
9467         (byte-optimize-apply, end of file):
9468         * emacs-lisp/advice.el (ad-advice-class-completion-table)
9469         (ad-make-freeze-definition):
9470         * startup.el (command-line, command-line-1): Don't quote lambdas.
9472         * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
9473         (cvs-cleanup-removed): New function.
9474         (cvs-cleanup-functions): New var.
9475         (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
9476         some flexibility in specifying additional entries to auto-cleanup.
9477         (cvs-quickdir): New function.
9478         (cvs-mode-insert): Use cvs-fileinfo-from-entries.
9479         (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
9480         (cvs-mode-find-file): Check that we are on a filename or dirname
9481         when invoked through a mouse-click.
9482         (cvs-full-path): Remove.
9483         (cvs-dired-action): Re-introduced.
9484         (cvs-dired-noselect): Use it.
9485         (vc-post-command-functions): use this new hook if available.
9487         * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
9488         (cvs-status-map): Don't inherit from cvs-mode-map anymore.
9489         (cvs-filename-map, cvs-dirname-map): Remove.
9490         (cvs-default-action): Remove.
9491         (cvs-add-face): Use `keymap' rather than `local-map' property, and only
9492         if the arg is really a keymap.
9493         (cvs-fileinfo-pp): Don't use any special map for file and dir names.
9494         Don't hardcode the mapping from state (aka type) to face, but check
9495         the var cvs-fi-<type>-face instead.
9496         (cvs-fileinfo-from-entries): New function.
9498         * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
9499         Docstring fix.
9500         (cvs-find-file-and-jump): Change default to be safer.
9501         (cvs-mode-diff-map): Define it as a function as well.
9502         (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
9503         Bind mouse-2 in this global map rather than with text-properties.
9505         * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
9506         file to resolve the ambiguity between C(conflict) and C(need-merge).
9508 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
9510         * international/mule.el (set-buffer-file-coding-system): If
9511         CODING-SYSTEM is nil, set buffer-file-coding-system to nil
9512         unconditionally.
9514 2000-06-12  Dave Love  <fx@gnu.org>
9516         * wid-edit.el (widget-specify-button): Really suppress the face if
9517         required.
9519 2000-06-11  Gerd Moellmann  <gerd@gnu.org>
9521         * term/x-win.el (x-colors): Add colors from recent rgb.txt.
9523 2000-06-11  Stefan Monnier  <monnier@cs.yale.edu>
9525         * imenu.el (imenu-generic-expression): Docstring fix.
9527         * composite.el (composition-function-table): Move the `put'
9528         below the autoload cookie so we can load the file before loaddefs.
9530         * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
9532         * emacs-lisp/autoload.el (make-autoload): Use `cond'.
9533         Handle easy-mmode-define-global-mode.
9534         For complex macros like define-minor-mode that can generate
9535         several autoload entries, try to autoload entries in the
9536         macroexpanded code.
9538         * emacs-lisp/easy-mmode.el (define-minor-mode):
9539         If KEYMAP is a symbol, just use it.
9540         Use byte-compile-current-file and load-file-name to infer the
9541         proper :require to pass to defcustom.
9542         Wrap the hook var into `progn' so as not to autoload it.
9543         Add a :autoload-end cookie.
9544         Be more careful about the evaluation of KEYMAP.
9545         (easy-mmode-define-global-mode): Add a :autoload-end cookie.
9546         (define-derived-mode): Move define-abbrev-table outside of defvar.
9548 2000-06-10  Stefan Monnier  <monnier@cs.yale.edu>
9550         * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
9551         (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
9552         (backup-compiled-files): Ignore errors during `tar'.
9553         (bootstrap): Make autoloads before elc files.
9555 2000-06-10  Kenichi Handa  <handa@etl.go.jp>
9557         * international/mule.el (set-buffer-file-coding-system): If one of
9558         undecided-XXX is specified, change only EOL conversion.
9560         * international/mule-conf.el (unix): New alias for the coding
9561         system undecided-unix.
9563 2000-06-09  Dave Love  <fx@gnu.org>
9565         * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
9567         * progmodes/executable.el: Byte compile dynamic.
9568         (executable-insert): Change custom type.
9569         (executable-find): Add autoload cookie.
9570         (executable-make-buffer-file-executable-if-script-p): New
9571         function.  After Noah Friedman.
9573         * files.el (after-save-hook): Customize, with
9574         executable-make-buffer-file-executable-if-script-p as an option.
9576 2000-06-09  Kenichi Handa  <handa@etl.go.jp>
9578         * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
9579         "tib24p-mule.bdf" for Tibetan.
9581         * composite.el (decompose-composite-char): Declare it as obsolete.
9583         * man.el (Man-fontify-manpage): Pay attention to underline and
9584         overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
9586 2000-06-08  Gerd Moellmann  <gerd@gnu.org>
9588         * thingatpt.el (forward-thing): Use functionp instead of fboundp.
9589         Set maintainer to FSF since author isn't reachable.
9591 2000-06-08  Dave Love  <fx@gnu.org>
9593         * international/mule-cmds.el (select-safe-coding-system): If
9594         DEFAULT-CODING-SYSTEM is not specified, also check the most
9595         preferred coding-system if buffer-file-coding-system is
9596         `undecided'.  From Handa.
9598 2000-06-08  Kenichi Handa  <handa@etl.go.jp>
9600         * international/mule.el
9601         (after-insert-file-set-buffer-file-coding-system): If the buffer
9602         size is greater than INSERTED, judget that we are not visiting.
9604 2000-06-07  Rajesh Vaidheeswarran  <rv@gnu.org>
9606         * whitespace.el (defgroup whitespace): Comment out `:version'.
9607         XEmacs 20.4 has problems defining the group with this present.
9608         We'll have this commented out till get resolve the problem.
9610 2000-06-07  John Wiegley  <johnw@gnu.org>
9612         * align.el (align-dq-string-modes, align-sq-string-modes)
9613         (align-open-comment-modes): Add pyhton-mode.
9614         (align-rules-list): Use get-text-property instead of
9615         text-properties-at.
9616         (align-rules-list): Add python-assignment.
9617         (align-rules-list): Change perl-comma-delimiter to
9618         basic-comma-delimiter.  Use if for Perl modes and python-mode.
9619         (align-rules-list): Add python-chain-logic and
9620         basic-line-continuation.
9622 2000-06-07  Jari Aalto  <jari.aalto@poboxes.com>
9624         * apropos.el (apropos-mode-hook): New user variable.
9625         (apropos-mode): Run apropos-mode-hook.
9627 2000-06-07  David Ponce  <david@dponce.com>
9629         * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
9630         commands.  Require `wid-edit' at run-time.
9632 2000-06-07  David Ponce  <david@dponce.com>
9634         * recentf.el: Added some "Commentary".
9635         (recentf-open-more-files, recentf-edit-list): Minor changes to
9636         move the point at the top of the file list.  This behaviour is
9637         consistent with the menu one when the list contains a lot of
9638         files.
9639         (recentf-cleanup): Now displays the number of items removed from
9640         the list.
9641         (recentf-relative-filter) New menu filter to show filenames
9642         relative to `default-directory'.
9644 2000-06-07  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9646         * ps-print.el: XEmacs compatibility.  Doc fix.  Can select page size
9647         with/without giving an error if PostScript printer doesn't have this
9648         kind of page size.  Zebra Stripe continues or restarts on next page.
9649         Manual/automatic paper feeding.  Switch or not the header.
9650         (ps-print-version): New version number (5.2.2).
9651         (ps-windows-system): Include emx as a Windows system.
9652         (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
9653         (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
9654         (ps-background-text): Code fix.
9655         (ps-error-handler-message, ps-user-defined-prologue)
9656         (ps-print-prologue-header, ps-printer-name)
9657         (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
9658         (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
9659         (ps-use-face-background): Customization fix.
9660         (ps-n-up-database): Data fix.
9661         (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
9662         (ps-switch-header): New vars.
9663         (ps-xemacs-color-name, ps-face-foreground-name)
9664         (ps-face-background-name, ps-boolean-constant): New funs.
9666 2000-06-07  Dave Love  <fx@gnu.org>
9668         * allout.el: New version from Manheimer.
9670 2000-06-07  Kenichi Handa  <handa@etl.go.jp>
9672         * textmodes/fill.el (fill-find-break-point): Check the validity of
9673         charset.
9675 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
9677         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9678         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
9679         Call display-color-p and display-mouse-p instead of looking at
9680         window-system.
9682 2000-06-06  Dave Love  <fx@gnu.org>
9684         * image.el (find-image): Doc fix.  Return nil if image not found.
9685         (put-image, insert-image): Make STRING arg optional.
9687 2000-06-06  Kenichi Handa  <handa@etl.go.jp>
9689         * language/vietnamese.el: Remove eval-when-compile.
9690         (viet-viscii-nonascii-translation-table): Define it as a
9691         translation table made from viet-viscii-decode-table.
9692         (viet-viscii-encode-table): Define it as a translation table made
9693         from the reverse map of above.
9694         (viet-vscii-nonascii-translation-table): Define it as a
9695         translation table made from viet-vscii-decode-table.
9696         (viet-vscii-encode-table): Define it as a translation table made
9697         from the reverse map of above.
9698         (ccl-decode-viscii): Use translate-character.
9699         (ccl-encode-viscii, ccl-encode-viscii-font)
9700         (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
9701         Likewize.
9703         * language/cyrillic.el: Remove eval-when-compile.
9704         (cyrillic-koi8-r-nonascii-translation-table): Define it as a
9705         translation table made from cyrillic-koi8-r-decode-table.
9706         (cyrillic-koi8-r-encode-table): Define it as a translation table
9707         made from the reverse map of above.
9708         (ccl-decode-koi8): Use translate-character.
9709         (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
9710         (cyrillic-alternativnyj-nonascii-translation-table): Define it as
9711         a translation table made from cyrillic-alternativnyj-decode-table.
9712         (cyrillic-alternativnyj-encode-table): Define it as a translation
9713         table made from the reverse map of above.
9714         (ccl-decode-alternativnyj): Use translate-character.
9715         (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
9716         Likewize
9718         * international/mule-diag.el (non-iso-charset-alist): Specify
9719         translation table symbol instead of translation table itself.
9720         (list-block-of-chars): CHARSET may be a translation table symbol.
9722         * international/mule.el (make-coding-system): If CODING-SYSTEM
9723         already exists, override it.
9725         * international/fontset.el: Use family `proportional' for Tibetan
9726         fonts.
9728         * international/ccl.el (ccl-compile-translate-character): Don't
9729         check if Rrr has property translation-table.
9730         (ccl-compile-map-multiple): Modified to avoid compiler warning.
9732 2000-06-05  Gerd Moellmann  <gerd@gnu.org>
9734         * info.el: Bind case-fold-search to t when searching in case
9735         a user sets it to nil in a hook.
9737 2000-06-05  Stefan Monnier  <monnier@cs.yale.edu>
9739         * autoarg.el (autoarg-mode, autoarg-kp-mode):
9740         * hl-line.el (hl-line-mode): Use the new :global key argument.
9742         * tar-mode.el (tar-header-block-recompute-checksum): Remove.
9743         (tar-clip-time-string): Prepend a space.
9744         (tar-grind-file-mode): Construct a string rather than modifying one.
9745         (tar-header-block-summarize): Fix docstring.
9746         Use `format' rather than an error-prone set of copy-loops.
9748         * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
9749         (diff-goto-source, diff-unified->context, diff-context->unified)
9750         (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
9751         understand the format output by the `-p' argument to diff.
9753         * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
9754         (sh-re-done): Use defconst.
9755         (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
9756         (sh-help-string-for-variable, sh-guess-basic-offset):
9757         Don't quote lambdas.
9758         (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
9759         (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
9761         * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
9762         (mh-letter-mode): Derive from text-mode.
9763         This implicitly means that it now calls kill-all-local-variables.
9764         Also remove the Emacs-18 compatibility code.
9766         * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
9767         Make use of symbol-property doc-string-elt.
9768         Use memq rather than a sequence of eq.
9769         (doc-string-elt): Fix the wrong or missing previously unused values.
9770         (autoload-print-form): New function extracted from
9771         generate-file-autoloads to allow recursion when handling progn
9772         so that defvar's and defun's docstrings are properly printed.
9773         (generate-file-autoloads): Use it.
9775         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
9776         Use find-file-hooks in the minor-mode function.
9777         Be careful not to loop indefinitely in the post-command-hook function.
9779 2000-06-05  Michael Kifer  <kifer@cs.sunysb.edu>
9781         * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
9782         tty's.
9783         * ediff-diff.el (ediff-exec-process): Use --binary for fine
9784         differences whenever appropriate.
9785         * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
9786         * viper.el (find-file, find-file-other-window): Get viper to do
9787         wildcards.
9789 2000-06-04  Stefan Monnier  <monnier@cs.yale.edu>
9791         * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
9792         (jit-lock-fontify-buffer): New function for JIT refontification.
9793         (jit-lock-mode): Fix docstring.
9794         Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
9795         Remove jit-lock-after-change from the _local_ hook.
9796         (jit-lock-function-1): Fix docstring.
9798         * info.el (Info-on-current-buffer): Initialize info.
9800         * newcomment.el (comment-indent): Ignore comment-indent-hook.
9802         * progmodes/tcl.el (tcl-indent-for-comment):
9803         Ignore comment-indent-hook.
9805         * emacs-lisp/easy-mmode.el: Require CL during compilation.
9806         (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
9807         (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
9808         and improve to use the lighter to guess the capitalization.
9809         (define-minor-mode): Inline code from easy-mmode-define-toggle.
9810         Add keyword arguments to specify global-ness or the custom group.
9811         Add local-map and help-echo properties to the lighter.
9812         (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
9813         (easy-mmode-define-global-mode): New macro.
9815 2000-06-02  Dave Love  <fx@gnu.org>
9817         * wid-edit.el: byte-compile-dynamic since we typically don't use
9818         all the widgets.  Don't require cl or widget.  Remove
9819         eval-and-compile.  Don't autoload finder-commentary.  Doc fixes.
9820         (widget-read-event): Removed.  Callers changed to use read-event.
9821         (widget-button-release-event-p): Renamed from
9822         button-release-event-p.
9823         (widget-field-add-space, widget-field-use-before-change):
9824         Uncustomize.
9825         (widget-specify-field): Use keymap property, not local-map.
9826         (widget-specify-button): Obey :suppress-face.
9827         (widget-specify-insert): Use modern backquote syntax.
9828         (widget-image-directory): Renamed from widget-glyph-directory.
9829         (widget-image-enable): Renamed from widget-glyph-enable.
9830         (widget-image-find): Replaces widget-glyph-find.
9831         (widget-button-pressed-face): Move defvar.
9832         (widget-image-insert): Replaces widget-glyph-insert.
9833         (widget-convert): Use keywordp.
9834         (widget-leave-text, widget-children-value-delete): Use mapc.
9835         (widget-keymap): Remove XEmacs stuff.
9836         (widget-field-keymap, widget-text-keymap): Define all inside defvar.
9837         (widget-button-click): Don't set point at the click, but re-centre
9838         if we scroll out of window.  Rewritten for images v. glyphs &c.
9839         (widget-tabable-at): Use POS arg, not point.
9840         (widget-beginning-of-line, widget-end-of-line)
9841         (widget-item-value-create, widget-sublist, widget-princ-to-string)
9842         (widget-sexp-prompt-value, widget-echo-help): Simplify.
9843         (widget-default-create): Use widget-image-insert; some rewriting.
9844         (widget-visibility-value-create)
9845         (widget-push-button-value-create, widget-toggle-value-create): Use
9846         widget-image-insert.
9847         (checkbox): Create on and off images dynamically.
9848         (documentation-link): Change :help-echo.
9849         (widget-documentation-link-echo-help): Remove.
9851 2000-06-02  Stefan Monnier  <monnier@cs.yale.edu>
9853         * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
9855         * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
9856         (easy-mmode-define-toggle, define-minor-mode): Use it.
9857         (easy-mmode-define-keymap): Docstring fix.
9858         (define-derived-mode): Default PARENT to fundamental-mode.
9859         Add the derived-mode-parent symbol-property.
9860         (easy-mmode-derived-mode-p): New function.
9862 2000-06-02  Dave Love  <fx@gnu.org>
9864         * files.el (convert-standard-filename): Doc fix.
9865         (normal-backup-enable-predicate): New function.
9866         (backup-enable-predicate): Use it to replace the lambda form.
9868         * calendar/todo-mode.el: [This needs more work on the outline
9869         stuff.]  Doc fixes.
9870         (todo) <defgroup>: Add :version.
9871         (todo-add-category): Don't use pushnew.
9872         (todo-cmd-raise): Fix typo.
9873         (todo-top-priorities): Change temp buffer name.
9874         (todo-category-alist): Avoid redundant lambda.
9875         (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
9876         Use outline-next-heading.
9878         * autoarg.el: Rewritten to use define-minor-mode.
9879         (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
9880         (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
9882 2000-06-02  Kenichi Handa  <handa@etl.go.jp>
9884         * isearch.el (isearch-other-meta-char): Fix previous change.
9886 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
9888         * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
9889         (log-edit-done): Only add the comment to the ring if it's different
9890         from the last comment entered.
9892         * isearch.el (isearch-highlight): Turn internal-find-face into facep.
9894 2000-06-01  Dave Love  <fx@gnu.org>
9896         * hl-line.el: Rewritten using define-minor-mode.
9898         * help.el (describe-function-1): Distinguish special form from
9899         builtin function.  Sanity-check presence of arglist for builtins.
9901 2000-06-01  Kenichi Handa  <handa@etl.go.jp>
9903         * international/characters.el: Fix syntax/category setting of
9904         Tibetan characters.
9906         * language/tibet-util.el (tibetan-add-components): Fixes for new
9907         encoding of Tibetan characters.
9908         (tibetan-decompose-precomposition-alist): New variable.
9909         (tibetan-decompose-region): Convert precomposed characters to
9910         non-precomposed characters.
9911         (tibetan-decompose-string): Likewise.
9912         (tibetan-composition-function): Fix args to
9913         thibetan-compose-string.
9915         * language/tibetan.el (tibetan-composable-pattern): More
9916         characters included.
9917         (tibetan-consonant-transcription-alist): Rule for "R" added.
9918         (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
9919         "+R" added.
9920         (tibetan-base-to-subjoined-alist): Rule for "RA" added.
9922         * language/lao-util.el (lao-composition-function): Fix args to
9923         compose-string.
9925         * language/thai-util.el (thai-composition-function): Fix args to
9926         compose-string.
9928         * isearch.el (isearch-update): Set disable-point-adjustment to t
9929         to prevent the point moving to the end of a composition when a
9930         part of a composition is searched.
9931         (isearch-other-meta-char): If the key invoking this command can be
9932         mapped by function-key-map to a printing char, call
9933         isearch-process-search-char directly.
9935 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
9937         * emacs-lisp/bytecomp.el:
9938         * frame.el:
9939         * international/mule-cmds.el:
9940         * international/mule-util.el:
9941         * international/mule.el:
9942         * mouse.el:
9943         * subr.el:
9944         * faces.el: Update calls to make-obsolete with a WHEN argument.
9946         * byte-run.el (make-obsolete, make-obsolete-variable):
9947         Add an optional WHEN argument and change the format of the
9948         symbol-property information.
9949         * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
9950         (byte-compile-obsolete, byte-compile-variable-ref): Understand the
9951         new obsolete-symbol-property format and print WHEN if it is provided.
9953 2000-05-31  Dave Love  <fx@gnu.org>
9955         * loadhist.el (loadhist-hook-functions): Remove
9956         before-change-function, after-change-function.
9957         (unload-feature): Deal with symbols which are both bound and
9958         fbound.
9960         * mouse.el (mouse-save-then-kill-delete-region): Don't bind
9961         before-change-function, after-change-function.
9963         * simple.el (newline): Don't bind before-change-function,
9964         after-change-function.
9966 2000-05-31  Rajesh Vaidheeswarran <rv@gnu.org>
9968         * whitespace.el (whitespace-rescan-timer-time): Update interval
9969         set to 600 seconds (10 minutes) instead of 60 seconds since
9970         a large number of whitespace buffers causes emacs to `freeze'
9971         for a considerable amount of time.
9973         * whitespace.el: Updated email address
9975 2000-05-31  Dave Love  <fx@gnu.org>
9977         * add-log.el (change-log-font-lock-keywords) <function>: Add
9978         pattern for function of change.
9979         (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
9980         acknowledgements patterns.
9982 2000-05-31  Kenichi Handa  <handa@etl.go.jp>
9984         * isearch.el (isearch-printing-char): If keyboard coding system is
9985         being used, call isearch-process-search-multibyte-characters.
9987         * international/isearch-x.el: Mostly rewritten.
9989         * international/quail.el (quail-start-conversion): Don't include
9990         unhandled events in the returned events, but set them in
9991         unread-command-events.  Exit if all inputs are deleted.
9993 2000-05-30  Jason Rumney  <jasonr@gnu.org>
9995         * w32-fns.el (w32-charset-info-alist): Add each charset separately.
9997         * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
9998         Reenable code to create initial fontsets.
9999         Use set-fontset-font in place of put-charset-property.
10001 2000-05-30  Gerd Moellmann  <gerd@gnu.org>
10003         * progmodes/perl-mode.el (perl-indent-line): When looking for a
10004         label, ensure that the first colon isn't followed by another.
10006         * paths.el (Info-default-directory-list): Doc fix.
10008         * net/net-utils.el (finger-X.500-host-regexps): New user-option.
10009         (finger): If HOST matches a regexp from finger-X.500-host-regexps,
10010         send a query containing USER only, not USER@HOST.
10012         * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
10013         and rmail-msgend to compute the restriction at the end, instead of
10014         computing it.
10016 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
10018         * dabbrev.el (dabbrev-expand): Don't display messages in the
10019         echo area if the minibuffer window is active.
10021         * jit-lock.el (jit-lock-mode): Add after change function to
10022         local hook.
10024 2000-05-29  Christoph Wedler  <Christoph.Wedler@sap.com>
10026         * antlr-mode.el: New commands: hide/unhide actions,
10027         upcase/downcase literals.
10028         (antlr-tiny-action-length): New user option.
10029         (antlr-hide-actions): New command.  Suggested by
10030         Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
10031         (antlr-mode-map): New binding [C-c C-v].
10032         (antlr-mode-menu): New entries.
10033         (antlr-downcase-literals): New command.
10034         (antlr-upcase-literals): Ditto.
10036         * antlr-mode.el: Minor changes: indendation, mode-name.
10037         (antlr-indent-line): Indent cpp directive at column 0.
10038         (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
10040         * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
10041         (antlr-font-lock-additional-keywords): Workaround for intentional
10042         bug in XEmacs version of font-lock.
10043         (antlr-mode): Set symbol property `mode-name' to "Antlr".  Could
10044         be used by a smarter version of `buffers-menu-grouping-function'.
10046 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
10048         * tmm.el (tmm-prompt): Recognize menu item definitions of the for
10049         `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
10051 2000-05-29  Kenichi Handa  <handa@etl.go.jp>
10053         * international/encoded-kb.el
10054         (encoded-kbd-iso2022-designation-map): Pay attention to that
10055         charset-iso-final-char return -1 for eight-bit-control and
10056         eight-bit-graphic.
10058 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
10060         * speedbar.el (speedbar-use-images, speedbar-update-flag)
10061         (speedbar-easymenu-definition-base): Use display-graphic-p where
10062         available, instead of window-system.
10064 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
10066         * international/codepage.el (cp-coding-system-for-codepage-1): Add
10067         eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
10068         coding systems.
10070 2000-05-26  Dave Love  <fx@gnu.org>
10072         * disp-table.el (standard-display-underline): Don't use
10073         internal-find-face.
10075         * mail/reporter.el: Maintainer change.  Doc fixes.
10076         (reporter-version): Deleted.
10078         * emacs-lisp/elp.el: Maintainer change.
10079         (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
10081 2000-05-26  Stefan Monnier  <monnier@cs.yale.edu>
10083         * add-log.el (add-change-log-entry): Merge the current entry with the
10084         previous one if the previous one is empty.
10086 2000-05-26  Dave Love  <fx@gnu.org>
10088         * loadhist.el (unload-feature): Fix interactive spec [from
10089         lijnzaad@ebi.ac.uk].
10091         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
10092         subr-arity to check primitives.
10093         (byte-compile-flush-pending, byte-compile-file-form-progn)
10094         (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
10095         (byte-compile-insert, byte-compile-funcall): Use mapc instead of
10096         mapcar.
10098 2000-05-26  Kenichi Handa  <handa@etl.go.jp>
10100         * international/fontset.el: Set family names of non-latin charsets
10101         in default fontset to "*".
10103         * international/mule-diag.el (print-fontset): Combine family part
10104         and registry part of the fontname by "-*-" instead of "-".
10106         * international/mule-cmds.el (encode-coding-char): Make strings
10107         multibyte before calling encode-coding-string.
10109 2000-05-25  Stefan Monnier  <monnier@cs.yale.edu>
10111         * derived.el: Fix keywords.
10112         (define-derived-mode): Only define if needed.
10114         * simple.el (fill-comment, comment-column, comment-start)
10115         (comment-start-skip, comment-end, comment-indent-function)
10116         (block-comment-start, block-comment-end, indent-for-comment)
10117         (set-comment-column, kill-comment, comment-padding, comment-region)
10118         (comment-multi-line, indent-new-comment-line): Remove.
10120         * bindings.el (esc-map): Change ; to comment-dwim and use the new
10121         function names for comment operations.
10123         * newcomment.el: Add abundant autoload cookies.
10124         (comment-style): Don't depend on runtime data at compile-time.
10125         (comment-indent-hook): Remove.
10126         (comment-indent): Check if comment-indent-hook is bound.
10127         (comment-region): Docstring fix.
10129 2000-05-25  Dave Love  <fx@gnu.org>
10131         * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
10132         byte-code-function-p.
10134         * mail/rmailsum.el: Add provide.
10136         * net/goto-addr.el (goto-address-fontify): Add help-echo property.
10138         * smerge-mode.el (smerge-diff-switches): Don't use list* in
10139         defcustom.
10141 2000-05-25  Michael Kifer  <kifer@cs.sunysb.edu>
10143         * ediff-diff.el (ediff-exec-process): delete --binary option from
10144         non-buffer ediff jobs.
10146 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
10148         * hilit-chg.el (highlight-changes-mode): Ask about color or
10149         grayscale support, not about window-system.
10151         * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
10152         window-system.
10153         (ffap-highlight): Always default to t.
10155         * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
10156         display-popup-menus-p instead of looking at window-system.
10158         * disp-table.el (standard-display-g1, standard-display-graphic):
10159         Only refuse to use string glyphs on X and MS-Windows.
10161         * avoid.el: Remove window-system from commentary, suggest to use
10162         display-*-p instead.
10164         * apropos.el (apropos-print): Use display-mouse-p instead of
10165         window-system.
10167 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
10169         * international/codepage.el (cp-decoding-vector-for-codepage):
10170         Fill up unsupported characters with their own codes.  From Kenichi
10171         Handa.
10173 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
10175         * international/mule-diag.el (describe-char-after): Use
10176         display-graphic-p instead of window-system, so that this function
10177         works on MS-DOS.
10179 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
10181         * international/codepage.el (cp-make-coding-systems-for-codepage):
10182         Remove the eight-bit-graphic and eight-bit-control charsets from
10183         the list of charsets which we convert into `?'.
10185 2000-05-25  Kenichi Handa  <handa@etl.go.jp>
10187         * international/mule-conf.el: Specify CHARSET-ID explicitely for
10188         private charsets.
10189         (mule-unicode-0100-24ff, japanese-jisx0213-1,
10190         japanese-jisx0213-2): New charsets.
10192         * international/fontset.el: Setup default fontset for new charsets.
10194 2000-05-24  Dave Love  <fx@gnu.org>
10196         * info.el (Info-find-node-2): Restructure [following "Vadim
10197         S. Solomin" <sovs@uic.nnov.ru>].
10199         * icomplete.el: Fix header for Finder.
10201 2000-05-24  Eric M. Ludlam  <zappo@ultranet.com>
10203         * rmailout.el (rmail-output-to-rmail-file): Added optional param
10204         STAY.
10206         * rmail.el (rmail-automatic-folder-directives): New user variable.
10207         (rmail-show-message): Add call to `rmail-auto-file' during
10208         display.
10209         (rmail-auto-file): New function.
10211 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
10213         * ediff-diff.el (ediff-forward-word): Take syntactic word class into
10214         account.
10215         (ediff-test-utility,ediff-diff-mandatory-option)
10216         (ediff-reset-diff-options): Utilities for proper initialization of
10217         ediff-diff-options and ediff-diff3-options on Windows.
10219         * ediff-init.el (ediff-merge-filename-prefix): New customizable
10220         variable.
10222         * ediff-mult.el (ediff-filegroup-action): Use
10223         ediff-merge-filename-prefix.
10225 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
10227         * viper-ex.el (ex-write): Set selective display to nil.
10229 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
10231         * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
10232         aliases for hebrew-iso-8bit.
10234 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
10236         * woman.el: New version from Francis J. Wright
10237         <F.J.Wright@Maths.QMW.ac.uk>.
10238         (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
10239         names in environment variables regardless of the path separator.
10240         (woman-topic-all-completions-1): Don't call file-name-directory-p
10241         on all files, since woman-file-regexp already filters out any
10242         directories.
10244 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
10246         * international/quail.el (quail-start-translation): Don't change
10247         modified-p of the current buffer.
10248         (quail-start-conversion): Likewise.
10250         * international/kkc.el (kkc-region): Don't change modified-p of
10251         the current buffer.
10253         * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
10254         conform to RFC1468.
10255         (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
10257 2000-05-23  Eric M. Ludlam  <zappo@ballista.ultranet.com>
10259         * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
10260         (speedbar-insert-button): Invisible text property fix.
10261         (speedbar-directory-plus): Renamed from speedbar-directory-+
10262         (speedbar-directory-minus): Renamed from speedbar-directory--
10263         (speedbar-page-plus): Renamed from speedbar-file-+
10264         (speedbar-page-minus): Renamed from speedbar-file--
10265         (speedbar-page): Renamed from speedbar-file-
10266         (speedbar-tag): Renamed from speedbar-tag-
10267         (speedbar-tag-plus): Renamed from speedbar-tag-+
10268         (speedbar-tag-minus): Renamed from speedbar-tag--
10269         (speedbar-expand-image-button-alist): Use above renames.
10271         * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
10272         * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
10273         * sb-pg-plus.xpm: Renamed from sb-file+.xpm
10274         * sb-pg-minus.xpm: Renamed from sb-file-.xpm
10275         * sb-pg.xpm: Renamed from sb-file.xpm
10276         * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
10277         * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
10279 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
10281         * international/quail.el (quail-show-guidance-buf): Set
10282         current-input-method of the guidance buffer to the name of the
10283         curren input method.
10285 2000-05-23  Stefan Monnier  <monnier@cs.yale.edu>
10287         * progmodes/compile.el (compile-internal): Style typo.
10289         * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
10290         quote vars and functions in the docstring.
10292         * newcomment.el (comment-make-extra-lines): Don't use `assert'.
10294         * completion.el (dynamic-completion-mode, dynamic-completion-mode):
10295         Don't quote lambdas.
10297         * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
10299 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
10301         * startup.el (command-line): Determine source file of compiled
10302         user init file differently.  Warn if compiled user init file
10303         is older than its source file.
10305         * ffap.el (ffap-url-regexp): Add `https'.
10307 2000-05-23  Eli Zaretskii  <eliz@is.elta.co.il>
10309         * files.el (make-backup-file-name-1): Replace slashes with `!'
10310         rather than `|' (which is not allowed on Windows).  Replace the
10311         drive letters with a string "drive_X".
10313 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
10315         * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
10317         * files.el (interpreter-mode-alist): Add `bash2'.
10319 2000-05-22  Dave Love  <fx@gnu.org>
10321         * loadhist.el (feature-symbols, file-provides, file-requires): Use
10322         mapc.
10323         (feature-file): Avoid calling symbol-name.  Doc fix.
10324         (file-set-intersect, file-dependents): Use dolist, not mapcar.
10325         (loadhist-hook-functions): Add mouse-position-function.
10326         (unload-feature): Change uses of mapcar.
10328         * files.el (parse-colon-path): Doc fix.
10329         (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
10330         (set-auto-mode): Use mapc.
10332         * complete.el (PC-look-for-include-file): Use :alnum: character
10333         class.
10334         (partial-completion-mode): Add autoload cookie.
10336 2000-05-22  Sam Steingold  <sds@gnu.org>
10338         * info.el (Info-fontify-node): Fixed the call to
10339         `add-text-properties' (bug introduced on 2000-05-18).
10341 2000-05-22  Dave Love  <fx@gnu.org>
10343         * bindings.el: Remove debug-ignored-errors set in other files.
10345         * progmodes/etags.el: Add to debug-ignored-errors.
10346         (visit-tags-table-buffer): Clear out buffers holding old tables
10347         when making a new list.
10348         (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
10349         mapc.
10351         * completion.el: Doc fixes.  Add to debug-ignored-errors.  Don't
10352         quote keywords.
10353         (cmpl-string-case-type): Use character classes.
10355         * comint.el:
10356         * textmodes/ispell.el:
10357         * imenu.el:
10358         * mail/mh-e.el:
10359         * progmodes/compile.el: Add to debug-ignored-errors.
10361         * dabbrev.el: Add to debug-ignored-errors.
10362         (dabbrev-completion): Use mapc.
10364 2000-05-22  Eli Zaretskii  <eliz@is.elta.co.il>
10366         * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
10367         (woman-mapcan, woman-parse-man.conf)
10368         (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
10369         (woman-reset-emulation, woman-select-symbol-fonts): New functions.
10370         (woman-parse-colon-path): Call woman-mapcan.  Recognize Cygwin
10371         path syntax better.
10372         (woman-man.conf-path, woman-use-own-frame): New defcustoms.
10373         (woman-manpath): Call woman-parse-man.conf.
10374         (woman-emulation): New defcustom, defaults to nroff.
10375         (woman-font-support): New defconst.
10376         (woman-use-symbol-font): New defcustom.
10377         (woman-menu): Add new menu items: "Colored/BW", "Advanced",
10378         "Emulation".
10379         Many functions: Doc fix.
10381 2000-05-22  Kenichi Handa  <handa@etl.go.jp>
10383         * international/quail.el (quail-simple-translation-keymap): Map
10384         128..255 to quail-self-insert-command.
10385         (quail-keyboard-layout-alist): Add definition for "pc102-de".
10387 2000-05-22  Stefan Monnier  <monnier@cs.yale.edu>
10389         * help.el (help-manyarg-func-alist): Typo.
10391         * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
10392         intervals which makes it heaps simpler.
10394         * newcomment.el (comment-region-internal): Go back to BEG after quoting
10395         the nested comment markers.
10397         * subr.el (remove-hook): Don't turn the hook's value into a list.
10399 2000-05-21  Dave Love  <fx@gnu.org>
10401         * edmacro.el (edmacro-parse-keys): Return vector if any elements
10402         are invalid characters.
10404         * international/mule-util.el (detect-coding-with-priority): Use
10405         mapc.  Remove redundant lambda.
10407         * international/mule-diag.el (list-non-iso-charset-chars)
10408         (describe-fontset): Remove redundant lambda.
10410         * emulation/crisp.el (brief-mode): New alias.
10412         * emacs-lisp/ring.el (ring-elements): New function.
10414         * emacs-lisp/easymenu.el (easy-menu-create-menu)
10415         (easy-menu-do-add-item): Use keywordp.
10417         * emacs-lisp/byte-opt.el: Update side-effect free function lists.
10419         * replace.el: Doc and error message fixes.
10420         (replace-highlight): Use facep, not internal-find-face.
10422 2000-05-20  Stefan Monnier  <monnier@cs.yale.edu>
10424         * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
10426         * log-edit.el (log-edit-done): Cleanup trailing empty lines.
10427         (log-edit-insert-changelog): Drop `:' as well.
10429         * log-view.el: Fix file description.
10430         (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
10431         available.
10432         (log-view-font-lock-keywords): Only use cvs-filename-face if present.
10433         (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
10435         * emacs-lisp/easy-mmode.el: Update copyright and commentary.
10436         (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
10437         Print a status message if the toggle is called interactively.
10438         (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
10439         for global minor modes and use `defcustom' for them.
10440         Use add-minor-mode.
10441         (easy-mmode-define-derived-mode): Remove.
10442         (define-derived-mode): Fancier default docstring.
10443         (easy-mmode-define-navigation): Signal an error rather than (ding).
10445         * newcomment.el (comment-styles): New `box-multi'.
10446         (comment-normalize-vars): Better default for comment-continue to
10447         avoid whitespace-only continuations.
10448         (comment-search-forward): Always move even in the no-syntax case.
10449         (comment-padright): Only obey N if it's only obeyed for padleft.
10450         (comment-make-extra-lines): Better handling of empty continuations.
10451         Use `=' for the filler if comment-start has only one character.
10452         (uncomment-region): Try handling the special `=' filler.
10453         (comment-region): Allow LINES even if MULTI is nil.
10454         (comment-box): Choose box style based on comment-style.
10456 2000-05-20  Kenichi Handa  <handa@etl.go.jp>
10458         * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
10459         (ccl-compile-write-repeat): If ARG is string, make it unibyte.
10461 2000-05-20  Kenichi HANDA  <handa@etl.go.jp>
10463         * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
10464         and insert, not subst-char-in-region.
10466         * international/mule-diag.el (list-character-sets-1): Handle
10467         charsets eight-bit-control and eight-bit-graphic.
10468         (list-iso-charset-chars): Likewise.
10469         (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
10470         charactes as is.  Use indent-to to align characters.
10472         * international/mule-cmds.el (find-multibyte-characters): Never
10473         exclude charsets eight-bit-control and eight-bit-graphic.
10475 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
10477         * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
10478         Don't quote lambdas.
10480         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
10482 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
10484         * gud.el (gud-jdb-directories): Doc fix.
10486 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
10488         * newcomment.el: New file.
10490 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
10492         * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
10494 2000-05-18  Andreas Schwab  <schwab@suse.de>
10496         * dired.el (dired-between-files): Also skip lines beginning with
10497         `used'.
10499 2000-05-18  Gerd Moellmann  <gerd@gnu.org>
10501         * msb.el (msb-menu-cond): Add choice `user'.
10503 2000-05-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10505         * ps-print.el: Compatibility, customization and doc fix.
10506         (ps-printer-name-option): Replace defconst by defvar.
10507         (ps-postscript-code-directory): XEmacs compatibility.
10508         (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
10509         fix.
10510         (ps-user-defined-prologue, ps-print-prologue-header)
10511         (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
10512         compatibility and code fix.
10513         (ps-print-background-image, ps-print-background-text):
10514         Customization fix.
10515         (ps-line-number-start, ps-n-up-on): New vars.
10517 2000-05-18  Espen Skoglund  <esk@ira.uka.de>
10519         * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
10520         the indent-comment function to just return the appropriate indent.
10522 2000-05-18  Eric M. Ludlam  <zappo@ultranet.com>
10524         * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
10525         sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
10526         sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
10528 2000-05-18  Dave Love  <fx@gnu.org>
10530         * info.el (Info-fontify-node): Add intangible property as well as
10531         invisible.
10533         * calendar/appt.el (appt-make-list): Match all lines of entry.
10534         From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
10536 2000-05-18  Kenichi Handa  <handa@etl.go.jp>
10538         * international/mule-diag.el (describe-char-after): Call
10539         internal-char-font, not char-font.  If internal-char-font returns
10540         nil, display "-- none --".
10542 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
10544         * image.el (image-type-available-p): Don't reference image-types
10545         if it isn't bound.
10547 2000-05-17  Stefan Monnier  <monnier@cs.yale.edu>
10549         * autoarg.el (autoarg-mode): Typo in the :set argument.
10551 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
10553         * startup.el (command-line-1): Don't signal an error if the
10554         directory for auto-save-list files does not yet exist.
10556 2000-05-17  Kenichi Handa  <handa@etl.go.jp>
10558         * international/mule-conf.el (arabic-iso8859-6): Fix typo.
10560 2000-05-16  Stefan Monnier  <monnier@cs.yale.edu>
10562         * subr.el (remove-hook): `setq' hook-value, not `set'.
10564 2000-05-16  Sam Steingold  <sds@gnu.org>
10566         * info.el (debug-ignored-errors): More errors to ignore.
10568 2000-05-16  Dave Love  <fx@gnu.org>
10570         * cus-edit.el: Don't require cl or easymenu.
10571         (custom-variable-prompt): Test standard-value property, not
10572         user-variable-p.
10574 2000-05-16  Sam Steingold  <sds@gnu.org>
10576         * subr.el (add-hook): `setq' hook-value, not `set'.
10578 2000-05-16  Gerd Moellmann  <gerd@gnu.org>
10580         * startup.el (command-line-1): Mention the FAQ in the startup
10581         message.
10583         * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
10585         * progmodes/compile.el (compilation-parse-errors): Collect
10586         `nomessage' regexps last.
10588         * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
10590         * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
10591         to the function name.
10593 2000-05-15  Dave Love  <fx@gnu.org>
10595         * speedbar.el (speedbar-recenter): Typo.
10596         (speedbar-expand-line): Make arg optional.
10597         (speedbar-mode): Avoid a compiler warning.
10599 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
10601         * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
10602         user-specified option string is empty.
10604         * mouse.el (mouse-yank-at-click): Doc fix.
10606 2000-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
10608         * term/internal.el (IT-character-translations): More updates of
10609         latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
10610         documents.
10612 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
10614         * env.el (getenv): New function, interactively callable.
10615         (setenv, getenv): Remove autoload cookies.
10617         * loadup.el: Load `env'.
10619         * progmodes/f90.el: Change author's mail address.
10621 2000-05-14  Dave Love  <fx@gnu.org>
10623         * mail/rmail.el (rmail-show-message-hook): Customize and offer
10624         goto-addr as an option.
10626         * help.el (help-xref-stack): Doc fix.
10627         (help-xref-following): New variable.
10628         (help-make-xrefs): Use it.
10629         (help-xref-go-back): Use position information from stack element.
10630         (help-follow): Make position in stack element a pair.  Use
10631         help-xref-following.
10633         * autoarg.el: New file.
10635         * faces.el: Declare more functions obsolete.
10637         * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
10638         * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
10639         * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
10640         * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
10641         Remove all the setup-...-environment functions.
10643 2000-05-13  Eric M. Ludlam  <zappo@ultranet.com>
10645         * speedbar.el: Updated the commentary section.  xemacs20p now uses
10646         >= when detecting.  Require `defimage' safely.
10647         (speedbar-easymenu-definition-base): Add toggle for images.
10648         (speedbar-easymenu-definition-special): Add flush cache & expand.
10649         (speedbar-visiting-tag-hook): Set new defaults.  Added options.
10650         (speedbar-reconfigure-keymaps-hook): New variable.
10651         (speedbar-frame-parameters): Updated documentation.
10652         (speedbar-use-imenu-flag): Updated custom tag
10653         (speedbar-dynamic-tags-function-list): New variable.
10654         (speedbar-tag-hierarchy-method): Updated doc & custom.
10655         (speedbar-indentation-width, speedbar-indentation-width) New
10656         variables.
10657         (speedbar-hide-button-brackets-flag): Customizable.
10658         (speedbar-vc-indicator): Doc update.
10659         (speedbar-ignored-path-expressions): Updated default value.
10660         (speedbar-supported-extension-expressions): Updated default value.
10661         (speedbar-syntax-table): Remove {} paren status.
10662         (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
10663         as "+".  Added overlay aliases.
10664         (speedbar-mode): Use `speedbar-mode-line-update' instead of
10665         `force-mode-line-update'.
10666         (speedbar-mode, speedbar-quick-mouse, speedbar-click)
10667         (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
10668         `mouse-set-point'
10669         (speedbar-reconfigure-keymaps): Run configure keymap hooks.
10670         (speedbar-item-info-tag-helper): Revamped to handle a wider range
10671         of arbitrary text, and new helper functions.
10672         (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
10673         filename finder.
10674         (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
10675         (speedbar-directory-buttons): Update path search/expansion.
10676         (speedbar-make-tag-line): Pay attention to
10677         `speedbar-indentation-width'.  Use more care w/ invisible
10678         properties.
10679         (speedbar-change-expand-button-char): Call
10680         `speedbar-insert-image-button-maybe'.
10681         (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
10682         (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
10683         (speedbar-trim-words-tag-hierarchy)
10684         (speedbar-simple-group-tag-hierarchy): New functions
10685         (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
10686         (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
10687         functions.
10688         (speedbar-mouse-set-point): New function
10689         (speedbar-power-click): Updated documentation.
10690         (speedbar-line-token, speedbar-goto-this-file): Handle more types
10691         of tag prefix text.
10692         (speedbar-expand-line, speedbar-contract-line): Make more robust
10693         to strange text.
10694         (speedbar-expand-line): Takes universal argument to flush the
10695         cache.
10696         (speedbar-flush-expand-line): New function.
10697         (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
10698         Use new generator insertion method.
10699         (speedbar-fetch-dynamic-tags): New function.
10700         (speedbar-fetch-dynamic-imenu): Removed code now handled in
10701         `speedbar-fetch-dynamic-imenu'.
10702         (speedbar-fetch-dynamic-etags): Fix current buffer problem.
10703         (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
10704         "Revert Buffer" menu items.
10705         (speedbar-buffer-buttons-engine): Be smarter when creating a
10706         filename tag (for expansion purposes.).
10707         (speedbar-highlight-one-tag-line,
10708         (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
10709         (speedbar-recenter): New functions.
10710         (defimage-speedbar): Image loading abstraction.
10711         (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
10712         (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
10713         (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
10714         (speedbar-tag-type, speedbar-tag-mail): New images.
10715         (speedbar-expand-image-button-alist): New variable.
10716         (speedbar-insert-image-button-maybe): Insert an image over some
10717         buttons.
10719 2000-05-13  Kenichi Handa  <handa@etl.go.jp>
10721         * international/mule-cmds.el (encode-coding-char): An ASCII
10722         character is always encodable.
10724         * international/mule-conf.el: Add more information in descriptions
10725         of character sets.
10727         * international/mule-diag.el (describe-char-after): New function.
10728         (describe-font-internal): Adjusted for the change of font-info.
10729         (describe-font): Likewise.
10730         (print-fontset): Rewritten for the new fontset implementation.
10731         (describe-fontset): Include fontset alias names in completion.
10732         (list-fontsets): Adjusted for the change of print-fontset.
10734         * simple.el (what-cursor-position): If DETAIL is non-nil, call
10735         describe-char-after instead of displaying the detail in the echo
10736         area.
10737         (syntax-code-table): Format changed.
10738         (string-to-syntax): Adjusted for the above change.
10740 2000-05-12  Stefan Monnier  <monnier@cs.yale.edu>
10742         * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
10744 2000-05-12  Dave Love  <fx@gnu.org>
10746         * calendar/todo-mode.el: Remove some compatibility stuff and CL
10747         dependence.  Use line-{beginning,end}-position, not
10748         point-at{b,e}ol.  Some doc fixes.
10749         (todo-position): New function.  Fix callers of position to use it.
10750         (todo-save-top-priorities, todo-print): Use with-temp-buffer.
10752 2000-05-12  Gerd Moellmann  <gerd@gnu.org>
10754         * time.el (display-time-mail-icon): Use `:ascent center'.
10756         * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
10757         handling FTP security extensions.
10759 2000-05-11  Dave Love  <fx@gnu.org>
10761         * calendar/todo-mode.el: New file.
10763 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
10765         * comint.el (comint-read-input-ring): Move reference to
10766         comint-input-ring-size outside of the save-excursion.  It was
10767         causing the default value to be the only one ever seen.
10769         * font-lock.el: Update copyright.  Remove Simon Marshall's email
10770         address on request from him.
10772         * subr.el (substitute-key-definition): Add comment describing
10773         the meaning of PREFIX.
10775 2000-05-10  Stefan Monnier  <monnier@cs.yale.edu>
10777         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
10779         * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
10780         (add-minor-mode): Don't make the variable buffer-local and add a
10781         reference to define-minor-mode in the docstring.
10783         * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
10784         HEADER/FOOTER and fix bug with trailing empty directory.
10785         (cvs-append-to-ignore): Use vc-editable-p if available.
10786         (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
10787         (vc-do-command): Tweak advice to handle the new VC.
10789         * log-view.el (log-view-goto-rev): New function for the new VC.
10790         (log-view-minor-wrap): Use mark-active.
10792         * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
10793         (log-edit-changelog-full-paragraphs): New var.
10794         (log-edit-insert-changelog): Remove a lonely leading `* file'.
10795         (log-edit-narrow-changelog, log-edit-changelog-paragraph)
10796         (log-edit-changelog-subparagraph, log-edit-changelog-entry)
10797         (log-edit-changelog-ours-p, log-edit-changelog-entries)
10798         (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
10799         Replace the `cvs' prefix with `log-edit'.
10801         * iswitchb.el (iswitchb-completion-help): Unquote lambda.
10803         * diff-mode.el (diff-font-lock-keywords): Recognize comments.
10804         (diff-font-lock-defaults): Explicitly turn off multiline.
10805         (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
10806         (diff-ediff-patch): Fix call to ediff-patch-file.
10807         (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
10808         Handle comments.
10810         * frame.el (automatic-hscrolling): Typo.
10812         * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
10814 2000-05-09  Sam Steingold  <sds@goems.com>
10816         * apropos.el (apropos-print): use `describe-face' instead of
10817         `customize-face-other-window'.
10819 2000-05-09  Dave Love  <fx@gnu.org>
10821         Changes mostly following Richard Sharman <rsharman@wave.home.com>.
10823         * help.el (describe-variable): Have customize button pop the
10824         help-xref stack when invoked.
10825         (help-xref-symbol-regexp): Add `face'.
10826         (help-make-xrefs): Check for quoted face names and adapt regexp
10827         submatch numbers to cope.
10828         (help-xref-interned): Maybe insert face doc too.  Separate
10829         sections with a line of hyphens.
10831         * faces.el:  Some doc fixes.  Declare some functions obsolete.
10832         (describe-face): Add customize button.  Return the help
10833         text.  Fix prompt.
10835 2000-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
10837         * term/internal.el (IT-character-translations): Fix last change.
10839 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
10841         * woman.el: New file
10842         (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
10844 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
10846         * term/internal.el (IT-character-translations): Update ASCII
10847         simulations for greek-iso8859-7, add latin-iso8859-14 and
10848         latin-iso8859-15.
10850         * international/mule-cmds.el (set-language-info-alist): Call
10851         define-prefix-command with 3 arguments, to make the map suitable
10852         for a menu.
10854 2000-05-07  Dave Love  <fx@gnu.org>
10856         * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
10858 2000-05-05  Dave Love  <fx@gnu.org>
10860         * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
10861         list in doc string.  Don't quote keyword symbols.
10862         * emacs-lisp/cl.el: Likewise
10863         * emacs-lisp/cl-seq.el: Likewise
10865 2000-05-05  Gerd Moellmann  <gerd@gnu.org>
10867         * abbrev.el (abbrev-mode): Make ARG optional.
10869 2000-05-04  Gerd Moellmann  <gerd@gnu.org>
10871         * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
10873         * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
10875         * subr.el (substitute-key-definition): Clarify documentation.
10877 2000-05-04  Milan Zamazal  <pdm@freesoft.cz>
10879         * glasses.el (glasses-convert-to-unreadable): Use
10880         `glasses-separator' instead of the hard-wired "_".
10881         (glasses-mode): Call `glasses-make-unreadable' only in a single
10882         place.
10884 2000-05-04  Eli Zaretskii  <eliz@is.elta.co.il>
10886         * term/internal.el (cjk-codepages-alist): Add associations for
10887         Chinese and Korean codepages.  Remove FIXME comment.
10889 2000-05-03  Dave Love  <fx@gnu.org>
10891         * time.el (display-time-mail-face, display-time-use-mail-icon):
10892         New option.
10893         (display-time-mail-icon): New variable.
10894         (display-time-string-forms): Use the above.  Fix the local-map.
10896 2000-05-03  Gerd Moellmann  <gerd@gnu.org>
10898         * replace.el (query-replace-map): Add binding for `E'.
10899         (query-replace-help): Extend help text.
10900         (perform-replace): Allow editing the replacement string.
10902         * make-mode.el (makefile-mode-abbrev-table): New variable.
10903         (makefile-mode): Set local abbrev table to
10904         makefile-mode-abbrev-table.
10905         (makefile-font-lock-keywords): Fontify includes and conditionals.
10907         * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
10908         set TOGGLE's value.
10910         * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
10911         mail-interactive-insert-alias.
10912         (mail-abbrev-complete-alias): New command.
10913         (mail-mode-map): Bind it to `M-TAB'.
10915 2000-05-03  Kenichi Handa  <handa@etl.go.jp>
10917         * language/lao-util.el (lao-compose-region): New function.
10919 2000-05-02  Gerd Moellmann  <gerd@gnu.org>
10921         * files.el (recover-session): Make directories as necessary
10922         if they don't exist yet.
10924         * calendar/cal-french.el
10925         (french-calendar-multibyte-special-days-array)
10926         (french-calendar-special-days-array): Change French text.
10927         (calendar-french-date-string): Change output.
10928         (calendar-goto-french-date): Likewise.
10930 2000-05-02  Per Abrahamsen  <abraham@dina.kvl.dk>
10932         * wid-edit.el (widget-default-active): Obey `:always-active'.
10933         (widget-documentation-string-value-create): Set `:always-active'.
10935 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
10937         * startup.el (auto-save-list-file-prefix): For ms-dos, set the
10938         default prefix to `~/_emacs.d/auto-save.list/_s'.
10939         (normal-top-level): Create the directory for auto-save files, if
10940         it doesn't already exist (in the ms-dos case only).
10942 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
10944         * international/mule-cmds.el (set-language-environment): Don't
10945         concat an integer (dos-codepage), use format instead.
10947 2000-05-02  Dave Love  <fx@gnu.org>
10949         * help.el (help-xref-on-pp): Check for constant symbols.
10951 2000-04-29  Gerd Moellmann  <gerd@gnu.org>
10953         * startup.el (normal-top-level): Put a condition-case around
10954         the code loading subdirs.el.
10956 2000-04-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10958         * ps-print.el: Upside-down and face background color printing,
10959         line number step, doc fix.
10960         (ps-print-version): New version number (5.2).
10961         (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
10962         (ps-face-attribute-list, ps-plot-with-face): Code fix.
10963         (ps-spool-config): Var fix.
10964         (ps-printer-name-option): Const fix.
10965         (ps-print-upside-down, ps-use-face-background)
10966         (ps-line-number-step): New vars.
10967         (ps-window-system, ps-lp-system): New consts.
10968         (ps-face-background): New fun.
10970 2000-04-28  Richard Stallman  <rms@gnu.org>
10972         * files.el (make-auto-save-file-name):
10973         Apply auto-save-file-name-transforms to visited file name
10974         before generating auto save file name.
10975         (auto-save-file-name-transforms): New variable.
10977         * files.el (backup-enable-predicate):
10978         Correctly test for a file under a temporary directory.
10980 2000-04-28  Gerd Moellmann  <gerd@gnu.org>
10982         * subr.el (add-minor-mode): Rewritten.
10984 2000-04-28  Kenichi Handa  <handa@etl.go.jp>
10986         * mail/sendmail.el (sendmail-send-it): Set
10987         buffer-file-coding-system to the selected coding system for MIME
10988         header.
10990 2000-04-27  Gerd Moellmann  <gerd@gnu.org>
10992         * dired.el (dired-move-to-filename-regexp): Allow format where
10993         YYYY is followed by two spaces.
10995         * progmodes/etags.el (etags-tags-completion-table): Add a `:'
10996         in the second character class of the regexp.
10998         * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
10999         mh-etc, too.
11001         * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
11002         nil.
11004         * subr.el (add-minor-mode): Use `set' instead of `setq'.
11006         * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
11007         argument.
11009 2000-04-27  Sen Nagata <sen@eccosys.com>
11011         * emacs-lisp/crm.el (crm-completion-table): New variable.
11012         (crm-collection-fn, crm-test-completion)
11013         (completing-read-multiple): Use it.
11015 2000-04-27  Dave Love  <fx@gnu.org>
11017         * help.el (locate-library): Use mapc.
11018         (help-manyarg-func-alist): Add call-process-region.
11020 2000-04-26  Gerd Moellmann  <gerd@gnu.org>
11022         * subr.el (add-minor-mode): Make argument MAP optional.
11024         * desktop.el (desktop-save): Save list of minor modes.
11025         (desktop-create-buffer): Restore minor modes.
11026         (desktop-minor-mode-table): New user-option.
11028         * subr.el (add-minor-mode): New function.
11030         * image.el (find-image): New function.
11031         (defimage): Rewritten to find image at load time.
11033         * startup.el (normal-top-level-add-to-load-path): Handle
11034         case that the default directory is not in load-path.
11036         * help.el: Old patch from Stefan Monnier.
11037         (help-xref-on-pp): New function.
11038         (describe-variable): Use it to display xrefs in a symbol's value.
11040 2000-04-26  Stefan Monnier  <monnier@cs.yale.edu>
11042         * cus-edit.el (custom-face): Fix parenthesis.
11044 2000-04-26  Kenichi Handa  <handa@etl.go.jp>
11046         * mail/rmail.el (rmail-expunge): When there are no deleted
11047         messages, do nothing.
11049 2000-04-26  Dave Love  <fx@gnu.org>
11051         * international/mule-cmds.el (locale-translation-file-name):
11052         Defvar to nil.
11053         (set-locale-environment): Set it here (at runtime).
11055 2000-04-25  Gerd Moellmann  <gerd@gnu.org>
11057         * replace.el (perform-replace): Add parameters START and END.  Use
11058         them instead of the check for a region in Transient Mark mode.
11059         (query-replace-read-args): Return two more list elements for the
11060         start and end of the region in Transient Mark mode.
11061         (query-replace, query-replace-regexp, query-replace-regexp-eval)
11062         (map-query-replace-regexp, replace-string, replace-regexp): Add
11063         optional last arguments START and END and pass them to
11064         perform-replace.
11066         * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
11067         form with additional arguments for perform-replace.
11069         * progmodes/etags.el (tags-query-replace): Add parameters START
11070         and END.  Construct a form with additional arguments for
11071         perform-replace.
11073         * simple.el (shell-command): Set default directory for "*Shell
11074         Command Output" buffer.
11076         * language/european.el (iso-latin-4): Fix typo.
11078         * emacs-lisp/crm.el: New file.
11080 2000-04-24  Dave Love  <fx@gnu.org>
11082         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
11083         (Custom-reset-saved, Custom-reset-standard)
11084         (custom-group-value-create, custom-group-set, custom-group-save)
11085         (custom-group-reset-current, custom-group-reset-saved)
11086         (custom-group-reset-standard): Use mapc.
11087         (custom-buffer-create-internal): Disable undo when creating items.
11088         Use mapc.
11089         (custom-face): Avoid redundant lambda.
11091 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
11093         * startup.el (auto-save-list-file-prefix): Set default to
11094         `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
11096 2000-04-24  Sam Steingold  <sds@gnu.org>
11098         * time-stamp.el (time-stamp-string-preprocess): Always convert
11099         `field-result' to a string.
11101 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
11103         * frame.el (scrolling): New group.
11104         (automatic-hscrolling): New user-option.
11106         * startup.el (command-line-x-option-alist): Add `-lsp' and
11107         `--line-spacing'.
11109 2000-04-19  Dave Love  <fx@gnu.org>
11111         * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
11112         (cl-mapc): Rename from mapc.  Fix the funcall.
11114 2000-04-19  Gerd Moellmann  <gerd@gnu.org>
11116         * simple.el (clone-indirect-buffer-other-window): New command.
11117         (clone-indirect-buffer): Add optional arg NORECROD.
11118         (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
11120         * help.el (resize-temp-buffer-window): Use count-screen-lines.
11122         * window.el (count-screen-lines): New function.
11123         (shrink-window-if-larger-than-buffer): Use count-screen-lines
11124         instead of window-buffer-height.
11126         * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
11127         non-existing variable comint-input-sentinel.
11128         (inferior-lisp-args-to-list): Removed.
11129         (inferior-lisp): Use split-string instead of
11130         inferior-lisp-args-to-list.
11132         * hexl.el (hexl-insert-hex-string): New command.
11134         * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
11135         instead of concat.
11137 2000-04-18  Gerd Moellmann  <gerd@gnu.org>
11139         * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
11140         at the start of an existing but empty folder.
11142 2000-04-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11144         * ps-mule.el: Customization fix, doc fix.
11145         (ps-multibyte-buffer): Customization fix.
11147 2000-04-17  Richard M. Stallman  <rms@gnu.org>
11149         * subr.el (read-passwd): Use read-char-exclusive.
11151 2000-04-17  Gerd Moellmann  <gerd@gnu.org>
11153         * textmodes/texinfo.el (texinfo-insert-@email)
11154         (texinfo-insert-@emph, texinfo-insert-@quotation)
11155         (texinfo-insert-@strong, texinfo-insert-@url): New functions.
11156         (texinfo-mode-map): Add key bindings for them.
11158         * files.el (basic-save-buffer-2): Use a template with `$'
11159         instead of `#' for VMS.
11161         * simple.el (clone-indirect-buffer): New function.
11163 2000-04-16  Stephen Eglen  <stephen@gnu.org>
11165         * iswitchb.el (iswitchb-case): New function.  If the user input
11166         contains any upper-case characters, the search is made
11167         case-sensitive.
11169 2000-04-17  Stefan Monnier  <monnier@cs.yale.edu>
11171         * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
11172         comment-end.
11173         (texinfo-font-lock-syntactic-keywords): New var.
11174         (texinfo-font-lock-keywords): Remove comment regexp.
11175         (texinfo-insert-block): New function.
11176         (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
11177         (texinfo-mode): Use define-derived-mode.  Tweak comment-start-skip
11178         and font-lock-defaults.  Use regexp-opt for outline-regexp.
11179         (texinfo-environments): New var.
11180         (texinfo-environment-regexp): Use regexp-opt and
11181         texinfo-environments.
11183         * textmodes/ispell.el (ispell-menu-map-needed): Check that
11184         ispell-process is bound since this might be eval'd before ispell
11185         is loaded.
11186         (ispell-message): Use a tiny bit less magic and a bit more hard
11187         data to figure out what kind of sc-cite-regexp to use.
11189         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
11191         * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
11192         (insert-cyclic-diary-entry): Unquote the lambda.
11194         * gud.el (gud-jdb-build-source-files-list): Fix typo.
11196         * files.el (backup-enable-predicate): Unquote the lambda.
11198         * cus-edit.el (custom-face, face): Unquote the lambda.
11200 2000-04-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11202         * ps-print.el: Check for line-beginning-position definition.
11204         * ps-print.el: Fix counting lines in a region.
11205         (ps-print-version): New version number (5.1.5).
11206         (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
11207         (ps-printing-region): Fun code fix.
11209 2000-04-15  Gerd Moellmann  <gerd@gnu.org>
11211         * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
11212         to file-directory-p.
11214 2000-04-14  Gerd Moellmann  <gerd@gnu.org>
11216         * gud.el (gud-jdb-build-source-files-list): Check that directory
11217         exists before calling directory-files.
11219 2000-04-13  Dave Love  <fx@gnu.org>
11221         * emacs-lisp/trace.el: Change maintainer.  Use new backquote
11222         syntax.
11224         * emacs-lisp/cl-specs.el: Remove when, unless.
11226         * emacs-lisp/cl-extra.el: Don't quote keywords.
11227         (cl-old-mapc): New variable.
11228         (mapc): Use it.
11229         (cl-map-intervals): Use with-current-buffer.  Don't check for
11230         next-property-change.
11231         (cl-map-overlays): Use with-current-buffer.
11232         (cl-expt): Remove.
11233         (copy-tree, remprop): Define unconditionally.
11235         * emacs-lisp/cl-compat.el (keywordp): Remove.
11237         * emacs-lisp/edebug.el (edebug-keywordp): Remove.  Change callers
11238         to use keywordp.
11239         (edebug-spec): Enable keywordp.
11241         * cus-edit.el (custom-sort-items): Avoid symbol-name with new
11242         string-lessp.
11244         * cus-start.el: Use keywordp.
11246 2000-04-13  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
11248         * diary-lib.el (include-other-diary-files): Fix the fix of
11249         2000-02-18 by doing a save-excursion.
11251 2000-04-13  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11253         * ps-print.el: Customization fix, doc fix.
11254         (ps-print-version): New version number (5.1.4).
11255         (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
11256         (ps-print-preprint): Adjust code.
11257         (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
11258         (ps-print-prologue-header, ps-print-control-characters)
11259         (ps-spool-config): Customization fix.
11261 2000-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
11263         * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
11264         converted to the new menu-item format, names silightly changed,
11265         help strings added.
11267         Support for spelling without async subprocesses:
11269         * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
11270         (ispell-session-buffer): New variables.
11271         (ispell-start-process, ispell-process-status,
11272         ispell-accept-output, ispell-send-string): New functions, for
11273         Ispell invocation when async subprocesses aren't supported.
11274         (ispell-word, ispell-pdict-save, ispell-command-loop,
11275         ispell-process-line, ispell-buffer-local-parsing): Replace calls
11276         to process-send-string with calls to ispell-send-string, and
11277         accept-process-output with ispell-accept-output.
11278         (ispell-init-process): Call ispell-process-status instead of
11279         process-status with.
11280         (ispell-init-process): Call ispell-start-process.  Call
11281         ispell-accept-output and ispell-send-string.  Don't call
11282         process-kill-without-query and kill-process if they are unbound.
11283         (ispell-async-processp): New function.
11285 2000-04-12  Dave Love  <fx@gnu.org>
11287         * info.el: Add debug-ignored-errors.
11288         (Info-mode-menu): Add some items.
11289         (Info-directory): Add autoload cookie.
11291         * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
11292         Modify `truncate-lines'.  Make `describe-language-environment'
11293         always visible and add help.  Modify `describe-key' help.  Invoke
11294         Info-directory from `info'.  New entry `emacs-manual'.
11296 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
11298         * progmodes/ebrowse.el (ebrowse-tree-mode): Use
11299         propertized-buffer-identification.
11300         (ebrowse-update-member-buffer-mode-line): Likewise.
11301         (ebrowse--mode-strings): Removed.
11302         (ebrowse--mode-line-props): Removed.
11304         * files.el (auto-mode-alist): Add `EBROWSE'.
11306         * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
11307         space before testing for end of buffer.
11308         (ebrowse-load): Removed.
11309         (ebrowse-revert-tree-buffer-from-file): Rewritten.
11310         (ebrowse-create-tree-buffer): Rewritten.
11311         (ebrowse-tree-mode): Read tree from buffer.
11313         * progmodes/ebrowse-ffh.el: Removed.
11315 2000-04-10  Kenichi Handa  <handa@etl.go.jp>
11317         * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
11319 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
11321         * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
11322         at the wrong place.
11324 2000-04-09  Dave Love  <fx@gnu.org>
11326         * files.el (backup-enable-predicate): Use
11327         temporary-file-directory, small-temporary-file-directory.
11328         (make-backup-file-name-function, backup-directory-alist): New
11329         variables.
11330         (make-backup-file-name-1): New function.
11331         (make-backup-file-name): Use it.
11332         (find-backup-file-name): Likewise.  Use format for clarity, not
11333         concat.
11334         (file-newest-backup): Use make-backup-file-name.
11336 2000-04-09  Gerd Moellmann  <gerd@gnu.org>
11338         * progmodes/ebrowse-ffh.el: New file.
11340         * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
11341         to ebrowse-ffh.el.
11342         (ebrowse-load): Add autoload.
11344         * finder.el (finder-commentary): Add autoload cookie.
11346         * mail/rfc2368.el: Correct author's email address.
11348         * progmodes/ebrowse.el: New file.
11350         * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
11351         item help string.
11352         (easy-menu-do-add-item): Ditto.
11353         (easy-menu-define): Extend doc string.
11355         * jit-lock.el (with-buffer-unmodified): Use
11356         restore-buffer-modified-p.
11357         (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
11358         (jit-lock-function, jit-lock-stealth-fontify): Don't use
11359         with-buffer-unmodified.
11361 2000-04-08  Dave Love  <fx@gnu.org>
11363         * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
11364         unless, when.
11366 2000-04-07  Mikio Nakajima  <minakaji@osaka.email.ne.jp>
11368         * viper-util.el (viper-put-on-search-overlay): New subroutine.
11369         (viper-flash-search-pattern): No operation when using Emacs
11370         doesn't support face.
11371         Use `viper-put-on-search-overlay'.
11373 2000-04-04  Gerd Moellmann  <gerd@gnu.org>
11375         * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
11376         like C-r.
11378         * progmodes/make-mode.el: Some doc fixes.
11379         (makefile-mode-abbrev-table): New variable.
11380         (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
11381         (makefile-font-lock-keywords): Fontify includes and conditionals.
11382         (toplevel): Require `dabbrev' and `add-log' when compiling.
11384         * replace.el (perform-replace): Don't move forward one char
11385         when MATCH-AGAIN is nil, and REGEXP-FLAG is t.  We don't want
11386         to do that because it leaves point 1 position after the last
11387         replacement, after everything has been replaced.
11389         * jit-lock.el (with-buffer-unmodified): New macro.
11390         (with-buffer-prepared-for-font-lock): Don't preserve buffer's
11391         modified state.
11392         (jit-lock-function-1): Extracted from jit-lock-function; not
11393         preserving buffer's modified state.
11394         (jit-lock-function, jit-lock-stealth-fontify): Call
11395         jit-lock-function-1.
11397         * mail/rfc2368.el: Remove supernumerary copyright line.
11399 2000-04-04  Milan Zamazal  <pdm@freesoft.cz>
11401         * glasses.el: Provide facilities for inserting space before left
11402         parentheses and uncapitalization of identifiers.
11403         (glasses-mode): Try to remove old overlays in all cases.
11405 2000-04-03  Gerd Moellmann  <gerd@gnu.org>
11407         * progmodes/compile.el (compile-internal): Display the compilation
11408         buffer in a different frame, if it's already displayed there.
11410         * mail/rfc2368.el: New file.
11412         * simple.el (sendmail-user-agent-compose): Recognize a `body'
11413         header and insert its value as mail body.
11415         * subr.el (member-ignore-case): New function.
11417         * dabbrev.el (dabbrev-ignored-regexps): New user-option.
11418         (dabbrev--find-expansion): Ignore buffers matching a regexp
11419         from dabbrev-ignored-regexps.
11421         * jka-compr.el (jka-compr-compression-info-list): Add `.z'
11422         to extensions handled by gzip.
11424 2000-04-03  Richard M. Stallman  <rms@gnu.org>
11426         * files.el (insert-directory): List the total free space
11427         along with the used space.
11429         * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
11430         line is followed by one that matches CITATION-REGEXP, end the
11431         paragraph.
11433 2000-04-03  Markus Rost  <rost@delysid.gnu.org>
11435         * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
11436         (rmail-make-basic-summary-line): Use that option.
11438 2000-04-03  Kenichi Handa  <handa@etl.go.jp>
11440         * international/mule-cmds.el (encoded-string-description):
11441         Rewritten.   Try pretty description for ISO 2022 escape sequences
11442         only if CODING-SYSTEM is based on ISO 2022.  Use uppercase letters
11443         for hexadecimal format.
11445 2000-04-01  Dave Love  <fx@gnu.org>
11447         * cpp.el: Change customization group to `c' from `C'.
11449         * vcursor.el (vcursor-move): Use display-color-p.
11451         * international/mule-util.el: Provide mule-utils.
11452         (string-to-sequence): Simplify and speed up.
11454         * international/mule.el (make-coding-system): Purecopy doc-string.
11456         * international/mule-cmds.el: Various menu changes.
11457         (describe-specified-language-support): Handle `Default'.
11458         (set-language-info): Purecopy `info'.
11460 2000-03-31  Andrew Innes  <andrewi@gnu.org>
11462         * vc.el (vc-backend-diff): Return the correct status if we had to
11463         retry the rcsdiff command without the --brief option.
11465 2000-03-31  Dave Love  <fx@gnu.org>
11467         * help.el (help-manyarg-func-alist): Correct several omissions.
11469         * add-log.el: Don't require cl, fortran.
11470         (add-log-current-defun-function): Doc fix.
11471         (change-log-version-number-regexp-list): Remove SCCS part.  Doc
11472         fix.
11473         (change-log-version-rcs): Function deleted.
11474         (change-log-version-number-search): Doc fix.  Use
11475         vc-workfile-version.  Avoid CL dolist.
11476         (add-change-log-entry): Just call add-log-current-defun to get
11477         defun.  Simplify somewhat.
11478         (change-log-get-method-definition-1): Likewise.
11479         (add-log-current-defun): Return nil if calling
11480         add-log-current-defun-function does so.  Move Fortran stuff to
11481         fortran.el.  Return string without properties.
11483         * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
11484         and :alpha: char classes.
11486         * mail/supercite.el: Defvar curline when compiling.
11487         (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
11488         (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
11489         rather than a-zA-Z0-9 to allow non-ASCII characters.
11491 2000-03-31  Gerd Moellmann  <gerd@gnu.org>
11493         * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
11495         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11496         Re-enable new code.
11498         * lpr.el (print-region-1): Use -d to specify printer name for
11499         systems `usg-unix-v*, `dgux', `hpux', `irix'.
11501 2000-03-31  Dave Love  <fx@gnu.org>
11503         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
11504         for function definition in symbol's function value slot first
11505         instead of first consulting byte-compile-function-environment.
11507 2000-03-31  Kenichi Handa  <handa@etl.go.jp>
11509         * language/european.el ("Polish"): New language environment.
11510         (setup-polish-environment): New function.
11512 2000-03-30  Gerd Moellmann  <gerd@gnu.org>
11514         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11515         Disable new code.
11517         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
11518         trying to `load' the symbol of an autoload instead of the file
11519         recorded in the autoload.  Fix error messages.
11521 2000-03-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11523         * ps-print.el: PostScript programming fix for ghostview, doc fix.
11524         (ps-print-version): New version number (5.1.3).
11525         (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
11526         (ps-insert-file, ps-output-boolean, ps-plot-with-face)
11527         (ps-generate-postscript-with-faces): Code fix.
11528         (ps-color-values): XEmacs compatibility.
11529         (ps-print-background-image, ps-print-background-text, ps-printer-name)
11530         (ps-default-fg, ps-default-bg): Adjust customization.
11531         (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
11532         (ps-color-scale): Renaming old ps-color-value fun.
11533         (ps-print-headers): Replace ps-print-header group to avoid conflict
11534         with ps-print-header variable.
11535         (ps-print-miscellany): New group.
11536         (ps-format-color, ps-rgb-color): New funs.
11537         (ps-default-foreground): New var.
11538         (ps-printer-name-option): New const.
11540 2000-03-30  Peter Breton  <pbreton@ne.mediaone.net>
11542         * net/net-utils.el:
11543         (network-connection-host, network-connection-service): New variables
11544         (network-connection-mode): New mode, derived from comint-mode
11545         (network-connection-mode-setup): New function, saves host and
11546         service information in local variables.
11548         * lisp/locate.el:
11549         (locate-word-at-point): Added this function
11550         (locate): Default to using locate-word-at-point as input
11551         Run dired-mode-hook
11553 2000-03-29  Dave Love  <fx@gnu.org>
11555         * calendar/appt.el: Doc fixes.
11556         (appt-check): Convert min-to-app to a string before passing to
11557         appt-disp-window-function or concat.
11558         (appt-delete-window): Remove test for frame-root-window.
11559         (appt-select-lowest-window, appt-convert-time): Simplify.
11561         * emacs-lisp/bytecomp.el: Doc fixes.
11562         (byte-compile-file-form-autoload): Update
11563         byte-compile-function-environment.
11565 2000-03-29  Andreas Schwab  <schwab@suse.de>
11567         * emacs-lisp/autoload.el: Also print defsubst doc string
11568         specially.
11570         * dired.el (dired-insert-directory): If dired-free-space-program
11571         failed just delete its output.
11573 2000-03-29  Dave Love  <fx@gnu.org>
11575         * international/iso-cvt.el: Move provide to end.  Doc fixes.
11576         (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
11577         (iso-iso2sgml, iso-sgml2iso): New functions.
11578         (iso-cvt-define-menu): Fix some entries and use backquote for
11579         clarity.
11581         * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
11583 2000-03-28  Gerd Moellmann  <gerd@gnu.org>
11585         * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
11586         ISO-DATE.  If non-nil, return date in ISO 8601 format.
11588 2000-03-26  Stefan Monnier  <monnier@cs.yale.edu>
11590         * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
11591         if it ever becomes used.
11592         (log-edit-mode-hook): Default to vc-log-mode-hook.
11593         (log-edit-mode): Fix the docstring.
11595         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
11596         the code.
11598 2000-03-26  Dave Love  <fx@gnu.org>
11600         * net/browse-url.el (browse-url): Re-fix case of
11601         browse-url-browser-function being an alist.
11602         (browse-url): Add :link to defgroup.
11604         * files.el: Doc fixes.
11605         (file-truename): Include `[' in wildcard characters.
11606         (automount-dir-prefix): Customize.
11607         (find-file-wildcards): Add :version.
11608         (find-file-noselect): Simplify a mapcar call.
11610         * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
11611         compatible with inf-lisp version.
11612         (eval-defun-1): Fix custom-declare-variable case.
11614 2000-03-25  Stefan Monnier  <monnier@cs.yale.edu>
11616         * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
11618 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
11620         * Makefile (COMPILE_FIRST): New macro.
11621         (compile-files): Compile files from COMPILE_FIRST first.
11623         * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
11624         code.
11626         * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
11627         matching open parenthesis in column 0 to defun-prompt-regexp
11628         only if open-paren-in-column-0-is-defun-start is set.
11630         * sun-curs.el: Require CL at compile-time only.
11632         * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
11633         instead of copy-list which is a function from CL.
11634         (msb--choose-menu, msb--mode-menu-cond)
11635         (msb--create-buffer-menu-2): Use dolist instead of mapc.
11636         (msb--init-file-alist): Use mapcar instead of mapcan.
11637         (msb--aggregate-alist): Use mapcar instead of mapcan.  Fix
11638         `(' in column 0 in doc string.
11639         (msb--add-separators): Use mapcar instead of mapcan.
11641         * cus-dep.el: Require CL at compile-time only.
11643 2000-03-24  Stefan Monnier  <monnier@cs.yale.edu>
11645         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
11646         (byte-compile-warnings): New warning `noruntime'.
11647         (byte-compile-constants, byte-compile-variables): Fix docstring.
11648         (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
11649         execute `eval-whenc-compile's body.
11650         (byte-compile-unresolved-functions): Fix docstring.
11651         (byte-compile-eval): New function.
11652         (byte-compile-callargs-warn): Check if the function will be available
11653         at runtime (via property `byte-compile-noruntime').
11654         (byte-compile-print-syms): New function.
11655         (byte-compile-warn-about-unresolved-functions): Also warn about
11656         `noruntime' functions (and use `byte-compile-print-syms').
11657         (byte-compile-file): Capitalize the message.
11659 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
11661         * mail/rmail.el (rmail-confirm-expunge): New user-option.
11662         (rmail-expunge): Ask for confirmation depending on the setting
11663         of rmail-confirm-expunge.
11665 2000-03-23  Gerd Moellmann  <gerd@gnu.org>
11667         * Makefile (bootstrap-clean): If $(emacs) exists, build
11668         loaddefs.el first.  A loaddefs.el that's not up-to-date might
11669         cause a bootstrap failure because things don't autoload as
11670         expected.
11672 2000-03-23  Dave Love  <fx@gnu.org>
11674         * net/browse-url.el: Restore previous use of
11675         browse-url-maybe-new-window.
11677 2000-03-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11679         * ps-print.el: Skip banner page fix.
11680         (ps-print-version): New version number (5.1.2).
11681         (ps-begin-file, ps-end-file, ps-generate): Code fix.
11683 2000-03-23  Dave Pearson  <davep@davep.org>
11685         * net/quickurl.el Changed the type of parameter passed to the
11686         function defined by `quickurl-format-function'. Before only the
11687         text of the URL was passed. Now the whole URL structure is passed
11688         and the function is responsible for extracting the parts it
11689         requires.  Changed the default of `quickurl-format-function'
11690         accordingly.
11691         (quickurl-insert): Changed the `funcall' of
11692         `quickurl-format-function' to match the above change.
11693         (quickurl-list-insert): Changed the `url' case so that it makes
11694         use of `quickurl-format-function', previous to this the format was
11695         hard wired.
11697 2000-03-22  Gerd Moellmann  <gerd@gnu.org>
11699         * startup.el: Change some spellings for the X Window System.
11701 2000-03-22  Stefan Monnier  <monnier@cs.yale.edu>
11703         * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
11704         up the code and the regexp and make sure the cursor is temporarily
11705         moved to the suspicious line while querying the user.
11707 2000-03-22  Jason Rumney  <jasonr@gnu.org>
11709         * w32-fns.el (w32-charset-info-alist): Initialize.
11711 2000-03-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11713         * ps-print.el: N-up last page fix.
11714         (ps-print-version): New version number (5.1.1).
11715         (ps-end-file, ps-end-job, ps-generate): Code fix.
11717 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
11719         * files.el (find-file-run-dired): Update docstring.
11720         (find-directory-functions): New hook.
11721         (find-file-noselect): Run find-directory-functions rather than
11722         calling dired directly.
11724         * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
11726         * pcvs.el: Add a minimal leading commentary.
11727         (cvs-make-cvs-buffer): Change the header part by removing the startup
11728         message and adding a `Module' entry.  Also replace the FOOTER and
11729         HEADER special fileinfos with the new support in ewoc for updating
11730         its own footer and header.
11731         (cvs-update-header): Update to use the header/footer of the ewoc.
11732         (cvs-mode): Use define-derived-mode and set truncate-lines to t.
11733         (cvs-is-within-p): New function.
11734         (cvs-mode-run): Take advantage of `save-some-buffers's new ability
11735         to only examine some subset of the buffers.
11737         * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
11738         `format' instead of our own ad-hoc functions.
11739         Remove HEADER and FOOTER cases, now handled in the EWOC.
11740         (cvs-fileinfo<): Remove HEADER and FOOTER cases.
11742         * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
11743         output to avoid scaring the user.
11744         (cvs-parse-table): Catch message for non-up-to-date commits.
11746         * pcvs-defs.el (cvs-startup-message): Remove.
11747         (cvs-global-menu): New autoloaded menu.
11749         * pcvs-util.el (cvs-string-fill): Remove.
11751         * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
11752         (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
11753         PP part of it and also make it work for footers and headers.
11754         (ewoc-create): Drop POS and BUFFER arguments.
11755         Use the DLL's dummy node to store the end-of-footer position.
11756         (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
11757         (ewoc-refresh): Remove unused `header' variable.
11758         (ewoc-(get|set)-hf): New functions.
11760         * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
11761         log-view-*-(message|file) and use easy-mmode-define-navigation.
11762         (log-view-message-re): Match SCCS format as well.
11763         And match the revision line rather than the dashed separator line.
11764         (log-view-mode): Use the new define-derived-mode.
11765         (log-view-current-tag): Fill in with an actual implementation.
11767         * cvs-status.el (cvs-status-(prev|next)): Rename from
11768         cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
11769         (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
11770         to let the output "breathe" a little more (more readable).
11771         (cvs-status-mode): Use the new define-derived-mode.
11773         * smerge-mode.el (smerge-auto-leave): New function and variable.
11774         (smerge-basic-map): Rename from smerge-basic-keymap.
11775         Change the bindings for smerge-diff-*.
11776         (smerge-*-map): Use easy-mmode-defmap.
11777         (smerge-(next|prev)): Use easy-mmode-define-navigation.
11778         (smerge-keep-*): Use smerge-auto-leave.
11780 2000-03-21  Jason Rumney  <jasonr@gnu.org>
11782         * cus-edit.el (custom-button-face): Use 3D look for w32.
11783         (custom-button-pressed-face): Likewise.
11785 2000-03-21  Gerd Moellmann  <gerd@gnu.org>
11787         * progmodes/etags.el (tags-case-fold-search): New user-option.
11788         (tags-loop-eval): New function.  Bind case-fold-search around eval
11789         depending on the value of tags-case-fold-search.
11790         (tags-loop-continue): Use tags-loop-eval.
11791         (find-tag-in-order): Bind case-fold-search depending on the value
11792         of tags-case-fold-search.
11794 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
11796         * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
11797         (diff-end-of-hunk): Return the end position for use in
11798         `easy-mmode-define-navigation'.
11799         (diff-recenter): Remove.
11800         (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
11801         of `easy-mmode-define-navigation'.
11802         (diff-kill-*): Rename `diff-*-kill' (for consistency with the
11803         previous renaming) and fix to use new names.
11804         (diff-merge-strings): Use \n as separator: simpler, faster.
11805         (diff-mode): Use `define-derived-mode'.
11807         * derived.el (define-derived-mode): Don't autoload anymore.
11808         Prefer the macro-only version provided by easy-mmode.el.
11810         * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
11811         `easy-mmode-define-derived-mode'.
11812         Use `combine-run-hooks'.
11813         (easy-mmode-define-navigation): New macro.
11815         * subr.el (combine-run-hooks): New function.
11817 2000-03-21  Kenichi HANDA  <handa@etl.go.jp>
11819         * term/x-win.el: Fontsets related initialization is simplified.
11821         * international/mule-diag.el (describe-font): Don't refer to
11822         global-fontset-alist, instead call font-list.
11823         (describe-fontset, list-fontsets, mule-diag): Likewise.
11824         (print-fontset): Adjusted for the change of fontset
11825         implementation.
11827         * international/fontset.el (x-charset-registries): Variable
11828         removed, instead the corresponding data is stored in the default
11829         fontset.
11830         (register-alternate-fontnames): Function removed.
11831         (resolved-ascii-font): Variable removed.
11832         (x-compose-font-name): Ignore the second argument REDOCE.
11833         (x-complement-fontset-spec): Complement only an ASCII font and
11834         element for those charsets than can use that ASCII font.
11835         (generate-fontset-menu): Don't refer to global-fontset-alist,
11836         instead call fontset-list.
11837         (uninstantiated-fontset-alist): Variable removed.
11838         (x-style-funcs-alist): Likewise.
11839         (fontset-default-styles): Likewise.
11840         (x-modify-font-name): Function removed.
11841         (create-fontset-from-fontset-spec): Ignore the argument
11842         STYLE-VARIANT.
11843         (create-fontset-from-ascii-font): Docsting adjusted for the above
11844         change.
11845         (instantiate-fontset, resolve-fontset-name): Functions removed.
11846         (fontset-list): Now implemented by C code.
11848         * faces.el (read-face-font): Fix TABLE arg to completing-read.
11849         (describe-face): Include `font' attribute in the description.
11851 2000-03-21  Kenichi Handa  <handa@etl.go.jp>
11853         * international/quail.el (quail-set-keyboard-layout): Typo fixed.
11855 2000-03-20  Gerd Moellmann  <gerd@gnu.org>
11857         * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
11858         ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
11859         zone-mode.el, snmp-mode.el: Moved to net subdirectory.
11861         * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
11862         about behavior of set-buffer-modified-p wrt redisplay.
11864 2000-03-19  Richard M. Stallman  <rms@gnu.org>
11866         * view.el (view-mode-disable): Kill local binding of view-read-only.
11868 2000-03-18  Gerd Moellmann  <gerd@gnu.org>
11870         * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
11871         is a string, convert it to a syntax cell using string-to-syntax.
11873         * simple.el (syntax-code-table, syntax-flag-table): New variables.
11874         (string-to-syntax): New function.
11876         * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
11877         (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
11878         try to use passive ftp mode.
11880 2000-03-17  Gerd Moellmann  <gerd@gnu.org>
11882         * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
11884         * simple.el (append-to-buffer): Update point of windows after
11885         insertion.
11887         * abbrev.el (inverse-add-abbrev): Identify word by first moving
11888         forward then moving backward.  Reindent.
11890         * frame.el (other-frame): Call x-focus-frame only if
11891         focus-follows-mouse is off.
11893 2000-03-17  Dave Love  <fx@gnu.org>
11895         * pcvs-util.el (cvs-strings->string): Rename
11896         replace-regexps-in-string.
11898 2000-03-17  Stefan Monnier  <monnier@cs.yale.edu>
11900         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
11901         regexp for labels cannot span several lines.
11903         * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
11904         `(setq :<key> ':<key>)' to the macro expansion.
11906 2000-03-16  Dave Love  <fx@gnu.org>
11908         * progmodes/f90.el (f90): Put custom group under `languages', not
11909         `fortran'.
11910         (f90-mode-hook): Customize.
11911         (f90-mode): Set add-log-current-defun-function.
11912         (f90-current-defun): New function.
11914 2000-03-16  Gerd Moellmann  <gerd@gnu.org>
11916         * cus-edit.el (custom-variable-tag-face): Handle case that
11917         default face's height is not a number.
11918         (custom-face-tag-face, custom-group-tag-face-1)
11919         (custom-group-tag-face): Ditto.
11920         (custom-group-tag-face-1): Add :group.
11922         * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
11924 2000-03-15  Gerd Moellmann  <gerd@gnu.org>
11926         * pcvs-defs.el (toplevel): Remove autoload cookie for form
11927         requiring easymenu.
11929 2000-03-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11931         * ps-print.el: PostScript user-defined prologue, PostScript error
11932         handler, doc fix.
11933         (ps-print-version): New version number (5.1).
11934         (ps-user-defined-prologue, ps-error-handler-message)
11935         (ps-print-prologue-0, ps-error-handler-alist): New vars.
11936         (ps-setup, ps-begin-file, ps-begin-job): Code fix.
11937         (ps-insert-string): New function.
11939 2000-03-15  Kenichi Handa  <handa@etl.go.jp>
11941         * international/ccl.el (ccl-compile-expression): Don't generate
11942         invalid self-assignment code.
11944 2000-03-14  Dave Love  <fx@gnu.org>
11946         * subr.el (replace-regexp-in-string): Renamed from
11947         replace-regexps-in-string.  Doc fix.
11949 2000-03-12  Dave Love  <fx@gnu.org>
11951         * cus-edit.el: Doc fixes.
11952         (customize-set-variable, customize-save-variable): Rename args for
11953         doc.
11954         (custom-variable-tag-face, custom-face-tag-face)
11955         (custom-group-tag-face-1, custom-group-tag-face): Modify from
11956         style which user identify as hyperlink.
11957         (hook): Don't add undefined functions to the hook.
11958         (debug-ignored-errors): Transfer message from bindings.el.
11960 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
11962         * recentf.el (recentf-keep-non-readable-files-p): Remove
11963         double/nested definition.
11965 2000-03-12  Dave Love  <fx@gnu.org>
11967         * facemenu.el (facemenu-get-face): Use display-color-p.
11968         * enriched.el (enriched-decode-foreground): Likewise.
11969         (enriched-decode-background): Likewise.
11970         * isearch.el (isearch-highlight): Likewise.
11971         * info-look.el (info-lookup): Likewise.
11972         * simple.el (completion-setup-function): Likewise.
11974         * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
11975         :options.
11977         * bindings.el (mode-line-format): Fix line-number and
11978         column-number items.  Add help-echo for the background.
11979         (mode-line-mule-info): Modify help-echo.
11981         * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
11983         * files.el (load-file): Allow completion to .elc.
11985         * man.el: Doc fixes.
11986         (Man-init-defvars): Use display-color-p to set fontification.
11988         * play/hanoi.el (hanoi-internal): Don't use oddp.
11990 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
11992         * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
11994         * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
11996 2000-03-12  Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
11998         * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
11999         Fix comment.
12001 2000-03-10  Stefan Monnier  <monnier@cs.yale.edu>
12003         * font-lock.el (font-lock-keywords): Fix the doc now that
12004         regexp-opt-depth is unnecessary.
12005         (save-buffer-state): Set an edebug spec.
12006         (font-lock-fontify-anchored-keywords): Properly handle the case when
12007         the matcher goes past the limit.
12009         * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
12010         pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
12012         * emacs-lisp/ewoc.el: New file.  This is a merge of elib-node.el,
12013         dll.el and cookie.el (from Elib) with heavy renaming and other
12014         massaging.
12016         * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
12017         Autoload the functions used.
12018         (easy-mmode-define-syntax): Fix CL typo.
12019         (easy-mmode-define-derived-mode): Improve the docstring generation.
12021 2000-03-10  Gerd Moellmann  <gerd@gnu.org>
12023         * textmodes/texinfo.el (texinfo-version): Variable and function
12024         removed.
12026 2000-03-09  Stefan Monnier  <monnier@cs.yale.edu>
12028         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
12029         allow more flexibility.
12030         (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
12031         fns.
12032         (easy-mmode-defmap, easy-mmode-defsyntax)
12033         (easy-mmode-define-derived-mode): New macros.
12035 2000-03-09  Didier Verna  <didier@xemacs.org>
12037         * rect.el (replace-rectangle): New function.
12039 2000-03-09  Dave Love  <fx@gnu.org>
12041         * progmodes/fortran.el (fortran-comment-line-start): Define as
12042         "C".
12043         (fortran-comment-line-start-skip): Don't match cpp stuff.
12044         (font-lock-keywords): Add * to comment-chars.  Grok cpp stuff.
12045         (fortran-mode-map): Remove over-eager custom-menu-create for now.
12046         (fortran-mode): Don't set fortran-comment-line-start-skip,
12047         fortran-comment-line-start here.  Set comment-start,
12048         add-log-current-defun.
12049         (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
12050         (fortran-current-defun): New function.
12052 2000-03-09  Gerd Moellmann  <gerd@gnu.org>
12054         * emacs-lisp/re-builder.el: New file.
12056         * mouse.el (mouse-drag-region): Don't run up-event handler
12057         if hscroll has changed.
12059         * octave-mod.el (octave-font-lock-keywords): To font-lock the
12060         builtin operators, use `font-lock-builtin-face' for Emacs and
12061         `font-lock-preprocessor-face' otherwise.
12063         * font-lock.el (lisp-font-lock-keywords-1): Highlight
12064         `(defun (setf foo)' differently.
12066 2000-03-08  Stefan Monnier  <monnier@cs.yale.edu>
12068         * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
12069         (regexp-opt): Update comment and adapt the code the new meaning of
12070         the `paren' argument of regex-opt-group for shy-groups.
12071         (regexp-opt-depth): Handle shy groups as well as backslashed
12072         backslashes.
12073         (regexp-opt-group): Turn the leading comment into a docstring.
12074         Allow `paren' to be a string (the string to use to open a group).
12075         Remove open-presuf and close-presuf.  Instead of checking for `all
12076         one-char' and then later on check for `several one-char', handle
12077         both cases close together.  Also apply a more generic algorithm
12078         for suffixes (the mirror image of the algorithm used for
12079         prefixes).  Use shy-groups.  Use nreverse rather than reverse.
12080         (regexp-opt-try-suffix): Removed.
12082         * cmuscheme.el (inferior-scheme-mode-map): Define it independently
12083         from comint-mode-map, so we can just inherit from it.  Also, move
12084         the initialization into the `defvar' since there's no docstring
12085         anyway and it's fairly short.
12086         (inferior-scheme-mode): Define it as derived-mode: the code is
12087         shorter and this way we inherit from comint-mode-map rather than
12088         copying it.
12090         * subr.el (replace-regexps-in-string): Properly handle the case
12091         where we match an empty string.
12093         * comint.el (comint-exec-1): Add the current-dir to the exec-path
12094         when the command has a directory component (such as "./testml").
12095         Also fix a typo in the comment.
12097 2000-03-08  Gerd Moellmann  <gerd@gnu.org>
12099         * Makefile (compile-files): Compile files one by one because
12100         that's the only way to ensure a clean compilation environment for
12101         each individual file.
12103         * frame.el (other-frame): Call x-focus-frame.
12105 2000-03-07  Dave Love  <fx@gnu.org>
12107         * recentf.el (recentf-keep-non-readable-files-p): Add :set,
12108         :require to defcustom.
12110         * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
12111         lists.
12113         * files.el (auto-mode-alist): Add configure.in.
12115         * progmodes/autoconf.el: New file.
12117 2000-03-07  Gerd Moellmann  <gerd@gnu.org>
12119         * mail/mh-e.el: Change maintainer to `none'.
12121         * recentf.el (recentf-keep-non-readable-files-p): Quote args
12122         to remove-hook and add-hook.
12124 2000-03-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
12126         * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
12127         it as the default.
12128         (mail-send): Test mail-send-nonascii also for the new `mime' value.
12129         (sendmail-send-it): Conditionally add MIME headers specifying the
12130         used character set.
12132 2000-03-07  Dave Love  <fx@gnu.org>
12134         * winner.el: Fix keywords, autoload cookies.  Split
12135         eval-when-compile form to avoid compilation failure.
12137 2000-03-07  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
12139         * international/mule.el: Modify comment about coding system
12140         property `coding-category'.
12141         (make-coding-system): New argument EOL-TYPE.  Pay attention to
12142         coding-category property of PROPERTIES.
12144         * international/mule-conf.el (coding-category-utf-8,
12145         coding-category-utf-16-be, coding-category-utf-16-le): New coding
12146         categories.  Include them in the argument for set-coding-priority.
12148         * international/mule-cmds.el (reset-language-environment): Include
12149         coding-category-utf-8, coding-category-utf-16-be, and
12150         coding-category-utf-16-le in the argument for set-coding-priority.
12151         (reset-language-environment): Initialize coding-category-utf-8,
12152         coding-category-utf-16-be, and coding-category-utf-16-le to nil.
12154 2000-03-06  Karl Fogel  <kfogel@red-bean.com>
12156         * bookmark.el (bookmark-file-or-variation-thereof): New func, for
12157         code abstracted out of `bookmark-jump-noselect'.  Now tries info
12158         extensions as well as compression extensions.
12159         (bookmark-jump-noselect): Use above new func.
12161 2000-03-03  Gerd Moellmann  <gerd@gnu.org>
12163         * strokes.el: Change maintainer's mail address.
12165 2000-03-03  Kenichi Handa  <handa@etl.go.jp>
12167         * international/mule-diag.el (list-character-sets): Make help-echo
12168         string by substitute-command-keys.
12169         (list-character-sets): Likewise.
12170         (sort-listed-character-sets): Call help-setup-xref.
12172 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
12174         * time.el (display-time-mail-file): Add `none' to the list of
12175         choices.
12177 2000-03-01  Dave Love  <fx@gnu.org>
12179         * help.el (help-xref-go-back): Don't try to set position.
12181         * international/mule-diag.el (list-character-sets): Call
12182         help-setup-xref.  Add help-echo to xrefs.
12183         (list-character-sets-1): Add help-echo to xrefs.
12185 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
12187         * frame.el (blink-cursor-mode): Switch cursor on when turning
12188         the mode off.
12190         * add-log.el (add-log-current-defun): Add support for
12191         Autoconf mode.
12193         * mail/rmail.el (rmail-quit-hook): New variable.
12195 2000-03-01  Dave Love  <fx@gnu.org>
12197         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
12199         * help.el (help-xref-button): Add help-echo arg.
12200         (describe-function-1, describe-variable, help-make-xrefs): Use it.
12202         * faces.el (list-faces-display): Supply help-echo with
12203         help-make-xrefs.
12205         * facemenu.el (list-text-properties-at): Set help-xref-stack to
12206         nil.
12208 2000-03-01  Gerd Moellmann  <gerd@gnu.org>
12210         * image.el (defimage): Look for image files in load-path.
12212         * frame.el (busy-cursor-delay-seconds): Change type to
12213         `number'.
12215 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
12217         * recentf.el (recentf): Added version tag to the defgroup of
12218         recentf.
12220 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
12222         * recentf.el (recentf-cleanup): Changed to remove excluded file
12223         too.
12224         (recentf-edit-list-action): `recentf-edit-list' checkbox widget
12225         action to select/unselect a file.
12226         (recentf-edit-list): Code cleanup and improvement.
12227         (recentf-open-more-files-action): `recentf-open-more-files' button
12228         widget action to open a file.
12229         (recentf-open-more-files): No more use standard completion but
12230         widgets.
12231         (recentf-more-collection): Deleted.
12232         (recentf-more-history): Deleted.
12233         (recentf-setup-more-completion): Deleted.
12235 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
12237         * recentf.el (recentf-mode): No more needs that Emacs is running
12238         under a window-system.
12240 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
12242         * recentf.el (recentf-edit-list): New command to edit the recent
12243         list which allow the user to remove files.
12244         (recentf-edit-selected-items): New global variable, used by
12245         `recentf-edit-list' to hold the list of files to be removed from
12246         the recent list.
12247         (recentf-make-menu-items): Updated to display a "Edit list..."
12248         menu item.  Minor code cleanup.
12250 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
12252         * recentf.el (recentf-open-more-files): New command to open files
12253         that are not displayed in the menu.
12254         (recentf-more-collection): New global variable holding the set of
12255         permissible completions used by `recentf-open-more-files'.
12256         (recentf-more-history): New global variable holding the history list
12257         used by `recentf-open-more-files' completion.
12258         (recentf-setup-more-completion): New function to setup completion for
12259         `recentf-open-more-files'.
12260         (recentf-make-menu-items): Updated to display a "More..." menu item.
12262 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
12264         * recentf.el (recentf-menu-action): Doc fixed.
12266 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
12268         * recentf.el (recentf-menu-filter): Doc updated.
12269         (recentf-update-menu-hook): Allow menu filters to force menu update.
12270         (recentf-make-menu-items): New menu filter handling.
12271         (recentf-make-menu-item): New helper function.
12272         (recentf-menu-elements): New menu handling function.
12273         (recentf-sort-ascending): Updated to new menu filter handling.
12274         (recentf-sort-descending): Updated to new menu filter handling.
12275         (recentf-sort-basenames-ascending): New menu filter function.
12276         (recentf-sort-basenames-descending): New menu filter function.
12277         (recentf-show-basenames): New menu filter function.
12278         (recentf-show-basenames-ascending): New menu filter function.
12279         (recentf-show-basenames-descending): New menu filter function.
12281 2000-02-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
12283         * diary-lib.el (list-diary-entries): Don't try to go forward at
12284         the end of the buffer.
12286 2000-02-29  Kenichi Handa  <handa@etl.go.jp>
12288         * international/mule-diag.el (list-character-sets): Completely
12289         rewritten.
12290         (sort-listed-character-sets): New function.
12291         (list-character-sets-1): Completely rewritten.
12292         (list-character-sets-2): New function.
12293         (non-iso-charset-alist): New variable.
12294         (decode-codepage-char): New function.
12295         (charset-history): New variable.
12296         (read-charset) (list-block-of-chars)
12297         (list-iso-charset-chars)
12298         (list-non-iso-charset-chars)
12299         (list-charset-chars): New functions.
12300         (mule-diag): Call list-character-sets-2, not
12301         list-character-sets-2.
12302         (dump-charsets): Likewise.
12304 2000-02-29  Gerd Moellmann  <gerd@gnu.org>
12306         * dired-x.el (dired-filename-at-point): Add `@' to valid
12307         file name characters.
12308         (dired-filename-at-point): Handle ange-ftp file names.
12310         * frame.el (frame-notice-user-settings): Use assq-delete-all
12311         instead of assoc-delete-all.
12312         (frame-notice-user-settings): Ditto.
12314         * subr.el (assq-delete-all): Renamed from assoc-delete-all.
12315         Don't copy alist.
12317 2000-02-28  Eli Barzilay  <eli@cs.cornell.edu>
12319         * calculator.el (calculator-use-menu): New option.
12320         (calculator-initial-bindings): Changed some bindings to work as
12321         macros.
12322         (calculator-forced-input): Removed.
12323         (calculator-restart-other-mode): New variable.
12324         (calculator-mode-map): Set up menu.
12326 2000-02-28  Jari Aalto  <jari.aalto@poboxes.com>
12328         * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
12329         tags.
12331 2000-02-28  Michael Kifer  <kifer@cs.sunysb.edu>
12333         * viper-cmd.el (viper-envelop-ESC-key): added the option to
12334         translate all ESC key sequences.
12335         (viper-goto-mark-subr): restore markers for files for which
12336         they were saved.
12337         * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
12338         * viper-util.el (viper-set-replace-overlay-glyphs,
12339         viper-set-replace-overlay): always check if the replacement
12340         overlay is live.
12341         * viper.el (viper-vi-state-mode-list): added major modes.
12342         * ediff-wind.el: minor comment changes.
12343         * ediff.el: copyright notice date fix.
12345 2000-02-27  Jason Rumney  <jasonr@gnu.org>
12347         * faces.el (face-font-family-alternatives): Add arial to helv.
12348         (mode-line, header-line, tool-bar): Same default as x for w32.
12349         (fixed-pitch, variable-pitch): Remove wildcard as it prevents
12350         face-font-family-alternatives from working.
12351         * term/w32-win.el (mouse-set-font): Do not build fontset from
12352         chosen font.
12354 2000-02-25  Sam Steingold  <sds@goems.com>
12356         * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
12357         properly.
12359 2000-02-25  Richard M. Stallman  <rms@gnu.org>
12361         * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
12363 2000-02-25  Gerd Moellmann  <gerd@gnu.org>
12365         * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
12366         writable.
12368         * frame.el (busy-cursor-delay-seconds): New option.
12370 2000-02-24  Gerd Moellmann  <gerd@gnu.org>
12372         * frame.el (show-cursor-in-non-selected-windows): New option.
12374 2000-02-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
12376         * diary-lib.el (include-other-diary-files): Undo the selective
12377         display in any included file and don't kill it.
12379 2000-02-24  Eli Zaretskii  <eliz@is.elta.co.il>
12381         * dired.el (dired-mode-map): Don't remove "Edit" from the menu
12382         bar.  Menu items converted to (menu-item format, help strings
12383         added.
12384         [downcase, upcase]: Don't enable on MS-DOS.
12385         [symlink, symlinks]: Don't show if make-symbolic-link is not
12386         bound.
12387         [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
12389 2000-02-23  Dave Love  <fx@gnu.org>
12391         * simple.el (zap-to-char, kill-line, kill-region, kill-word)
12392         (backward-kill-word): Revert addition of * to interactive spec --
12393         it's a feature.
12395         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
12396         (backward-kill-sentence, kill-sentence): Likewise.
12398         * gud.el (gud-jdb-build-class-source-alist): Prepend space to
12399         scratch buffer name.
12400         (gud-format-command): Use int-to-string in ?l case.  Simplify
12401         slightly.
12403         * term/w32-win.el (internal-face-interactive): Update prompt for
12404         new read-face-name.
12406         * mail/footnote.el (footnote): Add :version to defgroup.
12407         (footnote-section-tag-regexp): Customize.
12408         (footnote-start-tag, footnote-end-tag): New option.
12409         (footnote-latin-regexp): New variable.
12410         (Footnote-latin): New function.
12411         (footnote-style-alist): Add element for latin style.
12412         (footnote-style): Moved.
12413         (Footnote-goto-footnote): Use eq to test arg.
12415         * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
12417         * emacs-lisp/byte-opt.el: Change old backquote syntax.
12418         (byte-compile-trueconstp): Include keywords.
12419         (byte-optimize-quote, byte-optimize-lapcode): Use
12420         byte-compile-const-symbol-p.
12421         (byte-optimize-char-before): New optimization.
12423         * emacs-lisp/bytecomp.el: Change old backquote syntax.
12424         (byte-compile-const-symbol-p): New function.
12425         (byte-compile-constp, byte-compile-out-toplevel)
12426         (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
12427         Use it.
12429         * subr.el (define-key-after): Default AFTER to t.  Doc fix.
12431 2000-02-23  Kenichi Handa  <handa@etl.go.jp>
12433         * international/encoded-kb.el: Be sure to update minor-mode-alist
12434         and minor-mode-map-alist.
12435         (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
12436         codes SS2 and SS3 correctly.
12437         (encoded-kbd-self-insert-ccl): New function.
12438         (encoded-kbd-setup-keymap): New function.
12439         (encoded-kbd-mode): Handle CCL based coding system.  Setup keymap
12440         by calling encoded-kbd-setup-keymap.
12442         * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
12443         characters.
12444         (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
12445         locally.
12447 2000-02-22  Dave Love  <fx@gnu.org>
12449         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
12450         (lisp-mode-map, lisp-interaction-mode-map): Define all inside
12451         defvar.
12452         (lisp-mode-syntax-table): Set up for #|...|# comments.
12453         (lisp-imenu-generic-expression): Purecopy strings.  Use syntax
12454         classes.  Match `defface'.
12455         (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
12456         (eval-defun-1): Fix for defcustom.
12457         (lisp-indent-region): Doc fix.
12459         * subr.el (when, unless, split-string): Doc fix.
12460         (read-passwd): Move call of clear-this-command-keys to the right
12461         place.
12462         (replace-regexps-in-string): New function.
12464 2000-02-22  Gerd Moellmann  <gerd@gnu.org>
12466         * help.el (describe-variable): Set syntax table to
12467         emacs-lisp-mode-syntax-table when moving forward over the
12468         symbol's name.
12470 2000-02-22  Dave Love  <fx@gnu.org>
12472         * xt-mouse.el: Doc fixes.
12473         (xterm-mouse-position-function): New function, replacing advice of
12474         mouse-position.
12475         (xterm-mouse-mode): Use it.  Don't turn on under a window system.
12477         * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
12479 2000-02-21  Gerd Moellmann  <gerd@gnu.org>
12481         * format.el (format-annotate-single-property-change): Handle
12482         properties.with dotted-list values.
12483         (format-proper-list-p): New function.
12485         * enriched.el (enriched-face-ans): Handle '(foreground-color
12486         . COLOR) and (background-color . COLOR).
12488 2000-02-20  Dave Love  <fx@gnu.org>
12490         * textmodes/flyspell.el (flyspell-mouse-map): Change definition
12491         and assignments to it.
12492         (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
12493         current local map.
12494         (make-flyspell-overlay): Use it.
12495         (flyspell-correct-word/mouse-keymap): Change XEmacs test.
12497         * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
12498         (lm-get-header-re): Defun, not defsubst.
12499         (lm-get-package-name): Defun, not defsubst.  Simplify.
12500         (lm-version): Doc fix.  Simplify.
12501         (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
12502         (lm-crack-address, lm-last-modified-date, lm-commentary)
12503         (lm-verify, lm-synopsis): Simplify.
12504         (lm-report-bug): Require emacsbug.  Use compose-mail.
12506 2000-02-20  Gerd Moellmann  <gerd@gnu.org>
12508         * dired.el (dired-mode): Call propertized-buffer-identification
12509         to set mode-line-buffer-identification to something having
12510         the right text properties.
12512         * bindings.el (propertized-buffer-identification): New function.
12514 2000-02-20  Dave Love  <fx@gnu.org>
12516         * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
12517         check for t-mouse too.
12519         * cus-start.el: Make echo-keystrokes `number'.
12521 2000-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
12523         * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
12524         Don't call ring-empty-p unless tags-location-ring is bound.
12525         From Noah Friedman <friedman@splode.com>.
12527 2000-02-18  Thien-Thi Nguyen  <ttn@gnu.org>
12529         * progmodes/hideshow.el (hs-flag-region): No longer use
12530         `intangible' overlay property.
12532         (hs-toggle-hiding): New command.
12533         (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
12535         (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
12536         Fix omission bug: Run `hs-minor-mode-hook' for both activation
12537         and deactivation.
12539 2000-02-18  Gerd Moellmann  <gerd@gnu.org>
12541         * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
12543 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
12545         * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
12547         * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
12548         of `*' to handle `(* ... *)' comments.
12550 2000-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
12552         * faces.el (list-faces-display): Use display-mouse-p instead of
12553         window-system.
12555         * menu-bar.el (global-map): Menu-bar items converted to the new
12556         format (menu-item..., rearranged for better CUA compliance, and
12557         their names changed for better clarity.  Help strings added.
12559         * international/mule-cmds.el (mule-menu-keymap)
12560         (describe-language-environment-map, set-coding-system-map)
12561         (setup-language-environment-map): Convert to new (menu-item...
12562         form, add help strings.  Change names of menu items for better
12563         clarity.  "Mule" menu-bar item removed (it's now in the "Options"
12564         submenu).
12566 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
12568         * dired-aux.el (dired-do-copy): Remove spurious character.`n'
12569         within the code.
12571 2000-02-16  Dave Love  <fx@gnu.org>
12573         * faces.el: Don't require custom.  Add more specific :groups to
12574         various deffaces.
12575         (set-face-attribute): Purecopy args.
12576         (read-face-name): Default to name at point and use it in prompt.
12577         Remove colon from arg in all callers.
12578         (list-faces-display): Hyperlink to face descriptions and customize
12579         buffers.
12581 2000-02-16  Per Abrahamsen  <abraham@dina.kvl.dk>
12583         * wid-edit.el (widget-match-inline): An atom never matches a
12584         list.
12586 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
12588         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
12589         at ':' characters by call to split-string.
12591 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
12593         * textmodes/bibtex.el: Added RCS version identification.
12595 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
12597         * textmodes/bibtex.el: Some temporary comments removed.
12598         (bibtex-field-name, bibtex-entry-type): Made the relationship
12599         explicit.
12600         (bibtex-field-const): Allow capital letters.
12601         (bibtex-start-of-string): Deleted because unused.
12603         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
12604         use the term 'reference' to describe a bibtex entry as a whole.
12605         Further, reference keys are no longer called 'labels'.
12606         (bibtex-keys): Renamed to bibtex-reference-keys.
12607         (bibtex-reformat-previous-labels): Renamed to
12608         bibtex-reformat-previous-reference-keys.
12609         (bibtex-reference-type): Renamed to bibtex-entry-type.
12610         (bibtex-reference-head): Renamed to bibtex-entry-head.
12611         (bibtex-reference-maybe-empty-head): Renamed to
12612         bibtex-entry-maybe-empty-head.
12613         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
12614         (bibtex-search-reference): Renamed to bibtex-search-entry.
12615         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
12616         bibtex-enclosing-entry-maybe-empty-head.
12617         (bibtex-entry-field-alist, bibtex-entry-head,
12618         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
12619         bibtex-map-entries, bibtex-search-entry,
12620         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
12621         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12622         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
12623         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
12624         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
12625         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
12626         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
12628 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
12630         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
12631         comment.
12632         (bibtex-format-field-delimiters): New function, functionality
12633         extracted from bibtex-format-entry.
12634         (bibtex-autokey-get-yearfield-digits): New function, functionality
12635         extracted from bibtex-autokey-get-yearfield.
12637         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
12638         entries in order to avoid stack overflow in the regexp matcher if
12639         field contents become large.
12640         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
12641         bibtex-field-string-part-not-braced,
12642         bibtex-field-string-part-no-inner-braces,
12643         bibtex-field-string-part-1-inner-brace,
12644         bibtex-field-string-part-2-inner-braces,
12645         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
12646         bibtex-field-string-quoted, bibtex-field-string,
12647         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
12648         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
12649         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
12650         as parsing is now performed by the following functions.
12651         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
12652         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
12653         bibtex-parse-field-string, bibtex-search-forward-field-string,
12654         bibtex-parse-association, bibtex-field-name-for-parsing,
12655         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
12656         bibtex-search-forward-field, bibtex-search-backward-field,
12657         bibtex-start-of-field, bibtex-end-of-field,
12658         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
12659         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
12660         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
12661         bibtex-parse-string, bibtex-search-forward-string,
12662         bibtex-search-backward-string, bibtex-start-of-string,
12663         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
12664         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
12665         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
12666         entries.  Instead of reporting the results of the parsing by
12667         match-beginning or match-end, these functions return data structures
12668         that hold the corresponding positions.
12669         (bibtex-enclosing-field): Changed to also report field boundaries by
12670         return values rather than by match-beginning or match-end.  The
12671         following functions have been adapted to use the new parsing
12672         functions.
12673         (bibtex-skip-to-valid-entry, bibtex-search-reference,
12674         bibtex-enclosing-field, bibtex-format-entry,
12675         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
12676         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
12677         bibtex-print-help-message, bibtex-end-of-entry,
12678         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
12679         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12680         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
12681         method for parsing.
12682         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
12683         bibtex-map-entries, bibtex-flash-head,
12684         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
12685         bibtex-autokey-change, bibtex-autokey-get-namefield,
12686         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
12687         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12688         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
12689         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12690         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
12691         order to make the new binding of case-fold-search immediately
12692         visible.
12694 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
12696         * textmodes/bibtex.el: Copyright notice is up to date.
12697         Added constant 'bibtex-maintainer-salutation.
12699         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
12700         than make-temp-name, use match-string-no-properties and eliminate
12701         a quadratic behavior when building bibtex-strings.
12703         * bibtex.el (bibtex-reference-key): Accept string entries whose
12704         reference key contains upper case letters.
12706 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
12708         * bibtex.el (bibtex-reference-head): Allow entries to start with
12709         a new line.
12711 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
12713         * bibtex.el: Hiding of entry bodies is not longer provided by
12714         bibtex.el directly.  Instead the hideshow package can be used.
12715         Added a special bibtex entry to hs-special-modes-alist.
12716         (bibtex-hs-forward-sexp): Added for hideshow.el.
12718 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
12720         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
12721         at ':' characters by call to split-string.
12723 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
12725         * textmodes/bibtex.el: Added RCS version identification.
12727 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
12729         * textmodes/bibtex.el: Some temporary comments removed.
12730         (bibtex-field-name, bibtex-entry-type): Made the relationship
12731         explicit.
12732         (bibtex-field-const): Allow capital letters.
12733         (bibtex-start-of-string): Deleted because unused.
12735         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
12736         use the term 'reference' to describe a bibtex entry as a whole.
12737         Further, reference keys are no longer called 'labels'.
12738         (bibtex-keys): Renamed to bibtex-reference-keys.
12739         (bibtex-reformat-previous-labels): Renamed to
12740         bibtex-reformat-previous-reference-keys.
12741         (bibtex-reference-type): Renamed to bibtex-entry-type.
12742         (bibtex-reference-head): Renamed to bibtex-entry-head.
12743         (bibtex-reference-maybe-empty-head): Renamed to
12744         bibtex-entry-maybe-empty-head.
12745         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
12746         (bibtex-search-reference): Renamed to bibtex-search-entry.
12747         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
12748         bibtex-enclosing-entry-maybe-empty-head.
12749         (bibtex-entry-field-alist, bibtex-entry-head,
12750         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
12751         bibtex-map-entries, bibtex-search-entry,
12752         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
12753         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12754         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
12755         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
12756         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
12757         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
12758         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
12760 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
12762         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
12763         comment.
12764         (bibtex-format-field-delimiters): New function, functionality
12765         extracted from bibtex-format-entry.
12766         (bibtex-autokey-get-yearfield-digits): New function, functionality
12767         extracted from bibtex-autokey-get-yearfield.
12769         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
12770         entries in order to avoid stack overflow in the regexp matcher if
12771         field contents become large.
12772         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
12773         bibtex-field-string-part-not-braced,
12774         bibtex-field-string-part-no-inner-braces,
12775         bibtex-field-string-part-1-inner-brace,
12776         bibtex-field-string-part-2-inner-braces,
12777         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
12778         bibtex-field-string-quoted, bibtex-field-string,
12779         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
12780         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
12781         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
12782         as parsing is now performed by the following functions.
12783         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
12784         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
12785         bibtex-parse-field-string, bibtex-search-forward-field-string,
12786         bibtex-parse-association, bibtex-field-name-for-parsing,
12787         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
12788         bibtex-search-forward-field, bibtex-search-backward-field,
12789         bibtex-start-of-field, bibtex-end-of-field,
12790         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
12791         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
12792         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
12793         bibtex-parse-string, bibtex-search-forward-string,
12794         bibtex-search-backward-string, bibtex-start-of-string,
12795         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
12796         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
12797         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
12798         entries.  Instead of reporting the results of the parsing by
12799         match-beginning or match-end, these functions return data structures
12800         that hold the corresponding positions.
12801         (bibtex-enclosing-field): Changed to also report field boundaries by
12802         return values rather than by match-beginning or match-end.  The
12803         following functions have been adapted to use the new parsing
12804         functions.
12805         (bibtex-skip-to-valid-entry, bibtex-search-reference,
12806         bibtex-enclosing-field, bibtex-format-entry,
12807         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
12808         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
12809         bibtex-print-help-message, bibtex-end-of-entry,
12810         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
12811         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12812         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
12813         method for parsing.
12814         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
12815         bibtex-map-entries, bibtex-flash-head,
12816         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
12817         bibtex-autokey-change, bibtex-autokey-get-namefield,
12818         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
12819         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12820         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
12821         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12822         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
12823         order to make the new binding of case-fold-search immediately
12824         visible.
12826 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
12828         * textmodes/bibtex.el: Copyright notice is up to date.
12829         Added constant 'bibtex-maintainer-salutation.
12831         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
12832         than make-temp-name, use match-string-no-properties and eliminate
12833         a quadratic behavior when building bibtex-strings.
12835         * bibtex.el (bibtex-reference-key): Accept string entries whose
12836         reference key contains upper case letters.
12838 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
12840         * bibtex.el (bibtex-reference-head): Allow entries to start with
12841         a new line.
12843 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
12845         * bibtex.el: Hiding of entry bodies is not longer provided by
12846         bibtex.el directly.  Instead the hideshow package can be used.
12847         Added a special bibtex entry to hs-special-modes-alist.
12848         (bibtex-hs-forward-sexp): Added for hideshow.el.
12850 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
12852         * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
12853         proceedings entry type (for cross referencing). Thanks to Wagner
12854         Toledo Correa for the suggestion.
12856         * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
12858 2000-02-14  Kenichi Handa  <handa@etl.go.jp>
12860         * international/characters.el: Setup case table for Vietnamese.
12862 2000-02-12  Gerd Moellmann  <gerd@gnu.org>
12864         * uniquify.el (toplevel): Require CL at compile time.
12865         (uniquify-push): Removed.
12867         * shadowfile.el (shadow-when): Removed.
12869         * tempo.el (tempo-dolist, tempo-mapc): Removed.
12870         (tempo-process-and-insert-string): Use dolist instead of
12871         tempo-dolist.
12873         * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
12874         regexp for paragraph-start.
12876         * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
12877         commas as well.
12879 2000-02-10  Dave Love  <fx@gnu.org>
12881         * wid-edit.el: (widgets) [defgroup]: Remove url link.
12882         (widget-color-choice-list, widget-color-history, widget-mouse-help):
12883         Deleted.
12884         (widget-specify-field, widget-specify-button): Don't use
12885         widget-mouse-help as help-echo property.
12886         (default): Use #'ignore for :validate and :mouse-down-action.
12887         (checkbox): Add help-echo.
12888         (widget-sexp-validate): Rewritten to clarify error messages.
12889         (character): Use char-valid-p in :match function.
12890         (widget-color-complete): Use facemenu-color-alist.
12891         (widget-color-action): Use facemenu-read-color.
12893         * emacs-lisp/cl-macs.el: Don't bother testing for defalias.  Don't
12894         set up `caar' &c that we now have.
12896 2000-02-09  Ray Blaak  <blaak@gnu.org>
12898         * delphi.el: Make resourcestring a declaration region, like const
12899         and var.
12901 2000-02-09  Dave Love  <fx@gnu.org>
12903         * bindings.el (mode-line-input-method-map): New variable.
12904         (mode-line-mule-info): Use it; fix last change.
12905         (mode-line-mode-menu): Move definition.
12906         (mode-line-mouse-sensitive-p): Deleted.
12907         (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
12908         (make-mode-line-mouse-sensitive): Deleted.  Body moved to top
12909         level.
12911         * startup.el (command-line-1): Don't call
12912         make-mode-line-mouse-sensitive.
12914 2000-02-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
12916         * mail/rmail.el (rmail-retry-failure): Use
12917         rmail-beginning-of-message before rmail-toggle-header, because the
12918         former toggles headers.
12920 2000-02-06  Stefan Monnier  <monnier@cs.yale.edu>
12922         * diff-mode.el (diff-kill-junk): New interactive function.
12923         (diff-reverse-direction): Use delete-and-extract-region.
12924         (diff-post-command-hook): Restrict the area so that the hook also works
12925         outside of any diff hunk.  This is necessary for the minor-mode.
12926         (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
12927         (diff-minor-mode): Setup the hooks for header-hunk rewriting.
12929         * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
12930         (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
12931         so that it can be used more easily in <foo>-mode-hook.  Also make sure
12932         to avoid duplicate entries.
12933         (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
12934         (font-lock-remove-keywords): Just as was done for `add', allow it to
12935         work even if font-lock-mode is nil.  Also make sure we don't modify
12936         any pre-existing list by forcing a copy-sequence.  Finally rename
12937         `major-mode' to `mode'.
12938         (font-lock-fontify-syntactic-anchored-keywords)
12939         (font-lock-fontify-anchored-keywords)
12940         (font-lock-fontify-keywords-region): Use line-end-position.
12941         Don't make `font-lock-multiline' local (it's now done in
12942         font-lock-set-defaults).
12943         (font-lock-set-defaults): Make `font-lock-multiline' local.  Also
12944         move the `font-lock-fontified' creation to inside the `unless'.
12946 2000-02-06  Andrew Innes  <andrewi@gnu.org>
12948         * term/w32-win.el (x-handle-args): Comment out call to message,
12949         which occurs before window system is initialized.
12951         * makefile.nt: Add support for recompiling lisp code.
12953 2000-02-04  Dave Love  <fx@gnu.org>
12955         * bindings.el (mode-line-mule-info): Fix/extend last change.
12957         * completion.el: Replace completion-dolist with dolist.
12959         * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
12960         dotimes.
12962 2000-02-04  Carsten Dominik  <dominik@strw.leidenuniv.nl>
12964         * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
12965         environment names before they go into the section regexp.
12967         * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
12968         char class in regexp.
12970         * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
12971         `case-fold-search' to nil.
12973         * progmodes/idlwave.el (idlwave-template): Respect
12974         `idlwave-abbrev-change-case'.
12975         (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
12976         idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
12977         idlwave-while): respect `idlwave-reserved-word-upcase'.
12978         (idlwave-rw-case): New function.
12979         (idlwave-statement-match): Fixed problem with assignment regexp.
12980         (idlwave-font-lock-keywords): Improved regexp for keyword
12981         parameters.
12982         (idlwave-surround): New argument LENGTH to support padding of
12983         operators longer than 1 char.
12985         * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
12986         idlwave-shell-expression-overlay.  Implemented printing of
12987         expressions on higher levels of the calling stack.
12988         (idlwave-shell-display-level-in-calling-stack): Restore stack
12989         level.
12990         (idlwave-retrieve-expression-from-level): New function.
12991         (idlwave-shell-last-calling-stack): Variable removed.
12992         (idlwave-shell-reset): Argument action reversed (`visible' to
12993         `hidden').  Also remove stop-line overlay.
12994         (idlwave-shell-calling-stack-routine): New variable.
12995         (idlwave-shell-parse-stack-and-display): Messages now display
12996         negative level numbers.
12997         (idlwave-shell-mode): Set `modeline-format'.
12998         (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
12999         (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
13000         21.
13001         (idlwave-shell-print-expression-function): New option.
13003         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
13004         idlwave-toolbar-remove-everywhere): Keybindings prefix is now
13005         `tool-bar' instead of `toolbar'.
13007 2000-02-02  Dave Love  <fx@gnu.org>
13009         * emacs-lisp/cl.el: Use bytecomp-load-hook, not
13010         emacs-lisp-mode-hook.  Don't check for defalias being defined.
13012         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
13013         (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.  Use
13014         the new builtins directly.
13016         * whitespace.el (whitespace): Add :version to defgroup.
13018         * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
13019         Doc fix.
13021         * thingatpt.el (sexp-at-point, symbol-at-point)
13022         (number-at-point, list-at-point): Add autoload cookie.
13024         * recentf.el (recentf): Add :version to defgroup.
13026         * quickurl.el (quickurl): Add :version to defgroup.
13028         * elide-head.el (elide-head): Use point-marker more.
13030         * bs.el (bs): Add :version to defgroup.
13032         * autorevert.el (global-auto-revert-mode): Add autoload cookie.
13034         * progmodes/delphi.el (delphi): Add :version to defgroup.
13036 2000-02-02  Gerd Moellmann  <gerd@gnu.org>
13038         * ange-ftp.el (ange-ftp-write-region): Handle case that
13039         succeeding process operation sets a different coding system.
13041         * calculator.el: New file.
13043 2000-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
13045         * frame.el (frames-on-display-list, framep-on-display): New
13046         functions.
13047         (display-mouse-p, display-popup-menus-p, display-graphic-p)
13048         (display-selections-p, display-screens, display-pixel-width)
13049         (display-pixel-height, display-mm-width, display-mm-height)
13050         (display-backing-store, display-save-under, display-planes)
13051         (display-color-cells, display-visual-class): New functions.
13053         * term/tty-colors.el (tty-color-gray-shades): New function.
13055         * faces.el (display-color-p): Use framep-on-display.
13056         (display-grayscale-p): New function.
13058 2000-01-31  Dave Love  <fx@gnu.org>
13060         * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
13061         (create-fontset-from-x-resource): Don't concat integers.
13063 2000-01-31  Inge Frick  <inge@nada.kth.se>
13065         * view.el: Some changes in documentation.  Removed some trailing
13066         whitespace. Changed some parameter names to agree with
13067         documentation.
13068         (view-mode-exit): Keep entry in `view-return-to-alist' only when a
13069         window is not deleted.  Modifies change 1998-04-26.
13071 2000-01-31  Gerd Moellmann  <gerd@gnu.org>
13073         * windmove.el: New file.
13075         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
13076         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
13077         progmodes/ebnf-yac.el: Update copyright and license info.
13079         * jit-lock.el (jit-lock-function): Widen before calculating end
13080         position.
13081         (jit-lock-stealth-chunk-start): Rewritten.
13083         * info.el (Info-title-face-alist): Removed.
13084         (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
13085         faces.
13086         (Info-fontify-node): Use these faces.
13088 2000-01-30  Gerd Moellmann  <gerd@gnu.org>
13090         * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
13091         (cl-macro-list1): Recognize `&allow-other-keys' instead of
13092         `&allow-other-keywords'.
13094         * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
13095         the list of directories scanned heuristically.
13097         * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
13098         exist.
13100 2000-01-30  Jason Rumney  <jasonr@gnu.org>
13102         * w32-fns.el: Define w32-tty-standard-colors.
13104         * startup.el (command-line): Use w32-tty-standard-colors when in
13105         w32 console mode.
13107 2000-01-30  Dave Love  <fx@gnu.org>
13109         * jka-compr.el (jka-compr-load): Fix up load-history.
13111         * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
13113         * emacs-lisp/cl-macs.el: Revert previous change.
13115 2000-01-29  Dave Love  <fx@gnu.org>
13117         * facemenu.el: Purecopy various strings.
13119         * timezone.el (timezone-fix-time): Window against 69 for two-digit
13120         years.  Deal with three-digit years.
13122         * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
13123         defconst, purecopy.
13124         (help-back-label): Purecopy it.
13126 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
13128         * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
13129         variable. If non-nil, order the buffer list according to the
13130         currently selected frame.
13131         (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
13132         non-nil, pass the selected frame to function buffer-list.
13134 2000-01-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13136         * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
13138 2000-01-28  Dave Love  <fx@gnu.org>
13140         * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
13142         * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
13143         Don't use lisp-indent-hook property.
13144         (cl-abs): Remove.
13146         * subr.el: Move out indent and edebug specs for when and unless.
13148         * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
13149         when, unless.
13151         * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
13152         unless, when.
13154 2000-01-28  Gerd Moellmann  <gerd@gnu.org>
13156         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
13157         `collecting' as synonym for `collect'.
13159         * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
13160         for the case it contains spaces.
13162         * simple.el (what-cursor-position): Change formatting of
13163         messages.
13165         * frame.el (delete-other-frames): New function.
13166         (toplevel): Bind it to C-x 5 1.
13168         * sort.el (sort-numeric-base): New option.
13169         (sort-numeric-fields): If number starts with `0' or `0[xX[',
13170         interpret it as octal or hexadecimal.  Use sort-numeric-base
13171         as default base.
13173         * progmodes/glasses.el: New file.
13175 2000-01-27  Gerd Moellmann  <gerd@gnu.org>
13177         * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
13178         userids differently.
13180         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
13181         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
13182         progmodes/ebnf-yac.el: New files.
13184 2000-01-26  Dave Love  <fx@gnu.org>
13186         * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
13187         on a function with an empty body.  [From Eric Ludlam.]
13189 2000-01-25  Andre Spiegel  <spiegel@gnu.org>
13191         * vc.el (vc-version-diff): Make sure file name is expanded.
13193 2000-01-25  Gerd Moellmann  <gerd@gnu.org>
13195         * scroll-bar.el (scroll-bar-timer): Variable removed.
13196         (scroll-bar-toolkit-scroll): Don't use a timer.
13198 2000-01-25  Kenichi Handa  <handa@etl.go.jp>
13200         * language/thai-util.el (thai-composition-function): Delete
13201         superfluous `a'.
13203 2000-01-24  Dave Love  <fx@gnu.org>
13205         * fortran.el (fortran-mode): Use beginning-of-defun-function,
13206         end-of-defun-function.
13208         * font-lock.el (turn-on-font-lock): Don't depend on window-system
13209         &c.
13211 2000-01-22  Jason Rumney  <jasonr@gnu.org>
13213         * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
13214         conflicts with new face support.
13216 2000-01-22  Richard M. Stallman  <rms@gnu.org>
13218         * replace.el (query-replace): Rename last arg to DELIMITED.
13219         (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
13220         (query-replace-regexp): Likewise.
13222 2000-01-20  Richard M. Stallman  <rms@gnu.org>
13224         * subr.el (with-syntax-table): Use make-symbol, not gensym.
13226         * emacs-lisp/lisp.el (beginning-of-defun-function):
13227         Variable renamed from beginning-of-defun.
13228         Do not call make-variable-buffer-local.
13229         (beginning-of-defun-raw): Use new variable name; doc fix.
13230         (beginning-of-defun): Doc fix.
13231         (end-of-defun-function): Variable renamed from end-of-defun.
13232         Do not call make-variable-buffer-local.
13233         (end-of-defun): Use new variable name; doc fix.
13235         * subr.el (dolist, dotimes): Copied from cl-macs.el
13236         and made to work.
13238         * mail/undigest.el (rmail-digest-end-regexps):
13239         Variable replaces rmail-digest-end-regexp.
13240         Allows multiple regexps for detecting the end line.
13241         (undigestify-rmail-message): Corresponding changes.
13243 2000-01-19  Dave Love  <fx@gnu.org>
13245         * files.el (user-init-file): Don't declare here -- is primitive.
13247         * startup.el (command-line): Check for compiled user-init-file and
13248         set to uncompiled version if necessary.
13250 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
13252         * mail/undigest.el (rmail-digest-end-regexp): New user option.
13253         (undigestify-rmail-message): Use it.
13255         * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
13257 2000-01-17  Gerd Moellmann  <gerd@gnu.org>
13259         * tmm.el (tmm-goto-completions): Adapt to prompt being part
13260         of mini-buffer.
13262 2000-01-14  Gerd Moellmann  <gerd@gnu.org>
13264         * emacs-lisp/copyright.el (copyright-update): Removed the
13265         requirement for a trailing space from `copyright-regexp', to
13266         support copyrights with owner specified on a separate line..
13268         * align.el: New file.
13270         * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
13272         * net/eudc.el (toplevel): Define EUDC menu for Emacs.
13274 2000-01-13  Dave Love  <fx@gnu.org>
13276         * ph.el: Removed.  (Obsoleted by EUDC.)
13278 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
13280         * net/eudc.el (toplevel): Remove autoloaded code installing
13281         menu with easymenu, because that causes build problems.
13283         * frame.el (frame-notice-user-settings): New variable.
13284         (frame-notice-user-settings): Don't modify frame parameters
13285         if called a second time.
13287 2000-01-13  Richard M. Stallman  <rms@gnu.org>
13289         * frame.el (frame-notice-user-settings):
13290         Notice default-frame-parameters even for non-window frames.
13292 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
13294         * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
13295         for Emacs.
13296         (eudc-bob-can-display-inline-images): Extend for Emacs.
13297         (eudc-bob-toggle-inline-display): Ditto.
13298         (eudc-bob-display-jpeg): Ditto.
13300 2000-01-12  Gerd Moellmann  <gerd@gnu.org>
13302         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
13303         net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
13304         net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
13306         * add-log.el (add-change-log-entry): Fix error trying an `(insert
13307         nil)'.
13309         * subdirs.el: Add `net' directory.
13311         * net: New directory.
13313         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
13314         eval-last-sexp.  Don't bind debug-on-error here.
13315         (eval-last-sexp): New function.  Bind debug-on-error if
13316         eval-expression-debug-on-error is non-nil.
13317         (eval-defun-2, eval-defun): Likewise.
13319         * simple.el (eval-expression): Don't bind debug-on-error if
13320         eval-expression-debug-on-error is nil.  Detect changed
13321         debug-on-error, and propagate new value to global binding, if
13322         eval-expression-debug-on-error is non-nil,
13323         (eval-expression-debug-on-error): Change doc string.
13325 2000-01-11  Richard M. Stallman  <rms@gnu.org>
13327         * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
13329         * emacs-lisp/lisp-mode.el (with-syntax-table):
13330         Set up lisp-indent-function property.
13332         * subr.el (with-syntax-table): Moved from simple.el.
13334         * simple.el (with-syntax-table): Moved to subr.el.
13336 2000-01-11  Gerd Moellmann  <gerd@gnu.org>
13338         * tmm.el (tmm-shortcut): Delete region after prompt instead
13339         of erasing buffer.
13341         * textmodes/fill.el (fill-common-string-prefix): New function.
13342         (fill-context-prefix): Use the longest common prefix of first
13343         and second line fill prefix, if there is one.
13345 2000-01-11  Richard M. Stallman  <rms@gnu.org>
13347         * array.el (array-mode): Don't use make-variable-buffer-local.
13348         Use make-local-variable for `truncate-lines'.
13350 2000-01-11  Jari Aalto  <jari.aalto@poboxes.com>
13352         * add-log.el (add-log-current-defun): Handle user-defined
13353         add-log-current-function returning nil,
13355         * add-log.el (add-change-log-entry): Insert version number
13356         if having found a current function
13358         * add-log.el (add-log-current-defun): Call
13359         `add-log-current-defun-function'.  Try matches at level 0 and
13360         level 1.  Strip whitespace from defun found.
13362 2000-01-10  John Wiegley  <johnw@gnu.org>
13364         * allout.el (isearch-done/outline-provisions): Added `edit'
13365         argument to correspond with the current definition of
13366         `isearch-done'.
13368 2000-01-10  Dave Love  <fx@gnu.org>
13370         * elide-head.el (elide-head): Use point-marker, not point.
13372 2000-01-10  Gerd Moellmann  <gerd@gnu.org>
13374         * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
13375         before and after the year 2000.
13377         * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
13378         Add ispell- prefix.
13380 2000-01-10  Ken Stevens  <k.stevens@ieee.org>
13382         * ispell.el:  Only define dictionaries in menus when they exist.
13383         (version18p): New variable.
13384         (version20p): New variable.
13385         (xemacsp): New variable.
13386         (ispell-choices-win-default-height): Fix for XEmacs visibility.
13387         (ispell-dictionary-alist1): Added Brasileiro dictionary.
13388         (ispell-dictionary-alist6): Russian command lines no longer accept
13389         run-together words.
13390         (ispell-local-dictionary-alist): Add koi8-r to customize definition.
13391         (ispell-dictionary-alist): Add koi8-r to customize definition.
13392         (check-ispell-version): Added documentation string.  Returns
13393         library path when called non-interactively.
13394         (ispell-menu-map-needed): Uses new variables.
13395         (ispell-library-path): New variable.
13396         (ispell-decode-string): XEmacs fix for bogus variable bindings.
13397         (ispell-word): Improved documentation string.  Test for valid
13398         character mappings.  Correctly check typed in word changes that can
13399         result in single words split into multiple words.  Returns
13400         replacement word.
13401         (ispell-command-loop): Fixes XEmacs display bugs.  Show word to
13402         replace in recursive query replace mode.  Help message for
13403         recursive edit mode.
13404         (ispell-show-choices): Protect against bad framepop bindings.
13405         (ispell-help): Fix to work with XEmacs.
13406         (ispell-highlight-spelling-error): Use new variables.
13407         (ispell-overlay-window): Fix to work with XEmacs.
13408         (ispell-parse-output): Passed and returns location information
13409         tracking spelling corrections.  Doesn't recheck same word on
13410         current line.
13411         (ispell-init-process): Protect against bogus XEmacs variable binding.
13412         Fix call to single argument in sleep-for.  Use new variables.
13413         (ispell-region): Passed and returns location information tracking
13414         spelling corrections.  Doesn't check same word on current line.
13415         Improved documentation string.  Doesn't resend a line already
13416         checked to the ispell process - fixes bug in LaTeX parsing.
13417         (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
13418         (ispell-skip-region): No longer skips <TT> in SGML.
13419         (ispell-process-line): Tracks location information with spelling
13420         corrections.  Added documentation string.  Accounts for words
13421         already accepted on this line.  Don't allow query-replace on line
13422         starting with math characters.  Doesn't resend a line already sent
13423         to ispell process.  Fixes alignment error bug.
13425 2000-01-10  Richard M. Stallman  <rms@gnu.org>
13427         * dired-x.el (dired-guess-shell-alist-default):
13428         Suggest xloadimage, which is free, not xv, which isn't.
13430         * ange-ftp.el (ange-ftp-file-name-nondirectory):
13431         Don't ever include the host name or user name in the value.
13433 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
13435         * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
13436         of a real newline.
13438 2000-01-09  Stephen Eglen  <stephen@gnu.org>
13440         * dired-x.el (dired-guess-shell-alist-default): Suggest xv
13441         for .png files.
13443 2000-01-09  Per Abrahamsen  <abraham@dina.kvl.dk>
13445         * cus-edit.el (custom-hook-convert-widget): Fix comment.
13447 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
13449         * progmodes/cperl-mode.el: Replace ^F with ^L.
13451         * sendmail.el (toplevel): Provide `sendmail' when compiling
13452         before `require'ing rmail and mailalias to prevent infinite
13453         recursion.
13455 2000-01-08  Dave Love  <fx@gnu.org>
13457         * emacs-lisp/backquote.el: Remove inappropriate customization
13458         (allowing custom.el to use backquote).
13460 2000-01-07  Dave Love  <fx@gnu.org>
13462         * add-log.el (add-log-debugging): Deleted.
13463         (add-change-log-entry): Treat a backup FILE-NAME as its parent
13464         file.  Remove debugging code.
13465         (change-log-get-method-definition, change-log-name): Add doc.
13466         (change-log-sortable-date-at): New function.
13467         (change-log-merge): New command.
13469         * time.el (display-time-string-forms): Make the Mail string active.
13470         (display-time-update): Provide help-echo for load average.
13472         * bindings.el (make-mode-line-mouse2-map): New function.
13473         (mode-line-modified): Use it and simplify.
13474         (mode-line-mule-info): Provide help-echo info.
13475         (minor-mode-alist): Activate the strings.
13476         (make-mode-line-mouse-sensitive): Simplify for
13477         mode-line-buffer-identification.
13479 2000-01-07  Gerd Moellmann  <gerd@gnu.org>
13481         * play/pong.el: New file.
13483 2000-01-06  Dave Love  <fx@gnu.org>
13485         * array.el: Assorted cleanups for compiler warnings, doc strings,
13486         `array-' prefix for symbols.
13488 2000-01-05  Dave Love  <fx@gnu.org>
13490         * textmodes/outline.el (outline-mode-menu-bar-map): Add
13491         outline-headers-as-kill.
13492         (outline-mode): Define imenu-generic-expression.
13493         (outline-headers-as-kill): New command.
13495         * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
13496         from paragraph-start.
13497         (paragraph-indent-minor-mode): New command.
13499         * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
13500         M-C-e, M-C-h, C-j, C-xnd, TAB.
13501         (fortran-mode): Set beginning-of-defun, end-of-defun.
13502         (fortran-column-ruler): Simplify.
13503         (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
13504         (fortran-with-subprogram-narrowing): Likewise.
13505         (fortran-indent-subprogram): Call mark-defun.
13506         (fortran-check-for-matching-do): Change narrowing.
13508         * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
13509         (cl-lucid-hash-tag): Delete.
13510         (cl-hash-table-p): Correct test for native table.
13511         (cl-hash-table-count): Use hash-table-count.
13513         * browse-url.el (browse-url): Fix case of
13514         browse-url-browser-function being an alist.
13516 2000-01-05  Carsten Dominik  <cd@gnu.org>
13518         * textmodes/reftex-vars.el (reftex-parse-file-extension)
13519         (reftex-index-phrase-file-extension): New options.
13521         * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
13522         Use new option `reftex-index-phrase-file-extension'.
13524         * textmodes/reftex.el (reftex-access-parse-file): Use new option
13525         `reftex-parse-file-extension'.
13527 2000-01-05  Dave Love  <fx@gnu.org>
13529         * emacs-lisp/lisp.el (beginning-of-defun): New variable.
13530         (beginning-of-defun-raw): Use it.
13531         (end-of-defun): New variable.
13532         (end-of-defun): Use it.
13533         (check-parens): New command.
13535 2000-01-05  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
13537         * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
13538         (hs-show-block): Don't use `mapcar' when not accumulating.
13540         Fix buglet in local variables initialization.
13542 2000-01-05  Andreas Schwab  <schwab@suse.de>
13544         * hscroll.el (hscroll): Doc fix.
13546 2000-01-05  Carsten Dominik  <cd@gnu.org>
13548         * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
13549         idlw-toolbar.
13551         * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
13552         file idlw-rinfo.el.
13553         (idlwave-customize): load must read file idlw-shell.el.
13554         (idlwave-create-customize-menu): load must read file idlw-shell.el.
13556 2000-01-05  Carsten Dominik  <dominik@astro.uva.nl>
13558         * progmodes/idlw-shell.el: Also provide idlwave-shell
13559         * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
13560         * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
13562         * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
13563         both reftex-dcr and reftex-vcr.
13565         * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
13567 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13569         * ps-print.el: PostScript code now is in separate files, doc fix.
13570         (ps-print-version): New version number (5.0.3).
13571         (ps-header-lines, ps-left-header, ps-right-header): No more buffer
13572         local.
13573         (ps-spool-config): Initialization fix.
13574         (ps-print-prologue-1, ps-print-prologue-2)
13575         (ps-print-duplex-feature): PostScript code moved to separated file.
13576         (ps-background-image): Little code reformating.
13577         (ps-begin-file, ps-begin-job): Fix code.
13578         (ps-postscript-code-directory, ps-mark-code-directory): New vars.
13579         (ps-prologue-file): New fun.
13581 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13583         * ps-vars.el: Eliminated.
13585         * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
13586         `;;;###autoload'.
13588         * ps-print.el: ps-vars eliminated, doc fix.
13589         (ps-print-version): New version number (5.0.2).
13590         (ps-spool-config): Initialization fix.
13591         (ps-print-customize): New fun.
13593 2000-01-04  Gerd Moellmann  <gerd@gnu.org>
13595         * autorevert.el (auto-revert-mode): Return value of
13596         auto-revert-mode.
13598 2000-01-04  Dave Love  <fx@gnu.org>
13600         * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
13601         menu items.
13603 2000-01-03  Dave Love  <fx@gnu.org>
13605         * elide-head.el (elide-head) [defgroup]: Add :version.
13607         * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
13608         (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
13609         `cl-hash-table-p', not `hash-table-p'.
13610         (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
13612 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
13614         * faces.el (face-read-integer, read-face-attribute)
13615         (color-defined-p, color-values): unspecified-{f,b}g are now
13616         strings.
13618 2000-01-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
13620         * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
13621         at comment end, and re-insert them after filling.
13623 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
13625         * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
13626         * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
13627         progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
13629 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
13631         * term/x-win.el (xw-defined-colors): Call color-supported-p,
13632         the new name of face-color-supported-p.
13634         * term/w32-win.el (xw-defined-colors): Likewise.
13636 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
13638         * simple.el (completion-setup-function): Count completion-size
13639         from minibuffer-prompt-end, not from point-min.
13641 2000-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
13643         * faces.el (read-face-attribute, defined-colors, color-defined-p):
13644         Pass the frame to tty-color-* functions.
13645         (display-color-p, frame-set-background-mode): Pass the frame to
13646         tty-display-color-p.
13648         * term/tty-colors.el (tty-defined-color-alist): Renamed from
13649         tty-color-alist.
13650         (tty-color-alist, tty-modify-color-alist): New functions.
13651         (tty-color-define,  tty-color-clear, tty-color-approximate)
13652         (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
13653         an optional parameter FRAME.
13655 2000-01-01  Gerd Moellmann  <gerd@gnu.org>
13657         * image.el (create-image, defimage): Don't assume image data is a
13658         string.
13660         * image.el (defimage): Handle specifications containing :data
13661         instead of :file.
13662         (image-type-from-data): New function.
13663         (image-type-from-file-header): Use it.
13664         (create-image): Add parameter DATA-P.
13666 See ChangeLog.8 for earlier changes.
13668 ;; Local Variables:
13669 ;; coding: iso-2022-7bit
13670 ;; End: