.
[emacs.git] / lisp / ChangeLog
blobeac1a711f349c6a5b3df48972a9e6424c757d7f0
1 2000-12-12  Andreas Schwab  <schwab@suse.de>
3         * tar-mode.el (tar-extract): Base the name of the subfile buffer
4         on the name of the tar buffer.  Verify that the existing buffer is
5         visiting the same subfile.
7 2000-12-12  Dave Love  <fx@gnu.org>
9         * subdirs.el: Add obsolete.
11 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
13         * mail/rmailsum.el (rmail-summary-expunge)
14         (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
15         instead of rmail-confirm-expunge.
17         * replace.el (perform-replace): Don't use an empty match adjacent
18         to a non-empty match when computing the next match before the
19         replacement is performed.
21 2000-12-12  Milan Zamazal  <pdm@freesoft.cz>
23         * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
24         definition (patch by Stefan Monnier).
25         (glasses-mode): Use jit-lock instead of `after-change-functions'
26         (patch by Stefan Monnier).
28 2000-12-12  Miles Bader  <miles@gnu.org>
30         * info.el (Info-last-preorder): Don't barf on nodes without a prev.
31         (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
33 2000-12-12  Andrew Choi  <akochoi@i-cable.com>
35         * term/mac-win.el: Remove load for ls-lisp.
37         * loadup.el: Load ls-lisp for system-type macos.
39 2000-12-12  Miles Bader  <miles@gnu.org>
41         * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
42         Respect field end too.
43         (just-one-space): Respect fields as `delete-horizontal-space'.
44         (newline-and-indent, reindent-then-newline-and-indent): Use
45         `delete-horizontal-space'.
47 2000-12-11  Stefan Monnier  <monnier@cs.yale.edu>
49         * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
50         (so as to obey the field property in the minibuffer).
52         * obsolete/c-mode.el: Moved from lisp/progmodes.
53         * obsolete/auto-show.el: Moved from lisp.
54         * obsolete/ooutline.el: Moved from lisp/textmodes.
55         
56 2000-12-11  Carsten Dominik  <dominik@strw.leidenuniv.nl>
58         * progmodes/idlwave.el: Updated to IDLWAVE version 4.7.  Too many
59         changes to list them here.
61         * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.  Too
62         many changes to list them here.
64         * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.  Too
65         many changes to list them here.
67         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
69 2000-12-11  Gerd Moellmann  <gerd@gnu.org>
71         * simple.el (kill-new): Don't try to setcar kill-ring if it is
72         nil.
74         * cus-edit.el (custom-save-variables, custom-save-faces): 
75         Comment fix.
77         * hscroll.el: Moved to `obsolete' subdir.
79 2000-12-11  Miles Bader  <miles@gnu.org>
81         * window.el (window-text-height): Function removed (now in C).
83 2000-12-10  Stefan Monnier  <monnier@cs.yale.edu>
85         * log-edit.el (log-edit-parent-buffer): New var.
86         (log-edit): Set it.  Add BUFFER argument.
87         (log-edit-done): Use char-before.
88         Don't bother checking validity of vc-comment-ring.
89         Only bury the buffer if log-edit popped it up.
91         * pcvs.el: Update references to CVS-Edit (now Log-Edit).
92         (cvs-mode-diff-help): Remove.
93         (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
94         (cvs-mode-marked): Set up the default for CMD manually.
96         * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
97         Remove binding for ? now made unnecessary.
99 2000-12-10  Carsten Dominik  <dominik@strw.leidenuniv.nl>
101         * textmodes/reftex.el (reftex-scanning-info-available-p): New
102         function
103         (reftex-TeX-master-file): Check for `tex-main-file' early enough.
105         * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
106         when master file is not open.
108 2000-12-09  Stefan Monnier  <monnier@cs.yale.edu>
110         * progmodes/ada-stmt.el: Update `maintainer'.
112 2000-12-09  Stephen Gildea  <gildea@alum.mit.edu>
114         * time-stamp.el (time-stamp-old-format-warn): Reorder custom
115         choices to match documentation string.
117 2000-12-09  Miles Bader  <miles@gnu.org>
119         * minibuf-eldef.el: New file.
121         * window.el (fit-window-to-buffer): Don't pass last argument to
122         pos-visible-in-window-p, now that its meaning is inverted.
124 2000-12-08  Eli Zaretskii  <eliz@is.elta.co.il>
126         * image.el (create-image): Doc fix; spotted by Per Cederqvist
127         <ceder@lysator.liu.se>.
129 2000-12-08  Stefan Monnier  <monnier@cs.yale.edu>
131         * autoinsert.el (auto-insert-alist): Add missing final \n.
133         * pcvs-defs.el (cvs-menu): Move.  Make submenu for diff commands.
134         (cvs-menu-map): Remove.
135         * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
136         (cvs-mode-quit): Turn it back into a plain function.
138         * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
139         (texinfo-filter): Remove (move to texinfo.el).
141         * textmodes/texinfo.el: Move the (require 'cl) to the front of the
142         file where it's more visible.
143         (texinfo-filter, texinfo-chapter-level-regexp): New variables
144         moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
145         (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
146         (texinfo-inside-macro-p): Only catch `scan-error's.
147         (texinfo-inside-env-p): Make better use of the match info.
148         (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
149         (texinfo-insert-@end): Slight re-organization.
150         Also remove useless `looking-at' call.
152 2000-12-08  Andrew Innes  <andrewi@gnu.org>
154         * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
155         accessible in -nw mode.
157         * term/w32-win.el: Remove stuff about selection timeout, which is
158         irrelevant on Windows.  Move clipboard support to w32-fns.el, so
159         it is accessible in -nw mode.
161 2000-12-08  Dave Love  <fx@gnu.org>
163         * emacs-lisp/lisp-mode.el (lisp-mode): Set
164         font-lock-keywords-case-fold-search.
166 2000-12-08  Gerd Moellmann  <gerd@gnu.org>
168         * textmodes/ispell.el (ispell): Doc fix.
170 2000-12-08  Kenichi Handa  <handa@etl.go.jp>
172         * international/quail.el (quail-insert-decode-map): Check the
173         frame width of a window displaying the current buffer, not that of
174         the selected frame.
175         (quail-help): Make sure that the help buffer has window before
176         inserting text in it.
178 2000-12-07  Sam Steingold  <sds@gnu.org>
180         * loadup.el: Load emacs-lisp/backquote instead of autoloading.
181         Backquote is used in isearch.el, so autoloading saves nothing.
183 2000-12-07  Eli Zaretskii  <eliz@is.elta.co.il>
185         * startup.el (normal-top-level-add-subdirs-to-load-path): Ignore
186         the CVS and RCS subdirectories case-insensitively.
188         * dired.el (dired-insert-directory): If file-system-info is
189         fboundp, call it instead of invoking dired-free-space-program.
191 2000-12-07  Gerd Moellmann  <gerd@gnu.org>
193         * server.el (server-visit-files): Push files on file-name-history.
195         * progmodes/cc-langs.el: Update copyright.
197         * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
199         * bindings.el (mode-line-mode-menu): Add glasses-mode.
201         * bindings.el (mode-line-mode-menu): Reverse the order
202         of define-keys so that the menu appears in alphabetical order.
204 2000-12-07  Milan Zamazal  <pdm@freesoft.cz>
206         * progmodes/glasses.el (glasses-mode): Update mode line at the end
207         of the function.
209 2000-12-07  Dave Love  <fx@gnu.org>
211         * jka-compr.el (jka-compr-compression-info-list): Fix :type.
213         * facemenu.el (facemenu-unlisted-faces): Fix value.
215 2000-12-07  Stefan Monnier  <monnier@cs.yale.edu>
217         * font-lock.el (font-lock-default-fontify-region):
218         Include the terminating \n (off-by-one error).
219         (font-lock-set-defaults): Use dolist.
221         * derived.el (define-derived-mode): Don't use combine-run-hooks.
223 2000-12-07  Kenichi Handa  <handa@etl.go.jp>
225         * international/mule-cmds.el (describe-language-environment): Fix
226         for the case that an input method title is not string but a list.
228         * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
229         of wrong SIZE record.
231 2000-12-06  Dave Love  <fx@gnu.org>
233         * newcomment.el (comment-region, comment-dwim): Doc fix.
235         * textmodes/texinfo.el: Require tex-mode when compiling.
236         (texinfo-update-node): Doc fix.
237         (texinfo-imenu-generic-expression): Add @anchor.
238         (texinfo-font-lock-keywords): Add @uref.
239         (texinfo-inside-macro-p): Don't use ignore-errors.
240         (texinfo-insert-quote): Match more contexts.
242         * international/mule.el (decode-char, encode-char): Doc fix.
243         (auto-coding-alist): Customize.
245         * files.el (load-file): Fix change of 2000-03-12.
247         * wid-edit.el (widget-text-keymap): Doc fix.
249 2000-12-06  Andrew Innes  <andrewi@gnu.org>
251         * makefile.w32-in (lisp): Set to an absolute directory, namely
252         $(CURDIR).
254 2000-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
256         * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
257         read generated-autoload-file, and set buffer-file-coding-system to
258         raw-text-unix after reading the file.
260         * international/mule-conf.el (file-coding-system-alist): Use
261         raw-text for reading loaddefs.el and raw-text-unix for writing
262         it.
264 2000-12-06  Gerd Moellmann  <gerd@gnu.org>
266         * replace.el (occur): Make line-number-width 1 smaller for the
267         colon following the line number.
269         * startup.el (fancy-splash-text, command-line-1): Use
270         `File' for the menu name instead of `Files'.
272         * tmm.el: Update copyright.
274         * cus-start.el: Add entry for even-window-heights.
276 2000-12-06  Miles Bader  <miles@gnu.org>
278         * faces.el (frame-set-background-mode): Avoid stomping on
279         locally modified faces.
281 2000-12-06  Kenichi Handa  <handa@etl.go.jp>
283         * international/fontset.el: Correct the font registries for
284         japanese-jisx0213-1 and japanese-jisx0213-2.
286 2000-12-05  Gerd Moellmann  <gerd@gnu.org>
288         * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
290         * iswitchb.el: Update customization commentary.
292 2000-12-05  Rob Riepel  <riepel@Stanford.EDU>
294         * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
295         (tpu-search-highlight): Fixed comparison of overlay end positions.
296         (tpu-trim-line-ends): Implemented trimming logic locally.
298         * emulation/tpu-extras.el (tpu-write-file-hook)
299         (tpu-set-cursor-bound): Replaced picture-clean with
300         tpu-trim-line-ends.
302 2000-12-05  Kenichi Handa  <handa@etl.go.jp>
304         * language/chinese.el (chinese-iso-8bit): Change mime-charset name
305         to cn-gb.
306         (cn-gb, gb2312): New aliases for chinese-iso-8bit.
308 2000-12-04  Dave Love  <fx@gnu.org>
310         * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
312 2000-12-04  Gerd Moellmann  <gerd@gnu.org>
314         * mail/rmailsum.el (rmail-summary-expunge)
315         (rmail-summary-expunge-and-save): Ask for confirmation with
316         rmail-expunge-confirmed.
318         * mail/rmail.el (rmail-expunge-confirmed): New function.
319         (rmail-expunge): Use it.
321         * progmodes/etags.el (tag-partial-file-name-match-p): New function.
322         (etags-recognize-tags-table, find-tag-in-order): New
323         functionality: interpret file names as tags.
325 2000-12-04  Eli Zaretskii  <eliz@is.elta.co.il>
327         * info.el (Info-scroll-prefer-subnodes): New defcustom.
328         (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't
329         visit the first subnode until the bottom of the current node is
330         visible.
332 2000-12-04  Gerd Moellmann  <gerd@gnu.org>
334         * format.el (format-decode): Don't change buffer's undo list.
336 2000-12-04  Kenichi Handa  <handa@etl.go.jp>
338         * faces.el (face-font-registry-alternatives): Add entries for CJK
339         fonts.  Doc-string adjusted for the actual usage of this data.
341         * international/fontset.el: Change the font registries for CJK
342         fonts in the default fontset.  Don't append '*' to registries.
344 2000-12-03  Stefan Monnier  <monnier@cs.yale.edu>
346         * emacs-lisp/easy-mmode.el (define-derived-mode)
347         (easy-mmode-derived-mode-p): Remove (moved to derived.el).
349         * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
350         (derived-mode-p): New function.
351         (derived-mode-make-docstring): Add `docstring' argument.
352         Use it if available and complete it if necessary.
354 2000-12-03  Andreas Schwab  <schwab@suse.de>
356         * type-break.el (type-break): Don't make parent of itself.
358 2000-12-03  Miles Bader  <miles@gnu.org>
360         * simple.el (delete-trailing-whitespace): Don't delete newlines too.
362 2000-12-02  Stefan Monnier  <monnier@cs.yale.edu>
364         * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
365         (tex-main-file, tex-file): Simplify.
366         (tex-generate-zap-file-name): Use subst-char-in-string.
367         (tex-strip-dots): Remove.
369         * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
371         * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
372         to check if the match succeeded.
374 2000-12-02  Gerd Moellmann  <gerd@gnu.org>
376         * startup.el (use-fancy-splash-screens-p): New function.
377         (command-line-1): Use it to determine whether or not to use
378         a fancy splash screen.
380 2000-12-02  Andreas Schwab  <schwab@suse.de>
382         * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
384 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
386         * international/mule.el (make-char): Fix last change.
388         * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
389         New defcustoms.
390         (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
391         autoloading tex-mode; instead, do the same manually.  Use
392         texinfo-open-quote and texinfo-close-quote.  Insert literal quote
393         with numeric argument.  Docstring fix.
394         (toplevel): Require cl when compiling.
396         * international/mule.el (make-char): Doc fix.
398 2000-12-02  Jason Rumney  <jasonr@gnu.org>
400         * term/w32-win.el (x-select-enable-clipboard): Customize (as per
401         the Emacs Lisp manual)
403 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
405         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
407         * term/pc-win.el (x-select-enable-clipboard): Customize (as per
408         the Emacs Lisp manual).
410 2000-12-02  Gerd Moellmann  <gerd@gnu.org>
412         * simple.el (next-line-add-newlines): Change default to nil.
414 2000-12-01  Eli Zaretskii  <eliz@is.elta.co.il>
416         * files.el (revert-buffer, recover-file): Bind
417         coding-system-for-read to emacs-mule-unix, not to no-conversion.
419 2000-12-01  Gerd Moellmann  <gerd@gnu.org>
421         * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
423         * play/5x5.el (5x5-play-solution):
425 2000-12-01  Miles Bader  <miles@gnu.org>
427         * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
429 2000-12-01  Kenichi Handa  <handa@etl.go.jp>
431         * international/mule-diag.el (describe-char-after): Fix typo.
432         (describe-character-set, non-iso-charset-alist): Fix typo.
434 2000-12-01  Miles Bader  <miles@gnu.org>
436         * image-file.el (image-file-name-regexp): Automatically add
437         upper-case variants of each filename extension in
438         `image-file-name-extensions', since they seem to be common.
440         * simple.el (minibuffer-contents)
441         (minibuffer-contents-no-properties, delete-minibuffer-contents):
442         New functions.
443         * filecache.el (file-cache-directory-name)
444         (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
446 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
448         * filecache.el (file-cache-minibuffer-complete): Don't try to
449         delete the minibuffer prompt.
451 2000-11-30  Dave Love  <fx@gnu.org>
453         * cus-start.el: Fix read-buffer-function type.
455 2000-11-30  Gerd Moellmann  <gerd@gnu.org>
457         * md5.el: Removed.  There's a built-in function, now.
459 2000-11-30  Markus Rost  <rost@math.ohio-state.edu>
461         * mail/rmail.el (rmail-set-message-counters): Don't use "D"
462         as dummy 0-th char of rmail-deleted-vector.
464 2000-11-30  Eli Zaretskii  <eliz@is.elta.co.il>
466         * ps-print.el (ps-end-job): Bind case-fold-search only after
467         switching to ps-spool-buffer.
469 2000-11-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
471         * ps-print.el: Line number font customization.  PostScript: Lines and
472         PageCount are initialized on each page.  Doc Fix.
473         (ps-print-version): New version number (6.3.2).
474         (ps-lpr-switches, ps-font-info-database, ps-font-size)
475         (ps-header-font-size, ps-header-title-font-size, ps-left-header)
476         (ps-right-header): Customization fix.
477         (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
478         Fix code.
479         (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
480         New vars.
482 2000-11-30  Gerd Moellmann  <gerd@gnu.org>
484         * bs.el: Fix typos and spelling errors.
485         (bs-appearance) <defgroup>: Renamed from bs-appearence.
486         (bs-configuration): Doc fix.
488         * bs.el: Undo mistaken change of 2000-11-28.  Update copyright.
490 2000-11-30  Rob Riepel  <riepel@Stanford.EDU>
492         * emulation/tpu-edt.el (tpu-version): New version.
493         (tpu-search-overlay, tpu-replace-overlay): New initial range.
494         (tpu-original-mode-line): Variable deleted.
495         (tpu-mark-flag): New initial value.
496         (tpu-set-mode-line): Don't redefine mode-line-format.  Add
497         tpu-mark-flag to minor-mode-alist.
498         (tpu-update-mode-line): New mark flag logic.
499         (tpu-get): Use find-file-wildcards.
500         (tpu-search-highlight): Move overlay less, reset overlay properly.
501         (tpu-unselect): Deactivate mark.
502         (tpu-lm-replace): Reset overlay properly.
503         (tpu-forward-line): Use forward-visible-line.
504         (tpu-edt-on): Set transient mark mode.  ispell autoloads deleted.
506         * emulation/tpu-extras.el (tpu-forward-line): Use
507         forward-visible-line.
509 2000-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
511         * cus-edit.el (custom-face-value-create): Always emphasize tag.
513 2000-11-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
515         * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
516         and skip whitespace and newlines.
518 2000-11-30  Stefan Monnier  <monnier@cs.yale.edu>
520         * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
522 2000-11-29  Gerd Moellmann  <gerd@gnu.org>
524         * help.el (describe-function-1): Regexp-quote function name
525         when used as part of a regexp.
527         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Use
528         face-attribute instead of face-foreground and face-background.
529         (tool-bar-add-item): Likewise, and handle unspecified colors.
531         * enriched.el (enriched-face-ans): Use face-attribute instead
532         of face-foreground and face-background.
534         * faces.el (face-foreground, face-background, face-stipple):
535         Return nil if attribute is unspecified, for backward
536         compatibility.
538         * files.el (auto-mode-alist): Add an entry for antlr-mode.
540         * play/5x5.el: Remove version info.
542         * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
544         * frame.el (blink-cursor-mode): Doc fix.
546 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
548         * antlr-mode.el: New commands to run ANTLR from within Emacs and
549         to create Makefile rules.
550         (antlr-tool-command): New user option.
551         (antlr-ask-about-save): New user option.
552         (antlr-makefile-specification): New user option.
553         (antlr-file-formats-alist): New variable.
554         (antlr-special-file-formats): New variable.
555         (antlr-unknown-file-formats): New user option.
556         (antlr-help-unknown-file-text): New variable.
557         (antlr-help-rules-intro): New variable.
558         (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
559         (antlr-mode-menu): Add entries.
560         (antlr-file-dependencies): New function.
561         (antlr-directory-dependencies): New function.
562         (antlr-superclasses-glibs): New function.
563         (antlr-run-tool): New command.
564         (antlr-makefile-insert-variable): New function.
565         (antlr-insert-makefile-rules): New function.
566         (antlr-show-makefile-rules): New command.
568         * antlr-mode.el: More Emacs/XEmacs stuff.
569         (antlr-no-action-keywords): New constant with value nil.
570         (antlr-font-lock-keywords-alist): Use it.  Old value would break
571         syntax highlighting in Emacs-21.0.
572         (antlr-default-directory): Emacs/XEmacs dependend function.
573         (antlr-read-shell-command): Ditto.
574         (antlr-with-displaying-help-buffer): Ditto.
576 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
578         * antlr-mode.el: imenu, parsing and highlighting changes.
579         (antlr-imenu-create-index-function): Don't create extra submenus
580         for definitions in different grammar classes.  It is not necessary
581         for the menu and would make command `imenu' awkward to use.
582         (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
583         header actions and more than one.
584         (antlr-font-lock-tokendef-face): Changed color.
585         (antlr-font-lock-tokenref-face): Changed color.
586         (antlr-font-lock-additional-keywords): Also highlight lowercase.
587         (antlr-mode-syntax-table): New variable.
588         (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
589         (antlr-with-syntax-table): Don't copy syntax table.
591 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
593         * antlr-mode.el: Minor changes: language setting.
594         (antlr-language-alist): The value for file option "language" can
595         be both an identifier and a string.
596         Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
597         (antlr-language-limit-n-regexp): Change accordingly.
599 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
601         * antlr-mode.el: Minor changes: tabs, hiding.
602         (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
603         (antlr-action-visibility): Also allow value nil to also hide the
604         braces.  Renamed from `antlr-tiny-action-length'.
605         Suggested by Jay@aol.com.
606         (antlr-hide-actions): Change accordingly.  Hide line if completely
607         hidden action is on a line of its own.
609 2000-11-29  Stefan Monnier  <monnier@cs.yale.edu>
611         * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
613         * sort.el (sort-columns): Don't concat strings with numbers.
615 2000-11-29  Dave Love  <fx@gnu.org>
617         * cus-edit.el (face): Fix :format.
619         * mail/feedmail.el: Require smtpmail when compiling.
620         (mail-do-fcc): Autoload.
621         (feedmail) <defgroup>: Fix :link.
622         (feedmail-nuke-body-in-fcc): Fix :type.
623         (feedmail-send-it): Add autoload cookie.
625 2000-11-29  Stefan Monnier  <monnier@cs.yale.edu>
627         * newcomment.el (comment-indent): Save excursion around call to
628         comment-indent-function.
630 2000-11-29  Miles Bader  <miles@gnu.org>
632         * subr.el (member-ignore-case): Return the tail of the list who's
633         car matches, like `member', not the matching element itself.
635 2000-11-29  Kenichi Handa  <handa@etl.go.jp>
637         * xml.el (xml-parse-tag): Fix finding opening tag.  A tag name
638         should not contain `\n'.
640 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
642         * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
644         * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
646         * dired-aux.el (dired-do-create-files): Construct default file
647         name for dired-mark-read-file-name so that when the user enters
648         just RET, the target file will end up in the target directory.
650         * abbrev.el (prepare-abbrev-list-buffer): Get the value of
651         local-abbrev-table before changing buffers because it might
652         have a buffer-local binding.
654 2000-11-28  Miles Bader  <miles@gnu.org>
656         * simple.el (delete-horizontal-space): Handle fields more generally.
658 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
660         * simple.el (delete-horizontal-space): Handle minibuffer prompt.
662 2000-11-28  Dave Love  <fx@gnu.org>
664         * progmodes/ps-mode.el (ps-mode): Set comment-start and
665         comment-start-skip locally.
667         * progmodes/fortran.el (fortran-mode): Don't set
668         fortran-comment-line-start-skip.  Set comment-start to
669         fortran-comment-line-start.
670         (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
671         (fortran-comment-line-start-skip): Simplify slightly.
673 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
675         * play/5x5.el: Remove RCS keyword.
677         * bs.el: Mistaken commit, undone 2000-11-30.
679 2000-11-28  Milan Zamazal  <pdm@freesoft.cz>
681         * textmodes/tildify.el (tildify-string-alist): Add
682         `plain-tex-mode' here.
684 2000-11-28  Colin Walters  <walters@cis.ohio-state.edu>
686         * chistory.el (Command-history-setup): Remove extraneous `keymap'
687         reference.
689 2000-11-28  Miles Bader  <miles@gnu.org>
691         * cus-face.el (custom-face-attributes): Add post-filter function
692         for :box.  Make pre-filter function for :box handle all cases.
694         * wid-edit.el (widget-choose): Make sure pop-up window is large
695         enough to display all the choices, as there's no way to scroll it.
697 2000-11-28  Kenichi Handa  <handa@etl.go.jp>
699         * international/mule-conf.el: Make the coding system no-conversion
700         safe for all characters.
702 2000-11-27  Dave Love  <fx@gnu.org>
704         * net/ldap.el (ldap) <defgroup>: Add :version.
706         * tooltip.el (tooltip-use-echo-area): Doc fix.
708         * cus-start.el <minibuffer-prompt-properties>: Add version.
709         <read-buffer-function>: Add.
711         * apropos.el (apropos-print): Add help-echo to active text.
713         * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
715 2000-11-27  Gerd Moellmann  <gerd@gnu.org>
717         * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
718         type, group and version.
720 2000-11-27  Eli Zaretskii  <eliz@is.elta.co.il>
722         * select.el (x-get-selection): Docstring fix.
724 2000-11-27  Dave Pearson <davep@hagbard.demon.co.uk>
726         * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
728 2000-11-27  Andrew Innes  <andrewi@gnu.org>
730         * makefile.nt (.SUFFIXES): Add .SUFFIXES.
732         * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
734 2000-11-27  Miles Bader  <miles@gnu.org>
736         * dired.el (dired-get-filename): Return filename verbatim if
737         LOCALP is `verbatim'.
738         * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
739         `verbatim' so that we don't inadvertently delete a non-existant
740         directory name.
742 2000-11-27  Kenichi Handa  <handa@etl.go.jp>
744         * international/characters.el: Specify cases and syntaxes for
745         mule-unicode-0100-24ff.
747 2000-11-27  Gerd Moellmann  <gerd@gnu.org>
749         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
750         that foreground and/or background colors of the face `tool-bar'
751         are unspecified.
753 2000-11-27  Miles Bader  <miles@gnu.org>
755         * wid-edit.el (widget-field-buffer, widget-field-start)
756         (widget-field-end): Handle widget field `pseudo-overlays'.
757         (widget-field-value-delete): Delete WIDGET from `widget-field-new'
758         if it's there instead of in `widget-field-list'.
760         * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
761         (help-make-xrefs): Delete extraneous newlines at the end of the
762         docstring.
764 2000-11-25  Jason Rumney  <jasonr@gnu.org>
766         * startup.el (command-line): Call set-locale-environment after
767         Window System init file is read, as it can result in a call to
768         redraw-frame.
770 2000-11-25  Eli Zaretskii  <eliz@is.elta.co.il>
772         * simple.el (shell-command): Mention the effect of the prefix
773         argument in the doc string.
775 2000-11-25  Miles Bader  <miles@gnu.org>
777         * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
779         * wid-edit.el (widget-field-value-delete): Don't try to delete
780         overlay when it's the `pseudo-overlay' that exists at some points.
782 2000-11-24  Jason Rumney  <jasonr@gnu.org>
784         * international/mule-cmds.el (locale-language-names): Add "jp" as
785         a non-standard alternative for Japanese.
787 2000-11-24  Andre Spiegel  <spiegel@gnu.org>
789         * vc-hooks.el: Require 'cl during compilation.
791 2000-11-24  Gerd Moellmann  <gerd@gnu.org>
793         * faces.el (face-set-after-frame-default): Let face attributes
794         specified for new frames override frame parameters.
796         * startup.el (command-line): Fix computation of the source file
797         for user-init-file when user-init-file is a compiled file.
799 2000-11-24  Miles Bader  <miles@gnu.org>
801         * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
802         (custom-post-filter-face-spec): New functions.
803         (custom-face-set, custom-face-value-create): Filter the face spec
804         before and after customization.
805         (custom-face-set): If VALUE specifies a null face, pass a
806         non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
807         * cus-face.el (custom-face-attributes): Remove SET and GET
808         functions.  Add some IN-FILTER and OUT-FILTER functions in the few
809         cases they're needed.
811         * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
812         that it's distinguishable from the :off-glyph on dark-background
813         displays.  Set its background color too.
815         * cus-start.el (all): Restore entry for `mode-line-inverse-video',
816         so that people can easily turn it off.
818 2000-11-24  Michael Kifer  <kifer@cs.sunysb.edu>
820         * ediff-diff.el: Moved variables around to have it compile under NT.
822         * ediff-help.el (ediff-use-long-help-message): Made it customizable.
824         * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
826         * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
827         redundant skip-small-frames test.
829         * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
830         (viper-downgrade-to-insert): protect against errors in hooks.
832         * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
833         (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
834         (viper-restore-cursor-type,viper-set-insert-cursor-type): New
835         functions.
837         * viper-util.el (viper-memq-char): Bug fixes.
839         * viper.el (viper-mode): Fix cursor handling.
841 2000-11-24  Kenichi Handa  <handa@etl.go.jp>
843         * international/mule-diag.el (list-iso-charset-chars): For
844         two-byte charset, fix the `while' condition.
845         (list-non-iso-charset-chars): Fix the `while' condition.
847 2000-11-23  Stefan Monnier  <monnier@cs.yale.edu>
849         * subr.el (add-hook, remove-hook): Don't call make-local-hook
850         if the variable is make-variable-buffer-local.
852         * progmodes/ada-stmt.el (ada-template-map): Initialize
853         and bind it to C-c t in ada-mode-map.
854         (ada-stmt-mode-hook): New function extracted from old code.
855         Only change the buffer-local side of skeleton-*.
856         (ada-mode-hook): Use it.
858 2000-11-23  Eli Zaretskii  <eliz@is.elta.co.il>
860         * iswitchb.el (iswitchb-minibuf-depth): New variable.
861         (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
862         we expect to be returned by minibuffer-depth once we prompt the
863         user in the minibuffer.
864         (iswitchb-entryfn-p): If minibuffer-depth returns the same value
865         as recorded in iswitchb-minibuf-depth, return non-nil.
867 2000-11-23  Eli Zaretskii <eliz@is.elta.co.il>
869         * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
870         (hscroll-window-maybe): Docstring fix.
872 2000-11-23  Dave Love  <fx@gnu.org>
874         * rect.el (string-rectangle): Don't test delete-selection-mode.
876 2000-11-23  Gerd Moellmann  <gerd@gnu.org>
878         * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
879         is in the tool bar.
881         * dired-aux.el (dired-add-entry): Don't call dired-get-filename
882         with `no-dir'; we want the directory part to be able to remove
883         it.
885 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
887         * textmodes/outline.el (outline-flag-region):
888         Don't bind inhibit-read-only since we don't modify the buffer.
889         (outline-isearch-open-invisible): Don't jump to overlay-start
890         since we're trying to unhide text around point.
891         (outline-discard-overlays): Use dolist.
893         * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
895 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
897         * mail/rmail.el (rmail-confirm-expunge): Default to
898         y-or-n-p.
900 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
902         * textmodes/tex-mode.el (tex-font-lock-keywords-1):
903         Fix ARG regexp to skip quoted braces.
904         (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
905         Remove `bf' and `it' from `bold' and `italic' (they were wrong and
906         are (correctly) handled separately).
907         Remove `caption' and `footnote' from `citations': they contain text.
908         Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
909         (latex-skeleton-end-hook): New function.
910         (latex-mode): Use it.
911         (tex-start-tex-marker): Remove.
912         (tex-send-tex-command): Don't set tex-start-tex-marker.
913         (tex-error-parse-syntax-table): New var.
914         (tex-compilation-parse-errors): Use it.
915         Ignore tex-start-tex-marker.  Don't bother with marker-position.
916         (tex-validate-buffer): Don't bother with marker-position.
918         * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
919         (flyspell-generic-progmode-verify): Use it.
921 2000-11-22  Sam Steingold  <sds@gnu.org>
923         * simple.el (delete-trailing-whitespace): New interactive
924         function.
926         * progmodes/ada-mode.el (ada-mode): Use it instead of
927         `ada-remove-trailing-spaces'.
928         (ada-remove-trailing-spaces): Removed.
930         * textmodes/two-column.el (2C-merge): Recommend it in the doc.
932         * textmodes/picture.el (picture-clean): Removed.
933         (picture-mode-exit): Call it instead of `picture-clean'.
935 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
937         * frame.el (show-cursor-in-non-selected-windows): Doc fix.
939         * hi-lock.el (hi-lock-refontify): Don't call non-existent
940         jit-lock-fontify-buffer; it should anyway be unneccessary to
941         do anything special when jit-lock is active.
942         (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
944 2000-11-22  Dave Love  <fx@gnu.org>
946         * calendar/todo-mode.el (todo-top-priorities): Use
947         todo-tmp-buffer-name.  From Milan Zamazal <Milan.Zamazal@qbizm.com>.
949         * language/chinese.el, language/cyrillic.el:
950         * language/devanagari.el, language/ethiopic.el, language/greek.el:
951         * language/hebrew.el, language/indian.el, language/japanese.el:
952         * language/korean.el, language/lao.el, language/misc-lang.el:
953         * language/thai.el, language/tibetan.el, language/vietnamese.el:
954         Use provide.
956         * cus-edit.el (custom-buffer-create-internal): Save some consing.
957         (custom-variable-set): Improve validation error mesage.
959         * rect.el (string-rectangle): Revert last change.
960         (string-rectangle-line): New arg DELETE.
961         (string-rectangle): Check delete-selection-mode.
963         * emacs-lisp/edebug.el (edebug-version)
964         (edebug-maintainer-address): Deleted.
965         (edebug-submit-bug-report): Just alias to report-emacs-bug.
966         (edebug-read-function): Account for other `'#' read forms.
967         (edebug-mode-menus): Make some items toggles.
968         (edebug-outside-unread-command-event, unread-command-event):
969         Remove these to avoid warnings.
971 2000-11-22  David Ponce  <david@dponce.com>
973         * recentf.el (recentf-menu-items-for-commands)
974         (recentf-make-menu-items, recentf-make-menu-item)
975         (recentf-filter-changer): Added :help and :active menu-item properties.
977         (recentf-build-dir-rules, recentf-dump-variable)
978         (recentf-edit-list, recentf-open-files-item)
979         (recentf-open-files): Replaced unnecessary `mapcar' with new
980         built-in `mapc'.
982 2000-11-23  Miles Bader  <miles@gnu.org>
984         * faces.el (menu): Make inverse-video on ttys too.
986 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
988         * simple.el (comment-line-break-function): Use the new name
989         indent-new-comment-line -> comment-indent-new-line.
990         (clone-indirect-buffer): Don't ignore NORECORD.
991         (next-completion): Properly handle the case where items are adjacent.
993         * mouse.el (popup-menu): Stupid typo.
995 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
997         * emacs-lisp/authors.el: Remove autoload cookies, add author,
998         maintainer, keywords tags.
1000         * rect.el (replace-rectangle): Don't call string-rectangle-line
1001         with too many arguments.
1003 2000-11-22  Andre Spiegel  <spiegel@gnu.org>
1005         * ediff-util.el (ediff-file-checked-out-p)
1006         (ediff-file-checked-in-p): Call vc-state instead of
1007         vc-locking-user, which no longer exists.
1009         * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
1011 2000-11-22  Dave Love  <fx@gnu.org>
1013         * md5.el (md5): Provide.
1014         (md5): Fix error call.
1016 2000-11-22  Miles Bader  <miles@gnu.org>
1018         * textmodes/refill.el (refill-adjust-ignorable-overlay)
1019         (refill-fill-paragraph-at): Remove debugging code.
1021         * calendar/calendar.el (generate-calendar-window): When we don't
1022         call `fit-window-to-buffer', make sure the top line is fully visible.
1024         * image-file.el (insert-image-file): Don't make `read-only'
1025         property rear-nonsticky.
1027         * isearch.el (isearch-original-minibuffer-message-timeout): New var.
1028         (isearch-mode): Set `minibuffer-message-timeout' to nil, after
1029         stashing away its original value.
1030         (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
1031         in the recursive edit.
1032         Bind `isearch-original-minibuffer-message-timeout' to protect it.
1033         (isearch-done): Restore `minibuffer-message-timeout'.
1035         * cus-start.el: Remove entry for `mode-line-inverse-video'.
1037 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
1039         * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
1041         * find-lisp.el (find-lisp-find-files-internal):
1042         Use dolist, when and file-name-as-directory.
1044         * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
1045         (define-derived-mode, define-minor-mode): Add specs.
1047         * window.el: General comment and spacing fixes.
1048         (save-selected-window): Use backquotes.
1049         (window-safely-shrinkable-p): New function.
1050         (shrink-window-if-larger-than-buffer): Use it.
1052         * subr.el (make-local-hook): Docstring fix.
1054         * shell.el (shell-mode): Use define-derived-mode.
1056         * newcomment.el (comment-indent): Insert comment before calling
1057         comment-indent-function.  Don't insert in column 0.
1058         (comment-dwim): Indent before inserting comment.
1060         * isearch.el (isearch-mode-map): Fix docstring.  Init in defvar.
1061         (minibuffer-local-isearch-map): Init in defvar.  Use inheritance.
1062         (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
1063         Use mapc rather than map.
1065         * files.el (find-buffer-visiting): Compare all attributes before
1066         declaring two files identical (rather than just their inode-no).
1067         (auto-mode-alist): Use \' rather than $.
1069         * which-func.el: Update maintainer line.
1071         * pcvs.el (uniquify-buffer-file-name): Remove advice.
1072         * uniquify.el (uniquify-list-buffers-directory-modes): New var.
1073         (uniquify-buffer-file-name): Use it.
1075 2000-11-22  Miles Bader  <miles@gnu.org>
1077         * cus-start.el: Add entry for `minibuffer-prompt-properties'.
1078         * simple.el (minibuffer-avoid-prompt): New function.
1080 2000-11-21  Gerd Moellmann  <gerd@gnu.org>
1082         * Makefile.in (.SUFFIXES): Add .SUFFIXES.
1084 2000-11-21  Miles Bader  <miles@gnu.org>
1086         * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
1087         inclusion of `track-mouse'.
1089         * textmodes/refill.el (refill-ignorable-overlay): New variable.
1090         (refill-adjust-ignorable-overlay): New function.
1091         (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
1092         only the paragraph's tail if possible.
1093         Update `refill-ignorable-overlay'.
1094         (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
1096         * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
1097         point inside the fill-prefix.
1099         * textmodes/refill.el (refill-post-command-function): Don't reset
1100         refill-doit in the case where a self-insertion command doesn't
1101         case a refill.  Use `refill-fill-paragraph-at', getting position
1102         from `refill-doit'.
1103         (refill-after-change-function): Set `refill-doit' to END.
1104         (refill-fill-paragraph-at): New function, mostly from old
1105         refill-fill-paragraph.
1106         (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
1107         (refill-pre-command-function): New function.
1108         (refill-mode): Add it to `pre-command-hook'.
1110 2000-11-20  Gerd Moellmann  <gerd@gnu.org>
1112         * textmodes/artist.el (artist-mode): Fix autoload cookie.
1114         * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
1115         javadoc tags.
1117 2000-11-20  Andre Spiegel  <spiegel@gnu.org>
1119         * vc.el, vc-hooks.el: Undo prev change (moved functions back to
1120         vc.el).
1122         * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
1123         require vc.
1125         * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
1126         checkouts.
1128 2000-11-20  Dave Love  <fx@gnu.org>
1130         * Makefile.in (DONTCOMPILE): Omit bindings.el.
1132 2000-11-20  Eli Barzilay <eli@www.barzilay.org>
1134         * calculator.el (calculator-paste): Use `if' instead of `and'
1135         and `or'.
1136         (calculator-help): Don't use electric-describe-mode for XEmacs.
1138 2000-11-19  Gerd Moellmann  <gerd@gnu.org>
1140         * info.el (info-menu-5): Doc fix.
1142         * textmodes/artist.el: New file.
1144 2000-11-19  Andre Spiegel  <spiegel@gnu.org>
1146         * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
1147         and differentiate according to checkout model.
1148         (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
1149         since this function is only concerned with master state.
1151         * vc-hooks.el (vc-workfile-unchanged-p,
1152         vc-default-workfile-unchanged-p): Moved here from vc.el.
1154         * vc.el (vc-workfile-unchanged-p,
1155         vc-default-workfile-unchanged-p): See above.
1157 2000-11-19  Miles Bader  <miles@gnu.org>
1159         * image-file.el (insert-image-file): Make `intangible' and
1160         `read-only' properties rear-nonsticky too.
1162 2000-11-18  Gerd Moellmann  <gerd@gnu.org>
1164         * ps-print.el: Update copyright notice.
1166         * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
1167         (tooltip-show): Use the offsets.
1169         * bindings.el (mode-line-modified): Fix a typo.
1170         (mode-line-toggle-modified, mode-line-widen)
1171         (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
1173 2000-11-17  Vinicius Jose Latorre <vinicius@cpqd.com.br>
1175         * ps-print.el (toplevel): Test for find-coding-system being
1176         fboundp before calling ps-x-find-coding-system.
1178 2000-11-16  Stefan Monnier  <monnier@cs.yale.edu>
1180         * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
1181         (vc-version-backup-file): Docstring fix.
1183 2000-11-16  Gerd Moellmann  <gerd@gnu.org>
1185         * files.el (basic-save-buffer): Don't add a newline if
1186         find-file-literally is non-nil.
1187         (find-file-literally): Extend doc string.
1189         * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
1190         sort(1) with the `-f' argument.
1192 2000-11-16  Andre Spiegel  <spiegel@gnu.org>
1194         * vc.el: Updated backend documentation.
1195         (vc-default-check-headers): New function.
1197         * vc-{cvs,rcs,sccs}.el: Functions reordered.
1199         * vc.el (vc-revert-buffer): Ask for confirmation if file seems
1200         up-to-date.
1201         (vc-do-command): In the asynchronous case, output messages only if
1202         the minibuffer is not active.
1204         * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
1205         `vc-cvs-use-edit' is on.
1206         (vc-cvs-checkout): When this is used for reverting the workfile,
1207         make a backup of the original contents and revert to that in case
1208         of error.
1209         (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
1210         remote repositories.
1212         * vc.el (vc-annotate): Changed handling of prefix arg; now asks
1213         for both version and ratio in the minibuffer.
1215         * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
1216         Use vc-do-command to perform the annotation, not call-process.
1218 2000-11-16  Kenichi Handa  <handa@etl.go.jp>
1220         * international/quail.el (quail-start-translation): Don't call
1221         `message' before reading key sequence.
1223 2000-11-16  Miles Bader  <miles@lsi.nec.co.jp>
1225         * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
1227 2000-11-16  Kenichi Handa  <handa@etl.go.jp>
1229         * window.el (fit-window-to-buffer): Be sure to acquire at least
1230         one text line even if the buffer is empty.
1232 2000-11-16  Gerd Moellmann  <gerd@gnu.org>
1234         * net/ange-ftp.el (ange-ftp-file-writable-p)
1235         (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
1236         ange-ftp-process-verbose to nil.
1238 2000-11-15  Dave Love  <fx@gnu.org>
1240         * wid-edit.el (widget-specify-field, widget-specify-button): If
1241         :help-echo is a function, set help-echo of overlay to
1242         widget-mouse-help.
1243         (widget-mouse-help): New function.
1244         (widget-echo-help): Rewritten for :help-echo functions only taking
1245         a widget arg.
1247         * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
1248         display-graphic-p.
1249         (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
1250         and that JPEG is available.
1251         (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
1253         * international/mule-cmds.el (locale-charset-language-names):
1254         Match @euro.
1256 2000-11-15  Gerd Moellmann  <gerd@gnu.org>
1258         * faces.el (face-set-after-frame-default): If
1259         `inhibit-default-face-x-resources' is bound, don't intialize the
1260         default face from X resources.
1262 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
1264         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
1265         Don't set EMACSLOADPATH.
1267 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
1269         * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
1270         texinfo-insert-@url.
1271         (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
1272         (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
1274 2000-11-14  Stefan Monnier  <monnier@cs.yale.edu>
1276         * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
1277         (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
1278         (checkdoc-minor-keymap): Backward compatibility.
1279         (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
1280         (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
1281         (checkdoc-this-string-valid-engine): Be a bit more strict
1282         to avoid matching substrings of `...' quoted vars/funs.
1283         (checkdoc-defun-info): Only look for `interactive' if alone.
1284         (debug-ignored-errors): Add "arg doesn't appear in docstring".
1286         * progmodes/compile.el (grep): `tag-default' can be nil.
1288         * newcomment.el (comment-indent): Paren typo.
1290 2000-11-14  Dave Love  <fx@gnu.org>
1292         * calculator.el: New maintainer version.
1294         * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
1296         * cmuscheme.el: Doc fixes.
1297         (cmuscheme) <defgroup>: Use `scheme' as parent.
1298         (cmuscheme-program-name): Remove.  Change uses to
1299         scheme-program-name.
1301         * xscheme.el (scheme-program-name): Don't define here.
1303         * progmodes/scheme.el (scheme-program-name): New variable
1304         (originally in cmuscheme).
1306 2000-11-14  Miles Bader  <miles@gnu.org>
1308         * window.el (fit-window-to-buffer): Handle windows without mode-lines.
1309         Handle header-lines.  Don't loop forever if we can't enlarge the
1310         window anymore.  Simplify a bit.
1312 2000-11-14  Kenichi Handa  <handa@etl.go.jp>
1314         * window.el (fit-window-to-buffer): Don't check
1315         window-text-height.  Assure that the last line is fully visible.
1317         * international/quail.el (quail-show-guidance-buf): Call
1318         fit-window-to-buffer to assure the enough height of the guidance
1319         buffer.
1320         (quail-update-guidance): Avoid making the guidance buffer shorter.
1322 2000-11-14  Stefan Monnier  <monnier@cs.yale.edu>
1324         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
1325         rather than `prepend' and add an interesting comment.
1326         (tex-math-face, tex-font-lock-syntactic-face-function):
1327         New face and function to use it.
1328         (tex-define-common-keys, tex-mode-map): Use menu-item rather
1329         than `menu-enable' symbol property.
1330         (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
1331         (tex-mode): Add some latex-mode commands for auto-selection.
1332         Use tex-font-lock-syntactic-face-function.
1333         (tex-insert-quote): Simplify.
1334         (tex-shell): New mode.
1335         (tex-start-shell): Use it.
1336         (tex-shell-proc, tex-shell-buf): New functions.
1337         (tex-send-command): Use it.
1338         (tex-main-file): Fix the meaning of the new arg REALFILE.
1339         (tex-send-tex-command): New function split from `tex-start-tex'.
1340         Set compilation-last-buffer and compilation-parsing-end.
1342         * newcomment.el (comment-indent-default): Stick \s<\s< to the left
1343         when it follows non-comment text on the line.
1345         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1346         Set font-lock-defaults.
1347         (lisp-mode-shared-map): Init inside the defvar.
1348         (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
1349         Use define-derived-mode.
1351 2000-11-14  Miles Bader  <miles@lsi.nec.co.jp>
1353         * faces.el (header-line): Use `:box nil' for color/gs displays too.
1355 2000-11-14  Gerd Moellmann  <gerd@gnu.org>
1357         * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
1358         recursively optimize body because that can lead to infinite
1359         recursion; see comment there.
1361 2000-11-13  Eli Zaretskii  <eliz@is.elta.co.il>
1363         * faces.el (face-spec-set-match-display): Revert the change from
1364         2000-10-24.  Add a FIXME for after v21.1.
1366 2000-11-13  Miles Bader  <miles@gnu.org>
1368         * textmodes/fill.el (skip-line-prefix): New function.
1369         (fill-region-as-paragraph, fill-region):  Return the fill-prefix.
1370         (fill-paragraph): Don't leave point inside the fill-prefix.
1371         * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
1372         point inside the fill-prefix.
1374 2000-11-13  Miles Bader  <miles@lsi.nec.co.jp>
1376         * calendar/calendar.el (generate-calendar-window): Use
1377         `fit-window-to-buffer'.
1379 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
1381         * gud.el (gud-minor-mode): New var.
1382         (gud-symbol, gud-val): New functions.
1383         (gud-find-file): Copy gud-minor-mode to the new buffer.
1384         (gud-menu-map): Include entries for commands that are not always
1385         available, using :enable to (de)activate them.
1386         (gud-minor-mode-map): New map.  Add it to minor-mode-map-alist.
1387         (gud-mode-map): New map.
1388         (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
1389         (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
1390         Don't set up gud's menu (it's done by the minor-mode).
1391         (gud-minibuffer-local-map): New.
1392         Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
1393         (gud-query-cmdline): New function.
1394         (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it.  Set gud-minor-mode.
1395         (gud-mode): Use define-derived-mode.
1396         Don't set up gud's menu (it's done by the minor-mode).
1397         (gud-chop-words): Remove.
1398         (gud-common-init): Use split-string instead.
1399         (gud-new-keymap, gud-make-debug-menu): Eradicate.
1401         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
1402         Add keyword arg :name.
1404         * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
1405         (diff-count-matches, diff-split-hunk): New functions.
1406         (diff-mode-map): Bind C-c C-s to diff-split-hunk.
1408         * pcvs-info.el (cvs-fi-conflict-face): New var.
1410         * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
1411         Make it into a simple syntax-table, shared among all submodes.
1412         (sh-heredoc-face): Re-introduce.
1413         (sh-font-lock-syntactic-face-function): New function.
1414         (sh-mode): Use it.  Also use define-derived-mode.
1415         Remove old bogus setting of indent-region-function.
1416         (sh-set-shell): Don't set the syntax-table any more.
1417         (sh-mode-syntax-table) <defun>: Remove.
1419 2000-11-12  Miles Bader  <miles@gnu.org>
1421         * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
1422         message if interactive.
1424 2000-11-12  Dave Love  <fx@gnu.org>
1426         * mail/feedmail.el: Fix header,
1427         (feedmail) <defgroup>: Add :link.
1429         * view.el: Use local-map property, not keymap on mode-line string.
1431         * scroll-all.el (scroll-all-mode): Customize variable.  Add
1432         autoload cookie to function.
1434         * lazy-lock.el: Remove compatibility code.
1436         * finder.el (finder-known-keywords): Add `files', remove `vms'.
1437         (finder-help-echo): New variable.
1438         (finder-mouse-face-on-line): Add help-echo stuff.
1439         (finder-list-keywords, finder-list-matches): Use mapc.
1441         * faces.el (face-font-registry-alternatives): Add :version.
1443         * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
1444         tags-table-list.
1446         * net/browse-url.el (browse-url-browser-function): Update :version.
1448         * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
1449         (mail-mode): Use [:alnum:] in some regexps.
1451 2000-11-10  Dave Love  <fx@gnu.org>
1453         * ediff.el (ediff-regions-internal, ediff-documentation):
1454         * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
1455         fundamental mode.
1457         * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
1458         buffer into fundamental mode.
1459         (ediff-set-difference): Use copy-sequence if available.
1461         * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
1462         ediff-patch-map non-nil.
1463         (ediff-fixup-patch-map, ediff-fixup-patch-map)
1464         (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
1465         buffer into fundamental mode.
1467         * ediff-merg.el (state-or-merge): Defvar when compiling.
1469 2000-11-10  Jason Rumney  <jasonr@gnu.org>
1471         * w32-fns.el (w32-add-charset-info): New function.
1472         (w32-charset-info-alist): Use it.
1474 2000-11-10  Gerd Moellmann  <gerd@gnu.org>
1476         * faces.el (face-font-registry-alternatives): New user-option.
1478 2000-11-10  Stefan Monnier  <monnier@cs.yale.edu>
1480         * textmodes/texinfo.el (texinfo-block-default): New var.
1481         (texinfo-insert-block): Use it.  Insert a newline if needed.
1483         * textmodes/fill.el (fill-indent-according-to-mode): New var.
1484         (fill-region-as-paragraph): Use it.
1486         * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
1487         (latex-mode): Tweak tex-*-(head|trail)er regexps.
1488         Tweak paragraph regexps to allow a leading [ \t]*.
1489         (tex-latex-block): Insert a newline if necessary.
1490         (latex-insert-item): Only insert a newline if necessary.
1491         (tex-guess-main-file): New function.
1492         (tex-main-file): Use it.  Add arg `realfile'.  Trim `.tex'.
1493         Set tex-main-file if TeX-master is provided.
1494         (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
1496 2000-11-10  Gerd Moellmann  <gerd@gnu.org>
1498         * startup.el (command-line): Set the default tooltip-mode
1499         to t for graphical displays which implement x-show-tip.
1501         * tooltip.el (tooltip-mode): Add a comment about startup.el
1502         setting the default value of this user-option.
1504 2000-11-09  Stefan Monnier  <monnier@cs.yale.edu>
1506         * font-lock.el (font-lock-*-face) <defvar>: Move.
1507         (font-lock-defaults-alist): Mark obsolete.
1508         (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
1509         (font-lock-mode): Use define-minor-mode.
1510         (font-lock-support-mode): Tweak type to default to jit-lock-mode.
1511         (font-lock-turn-off-thing-lock): Be more explicit.
1512         (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
1513         (font-lock-syntactic-face-function): New var.
1514         (font-lock-fontify-syntactically-region): Use it.
1515         (font-lock-doc-face): New.
1517         * pcvs.el (cvs-enabledp): Ignore errors.
1518         (cvs-commit-filelist): Never query.
1519         (cvs-mode-insert): Always add a terminating / in the initial prompt.
1520         (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
1521         (cvs-do-removal): Use cvs-partition rather than delete-if.
1522         Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
1523         cvs-bury-buffer.
1525         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
1526         Allow `next' to jump to after the end of the last match.
1528 2000-11-09  Gerd Moellmann  <gerd@gnu.org>
1530         * simple.el (byte-compiling-files-p): New function.
1532         * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
1533         if it is there.
1535         * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
1536         nil again.
1538         * textmodes/ispell.el (ispell-library-path): Don't call
1539         check-ispell-version when byte-compiling because that starts
1540         an ispell process, and ispell might not be installed.
1541         (toplevel): Don't set up a menu when byte-compiling.
1543         * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
1544         it, so that a boundp test can be used to determine if we're
1545         currently byte-compiling.
1547 2000-11-09  Dave Love  <fx@gnu.org>
1549         * pcvs.el (uniquify-buffer-file-name): Wrap advice in
1550         eval-after-load.
1552 2000-11-09  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1554         * ps-print.el: Patch for variable initialization when spooling.  Doc
1555         fix.
1556         (ps-output-list): Fun eliminated.
1557         (ps-begin-file, ps-begin-job): Code fix.
1559 2000-11-08  Dave Love  <fx@gnu.org>
1561         * ediff-wind.el (ediff-control-frame-parameters): Zero
1562         tool-bar-lines.
1564 2000-11-08  Gerd Moellmann  <gerd@gnu.org>
1566         * simple.el (shell-command, display-message-or-buffer)
1567         (shell-command-on-region): Mention resize-mini-windows in the doc
1568         string.
1569         (display-message-or-buffer): Take the value of resize-mini-windows
1570         into account.
1572 2000-11-07  Gerd Moellmann  <gerd@gnu.org>
1574         * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
1576         * dired.el (dired-between-files): Add `^. find' as an alternative
1577         to the regular expression, for find-dired.
1579 2000-11-06  Stefan Monnier  <monnier@cs.yale.edu>
1581         * textmodes/texnfo-upd.el: Require texinfo.
1582         (defmacro, defgroup): Remove.
1583         (texinfo-section-to-generic-alist): Remove.
1584         Use texinfo-section-list instead (i.e. level is changed string->int).
1585         (texinfo-filter): New function.
1586         (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
1587         (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
1588         Use it.  And use regexp-opt.
1589         (texinfo-find-higher-level-node, texinfo-hierarchic-level)
1590         (texinfo-update-menu-region-beginning)
1591         (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
1592         (texinfo-update-the-node, texinfo-sequentially-update-the-node)
1593         (texinfo-update-menu-same-level-regexps): Update.
1594         (texinfo-update-node, texinfo-every-node-update)
1595         (texinfo-sequential-node-update): Remove autoload cookie.
1597         * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
1598         (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
1599         (texinfo-chapter-level-regexp): Remove.
1600         (texinfo-mode): Hard code texinfo-chapter-level-regexp.
1602 2000-11-06  Dave Love  <fx@gnu.org>
1604         * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
1606         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
1607         Match defun*.
1609 2000-11-06  Kenichi Handa  <handa@etl.go.jp>
1611         * composite.el (composition-function-table): Variable declaration
1612         moved to src/composite.c.
1613         (compose-chars-after): New optional arg object.
1615 2000-11-06  Gerd Moellmann  <gerd@gnu.org>
1617         * bindings.el (mode-line-toggle-read-only)
1618         (mode-line-toggle-modified, mode-line-widen)
1619         (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
1620         (make-mode-line-mouse2-map): Rewritten.
1621         (mode-line-modified, mode-line-format, minor-mode-alist): Use new
1622         functions so that C-h k can show something with a doc string.
1624         * startup.el (fancy-splash-delay): Set to 10 seconds.
1625         (fancy-splash-max-time): New user-option.
1626         (fancy-splash-stop-time): New variable.
1627         (fancy-splash-screens): Set it.  Catch `stop-splashing'.
1628         (fancy-splash-screens-1): Throw `stop-splashing' when current
1629         time is greater than fancy-splash-stop-time.
1631 2000-11-06  Stefan Monnier  <monnier@cs.yale.edu>
1633         * vc-hooks.el (vc-insert-file): Don't assume byte==char.
1635         * pcvs.el (cvs-mode-marked): New arg `noquery'.
1636         Prompt user for a file rather than raising an error.
1637         (cvs-enabledp): Fix call to cvs-mode-marked.
1638         (cvs-insert-file): New function (extracted from cvs-mode-insert).
1639         (cvs-mode-insert): Use it.  Change the init prompt' value.
1640         (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
1642         * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
1643         Don't pass default arg to ewoc-locate.
1644         (ewoc-collect): Return result in the right order.
1646         * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
1648         * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
1649         (cvs-status-get-tags): Fix regexp.
1650         (cvs-status-trees, cvs-status-cvstrees):
1651         Combine after change hooks and don't sit-for.
1652         (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
1653         (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
1654         Use make-char rather than hard-coded cryptic data.
1655         (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
1657         * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
1659         * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
1660         (cvs-insert-strings): New function.
1662 2000-11-06  Miles Bader  <miles@lsi.nec.co.jp>
1664         * mwheel.el (mouse-wheel-scroll-amount): Renamed from
1665         `mwheel-scroll-amount'.
1666         (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
1667         (mouse-wheel-mode): Use (featurep 'xemacs) instead of
1668         string-matching against the version string.
1670 2000-11-06  Kenichi Handa  <handa@etl.go.jp>
1672         * language/thai.el ("Thai"): Set a lisp form that produces
1673         composed string in `sample-text' language info.
1675         * language/tibetan.el ("Tibetan"): Set a lisp form that produces
1676         composed string in `sample-text' language info.
1678         * international/mule-cmds.el (describe-language-environment): Eval
1679         `sample-text' data and insert the result.
1681         * international/mule-conf.el (compound-text): Define this coding
1682         system here.  Make x-ctext and ctext aliases of it.
1684         * language/european.el (compound-text, ctext): Moved to
1685         international/mule-conf.el.
1687 2000-11-05  Andrew Innes  <andrewi@gnu.org>
1689         * w32-fns.el (w32-version): New function.
1691 2000-11-05  Stefan Monnier  <monnier@cs.yale.edu>
1693         * progmodes/awk-mode.el: Update copyright.
1694         (awk-mode-abbrev-table): Remove.
1695         (awk-font-lock-keywords): Use regexp-opt.
1696         (awk-mode): Use define-derived-mode.
1698         * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
1699         when extracting a suffix.
1701 2000-11-04  Andre Spiegel  <spiegel@gnu.org>
1703         * vc-hooks.el (vc-insert-file): Rewritten.  Don't bother about
1704         auto-save-mode.
1706 2000-11-04  Jason Rumney  <jasonr@gnu.org>
1708         * language/european.el (decode-mac-roman): Test against r1 not r0.
1710 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
1712         * progmodes/icon.el (icon-mode-map): Don't rebind \t.
1713         (icon-mode): Define indent-line-function.
1714         (icon-comment-indent): Simplify.
1715         (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
1717         * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
1719         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
1720         Bind change-log-default-mode to defeat the caching done on it.
1721         Don't bother saving excursion any more.
1723         * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
1725         * frame.el (after-setting-font-hook): Rename hooks -> hook.
1726         (set-frame-font): Use the new name (and the old for compatibility).
1728         * toolbar/tool-bar.el (tool-bar-mode):
1729         * time.el (display-time-mode):
1730         * recentf.el (recentf-mode):
1731         * paren.el (show-paren-mode):
1732         * mwheel.el (mouse-wheel-mode):
1733         * msb.el (msb-mode):
1734         * jka-compr.el (auto-compression-mode):
1735         * image-file.el (auto-image-file-mode):
1736         * hl-line.el (hl-line-mode):
1737         * delsel.el (delete-selection-mode):
1738         * autoinsert.el (auto-insert-mode):
1739         * complete.el (partial-completion-mode): Drop unneeded positional args.
1741         * info.el (Info-mode):
1742         * comint.el (comint-mode): Don't bother with make-local-hook.
1744         * log-edit.el (log-edit-menu): New menu.
1746 2000-11-03  Miles Bader  <miles@gnu.org>
1748         * wid-edit.el (widget-end-of-line): Reinstate, with a new
1749         definition, so that trailing spaces are handled properly.
1750         (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
1752 2000-11-03  Gerd Moellmann  <gerd@gnu.org>
1754         * startup.el (fancy-splash-text, fancy-splash-text): Use a single
1755         tab character.
1756         (fancy-splash-screens): Set tab-width to 20.
1758 2000-11-03  Dave Love  <fx@gnu.org>
1760         * comint.el (comint-completion-addsuffix): Fix custom type.
1762 2000-11-02  Stefan Monnier  <monnier@cs.yale.edu>
1764         * font-lock.el (font-lock-buffers): Remove.
1765         (font-lock-global-modes): Define with easy-mmode-define-global-mode.
1766         (font-lock-change-major-mode): Remove.
1767         (turn-on-font-lock-if-enabled): Only apply to the current buffer.
1768         (font-lock-default-fontify-region): Extend the multiline
1769         fontification to whole lines.
1770         (font-lock-fontify-anchored-keywords)
1771         (font-lock-fontify-keywords-region): If matching just one
1772         line (with \n) only mark the \n as multiline.
1774         * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
1775         Correctly handle the case where several :group args are supplied.
1776         Allow :extra-args.
1777         (easy-mmode-define-global-mode): Allow :extra-args.
1778         Correctly handle the case where several :group args are supplied.
1780 2000-11-02  Miles Bader  <miles@gnu.org>
1782         * calendar/calendar.el (diary-face, calendar-today-face)
1783         (holiday-face): Remove dependency on `window-system'.
1785 2000-11-02  Ken Raeburn  <raeburn@gnu.org>
1787         * Makefile.in (emacs): Set EMACSLOADPATH always.
1788         (update-authors, .el.elc, compile-files): Don't do it explicitly
1789         here.
1790         (compile-files): Bomb out if compilation of a file fails.
1792 2000-11-02  Dave Love  <fx@gnu.org>
1794         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
1796 2000-11-02  Eli Zaretskii  <eliz@is.elta.co.il>
1798         * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
1799         punctuation in the warning inserted into the *mail* buffer.
1801 2000-11-02  Gerd Moellmann  <gerd@gnu.org>
1803         * emacs-lisp/authors.el (authors-public-domain-files): New variable.
1804         (authors-public-domain-p): New function.
1805         (authors-print): Use it.
1807         * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
1809         * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
1811 2000-11-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1813         * ps-print.el: Extension for even/odd printing.  Doc fix.
1814         (ps-print-version): New version number (6.3.1).
1815         (ps-even-or-odd-pages): Customization fix.
1816         (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
1817         (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
1818         (ps-page-count): Var replaced by `ps-page-column'.
1819         (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
1820         (ps-print-sheet-p): New fun.
1822 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
1824         * tooltip.el (tooltip-gud-tips-setup): New function.
1825         (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
1826         (tooltip-mode): Call tooltip-gud-tips-setup.
1827         (tooltip-gud-tips): Use `gud-basic-call' instead of
1828         process-send-string, so the prompt gets frobbed appropriately.
1829         Handle nil return value from `tooltip-gud-print-command'.
1831 2000-11-01  Eric M. Ludlam  <zappo@ultranet.com>
1833         * comint.el (comint-add-to-input-history): New function.
1834         (comint-send-input): Use `comint-add-to-input-history'.
1836 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
1838         * info.el (info-menu-header): New face.
1839         (Info-fontify-menu-headers): New function.
1840         (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
1842         * info.el (Info-insert-dir): Don't include blank lines at
1843         beginning of additional dir files (one is added automatically).
1845 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
1847         * emacs-lisp/easy-mmode.el (define-minor-mode):
1848         Revert the latest changes.
1849         Allow the three positional arguments to be skipped and replaced
1850         by keyword arguments.
1851         Add a :toggle argument to determine whether a nil arg means toggle
1852         or means turn-on.  The default is unchanged.
1853         Add a call to force-mode-line-update.
1855 2000-11-01  Dave Love  <fx@gnu.org>
1857         * emacs-lisp/elp.el (elp-restore-function): Remove autoload
1858         cookie.
1860 2000-11-01  Miles Bader  <miles@lsi.nec.co.jp>
1862         * calendar/calendar.el (diary-face, holiday-face): Add
1863         dark-background variants.
1865 2000-10-31  Sam Steingold  <sds@gnu.org>
1867         * textmodes/tex-mode.el (tex-file): Use `default-directory' when
1868         `tex-main-file' does not have directory in it.
1870 2000-10-31  Stefan Monnier  <monnier@cs.yale.edu>
1872         * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
1874 2000-10-31  Thien-Thi Nguyen  <ttn@gnu.org>
1876         * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
1877         functional change.
1879 2000-10-31  Gerd Moellmann  <gerd@gnu.org>
1881         * files.el (find-file-noselect): When we expand a wildcard, return
1882         a list of buffers, as we should do according to the doc string.
1884 2000-10-31  Ken Raeburn  <raeburn@gnu.org>
1886         * loadup.el (top level): Adjust load path if program name is
1887         "../src/bootstrap-emacs", in case it's not dumped and thus the
1888         load path adjustment hasn't already been done.
1890 2000-10-31  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1892         * ps-print.el: Fix bug on selected pages for printing.  Use
1893         `color-values' for Emacs 21.  Ensure fontification when jit-lock
1894         is on.  Try to avoid warning messages when compiling.  Doc Fix.
1895         (ps-print-version): New version number (6.3).
1896         (ps-color-device): Use `color-values' to determine if device
1897         supports color.
1898         (ps-color-values): Try to use `x-color-values' when using XEmacs.
1899         (ps-print-page-p): Changed from defsubst to defun.
1900         (ps-page-number): Changed from defmacro to defun.
1901         (ps-header-sheet, ps-header-page): Fix bug on selected pages for
1902         printing.
1903         (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
1904         (ps-end-file, ps-dummy-page): Funs eliminated.
1905         (ps-print-color-scale): Changed default value.
1906         (ps-page-n-up, ps-print-page-p): New internal vars.
1907         (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
1908         (ps-plot-region, ps-generate, ps-end-job): Code fix.
1910         * delim-col.el: Little programming improvement.
1911         (delimit-columns-str): New macro.
1912         (delimit-columns-region, delimit-columns-rectangle): Code fix.
1914 2000-10-31  Kenichi Handa  <handa@etl.go.jp>
1916         * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
1917         Moved to european.el.
1918         (ccl-encode-mac-roman-font, fontset-mac): Modified for
1919         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
1920         (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
1921         (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
1923 2000-10-30  Dave Love  <fx@gnu.org>
1925         * progmodes/cc-menus.el (imenu-generic-expression)
1926         (imenu-progress-message): Only defvar when compiling.
1928         * emacs-lisp/elp.el (elp-unload-hook): New function.
1930         * loadhist.el (unload-feature): Call elp-restore-function,
1931         checking for symbols; don't use elp-restore-all.
1932         (loadhist-hook-functions): Doc fix.
1934 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
1936         * log-edit.el (log-edit-confirm): Fix the default.
1938 2000-10-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1940         * delim-col.el: Little fix: replace delimit-columns-align-columns by
1941         delimit-columns-format.
1942         (delimit-columns-region, delimit-columns-rectangle): Code fix.
1944 2000-10-30  Miles Bader  <miles@lsi.nec.co.jp>
1946         * comint.el (comint-replace-by-expanded-history): Don't use
1947         comint-get-old-input (we're not looking at *old* input).
1948         (comint-get-old-input-default): If using fields, signal an error
1949         when the point is not in an input field.
1951 2000-10-30  Kenichi Handa  <handa@etl.go.jp>
1953         * international/mule-conf.el: New charsets mule-unicode-2500-33ff
1954         and mule-unicode-e000-ffff.
1956         * international/mule.el (decode-char, encode-char): New functions.
1957         (make-coding-system): Accept a symbol of translation table as a
1958         value of property `safe-chars'.
1960         * international/mule-cmds.el (encode-coding-char): Check property
1961         safe-chars instead of safe-charsets.
1963         * international/fontset.el (fontset-default): Modified for
1964         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
1965         (x-font-name-charset-alist): Likewise.
1966         (ccl-encode-unicode-font): New CCL program.  Record it in
1967         font-ccl-encoder-alist to be used for fonts "ISO10646-1".
1969         * language/european.el (mac-roman-decoder, mac-roman-encoder):
1970         New translation tables.
1971         (decode-mac-roman, encode-mac-roman): Definition of these CCL
1972         programs are modified and moved from mac-win.el.
1973         (mac-roman): Definition of this coding system is modified and
1974         moved from mac-win.el.
1976 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
1978         * ediff-wind.el (ediff-setup-control-frame): Enclose
1979         face-attribute in condition-case to avoid errors in older emacsen.
1981 2000-10-29  Miles Bader  <miles@gnu.org>
1983         * custom.el (custom-add-to-group): Allow multiple entries for a
1984         given value OPTION, as long as their widget types are different.
1985         * cus-edit.el (custom-face-value-create): If face name doesn't end
1986         with "face", add such here (similar to custom group widgets).
1988         * comint.el (comint-highlight-prompt): Add :type.
1990 2000-10-28  John Wiegley  <johnw@gnu.org>
1992         * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
1993         Changed this function to operate on a temporary buffer instead of
1994         the main buffer.  This not only keeps flyspell from marking a
1995         buffer as changed that wasn't, but it solves the jumpy cursor
1996         problem when attempts are made to edit incorrect words.
1997         (flyspell-maybe-correct-doubling): Same change as for
1998         `flyspell-maybe-correct-transposition'.
2000         * calendar/timeclock.el (timeclock-log): Doc fix.
2001         (timeclock-last-event): Doc fix.
2002         (timeclock-log): Kill the timelog buffer after appending a new
2003         event.
2004         (timeclock-find-discrep): Use a temp buffer to read in the
2005         timelog, instead of visiting the file.
2006         (timeclock-log-data): A new function, along with a host of helper
2007         functions, for the purpose of making timelog data accessible to
2008         programmers.
2010         * eshell/esh-mode.el (window-height test): Make certain that
2011         `eshell-stringify-t' is non-nil.
2012         (eshell-password-prompt-regexp): Changed to a much simpler
2013         password regexp.
2014         (eshell-send-input): If `eshell-invoke-directly' returns t,
2015         directly invoke the parsed command using `eval'.  This improves
2016         turn-around time on simple commands by a factor of three or
2017         greater, such as cd, ls, pwd, etc. -- which get used very often.
2018         It also conserves thousands of cons cells per call (since
2019         `eshell-do-eval' consumes memory like a Cookie Monster set loose
2020         in the Pacific Cookie Company).
2022         * eshell/esh-test.el (eshell-test): Whitespace fix.
2024         * eshell/em-ls.el (eshell-ls-insert-directory): Make
2025         `eshell-ls-initial-args' nil when inserting directory contents.
2027         * eshell/em-script.el (eshell-script-initialize): Add names to
2028         `eshell-complex-commands, since `source' and `.' are complex.
2030         * eshell/esh-cmd.el (eshell-rewrite-for-command)
2031         (eshell-rewrite-while-command): Use `eshell-protect' instead of
2032         `eshell-copy-handles'.
2033         (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
2034         bodies.
2035         (eshell-separate-commands): Whitespace fix.
2036         (eshell-complex-commands): Added a new list of names, for
2037         determining whether a given command is as simple as it looks.
2038         (eshell-invoke-directly): New function.  Returns t if a command
2039         should be invoked directly (using `eval'), rather than indirectly
2040         using `eshell-do-eval'.
2041         (eshell-do-eval): Whitespace fix.
2043         * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
2044         which provides an emulation of the DOS shell behavior of assuming
2045         that cp/mv/ln should copy/move/link to the current directory.
2046         (eshell-remove-entries): Added a doc string.
2047         (eshell-shuffle-files): Removed the check for `target' being null.
2048         (eshell-mvcp-template, eshell-mvcpln-template): Renamed
2049         `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
2050         it to do a smarter check of whether a destination was provided.
2051         (eshell/mv, eshell/cp): Enable `:preserve-args'.
2052         (eshell/ln): Enable `:preserve-args', and use
2053         `eshell-mvcpln-template' to implement the body of the function.
2054         (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
2055         (eshell/du, eshell/diff, eshell/locate): Stringify the argument
2056         list after flattening it.  This makes it possible to cat files
2057         with numerical names.
2058         (eshell-unix-initialize): Added several names to
2059         `eshell-complex-commands.
2060         (eshell-unix-command-complex-p): Return t if a given command name
2061         may result in external processes being invoked.
2063         * eshell/em-glob.el (eshell-glob-show-progress): Make this
2064         variable nil by default, since it slows down glob processing by a
2065         factor of two or more, and increases memory consumption.
2067         * eshell/em-smart.el: Added a note about how memory consumptive
2068         smart display mode can be (at least this is true in Emacs 21).
2069         (eshell-smart-initialize): Whitespace fix.
2070         (eshell-refresh-windows): Use `if' instead of `when'.
2071         (eshell-smart-scroll-window): Calling `save-current-buffer' was
2072         not necessary.
2073         (eshell-currently-handling-window): Added a missing global
2074         variable.
2076         * eshell/em-ls.el (eshell-do-ls): Code simplification.
2077         (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
2078         Whitespace fix.
2079         (eshell-ls-exclude-hidden): Added this variable in addition to
2080         `eshell-ls-exclude-regexp'.  This one prevents files beginning
2081         with . from even being read, which can improve memory consumption
2082         quite a bit.
2083         (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
2084         read file entries beginning with a dot.  In home directories with
2085         lots of hidden files, fully two-thirds of the time spent in ls is
2086         used to read directory entries that are immediately thrown away.
2087         (eshell-ls-initial-args): Added back this configuration variable,
2088         for specifying default initial arguments to every call to ls.
2089         Much faster than using an alias to do the same thing.
2090         (eshell-do-ls): Use `eshell-ls-initial-args', if set.
2091         (eshell-ls-dir): Whitespace change.
2093         * eshell/em-dirs.el (eshell/pwd): Small code simplification.
2095         * eshell/esh-util.el: Don't require `ange-ftp' if it's not
2096         available.
2097         (eshell-stringify-t): Added a customization variable, to indicate
2098         whether `t' should be rendered as a string at all.  If not, one
2099         can still determine if the result of an expression is true using
2100         "file-exists-p FILE && echo true".
2101         (eshell-stringify): If `eshell-stringify-t' is nil, don't
2102         stringify t!
2104         * eshell/esh-module.el: Whitespace fix.
2106         * eshell/em-alias.el (eshell-alias-initialize): Added
2107         `eshell-command-aliased-p' to `eshell-complex-commands'.
2108         (eshell-command-aliased-p): New function that returns t if a
2109         command name names an aliased.
2111 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
2113         * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
2114         redrawing the screen when changing cursor color.
2115         (viper-insert-state-pre-command-sentinel)
2116         (viper-replace-state-pre-command-sentinel)
2117         (viper-replace-state-post-command-sentinel):
2118         Use viper-preserve-cursor-color.
2119         Many functions changed to use viper= instead of = when comparing
2120         characters.
2121         * viper-util.el (viper-memq-char,viper=): New functions for
2122         working with characters.
2123         (viper-change-cursor-color): Fixed buglet.
2124         Many functions changed to use viper= instead of = when comparing
2125         characters.
2126         * viper.el (viper-insert-state-mode-list): Added eshell.
2128         * ediff-init.el (ediff-before-setup-hook): New hook.
2129         Several typos fixed in various docstrings.
2130         * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
2131         * ediff-nult.el (ediff-before-session-group-setup-hooks): New
2132         hook.
2133         (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
2134         * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
2135         (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
2136         (ediff-get-selected-buffers): New function.
2137         * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
2138         (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
2139         save-window-excursion.
2140         * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
2141         termination check in while loop.
2142         * ediff.el (ediff-get-default-file-name): Better defaults when in
2143         dired buffer.
2144         (ediff-files,ediff-merge-files,ediff-files3)
2145         (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
2147 2000-10-28  Dave Love  <fx@gnu.org>
2149         * info.el (Info-fontify-node): Add help-echo for menu items.
2151 2000-10-28  Eli Zaretskii  <eliz@is.elta.co.il>
2153         * startup.el (normal-top-level): If the value of $TERM indicates
2154         we are running from xterm or one of its work-alikes, default to a
2155         light background mode.
2157         Support for -fg, -bg, and -rv command-line arguments for TTYs:
2158         * faces.el (tty-handle-reverse-video): New function.
2159         (tty-create-frame-with-faces): Call it.
2161         * frame.el (frame-notice-user-settings): Don't apply
2162         default-frame-alist and initial-frame-alist to MS-DOS frames.
2163         Call tty-handle-reverse-video, frame-set-background-mode, and
2164         face-set-after-frame-default for non-MS-DOS frames.
2166         * startup.el (tty-long-option-alist): New variable.
2167         (tty-handle-args): New function.
2168         (command-line): Call tty-handle-args.
2170         * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
2171         startup.el now does that for all character-terminal frames.
2173 2000-10-28  Miles Bader  <miles@gnu.org>
2175         * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
2176         `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
2177         global.  If :global is followed by a non-nil but non-t value,
2178         make the mode buffer-local, but also generate a `global-MODE'
2179         version using `easy-mmode-define-global-mode'.  Add
2180         :conditional-turn-on keyword argument.
2182 2000-10-28  Dave Love  <fx@gnu.org>
2184         * international/latin1-disp.el (latin1-char-displayable-p): Don't
2185         use window-system.
2187 2000-10-27  Eli Zaretskii  <eliz@is.elta.co.il>
2189         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
2190         Don't call find-buffer-file-type-coding-system.  Instead, just
2191         set eol-type to -unix if inhibit-eol-conversion is in effect, or
2192         if the file is on an untranslated filesystem.
2193         (add-untranslated-filesystem): Use "D" instead of "f" inside
2194         interactive.
2196 2000-10-27  Dave Love  <fx@gnu.org>
2198         * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
2199         (refill-mode): Use it.
2201 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
2203         * international/quail.el (quail-activate): Don't make-local-hook.
2205 2000-10-27  Andre Spiegel  <spiegel@gnu.org>
2207         * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
2208         manual backups and file.~<rev>.~ for automatic ones.
2209         (vc-make-version-backup): Don't do it on MS-DOS without long file
2210         names.
2212         * vc.el (vc-version-other-window): If an automatic backup of the
2213         desired version exists, rename it instead of copying it.
2215         * vc-cvs.el (vc-cvs-checkin): Check both status and error message
2216         after command.  If there's an unexpected error, signal it instead
2217         of being silent.
2218         (vc-cvs-merge-news): Be prepared for no news at all.
2220 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
2222         * shell.el (shell): Add BUFFER argument.
2223         * comint.el (make-comint-in-buffer): New function.
2224         (make-comint): Use it.
2226         * faces.el (face-spec-choose): Change syntax so that the list of
2227         attribute-value pairs is now the cdr of each clause, not the cadr.
2228         Detect old-style entries, and handle them.  Use pop.
2230 2000-10-26  Stefan Monnier  <monnier@cs.yale.edu>
2232         * cus-edit.el (custom-mode-map): Use a sparse map.
2233         (custom-mode): Don't bother with make-local-hook.
2235         * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
2237         * vc.el (vc-start-entry): Only erase the buffer if comment is set.
2239 2000-10-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2241         * ps-print.el: Avoid compilation gripes.
2242         (ps-print-version): New version number (6.2.1).
2244 2000-10-26  Dave Love  <fx@gnu.org>
2246         * menu-bar.el: Modify some menu item help strings.
2247         (menu-bar-help-menu): Add link to MORE.STUFF.
2249         * cus-edit.el (custom-mode): Add `special' mode-class property.
2251         * wid-browse.el (widget-browse-mode): Likewise.
2253         * wid-edit.el (widget-specify-field): Revert to using local-map
2254         property, not keymap.
2256 2000-10-26  Miles Bader  <miles@lsi.nec.co.jp>
2258         * wid-edit.el (widget-field-end): When checking for a `boundary'
2259         field, do so in the correct buffer.
2261         * simple.el (undo): Correctly distinguish between numeric and
2262         non-numeric prefix args in non-transient-mark-mode, as per the doc
2263         string.  When in transient-mark-mode, treat all prefix-args as
2264         numeric.
2266         * simple.el (previous-matching-history-element): Miscellaneous cleanup.
2267         Position point on match.  Handle N == 0 correctly.
2269         * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
2270         (comint-mode-map): Reverse order of `comint-write-output' and
2271         `comint-append-output-to-file'.
2272         (comint-append-output-to-file): Reinstate this function, for the
2273         benefit of the menu.
2275 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
2277         * vc.el (vc-version-other-window): Bind `file'.
2279 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
2281         * Makefile.in (update-authors): New target for maintenance purposes.
2283         * emacs-lisp/authors.el (batch-update-authors): New function.
2284         (authors-fixed-entries): New defconst.
2285         (authors-add-fixed-entries): New function.
2286         (authors): Call it.: Don't process lispref/.
2288 2000-10-25  Jason Rumney  <jasonr@gnu.org>
2290         * cus-edit.el (custom-button-face, custom-button-pressed-face):
2291         Merge x w32 and mac definitions.
2293 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
2295         * menu-bar.el (menu-bar-options-menu): Add a help string for
2296         `uniquify'.
2298 2000-10-25  Stephen Gildea  <gildea@alum.mit.edu>
2300         * time-stamp.el (time-stamp-string-preprocess):
2301         Fix a wrong type argument error.
2303 2000-10-25  Miles Bader  <miles@gnu.org>
2305         * recentf.el (recentf-mode): Variable removed.
2306         (recentf-mode): Use `define-minor-mode'.
2308         * mwheel.el (mouse-wheel-mode): New global minor mode.
2309         (mwheel-install): Use `mouse-wheel-mode'.
2311 2000-10-25  Dave Love  <fx@gnu.org>
2313         * progmodes/cperl-mode.el (cperl-mode):
2314         Set normal-auto-fill-function correctly.
2316         * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
2317         inherit from global-map and don't nullify menu-bar and tool-bar
2318         bindings.
2320 2000-10-25  Miles Bader  <miles@lsi.nec.co.jp>
2322         * wid-edit.el (widget-field-at): New function.
2323         (widget-at, widget-field-activate): Use it.
2324         (widget-tabable-at): Use `widget-at'.
2325         (widget-specify-field): If the terminating character of the widget
2326         field (which is read-only) is a newline, put it into a special
2327         `boundary' field so that C-n/C-p act more naturally.
2328         (widget-field-end): Also don't subtract one if a special
2329         `boundary' field has been added after the widget field.
2331         * comint.el (comint-output-filter, comint-send-input): Don't
2332         bother adding stickiness fields to overlays to fool the field
2333         code, since it should notice the overlay insertion-types now.
2335         * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
2336         Replace with aliases of the normal emacs b-o-l/e-o-l functions.
2337         (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
2339 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
2341         * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
2342         (authors): Set file coding system to iso-2022-7bit.  Add
2343         file-local variables to output buffer.
2345         * files.el (after-find-file): Don't print any warnings if
2346         WARN is nil.
2348 2000-10-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2350         * ps-print.el (ps-generate): Fix odd/even pages printing bug.
2352         * delim-col.el: Now there is a column formatting mechanism.
2353         Modified to customization mechanisms convention.  Doc fix.
2354         (columns): New group for delim-col.
2355         (delimit-columns-before, delimit-columns-after)
2356         (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
2357         (delimit-columns-end): New vars.
2358         (delimit-columns-customize, delimit-columns-format): New funs.
2359         (delimit-columns-region, delimit-columns-rectangle)
2360         (delimit-columns-rectangle-line): Modified to support column
2361         formatting.
2363 2000-10-24  Dave Love  <fx@gnu.org>
2365         * log-edit.el (log-edit): Add :version and a :group for vc.
2367 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
2369         * files.el (after-find-file): Don't print a message ``New file''
2370         if WARN is nil.
2372         * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
2373         the tool-bar map as nil, as for the menu-bar.  Otherwise, we'll
2374         get duplicate tool-bar entries because we'll see the global ones
2375         on more than one path through keymaps.
2377         * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
2379         * progmodes/cmacexp.el: Change Francesco's email address.
2381 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
2383         * window.el (fit-window-to-buffer): Adjust point of the window
2384         buffer, not that of the current buffer.
2386 2000-10-24  Eli Zaretskii  <eliz@is.elta.co.il>
2388         * progmodes/cmacexp.el: Update the euthor's email address.
2390 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
2392         * faces.el (face-spec-set-match-display): Add `graphic' display
2393         type (the inverse of `tty').  Use `display-graphic-p' instead of
2394         the window-system variable.
2396 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
2398         * international/isearch-x.el (isearch-with-input-method): Call
2399         input-method-function with the first event in
2400         unread-command-events.
2402 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
2404         * faces.el (face-default-spec, face-user-default-spec): Make
2405         defsubsts.
2407 2000-10-24  Andrew Choi  <akochoi@i-cable.com>
2409         * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
2410         New charsets.
2412         * term/mac-win.el: Remove definitions of mac-roman-lower and
2413         mac-roman-upper, require dired, and define instead of set
2414         mac-ready-for-drag-n-drop to avoid compilation error.
2416 2000-10-23  Andrew Innes  <andrewi@gnu.org>
2418         * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
2419         superfluous calls to subst-char-in-string; instead apply
2420         expand-file-name after convert-standard-filename to ensure
2421         expected directory separators are used.
2423 2000-10-23  Eli Zaretskii  <eliz@is.elta.co.il>
2425         * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
2427 2000-10-23  Dave Love  <fx@gnu.org>
2429         * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
2430         (tool-bar-add-item): Set foreground and background for XBM icons.
2432         * international/latin1-disp.el (latin1-char-displayable-p): New
2433         function (from Handa).
2434         (latin1-display-check-font): Use it.
2436         * imenu.el (imenu--create-keymap-2): Build menu with menu-item
2437         using :key-sequence, making it much more usable.  Use nconc, not
2438         append.
2439         (imenu--create-keymap-1): Avoid append.
2441         * textmodes/refill.el: Remove bits redundant with define-minor-mode.
2443 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
2445         [the following changes fix a bug where `define-minor-mode' didn't
2446         correctly generate :require clauses for defcustoms in compiled files]
2447         * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
2448         (byte-compile-log-file, byte-compile-log-1): Don't set
2449         `byte-compile-current-file' to nil.  Instead set
2450         `byte-compile-last-logged-file' to it.  Test whether
2451         byte-compile-current-file equals byte-compile-last-logged-file
2452         instead of whether its nil.
2453         (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
2455 2000-10-23  Stefan Monnier  <monnier@cs.yale.edu>
2457         * textmodes/refill.el: Fix var names in doc.
2458         (refill-mode): Don't bother with make-local-hook anymore.
2460 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
2462         * faces.el (face-user-default-spec, face-default-spec): New functions.
2463         (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
2464         (frame-set-background-mode, face-set-after-frame-default):
2465         Use `face-user-default-spec'.  Simplify code slightly.
2467         * woman.el (woman-italic-face, woman-bold-face)
2468         (woman-unknown-face): Add dark-background variants.
2469         (woman-default-faces): Renamed from `woman-colour-faces'.
2470         Set using the stored defaults, rather than using hard-wired colors.
2471         (woman-monochrome-faces): Renamed from `woman-black-faces'.
2472         Just make the foreground `unspecified' rather than "black".
2473         (woman-menu): Rename menu entries accordingly.
2475         * faces.el (header-line): Make more reasonable on mono/grayscale
2476         displays.
2478 2000-10-23  Andrew Choi  <akochoi@i-cable.com>
2480         * cus-edit.el (custom-button-face): Use 3D look for mac.
2481         (custom-button-pressed-face): Likewise.
2483         * faces.el (set-face-attributes-from-resources): Handle mac frames
2484         in the same way as x and w32 frames.
2485         (face-valid-attribute-values): Likewise.
2486         (read-face-attribute): Likewise.
2487         (defined-colors): Likewise.
2488         (color-defined-p): Likewise.
2489         (color-values): Likewise.
2490         (display-grayscale-p): Likewise.
2491         (face-set-after-frame-default): Likewise.
2492         (mode-line): Same default face as for x and w32.
2493         (tool-bar): Likewise.
2495         * frame.el: Remove call to frame-notice-user-settings at end of
2496         the file.
2498         * info.el (Info-fontify-node): make underlines invisible for mac
2499         as for x, pc, and w32 frame types.
2501         * term/mac-win.el: New file.
2503 2000-10-22  Dave Love  <fx@gnu.org>
2505         * textmodes/refill.el: New file.
2507 2000-10-22  Andre Spiegel  <spiegel@gnu.org>
2509         * vc-hooks.el (vc-version-backup-file-name): New optional args
2510         MANUAL and REGEXP.
2511         (vc-delete-automatic-version-backups, vc-make-version-backup):
2512         New functions.
2513         (vc-before-save): Use the latter.
2514         (vc-default-make-version-backups-p): Added `-p' suffix to avoid
2515         confusion.
2517         * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
2518         expected by vc[-hooks].el.
2520         * vc.el (vc-checkout): Added `-p' suffix in call to
2521         vc-make-version-backups-p; use vc-make-version-backup to actually
2522         make the backup.
2523         (vc-version-other-window, vc-version-backup-file): Handle both
2524         automatic and manual backups.
2525         (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
2526         of all of them.
2528 2000-10-22  Miles Bader  <miles@gnu.org>
2530         * comint.el (comint-highlight-input, comint-highlight-prompt):
2531         Renamed, `-face' at end removed.
2532         (comint-send-input, comint-output-filter): Use renamed faces.
2534         * window.el (fit-window-to-buffer): Change defaulting of
2535         MAX-HEIGHT slightly.
2537         * faces.el (color-values, color-defined-p): Use `member', not
2538         `memq', because it works correctly for strings.
2539         (frame-set-background-mode): Actually, "unspecified-fg" and
2540         "unspecified-bg" *are* strings.  Use `member', not `memq', and
2541         `equal', not `eq', when a string value is possible.
2543 2000-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
2545         * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
2547 2000-10-21  Stefan Monnier  <monnier@cs.yale.edu>
2549         * progmodes/sh-script.el (sh-mode-map): Remove bindings for
2550         sh-electric-rparen, sh-electric-less and sh-electric-hash.
2551         (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
2552         (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
2553         (sh-font-lock-syntactic-keywords): Use them.
2554         (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
2555         (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
2556         (sh-mode): Don't override font-lock-unfontify-region-function.
2557         Use a copy of sh-font-lock-syntactic-keywords.
2558         (sh-set-shell): Don't set sh-electric-rparen-needed-here.
2559         Don't call sh-scan-buffer since font-lock does it on the fly.
2560         (sh-get-indent-info): Use `face' rather than `syntax-table'
2561         text-property to detect here-documents.
2562         Replace sh-special-syntax with sh-st-punc.
2563         (sh-prev-line): Use `face' rather than `syntax-table'
2564         text-property to skip over here-documents.
2565         (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
2566         (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
2567         (sh-electric-less, sh-set-here-doc-region)
2568         (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
2569         (sh-scan-buffer, sh-rescan-buffer): Remove.
2571 2000-10-21  Andrew Innes  <andrewi@gnu.org>
2573         * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
2574         remote (ange-ftp) file names.
2576 2000-10-21  Miles Bader  <miles@gnu.org>
2578         * window.el (fit-window-to-buffer): New function.
2579         (shrink-window-if-larger-than-buffer): Use it.
2580         (window-text-height): Don't expect minibuffers to have mode-lines.
2582         * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
2583         * international/quail.el (quail-update-guidance): Use
2584         `fit-window-to-buffer' instead of `set-window-text-height'.
2586         * international/quail.el (quail-show-guidance-buf): Make sure
2587         guidance window really has enough room.
2588         (quail-update-guidance): If quail-guidance-win is already shown,
2589         make sure its height is OK.
2591         * window.el (window-text-height, set-window-text-height):
2592         New functions.
2593         (shrink-window-if-larger-than-buffer): Use `window-text-height'
2594         instead of `window-height' & `mode-line-window-height-fudge'.
2595         (mode-line-window-height-fudge): Add FACE parameter.
2596         * help.el (resize-temp-buffer-window): Use `set-window-text-height'
2597         instead of `enlarge-window' & `mode-line-window-height-fudge'.
2599 2000-10-20  Miles Bader  <miles@gnu.org>
2601         * window.el (height-affecting-face-attributes): Use `defconst'.
2603         * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
2604         New function, conditionally aliased to `mode-line-window-height-fudge'.
2605         (ispell-help): Use it.
2606         (ispell-choices-win-default-height): Don't include mode-line fudge.
2607         (ispell-choices-win-default-height): New function.
2608         (ispell-show-choices, ispell-command-loop): Use function
2609         `ispell-choices-win-default-height' instead of variable.
2611 2000-10-20  Miles Bader  <miles@lsi.nec.co.jp>
2613         * window.el (mode-line-window-height-fudge): New variable.
2614         (height-affecting-face-attributes): New variable.
2615         (mode-line-window-height-fudge): New function.
2616         (shrink-window-if-larger-than-buffer): Use it.
2617         * help.el (resize-temp-buffer-window): Likewise.
2619         * info.el (Info-fontify-node): Add support for @subsubsection
2620         titles, which use `Info-title-4-face'.
2621         (Info-title-4-face): New face.
2622         (Info-title-3-face): Inherit from Info-title-4-face instead of
2623         variable-pitch.
2625 2000-10-19  Jason Rumney  <jasonr@gnu.org>
2627         * dired.el (dired-insert-directory): Do not let errors signalled by
2628         attempt to run dired-free-space-program prevent dired from working.
2630 2000-10-19  Stefan Monnier  <monnier@cs.yale.edu>
2632         * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
2634 2000-10-19  Gerd Moellmann  <gerd@gnu.org>
2636         * dirtrack.el (dirtrack): Fix call to run-hooks.
2638         * cmuscheme.el (cmuscheme-program-name): Renamed from
2639         scheme-program-name because xscheme.el contains a defcustom with
2640         the same name.  As a consequence, customizing group `cmuscheme'
2641         loaded `xscheme' which redefined run-scheme.
2642         (run-scheme): Use cmuscheme-program-name.
2644         * ps-print.el (ps-print-emacs-type): Move into the
2645         eval-and-compile.
2647         * play/doctor.el (doctor-death): Update the Samaritans'
2648         anonymous address, and add a website for Befrienders International.
2650 2000-10-19  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2652         * ps-print.el: Even/odd pages fix.  Fix little bug on XEmacs.
2653         Avoid compilation gripes.  Doc fix.
2654         (ps-print-version): New version number (6.2).
2655         (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
2656         (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
2657         (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
2658         (ps-x-extent-priority, ps-x-extent-start-position)
2659         (ps-x-face-font-instance, ps-x-find-coding-system)
2660         (ps-x-font-instance-properties, ps-x-make-color-instance)
2661         (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
2662         avoid compilation gripes without defining functions.
2663         (ps-e-find-composition): Alias for function find-composition, to have a
2664         suitable function depending on Emacs version.
2665         (ps-color-device, ps-color-values, ps-face-foreground-name)
2666         (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
2667         (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
2668         (ps-print-ensure-fontified): Function definitions surrounded by
2669         `eval-and-compile' to avoid compilation gripes.
2670         (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
2671         by symbol-value to avoid compilation gripes.
2672         (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
2673         (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
2675 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
2677         * startup.el (normal-top-level): Call `frame-set-background-mode'
2678         after `frame-notice-user-settings' because the latter doesn't call
2679         the former on a tty.
2681         * faces.el (frame-set-background-mode): `unspecified' &c are
2682         symbols, not strings.
2684 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
2686         * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
2687         why some "light*" colors are deliberately absent from the alist.
2689         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
2690         Change colors for tty's, as suggested by Miles Bader.
2692 2000-10-19  Kenichi Handa  <handa@etl.go.jp>
2694         * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
2695         (ccl-encode-mule-unicode-0100-24ff): New CCL program.  Register it
2696         for ISO10646-1 fonts.
2697         (x-font-name-charset-alist): Add an entry for "iso10646-1".
2699 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
2701         * faces.el (frame-set-background-mode): If a tty frame defines a
2702         background color, use that to compute the background mode, instead
2703         of always defaulting to "dark".
2705 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
2707         * comint.el (comint-write-output): New function.
2708         (comint-mode-map): Add it to the menu.
2709         Bind `C-c C-s' to comint-write-output.
2711 2000-10-18  Gerd Moellmann  <gerd@gnu.org>
2713         * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
2714         Use fancy-splash-delay.
2716 2000-10-18  Alex Schroeder  <alex@gnu.org>
2718         * progmodes/sql.el (sql-sybase-options): New option.
2719         (sql-sybase): Use it.  Add sql-database to the list of parameters
2720         provided for login.  The options -w 2048 -n are not used any more.
2722         * comint.el (comint-read-input-ring): Bugfix such that the first
2723         and the last entry of the input ring file are not lost.
2725 2000-10-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2727         * ps-print.el: Internal variable changes to defcustom,
2728         make-local-hook changes to defvar.  Doc fix.
2729         (ps-print-version): New version number (6.1).
2730         (ps-setup, ps-do-despool): Code fix.
2731         (ps-printer-name): Customization fix.
2732         (ps-printer-name-option): Now is a defcustom instead of an
2733         internal variable.
2734         (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
2735         (ps-print-begin-column-hook): Now are defvar instead of
2736         make-local-hook.
2738 2000-10-18  Miles Bader  <miles@gnu.org>
2740         * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
2741         (comint-kill-output): Changed into an alias for `comint-delete-output',
2742         and made obsolete.
2743         (comint-mode-map): Rename references to comint-kill-output.
2745 2000-10-18  Eli Zaretskii  <eliz@is.elta.co.il>
2747         * diff-mode.el (diff-header-face, diff-file-header-face)
2748         (diff-changed-face): Add bold and italic attributes to tty faces.
2749         (diff-function-face): New face.
2750         (diff-font-lock-keywords): Use it.
2752 2000-10-18  Miles Bader  <miles@lsi.nec.co.jp>
2754         * comint.el (comint-output-filter): Fixup comint-last-input-end too.
2755         Remove commented-out call to force-mode-line-update.
2756         (comint-kill-output): Use `forward-line 0' instead of
2757         beginning-of-line to make sure we get past the prompt.
2759 2000-10-17  Stefan Monnier  <monnier@cs.yale.edu>
2761         * diff-mode.el (diff-header-face, diff-file-header-face):
2762         Add specific setting for dark background.
2763         (diff-context-face): Renamed from diff-comment-face.
2764         Set explicitly rather than inheriting from font-lock-comment-face.
2766 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
2768         * startup.el (command-line): Move the code which sets the default
2769         TTY colors to before before-init-hook.
2771 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
2773         * jit-lock.el (jit-lock-stealth-time): Doc fix.
2775 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
2777         * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
2778         extensions, for MS-DOS.
2780         * diff-mode.el (diff-header-face, diff-file-header-face)
2781         (diff-changed-face): Define tty-specific colors.
2783 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
2785         * startup.el (fancy-splash-text): Realign the text.
2787 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
2789         * font-lock.el (font-lock-comment-face): Define a separate default
2790         for dark-background tty's.
2792 2000-10-17  Miles Bader  <miles@gnu.org>
2794         * help.el (resize-temp-buffer-window): Add hack to avoid last line
2795         being obscured by whizzy mode-lines on graphics displays.
2797 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
2799         * info.el (Info-title-1-face, Info-title-2-face)
2800         (Info-title-3-face): Define colors for tty's.
2801         (info-header-node): Remove unneeded tty-specific definition.
2803 2000-10-16  Eli Zaretskii  <eliz@is.elta.co.il>
2805         * term/pc-win.el (msdos-handle-reverse-video): Don't remove
2806         reverse from the frame parameters, and don't invert foreground and
2807         background colors.
2809 2000-10-16  Miles Bader  <miles@gnu.org>
2811         * info.el (Info-set-mode-line): Use `%b' instead of hardwired
2812         string "*Info*".  Call propertized-buffer-identification to spruce
2813         up the result.
2815 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
2817         * help.el: Provide `help' for the sake of define-minor-mode
2818         which generates defcustoms with requires.
2820         * jit-lock.el (jit-lock-after-change): If we're in text that
2821         matches a multi-line font-lock pattern, make sure the whole text
2822         will be redisplayed.
2824         * emacs-lisp/authors.el (authors-add): Don't add an entry if
2825         author's name is unknown.
2827         * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
2828         * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
2829         * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
2830         * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
2831         * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
2832         * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
2833         * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
2834         * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
2835         * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
2836         Add author information.
2838 2000-10-16  Miles Bader  <miles@lsi.nec.co.jp>
2840         * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
2841         * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
2842         full-color version (using the Gimp) to eliminate dithering artifacts.
2844 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
2846         * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
2848         * simple.el (syntax-flag-table, string-to-syntax): Remove.
2850 2000-10-15  Dave Love  <fx@gnu.org>
2852         * progmodes/sh-script.el: Require skeleton and comint when
2853         compiling.
2855         * pcomplete.el (pcomplete) <defgroup>: Add :version.
2857         * whitespace.el: Doc fixes.
2858         (top-level): Don't add hooks here.
2859         (whitespace-running-emacs): Deleted.
2860         (timer): Don't require.
2861         (whitespace): Add back :version conditional on xemacs test.
2862         (whitespace-spacetab-regexp, whitespace-indent-regexp)
2863         (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
2864         (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
2865         (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
2866         Avoid specific xemacs test.
2867         (whitespace-global-mode): New option.
2868         (whitespace-global-mode): New command.
2869         (whitespace-unload-hook): New function.
2871         * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
2872         (Info-fontify-node, Info-goto-node, Info-mode-menu)
2873         (Info-fontify-node): `Goto' goes to `Go to'.
2874         (Info-fontify-node): Add help-echo to xref links.
2876 2000-10-15  Eli Zaretskii  <eliz@is.elta.co.il>
2878         * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
2880 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
2882         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
2883         Use plist-get and allow :inherit.
2885         * emacs-lisp/cl-macs.el (cl-do-arglist):
2886         Use plist-get and plist-member instead of memq.
2888         * emacs-lisp/ewoc.el (ewoc-location): New function.
2889         (ewoc-enter-after, ewoc-enter-before): Document return value.
2890         * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
2891         Don't need make-local-hook any more.
2892         (cvs-addto-collection): Return the new tin.
2893         (cvs-mode-insert): Jump to the new line.
2895         * jit-lock.el (jit-lock-fontify-buffer): Remove.
2897         * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
2899         * font-lock.el (font-lock-syntactically-fontified): New var.
2900         (font-lock-fontify-syntactic-keywords-region): Use it.
2901         (font-lock-mode): Fix docstring.  Don't need make-local-hook anymore.
2903         * diff-mode.el (diff-find-file-name): Fix regexp.
2905         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
2906         (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
2908         * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
2909         (sh-mode-syntax-table): Add punctuation syntax for < and >.
2910         (sh-mode): Don't make all vars local here.
2911         (sh-kw): Reformat.
2912         (sh-set-shell): Use dolist.  Don't set indent-region-function.
2913         (sh-mode-syntax-table): Use pop.
2914         (sh-remember-variable): Use push.
2915         (sh-help-string-for-variable): Use memq.
2916         (sh-safe-backward-sexp): Remove.
2917         (sh-safe-forward-sexp): Add ARG.
2918         (sh-get-indent-info, sh-prev-stmt): Use it.
2919         (sh-prev-line): Simplify by using forward-comment.
2920         (sh-this-is-a-continuation): Simplify.
2921         (sh-learn-buffer-indent): Use dolist.
2922         (sh-do-nothing): Remove.
2923         (sh-set-char-syntax, sh-set-here-doc-region):
2924         Use inhibit-modification-hooks.
2925         (sh-name-style): Use mapcar and push.
2926         (sh-load-style): Use dolist.
2927         (sh-save-styles-to-buffer): Use with-current-buffer and pp.
2928         (sh-case, sh-while-getopts): Use propertize directly rather
2929         than sh-electric-rparen.
2931 2000-10-14  Stefan Monnier  <monnier@cs.yale.edu>
2933         * textmodes/tex-mode.el: Require CL when compiling.
2934         (tex-mode-syntax-table): Init immediately.
2935         (tex-mode-map): Bind M-RET to latex-insert-item.
2936         (latex-mode): Set indent-line-function to latex-indent.
2937         (tex-common-initialization): Don't setup the syntax-table any more.
2938         (latex-insert-item): New skeleton.
2939         (tex-next-unmatched-end): Fix copy/paste braino.
2940         (latex-syntax-after, latex-skip-close-parens, latex-down-list)
2941         (latex-indent, latex-find-indent): New functions.
2942         (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
2943         (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
2944         (tex-compilation-parse-errors): Use with-syntax-table.
2946 2000-10-15  Miles Bader  <miles@gnu.org>
2948         * font-lock.el (font-lock-comment-face): Change dark-background,
2949         color, non-tty, default to `chocolate1'.
2951 2000-10-13  John Wiegley  <johnw@gnu.org>
2953         * eshell/esh-util.el (require): Added a missing `require' form,
2954         needed when compiling (for an ange-ftp macro definition).
2956 2000-10-13  Dave Love  <fx@gnu.org>
2958         * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
2960 2000-10-13  Gerd Moellmann  <gerd@gnu.org>
2962         * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
2963         fix.
2965         * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
2966         transparent -colors 8).
2968 2000-10-13  Stephen Gildea  <gildea@alum.mit.edu>
2970         * time-stamp.el (time-stamp): Fixed bug in new multi-line code
2971         that breaks with old list format timestamps.
2972         (time-stamp-warn-inactive, time-stamp-old-format-warn)
2973         (time-stamp-count, time-stamp-conversion-warn): Improved doc
2974         strings.
2976 2000-10-13  John Wiegley  <johnw@gnu.org>
2978         * align.el, pcomplete.el, calendar/timeclock.el,
2979         eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
2981         * calendar/timeclock.el (timeclock-find-discrep): A fix to some
2982         faulty math, where holiday hours were being computing as seconds.
2984 2000-10-13  John Wiegley  <johnw@gnu.org>
2986         * desktop.el (desktop-buffer-modes-to-save): Added a global for
2987         specifying what "other" kinds of buffers should be saved.  This
2988         used to be hard-coded.
2989         (desktop-buffer-misc-functions): A global for specifying how
2990         auxiliary data should be determined for special buffer types.
2991         (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
2992         instead of hard-coding the special buffer types.
2993         (desktop-save): Run `desktop-buffer-misc-functions' to gather
2994         auxiliary data, instead of hard-coding for Info buffers and dired.
2995         (desktop-buffer-info-misc-data): Aux function for determining Info
2996         buffer auxiliary info.
2997         (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
2998         (desktop-buffer-info): Changed this function to use the info
2999         gathered above.
3000         (desktop-create-buffer): Be a little more careful about what
3001         `minor-mode' means before calling it.  This is important for some
3002         buffer types.
3004 2000-10-13  John Wiegley  <johnw@gnu.org>
3006         * eshell/esh-util.el: Added a global form which declares an
3007         autoload for `parse-time-string', if that function is not already
3008         defined, and if parse-time.el is available on the user's system.
3010         * eshell/em-ls.el (eshell-ls-applicable): Extended this function
3011         to be aware of ange-ftp user info.
3012         (eshell-do-ls): Bind `ange-cache'.  Also, use
3013         `eshell-file-attributes'.
3014         (eshell-ls-annotate): Use `eshell-file-attributes'.
3015         (eshell-ls-file): Made the user-id printing code a bit smarter.
3017         * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
3018         allow identification of alias user ids in remote directories.
3019         It's manual, but there's no other way to know when the current
3020         user on the local machine, is also the owning user on the remote
3021         machine.
3022         (fboundp): Bind `ange-cache'.
3023         (eshell-directory-files-and-attributes): Re-organized the logic a
3024         bit to use `eshell-file-attributes' instead of `file-attributes'.
3025         The former is more sensitive to directories that are read via FTP,
3026         and knows how to use ange-ftp to determine full attribute
3027         information, instead of just the name and last modtime.
3028         (eshell-current-ange-uids): Return the current user id when in a
3029         remote directory.
3030         (eshell-parse-ange-ls): Parse a full directory listing that has
3031         been returned by ange-ftp.
3032         (eshell-file-attributes): This beefed up version of
3033         `file-attributes' is only special if the user is currently in a
3034         remote directory, in which case it does a lot of work to find out
3035         what the real attributes of a file are, as they appear on the
3036         remote machine.  This makes usage of remote directories (i.e.,
3037         ange-ftp pathnames) much more useful.  You can now use Eshell as a
3038         full-fledged FTP client, with much more manipulation ability than
3039         most other clients.
3041         * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
3042         variable, which means that Eshell's du should always be preferred
3043         in remote directories.
3044         (eshell-shuffle-files): Use `eshell-file-attributes', rather than
3045         just `file-attributes'.
3046         (eshell-mvcp-template): Bind `ange-cache', to improve performance
3047         when reading remote directories.  This is an Eshell-specific
3048         variable (not part of ange-ftp).
3049         (eshell/ln): Bind `ange-cache'.
3050         (eshell/du): Added some extra logic for determining when to use
3051         Eshell's du (which is slow), and when to use the external version
3052         (which may or may not exist).
3054         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
3055         `eshell-interactive-process', rather than using
3056         `get-buffer-process', since backgrounded processes don't count in
3057         the context of this function's logic.
3059         * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
3060         `forward-char', so that null strings are parsed correctly.
3062 2000-09-13  John Wiegley  <johnw@gnu.org>
3064         * eshell/em-pred.el (eshell-pred-file-type,
3065         eshell-pred-file-links, eshell-pred-file-size): Use
3066         `eshell-file-attributes'.  This is more correct over ange-ftp.
3068         * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
3069         that remote file globbing is more efficient.
3071         * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
3072         gathering the files and attributes within a directory.
3074         * eshell/em-unix.el (eshell/cat): If any of the files passed on
3075         the command line is a special file (not a regular file, directory
3076         or symlink), always attempt to call the external version of cat.
3078 2000-09-13  John Wiegley  <johnw@gnu.org>
3080         * eshell/esh-mode.el (eshell-find-tag): Corrections to the
3081         Eshell-friendly version of find-tag.
3083 2000-10-13  Miles Bader  <miles@lsi.nec.co.jp>
3085         * image-file.el (image-file-name-extensions)
3086         (image-file-name-regexps): Add autoload cookies.
3088 2000-10-13  Kenichi Handa  <handa@etl.go.jp>
3090         * international/mule-cmds.el (select-safe-coding-system): If FROM
3091         is string, show it in *Warning* buffer.
3093 2000-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
3095         * startup.el (normal-top-level): Use display-popup-menus-p instead
3096         of window-system.
3097         (command-line): Use display-graphic-p instead of window-system.
3098         (command-line-1): Use display-popup-menus-p and display-mouse-p
3099         instead of window-system.
3101 2000-10-12  Sam Steingold  <sds@gnu.org>
3103         * tooltip.el (tooltip-use-echo-area): New user variable.
3104         (tooltip-show): Use it to choose between `x-show-tip' and `message'.
3106 2000-10-12  Dave Love  <fx@gnu.org>
3108         * recentf.el: Maintainer's checkdoc fixes.
3110         * startup.el (normal-top-level-add-subdirs-to-load-path): Use
3111         character class, not ASCII when matching file names.
3112         (fancy-splash-head): Add trailing slash to URL.
3113         (command-line): Don't require XPM support for toolbar.
3115         * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
3116         (cperl-invalid-face): Revert last change.
3117         (cperl-init-faces): Quote cperl-invalid-face.
3119 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
3121         * startup.el (fancy-splash-text): Remove superfluous quote.
3123 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
3125         * startup.el (fancy-splash-screens): Don't add a pre-command hook.
3126         (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
3127         (command-line-1): Don't use fancy-splash-pending-command.
3128         (fancy-splash-screens-1): Goto point-min after inserting text.
3130         * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
3132         * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
3133         instead of shared-lisp-mode-map.
3135 2000-10-12  Miles Bader  <miles@lsi.nec.co.jp>
3137         * faces.el (header-line): Change tty-variant to use underlining.
3139         * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
3140         (isearch-highlight): Restore lazy-isearch face properties at old
3141         position, and suppress them at new position.
3142         (isearch-dehighlight): Restore lazy-isearch face properties.
3143         (isearch-lazy-highlight-update): Add lazy-isearch overlays even
3144         over the real isearch overlay, but in that case, don't give it a
3145         face property.  Use `push'.
3147 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
3149         * man.el (Man-getpage-in-background): Fix previous change.
3150         Decode the process output only when we are in multibyte mode.
3152 2000-10-11  Dave Love  <fx@gnu.org>
3154         * info.el (Info-mode-menu): Fix some help.
3155         (info-tool-bar-map): Add entry for Info-last.
3157         * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
3158         * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
3159         * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
3160         * toolbar/cut.xpm, toolbar/mail_compose.xpm:
3161         * toolbar/search-replace.xpm, toolbar/exit.xpm:
3162         * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
3163         * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
3164         * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
3165         * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
3166         * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
3167         Reduce colour requirements to 25 overall.  (Probably wants
3168         revisiting from the originals to reduce further.)
3170 2000-10-11  Eli Zaretskii  <eliz@is.elta.co.il>
3172         * hexl.el (hexlify-buffer): Bind coding-system-for-write to
3173         buffer-file-coding-system, instead of raw-text.
3174         (dehexlify-buffer): Bind coding-system-for-read to
3175         buffer-file-coding-system, instead of raw-text.
3177 2000-10-11  Sam Steingold  <sds@gnu.org>
3179         * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
3180         `underline' - fixes the bug introduced on 2000-09-21.
3182 2000-10-11  Dave Love  <fx@gnu.org>
3184         * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
3185         compiler warnings.
3186         (scheme-mode): Doc fix.
3187         (scheme-font-lock-keywords-1): Match `define-syntax'.
3189 2000-10-11  Miles Bader  <miles@lsi.nec.co.jp>
3191         * faces.el (frame-set-background-mode): Pay attention to saved
3192         face specs as well as default ones.  Only do anything if the
3193         bg-mode or display-type has actually changed.  Use `dolist'.
3194         (region): Make dark-background `region' face less in-your-face.
3196 2000-10-10  Sam Steingold  <sds@gnu.org>
3198         * chistory.el, ielm.el, ledit.el:
3199         * progmodes/inf-lisp.el, progmodes/scheme.el:
3200         Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
3202 2000-10-10  Stefan Monnier  <monnier@cs.yale.edu>
3204         * textmodes/texinfo.el: Update copyright and fix typo.
3206         * desktop.el (desktop-modes-not-to-save): New var.
3207         (desktop-save-buffer-p): Use it.
3208         Also, obey desktop-buffers-not-to-save even for non-file buffers.
3209         (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
3211 2000-10-10  Dave Love  <fx@gnu.org>
3213         * toolbar/tool-bar.el (tool-bar-add-item)
3214         (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
3215         display.
3217         * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
3218         * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
3219         * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
3220         * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
3221         * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
3222         * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
3223         * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
3224         * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
3225         * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
3226         * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
3227         the .xpms; probably need retouching.
3229 2000-10-10  Miles Bader  <miles@lsi.nec.co.jp>
3231         * subr.el (add-to-list): Add optional argument APPEND.
3232         * battery.el (display-battery): Use `add-to-list'.
3234 2000-10-09  Thien-Thi Nguyen  <ttn@gnu.org>
3236         * play/zone.el (zone-timer, zone-wc-tbl): Rework
3237         these vars as symbol properties.
3238         (zone, zone-when-idle, zone-leave-me-alone)
3239         (zone-pgm-whack-chars): Use new symbol properties.
3241         * battery.el (display-battery): Doc spelling fix.
3243         * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
3244         property.
3246 2000-10-09  Dave Love  <fx@gnu.org>
3248         * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
3249         has been initialized before calling tool-bar-setup.
3250         (tool-bar-add-item-from-menu): Add autoload cookie.
3252 2000-10-09  Eli Zaretskii  <eliz@is.elta.co.il>
3254         * menu-bar.el (send-mail-item-name): New function.
3255         (menu-bar-tools-menu) <compose-mail>: Use it to display the value
3256         of mail-user-agent in the menu.  Don't display the "Send Mail"
3257         item if mail-user-agent is nil or its value is ignore.
3258         (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
3259         if read-mail-command is nil or its value is ignore.
3261         * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
3263 2000-10-09  Miles Bader  <miles@gnu.org>
3265         * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
3266         Correct image size.
3267         * toolbar/left_arrow.xpm: Correct image size.
3269         * jka-compr.el: Don't call `jka-compr-install' when loading (it
3270         will be done by the definition of `auto-compression-mode' if
3271         necessary.  Move code to uninstall existing file-name handler
3272         before definition of `auto-compression-mode'.
3274         * image-file.el (auto-image-file-mode): Move to the end of the
3275         file, because `define-minor-mode' actually calls the mode-function
3276         if the associated variable is non-nil, which requires that all
3277         needed functions be already defined.
3279         * mouse.el (popup-menu): Balance parens.
3281 2000-10-08  Stefan Monnier  <monnier@cs.yale.edu>
3283         * mouse.el (popup-menu): Move the command call outside the loop
3284         so that popup-menu returns whatever the command returns.
3286         * progmodes/etags.el: Docstring fixes.  Maintainer line updated.
3287         (initialize-new-tags-table): Use run-hook-with-args-until-success.
3288         (find-tag): Use pop-to-buffer if switch-to-buffer failed.
3289         (tags-table-format-functions): Renamed from tags-table-format-hooks.
3291         * vc.el (vc-version-diff): diff-switches can be a list.
3292         Use relative filenames for prettier output.
3294         * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
3295         (vc-post-command-functions): Remove old-VC compatibility code.
3297         * newcomment.el (comment-indent-default): Autoload.
3299         * font-lock.el (font-lock-defaults): Make buffer-local.
3300         (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
3301         (font-lock-choose-keywords):
3302         Ignore LEVEL unless KEYWORDS is a list of syms.
3303         (c-keywords, c++-keywords, objc-keywords, java-keywords):
3304         Don't wrap regexp-opt things in \(...\) unnecessarily.
3306         * jit-lock.el: Don't require font-lock any more.
3307         (jit-lock-functions): Make buffer-local.
3308         (jit-lock-saved-fontify-buffer-function): Remove.
3309         (jit-lock-mode): Remove autoload cookie.
3310         Remove font-lock specific code.
3311         (jit-lock-unregister): Don't bother handling complex hooks any more.
3312         (jit-lock-refontify): New function.
3313         (jit-lock-fontify-buffer): Use it.
3314         (jit-lock-function-1): Replaced by jit-lock-fontify-now.
3315         (jit-lock-fontify-now): Renamed from jit-lock-function-1.
3316         Add optional args START and END.
3317         Never call font-lock-fontify-region directly.
3318         (jit-lock-function, jit-lock-stealth-fontify): Use it.
3320         * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
3322 2000-10-08  Dave Love  <fx@gnu.org>
3324         * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
3326         * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
3328         * play/studly.el (studlify-region, studlify-word): Add autoload
3329         cookie.
3331         * play/morse.el (morse-region, unmorse-region): Add autoload
3332         cookie.
3334         * play/spook.el (spook-phrases-file): Use expand-file-name, not
3335         concat.
3337         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
3338         insist on symbols starting with word syntax.
3339         (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
3340         (eval-defun-1): Doc fix.
3341         (indent-sexp): Use nconc to build up indent-stack.
3343         * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
3344         Gnus with little use.
3345         (mail-setup-hook): Add mail-abbrevs-setup to options.
3347         * recentf.el: Doc fixes.
3349         * vcursor.el (vcursor-cs-binding): Remove compatibility code.
3350         Clean up remainder.
3352         * timezone.el (timezone-parse-date): Doc fix.  Fix regexps for (5)
3353         without timezone and (8) with timezone to enforce some whitespace.
3354         Simplify code somewhat.
3356         * options.el (list-options): Doc that you should use customize.
3358         * iswitchb.el (iswitchb-mode): Add :require.
3360         * info.el (Info-goto-node, Info-menu): Doc fix.
3361         (Info-mode-menu): Bind beginning-of-buffer, Info-edit
3362         (info-tool-bar-map): New variable.
3363         (Info-mode): Use it.
3364         (Info-edit-map): Define all in defvar.
3365         (speedbar-attached-frame): Avoid compiler warning.
3367         * toolbar/tool-bar.el (tool-bar-map): Define it empty.
3368         (global-map): Bind [tool-bar] to a filtered map.
3369         (tool-bar-add-item): Remove MAP arg.  Allow PBM icons.
3370         (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
3371         Allow PBM icons.
3372         (tool-bar-setup): Adjust calls of tool-bar-add-item.
3374         * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
3375         * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
3376         * toolbar/right_arrow.xpm: New files.  Renamed from tigert's
3377         icons, except up_arrow, which is left-arrow rotated.
3379         * imenu.el (imenu-add-to-menubar): Fix last change.
3381 2000-10-08  Peter Breton  <pbreton@ne.mediaone.net>
3383         * generic-x.el (rul-generic-mode): Remove eval-when-compile
3384         statements. Suggested by Stefan Monnier  <monnier@cs.yale.edu>.
3386 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
3388         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
3389         typos in doc strings.
3391         * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
3392         the doc strings how to customize Font Lock faces.
3394         * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
3395         computing growth when dragging the header line.
3397 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
3399         * simple.el (kill-line): Doc fix.
3401 2000-10-08  Miles Bader  <miles@gnu.org>
3403         * faces.el (secondary-selection): Make foreground visible on tty.
3405         * jka-compr.el (auto-compression-mode): Move to the end of the
3406         file, because `define-minor-mode' actually calls the mode-function
3407         if the associated variable is non-nil, which requires that all
3408         needed functions be already defined.
3409         (with-auto-compression-mode): Add autoload cookie.
3411 2000-10-07  Eli Zaretskii  <eliz@is.elta.co.il>
3413         * files.el (find-backup-file-name) [ms-dos]: If support for long
3414         file names is not available, behave as if version-control were set
3415         to never.
3417 2000-10-07  Dave Love  <fx@gnu.org>
3419         * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
3420         (browse-url-gnome-moz): New function.
3421         (browse-url-browser-function): Use it.
3422         Suggested by Colin Walters <walters@cis.ohio-state.edu>.
3424 2000-10-07  Stefan Monnier  <monnier@cs.yale.edu>
3426         * indent.el (tab-always-indent): New var.
3427         (indent-for-tab-command): Use it.
3429         * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
3430         raise an error.  This way it can still default to a sane value.
3432 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
3434         * startup.el (fancy-splash-screens): Use local rather than global map.
3435         Don't use `update-menu-bindings' any more.
3436         Get rid of assumptions about keymap representation.
3438 2000-10-06  Dave Love  <fx@gnu.org>
3440         * textmodes/fill.el (sentence-end-double-space)
3441         (sentence-end-without-period):  Doc fix.
3442         (adaptive-fill-regexp): Purecopy.
3443         (unjustify-current-line): Use line-end-position.
3444         (fill-individual-paragraphs-prefix): Use line-beginning-position.
3446         * net/eudc-vars.el (eudc): Add :version, :link.
3448         * international/mule-conf.el (file-coding-system-alist): Use \', not $.
3450         * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
3451         Fix for define-minor-mode.
3452         (function-at-point): Alias to function-called-at-point.
3454         * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
3456         * simple.el (backward-word): Doc fix.
3458         * image-file.el (image-file-name-regexp): image-file-regexps ->
3459         image-file-name-regexps.
3460         (image-file-name-extensions): Add pbm.
3462 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
3464         * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
3465         and add filename to the names so that diff-mode can jump to source.
3467         * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
3468         (tex-font-lock-keywords, tex-font-lock-keywords-2)
3469         (tex-font-lock-keywords-1): Remove.
3470         (font-lock-turn-on-thing-lock): Use jit-lock-register.
3471         (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
3472         (font-lock-default-fontify-region):
3473         Expand beg..end correctly when just following a multiline region.
3474         (font-lock-fontify-anchored-keywords):
3475         Include the anchor text as part of the multiline.
3477 2000-10-06  Gerd Moellmann  <gerd@gnu.org>
3479         * loadup.el (toplevel): Load `loaddefs' before `help' because the
3480         latter needs the autoloaded define-minor-mode macro during the
3481         bootstrap.
3483         * startup.el (command-line): For now, activate tool-bar-mode only
3484         if XPM images are supported.
3486         * mouse.el (mouse-drag-header-line): Don't allow resizing a
3487         window by dragging a header-line at the top of the frame; that's
3488         confusing because the header-line doesn't move.
3489         (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
3490         of treating the event as a list.  Some cleanup.
3492 2000-10-06  Miles Bader  <miles@gnu.org>
3494         * simple.el (display-message-or-buffer): New function.
3495         (shell-command-on-region): Use `display-message-or-buffer'.
3497         * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
3498         docstring parts.
3500         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
3501         (smbclient-prompt-regexp): Add usage note to doc string.
3502         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
3503         (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
3504         Use add-hook for adding the comint filter function, and only do so
3505         if it's not already in the global hook list.
3506         (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
3507         to `make-local-variable'.
3508         (nslookup-font-lock-keywords): Remove prompt entry.
3509         (nslookup): Don't set the process-filter.
3510         (finger): Exit the loop correctly when the regexps list runs out.
3511         (ftp, smbclient, smbclient-list-shares):
3512         Set the real major mode immediately, not after execing.
3513         Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
3515         * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
3517 2000-10-05  Stefan Monnier  <monnier@cs.yale.edu>
3519         * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
3521         * which-func.el (which-func-format): Remove spurious space.
3522         (which-func-mode): Don't make it permanent-local.
3523         (which-func-ff-hook): Allow which-func-maxout to be nil.
3524         (which-func-update): Simplify a bit.  Only run if which-func-mode is t.
3525         (which-func-mode): Simplify.
3526         Use post-command-idle-hook rather than post-command-hook.
3527         Go through all buffers and update their state.
3528         (which-function): Also try add-log-current-defun-function.
3530         * vc.el (with-vc-properties): Use conses rather than length-2 lists.
3531         (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
3532         Update call to with-vc-properties accordingly.
3533         (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
3534         (vc-revert-buffer): More careful about window selection and deletion.
3535         (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
3537         * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
3538         (cvs-retrieve-revision): Reuse a pre-existing buffer.
3539         (cvs-dired-action): Change the default to quickdir.
3541         * newcomment.el (comment-indent): Delegate to indent-according-to-mode
3542         if comment-indent-function returns nil.
3543         (comment-indent-default): New function.
3544         (comment-indent-function): Use it and document the new semantics.
3546         * image-file.el: Docstring fixes.
3548         * help.el (help-xref-on-pp): Use match-string.
3549         (describe-variable): New arg BUFFER.
3550         Store the current buffer in the help-xref-stack.
3551         (temp-buffer-resize-mode): Use define-minor-mode.
3553         * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
3554         consistently with its docstring.
3555         Set jit-lock-first-unfontify-pos in an idempotent way.
3556         (jit-lock-register): Autoload and add arg CONTEXTUAL.
3558 2000-10-05  Alex Schroeder  <alex@gnu.org>
3560         * sql.el (sql-mysql-options): New variable.
3561         (sql-mysql): Use it.
3563 2000-10-05  Miles Bader  <miles@lsi.nec.co.jp>
3565         * image.el (image): New group.
3567         * smerge-mode.el (smerge-mine-face, smerge-other-face)
3568         (smerge-base-face, smerge-markers-face): Add dark-background variants.
3570 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
3572         * net/net-utils.el (nslookup-font-lock-keywords)
3573         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
3574         Ignore the value of wqindow-system; always define keywords
3576 2000-10-05  Kenichi Handa  <handa@etl.go.jp>
3578         * startup.el (fancy-splash-screens): Remove the code for
3579         debugging; `(trace-to-stderr "EXITTT\n")'.
3581 2000-10-05  Miles Bader  <miles@gnu.org>
3583         * diff-mode.el (diff-goto-source): Update call to
3584         `diff-hunk-status-msg' to reflect new REV variable.
3586 2000-10-04  Stefan Monnier  <monnier@cs.yale.edu>
3588         * progmodes/icon.el (icon-mode):
3589         Don't gratuitously override the default for comment-column.
3591         * vc-hooks.el (vc-mode-line): Fix interactive spec.
3593         * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
3594         (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
3595         (jit-lock-functions): New var.
3596         (jit-lock-function-1): Use it if non-nil.
3597         Don't switch the syntax-table.  Don't set parse-sexp-lookup-properties.
3598         Set the `fontified' property before doing the fontification to avoid
3599         repeatedly going through the same error.
3600         Don't turn errors into messages.
3601         (jit-lock-register, jit-lock-unregister): New functions.
3603         * dired.el (dired-mark-pop-up): Turn comment into docstring.
3604         Use with-current-buffer.
3606         * dired-aux.el (dired-do-create-files, dired-kill-tree):
3607         Turn comment into docstring.
3609         * apropos.el (apropos-mode): Use define-derived-mode.
3611 2000-10-04  Gerd Moellmann  <gerd@gnu.org>
3613         * startup.el (fancy-splash-pending-command): New variable.
3614         (fancy-splash-pre-command): New function.
3615         (fancy-splash-screens): Rewritten.
3616         (command-line-1): If fancy-splash-pending-command is set, call it
3617         interactively.
3619 2000-10-04  Dave Love  <fx@gnu.org>
3621         * toolbar/tool-bar.el (tool-bar-setup): New function.
3622         (tool-bar-mode): Use it.
3624         * subr.el (substitute-key-definition): Doc fix.
3625         (play-sound-file): New command.
3627 2000-10-04  Andre Spiegel  <spiegel@gnu.org>
3629         * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
3630         vc-version-backup-file-name): New functions.
3632         * files.el (basic-save-buffer): Call vc-before-save before saving.
3634         * vc-cvs.el (vc-cvs-make-version-backups): Return t if
3635         vc-cvs-stay-local-p.
3637         * vc.el (vc-revert-buffer): Handle empty diff properly.
3638         (vc-version-backup-file): New function.
3639         (vc-checkout): Create a version backup if necessary.
3640         (vc-checkin): If a version backup file exists, delete it.
3641         (vc-version-diff): Diff locally using version backups, if available.
3642         (vc-revert-file): If there's a version backup, revert locally.
3643         (vc-transfer-file): Use version backup for base version, if
3644         available.  If not, ask for confirmation whether to get it from the
3645         server.  Update mode line before check-in.
3647 2000-10-04  Dave Love  <fx@gnu.org>
3649         * toolbar/tool-bar.el (tool-bar-setup): New function.
3650         (tool-bar-mode): Use it.
3652 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
3654         * net/net-utils.el (nslookup-font-lock-keywords)
3655         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
3656         Only set if window-system is non-nil
3657         (net-utils-run-program): Returns buffer.
3658         (network-connection-reconnect): Added this function.
3660         * generic.el:
3661         Incorporates extensive cleanup and docfixes by
3662         Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
3663         Uses cl compile-time macros.
3664         (generic-mode-name, generic-comment-list)
3665         (generic-keywords-list, generic-font-lock-expressions)
3666         (generic-mode-function-list, generic-mode-syntax-table):
3667         Removed variables.
3668         (generic-mode-alist): Renamed to generic-mode-list.
3669         (generic-find-file-regexp): Default changed to "^#".
3670         (generic-read-type): Uses completing read on generic-mode-list.
3671         (generic-mode-sanity-check): removed this function.
3672         (generic-add-to-auto-mode): Removed this function
3673         (generic-mode-internal): Bind mode-specific definitions
3674         into function instead of putting them in alist.
3675         (generic-mode-set-comments): Reworked extensively.
3676         (generic-mode-find-file-hook): Simplified regexp searching
3677         (generic-make-keywords-list): Omit extra pair of parens
3679         * find-lisp.el (find-lisp-find-files-internal):
3680         Make sure directory name ends with "/".
3682         * generic-x.el (apache-conf-generic-mode):
3683         Regexp now allows leading whitespace.
3684         (rc-generic-mode): Added eval-when-compile
3685         around generic-make-keywords-list.
3686         Deleted duplicate regexp
3687         (rul-generic-mode): Added eval-when-compile
3688         around generic-make-keywords-list.
3689         (etc-fstab-generic-mode): New generic mode.
3690         (rul-generic-mode): Removed one eval-when-compile
3691         which caused a max-specpdl-size exceeded error.
3693 2000-10-04  Miles Bader  <miles@gnu.org>
3695         * simple.el (minibuffer-temporary-goal-position): New variable.
3696         (next-history-element): Try to keep the position of point in the
3697         input string constant.
3699         * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
3700         (dired-do-create-files): If there's only one file, pass it in as
3701         the DEFAULT arg to dired-mark-read-file-name.
3703 2000-10-03  Stefan Monnier  <monnier@cs.yale.edu>
3705         * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
3706         (diff-goto-source): Be smarter when choosing REVERSE or not.
3708         * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
3709         (texinfo-mode-menu): Add an explicit shortcut for update all.
3711 2000-10-03  Andre Spiegel  <spiegel@gnu.org>
3713         * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
3714         factorize backend-specific code cleanly (this was essentially
3715         conceived by Stefan Monnier).
3716         (vc-unregister): Function removed.
3717         (vc-revert-file): New function.
3718         (vc-revert-buffer): Delegate some of the work to it.
3720         * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
3721         default branch unconditionally.
3722         (vc-rcs-set-default-branch): New function.
3723         (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
3724         (vc-rcs-checkin): If an appropriate default branch has been set,
3725         force creation of that branch.
3726         (vc-rcs-receive-file): Rewritten to contain only backend-specific
3727         code (as suggested by Stefan Monnier).
3729 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
3731         * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
3732         highlighting overlay with a different face over the overlay
3733         isearch uses to highlight the current match because that can lead
3734         to bad face combinations.
3736         * loadup.el (toplevel): Load faces before isearch.
3738         * isearch.el (isearch-faces): New custom group.
3739         (isearch): New defface; was already tested for in the code.
3740         (isearch-lazy-highlight-face): Changed to defface from defcustom.
3741         (isearch-highlight): Always use face `isearch'.
3743 2000-10-02  Dave Love  <fx@gnu.org>
3745         * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
3746         unused vars.  Treat byte-constant2 like byte-constant.  Fix bogus
3747         comparison of opcode with operand.
3749 2000-10-03  Miles Bader  <miles@gnu.org>
3751         * play/yow.el (yow): Don't display multi-line quotations in a *Help*
3752         buffer, since the echo area will now grow to accommodate them.
3754 2000-10-02  Andre Spiegel  <spiegel@gnu.org>
3756         * vc-hooks.el (vc-registered): If FILE used to be registered under
3757         a certain backend, try that one first.
3759         * vc.el (vc-responsible-backend): Undo the previous change in the
3760         argument list.  Handle multiple backends correctly.
3761         (vc-find-new-backend): Function removed.
3762         (vc-register): Use vc-responsible-backend, as before.
3763         (vc-next-action-on-file): Do use vc-registered, not vc-backend.
3765 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
3767         * startup.el (fancy-splash-head): Change message below the
3768         logo.
3770 2000-10-02  Miles Bader  <miles@lsi.nec.co.jp>
3772         * diff-mode.el (diff-goto-source): Emit a status message.
3773         (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
3774         (diff-test-hunk): Fix doc string.
3775         (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
3776         (diff-advance-after-apply-hunk): New variable.
3777         (diff-apply-hunk): Don't return a value.
3779 2000-10-01  Stefan Monnier  <monnier@cs.yale.edu>
3781         * vc.el (vc-editable-p): Minor optimization.
3782         (edit-vc-file, vc-next-action-on-file): Don't use find-file.
3783         (vc-find-new-backend): New function split from vc-responsible-backend.
3784         (vc-register): Use it.
3785         (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
3786         (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
3787         (vc-default-unregister, vc-revert-buffer): Docstring fix.
3788         (vc-clear-headers): Don't use find-file.
3789         (vc-revert-buffer): Use `and' again (must have been a braino).
3790         (vc-switch-backend): Only prompt if requested.
3791         Short circuit if nothing is to be done.
3792         Don't use vc-resynch-buffer which could lose unsaved editing.
3793         (vc-default-receive-file): Update call to vc-unregister.
3794         (with-vc-file, vc-next-action-on-file):
3795         Use vc-backend rather than vc-registered.
3796         (vc-next-action-on-file): Use intern-soft.
3797         Deal with read-only *vc-diff* buffer.
3798         (vc-transfer-file): Docstring fix.
3800         * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
3801         (vc-rcs-receive-file): Avoid with-vc-properties.
3802         Update call to vc-unregister.
3803         Use constant `RCS' rather than (dynamically bound) var `backend'.
3805 2000-10-01  Andre Spiegel  <spiegel@gnu.org>
3807         * vc.el (vc-next-action-on-file): Update mode line only if file
3808         is visited.
3809         (vc-start-entry): New argument initial-contents.  Don't visit the file
3810         if it isn't already visited.  Brought documentation up-to-date.
3811         (vc-next-action, vc-register): Updated calls to vc-start-entry.
3812         (vc-checkin): New optional arg initial-contents, which is passed to
3813         vc-start-entry.
3814         (vc-finish-logentry): Make sure to bury log buffer only if there
3815         really is one.  Call `vc-resynch-buffer' on log-file, not
3816         buffer-file-name.
3817         (vc-default-comment-history, vc-default-wash-log): New functions.
3818         (vc-index-of): Removed.
3819         (vc-transfer-file): Make do without the above.
3820         (vc-default-receive-file): Call comment-history unconditionally.  Pass
3821         the resulting string to vc-checkin, instead of inserting it into the
3822         comment ring.
3824         * vc-rcs.el (vc-rcs-receive-file): Call comment-history
3825         unconditionally.  Use the comments as initial contents of the log
3826         entry buffer.  Document the trick to force branch creation with no
3827         changes.
3829 2000-10-01  Miles Bader  <miles@gnu.org>
3831         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
3832         `recenter' with an arg to prevent redrawing the display.
3834 2000-09-30  Stefan Monnier  <monnier@cs.yale.edu>
3836         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
3838         * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
3840         * progmodes/c-mode.el (c-mode):
3841         Don't gratuitously override the default for comment-column.
3843         * textmodes/tex-mode.el (latex-metasection-list): New var.
3844         (latex-imenu-create-index): Use it.
3845         Move the regexp construction outside loops (and use push).
3846         (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
3847         (tex-font-lock-keywords): Moved from font-lock.el.
3848         (tex-comment-indent): Remove.
3849         (tex-common-initialization): Don't set comment-indent-function.
3850         (latex-block-default): New var.
3851         (tex-latex-block): Use it to provide a default choice.
3852         Add any unknown choice to latex-block-names.
3853         Insert [...] after {...}.
3854         (tex-last-unended-begin): Simplify regexp.
3855         (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
3856         (latex-forward-sexp-1, latex-forward-sexp): New functions.
3857         (latex-mode): Set forward-sexp-function.
3859         * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
3860         Add regexp for @ignore ... @end ignore.
3861         (texinfo-heading-face): New face.
3862         (texinfo-font-lock-keywords): Use it.
3863         (texinfo-mode-menu): New menu.
3864         (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
3865         New functions.
3866         (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
3867         (texinfo-section-types-regexp, texinfo-section-level-regexp)
3868         (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
3869         Remove declaration.
3870         (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
3872         * delsel.el (delete-selection-mode): Use define-minor-mode.
3874         * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
3876 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
3878         * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
3880 2000-09-30  Gerd Moellmann  <gerd@gnu.org>
3882         * replace.el (keep-lines-read-args): New function.
3883         (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
3884         read arguments interactively.  Add parameters RSTART and REND.
3885         Operate on the active region in Transient Mark mode.
3887         * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
3889         * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
3890         (authors-obsolete-files-regexps): New variable.
3891         (authors-add): Don't record changes in obsolete files.
3893 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
3895         * autoinsert.el (auto-insert-mode): Use define-minor-mode.
3897         * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
3898         (comment-indent): Make sure there's a space between code and comment.
3899         Shift comments left to avoid going past fill-column.
3901 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
3903         * startup.el (startup-echo-area-message): New function.
3904         (display-startup-echo-area-message): Use it.
3905         (fancy-splash-screens): Rewritten to use keymaps and a timer.
3906         (fancy-splash-default-action): New function.
3907         (fancy-splash-screens-1): New function.
3908         (fancy-splash-head): Put a help-echo and a keymap under the image.
3910 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
3912         * diff-mode.el (diff-add-log-file-name): Remove.
3913         (diff-mode): Use add-log-buffer-file-name-function.
3915         * add-log.el (find-change-log): New arg BUFFER-FILE.
3916         (add-log-file-name): Obey add-log-file-name-function.
3917         (add-log-buffer-file-name-function): New var.
3918         (add-change-log-entry): Use it.
3920 2000-09-29  Miles Bader  <miles@gnu.org>
3922         * image-file.el (image-file-name-extensions): New variable.
3923         (image-file-name-regexps): Renamed from `image-file-regexps'.
3924         New default value is nil.  Call `auto-image-file-mode'.
3925         (image-file-name-regexp): New function.
3926         (auto-image-file-mode): New minor mode.
3927         (insert-image-file): Don't make conditional on the image-file
3928         handler being enabled.
3929         (image-file-handler): Make the call here conditional instead.
3930         (set-image-file-handler-enabled, enable-image-file-handler)
3931         (disable-image-file-handler): Functions removed.
3933         * emacs-lisp/authors.el (authors-print): Rephrase many-files
3934         string.
3936 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
3938         * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
3939         it's a function from CL.
3940         (latex-imenu-create-index): Replace eval-when-compile with progn
3941         because latex-section-alist is not bound while compiling.
3943 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
3945         * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
3946         (outline-mode): Use define-derived-mode.
3948         * progmodes/perl-mode.el (perl-mode):
3949         * progmodes/awk-mode.el (awk-mode):
3950         * progmodes/asm-mode.el (asm-mode):
3951         Don't gratuitously override the default for comment-column.
3953         * emacs-lisp/lisp.el (lisp-complete-symbol):
3954         Distinguish the let-binding case from the funcall case.
3955         (forward-sexp-function): New variable.
3956         (forward-sexp): Use it.
3958         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
3959         (easy-mmode-defmap): Remove the now useless autoload.
3961         * time.el (display-time-mode): Use define-minor-mode.
3963         * subr.el (add-minor-mode): Don't eval NAME.
3964         Don't depend on the presence of TOGGLE-FUN for any special behavior.
3965         Use if rather than cond.
3967         * simple.el (read-expression-map): Define more properly.
3968         (comment-indent-hook): Remove.
3969         (string-to-syntax): Bug fix.
3971         * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
3972         (cvs-ediff-diff): Fix typo.
3973         (cvs-revert-if-needed): Don't bother preserving read-only.
3975         * paren.el (show-paren-mode): Use define-minor-mode.
3977         * jka-compr.el (auto-compression-mode): Use define-minor-mode.
3978         (toggle-auto-compression): Remove.
3979         (jka-compr-build-file-regexp): Remove useless grouping.
3981         * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
3982         Avoid user-reserved bindings.
3983         (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
3984         (diff-header-face): Revert to grey85.
3986         * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
3988         * complete.el (partial-completion-mode) <defcustom>: Remove.
3989         (partial-completion-mode): Use define-minor-mode.
3990         (PC-do-completion): Understand `completion-auto-help = delay'
3991         to mean to popup the completion buffer only the second time.
3992         (PC-include-file-all-completions, PC-include-file-all-completions)
3993         (PC-include-file-all-completions): Don't quote lambda.
3995         * comint.el (comint-mode-hook): Docstring fix.
3996         (comint-mode): Use define-derived-mode.
3997         (comint-mode-map): Remove obsolete comment.
3998         (make-comint): Minor stylistic change.
3999         (comint-insert-clicked-input): Be more careful to find the overlay.
4000         Use this-command-keys rather than hardcoding mouse-2.
4002         * font-lock.el: Replace confusing (,@ with ,
4003         (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
4004         Don't use regexp-opt-depth.  Spice up the regexp for args.
4005         Don't distinguish between cmds that can take an opt arg or not.
4006         Use `append' and `prepend' rather than `keep'.
4008         * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
4009         (latex-outline-regexp): New var.
4010         (latex-outline-level): New fun.
4011         (latex-section-alist): New var.
4012         (latex-imenu-create-index): Use it.  Use `push' as well.
4013         (tex-shell-map): Initialize it properly.
4014         (tex-mode): Minor stylistic change.
4015         (plain-tex-mode): Use define-derived-mode.
4016         (latex-mode): Use define-derived-mode.
4017         Construct the paragraph regexps in a more readable way.
4018         Set the buffer-local outline-{level,regexp} vars.
4019         (slitex-mode): Derive from latex-mode.
4020         (tex-common-initialization): Don't kill-all-vars anymore.
4021         Add setting for comment-add and font-lock-defaults.
4022         (tex-start-shell): Use with-current-buffer and don't re-init keymap.
4023         (tex-main-file): New fun.  Obey TeX-master as well and remove `.tex'.
4024         (tex-start-tex): New arg DIR (and send a chdir command for it).
4025         Also display the shell buffer and save it in tex-last-buffer-texed.
4026         (tex-region): Use expand-file-name rather than concat.
4027         Remove code made useless by changes in tex-start-tex.
4028         (tex-file): Use tex-main-file and adapt to new tex-start-tex.
4030         * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
4032 2000-09-28  Dave Love  <fx@gnu.org>
4034         * eshell/eshell.el (eshell) <defgroup>: Add :version.
4036 2000-09-28  Gerd Moellmann  <gerd@gnu.org>
4038         * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
4039         `append'.
4041 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
4043         * info.el (Info-extract-pointer): Undo last change.
4044         Instead, fix the position of the `bound' arg to re-search-backward.
4046 2000-09-27  Stefan Monnier  <monnier@cs.yale.edu>
4048         * info.el (Info-extract-pointer):
4049         Widen more carefully, to avoid finding pointers in other nodes.
4050         (Info-index): Use push.
4052 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
4054         * frame.el (set-frame-font): Remove call to obsolete function
4055         frame-update-faces.
4056         (set-foreground-color, set-background-color): Likewise for
4057         frame-update-face-colors.
4059 2000-09-27  Miles Bader  <miles@gnu.org>
4061         * image-file.el: New file.
4063 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
4065         * frame.el (frame-notice-user-settings): Don't call
4066         frame-update-faces, which is a no-op now.
4068         * ediff-wind.el (ediff-control-frame-parameters): Add zero
4069         tool-bar-lines.
4071 2000-09-27  Dave Love  <fx@gnu.org>
4073         * mouse.el: Fix last change.
4075 2000-09-27  Miles Bader  <miles@lsi.nec.co.jp>
4077         * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
4079 2000-09-22  Kenichi Handa  <handa@etl.go.jp>
4081         * international/quail.el (quail-help): The output message is
4082         improved.
4084 2000-09-26  Dave Love  <fx@gnu.org>
4086         * mouse.el (popup-menu): If POSITION is nil, set it using
4087         mouse-position.
4089 2000-09-25  Sam Steingold  <sds@gnu.org>
4091         * net/browse-url.el (browse-url-file-url): Check for null maps.
4093 2000-09-26  Gerd Moellmann  <gerd@gnu.org>
4095         * frame.el (frame-notice-user-settings): Don't add a
4096         tool-bar-lines frame parameter to default-frame-alist in batch mode.
4098         * frame.el (frame-notice-user-settings):
4099         Make tool-bar-mode and default-frame-alist consistent.
4101         * toolbar/tool-bar.el (tool-bar-help): New function.
4103 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
4105         * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
4106         current-load-list in top-level forms.  Else this leaks a cons cell
4107         every time a defun is called.
4109         * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
4111 2000-09-25  Dave Love  <fx@gnu.org>
4113         * startup.el (fancy-splash-head): Check XPM is available.
4115         * autoinsert.el (auto-insert): Doc fix.
4116         (auto-insert-alist): Following GNU notices, don't say `copyright
4117         _by_'.  Use line-beginning-position.
4118         (auto-insert): Check buffer-file-name is non-nil before use.
4120 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
4122         * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
4123         starting with `@def' or `@multitable', in addition to ones
4124         specified by the user in auto-fill-inhibit-regexp.
4126 2000-09-25  Markus Rost  <rost@math.ohio-state.edu>
4128         * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
4129         rmail-dont-reply-to-names matches the empty string.
4131 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
4133         * startup.el (command-line-1, fancy-splash-text): Change the
4134         text to sound more friendly.
4136 2000-09-23  Thien-Thi Nguyen  <ttn@gnu.org>
4138         * progmodes/hideshow.el: Update author email address.
4139         Generally, sync w/ maintainer version 5.22.
4140         (hs-hide-all-non-comment-function): New var.
4141         (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
4142         (hs-hide-all): Use `hs-hide-all-non-comment-function'.
4143         (hs-show-region): Delete this command.
4144         (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
4146 2000-09-22  Dave Love  <fx@gnu.org>
4148         * hl-line.el (hl-line-overlay): Don't make it buffer-local.
4149         (hl-line-highlight): Specify buffer when moving overlay.
4151         * progmodes/fortran.el (fortran-mode): Locally set
4152         normal-auto-fill-function.
4153         (fortran-auto-fill-mode): Just alias to auto-fill-mode.
4154         (fortran-mode-map): Adjust auto-fill menu entry.
4156 2000-09-22  Gerd Moellmann  <gerd@gnu.org>
4158         * vc-rcs.el (toplevel): Require `vc' when compiling.
4160         * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
4162 2000-09-22  Andre Spiegel  <spiegel@gnu.org>
4164         * vc.el (vc-switch-backend): Signal an error if the file is not
4165         registered under the new backend.
4167         * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
4168         without explicit revision number.
4170 2000-09-21  Stefan Monnier  <monnier@cs.yale.edu>
4172         * diff-mode.el (diff-file-header-face): Reset to its previous value.
4173         (diff-hunk-text): Correctly use offsets rather than buffer-positions.
4174         (diff-xor): New function.
4175         (diff-find-source-location): Use it.  Fix a stupid name clash.
4176         (diff-hunk-status-msg): New function.
4177         (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
4178         (diff-test-hunk): Use diff-find-source-location.
4179         (diff-goto-source): Favor the `reverse'.
4180         (diff-hunk-text): Properly handle one-sided context diffs.
4181         (diff-apply-hunk): When done, advance to the next hunk.
4183 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
4185         * startup.el (command-line): If frame was created with a non-zero
4186         tool-bar-lines parameter, switch tool-bar-mode on.
4188         * add-log.el (change-log-date-face, change-log-name-face)
4189         (change-log-email-face, change-log-file-face)
4190         (change-log-list-face, change-log-conditionals-face)
4191         (change-log-function-face, change-log-acknowledgement-face):
4192         New faces, inheriting from font-lock faces.
4193         (change-log-font-lock-keywords): Use them.
4195 2000-09-21  Dave Love  <fx@gnu.org>
4197         * progmodes/cperl-mode.el (top-level): Clean up
4198         `eval-when-compile's and assorted defvars.
4199         (cperl-invalid-face): Don't double-quote value.  Change custom
4200         type.
4201         (cperl-mode): Set normal-auto-fill-function and don't zap
4202         auto-fill-function.
4203         (cperl-imenu--function-name-regexp-perl): Renamed from
4204         imenu-example--function-name-regexp-perl.
4205         (cperl-imenu--create-perl-index): Renamed from
4206         imenu-example--create-perl-index.
4207         (cperl-xsub-scan): Don't require cl.
4209         * msb.el (msb-mode-map): Use substitute-key-definition.
4210         (msb-mode): Use msb-mode-map.
4212 2000-09-21  Andre Spiegel  <spiegel@gnu.org>
4214         * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
4215         New functions.
4216         (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
4217         (vc-switch-backend): New function.
4218         (vc-prefix-map): Bind `vc-switch-backend' to `b'.
4219         (vc-register): Fix prompt.
4220         (vc-unregister, vc-default-unregister): New functions.
4221         (vc-version-diff): Handle empty buffer in sentinel.
4223         * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
4224         (vc-rcs-state-heuristic): Use it to guess the state of files with
4225         non-strict locking.
4226         (vc-rcs-find-most-recent-rev): Handle the case when a branch has
4227         been set with -b, but not created yet.
4228         (vc-rcs-fetch-master-state): With non-strict locking, compare file
4229         contents in order to find the state.
4230         (vc-rcs-checkin): Allow creation of branches with no changes.
4231         (vc-rcs-unregister, vc-rcs-receive-file)
4232         (vc-rcs-set-non-strict-locking): New functions.
4234         * vc-hooks.el (vc-name): Force correct computation of the value
4235         in case it is missing.
4237 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
4239         * startup.el (fancy-splash-tail): Use a different foreground
4240         color on a dark frame background.
4242 2000-09-21  Miles Bader  <miles@lsi.nec.co.jp>
4244         * info.el: Use the correct capitalization when making Info-mode
4245         and Info-edit-mode `special' modes.
4247 2000-09-20  Stefan Monnier  <monnier@cs.yale.edu>
4249         * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
4250         (diff-mode): Add support for add-log.el.
4251         (diff-hunk-text): Use char offsets rather than line offsets.
4252         (diff-find-source-location): Replace LINE with line-offset (nil
4253         if not found) and always set POS to a meaningful position.
4254         Adapt to the new char-offsets.
4255         (diff-apply-hunk): Drop support for the unused `select' POPUP.
4256         Adapt to the new diff-find-source-location.
4257         (diff-goto-source): Adapt to the new diff-find-source-location.
4259         * add-log.el (add-log-file-name): New function (split out of
4260         add-change-log-entry).
4261         (add-change-log-entry): Use it.
4262         Call add-log-file-name-function with the changelog file name if
4263         the current buffer is not associated with any file.
4264         Avoid find-file if the selected window is dedicated.
4266         * diff-mode.el (diff-find-source-location):
4267         Move code from diff-apply-hunk.  Return buffer rather than file.
4268         (diff-apply-hunk): Use the new result from  diff-find-source-location.
4269         (diff-goto-source): Use the new diff-find-source-location.
4271 2000-09-20  Dave Love  <fx@gnu.org>
4273         * iswitchb.el: Some doc fixes.
4274         (iswitchb-mode-map): Define completely initially.  Inherit
4275         minibuffer-local-map.
4276         (iswitchb-completion-help) <!iswitchb-xemacs>: Use
4277         fundamental-mode.
4278         (iswitchb-global-map): New variable.
4279         (iswitchb-summaries-to-end): Amalgamate regexps.
4280         (iswitchb-mode): New.
4281         (iswitchb-mode-hook): New variable.
4282         (iswitchb) <defgroup>: Add URL link.  Use group `completion', not
4283         `extensions'.
4285 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
4287         * ehelp.el (electric-help): New defgroup.
4288         (electric-help-shrink-window): New user-option.
4289         (with-electric-help): Use it.
4291         * window.el (shrink-window-if-larger-than-buffer): If face
4292         `mode-line' has a :box, and we're on a graphical frame, add 1
4293         to the needed window height.
4295         * frame.el (frame-notice-user-settings): Add a last parameter nil
4296         to a call to `append', because the last list passed to `append' is
4297         not copied, and so subsequent calls to assq-delete-all will modify
4298         default-frame-alist.
4300         * startup.el (fancy-splash-image): Change :type.
4301         (fancy-splash-head): Use an XBM image if appropriate.
4302         (command-line-1): Show splash screens in more cases.
4304         * startup.el (fancy-splash-text): Don't quote faces.
4306         * dired.el (dired-font-lock-keywords): Undo last change.
4307         (dired-readin): Bind indent-tabs-mode to nil.
4309         * startup.el (fancy-splash-head): If frame's background mode
4310         is `dark', change the black background of the image to gray.
4311         (fancy-splash-screens): Display startup echo area message.
4312         (display-startup-echo-area-message): New function.
4314 2000-09-20  Miles Bader  <miles@lsi.nec.co.jp>
4316         * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
4318         * info.el (info-header-node): Tweak for color ttys.
4320         * faces.el (face-valid-attribute-values): Make sure directories we
4321         search for stipples both exist and are readable before trying to
4322         search them.
4324         * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
4325         in the dry-run case.
4327         * jka-compr.el (with-auto-compression-mode): New macro.
4329         * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
4330         (custom-group-tag-face, custom-variable-tag-face): Use relative
4331         :height and inherit from `variable-pitch' face instead of
4332         hardwiring :family.
4333         * hi-lock.el (hi-black-hb): Likewise.
4335         Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
4336         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
4337         toolbar-add-item, if image doesn't have a mask add a `:mask
4338         heuristic'.
4340 2000-09-19  Stefan Monnier  <monnier@cs.yale.edu>
4342         * diff-mode.el: Docstring fixes.
4343         (diff-header-face, diff-comment-face): New faces.
4344         (diff-font-lock-keywords): Highlight a bit differently.
4345         (diff-find-source-location): Don't return SPAN any more.
4346         (diff-hunk-text): Don't bother erasing the temp buffer.
4347         (diff-find-text): Drop argument LINE.
4348         (diff-apply-hunk): Update calls to diff-find-text.
4349         (diff-goto-source): Use pop-to-buffer again and don't raise an error.
4351         * calendar/calendar.el: Docstring fixes.
4352         (calendar-make-alist): Don't quote lambda.
4353         (calendar-star-date): Use make-local-variable.
4355 2000-09-19  Dave Love  <fx@gnu.org>
4357         * toolbar/tool-bar.el: Renamed from toolbar.el.
4358         Change `toolbar' to `tool-bar' generally in symbols.
4359         Make some items invisible in `special' major modes.
4360         (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
4361         Add arg PROPS.
4363         * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
4364         Add :version here.
4365         (fancy-splash-delay, fancy-splash-image): Remove :version here.
4367 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
4369         * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
4371         * files.el (find-file-suppress-same-file-warnings): New user-option.
4372         (find-file-noselect): Use it.
4374         * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
4375         (fancy-splash-screen): Defgroup.
4377         * add-log.el (change-log-font-lock-keywords): Match names
4378         more exactly for the case that font-lock-constant-face is
4379         underlined.
4381 2000-09-19  Richard M. Stallman  <rms@gnu.org>
4383         * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
4385 2000-09-19  Andre Spiegel  <spiegel@gnu.org>
4387         * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
4389 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
4391         * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
4392         * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
4393         * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
4394         * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
4395         * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
4396         * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
4397         * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
4398         * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
4399         * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
4400         * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
4401         * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
4402         * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
4404         * startup.el (fancy-splash-text): New variable.
4405         (fancy-splash-delay, fancy-splash-image): New user-options.
4406         (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
4407         (fancy-splash-screens): New functions.
4408         (command-line-1): If display has a `display' frame parameter, has
4409         colors, and we have XPM support, show more fancy splash screens.
4411 2000-09-19  Dave Love  <fx@gnu.org>
4413         * map-ynp.el (map-y-or-n-p): Check use-dialog-box.  Don't lose
4414         with null `help'.  Use modern backquote syntax.
4416 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
4418         * font-lock.el (font-lock-mode): Change message telling the user
4419         that ``the buffer is too big''.
4421         * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
4422         for instance for the case that tab-width is 2.
4424 2000-09-18  Gerd Moellmann  <gerd@gnu.org>
4426         * toolbar/toolbar.el (toolbar-like-menu-item): Like in
4427         toolbar-add-item, if image doesn't have a mask add a `:mask
4428         heuristic'.
4430 2000-09-18  Miles Bader  <miles@lsi.nec.co.jp>
4432         * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
4433         and return a cons if it's non-nil.
4434         (diff-apply-hunk): Try to jump to the line in the source text
4435         corresponding to the position of point in the in the hunk.
4437         * info.el (Info-title-3-face, Info-title-2-face)
4438         (Info-title-1-face): Use face inheritance and relative sizes
4439         instead of hard-wiring things.
4441         * faces.el (secondary-selection): Make dark-background variant sane.
4443 2000-09-16  Andrew Innes  <andrewi@gnu.org>
4445         * makefile.w32-in (compile-files-CMD): No need to make .elc files
4446         read-only, since they aren't under VC now.
4448 2000-09-17  Dave Love  <fx@gnu.org>
4450         * tmm.el: Replace mapcar with mapc in several places.
4452         * loadhist.el (unload-feature): Maybe call elp-restore-list and
4453         ad-unadvise.
4455         * international/latin1-disp.el: New file.
4457         * calendar/cal-move.el (scroll-calendar-left)
4458         (scroll-calendar-right): Make arg optional (for active mode line).
4460         * calendar/calendar.el (calendar-mode-line-format): Make fields
4461         mouse-sensitive.
4462         (calendar-read-date, calendar-read-date, calendar-window-list):
4463         Unquote lambda.
4464         (calendar-month-name): Use aref, not sref.
4466         * view.el (minor-mode-alist): Propertize the string.
4468         * international/characters.el (standard-case-table): Add entries
4469         for Greek.
4471 2000-09-18  Miles Bader  <miles@gnu.org>
4473         * info.el (info-node, info-xref): Add dark-background variants.
4475         * faces.el (header-line): Change defaults to be less confusing
4476         when mixed with mode-lines.
4478         * info.el (Info-fontify-node): Make a few cleanups.
4479         Add extra `help-echo' and `local-map' props to node xrefs.
4480         Use header-specific faces for node-names & xrefs.
4481         (Info-use-header-line): New variable.
4482         (info-header-xref, info-header-node): New faces.
4483         (Info-setup-header-line): New function.
4484         (Info-select-node): Call Info-setup-header-line when enabled.
4485         (Info-extract-pointer): Work even if the header line is hidden.
4486         (Info-header-line): New variable.
4488 2000-09-16  Stefan Monnier  <monnier@cs.yale.edu>
4490         * vms-patch.el (print-region-function): Don't quote lambda.
4492         * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
4494         * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
4495         (lm-get-header-re): Allow spaces between the header and the colon.
4496         (lm-header): Allow $ in non-RCS headers.
4497         (lm-header-multiline): Put the strings back into order.
4498         Stop at an empty line.  Don't require two space chars if the
4499         line is clearly not another header line.
4501         * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
4502         (popup-menu-popup): Remove.
4504 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
4506         * toolbar/toolbar.el (toolbar-add-item): Use the same image
4507         specification if or if not tool-bar item contains an `:enabled'
4508         property.
4510         * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
4511         current buffer has no file name.
4513 2000-09-15  Dave Love  <fx@gnu.org>
4515         * strokes.el: Sync with maintainer's current version with changes
4516         for Emacs, but avoid runtime cl and levents.
4517         (toplevel):  Change autoloads and compilation requires.
4518         (strokes-version, strokes-bug-address, strokes-lift): Values
4519         changed.
4520         (strokes-xpm-header, strokes-insinuated): New variable.
4521         (strokes): Add :link.
4522         (strokes-mode): Customized.
4523         (strokes-while-inhibiting-garbage-collector): New macro.
4524         (strokes-remassoc): Avoid remove-if.
4525         (strokes-fix-button2-command): Don't use ad-do-it.
4526         (strokes-insinuate): New function.
4527         (strokes-button-press-event-p, strokes-button-release-event-p):
4528         New functions, used instead of non-`strokes-' versions..
4529         (strokes-mouse-event-p): Rewritten.
4530         (strokes-event-closest-point): Avoid event-point.
4531         (strokes-get-grid-position): Avoid cdadr, caadr
4532         (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
4533         functions.
4534         (strokes-help): Use with-output-to-temp-buffer.
4535         (strokes-window-configuration-changed-p): New function.
4536         (strokes-update-window-configuration): Use buffer-live-p,
4537         strokes-window-configuration-changed-p.
4538         (strokes-mode): Use strokes-insinuate.  Alter mouse bindings.
4539         (strokes-char-face): New face.
4540         (strokes-char-table, strokes-base64-chars): New variable.
4541         (strokes-xpm-for-stroke, strokes-list-strokes)
4542         (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
4543         (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
4544         (strokes-xpm-to-compressed-string, strokes-decode-buffer)
4545         (strokes-encode-buffer, strokes-xpm-for-compressed-string)
4546         (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
4547         functions.
4549 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
4551         * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
4553         * image.el (create-image): Doc fix.
4555         * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
4556         instead of `:heuristic-mask t'.
4558 2000-09-14  Andrew Innes  <andrewi@gnu.org>
4560         * makefile.w32-in: Revert to Unix line endings.
4562 2000-09-14  Andrew Innes  <andrewi@gnu.org>
4564         * makefile.w32-in: Add bootstrap support.  Also copy lisp source
4565         when installing.
4567         * makefile.nt (DONTCOMPILE): Fix typo.
4569         * shell.el (shell-write-history-on-exit): New function.
4570         (shell-dumb-shell-regexp): New custom variable.
4571         (shell-mode): Make shell-write-history-on-exit the process
4572         sentinel if shell name matches shell-dumb-shell-regexp.
4574         * w32-fns.el: Comment out before-init-hook function which resets
4575         source-directory based; this breaks bootstrap.
4577 2000-09-14  Dave Love  <fx@gnu.org>
4579         * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
4580         toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
4581         toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
4582         toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
4583         toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
4584         toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
4585         toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm:  New.
4586         From Tuomas Kuosmanen <tigert@gimp.org>.  (Gnome icons fetched
4587         from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
4589         * toolbar/toolbar.el: New.
4591         * subdirs.el: Add toolbar.
4593 2000-09-14  Gerd Moellmann  <gerd@gnu.org>
4595         * indent.el (indent-for-tab-command): Doc fix.
4597 2000-09-14  Alex Schroeder  <alex@gnu.org>
4599         * ansi-color.el (ansi-colors): Doc change.
4600         (ansi-color-get-face): Simplified regexp.
4601         (ansi-color-faces-vector): Added more faces, doc change.
4602         (ansi-color-names-vector): Doc change.
4603         (ansi-color-regexp): Simplified regexp.
4604         (ansi-color-parameter-regexp): New regexp.
4605         (ansi-color-filter-apply): Doc change.
4606         (ansi-color-filter-region): Doc change.
4607         (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
4608         deal with zero length parameters.
4609         (ansi-color-apply-on-region): Doc change.
4610         (ansi-color-map): Doc change.
4611         (ansi-color-map-update): Removed debugging message.
4612         (ansi-color-get-face-1): Added condition-case to trap
4613         args-out-of-range errors.
4614         (ansi-color-get-face): Doc change.
4615         (ansi-color-make-face): Removed.
4616         (ansi-color-for-shell-mode): New option.
4618 2000-09-13  Kenichi Handa  <handa@etl.go.jp>
4620         * international/quail.el (quail-start-translation): Translate KEY
4621         if necessary even if it doesn't have any mapping in the current
4622         input method.
4623         (quail-start-conversion): Likewise.
4624         (quail-help): The output message is improved.
4626 2000-09-13  Miles Bader  <miles@gnu.org>
4628         * comint.el (comint-output-filter): Revert to using
4629         `insert-before-markers'.  Add bletcherous hack to undo damage
4630         caused by `insert-before-markers'.  Put `front-sticky' property on
4631         overlays created here so that the field code understands how the
4632         overlay works.  Use a let when making comint-last-prompt-overlay,
4633         so that the code is easier to read.
4635 2000-09-13  Dave Love  <fx@gnu.org>
4637         * wid-edit.el (widget-default-format-handler): DTRT when
4638         doc-property is a function.
4640 2000-09-12  Francesco Potorti`  <pot@gnu.org>
4642         * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
4643         filed name if it's not there.
4645 2000-09-12  Dave Love  <fx@gnu.org>
4647         * simple.el (read-mail-command): Doc fix.
4648         (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
4650         * vc.el (vc-dired-listing-switches): Fix :version.
4652         * vc-hooks.el: Doc fixes.
4654         * subr.el (add-minor-mode): Use toggle-fun arg.
4656         * speedbar.el: Add :version to several defcustoms.
4658         * imenu.el (imenu--truncate-items, imenu--cleanup)
4659         (imenu--generic-function): Avoid mapcar.
4660         (imenu--replace-spaces): Function removed.
4661         (imenu--completion-buffer): Use subst-char-in-string.
4662         (imenu-add-to-menubar): Use keymap inheritance.
4664 2000-09-12  Miles Bader  <miles@gnu.org>
4666         * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
4667         (diff-mode-map): Bind `diff-test-hunk'.
4668         (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
4670 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
4672         * bytecomp.el (byte-compile-defvar): Undo last change
4673         because it breaks '(make-variable-buffer-local (defvar ...)'
4674         which is used at least in dired.
4676 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
4678         * international/quail.el (quail-define-package): Docstring
4679         modified.
4681 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
4683         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
4684         extra docstrings for "chinese-ccdospy", "chinese-ecdict",
4685         "chinese-etzy", "chinese-sw", and "chinese-ziranma".  Modify the
4686         docstring of "chinese-py".
4688         * international/quail.el (quail-translation-docstring): New
4689         variable.
4690         (quail-show-keyboard-layout): Docstring modified.
4691         (quail-select-current): Likewise.
4692         (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
4693         infinite recursive call.
4694         (quail-help): Check quail-translation-docstring.  Format of the
4695         output changed.
4696         (quail-help-insert-keymap-description): Adjusted for the above
4697         change.
4699 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
4701         * bytecomp.el (byte-compile-defvar): Only cons onto
4702         current-load-list in top-level forms.  Else this leaks a cons cell
4703         every time a defun is called.
4705 2000-09-11  Miles Bader  <miles@lsi.nec.co.jp>
4707         * diff-mode.el (diff-apply-hunk): Function basically rewritten.
4708         Now understands non-unified diffs.  Some functionality moved into
4709         `diff-hunk-text' and `diff-find-text'.  Add OTHER-FILE, DRY-RUN,
4710         POPUP, and NOERROR arguments.  If DRY-RUN is true, don't actually
4711         modify anything.  Only reposition point in the patched file if the
4712         patch succeeds.  Only pop up another window if POPUP is true.
4713         Emit a message describing what happened if successful, and at what
4714         line-offset.  Automatically detect reversed hunks and do something
4715         appropriate.
4716         (diff-hunk-text, diff-find-text): New functions.
4717         (diff-filter-lines): Function removed.
4718         (diff-test-hunk): New function.
4719         (diff-goto-source): Rewritten in terms of diff-apply-hunk.
4721 2000-09-10  Dave Love  <fx@gnu.org>
4723         * textmodes/tildify.el: Minor doc/commentary fixes.
4724         (tildify) <defgroup>: Add :version.
4726         * faces.el (face-x-resources): Make custom type more specific.
4727         (frame-background-mode): Use mapc.
4728         (region) <defcustom>: Add :version.
4730 2000-09-08  Stefan Monnier  <monnier@cs.yale.edu>
4732         * vc-sccs.el (vc-sccs-register):
4733         * vc-rcs.el (vc-rcs-register):
4734         * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
4735         * vc.el (vc-register): Clear file's properties.
4737 2000-09-08  Gerd Moellmann  <gerd@gnu.org>
4739         * faces.el (face-spec-set): Only face-spec-reset-face when
4740         ATTRS is non-nil.
4742 2000-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
4744         * help.el (help-insert-xref-button): Fix a typo in doc string.
4746 2000-09-07  Eli Zaretskii  <eliz@is.elta.co.il>
4748         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4749         Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
4750         methods.
4752         * menu-bar.el (read-mail-item-name): New function.
4753         (menu-bar-tools-menu): Use it to compute and display the package
4754         used to read email.
4755         (menu-bar-tools-menu): Fix typo in GUD's help string.
4757 2000-09-07  Dave Love  <fx@gnu.org>
4759         * diff-mode.el (diff-mouse-goto-source): New function.
4761         * vc-sccs.el: Doc fixes.
4762         (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
4764         * vc-rcs.el: Doc fixes.
4765         (vc-rcs-register-switches, vc-rcs-checkin-switches)
4766         (vc-rcs-checkout-switches, vc-rcs-header)
4767         (vc-rcs-master-templates): Add or change :version.
4769         * vc-cvs.el: Doc fixes.
4770         (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
4771         (vc-cvs-stay-local): Add :version.
4773         * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
4775 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
4777         * international/quail.el (quail-help): Fix previous change.
4779 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
4781         * faces.el (color-values): Doc fix.
4783         * faces.el (frame-set-background-mode): Use frame-parameter
4784         instead of frame-parameters.
4786         * frame.el (filtered-frame-list): Reduce consing.
4787         (frames-on-display-list): Call frame-parameter instead of
4788         frame-parameters.
4790 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
4792         * language/devan-util.el (devanagari-to-indian-region): In the
4793         loop, change the following char, not preceding char.
4795 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
4797         * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
4798         instead of frame-parameters.
4800         * faces.el (set-face-attribute): Simplify by calling
4801         internal-set-lisp-face-attribute with FRAME being 0.
4803         * vc.el: Remove `Id' version control keyword.
4805 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
4807         * help.el (help-make-xrefs): Adjusted for the change of
4808         help-xref-mule-regexp.
4809         (help-insert-xref-button): New function.
4811         * international/mule-cmds.el (help-xref-mule-regexp-template):
4812         Include the pattern for character set.
4813         (leim): New group.
4815         * international/quail.el: Don't require face.
4816         (quail): New group.
4817         (quail-other-command): Dummy command to make quail-help work better.
4818         (quail-keyboard-layout-alist): Add Keyboard type "jp106".
4819         (quail-keyboard-layout-substitution): New variable.
4820         (quail-update-keyboard-layout): New function.
4821         (quail-keyboard-layout-type): New customizable variable.
4822         (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
4823         (quail-keyboard-translate): Pay attention to
4824         quail-keyboard-layout-substitution.
4825         (quail-insert-kbd-layout): New function.
4826         (quail-show-keyboard-layout): New function.
4827         (quail-get-translation): If the definition is a vector of length
4828         1, and the element is a string of length 1, return the character
4829         in that string.
4830         (quail-update-current-translations): Fix the case of
4831         relative-index out of range.
4832         (quail-build-decode-map, quail-insert-decode-map): New Functions.
4833         (quail-help): Show keyboard layout by quail-insert-kbd-layout.
4834         Show key sequences for all available characters.
4835         (quail-help-insert-keymap-description): Don't show such verbose
4836         key bindings as quail-self-insert-command.
4838         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4839         Format changed, and each element now have extra documentations.
4840         (tit-process-header): Delete invalid characters from TIT-PROMPT.
4841         Adjusted for the change of quail-cxterm-package-ext-info.
4843 2000-09-06  Gerd Moellmann  <gerd@gnu.org>
4845         * vc-hooks.el (toplevel): Don't require `vc' during compilation;
4846         requiring it leads to a recursive loading of vc.el and vc-hooks.el
4847         during bootstrap.
4849 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
4851         * vc.el: (toplevel): Don't require `dired' at run-time.
4852         (vc-dired-resynch-file): Remove autoload cookie.
4854 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
4856         * vc.el: Made several backend functions optional.
4857         (vc-default-responsible-p): New function.
4858         (vc-merge): Use RET for first version to trigger merge-news, not
4859         prefix arg.
4860         (vc-annotate): Handle backends that do not support annotation.
4861         (vc-default-merge-news): Removed.  The existence of a merge-news
4862         implementation is now checked on caller sites.
4864         * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
4865         case.
4867         * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
4868         special case that has been removed from the default in vc-hooks.el.
4870 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
4872         * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
4874 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
4876         * vc-hooks.el: Require vc during compilation.
4877         (vc-file-setprop): Use `vc-touched-properties' if bound by the new
4878         macro `with-vc-properties' in vc.el.
4879         (vc-file-getprop): Doc fix.
4880         (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
4882         * vc.el: Require dired-aux during compilation.
4883         (vc-name-assoc-file): Moved to vc-sccs.el.
4884         (with-vc-properties): New macro.
4885         (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
4886         vc-finish-steal): Use it.
4887         (vc-cancel-version): Moved RCS-specific code to vc-rcs.el.  The call
4888         to the backend-specific function is now supposed to do the checkout,
4889         too.
4890         (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
4892         * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
4893         set file properties; that gets done in the generic code now.
4895         * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
4896         Changed parameter list, added code from vc.el that does the
4897         checkout, possibly with a double-take.
4899         * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
4900         (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
4901         the above under the new name.
4902         (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'.  Changed
4903         parameter list, added checkout command.
4904         (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
4905         properties; that gets done in the generic code now.
4907 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
4909         * vc.el: Docstring fixes (courtesy of checkdoc).
4911 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
4913         * vc.el (vc-checkout-writable-buffer-hook)
4914         (vc-checkout-writable-buffer): Remove.
4915         (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
4916         (vc-log-mode): Make it into a clean derived major mode.
4917         (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
4918         vc-log-mode if log-edit is not available.
4919         (vc-dired-mode-map): Don't set-keymap-parent yet.
4920         (vc-dired-mode): Do set-keymap-parent here.
4921         (vc-dired-buffers-for-dir): Nop if dired is not loaded.
4923 2000-09-05  Gerd Moellmann  <gerd@gnu.org>
4925         * faces.el (set-face-attribute, face-spec-reset-face)
4926         (face-spec-set): Avoid consing by removing calls to `apply'.
4928         * frame.el (frame-parameter): Move to C code.
4930 2000-09-05  Dave Love  <fx@gnu.org>
4932         * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
4933         insert-before-markers-and-inherit.  Now checked systematically!
4935 2000-09-05  Alex Schroeder  <alex@gnu.org>
4937         * sql.el (sql-postgres): Use sql-postgres-options.
4938         (sql-postgres-options): New variable.
4940 2000-09-05  Alex Schroeder  <alex@gnu.org>
4942         * sql.el (sql-mode-menu): Work around missing variable mark-active
4943         in XEmacs.
4944         (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
4945         (sql-interactive-mode): Added call to easy-menu-add for XEmacs
4946         compatibility.
4948 2000-09-04  Gerd Moellmann  <gerd@gnu.org>
4950         * vc.el (vc-dired-resynch-file): Add autoload cookie.
4952         * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
4954         * Makefile.in (DONTCOMPILE): Fix typo in file name.
4956 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
4958         * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
4959         don't support anything else under SCCS yet.
4961         * vc-hooks.el: Minor doc fixes.
4963 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
4965         * vc.el (vc-next-action-on-file): Do not visit the file if it's
4966         not necessary.  If verbose in state `needs-patch', do the same as
4967         under `up-to-date'.  When NOT verbose and `needs-patch', check out
4968         latest version instead of `merge-news'.
4969         (vc-next-action-dired): Don't mess with default-directory here; it
4970         breaks other parts of dired.  It is the job of the
4971         backend-specific functions to adjust it temporarily if they need it.
4972         (vc-next-action): Remove a special CVS case.
4973         (vc-clear-headers): New optional arg FILE.
4974         (vc-checkin, vc-checkout): Set properties vc-state and
4975         vc-checkout-time properly.
4976         (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
4977         (vc-print-log): Use new backend function `show-log-entry'.
4978         (vc-cancel-version): Do the checks in a different order.  Added a
4979         FIXME concerning RCS-only code.
4981         * vc-rcs.el (vc-rcs-show-log-entry): New function.
4982         (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
4984         * vc-cvs.el (vc-cvs-show-log-entry): New function.
4986         * vc-hooks.el (vc-default-mode-line-string): Show state
4987         `needs-patch' as a `-' too.
4989 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
4991         * vc.el (vc-responsible-backend): New optional arg REGISTER.
4992         (vc-default-could-register): New function.
4993         (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
4994         (vc-resynch-buffer): Call vc-dired-resynch-file.
4995         (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
4996         vc-resynch-buffer instead of vc-resynch-window.
4997         (vc-next-action-dired): Don't redisplay here, that gets done as a
4998         result of the individual file operations.
4999         (vc-retrieve-snapshot): Corrected prompt order.
5001         * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
5003         * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
5004         as well.
5005         (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p.  Handle
5006         hostname regexps.  Updated all callers.
5007         (vc-cvs-responsible-p): Handle directories as well.
5008         (vc-cvs-could-register): New function.
5009         (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
5010         properties up-to-date.
5012         * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
5013         user whether to create one.
5015 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
5017         * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
5018         check out a non-existing file.
5020         * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
5021         workfile does not exist.
5023         * vc.el (vc-version-diff): Use `require' to check for existence of
5024         diff-mode.
5026 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
5028         * vc-cvs.el (vc-cvs-registered): Use new function
5029         vc-cvs-parse-entry to do the actual work.
5031 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
5033         * vc-hooks.el (vc-find-backend-function): If function doesn't
5034         exist, return nil instead of error.
5035         (vc-call-backend): Doc fix.
5037         * vc.el (vc-do-command): Doc fix.
5038         (vc-finish-logentry): When checking in from vc-dired, choose the
5039         right backend for logentry check.
5040         (vc-dired-mode-map): Inherit from dired-mode-map.
5041         (vc-dired-mode): Local value of dired-move-to-filename-regexp
5042         simplified.
5043         (vc-dired-state-info): Removed, updated caller.
5044         (vc-default-dired-state-info): Use parentheses instead of hyphens.
5045         (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
5046         (vc-dired-listing-switches): New variable.
5047         (vc-directory): Use it, instead of dired-listing-switches.
5049         * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
5050         (vc-cvs-dir-state): New function.
5051         (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
5052         (vc-cvs-parse-entry): New function, also to be used in
5053         vc-cvs-registered.
5055 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5057         * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
5058         *or* single-window-frames.
5060 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
5062         * vc.el (vc-update-changelog): Split into generic part and default
5063         implementation.  Doc string adapted.
5064         (vc-default-update-changelog): New function.  Call the `rcs2log'
5065         script in exec-directory, to fix a long-standing nuisance.
5067         * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
5068         simply signals an error.
5070 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5072         * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
5073         control-flow more clear and to avoid running `cvs' twice.
5075         * vc.el (vc-next-action-on-file): Doc fix.
5076         (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
5077         (vc-print-log): Eval `file' before constructing the continuation.
5079 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
5081         * vc.el (vc-next-action-on-file): Corrected several messages.
5082         (vc-merge): Add prefix arg `merge-news'; handle it.
5084         * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
5085         is not reached.  It is.
5086         (vc-cvs-merge): Set state to 'edited after merge.
5087         (vc-cvs-merge-news): Set workfile version to nil if not known.
5088         (vc-cvs-latest-on-branch-p): Recommented.  Candidate for removal.
5090         * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
5091         via stdout. (Merge from main line.)
5093 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5095         * vc.el (vc-finish-logentry): Thinko in the "same comment"
5096         detection.
5098 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5100         * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
5101         against kill-all-local-variables.
5102         (vc-log-edit): Don't save vc-parent-buffer any more.
5103         (vc-last-comment-match): Initialize to an empty string.
5104         (vc-post-command-functions): New hook.
5105         (vc-do-command): Run it.
5106         (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
5107         (vc-finish-logentry): Only add the comment to the ring if it's
5108         different from the last comment entered.
5109         (vc-new-comment-index): New function.
5110         (vc-previous-comment): Use it.  Make the minibuffer message
5111         slightly less terse.
5112         (vc-comment-search-reverse): Make it work forward as well.  Don't
5113         set vc-comment-ring-index if no match is found.  Use
5114         vc-new-comment-index.
5115         (vc-comment-search-forward): Use vc-comment-search-reverse.
5116         (vc-dired-mode-map): Don't inherit from dired-mode-map since
5117         define-derived-mode will do it for us.  Bind `v' to a keymap that
5118         inherits from vc-prefix-map so that we can bind `vt' without
5119         binding C-x v t.
5120         (vc-retrieve-snapshot): Parenthesis typo.
5122         * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
5123         to 1.  Make sure to switch to *vc* before looking for an error
5124         message.  Use vc-parse-buffer.
5126 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
5128         * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
5129         and NAME.
5130         (vc-retrieve-snapshot): Split into two parts.
5131         (vc-default-retrieve-snapshot): New function.
5133         * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
5134         (vc-cvs-retrieve-snapshot): New function (untested).
5135         (vc-cvs-stay-local): Default to t.
5136         (vc-cvs-remote-p): New function and property.
5137         (vc-cvs-state): Stay local only if the above is t.
5138         (vc-handle-cvs): Removed.
5139         (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
5140         done via vc-handled-backends now.
5141         (vc-cvs-header): Escape Id.
5143 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5145         * vc.el (vc-do-command): Remove unused commands.
5146         (vc-version-diff): Make sure default-directory ends with a slash.
5147         Move the window commands into a vc-exec-after.
5148         (vc-print-log): Move more of the code into the `vc-exec-after'.
5150 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
5152         * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
5153         (vc-print-log): Search current revision from beginning of buffer.
5154         (vc-revert-buffer): Clear echo area after the diff is finished.
5155         (vc-prefix-map): Removed definition of "t" for terse display in vc
5156         dired.
5157         (vc-dired-mode-map): Inherit from dired-mode-map.  Added
5158         definition of "vt" for terse display.
5159         (vc-dired-mode): Fix dired-move-to-filename-regexp.
5161 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5163         * vc.el (vc-exec-after): Avoid caddr.
5165 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5167         * vc.el (vc-exec-after): New function.
5168         (vc-do-command): Use it to add a termination message for async
5169         procs.
5170         (vc-checkout): Try to handle a missing-backend situation.
5171         (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
5172         of a directory with a backend using async diffs.
5173         (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
5174         present.
5176         * vc-sccs.el (vc-sccs-state-heuristic): Use
5177         file-ownership-preserved-p.
5179         * vc-rcs.el (vc-rcs-state-heuristic): Use
5180         file-ownership-preserved-p.
5181         (vc-rcs-checkout): Remove the error-handling for missing-rcs.
5183 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
5185         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
5186         vc-do-command.
5188         * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
5189         when there are no changes.
5191 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
5193         * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
5195         * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
5197 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5199         * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
5201         * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
5202         the `fset' outside of the defvar so that it works even if
5203         vc-prefix-map was already defined.
5204         (vc-setup-buffer): New function, split out of vc-do-command.
5205         (vc-do-command): Allow BUFFER to be t to mean `just use the
5206         current buffer without any fuss'.
5207         (vc-version-diff): Change the `diff' backend operation to just put
5208         the diff in the current buffer without erasing it.  Always use
5209         *vc-diff* even for directory-diffs.  Use vc-setup-buffer.  Protect
5210         shrink-window-if-larger-than-buffer.
5211         (vc-print-log): Change the `print-log' backend operation to just
5212         put the log in the current buffer without erasing it.  Protect
5213         shrink-window-if-larger-than-buffer.
5214         (vc-update-change-log): Fix setd typo.
5216         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
5217         (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
5219         * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
5220         (vc-rcs-diff): Insert in the current buffer and remove unused arg
5221         CMP.
5223         * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
5224         with-temp-file.  Use the new BUFFER=t argument to vc-do-command.
5225         (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
5227 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
5229         * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
5230         not possible, use vc-BACKEND-workfile-unchanged-p.
5231         (vc-default-workfile-unchanged-p): New function.  Delegates to a
5232         full vc-BACKEND-diff.
5234         * vc-hooks.el (vc-simple-command): Removed.
5236         * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
5237         instead of vc-simple-command.
5238         (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
5239         avoid doing a diff when opening a file.
5240         (vc-rcs-state): Added check for unlocked-changes.
5241         (vc-rcs-header): Escape Id.
5242         (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
5243         (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
5244         version.
5246         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
5247         (vc-sccs-diff): Remove optional arg CMP.
5248         (vc-sccs-state): Call vc-workfile-unchanged-p, not the
5249         SCCS-specific function.
5251         * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
5252         vc-simple-command.
5254 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5256         * vc.el (vc-editable-p): Renamed from vc-writable-p.
5257         (with-vc-file, vc-merge): Use vc-editable-p.
5258         (vc-do-command): Remove unused var vc-file and fix the
5259         doubly-defined `status' var.  Add a user message when starting an
5260         async command.
5261         (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
5262         (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
5263         Use with-current-buffer.
5264         (vc-buffer-sync): Use unless.
5265         (vc-next-action-on-file): If the file is 'edited by read-only,
5266         make it read-write instead of trying to commit.
5267         (vc-version-diff, vc-update-change-log): Use `setq
5268         default-directory' rather than `cd'.
5269         (vc-log-edit): Don't forget to set default-directory in the
5270         buffer.
5272         * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
5273         (vc-sccs-state-heuristic): Use file-writable-p instead of
5274         comparing userids.
5275         (vc-sccs-checkout): Use `unless'.
5277         * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
5278         of comparing userids.
5279         (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
5280         Simplify the logic by eliminating unreachable code.
5281         (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
5282         just do a recursive call if we need to retry.
5283         (vc-rcs-checkout): Handle the case where rcs is missing by making
5284         the buffer read-write if requested and re-signalling the error.
5286         * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
5288 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5290         * vc-hooks.el (vc-handled-backends): Docstring change.
5291         (vc-ignore-vc-files): Mark obsolete.
5292         (vc-registered): Check vc-ignore-vc-files.
5293         (vc-find-file-hook, vc-file-not-found-hook): Don't check
5294         vc-ignore-vc-files.
5296         * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
5298 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5300         * vc.el (vc-checkout): Don't do anything special for ange-ftp
5301         files since ange-ftp already has vc-registered return nil.
5303         * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
5304         (vc-sccs-workfile-version): Use with-temp-buffer and new
5305         vc-parse-buffer and don't bother setting the property.
5306         (vc-sccs-add-triple): Use with-current-buffer and
5307         find-file-noselect.
5308         (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
5310         * vc-rcs.el (vc-rcs-find-most-recent-rev): New function.  The code
5311         derives from the old vc-parse-buffer but uses the revision number
5312         rather than the date (much easier to compare robustly).
5313         (vc-rcs-fetch-master-state): Use `with-temp-buffer'.  Adapt to the
5314         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).  Find the
5315         locking-user more directly.  Check strict locking and set
5316         checkout-model appropriately.
5317         (vc-rcs-parse-locks): Remove.
5318         (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
5319         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
5320         (vc-rcs-system-release): Use with-current-buffer and
5321         vc-parse-buffer.
5322         (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
5324         * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
5325         (vc-simple-command): Docstring fix.
5326         (vc-registered): Align the way the file-handler is called with the
5327         way the function itself works.
5328         (vc-file-owner): Remove.
5330         * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer.  Reorder
5331         extraction of fields and call to file-attributes because of a
5332         temporary bug in rcp.el.
5333         (vc-cvs-fetch-status): Use with-current-buffer.
5335 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5337         * vc.el (vc-do-command): Use file-relative-name.
5338         (vc-responsible-backend): Use vc-backend if possible.
5339         (vc-create-snapshot): Improve the `interactive' spec. Add support
5340         for branches and dispatch to backend-specific `create-snapshot'.
5341         (vc-default-create-snapshot): New function, containing the bulk of
5342         the old vc-create-snapshot.
5343         (vc-retrieve-snapshot): Improve the interactive spec.
5345         * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
5346         (vc-backend-hook-functions): Remove.
5347         (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
5348         (vc-backend): Reintroduce the test for `file = nil' now that I
5349         know why it was there (and added a comment to better remember).
5351         * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
5352         code from vc-sccs-hooks.el.
5353         (vc-sccs-release, vc-sccs-system-release): Remove.  Don't require
5354         'vc anymore.
5355         (vc-sccs-responsible-p): Use expand-file-name instead of concat
5356         and file-directory-p instead of file-exists-p.
5357         (vc-sccs-check-headers): Simplify the regexp.
5359         * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
5360         from vc-rcs-hooks.el.  Don't require 'vc anymore.
5361         (vc-rcs-responsible-p): Use expand-file-name instead of concat and
5362         file-directory-p instead of file-exists-p.
5364         * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
5365         from vc-cvs-hooks.el.
5366         (proto vc-cvs-registered): Require 'vc-cvs instead of
5367         'vc-cvs-hooks.  Don't require 'vc anymore.
5368         (vc-cvs-responsible-p): Use expand-file-name instead of concat and
5369         file-directory-p instead of file-exists-p.
5370         (vc-cvs-create-snapshot): New function, replacing
5371         vc-cvs-assign-name.
5372         (vc-cvs-assign-name): Remove.
5374 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5376         * vc-cvs.el (vc-cvs-header): New var.
5378         * vc-rcs.el (vc-rcs-exists): Remove.
5379         (vc-rcs-header): New var.
5381         * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
5382         `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
5383         (vc-sccs-header): New var.
5385         * vc.el (vc-do-command): Get rid of the `last' argument.
5386         (vc-header-alist): Remove, replaced by vc-X-header.
5387         (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
5388         (vc-dired-hook): Use expand-file-name instead of concat.
5389         (vc-directory): Use file-name-as-directory.
5390         (vc-snapshot-precondition, vc-create-snapshot)
5391         (vc-retrieve-snapshot): Allow the command to operate on any
5392         directory.
5394         * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
5395         just removing the 'WORKFILE argument or by removing the 'MASTER
5396         argument and replacing `file' with (vc-name file).
5398 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5400         * vc.el: Update Copyright and add a crude list of backend funs.
5401         (vc-writable-p): New function.
5402         (with-vc-file): Use vc-writable-p.
5403         (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
5404         (vc-register): Avoid vc-name.
5405         (vc-locking-user): Remove.
5406         (vc-steal-lock): Make the `owner' arg non-optional.
5407         (vc-merge): Use vc-writable-p instead of vc-locking-user and
5408         vc-checkout-model.
5409         (vc-default-dired-state-info): Use vc-state instead of
5410         vc-locking-user and return special strings for special states.
5411         (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
5412         and get rid of one of the special CVS cases.
5413         (vc-cancel-version): prettify error message with \\[...].
5414         (vc-rename-master): New function.
5415         (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
5416         use vc-rename-master) instead of vc-BACKEND-record-rename.  Make
5417         the CVS special case generic.
5418         (vc-default-record-rename): Remove.
5419         (vc-file-tree-walk-internal): Only call FUNC for files that are
5420         under control of some VC backend and replace `concat' with
5421         expand-file-name.
5422         (vc-file-tree-walk): Update docstring.
5423         (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
5424         (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
5426         * vc-sccs.el (vc-sccs-rename-file): Renamed from
5427         vc-sccs-record-rename.  Use `find-file-noselect' rather than
5428         `find-file' and call `vc-rename-master' to do the actual move.
5429         (vc-sccs-diff): Remove unused `backend' variable.
5431         * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
5432         to delay loading of vc-sccs until it is really used.
5433         (vc-sccs-master-templates): Preload.
5434         (vc-sccs-state): Update call to vc-sccs-parse-locks.
5435         (vc-sccs-project-dir): Remove (merged into
5436         vc-sccs-search-project-dir).
5437         (vc-sccs-search-project-dir): Rewrite using file name handling ops
5438         rather than `concat', make sure it is preloaded and don't bother
5439         to check that the file actually exists.
5440         (vc-sccs-parse-locks): Remove unused `file' argument, remove
5441         `locks' argument (use buffer's content instead) and eliminate n^2
5442         behavior.
5444         * vc-rcs.el: Update Copyright.
5445         (vc-rcs-rename-file): New function.
5446         (vc-rcs-diff): Remove unused `backend' variable.
5448         * vc-hooks.el: Update Copyright.
5449         (vc-backend): Don't accept a nil argument any more.
5450         (vc-up-to-date-p): Turn into a defsubst.
5451         (vc-possible-master): New function.
5452         (vc-check-master-templates): Use `vc-possible-master' and allow
5453         funs in vc-X-master-templates to return a non-existent file.
5455         * vc-cvs.el: Update Copyright.
5456         (vc-cvs-diff): Remove unused `backend' variable.
5457         (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
5459         * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
5461 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5463         * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
5464         since it can be called from vc-rcs.el.
5465         (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
5467 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
5469         * vc.el (vc-version-diff): Expand file name read from the
5470         minibuffer.  Handle the case when a previous version number can't
5471         be guessed.  Give suitable messages when there were no differences
5472         found.
5473         (vc-clear-headers): Call backend-specific implementation, if one
5474         exists.
5475         (vc-cancel-version): Made error checks generic.  When done, clear
5476         headers generically, too.
5478         * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
5479         from vc-clear-headers in vc.el.
5481         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
5482         correctly.
5483         (vc-rcs-latest-on-branch-p): Made second argument VERSION
5484         optional.  Handle the case when it's not there.
5486 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5488         * vc.el (vc-locking-user): Moved from vc-hooks.el.
5490 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5492         * vc-hooks.el (vc-loadup): Remove.
5493         (vc-find-backend-function): Use `require'.  Also, handle the case
5494         where vc-BACKEND-hooks.el doesn't exist.
5495         (vc-call-backend): Cleanup.
5497 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5499         * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
5500         vc-rcs-grab-templates)
5501         (vc-rcs-registered): Remove.  The default function works as well.
5502         * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
5503         vc-sccs-grab-templates)
5504         (vc-sccs-registered): Remove.  The default function works as well.
5506         * vc.el (vc-version-diff): Left out a vc- in call to
5507         vc-call-backend.
5508         (vc-default-dired-state-info, vc-default-record-rename)
5509         (vc-default-merge-news): Update for the new backend argument.
5511         * vc-hooks.el (vc-find-backend-function): Return a cons cell if
5512         using the default function.
5513         (vc-call-backend): If calling the default function, pass it the
5514         backend as first argument.  Update the docstring accordingly.
5515         (vc-default-state-heuristic, vc-default-mode-line-string): Update
5516         for the new backend argument.
5517         (vc-make-backend-sym): Renamed from vc-make-backend-function.
5518         (vc-find-backend-function): Use the new name.
5519         (vc-default-registered): New function.
5521 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5523         * vc.el (vc-merge): Use vc-find-backend-function.
5525         * vc-hooks.el (vc-backend-functions): Remove.
5526         (vc-loadup): Don't setup 'vc-functions.
5527         (vc-find-backend-function): New function.
5528         (vc-call-backend): Use above fun and populate 'vc-functions
5529         lazily.
5530         (vc-backend-defines): Remove.
5532 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5534         * vc.el (vc-register): Put a FIXME note for a newly found bug.
5535         Call vc-call-backend without the leading vc-.
5536         (vc-responsible-backend, vc-finish-logentry, vc-annotate)
5537         (vc-check-headers): Call vc-call-backend without the leading vc-.
5538         (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
5539         (vc-annotate-display): Replace confusing use of `cond' with `or'.
5540         Call vc-call-backend without the leading vc-.
5542         * vc-cvs.el (tail): Provide vc-cvs.
5543         * vc-sccs.el (tail): Provide vc-sccs.
5544         * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
5546         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
5547         (vc-make-backend-function, vc-call): Pass names without leading
5548         `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
5549         (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
5550         (vc-call-backend): Always try to load vc-X-hooks.
5551         (vc-registered): Remove vc- in call to vc-call-backend.
5553 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5555         * vc.el (vc-process-filter): New function.
5556         (vc-do-command): Setup `vc-process-filter' for the async process.
5557         (vc-maybe-resolve-conflicts): New function to reduce
5558         code-duplication.  Additionally, it puts the buffer in
5559         `smerge-mode' if applicable.
5560         (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
5561         calling `merge-news'.
5562         (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
5563         (vc-log-edit): New function.  Replacement for `vc-log-mode' by
5564         interfacing to log-edit.el.
5565         (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
5566         log-edit is available.
5567         (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
5569 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5571         * vc.el (vc-register): Remove `vc-buffer-backend' setup.
5572         (vc-log-mode-map): New name for vc-log-entry-mode and merge the
5573         defvar and the initialization.
5574         (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
5576         * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
5577         (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
5579         * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
5581 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
5583         * vc.el (vc-file-clear-masterprops): Removed.
5584         (vc-checkin, vc-revert-buffer): Removed calls to the above.
5585         (vc-version-diff): Use buffer-size without argument.
5586         (vc-register): Heed vc-initial-comment.
5588         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
5589         default branch.
5591         * vc-rcs.el (vc-rcs-register): Parse command output to find master
5592         file name and workfile version.
5593         (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
5595         * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
5596         vc-file-clear-masterprops.
5598         * vc-sccs.el (vc-sccs-checkout): Removed call to
5599         vc-file-clear-masterprops.  If writable, set vc-state to 'edited
5600         rather than user login name.
5603 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5605         * vc.el (vc-workfile-unchanged-p): Remove unused argument
5606         `want-differences-if-changed' and simplify.
5607         (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
5608         (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
5609         output (which is invalid for async vc-diff) to decide whether to
5610         do the revert silently or not.
5612 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5614         * vc-hooks.el (vc-loadup): Load files quietly.
5615         (vc-call-backend): Oops, brain fart.
5617 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5619         * vc-cvs.el (vc-cvs-state): Typo.
5620         (vc-cvs-merge-news): Return the status code rather than the error msg.
5622 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
5624         * vc.el (with-vc-file, vc-next-action, vc-version-diff)
5625         (vc-dired-mark-locked): Replaced usage of vc-locking-user with
5626         vc-state or vc-up-to-date-p.
5627         (vc-merge): Use vc-backend-defines to check whether merging is
5628         possible.  Set state to 'edited after successful merge.
5630         * vc-hooks.el (vc-locking-user): If locked by the calling user,
5631         return that name.  Redocumented.
5633 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5635         * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
5636         new `vc-state' semantics.
5637         (vc-finish-steal): Set 'vc-state to 'edited rather than setting
5638         'vc-locking-user to the current user.
5639         (vc-merge): Inline vc-backend-merge.  Comment out code that I
5640         don't understand and hence can't adapt to the new `vc-state' and
5641         `vc-locking-user' semantics.
5642         (vc-backend-merge): Remove.
5644         * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
5645         rather than 'vc-locking-user.
5647         * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
5649         * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
5650         (vc-state): Don't use 'reserved any more.  Just use the same
5651         convention as the one used for vc-<backend>-state where the
5652         locking user (as a string) is returned.
5653         (vc-locking-user): Update, based on the above convention. The
5654         'vc-locking-user property has disappeared.
5655         (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
5657         * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
5658         with a heuristic one.
5659         (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
5660         (vc-cvs-checkin): Do a trivial parse to set the state in case of
5661         error.  That allows us to get to 'needs-merge even in the
5662         stay-local case.  There's still no way to detect 'needs-patch in
5663         such a setup (or to force an update for that matter).
5664         (vc-cvs-logentry-check): Remove, the default works as well.
5666 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5668         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
5670         * vc.el (vc-do-command): kill-all-local-variables, to reset any
5671         major-mode in which the buffer might have been put earlier.  Use
5672         `remove' and `when'.  Allow `okstatus' to be `async' and use
5673         `start-process' in this case.
5674         (vc-version-diff): Handle the case where the diff looks empty
5675         because of the use of an async process.
5677 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
5679         * vc.el (vc-next-action-on-file): Removed optional parameter
5680         `simple'.  Recompute state unconditionally.
5681         (vc-default-toggle-read-only): Removed.
5683         * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
5684         (vc-toggle-read-only): Undid prev change.
5686         * vc-cvs.el (vc-cvs-stay-local): Renamed from
5687         vc-cvs-simple-toggle.  Redocumented.
5688         (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
5689         (vc-cvs-toggle-read-only): Removed.
5691 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5693         * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
5694         (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
5695         (vc-release-greater-or-equal-p): Move to vc-rcs.el.
5696         (vc-file-clear-masterprops): Braindead "fix".  It was a nop and
5697         still is. So maybe it should be removed.
5698         (vc-head-version, vc-find-binary): Remove.
5699         (vc-recompute-state): Move from vc-hooks.el.
5700         (vc-next-action-on-file): Add a `simple' argument to allow
5701         avoiding the `recompute' step (use for vc-cvs-simple-toggle).
5702         (vc-default-toggle-read-only, vc-default-record-rename): New funs.
5703         (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
5704         (vc-dired-mode-map): Properly defvar it.
5705         (vc-print-log): Call log-view-mode if available.
5706         (small-temporary-file-directory): defvar instead of use boundp.
5707         (vc-merge-news): Moved to vc-cvs.el.
5708         (vc-default-merge-news): New function.
5710         * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
5711         (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
5712         (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
5713         unknown `vc-latest-version' function.  It should probably refer to
5714         vc-workfile-version or somesuch, but it's very unclear to me and I
5715         don't have SCCS to test things.
5717         * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
5718         (vc-sccs-state-heuristic): Fix typo.
5719         (vc-sccs-workfile-unchanged-p): Add missing argument.
5721         * vc-rcs.el: Require vc and vc-rcs-hooks.
5722         (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
5723         (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
5724         (vc-release-greater-or-equal-p): Move from vc.
5725         (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
5726         vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
5727         (vc-rcs-checkout): Add a missing `new-version' argument in the
5728         call to vc-rcs-latest-on-branch-p.  Hopefully that was the right one.
5730         * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
5731         (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
5732         (vc-rcs-latest-on-branch-p): Use the `version' argument rather
5733         than the apparently unbound `workfile-version'.
5735         * vc-hooks.el (vc-master-templates): Def the obsolete var.
5736         (vc-file-prop-obarray): Use `make-vector'.
5737         (vc-backend-functions): Add new hookable functions
5738         vc-toggle-read-only, vc-record-rename and vc-merge-news.
5739         (vc-loadup): If neither backend nor default functions exist, use
5740         the backend function rather than nil.
5741         (vc-call-backend): If the function if not bound yet, try to load
5742         the non-hook file to see if it provides it.
5743         (vc-call): New macro plus use it wherever possible.
5744         (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
5745         nor `vc-find-binary' since it's only called from
5746         vc-mistrust-permission which is only used once the backend is known.
5747         (vc-checkout-model): Fix parenthesis.
5748         (vc-recompute-state, vc-prefix-map): Move to vc.el.
5750         * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
5751         (vc-cvs-release, vc-cvs-system-release): Remove.
5752         (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
5753         (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
5754         status symbols.
5755         (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
5756         (vc-cvs-toggle-read-only): First cut at a function to allow a
5757         cvs-status-free vc-toggle-read-only.
5758         (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
5759         (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
5760         vc-cvs-status.  Also set vc-state rather than vc-locking-user.
5761         (vc-cvs-checkout): Modify access rights directly if the user
5762         requested not to use `cvs edit'.  And refresh the mode line.
5764         * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
5765         (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
5767 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5769         * vc-cvs.el (vc-cvs-checkout): Docstring fix.  Added a `(if
5770         workfile' that got lost when the code was extracted from vc.el.
5771         And merged the tail with the rest of the code (not possible in the
5772         old vc.el where the tail was shared among all backends).  And
5773         explicitly set the state to 'edited if `writable' is set.
5775         * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
5776         (vc-cvs-state): Be careful to return the value from
5777         vc-cvs-parse-state.
5778         (vc-cvs-parse-status): Use expand-file-name.  Don't set 'vc-state
5779         property but return it instead.  Also be careful to handle a nil
5780         or "" `rev' when workfile is non-nil (it was handled properly when
5781         workfile was nil).
5783         * vc.el: Removed those pesky unnecessary `(function' quotes.
5784         (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
5785         directly in the defvar.
5786         (vc-do-command): Bind inhibit-read-only so as to properly handle
5787         the case where the destination buffer has been made read-only.
5788         (vc-diff): Delegate to vc-version-diff in all cases.
5789         (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
5790         (vc-annotate-mode-variables): Removed (code moved partly to
5791         defvars and partly to vc-annotate-add-menu).
5792         (vc-annotate-mode): Turned into a derived-mode.
5793         (vc-annotate-add-menu): Moved in code in
5794         vc-annotate-mode-variables.
5795         (vc-update-change-log): Use make-temp-file if available.
5797 2000-09-04  Martin Lorentzson  <martinl@delysid.gnu.org>
5799         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
5800         `vc-checkout-model' updated to `vc-cvs-update-model'.
5802 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
5804         * vc.el (vc-next-action-on-file): Added handling of state
5805         `unlocked-changes'.
5806         (vc-checkout-carefully): Is now practically obsolete, unless the
5807         above is too slow to be enabled unconditionally.
5808         (vc-update-change-log): Fixed typo.
5810         * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
5812         * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
5813         Now handles state `unlocked-changes'.
5814         (vc-sccs-workfile-unchanged-p): New function, to support the above.
5816         * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
5818         * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
5819         (vc-rcs-fetch-master-state): Bug fixes.  Recognize state
5820         `unlocked-changes'.
5821         (vc-rcs-workfile-unchanged-p): Renamed from
5822         `vc-rcs-workfile-unchanged'.  This is not a real backend-specific
5823         function yet, but supposed to become one soon.
5825         * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
5826         `vc-steal-lock'.
5827         (vc-call-backend): Changed error message.
5828         (vc-state): Added description of state `unlocked-changes'.
5830 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
5832         * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
5833         always return t in CVS-controlled directories.
5835         * vc.el (vc-responsible-backend): New function.
5836         (vc-register): Largely rewritten.
5837         (vc-admin): Removed (implementation moved into vc-register).
5838         (vc-checkin): Redocumented.
5839         (vc-finish-logentry): If no backend defined yet (because we are in
5840         the process of registering), use the responsible backend.
5842         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
5843         Updated function lists.
5844         (vc-call-backend): Fixed typo.
5846         * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
5847         New functions.
5848         (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
5849         Removed query option.  Redocumented.
5851 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
5853         * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
5855         * vc.el: Updated callers of `vc-checkout-required' to use
5856         `vc-checkout-model'.
5858 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
5860         * vc-rcs.el (vc-rcs-backend-release-p): function added.  other
5861         stuff updated to reference this function instead of the old
5862         `vc-backend-release-p'.
5864 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
5866         * vc-sccs-hooks.el (vc-uses-locking): Renamed to
5867         vc-checkout-model.  Return appropriate values.  Updated callers.
5869 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
5871         * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
5872         (vc-backend-revert): Function moved into `vc-revert';
5873         `vc-next-action' must be updated to accomodate this change.
5874         (vc-backend-steal): Function moved into `vc-finish-steal'.
5875         (vc-backend-logentry-check): Function moved into
5876         `vc-finish-logentry'.
5877         (vc-backend-printlog): Function moved into `vc-print-log'.
5878         (vc-backend-uncheck): Function moved into `vc-cancel-version'.
5879         (vc-backend-assign-name): Function moved into
5880         `vc-create-snapshot'.
5882 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
5884         * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
5885         Rename to vc-checkout-model.  Return appropriate values.
5886         Update callers.
5888         * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
5889         to vc-checkout-model.
5890         (vc-checkout-required): Rename to vc-checkout-model.
5891         Re-implement and re-comment.
5892         (vc-after-save): Use vc-checkout-model.
5894 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
5896         * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
5897         Update to use the vc-BACKEND-diff functions instead.
5898         `vc-diff' is now working.
5900         * vc-rcs.el (vc-rcs-logentry-check): New function.
5902         * vc-cvs.el (vc-cvs-logentry-check): New function.
5904         * vc-sccs.el (vc-sccs-diff): Function changed name from
5905         `vc-backend-diff'.  This makes `vc-diff' work.
5907         * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
5908         of functions possibly implemented in a vc-BACKEND library.
5909         (vc-checkout-required): Fix bug that caused an error to be
5910         signaled during `vc-after-save'.
5912         * vc.el: Fix typo.
5913         This checkin is made with our new VC code base for the very first time.
5914         A simple `(vc-checkin (buffer-file-name))' was used to perform it.
5916         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
5917         `vc-checkout-required' updated to `vc-cvs-uses-locking'.
5919         * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
5920         updated to `vc-uses-locking'.
5921         (vc-checkout-required): Call to backend function.
5922         `vc-checkout-required' updated to `vc-uses-locking' instead.
5924         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
5925         `vc-checkout-required' updated to `vc-rcs-uses-locking'.
5927         * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
5928         to match the split into various backends.
5929         (vc-backend-checkin): Remove.  Merge with `vc-checkin'.
5930         (vc-retrieve-snapshot): Bug fix.
5932 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
5934         * vc-sccs.el (vc-sccs-release): Doc fix.
5936 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
5938         * vc.el (vc-next-action-on-file): Bug found and fixed.
5939         (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
5940         (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
5942         * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
5943         (vc-rcs-checkout): Name space cleaned up.  No more revision number
5944         crunching function names that are not prefixed with vc-rcs.
5945         (vc-rcs-checkout-model): Function added.  References to
5946         `vc-checkout-model' replaced.
5948 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
5950         * vc.el (vc-next-action-on-file): Rewritten for the new state model.
5951         (vc-backend-merge-news): Renamed to `vc-merge-news'.  (Specific parts
5952         still need to be split, and implemented for RCS).
5954 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
5956         * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
5958         * vc-sccs.el (vc-sccs-admin): Added the query-only option as
5959         required by the vc.el file.
5961         * vc-rcs.el (vc-rcs-admin): Added the query-only option as
5962         required by the vc.el file.
5963         (vc-rcs-exists): Function added.
5965         * vc-cvs.el (vc-cvs-admin): Added the query-only option as
5966         required by the vc.el file.
5968         * vc.el (vc-admin): Updated to handle selection of appropriate
5969         backend.  Current implementation is crufty and need re-thinking.
5971         * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
5973 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
5975         * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
5976         beginning of annotate buffers correctly.
5978         * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
5979         (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
5980         functionality updated quite a lot to support multiple backends.
5981         Variables `vc-annotate-mode', `vc-annotate-buffers',
5982         `vc-annotate-backend' added.
5984         * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
5985         `vc-annotate-difference' added to supported backend functions.
5987 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
5989         * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
5990         Use with-temp-file instead of /bin/sh.  Merged from mainline
5992 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
5994         * vc-sccs-hooks.el (vc-sccs-registered): Updated.
5996         * vc-rcs-hooks.el (vc-rcs-registered): Updated.
5998         * vc-cvs-hooks.el (vc-cvs-registered): Updated.
6000 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
6002         * vc-hooks.el: vc-state-heuristic added to
6003         vc-backend-hook-functions.
6005         * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
6007         * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
6009         * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
6010         `vc-uses-locking' to `vc-checkout-required'.  Rename the `locked'
6011         state to `reserved'.
6013         * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
6014         `vc-checkout-required'.  Rename the `locked' state to `reserved'.
6016 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6018         * vc-rcs-hooks.el: Implement new state model.  Hardly anything
6019         untouched.
6021         * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
6023         * vc.el (vc-update-change-log): Use small-temporary-file-directory,
6024         if defined.  (Merged from main line, slightly adapted.)
6026         * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
6027         millenium problem (merged from mainline).
6029 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
6031         * vc-cvs.el: Split the annotate feature into a BACKEND-specific
6032         part and moved the non-BACKEND stuff to vc.el.
6034         * vc.el: Split the annotate feature into a BACKEND specific part
6035         and moved it from the vc-cvs.el file to this one.
6037 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6039         * vc-hooks.el: Implement new state model.
6040         (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
6041         (vc-locking-user): Simplify.  Now only needed if the file is
6042         locked by somebody else.
6043         (vc-lock-from-permissions): Remove.  Functionality is in
6044         vc-sccs-hooks.el and vc-rcs-hooks.el now.
6045         (vc-mode-line-string): New name for former vc-status.  Adapted.
6046         (vc-mode-line): Adapt to use the above.  Remove optional parameter.
6048         * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
6049         Various simplifications and adaptations all over the place.
6051         * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
6052         Simplify and adapt the rest.
6054         * vc.el (vc-resynch-window): Add TODO comment: check for
6055         interaction with view mode according to recent RCS change.
6056         (vc-backend-merge-news): Merge "CMUP" patch from mainline.
6058 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
6060         * vc.el: Convert the remaining function comments to docstrings.
6062 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
6064         * vc.el (vc-backend-release, vc-release-greater-or-equal)
6065         (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
6066         (vc-minor-part, vc-previous-version): Functions that operate and
6067         compare revision numbers got proper documentation.  Comments added
6068         about their possible removal.
6070 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
6072         * vc.el (vc-latest-on-branch-p): Function removed and replaced in
6073         the vc-backend.el files.
6075         * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
6077         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
6078         (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
6079         (vc-rcs-previous-version): Functions added.
6081         * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
6083         * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
6085 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6087         * vc-hooks.el (vc-master-templates): Is really obsolete.
6088         Comment out the definition for now.  What is the right procedure
6089         to get rid of it?
6090         (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
6091         rewritten.
6092         (vc-default-registered): Remove.
6093         (vc-check-master-templates): New function; does mostly what the
6094         above did before.
6095         (vc-locking-user): Don't rely on the backend to set the property.
6097         * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
6098         Rewrite documentation.
6099         (vc-rcs-templates-grabbed): New variable.
6100         (vc-rcs-grab-templates): New function.
6101         (vc-rcs-registered): Rewrite to use above mechanism.
6103         * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
6104         Rewrite documentation.
6105         (vc-sccs-templates-grabbed): New variable.
6106         (vc-sccs-grab-templates): New function.
6107         (vc-sccs-registered): Rewrite to use above mechanism.
6108         (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
6109         Don't throw the result, simply return it.
6111         * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
6112         (vc-cvs-find-master): Remove.  Code is now in vc-cvs-registered.
6113         (vc-cvs-registered): Does the check itself now.  Simplify.
6115         * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
6116         from main line.
6118 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
6120         * vc-cvs.el (vc-cvs-diff): New function.
6122         * vc-sccs.el (vc-sccs-diff): New function.
6124         * vc-rcs.el (vc-rcs-diff): New function.
6125         (vc-rcs-checkout): Bug (typo) found and fixed.
6126         (vc-rcs-register-switches): New variable.
6128         * vc.el (vc-backend-diff): Function removed and placed in the
6129         backend files.
6131 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
6133         * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
6135         * vc.el (vc-backend-checkout): Function removed and replaced in
6136         the vc-backend.el files.
6138         * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
6140         * vc.el (vc-backend-admin): Removed and replaced in the
6141         vc-backend.el files.
6143         * vc.el (Martin): Removed all the annotate functionality since it
6144         is CVS backend specific.
6146 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6148         * spec.txt: Added specification of vc-state.
6150         * vc-sccs-hooks.el (vc-sccs-master-properties):
6151         Remove handling of vc-latest-version and
6152         vc-your-latest-version.  What used to be vc-latest-version, is now
6153         returned as vc-workfile-version.
6154         (vc-sccs-workfile-version): Adapt.
6156 2000-09-04  Dave Love  <fx@gnu.org>
6158         * vc.el: [Merged from mainline.]
6159         (vc-dired-mode): Make the dired-move-to-filename-regexp
6160         regexp match the date, to avoid treating date as file size.
6161         Add YYYY S option to WESTERN/
6163 2000-09-04  Dave Love  <fx@gnu.org>
6165         * vc.el: Require `compile' when compiling.
6166         (vc-logentry-check-hook): New option.
6167         (vc-steal-lock): Use compose-mail.
6168         (vc-dired-mode-map): Defvar when compiling.
6169         (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
6170         vc-sccs.el and renamed.  Callers changed.
6171         (vc-backend-checkout, vc-backend-logentry-check)
6172         (vc-backend-merge-news): Doc fix.
6173         (vc-default-logentry-check): New function.
6174         (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
6175         (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
6176         (vc-backend-merge): Doc fix.  Use backend functions.
6177         (vc-check-headers): Use backend functions.
6179         * vc-cvs.el: Require vc when compiling.
6180         (vc-cvs-register-switches): Doc fix.
6181         (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
6182         (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
6183         (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
6184         New functions (code from vc.el).
6185         (vc-annotate-display-default): Fix interactive spec.
6186         (vc-annotate-time-span): Doc fix.
6188         * vc-rcs.el: Require vc when compiling.
6189         (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
6190         (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
6191         (vc-rcs-checkin): New functions (code from vc.el).
6192         (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
6193         Doc fix.
6194         (vc-rcs-release): Deleted.  (Duplicated vc-rcs-system-release).
6196         * vc-sccs.el: Require vc when compiling.
6197         (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
6198         (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
6199         (vc-sccs-revert)
6200         (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
6201         from vc.el).
6202         (vc-sccs-add-triple, vc-sccs-record-rename)
6203         (vc-sccs-lookup-triple): Moved from vc.el and renamed.
6204         (vc-sccs-admin): Doc fix.
6206 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
6208         * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
6209         (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
6210         (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
6211         from vc.el.
6213         * vc-sccs.el (vc-admin-sccs): Added from vc.el
6215         * vc-cvs.el: Moved the annotate functionality from vc.el.
6216         (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
6218 2000-09-04  Dave Love  <fx@gnu.org>
6220         * vc.el (vc-backend-release): Call vc-system-release.
6222         * vc-sccs.el (vc-sccs-system-release):
6223         Renamed from vc-sccs-backend-release.
6225         * vc-rcs.el (vc-rcs-system-release):
6226         Renamed from vc-rcs-backend-release.
6228         * vc-cvs.el (vc-cvs-system-release):
6229         Renamed from vc-cvs-backend-release.
6231 2000-09-04  Dave Love  <fx@gnu.org>
6233         * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
6234         backend files.
6235         (vc-backend-release): Dispatch to backend functions.
6236         (vc-backend-release-p): Don't mention CVS, RCS.  [The SCCS case
6237         probably needs attention.]
6239         * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
6240         (vc-sccs-backend-release): New function.
6242         * vc-cvs.el (vc-cvs-release): Moved from vc.el.
6243         (vc-cvs-backend-release): New function.
6245         * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
6246         Doc fix.
6247         (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
6248         (vc-default-dired-state-info): New function.
6249         (vc-dired-state-info): Dispatch to backends.
6250         (vc-dired-hook): Doc fix.  Simplify, pending removal of CVS specifics.
6252         * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
6253         from vc.el and renamed.
6255 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6257         * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
6258         (vc-version-other-window, vc-backend-assign-name): Removed
6259         references to vc-latest-version; sometimes changed into
6260         vc-workfile-version.
6262         * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
6263         vc-rcs-master-workfile-version.
6264         (vc-rcs-workfile-version): Use the above.  Don't call
6265         vc-latest-version (that was unreachable code, anyway).
6266         (vc-rcs-fetch-master-properties): Doc fix.
6268         * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
6269         (vc-backend-hook-functions): Removed them from this list, too.
6270         (vc-fetch-properties): Removed.
6271         (vc-workfile-version): Doc fix.
6273         * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
6274         (vc-rcs-workfile-version, vc-rcs-locking-user)
6275         (vc-rcs-uses-locking): Use it.
6277         * vc-hooks.el (vc-consult-rcs-headers):
6278         Moved into vc-rcs-hooks.el, under the name
6279         vc-rcs-consult-headers.
6281         * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
6282         headers.
6283         (vc-cvs-find-master): Use this name only; correct different
6284         versions of the name.
6286         * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
6287         New functions.
6288         (vc-sccs-locking-user): Use the latter.
6290         * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
6291         New functions.
6293         * vc-hooks.el (vc-master-locks, vc-master-locking-user):
6294         Moved into both
6295         vc-rcs-hooks.el and vc-sccs-hooks.el.  These properties and access
6296         functions are implementation details of those two backends.
6298 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6300         * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
6301         (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
6303         * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
6304         (vc-sccs-parse-locks): SCCS-specific code moved here from
6305         vc-hooks.
6307         * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
6308         code moved here from vc-hooks.
6310         * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
6311         into back-end specific parts and removed.  Callers not updated
6312         yet; because I guess these callers will disappear into back-end
6313         specific files anyway.
6315 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6317         * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
6318         (vc-backend-checkout): Changed calls to `vc-checkout-model' to
6319         `vc-uses-locking'.
6321         * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
6322         Store yes/no in the property, and return t/nil.  Updated all
6323         callers.
6325         * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
6326         vc-sccs-uses-locking.  Don't set property.
6327         (vc-sccs-locking-user): Don't set property.
6329         * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
6330         vc-cvs-uses-locking.  Don't set property here; leave that to
6331         vc-hooks.
6332         (vc-cvs-locking-user): Reflect above change.  Streamlined.
6334         * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
6335         vc-rcs-uses-locking.
6336         (vc-rcs-locking-user): Reflect above change.
6338 2000-09-04  Dave Love  <fx@gnu.org>
6340         * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
6342         * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
6344         * vc-hooks.el (vc-checkout-model): Punt to backends.
6346         * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
6348         * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
6350         * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
6351         New functions.
6353         * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
6354         New functions.
6356         * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
6357         (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
6359         * vc-hooks.el (vc-default-locking-user): New function.
6360         (vc-locking-user, vc-workfile-version): Punt to backends.
6362 2000-09-04  Dave Love  <fx@gnu.org>
6364         * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
6365         (vc-master-workfile-version): Moved from vc-hooks.
6367         * vc-rcs-hooks.el: Fix duplicate code in last change.
6369         * vc-rcs-hooks.el: Require vc-hooks when compiling.
6370         (vc-rcs-master-templates): Improve :type.
6371         (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
6372         vc-master-workfile-version): Moved from vc-hooks.
6374         * vc-sccs-hooks.el: Require vc-hooks when compiling.
6375         (vc-sccs-master-templates): Improve :type.
6376         (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
6378         * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
6380         * vc-cvs-hooks.el: Require vc-hooks when compiling.
6381         (vc-cvs-master-templates): Improve :type.  Use
6382         vc-cvs-find-cvs-master.
6383         (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
6384         from vc-hooks.
6385         (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
6387         * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
6388         Moved to vc-cvs-hooks.
6390         * vc-hooks.el: Add doc strings in various places.  Simplify the
6391         minor mode setup.
6392         (vc-handled-backends): New user variable.
6393         (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
6394         simplification.
6396 2000-09-04  Dave Love  <fx@gnu.org>
6398         * vc.el: Some doc fixes for autoloaded and interactive functions.
6399         Fix compilation warnings from ediff stuff.
6400         (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
6402         * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
6404         * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
6406         * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
6408 2000-09-04  Dave Love  <fx@gnu.org>
6410         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
6411         New variable.
6412         (vc-make-backend-function, vc-loadup, vc-call-backend)
6413         (vc-backend-defines): New functions.
6415         * vc-hooks.el: Various doc fixes.
6416         (vc-default-back-end, vc-follow-symlinks): Custom fix.
6417         (vc-match-substring): Function removed.  Callers changed to use
6418         match-string.
6419         (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
6420         Simplify.
6422 2000-09-04  Dave Love  <fx@gnu.org>
6424         * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
6425         type.
6426         (vc-sccs-project-dir, vc-search-sccs-project-dir)
6427         (vc-sccs-registered): Doc fix.
6429         * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
6430         (vc-cvs-registered): Doc fix.
6432         * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
6433         (vc-rcs-registered): Doc fix.
6435 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6437         * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
6439         * vc-hooks.el: vc-registered has been renamed
6440         vc-default-registered.  Some functions have been moved to the
6441         backend specific files.  they all support the
6442         vc-BACKEND-registered functions.
6444 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6446         * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
6448         * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
6450 2000-09-04  Dave Love  <fx@gnu.org>
6452         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
6453         menu-bar-update-hook.
6455         * help.el (help-manyarg-func-alist): Add
6456         find-operation-coding-system.
6458         * wid-edit.el (widget-sexp-validate): Fix garbled code.
6460         * custom.el (custom-set-variables): Print message about errors in
6461         setting.
6463 2000-09-03  Andrew Innes  <andrewi@gnu.org>
6465         * makefile.w32-in: Change to DOS line endings.
6467 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
6469         * mouse.el (mouse-popup-menubar): Supply the prompt string for
6470         minor-mode keymaps, if they don't have one.
6472 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
6474         * eshell/esh-module.el (eval-when-compile): Don't lose if
6475         esh-module.el's file name is truncated to DOS 8+3 limits.
6477 2000-09-01  John Wiegley  <johnw@gnu.org>
6479         * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
6480         predicate, which caused entries in the completion list to be
6481         doubled.
6483 2000-08-30  John Wiegley  <johnw@gnu.org>
6485         * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
6486         sending to subprocesses.  Also, hook pre-command-hook if
6487         `eshell-send-direct-to-subprocesses' is non-nil.
6488         (eshell-send-direct-to-subprocesses): New config variable.  If t,
6489         subprocess input is send immediately.
6490         (eshell-toggle-direct-send): New function.
6491         (eshell-self-insert-command): New function.
6492         (eshell-intercept-commands): New function.
6493         (eshell-send-input): If direct subprocess sending is enabled,
6494         don't echo any input to the Eshell buffer.  Let the subprocess
6495         handle that.  This requires "stty echo" in bash, for example.
6497 2000-08-28  John Wiegley  <johnw@gnu.org>
6499         * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
6500         completion function for Eshell's implementation of `unset'.
6502 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
6504         * info.el (Info-directory-list): Doc fix.
6506 2000-08-31  Peter Breton  <pbreton@ne.mediaone.net>
6508         * filecache.el (file-cache-add-directory-using-find): Don't quote
6509         wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
6511 2000-08-31  Kenichi Handa  <handa@etl.go.jp>
6513         * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
6514         coding systems.
6516 2000-08-30  Andrew Innes  <andrewi@gnu.org>
6518         * timer.el (run-with-idle-timer): Undo last change, so that timer
6519         is not activated immediately if Emacs is already idle.  Some
6520         existing code relies on this behaviour.
6522 2000-08-30  Miles Bader  <miles@gnu.org>
6524         * frame.el (set-frame-font): Do completion of font-name for
6525         interactive use.
6527 2000-08-30  Kenichi Handa  <handa@etl.go.jp>
6529         * international/quail.el (quail-start-translation): Bind locally
6530         last-command-event, last-command, and this-command.
6531         (quail-start-conversion): Likewise.
6532         (quail-self-insert-command): Fix docstring.
6534 2000-08-29  Gerd Moellmann  <gerd@gnu.org>
6536         * progmodes/executable.el
6537         (executable-make-buffer-file-executable-if-script-p): Check that
6538         buffer contains at least 2 characters.
6540 2000-08-29  Eli Zaretskii  <eliz@is.elta.co.il>
6542         * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
6544 2000-08-29  Dave Love  <fx@gnu.org>
6546         * diff-mode.el (diff-mode) <defgroup>: Add :version.
6547         (diff-mode-shared-map): Bind mouse-2.
6548         (diff-imenu-generic-expression): New variable.
6549         (diff-mode): Use it.
6551         * mouse.el (mouse-major-mode-menu): Use local-key-binding.
6552         (mouse-popup-menubar): Add minor mode menus.
6553         (popup-menu): Check for lookup-key returning number.
6555 2000-08-29  Miles Bader  <miles@gnu.org>
6557         * comint.el (comint-send-input): Create overlays using the proper
6558         front/read-advance arguments.
6560 2000-08-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6562         * ps-print.el: Even/odd pages printing.  Doc fix.
6563         (ps-print-version): New version number (6.0).
6564         (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
6565         (ps-background, ps-begin-file, ps-begin-job): Code fix.
6566         (ps-print-duplex-feature): Variable eliminated.
6567         (ps-even-or-odd-pages): New variable.
6569         * progmodes/ebnf2ps.el: Doc fix.
6570         (ebnf-version): New version (3.3).
6571         (ebnf-user-arrow): Change variable customization to sexp.
6572         (ebnf-user-arrow): Function eliminated.
6573         (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
6575 2000-08-29  Kenichi Handa  <handa@etl.go.jp>
6577         * help.el (help-xref-mule-regexp): New variable.
6578         (help-make-xrefs): Handle help-xref-mule-regexp.
6580         * international/mule-cmds.el (help-xref-mule-regexp-template): New
6581         variable.
6582         (describe-input-method): Temporarily activate the specfied input
6583         method to display the information.
6584         (describe-language-environment): Hyperlinks to mule related items.
6586         * international/mule-diag.el (charset-multibyte-form-string): New
6587         function.
6588         (list-character-sets-1): Use charset-multibyte-form-string.
6589         (describe-character-set): New function.
6590         (describe-coding-system): Hyperlinks to safe character sets.
6592         * international/quail.el (quail-help): New arg PACKAGE.
6593         Hyperlinks to mule related items.
6594         (quail-help-insert-keymap-description): Use
6595         substitute-command-keys instead of describe-bindings.
6596         (quail-translation-help): Hyperlinks to mule related items.
6598 2000-08-28  John Wiegley  <johnw@gnu.org>
6600         * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
6601         have a defsubst call itself.  Made `eshell-flatten-list' back into
6602         a function again.
6604         * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
6605         catch, in case re-centering point at bottom messes up the display.
6606         This happens frequently in Emacs 21, due I believe to variable
6607         line heights.
6609         * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
6610         to call `find-tag-interactive'.
6612         * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
6613         the list of remember directories.
6615 2000-08-28  John Wiegley  <johnw@gnu.org>
6617         * align.el: Test align-region-separate to see if it's a symbol.
6619 2000-08-28  John Wiegley  <johnw@gnu.org>
6621         * eshell/esh-util.el (eshell-flatten-list): Made this function
6622         into a defsubst form.  It gets used very frequently, although
6623         calls don't occur all that often.
6625         * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
6626         examining it.
6628         * eshell/esh-cmd.el (eshell-rewrite-while-command):
6629         (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
6630         `eshell-protect'.
6631         (eshell-copy-handles): Created a new macro for duplicating the
6632         current set of open handles.  This is needed by the looping
6633         functions.
6634         (eshell-do-eval): Fixed while and if, so that the eshell-test-body
6635         is not incorrectly stomped on.
6637         * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
6638         declaration for pcomplete-use-paring.
6639         (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
6640         value of eshell-cmpl-use-paring.
6641         * pcomplete.el (pcomplete-use-paring): New config variable, to
6642         indicate whether paring should be used.
6643         (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
6644         completion alternatives that have already been used.
6646         * eshell/esh-mode.el (eshell-repeat-argument): Added function,
6647         bound to C-c C-y, which will repeat the previous N arguments
6648         (based on prefix argument).
6649         (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
6651         * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
6652         if there is no *Help* buffer.  This is for XEmacs, which renames
6653         its help buffers uniquely.  TODO: Find out what the current buffer
6654         name to delete is.
6656         * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
6657         first entry that correlates to a passwd/group number.  Later
6658         entries (used for group/user name aliasing to multiple IDs) are
6659         ignored.
6661         * eshell/em-xtra.el (eshell/expr):
6662         * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
6663         (eshell-grep, eshell/diff, eshell/locate):
6664         * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
6665         argument list, before passing it to the system command.
6667         * eshell/esh-mode.el (eshell-find-tag): Added a special version of
6668         `find-tag' for use at final position in Eshell buffers (which
6669         otherwise triggers an error on Emacs 21).
6670         (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
6671         buffer, if it is currently bound to `find-tag'.
6673         * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
6674         in the list of matched Makefile names.
6675         (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
6676         directory, prefer its contents to Makefile.
6678         * eshell/em-dirs.el (eshell/cd): cd commands that look up
6679         directory parts (like "cd old new", or "cd =regexp"), are now case
6680         sensitive on non-Windows/DOS platforms.
6682         * eshell/esh-mode.el (eshell-parse-command-input): When a user
6683         types RET after an open delimiter (like "), display a message
6684         indicating that Eshell is waiting for the closing delimiter.
6686         * eshell/esh-var.el (eshell/unset): Added a command for unsetting
6687         environment variables.
6689         * eshell/em-unix.el (eshell/diff): Added logic to fail more
6690         gracefully if the user enters incorrect arguments.
6692         * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
6693         Eshell buffers.
6695         * eshell/esh-var.el (eshell-interpolate-variable):
6696         * eshell/esh-mode.el (eshell-move-argument):
6697         * eshell/em-unix.el (eshell-du-sum-directory):
6698         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
6699         * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
6700         (not (= ...)).
6702         * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
6703         to ensure the `preserve' flag gets propagated when doing recursive
6704         directory copies.
6706 2000-08-28  Stefan Monnier  <monnier@cs.yale.edu>
6708         * eshell/em-hist.el (eshell-put-history, eshell-get-history):
6709         Don't convert \n into \0177 in memory.
6710         (eshell-read-history, eshell-write-history): Convert \n to \0177,
6711         and back again, when reading and writing.
6713 2000-08-28  Eli Zaretskii  <eliz@is.elta.co.il>
6715         * eshell/esh-util.el (eshell-processp): Added to relieve constant
6716         testing of `fboundp' on `processp'.
6718         * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
6719         (eshell/jobs): Don't call process-list if it is not bound.
6720         (eshell-gather-process-output): Support systems where async
6721         subprocesses aren't supported.
6722         (eshell-scratch-buffer, eshell-last-sync-output-start): New
6723         variables.
6725         * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
6726         eshell-do-eval returns t.
6727         (eshell-do-pipelines-synchronously): New defmacro.
6728         (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
6729         when async subprocesses aren't supported.
6730         (eshell-do-eval): Use eshell-processp.  Don't throw eshell-defer
6731         if async subprocesses aren't supported.
6732         (eshell-resume-command): Don't assume STATUS is a string.
6734         * eshell/em-unix.el (eshell/rm): Use eshell-processp.
6736         * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
6737         (eshell-close-target, eshell-get-target): Use eshell-processp.
6738         (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
6739         fix.
6740         (eshell-get-target, eshell-create-handles): Doc fix.
6742 2000-08-28  Miles Bader  <miles@lsi.nec.co.jp>
6744         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
6745         criterion to include commands that output something, as long as it
6746         leaves both the command and the end-of-buffer visible when the
6747         command has exited.
6748         (eshell-review-quick-commands): Adjust the help doc string
6749         accordingly.
6751 2000-08-28  Peter Breton  <pbreton@ne.mediaone.net>
6753         * locate.el (locate): Cleaned up locate command's interactive prompting
6754         Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
6756         * filecache.el (file-cache-case-fold-search): New variable
6757         (file-cache-assoc-function): New variable
6758         (file-cache-minibuffer-complete): Use file-cache-assoc-function.
6759         Use file-cache-case-fold-search variable
6760         (file-cache-add-file): Use file-cache-assoc-function
6761         (file-cache-delete-file): likewise
6762         (file-cache-directory-name): likewise
6763         (file-cache-debug-read-from-minibuffer): likewise
6765 2000-08-28  Gerd Moellmann  <gerd@gnu.org>
6767         * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
6768         (abbrev-table-name): New function.
6769         (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
6770         If non-nil list local abbrev, only.
6772 2000-08-28  Stanislav Shalunov  <shalunov@internet2.edu>
6774         * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
6775         from Gnus support code, and use special article copy buffer
6776         `(gnus-original-article-buffer)' instead.  This allows to get rid
6777         of article-hide-headers usage (which breaks in the latest Gnus
6778         version).  Thanks to Detlev Zundel.
6780 2000-08-28  Kenichi Handa  <handa@etl.go.jp>
6782         * international/quail.el (quail-use-package): Hide "... loaded"
6783         message.
6784         (quail-start-translation, quail-start-conversion): Likewise.
6786         * international/kkc.el (kkc-region): Hide "... loaded" message.
6788 2000-08-27  Dave Love  <fx@gnu.org>
6790         * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
6792 2000-08-27  Miles Bader  <miles@gnu.org>
6794         * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
6796 2000-08-27  Kenichi Handa  <handa@etl.go.jp>
6798         * international/ja-dic-cnv.el (skkdic-convert): Insert (require
6799         'ja-dic-cnv), not (require 'skkdic-cnv).
6801 2000-08-26  Miles Bader  <miles@gnu.org>
6803         * faces.el (face-x-resources): Add entry for :inherit.
6804         * cus-face.el (custom-face-attributes): Add support for :inherit
6805         attribute.  Add support for relative face heights.
6806         (custom-face-attributes-get): Treat `nil' as being a default value
6807         for :inherit (as well as `unspecified').
6809         * faces.el (set-face-attribute): Update doc string.
6810         (face-attribute-name-alist): Add :inherit.
6811         (face-valid-attribute-values): Handle :inherit.
6812         (face-read-string): Rephrase prompt to be less confusing.
6813         Assume that DEFAULT is a string, since we must return a string.
6814         (face-read-integer): Use `format' to turn DEFAULT into an
6815         acceptable default for face-read-string.  Match NEW-VALUE against
6816         the string "unspecified", not the symbol `unspecified', since
6817         that's what face-read-string returns.
6818         (read-face-attribute): Lookup a name for old-value in valid, and
6819         use it as a default if we find one.  Treat all values from
6820         face-read-string as strings.  If the default is used, don't do any
6821         more processing on the value, just use the old value directly.
6822         (read-face-and-attribute, modify-face): Tweak prompt.
6823         (read-face-name): Don't assume prompt ends with a space.
6825         * faces.el (describe-face): Add support for :inherit attribute.
6827 2000-08-25  Kenichi Handa  <handa@etl.go.jp>
6829         * terminal.el (terminal-emulator): Fix args to `concat'.  Now
6830         concat doesn't accept interger.
6832         * international/kkc.el: Remove SKK from Keywords.  Require
6833         ja-dic-utl instead of skkdic-utl.
6835         * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
6836         Provide ja-dic-cnv instead of skkdic-cnv.
6837         (ja-dic-filename): Renamed from skkdic-filename.  Referers changed
6838         (iso-2022-7bit-short): Add safe-charsets property.
6839         (skkdic-convert-postfix): Search Japanese chou-on character in
6840         addition to Hiragana character.
6841         (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
6842         (skkdic-convert): Change file names from skkdic.el to ja-dic.el
6843         (batch-skkdic-convert): Likewise.
6845         * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
6846         Provide ja-dic-utl instead of skkdic-utl.
6847         (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
6849 2000-08-24  Dave Love  <fx@gnu.org>
6851         * disp-table.el (standard-display-default): Make the test of `l'
6852         useful.
6854         * language/european.el ("Latin-8", "Latin-9"): Add input methods,
6855         mod sample text.
6857         * international/iso-ascii.el: Make pilcrow convenient string
6858         consistent with section.
6859         (iso-ascii-display): Set up multibyte characters as well as
6860         unibyte.
6862 2000-08-24  Kenichi Handa  <handa@etl.go.jp>
6864         * international/mule-cmds.el (reset-language-environment): Set
6865         default-process-coding-system to '(undecided . iso-latin-1), which
6866         makes process I/O almost consistent with file I/O.   Call this
6867         function when mule-cmds.el[c] is loaded.
6869 2000-08-22  Andrew Innes  <andrewi@gnu.org>
6871         * makefile.w32-in: New file.
6873 2000-08-22  Miles Bader  <miles@lsi.nec.co.jp>
6875         * comint.el (comint-output-filter): Compare end of
6876         comint-last-output-overlay with the start of the newly inserted
6877         text, not the end, when deciding whether to extend it.
6878         Set saved-point's insertion type to advance after insertion.
6880         * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
6881         since this is now done independently of font-lock mode.
6883 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
6885         * server.el (server-kill-new-buffers): New user option.
6886         (server-existing-buffer): New buffer-local variable.
6887         (server-visit-files): When using an existing buffer, set
6888         server-existing-buffer to t.
6889         (server-buffer-done): If server-kill-new-buffers is t, kill the
6890         buffer, unless it was already present before visiting it with
6891         Emacs server.
6893 2000-08-21  Eli Zaretskii  <eliz@is.elta.co.il>
6895         * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
6896         even if the display doesn't support colors: some displays will
6897         support bold/underline faces.
6899 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
6901         * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
6903         * startup.el (command-line): If user's init file had an error,
6904         add explanatory text to *Messages*.
6906 2000-08-21  Kenichi Handa  <handa@etl.go.jp>
6908         * man.el (Man-getpage-in-background): Decode the process output by
6909         the system locale coding system.
6911 2000-08-20  Dave Love  <fx@gnu.org>
6913         * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
6914         Don't test x-popup-menu.
6915         (function) <complete-function>: Complete only fbound symbols.
6916         <validate, value>: New.
6917         (variable) <complete-function>: Complete only bound symbols.
6918         (coding-system): Add :base-only, :complete-function, :validate,
6919         :value, :prompt-match.
6920         (widget-coding-system-prompt-value): Use read-coding-system and
6921         act on :base-only.
6922         (editable-field): Add :help-echo.
6923         (widget-push-button-gui, widget-push-button-cache)
6924         (widget-gui-action, widget-editable-list-gui): COmment out, along
6925         with uses.
6926         (widget-at): Make arg optional.
6927         (widget-echo-help): Adjust for current help-echo calling sequence.
6928         (widget-specify-field, widget-specify-button)
6929         (widget-specify-insert, widget-get-sibling, widget-image-find)
6930         (widget-convert, widget-insert, widget-leave-text)
6931         (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
6932         (widget-setup, widget-field-find, widget-before-change)
6933         (widget-after-change, widget-default-complete)
6934         (widget-default-create, widget-default-delete)
6935         (widget-push-button-value-create, editable-field)
6936         (widget-field-prompt-value, widget-field-validate)
6937         (widget-choice-value-create, widget-choice-action)
6938         (widget-choice-validate, widget-checklist-add-item)
6939         (widget-radio-add-item, widget-radio-chosen)
6940         (widget-radio-value-inline, widget-editable-list-value-create)
6941         (widget-editable-list-entry-create)
6942         (widget-documentation-link-add)
6943         (widget-documentation-string-value-create)
6944         (widget-regexp-validate, widget-file-complete)
6945         (widget-sexp-validate, widget-plist-convert-widget)
6946         (widget-plist-convert-widget, widget-alist-convert-widget)
6947         (widget-alist-convert-widget, widget-color-complete): Simplify,
6948         particularly to avoid bindings which aren't optimized out.
6950         * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
6951         Doc fix.
6952         (down-list, backward-up-list, up-list, kill-sexp)
6953         (backward-kill-sexp, mark-sexp): Make arg optional.
6954         (lisp-complete-symbol): Add optional arg PREDICATE.
6956         * cus-start.el: Add display-buffer-reuse-frames,
6957         file-coding-system-alist.
6959 2000-08-20  Gerd Moellmann  <gerd@gnu.org>
6961         * startup.el (command-line): Clear realized faces after
6962         modifying TTY color mappings.
6964 2000-08-20  Miles Bader  <miles@gnu.org>
6966         * faces.el (face-attr-match-p): Don't return true if ATTRS are
6967         merely a subset of FACE's attributes.
6969 2000-08-19  Miles Bader  <miles@gnu.org>
6971         * comint.el (comint-output-filter): Save the point with a marker,
6972         not just a buffer position.
6974         * international/mule.el (set-buffer-process-coding-system): Make
6975         interactive prompt less confusing.
6977 2000-08-19  Gerd Moellmann  <gerd@gnu.org>
6979         * hilit-chg.el: General cleanup of doc strings, comments and
6980         code formatting.
6982 2000-08-19  Miles Bader  <miles@gnu.org>
6984         * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
6985         Compiler macro removed; beginning-of-line is no longer always
6986         equivalent to forward-line, in the presence of fields.
6988         * comint.el (comint-output-filter): Remove ad-hoc saving of
6989         restriction, and just use save-restriction, now that it works
6990         correctly.  Don't adjust comint-last-input-start to account for
6991         our insertion; it shouldn't have moved because we don't use
6992         insert-before-markers anymore.  Comment out call to
6993         `force-mode-line-update'; why is it here?
6995         * gud.el (gud-basic-call): Temporarily widen gud comint buffer
6996         while checking for prompt to delete.  Use `forward-line 0'
6997         instead of beginning-of-line.
6998         (gud-filter): Temporarily widen gud comint buffer while
6999         examining output.
7001 2000-08-18  Stefan Monnier  <monnier@cs.yale.edu>
7003         * progmodes/sh-script.el: Big bag of typos.
7005         * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
7006         check since ispell-process is not bound when ispell is not yet loaded.
7008 2000-08-18  Dave Love  <fx@gnu.org>
7010         * image.el (find-image): Copy `spec' before using plist-put.
7012 2000-08-18  Gerd Moellmann  <gerd@gnu.org>
7014         * textmodes/ispell.el (ispell-dictionary-alist-6): Add
7015         `portugues'.
7017         * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
7018         backward-kill-sexp, analogous to kill-sexp.
7020         * progmodes/icon.el (icon-indent-line)
7021         (icon-is-continuation-line): Handle comments specially.
7023 2000-08-17  Ken Stevens <k.stevens@ieee.org>
7025         * ispell.el: Set to standard author/maintainer/keyword fields.
7026         Fine tuning to menu map appearance and operation, and added help.
7027         Remove `start' and `end' error messages when compiling.
7028         (ispell-choices-win-default-height): Fixed comment string.
7029         (ispell-dictionary-alist-1): Fixed regexp in castellano and
7030         castellano8 dictionaries.
7031         (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
7032         (ispell-dictionary-alist-4): Fixed regexp in francais-tex
7033         dictionary, added italiano dictionary.
7034         (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
7035         word character
7036         (ispell-tex-skip-alists): Added psfig support.
7037         (ispell-skip-html): Renamed from ispell-skip-sgml.
7038         (ispell-begin-skip-region-regexp, ispell-skip-region)
7039         (ispell-minor-check): Improved html skipping support to skip across
7040         code, and recognize `&' commands without propper `;' syntax;
7041         (ispell-process-line): Fix alignment error when manually
7042         correcting spelling.
7043         (ispell): Fix comment string.
7044         (ispell-add-per-file-word-list): Always put word list on new line.
7046 2000-08-17  Gerd Moellmann  <gerd@gnu.org>
7048         * format.el (format-encode-run-method): Fix error message to say
7049         `encode' instead of `decode'.  Use save-window-excursion around
7050         shell-command-on-region as in format-decode-run-method because
7051         shell-command-on-region can display a buffer with error output.
7052         (format-decode): Don't record undo information for the decoding.
7053         (format-annotate-function): Add parameter FORMAT-COUNT.  Make
7054         that number part of the temporary buffer name so that more than
7055         one decoding using a temporary buffer can happen safely.
7057         * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
7058         of `A-z' in the regexp.
7060         * hilit-chg.el: Fix typos in commentary.
7062         * help.el (view-emacs-news): Rewritten for new naming scheme
7063         for old NEWS files.
7065         * startup.el (command-line): Pop to *Messages* in case an error
7066         is signaled while loading user-init-file.
7068 2000-08-17  Andreas Schwab  <schwab@suse.de>
7070         * files.el (insert-directory): Don't lose original file name,
7071         undoing an undocumented change.
7073 2000-08-17  Alex Schroeder  <alex@gnu.org>
7075         * sql.el (sql-magic-go): Use comint-bol.
7076         (sql-copy-column): Use comint-line-beginning-position.
7077         (comint-line-beginning-position): Define a replacement for
7078         comint-line-beginning-position if it is not fboundp.
7080 2000-08-17  Alex Schroeder  <alex@gnu.org>
7082         * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
7083         it didn't have any effect anyway.
7085 2000-08-17  Alex Schroeder  <alex@gnu.org>
7087         * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
7088         --pset and pager=off instead of sending \\o|cat at the beginning
7089         of the session.
7091 2000-08-17  Miles Bader  <miles@gnu.org>
7093         * progmodes/octave-inf.el: Add compatibility definition of
7094         comint-line-beginning-position.
7096 2000-08-17  Kenichi Handa  <handa@etl.go.jp>
7098         * startup.el (normal-top-level): Look in each dir in load-path for
7099         a leim-list.el file too.  This assures of loading leim-list.el
7100         that is created at Emacs installation time even if a user have his
7101         own leim-list.el.
7103 2000-08-17  Miles Bader  <miles@gnu.org>
7105         * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
7106         foreground color to black if the background is dark.
7108 2000-08-16  Stefan Monnier  <monnier@cs.yale.edu>
7110         * loadhist.el (unload-feature): Typo.
7112         * finder.el (finder-compile-keywords):
7113         * cus-dep.el (custom-make-dependencies): Add local-variable settings
7114         to the generated file.
7116         * mail/mh-e.el (mh-make-local-vars):
7117         Replace make-variable-buffer-local with make-local-variable.
7119         * play/landmark.el:
7120         * options.el (Edit-options-{set,toggle,t,nil}):
7121         * mail/mailabbrev.el (mail-abbrevs-mode):
7122         * textmodes/tex-mode.el (tex-expand-files):
7123         * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
7125         * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
7127         * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
7128         (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
7129         Allow going past the last element.
7130         * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
7131         (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
7132         (cvs-mouse-toggle-mark): Don't move point.
7133         (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
7135         * progmodes/compile.el (grep): Provide a default set of files.
7136         (next-error): Docstring fix.
7137         (compilation-find-file): Avoid find-file (fails in a dedicated window).
7139         * emacs-lisp/easy-mmode.el (define-minor-mode):
7140         Use `symbol-value' to keep the byte-compiler quiet.
7142         * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
7143         (diff-find-source-location): New fun, extracted from diff-goto-source.
7144         (diff-goto-source): Use it.
7145         (diff-next-complex-hunk, diff-filter-lines): New function.
7146         (diff-apply-hunk): New command.
7148         * smerge-mode.el (smerge-mode-menu): Doc fix.
7150         * msb.el (msb-mode): Define it in terms of define-minor-mode.
7152 2000-08-16  Dave Love  <fx@gnu.org>
7154         * windmove.el (windmove) <defgroup>: Add :version.
7156         * net/goto-addr.el: Don't require browse-url.  Require thingatpt.
7157         (goto-address-fontify-p, goto-address-highlight-p)
7158         (goto-address-url-face, goto-address-url-mouse-face)
7159         (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
7160         (goto-address-url-regexp): Use thing-at-point-url-regexp.
7161         (goto-address-fontify, goto-address-at-mouse): Simplify,
7162         (goto-address-at-point): browse-url-url-at-point,
7163         goto-address-find-address-at-point can return nil.
7164         (goto-address-find-address-at-point): Return nil on failure.
7166         * align.el (align) <defgroup>: Add :version.
7168         * calculator.el (calculator): Add :version.
7169         (calculator): Use two lines for calculator window if `modeline'
7170         face is boxed.
7172         * play/5x5.el: Doc fixes.
7173         (5x5) <defgroup>: Add :version.
7175         * play/fortune.el (fortune) <defgroup>: Add :version.
7176         (fortune-append): Fix error message.
7177         (fortune-from-region): Doc fix.
7179         * play/pong.el (pong): Doc fix.
7181         * play/morse.el: Keywords, commentary, autoloads.
7183 2000-08-16  Eli Zaretskii  <eliz@is.elta.co.il>
7185         * desktop.el (desktop-save): Don't look at symbol-value of a
7186         member of minor-mode-alist, unless it is boundp.
7188 2000-08-16  Sam Steingold  <sds@gnu.org>
7190         * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
7191         `while'; use `with-current-buffer' instead of `save-excursion'.
7192         Removed unnecessary kludges now that "*Buffer List*" is excluded.
7194 2000-08-16  Kenichi Handa  <handa@etl.go.jp>
7196         * international/ccl.el (declare-ccl-program): Docstring modified.
7197         (ccl-execute-with-args): Likewise.
7199 2000-08-16  Miles Bader  <miles@gnu.org>
7201         * progmodes/sql.el: Add compatibility definition of
7202         comint-line-beginning-position.
7204 2000-08-15  Gerd Moellmann  <gerd@gnu.org>
7206         * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
7207         'buffer-menu' property.
7208         (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
7209         fails.
7210         (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
7211         buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
7212         wasn't killed.
7214         * buff-menu.el (list-buffers-noselect): Don't display the
7215         *Buffer List* buffer.
7217         * font-lock.el: Require jit-lock to prevent a very late
7218         `Loading jit-lock' message.
7220         * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
7221         * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
7222         mail address.
7224 2000-08-15  Miles Bader  <miles@gnu.org>
7226         * textmodes/ispell.el (ispell-graphic-p): New constant.
7227         (ispell-choices-win-default-height, ispell-help): Use
7228         `ispell-graphic-p' instead of `xemacsp'.
7230 2000-08-15  Dave Love  <fx@gnu.org>
7232         * simple.el: Autoload widget-convert when compiling.
7233         (mail-user-agent): Doc fix.
7235         * help.el (function-called-at-point, variable-at-point): Use
7236         with-syntax-table.
7237         (help-manyarg-func-alist): Add insert-and-inherit.
7239         * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
7241         * delsel.el (delsel-unload-hook): New function.
7243         * find-file.el: Doc fixes.  Move provide to end.
7244         (ff) <defgroup>: Add :link.
7245         (ff-goto-click): Deleted.
7246         (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
7247         Use mouse-set-point.
7249         * textmodes/tildify.el: Doc fixes.
7250         (tildify) <defgroup>: Add:version.
7252         * progmodes/glasses.el (glasses) <defgroup>: Add :version.
7253         (glasses-custom-set): Use set-default, not set.
7254         (minor-mode-alist): Propertize the lighter.
7255         (glasses-mode): Provide optional arg.
7257         * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
7258         (global-cwarn-mode): Don't make it a user option.  Unquote lambda.
7259         (cwarn-font-lock-feature-keywords-alist): Don't make it a user
7260         option.  Provide :type.
7261         (cwarn-configuration): Provide :type.
7262         (cwarn-mode): Doc fix.
7264         * add-log.el (change-log-merge): Doc fix.
7265         (change-log-redate): New command.
7267         * net/browse-url.el (browse-url-filename-alist): Add a clause for
7268         Doze and Dog.
7269         (browse-url): Use dolist, not mapcar.
7270         (browse-url-at-point): Check for null url.
7271         (browse-url-event-buffer, browse-url-event-point): Functions
7272         deleted.
7273         (browse-url-at-mouse, browse-url-netscape): Simplify.
7275         * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
7276         modes.
7277         (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
7278         Fix previous change to mapcan.
7279         (msb--init-file-alist, msb--add-separators)
7280         (msb--make-keymap-menu): Simplify.
7281         (msb--choose-file-menu): Use copy-sequence.
7282         (msb-mode-map): Add title to keymap.
7283         (msb-unload-hook): New function.
7285         * bs.el: Fix indentation.
7286         (bs) <defgroup>: Add :links.
7287         (bs-show): Doc fix.
7288         (bs-apply-sort-faces): Don't use window-system.
7289         (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
7291 2000-08-15  Eli Zaretskii  <eliz@is.elta.co.il>
7293         * calendar/timeclock.el (timeclock-file): Run .timelog through
7294         convert-standard-filename.
7296 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
7298         * emacs-lisp/authors.el: New file.
7300         * paren.el (show-paren-priority): New user option.
7301         (show-paren-function): Set overlay priorities to
7302         show-paren-priority.
7304 2000-08-14  Miles Bader  <miles@gnu.org>
7306         * comint.el (comint-bol): Use `forward-line 0' instead of calling
7307         beginning-of-line with inhibit-field-text-motion bound.
7309 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
7311         * calendar/timeclock.el: New file.
7313 2000-08-14  David Ponce  <david@dponce.com>
7315         * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
7316         `widget-button-click'. so that one can use left mouse button to
7317         click on dialog buttons.
7319 2000-08-14  Emmanuel Briot  <briot@gnat.com>
7321         * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
7322         identifiers, since XML is case sensitive
7324 2000-08-12  Miles Bader  <miles@gnu.org>
7326         * comint.el (comint-output-filter): Don't bother frobbing
7327         window-start, it doesn't seem to be necessary.
7329         * comint.el (comint-send-string, comint-send-region): Make into
7330         real functions.  Snapshot the prompt before sending.
7332 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
7334         * info.el (Info-find-emacs-command-nodes): Rewrite to use
7335         technique similar to Info-index, instead of relying on specific
7336         names of relevant Index nodes.
7337         (Info-goto-emacs-command-node): Bind Info-history to nil when
7338         going to the first node found by Info-find-emacs-command-nodes.
7340 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
7342         * menu-bar.el (menu-bar-help-menu): Add a :help string.
7344 2000-08-10  Miles Bader  <miles@gnu.org>
7346         * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
7348 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
7350         * info.el (Info-file-list-for-emacs): More elements for the
7351         autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
7352         and woman manuals.
7354 2000-08-10  Miles Bader  <miles@lsi.nec.co.jp>
7356         * comint.el (comint-send-input): Make the newline boundary overlay
7357         rear-nonsticky.  Use `insert' instead of `insert-before-markers'.
7358         (comint-output-filter): Use `insert' instead of
7359         `insert-before-markers'.  Extend comint-last-output-overlay when
7360         necessary since we can't rely on insert-before-markers to do it.
7361         * gud.el (gud-filter): Use `with-current-buffer' instead of
7362         save-excursion when inserting the output, so that point gets
7363         updated correctly; the old method relied on a rather dodgy
7364         side-effect of comint-output-filter to avoid the effect of
7365         save-excursion.
7367 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
7369         * files.el (recover-file): Call insert-directory instead of
7370         invoking `ls' directly.
7372 2000-08-10  Miles Bader  <miles@gnu.org>
7374         * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
7375         (comint-last-prompt-overlay): New variables.
7376         (comint-output-filter): Implement prompt highlighting.
7377         (comint-snapshot-last-prompt): New function.
7378         (comint-send-input): Snapshot the last prompt.
7379         Use comint-highlight-input-face.
7380         (comint-highlight-input-face): Renamed from `comint-highlight-face'.
7381         Use defface instead of defcustom.
7382         (send-invisible, comint-send-eof): Snapshot the last prompt.
7383         (comint-delchar-or-maybe-eof): Use comint-send-eof.
7384         (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
7386 2000-08-09  Stefan Monnier  <monnier@cs.yale.edu>
7388         * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
7389         (regexp-opt-group): Use a list of chars for `letters'.
7390         (regexp-opt-charset): `chars' is now a list of chars.
7391         Use a char-table rather than a vector so it works for multibyte chars.
7393         * pcvs.el (cvs-menu): Don't move point.  Use popup-menu.
7394         Set cvs-minor-current-files to the selected fileinfo.
7395         (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
7396         (cvs-mode-insert): Manually macroexpand `ignore-errors'.
7398 2000-08-09  Eli Zaretskii  <eliz@is.elta.co.il>
7400         * files.el (insert-directory): Don't call access-file on
7401         directories on DOS and Windows.
7403 2000-08-09  Kenichi Handa  <handa@etl.go.jp>
7405         * international/ccl.el (ccl-embed-data): Make ccl-program-vector
7406         longer if necessary.
7407         (ccl-embed-code): Call ccl-embed-data to store CODE in
7408         ccl-program-vector.
7410 2000-08-09  Miles Bader  <miles@gnu.org>
7412         * comint.el (comint-output-filter): Properly handle the case where
7413         the text surrounded by comint-last-output-overlay was deleted.
7415 2000-08-08  Gerd Moellmann  <gerd@gnu.org>
7417         * info.el (Info-insert-dir): Use Info-additional-directory-list if
7418         non-nil.
7419         (Info-file-list-for-emacs): Remove "info" from the list because
7420         that leads to trying to use the documentation from file `info'
7421         in various situations where it isn't appropriate, for instance
7422         C-h C-k C-h i.
7424         * ffap.el (ffap-read-file-or-url-internal): Handle case that
7425         DIR and/or STRING are nil.
7427         * progmodes/compile.el (compilation-setup): Make variable
7428         compilation-error-screen-columns buffer-local, as some comment
7429         in the code suggests it should be.
7431         * files.el (auto-mode-interpreter-regexp): New variable.
7432         (set-auto-mode): Use it.
7434         * indent.el (indent-for-tab-command): Doc fix.
7436         * mouse-sel.el (mouse-sel-mode): Doc fix.
7438         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
7439         labels.
7441         * help.el (print-help-return-message): When
7442         display-buffer-reuse-frames is set, let the help window been quit,
7443         instead of deleting it, which might delete a reused frame.
7445 2000-08-08  Eli Zaretskii  <eliz@is.elta.co.il>
7447         * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
7448         rename a directory to a name that differs only by its letter case.
7450 2000-08-08  Kenichi Handa  <handa@etl.go.jp>
7452         * international/quail.el (quail-define-rules): Handle Quail decode
7453         map correctly.  Add code for supporting annotations.
7454         (quail-install-decode-map): New function.
7455         (quail-defrule-internal): New optional arguments decode-map and
7456         props.
7457         (quail-advice): New function.
7459 2000-08-07  Sam Steingold  <sds@gnu.org>
7461         * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
7462         `defconst', `define-condition', `with-slots'.
7463         * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
7465 2000-08-03  Miles Bader  <miles@gnu.org>
7467         * comint.el (comint-use-prompt-regexp-instead-of-fields):
7468         New variable.
7469         (comint-prompt-regexp, comint-get-old-input): Document dependence on
7470         comint-use-prompt-regexp-instead-of-fields.
7471         (comint-send-input): Add `input' field property to stuff we send to
7472         the process, if comint-use-prompt-regexp-instead-of-fields is nil.
7473         (comint-output-filter): Add `output' field property to process
7474         output, if comint-use-prompt-regexp-instead-of-fields is nil.
7475         (comint-replace-by-expanded-history)
7476         (comint-get-old-input-default, comint-show-output)
7477         (comint-backward-matching-input, comint-forward-matching-input)
7478         (comint-next-prompt, comint-previous-prompt):  Use field
7479         properties if comint-use-prompt-regexp-instead-of-fields is nil.
7480         (comint-line-beginning-position): New function.
7481         (comint-bol): Use comint-line-beginning-position.  Make ARG optional.
7482         (comint-replace-by-expanded-history-before-point): Use
7483         comint-line-beginning-position and line-end-position.
7484         (comint-last-output-overlay): New variable.
7485         (comint-mode): Make `comint-last-output-overlay' buffer-local.
7487         * shell.el (shell-prompt-pattern): Doc change.
7488         (shell-backward-command): Use line-beginning-position.
7490         * gud.el (gud-gdb-complete-command): Use
7491         comint-line-beginning-position.
7493         * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
7494         comint-bol doesn't actually go to the beginning of the line.
7496         * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
7497         if comint-use-prompt-regexp-instead-of-fields is non-nil.
7498         (try-expand-line-all-buffers): Likewise.
7500         * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
7501         explicitly matching comint-prompt-regexp.
7502         (sql-copy-column): Use comint-line-beginning-position instead of
7503         explicitly matching comint-prompt-regexp.
7505         * progmodes/octave-inf.el (inferior-octave-complete): Use
7506         comint-line-beginning-position.
7508         * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
7510         * progmodes/idlw-shell.el (idlwave-shell-send-command): When
7511         looking for a prompt, use `forward-line 0' instead of
7512         `beginning-of-line', to avoid getting caught by an input field.
7514 2000-08-07  Gerd Moellmann  <gerd@gnu.org>
7516         * files.el (shell-quote-wildcard-pattern): Make sure to return
7517         PATTERN, in the Unix case.
7519 2000-08-07  Eli Zaretskii  <eliz@is.elta.co.il>
7521         * play/zone.el (zone): Discard any pending input before running
7522         the randomly-chosen pgm.
7524 2000-08-07  Kenichi Handa  <handa@etl.go.jp>
7526         * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
7527         checking the existence of any multibyte characters.
7529 2000-08-06  Gerd Moellmann  <gerd@gnu.org>
7531         * help.el (describe-mode): Test minor-mode symbol for being
7532         bound before testing its value for being nil.
7534         * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
7535         `first', `second', and `third'.
7537         * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
7538         (second): Make it an alias for `cadr'.
7540 2000-08-06  Eli Zaretskii  <eliz@is.elta.co.il>
7542         * bs.el (bs-apply-sort-faces): Don't use window-system, since all
7543         types of display support faces now.
7545 2000-08-05  Gerd Moellmann  <gerd@gnu.org>
7547         * pcvs.el (require): Require `cl' during compilation, only.
7549         * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
7550         (toplevel): Remove `remq' and `remove' from autoloads.
7551         (cl-fake-autoloads): New variable.  If set, arrange for an error
7552         when CL functions etc. are autoloaded.
7554 2000-08-04  Eli Zaretskii  <eliz@is.elta.co.il>
7556         * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
7558         * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
7559         popped up, but the user clicks outside the menu, return an empty
7560         regexp (that causes unhighlight-regexp to have no effect).
7562         * menu-bar.el (menu-bar-games-menu): Add Zone.
7564         * hi-lock.el (toplevel): Require font-lock.
7566 2000-08-03  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7568         * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
7569         (ebnf-8-bit-chars): New var for bug fix.
7570         (ebnf-string): Bug fix.
7572 2000-08-03  Sam Steingold  <sds@gnu.org>
7574         * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
7575         instead of `buffer-string'.
7576         (require 'cl): Always, not just when compiling.
7577         `ignore-errors' in `interactive', `list*', `defun*' &c make this
7578         necessary.
7580 2000-08-03  Eli Zaretskii  <eliz@is.elta.co.il>
7582         * international/mule-cmds.el (select-safe-coding-system): Make
7583         the message text about selecting a safe coding system more clear.
7585 2000-08-02  Gerd Moellmann  <gerd@gnu.org>
7587         * hi-lock.el: New file.
7589         * play/zone.el: New file.
7591         * replace.el (occur): Set tab-width in the *Occur* buffer to the
7592         value of tab-width in the original buffer.  Choose a line number
7593         format that's a multiple of the original buffer's tab width, so
7594         that lines appear right.
7596         * textmodes/ispell.el (ispell): New function, replacing an alias.
7597         Spell-check active region if in transient-mark-mode and mark
7598         is active; otherwise spell-check buffer.
7600 2000-08-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7602         * ps-mule.el: Fix a customization problem on
7603         ps-mule-font-info-database-default.
7605 2000-08-02  Eli Zaretskii  <eliz@is.elta.co.il>
7607         * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
7608         display-mouse-p instead of window-system.
7609         (ebrowse-member-mode-map): Ditto.
7611 2000-08-01  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7613         * progmodes/ebnf2ps.el: Update ps-print functions call.
7614         Indentation fix.  Doc fix.
7615         (ebnf-version): New version number (3.2).
7616         (ebnf-format-color, ebnf-begin-job): Code fix.
7618 2000-08-01  Eli Zaretskii  <eliz@is.elta.co.il>
7620         * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
7621         font lock support on window-system.
7622         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
7624         * textmodes/ispell.el (ispell-highlight-spelling-error): Use
7625         display-color-p, if fboundp, instead of window-system.
7627 2000-07-31  Eli Zaretskii  <eliz@is.elta.co.il>
7629         * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
7630         instead of window-system.
7632         * wid-edit.el (widget-choose): Use display-mouse-p instead of
7633         window-system.
7634         (widget-choice-mouse-down-action): Use display-popup-menus-p
7635         instead of window-system.
7637         * strokes.el (strokes-file): Run the file name through
7638         convert-standard-filename.
7639         (strokes-mode): Call display-mouse-p instead of looking at
7640         window-system.  Change the error message accordingly.
7642         * progmodes/cpp.el (toplevel): Support faces on tty's.
7644         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
7645         (lm-plot-square, lm-init-display): Don't use window-system.
7647         * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
7648         (gomoku-plot-square, gomoku-init-display): Don't use window-system.
7650         * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
7651         instead of looking at window-system.
7653 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
7655         * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
7656         of testing if iswitchb-prepost-hooks is bound, because the
7657         latter will always be true when invoking a recursive minibuffer
7658         from an active Iswitchb buffer.
7660 2000-07-30  Eli Zaretskii  <eliz@is.elta.co.il>
7662         * files.el (shell-quote-wildcard-pattern): New function.
7663         (insert-directory): Call it.  Only prepend "\" to command on Unix
7664         and GNU/Linux systems.
7666 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
7668         * eshell/esh-groups.el: Change custom :link file names
7669         from `eshell.info' to `eshell'.
7671 2000-07-30  Francis Wright  <fjw@maths.qmw.ac.uk>
7673         * dired.el (dired-build-subdir-alist): Expand subdirectory names
7674         correctly in recursive ange-ftp listings.
7676 2000-07-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7678         * ps-print.el: Fix bug 1: if ps-font-size-internal,
7679         ps-header-font-size-internal and
7680         ps-header-title-font-size-internal variables are not set,
7681         ps-nb-pages and ps-line-lengths-internal crashes.  Fix bug 2: if
7682         face text property is (foreground-color . COLOR) or
7683         `(background-color . COLOR)', ps-print crashes.  Doc fix.
7684         (ps-print-version): New version number (5.2.4).
7685         (ps-plot-region): Code fix.
7686         (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
7687         (ps-face-attribute-list, ps-face-attributes, ps-face-background):
7688         Bug fix 2.
7690 2000-07-30  Milan Zamazal  <pdm@freesoft.cz>
7692         * glasses.el (glasses-make-readable): Fix uncapitalization of
7693         identifiers like `myXMLDocument'.
7695 2000-07-28  Karl Fogel  <kfogel@red-bean.com>
7697         * mail/mail-hist.el (mail-hist-previous-input)
7698         (mail-hist-next-input): Do the obvious code factorization.
7699         (mail-hist-retrieve-and-insert): New func, contains common
7700         code of above two.
7701         If inserting a message body, leave point at top.
7703 2000-07-28  Sam Steingold  <sds@gnu.org>
7705         * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
7706         Use `<=', not `<' to compare times!
7707         (ange-ftp-ls): Remove.
7709 2000-07-27  Gerd Moellmann  <gerd@gnu.org>
7711         * play/cookie1.el: Add explanation of how to make cookie.el
7712         compatible with strfile(1) to comment.
7714         * subr.el (remove, remq): New functions.
7716         * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
7717         escape `*' in regexps.
7718         (midnight-find): Reverse order of arguments in the funcall of
7719         TEST.
7721         * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
7722         and `.class'.
7724         * play/meese.el: Add Commentary section.
7726 2000-07-27  Alex Schroeder  <alex@gnu.org>
7728         * sql.el (sql-ms): Added autoload cookie.
7729         (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
7730         (sql-oracle): Ditto.
7731         (sql-help): Doc change.
7733         (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
7734         types and exceptions.
7736 2000-07-27  Alex Schroeder  <alex@gnu.org>
7738         * sql.el (sql-placeholder-history): New variable.
7739         (sql-query-placeholders-and-send): New function that will query
7740         the user and replace placeholders with user input.
7741         (sql-oracle): If running on NT, set comint-input-sender to
7742         sql-query-placeholders-and-send.
7744         (sql-stop): If in the SQLi buffer, insert stop notification, else
7745         present it as a message.
7747 2000-07-27  Alex Schroeder  <alex@gnu.org>
7749         * sql.el (sql-input-ring-separator): Doc change.
7750         (sql-input-ring-file-name): Doc change.
7751         (sql-interactive-mode): Use `sql-input-ring-separator' and
7752         `sql-input-ring-file-name' to set the comint-mode equivalents
7753         without making them local variables.
7754         (sql-stop): Don't bind `sql-input-ring-separator' and
7755         `sql-input-ring-file-name' dynamically to their comint-mode
7756         equivalents.
7758 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
7760         * international/mule.el (register-char-codings): New function.
7761         (make-coding-system): Handle `safe-chars' specification in the arg
7762         PROPERTY.
7764         * international/mule-cmds.el
7765         (find-coding-systems-region-subset-p): This function deleted.
7766         (sort-coding-systems-predicate): New variable.
7767         (sort-coding-systems): New function.
7768         (find-coding-systems-region): Use
7769         find-coding-systems-region-internal.
7770         (find-coding-systems-string): Use find-coding-systems-region.
7771         (find-coding-systems-for-charsets): Check
7772         char-coding-system-table.
7773         (select-safe-coding-system-accept-default-p): New variable.
7774         (select-safe-coding-system): Mostly rewritten.  New argument
7775         ACCEPT-DEFAULT-P.
7776         (select-message-coding-system): Call select-safe-coding-system
7777         with ACCEPT-DEFAULT-P arg.
7778         (reset-language-environment): Reset default-sendmail-coding-system
7779         to the default value iso-latin-1.
7780         (set-language-environment): Don't set the obsolete variable
7781         charset-origin-alist.
7783         * international/codepage.el (cp-coding-system-for-codepage-1):
7784         Give `safe-chars' property to make-coding-system.
7786         * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
7787         calling select-message-coding-system twice.
7789         * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
7790         instead of `safe-charsets'.
7791         (cyrillic-alternativnyj): Likewise.
7792         (ccl-encode-alternativnyj): Don't check the charset
7793         cyrillic-iso8859-5.
7795 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
7797         * composite.el (compose-chars-after): Preserve match data.
7799 2000-07-26  Sam Steingold  <sds@gnu.org>
7801         * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
7802         (ange-ftp-real-file-newer-than-file-p): New function.
7803         (ange-ftp-verify-visited-file-modtime): Use `float-time'.
7804         (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
7806         * tooltip.el (tooltip-float-time): Removed (use `float-time').
7807         * midnight.el (midnight-float-time): Ditto.
7809 2000-07-26  Andreas Schwab  <schwab@suse.de>
7811         * files.el (normal-backup-enable-predicate): Correct
7812         interpretation of the return value of compare-strings.
7814 2000-07-26  Gerd Moellmann  <gerd@gnu.org>
7816         * isearch.el (isearch-resume): New function.
7817         (isearch-done): Add something to command-history to resume
7818         the search.
7819         (isearch-yank-line, isearch-yank-word): Use
7820         buffer-substring-no-properties instead of buffer-substring.
7822         * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
7823         of flyspell-mouse-map.
7825         * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
7826         duplicate definition.
7827         (makefile-mode): Remove duplicate setting of local-abbrev-table.
7829         * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
7830         (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
7832 2000-07-25  Sam Steingold  <sds@gnu.org>
7834         * net/ange-ftp.el: Get modtime over the net.
7835         (ange-ftp-file-modtime): New function.
7836         (ange-ftp-write-region, ange-ftp-insert-file-contents)
7837         (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
7838         Use it.
7839         (ange-ftp-dot-to-slash): New function.
7840         (ange-ftp-fix-name-for-vms): Use it.
7842         * midnight.el (midnight-buffer-display-time): Use
7843         `with-current-buffer'.
7845 2000-07-25  Gerd Moellmann  <gerd@gnu.org>
7847         * find-dired.el: Update copyright notice.
7848         (find-dired): Offer to kill a running `find'.
7850         * enriched.el (enriched-face-ans): For a `foreground-color'
7851         property, return '(("x-color" COLOR))' so that COLOR will be
7852         output as a parameter of the x-color annotation.  Likewise for the
7853         `background-color' property.  In the case of normal face
7854         properties, don't return annotations for unspecified foreground
7855         and background face attributes.
7857 2000-07-25  Kenichi Handa  <handa@etl.go.jp>
7859         * language/japan-util.el (japanese-katakana-region): Fix handling
7860         HANKAKU argument.
7862 2000-07-25  Miles Bader  <miles@gnu.org>
7864         * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
7865         constrain-to-field.  Pass nil ESCAPE-FROM-EDGE argument to
7866         constrain-to-field.
7868 2000-07-24  Andrew Innes  <andrewi@gnu.org>
7870         * timer.el (timer-activate-when-idle): Add optional parameter
7871         DONT-WAIT.  Update docstring.
7872         (run-with-idle-timer): Specify extra parameter to
7873         timer-activate-when-idle, so that timer will be activated
7874         immediately if Emacs is already idle.
7876         * w32-fns.el (w32-using-nt): Fix docstring.
7878 2000-07-24  Dave Love  <fx@gnu.org>
7880         * mouse.el (popup-menu): Set last-command-event.
7881         (mouse-major-mode-menu-prefix): Declare.
7883 2000-07-24  Gerd Moellmann  <gerd@gnu.org>
7885         * textmodes/flyspell.el: Update to author's version 1.5d.
7887         * progmodes/hideshow.el: Update copyright notice.
7889         * vcursor.el: Set maintainer to FSF, since author cannot
7890         be reached.
7892 2000-07-24  Eli Zaretskii  <eliz@is.elta.co.il>
7894         * info.el (Info-goto-emacs-key-command-node): Leave a space after
7895         the prompt.
7897         * mouse.el (popup-menu): Run the keymap through indirect-function,
7898         in case it was defined with define-prefix-key.  If the menu is a
7899         list of keymaps, look up the binding of user's choice in each one
7900         of the keymaps.
7901         (mouse-popup-menubar): If the global and local menu-bar keymaps
7902         don't have a prompt string, create one and insert it into the
7903         keymap.  Don't barf if current-local-map returns nil.
7905 2000-07-24  Francis Wright  <fjw@maths.qmw.ac.uk>
7907         * dired.el (dired-sort-R-check): Added to allow recursive listing
7908         to be undone.
7909         (dired-sort-other): Use it.
7911 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
7913         * Release of cc-mode 5.27
7915 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
7917         * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
7918         c-beginning-of-statement-1 that caused a bad case of recursion
7919         which could consume a lot of CPU in large classes in languages
7920         that have in-expression classes (i.e. Java and Pike).
7922         * cc-engine.el (c-guess-basic-syntax): Check for in-expression
7923         statements before top level constructs (i.e. case 6 is moved
7924         before case 5 and is now case 4) to catch in-expression
7925         classes in top level expressions correctly.
7927 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
7929         * cc-engine.el (c-guess-basic-syntax): Less naive handling of
7930         objc-method-intro. Case 4 removed and case 5I added.
7932         * cc-langs.el (c-append-paragraph-start): New variable used by
7933         c-common-init to get paragraph-start correct.
7934         * cc-langs.el (c-common-init): Use c-append-paragraph-start to
7935         initialize paragraph-start to make it correct both with and
7936         without the javadoc special case.
7938         * cc-mode.el (java-mode): Use c-append-paragraph-start to
7939         initialize paragraph-start for javadoc markup.
7941         * cc-vars.el (c-style-variables-are-local-p): Incompatible
7942         change by defaulting this to t.  It's motivated by the
7943         confusing behavior that otherwise arise from the style system
7944         when editing both java and non-java files at the same time
7945         (see the comments about style setting in c-common-init).
7947 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
7949         * cc-cmds.el (c-indent-new-comment-line): Added a kludge
7950         similar to the one in c-fill-paragraph to check the fill
7951         prefix from the adaptive fill function for sanity.
7953 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
7955         * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
7956         defun block.
7958 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
7960         * cc-mode.texi Documented the change of cpp-macro.
7962 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
7964         * cc-align.el (c-lineup-multi-inher): Handle lines with
7965         leading comma nicely. Extended to handle member initializers
7966         too.
7968         * cc-engine.el: (c-beginning-of-inheritance-list,
7969         c-guess-basic-syntax): Fixed recognition of inheritance lists
7970         when the lines begins with a comma.
7972         * cc-mode.texi: Updated doc for c-lineup-multi-inher.
7974         * cc-vars.el (c-offsets-alist): Changed default for
7975         member-init-cont to c-lineup-multi-inher since it now handles
7976         member initializers and indents better for leading commas.
7978 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
7980         * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
7981         handling that caused class open lines to be recognized as
7982         statement-conts in some cases.
7984         * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
7985         guessed by the adaptive fill function unless point is on the
7986         first line of a block comment.
7988         * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
7989         when the buffer ends with a macro continuation char.
7991         * cc-engine.el (c-guess-basic-syntax): Added support for
7992         function definitions as statements in Pike.  The first
7993         statement in a lambda block is now labeled defun-block-intro
7994         instead of statement-block-intro.
7996         * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
7997         so that the class surrounding point is selected, not the one
7998         innermost in the state.
8000         * cc-engine.el (c-guess-basic-syntax): Fixed bug in
8001         recognition of switch labels having hanging multiline
8002         statements.
8004         * cc-engine.el (c-beginning-of-member-init-list): Broke out
8005         some code in c-guess-basic-syntax to a separate function.
8006         * cc-engine.el (c-just-after-func-arglist-p): Fixed
8007         recognition of member inits with multiple line arglists.
8008         * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
8009         member-init-cont when the commas are in funny places.
8011 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8013         * cc-defs.el (c-auto-newline): Removed this macro since it's
8014         not used anymore.
8016         * cc-engine.el (c-looking-at-bos): New helper function.
8017         * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
8018         inexpr and toplevel classes apart in Pike.
8020         * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
8021         of case 9A.
8023         * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
8024         constant, since "class" can introduce an in-expression class
8025         in Pike nowadays.
8027 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8029         * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
8030         indentation on cpp-macro lines.
8032         * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
8033         a syntax modifier like comment-intro, to make it possible to
8034         get syntactic indentation for preprocessor directives.  It's
8035         incompatible wrt to lineup functions on cpp-macro, but it has
8036         no observable effect in the 99.9% common case where cpp-macro
8037         is set to -1000.
8039 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8041         * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
8042         member-init-cont when the preceding arglist is several lines.
8044 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8046         * cc-styles.el (c-style-alist): The basic offset for the BSD
8047         style corrected to 8.
8049 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8051         * cc-styles.el (c-style-alist): Adjusted the indentation of
8052         brace list openers in the gnu style.
8054 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8056         * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
8058         * cc-cmds.el (c-electric-brace, c-electric-slash,
8059         c-electric-star, c-electric-semi&comma, c-electric-colon,
8060         c-electric-lt-gt, c-electric-paren): Don't reindent old lines
8061         when c-syntactic-indentation is nil.
8063         * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
8064         we were left at comments preceding the first statement when
8065         reaching the beginning of the buffer.
8067         * cc-vars.el (c-syntactic-indentation): New variable to turn
8068         off all syntactic indentation.
8070 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8072         * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
8073         between the text and the block comment ender when it hangs,
8074         depending on how many there are before the fill.
8076 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8078         * cc-engine.el (c-beginning-of-closest-statement): New helper
8079         function to go back to the closest preceding statement start,
8080         which could be inside a conditional statement.
8081         * cc-engine.el (c-guess-basic-syntax): Use
8082         c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
8084         * cc-engine.el (c-guess-basic-syntax): Better handling of
8085         arglist-intro, arglist-cont-nonempty and arglist-close when
8086         the arglist is nested inside parens.  Cases 7A, 7C and 7F
8087         changed.
8089         * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
8090         up-to-date with javadoc 1.2.
8092 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8094         * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
8095         multiline Pike type decls.
8097 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8099         * cc-cmds.el (c-indent-new-comment-line): Always break
8100         multiline comments in multiline mode, regardless of
8101         comment-multi-line.
8103 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8105         * cc-engine.el (c-guess-basic-syntax): Fixed bug with
8106         fully::qualified::names in C++ member init lists.  Preamble in
8107         case 5D changed.
8109 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8111         * cc-langs.el (c-common-init): Handling of obsolete variables
8112         moved to c-initialize-cc-mode.  More compatible style override
8113         when using global style variables.
8114         * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
8115         variables moved here.
8117         * cc-mode.texi: Documented the special behavior of
8118         c-special-indent-hook as a style variable.  Don't talk about
8119         doing (c-make-styles-buffer-local t) in a mode hook, since
8120         that's already too late to work right.
8122         * cc-styles.el (c-make-styles-buffer-local): Flag style
8123         variable localness in c-style-variables-are-local-p to make
8124         the compatibility measure in c-common-init work well.
8126         * cc-styles.el (c-set-style-1): c-special-indent-hook can no
8127         longer contain set-from-style.
8128         * cc-styles.el (c-initialize-builtin-style): Don't check for
8129         set-from-style on c-special-indent-hook.
8130         * cc-styles.el (c-copy-tree): Obsolete.  The standard function
8131         copy-alist is sufficient now.
8133         * cc-styles.el (c-set-style, c-set-style-1,
8134         c-get-style-variables): Fixes to variable initialization so
8135         that duplicate entries in styles have the same effect
8136         regardless of DONT-OVERRIDE.
8138         * cc-styles.el (c-set-style-2): Fixed bug where the
8139         initialization of inheriting styles failed when the
8140         dont-override flag is set.
8142         * cc-vars.el (c-special-indent-hook): Don't use set-from-style
8143         on this.
8145 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8147         * cc-defs.el (c-forward-comment): Removed the workaround
8148         introduced in 5.38 since it had worse side-effects.  If a line
8149         contains the string "//\"", it regarded the // as a comment
8150         start since the \ temporarily doesn't have escape syntax.
8152 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
8154         * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
8155         ada-xref.el before ada-prj.el, so that the Project menu is created
8156         when ada-prj tries to add to it.
8157         (ada-activate-keys-for-case): Suppress the characters that are not
8158         part of the Ada syntax. Better compatibility with else-mode
8159         (ada-adjust-case-interactive): When auto-casing is not active,
8160         correctly insert newlines (used to insert only ^M).  Prevent the
8161         syntax table from being changed in case of an error
8162         (or '_' becomes part of a word and some commands are confused).
8163         Do nothing if ada-auto-case is nil.
8164         (ada-after-keyword-p): Ignore keywords that are also attributes
8165         (ada-batch-reformat): Update usage comment
8166         (ada-call-from-contextual-menu): New function
8167         (ada-case-read-exceptions): Reinitialize the casing exception list
8168         first to nil first, so that the casing exception file can be
8169         shared.
8170         (ada-check-defun-name): Handles "configure" keyword for gnatdist
8171         files.
8172         (ada-compile-goto-error): Fix regexp used to detect a file:line
8173         anywhere in the error message
8174         (ada-contextual-menu-last-point): New variable
8175         (ada-create-keymap): If the variable delete-key-deletes-forward is
8176         t on XEmacs, it means that DEL should delete one character
8177         forward.
8178         (ada-create-menu): Use :included instead of :visible for XEmacs.
8179         New submenu "Options".
8180         (ada-end-stmt-re): Correctly indent "select ... then abort"
8181         statements.
8182         (ada-fill-comment-paragraph): Correctly delete all leading '--'
8183         even if they don't match ada-fill-comment-prefix Fix handling of
8184         paragraphs on the first or last line of a file.
8185         (ada-format-paramlist): Fix handling of default parameter values.
8186         (ada-get-body-name): New function.
8187         (ada-get-current-indent): Optimized by searchling directly for an
8188         existing generic part or a statement outside of it.  Handle
8189         ada-indent-align-comments when indenting comments Replaced some
8190         regexps by testing directly the next character. This results in a
8191         huge speedup on some files.  New indentation scheme for renames
8192         statements.  Stop looking for the 'while' or 'for' associated with
8193         a 'loop' at the first semicolon encountered.  A "return" can also
8194         match an anonymous access subprogram declaration.
8195         (ada-get-indent-noindent): Ignore strings and comments when
8196         looking for the keywords "record" and "private".
8197         (ada-goto-matching-decl-start): When matching "if", make sure we
8198         are not in fact seeing "end if".  Ignore "when" statements except
8199         when initial keyword was "begin".  Fix handling of nested
8200         procedures.  Add a recursive call to this function to skip over
8201         other 'end' statmts.  Fix indentation for "when .. => begin"
8202         (ada-in-open-paren-p): Fix indentation for complex boolean
8203         expressions, where 'and then', 'or else' and parenthesis
8204         statements are mixed up.
8205         (ada-in-paramlist-p): Skip comments while searching for the
8206         beginning Fix handling of operator declarations.
8207         (ada-indent-align-comments): New variable
8208         (ada-indent-current): Change the syntax table only in the
8209         protected section, so that we are sure it is restored correctly.
8210         (ada-indent-on-previous-lines): Use ada-use-indent and
8211         ada-with-indent Correctly indent "select ... then"
8212         (ada-indent-region): Slight speedup.
8213         (ada-indent-renames): New variable.
8214         (ada-last-which-function-subprog, ada-last-which-function-line):
8215         New variables
8216         (ada-looking-at-semi-private): Correctly indent the 'private'
8217         keyword when it is the first word in a package declaration.
8218         (ada-loose-case-word): Stop searching if at the end of the buffer.
8219         (ada-loose-case-word, ada-capitalize-word): Recase the whole word
8220         even if point is not initially at the end of the word.
8221         (ada-matching-decl-start-re): Add "when".
8222         (ada-mode): Add support for abbrev-mode, outline-mode and
8223         which-func-mode Override the old find-file.el entry in
8224         ff-special-constructs since it is using the obsolete
8225         ada-spec-suffix variable
8226         (ada-no-auto-case): New function
8227         (ada-scan-paramlist): When parsing the argument type, accept
8228         spaces (as in "X 'Class", generated by Rational Rose).
8229         (ada-other-file-name): No longer loads the other file.
8230         (ada-popup-menu): Save and restore the current buffer and cursor
8231         position before and after displaying the menu.
8232         (ada-search-ignore-complex-boolean): New function.
8233         (ada-uncomment-region): Emacs21 already knows how to delete
8234         comments not starting in the first column.
8235         (ada-use-indent): New variable
8236         (ada-which-function): New function.
8237         (ada-with-indent): New variable
8238         (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
8239         can be batch-compiled from the command line.
8241         * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
8242         Add to the menu when the file is loaded, not in ada-mode-hook.
8243         Add -toolbar to the default ddd command Switches moved from
8244         ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
8245         ada-prj-default-comp-opt
8246         (ada-add-ada-menu): Remove the map and name parameters Add the Ada
8247         Reference Manual to the menu
8248         (ada-check-current): rewritten as a call to ada-compile-current
8249         (ada-compile): Removed.
8250         (ada-compile-application, ada-compile-current, ada-check-current):
8251         Set the compilation-search-path so that compile.el automatically
8252         finds the sources in src_dir.  Automatic scrollong of the
8253         compilation buffer.  C-uC-cC-c asks for confirmation before
8254         compiling
8255         (ada-compile-current): New parameter, prj-field
8256         (ada-complete-identifier): Load the .ali file before doing
8257         processing
8258         (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
8259         conform to gnatmake's behavior.
8260         (ada-find-file-in-dir): New function
8261         (ada-find-references): Set the environment variables for gnatfind
8262         (ada-find-src-file-in-dir): New function.
8263         (ada-first-non-nil): Removed
8264         (ada-gdb-application): Add support for jdb, the java debugger.
8265         (ada-get-ada-file-name): Load the original-file first if not done
8266         yet.
8267         (ada-get-all-references): Handles the new ali syntax (parent types
8268         are found between <>).
8269         (ada-initialize-runtime-library): New function
8270         (ada-mode-hook): Always load a project file when a file is opened,
8271         so that the casing exceptions are correctly read.
8272         (ada-operator-re): Add all missing operators ("abs", "rem", "**").
8273         (ada-parse-prj-file): Use find-file-noselect instead of find-file
8274         to open the project file, since the latter does not work with
8275         speedbar Get default values before loading the prj file, or the
8276         default executable file name is wrong.  Use the absolute value of
8277         src_dir to initialize ada-search-directories and
8278         compilation-search-path,...  Add the standard runtime library to
8279         the search path for find-file.
8280         (ada-prj-default-debugger): Was missing an opening '{'
8281         (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
8282         variables.
8283         (ada-prj-default-gnatmake-opt): New variable
8284         (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
8285         buffers, the project file is the default one Save the windows
8286         configuration before displaying the menu.
8287         (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
8288         (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
8289         ...)  regexp-quote identifiers names to support operators +,
8290         -,... in regexps.
8291         (ada-remote): New function.
8292         (ada-run-application): Erase the output buffer before starting the
8293         run Support remote execution of the application.  Use
8294         call-process, or the arguments are incorrectly parsed
8295         (ada-set-default-project-file): Reread the content of the active
8296         project file, not the one from the current buffer When a project
8297         file is set as the default project, all directories are
8298         automatically associated with it.
8299         (ada-set-environment): New function
8300         (ada-treat-cmd-string): New special variable ${current}
8301         (ada-treat-cmd-string): Revised.  The substitution is now done for
8302         any ${...} substring
8303         (ada-xref-current): If no body was found, compiles the spec
8304         instead.  Setup ADA_{SOURCE,OBJECTS}_PATH before running the
8305         compiler to get rid of command line length limitations.
8306         (ada-xref-get-project-field): New function
8307         (ada-xref-project-files): New variable
8308         (ada-xref-runtime-library-specs-path)
8309         (ada-xref-runtime-library-ali-path): New variables
8310         (ada-xref-set-default-prj-values): Default run command now does a
8311         cd to the build directory.  New field: main_unit Provide a default
8312         file name even if the current buffer has no prj file.
8314         * ada-prj.el:
8315         Rewritten to show a tabbed-dialog.
8316         (ada-prj-add-ada-menu): Remove the map and name parameters.
8317         (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
8318         New function
8319         (ada-prj-load-directory, ada-prj-subdirs-of): New functions
8320         (ada-prj-load-from-file): New function
8321         (ada-prj-save): Always save fields that depend on the current buffer
8322         (ada-prj-show-value): New function
8324         * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
8325         Ada mode. This will allow us to display the Ada menu in any buffer
8326         we want (for project items).
8327         (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
8328         number of spaces in the header.
8330 2000-07-24  Dave Love  <fx@gnu.org>
8332         * ediff-init.el (ediff-region-help-echo): Bind face-help.
8334 2000-07-23  Noah Friedman  <friedman@splode.com>
8336         * type-break.el (type-break): perform autosave.
8337         Suggested by Stephen Gildea <gildea@intouchsys.com>.
8338         (type-break-do-query): Cancel query schedule while performing
8339         actual query, to avoid possibility of a second query being made
8340         while first one is already in progress.
8341         (type-break-time-stamp-format): New variable.
8342         (type-break-time-stamp): New function.
8343         (type-break-time-warning): Use it.
8344         (type-break-keystroke-warning): Use it.
8345         (type-break-noninteractive-query): Use it.
8347         * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
8348         cookie.
8349         Use add-minor-mode to set minor-mode-alist, if available.
8350         (eldoc-echo-area-use-multiline-p): New user option.
8351         (eldoc-echo-area-multiline-supported-p): New variable.
8352         (eldoc-docstring-format-sym-doc): Use them.
8353         (eldoc-mode): If not using idle timers, append to local post and
8354         pre command hooks.  Suggested by David Byers <davby@ida.liu.se>.
8355         (eldoc-display-message-no-interference-p): Don't interfere with
8356         edebug.
8357         Add autoload cookie for eldoc-mode minor-mode-alist initialization.
8358         (eldoc-function-arglist): New function.
8359         (eldoc-function-argstring): Use it.
8361         * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
8362         auto save directory exists before calling directory-files.
8364 2000-07-23  Dave Love  <fx@gnu.org>
8366         * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
8367         ^o, ^u.
8369 2000-07-21  Dave Love  <fx@gnu.org>
8371         * ediff-init.el (ediff-region-help-echo): Modify to use overlay
8372         now passed to the function.  It now works properly.
8374         * smerge-mode.el (smerge-mode-menu): Fill it out.
8376 2000-07-20  Gerd Moellmann  <gerd@gnu.org>
8378         * info-look.el (info-lookup): If *info* is shown in another frame
8379         on the same display, select that frame, instead of switching to
8380         the Info buffer in another window of the selected frame.
8382         * simple.el (universal-argument-map): Bind numeric keypad keys
8383         kp-0 to kp-9 and kp-subtract.
8384         (digit-argument): Handle these keys.
8386 2000-07-20  Dave Love  <fx@gnu.org>
8388         * net/goto-addr.el (goto-address-fontify): Don't bother with
8389         buffer-modified and read-only stuff -- irrelevant with overlays.
8390         Put an extra property on the overlays and use it to clean up in
8391         case goto-address is re-run.
8393 2000-07-19  Richard M. Stallman  <rms@gnu.org>
8395         * timer.el (run-with-idle-timer): Doc fix.
8397         * mail/mail-utils.el (mail-strip-quoted-names):
8398         Handle case where <...> appears inside "...".
8399         Use replace-match to edit the string more simply.
8400         (rmail-dont-reply-to): Cope with an unmatched ".
8402 2000-07-19  Dave Love  <fx@gnu.org>
8404         * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
8405         implementation.
8407         * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
8408         (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
8409         (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
8411 2000-07-19  Gerd Moellmann  <gerd@gnu.org>
8413         * textmodes/refer.el: Correct maintainer's email address.
8415         * progmodes/hideif.el: Correct author's email address.
8416         Fix typo in comment.
8418         * xml.el: New file.
8420         * mail/mailheader.el: Correct author's mail address.
8422         * gnus/parse-time.el: Correct author's mail address.
8424 2000-07-19  Colin Walters <walters@cis.ohio-state.edu>
8426         * comint.el (comint-highlight-input, comint-highlight-face):
8427         New user options.
8428         (comint-input-ring-file-name): Change custom type.
8429         (comint-mode-map): Bind mouse-2.
8430         (comint-insert-clicked-input): New function.
8431         (comint-send-input): Handle input highlighting.
8433 2000-07-18  Stefan Monnier  <monnier@cs.yale.edu>
8435         * mouse.el (popup-menu): New function.
8436         (mouse-major-mode-menu): Use it.
8438 2000-07-18  Dave Love  <fx@gnu.org>
8440         * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
8441         improvements.
8443 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
8445         * faces.el (face-font-selection-order)
8446         (face-font-family-alternatives): Add custom type.
8448 2000-07-18  Dave Love  <fx@gnu.org>
8450         * cus-edit.el (custom-variable-reset-saved)
8451         (custom-variable-reset-standard): Remove unused bindings.
8453         * rect.el (open-rectangle-line): Remove unused let.
8455         * hl-line.el (hl-line-highlight): Check hl-line-mode.
8457 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
8459         * cdl.el: Fix `Maintainer' keyword.
8461         * play/pong.el: Add author's email address.
8463 2000-07-17  Sam Steingold  <sds@gnu.org>
8465         * files.el (insert-directory): Call `split-string' instead of
8466         re-implementing it.
8468 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
8470         * mail/vms-pmail.el: Change maintainer to FSF.
8472         * net/goto-addr.el: Change maintainer to FSF.
8474         * info.el (Info-title-face-alist): Removed.
8476 2000-07-18  David Ponce  <david@dponce.com>
8478         * recentf.el (recentf-open-files): New command that works like
8479         `recentf-open-more-files', but shows the whole list of files (not just
8480         those omitted from the menu). Useful if you don't use a menu-bar!
8481         (recentf-open-more-files) Modified to use `recentf-open-files'.
8483         (recentf-open-files, recentf-open-more-files)
8484         (recentf-edit-list): Dialogs use `recentf-dialog-mode'
8486         (recentf-dialog-mode): New mode for dialogs. You can now just type
8487         "q" to cancel the dialogs.
8489 2000-07-18  David Ponce  <david@dponce.com>
8491         * recentf.el: This is a major update of recentf.el. It adds new
8492         features to better organize the recentf menu and "More..." buffer.
8494         Using new provided menu filtering functions you can now organize the
8495         recent files list:
8497         - by major modes
8498         - by directories
8499         - by user defined rules
8501         Finally, with the new `recentf-filter-changer' customizable filter you
8502         can define a ring of filters and dynamically (via the menu) cycle on
8503         each menu organization in the ring (a la msb).
8505 2000-07-18  Eli Zaretskii  <eliz@is.elta.co.il>
8507         * eshell/eshell.el (eshell): Replace links to eshell.info with
8508         links to eshell, to avoid problems on systems where the manual is
8509         installed as `eshell'.
8510         * eshell/esh-cmd.el (eshell-cmd): Ditto.
8511         * eshell/em-smart.el (eshell-smart): Ditto.
8512         * eshell/em-banner.el (eshell-banner): Ditto.
8513         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
8515         * eshell/em-unix.el (eshell-shuffle-files): Don't disable
8516         same-file check in the MS-DOS version (it does support inodes).
8518         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
8520         * eshell/eshell.el (eshell-directory-name):
8521         Run default directory name through convert-standard-filename.
8523 2000-07-18  Kenichi Handa  <handa@etl.go.jp>
8525         * international/mule-cmds.el (select-safe-coding-system):
8526         Fix typo in the comment.
8528         * language/european.el (compound-text):
8529         Force katakana-jisx0201 to be designated to G1.
8531         * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
8532         Don't translate some national variant characters of latin-jisx0201.
8533         (x-ctext): Force katakana-jisx0201 to be designated to G1.
8535         * international/kkc.el (kkc-after-update-conversion-functions):
8536         New variable.
8537         (kkc-update-conversion): Run functions in it at the tail.
8539 2000-07-16  John Wiegley  <johnw@gnu.org>
8541         * lisp/align.el (align-newline-and-indent):
8542         Adding new function.  for auto-aligning blocks of code on RET.
8543         (align-region): Fixed badly formatted minibuffer message.
8545 2000-07-17  Kenichi Handa  <handa@etl.go.jp>
8547         * international/kkc.el (kkc-show-conversion-list-count): Customize it.
8548         (kkc-region): Update kkc-next-count and kkc-prev-count here.  Show
8549         the conversion list at first if appropriate.
8550         (kkc-next): Don't update kkc-next-count here.
8551         (kkc-prev): Don't update kkc-prev-count here.
8552         (kkc-show-conversion-list-update): Fix setting up of conversion
8553         list message.
8555 2000-07-16  Stefan Monnier  <monnier@cs.yale.edu>
8557         * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
8559 2000-07-16  Dave Love  <fx@gnu.org>
8561         * cus-edit.el (custom-buffer-create-internal): Use a help-echo
8562         function to be more specific.
8564         * wid-edit.el (widget-specify-field, widget-specify-button): Allow
8565         non-string help-echo.
8566         (widget-types-convert-widget): Defsubst it.
8567         (widget-echo-help): Try to cope with a help-echo function of two
8568         possible sorts.
8570 2000-07-15  Jason Rumney  <jasonr@gnu.org>
8572         * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
8573         Declare as obsolete.
8575         * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
8577 2000-07-14  Gerd Moellmann  <gerd@gnu.org>
8579         * hilit-chg.el: Fix typo.
8581 2000-07-14  Dave Love  <fx@gnu.org>
8583         * info.el (Info-mode-menu): Fix use of :help, :enable.
8585 2000-07-14  Stefan Monnier  <monnier@cs.yale.edu>
8587         * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
8589 2000-07-13  Dave Love  <fx@gnu.org>
8591         * emacs-lisp/easymenu.el: Doc fixes.
8592         (easy-menu-remove): Defalias to ignore.
8594         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
8595         Call throw correctly.
8597 2000-07-13  Gerd Moellmann  <gerd@gnu.org>
8599         * faces.el (frame-background-mode): Doc fix.
8601         * simple.el (eval-expression-print-length): Change custom type to
8602         allow entering nil as value.
8604 2000-07-13  Dave Love  <fx@gnu.org>
8606         * progmodes/fortran.el (fortran-imenu-generic-expression):
8607         Change definition layout.
8608         (fortran-mode-menu): Reinstate customize entries.
8610         * cus-edit.el (custom-group-menu-create, customize-menu-create):
8611         Use :filter, per old XEmacs code.
8613 2000-07-12  Gerd Moellmann  <gerd@gnu.org>
8615         * term.el (term-send-raw-meta): Strip modifiers from the keyboard
8616         event when deciding what to send to the terminal.
8618 2000-07-12  Dave Love  <fx@gnu.org>
8620         * cus-start.el: Add optional version as 4th element of specs and
8621         use it for several things new in v21.  Remove load-path.  Fix type
8622         of line-number-display-limit.
8624 2000-07-11  Dave Love  <fx@gnu.org>
8626         * progmodes/fortran.el: Don't require easymenu.
8627         Use repeat counts in various regexps.
8628         (fortran-mode-syntax-table): Defvar directly.
8629         (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
8630         (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
8631         Use defvar, not defconst.
8632         (fortran-mode-map): Change locals in `let'.  Use `fortran-auto-fill'.
8633         (fortran-mode): Set fortran-comment-line-start-skip,
8634         fortran-comment-line-start-skip, dabbrev-case-fold-search.
8635         (fortran-comment-indent): Use defsubst.
8636         (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
8637         Use fortran-comment-indent, not fortran-comment-indent-function.
8638         (fortran-comment-region, fortran-electric-line-number): Simplify.
8639         (fortran-auto-fill): New function.
8640         (fortran-do-auto-fill): Deleted.
8641         (fortran-find-comment-start-skip):
8642         Check for non-null comment-start-skip.
8643         (fortran-auto-fill-mode, fortran-fill-statement):
8644         Use fortran-auto-fill.
8645         (fortran-fill): Use fortran-auto-fill.  Check for null
8646         comment-start-skip.  Simplify final clause and use end-of-line finally.
8648         * widget.el (widget-plist-member): New alias.
8650 2000-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
8652         * eshell/esh-module.el (toplevel): Reference
8653         byte-compile-current-file only if it is bound.
8655 2000-07-10  Gerd Moellmann  <gerd@gnu.org>
8657         * dired.el: Don't require `dired-aux'.
8659 2000-07-10  Miles Bader  <miles@lsi.nec.co.jp>
8661         * dired-aux.el (dired-show-file-type): New function.
8662         * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
8663         (dired-show-file-type): Add autoload.
8665 2000-07-10  Kenichi Handa  <handa@etl.go.jp>
8667         * international/mule-diag.el (describe-font): Adjusted for the
8668         change of fontset-info.
8669         (print-fontset): Likewise.
8671 2000-07-09  Stefan Monnier  <monnier@cs.yale.edu>
8673         * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
8675 2000-07-07  Gerd Moellmann  <gerd@gnu.org>
8677         * bindings.el: Bind `[delete]' to delete-char.
8679         * dired.el (dired-find-alternate-file): New function.
8680         (dired-mode-map): Bind `a' to dired-find-alternate-file.
8681         (toplevel): Require dired-aux when compiling.
8682         (dired-buffers): Move defvar within file to avoid compiler warning.
8684         * info.el (Info-last-search): Variable removed.
8685         (Info-search-history): New variable.
8686         (Info-search): New Info-search-history.
8688         * battery.el, info-look.el: Change author's mail address.
8690 2000-07-07  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
8692         * mail/rmail.el (rmail-clear-headers): Don't throw an error
8693         if rmail-ignored-headers is nil.
8694         (rmail-retry-failure): Bind rmail-ignored-headers and
8695         rmail-displayed-headers to nil.
8697 2000-07-06  Gerd Moellmann  <gerd@gnu.org>
8699         * lpr.el (lpr-page-header-switches): Add `-h' switch.
8700         (print-region-1): Don't hard code `-h' here.
8702         * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
8704 2000-07-01  Francesco Potorti`  <pot@gnu.org>
8706         * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
8707         exim can use "your message" instead of "the message".
8709 2000-07-06  Stefan Monnier  <monnier@cs.yale.edu>
8711         * facemenu.el: Docstrings fixes.
8712         (facemenu-get-face): Don't use internal-find-face.
8713         (facemenu-iterate): Rename arg to match the docstring.
8715         * newcomment.el (uncomment-region): Be more careful when skipping
8716         backwards over `=' not to bump into BOBP.
8718 2000-07-05  Michael Kifer  <kifer@cs.sunysb.edu>
8720         * ediff-diff.el (ediff-wordify): Use syntax table.
8721         * ediff-init.el (ediff-has-face-support-p): Use
8722         ediff-color-display-p.
8723         (ediff-color-display-p): Use display-color-p, changed to defun
8724         from defsubst.
8725         Got rid of special cases for NeXT and OS/2.
8726         * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
8727         face.
8729 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
8731         * emacs-lisp/lucid.el: Require CL.
8732         (copy-tree, remprop): Remove, it's provided by CL.
8733         (map-keymap): Define in terms of cl-map-keymap.
8734         (extent-property, set-extent-end-glyph): New functions.
8736         * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
8738 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
8740         * Makefile.in (DONTCOMPILE): Add comment that the name may
8741         not be changed without changing the make-dist script.
8743         * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
8744         (cl-mapc): Use mapc instead of cl-old-mapc.
8746 2000-07-05  Andrew Innes  <andrewi@gnu.org>
8748         * makefile.nt: Add support for `bootstrap' and related targets.
8750 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
8752         * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
8753         (easy-menu-do-define): Use `menu-item' format.
8754         Handle case where easy-menu-create-menu returns a symbol.
8755         Manually call the potential top-level filter in the function binding.
8756         (easy-menu-filter-return): New arg NAME.
8757         Convert to a keymap if MENU is an XEmacs menu.
8758         (easy-menu-convert-item-1): New.  Extracted from easy-menu-do-add-item.
8759         (easy-menu-converted-items-table, easy-menu-convert-item):
8760         New var and fun to memoize easy-menu-convert-item-1.
8761         (easy-menu-do-add-item): Use it.
8762         (easy-menu-create-menu): Use easy-menu-convert-item.
8763         Wrap easy-menu-filter-return around any :filter specification.
8764         Don't convert the menu if a filter was specified.
8765         Tell easy-menu-make-symbol not to check for MENU being an expression.
8766         (easy-menu-make-symbol): New arg NOEXP.
8768 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
8770         * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
8771         EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
8772         (eval-defun): If called with prefix arg, instrument code for
8773         Edebug.
8775         * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
8776         similar to that of eval-defun.
8778 2000-07-04  Dave Love  <fx@gnu.org>
8780         * hl-line.el (hl-line-overlay): Make it permanent-local.
8782         * calendar/todo-mode.el: Replaced with a working version, based on
8783         1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
8785 2000-07-03  Miles Bader  <miles@lsi.nec.co.jp>
8787         * paths.el (prune-directory-list): New function.
8788         (Info-default-directory-list): Rewritten to more methodically
8789         enumerate a big list of possible info directories (based on the
8790         list used by the standalone info reader).
8792         * info.el (info-initialize): Use prune-directory-list to remove
8793         non-existent directories from Info-directory-list.
8795         * paths.el (Info-default-directory-list): Try a list of possible
8796         info-directories instead of a single one.  Add the possible
8797         info directory "/usr/share/info".
8799         * woman.el (woman-man.conf-path): Explicitly include the debian
8800         man-db config file "/etc/manpath.config".
8801         (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
8802         are present in `manpath.config'.
8803         (woman-manpath): Include "/usr/share/man".
8805 2000-07-03  Gerd Moellmann  <gerd@gnu.org>
8807         * frame.el (blink-cursor-mode): Don't hide cursor initially.
8809         * startup.el (command-line): Initialize blink-cursor based
8810         on window-system.
8812         * frame.el (blink-cursor): Default to nil if not running under
8813         a window-system.
8815         * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
8816         (face-x-resources): Remove duplicate entry for :font.
8818         * textmodes/refer.el (refer-find-entry-internal): Use some-window
8819         instead of cycling through windows with next-window.
8821         * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
8822         of cycling through windows with next-window.
8824         * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
8825         of cycling through windows with next-window.
8827         * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
8828         (edebug-get-displayed-buffer-points): Use walk-windows/some-window
8829         instead of cycling through windows with next-window.
8831         * calendar/appt.el (appt-select-lowest-window): Use walk-windows
8832         instead of cycling through windows with next-window.
8834         * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
8835         of cycling through windows with next-window.
8837         * terminal.el (te-process-output): Use walk-windows instead of
8838         cycling through windows with next-window.
8840         * server.el (server-switch-buffer): Use some-window instead of
8841         cycling through windows with next-window.
8843         * window.el (some-window): New function.
8844         (walk-windows): Remove reference to walk-windows-start.
8846         * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
8848 2000-07-03  Richard Stallman  <rms@gnu.org>
8850         * window.el (walk-windows): Guarantee termination by keeping a list
8851         of all the windows already handled.
8853 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
8855         * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
8856         window-system.
8858         * man.el (Man-notify-when-ready): Don't use window-system.  If
8859         Man-notify-method is newframe, and the display is not
8860         multi-frame, select the frame created for the man page.
8861         (Man-init-defvars): Doc fix.
8863 2000-06-28  Gerd Moellmann  <gerd@gnu.org>
8865         * faces.el (region): Change background color for light background.
8867         * ediff-wind.el (ediff-setup-control-frame): Remove :box
8868         attribute from mode-line face of Ediff control frame.
8870         * replace.el (query-replace-map): Bind `e' like `E'.
8872 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
8874         * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
8875         Change name to "Select All".
8877         * dos-fns.el (convert-standard-filename): Fix last change.
8879 2000-06-27  Gerd Moellmann  <gerd@gnu.org>
8881         * help.el (describe-variable): Don't insert a second `'s' in front
8882         of the string `value is shown below'.  Since the syntax-table is
8883         set to emacs-lisp-mode-syntax-table, forward-sexp skips over
8884         an existing `'s', so that this won't be deleted.
8886         * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
8887         * pcmpl-unix.el: New files.
8889 2000-06-26  Stefan Monnier  <monnier@cs.yale.edu>
8891         * wid-edit.el (widget-member): Use the new plist-member.
8893 2000-06-26  Gerd Moellmann  <gerd@gnu.org>
8895         * replace.el (perform-replace): Undo change of 2000-04-04.
8896         Instead, move backward 1 character at the end of the loop when
8897         necessary.
8899         * faces.el (fringe): Change face for different backgrounds.
8901         * eshell/esh-module.el (toplevel): Load defgroup's differently;
8902         patch from John.
8904         * eshell/*.el: Change spelling of the Free Software Foundation.
8906         * eshell/esh-toggle.el: Removed.
8908         * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
8910         * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
8911         interactively.
8913 2000-06-26  Alex Schroeder  <alex@gnu.org>
8915         * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
8916         `define-key'; instead of checking `(emacs-version)' check for
8917         `set-keymap-parent' and `set-keymap-name' directly.  Add entries
8918         for `;' and `o' which might be electric.
8920         (sql-electric-stuff): New user option.
8921         (sql-magic-go): New function which uses `sql-electric-stuff'.
8922         (sql-magic-semicolon): New function which uses
8923         `sql-electric-stuff'.
8925         (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
8926         is not fboundp.
8928         (sql-oracle-options): New variable.
8929         (sql-oracle): Use it.
8931         (sql-imenu-generic-expression): Doc change.
8932         (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
8933         is used.
8935         (sql-informix): Added command line parameter "-" to force
8936         sql-informix-program to use stdout.
8938 2000-06-25  Eli Zaretskii  <eliz@is.elta.co.il>
8940         * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
8941         (cp864-decode-table): Doc fix.
8942         (cp720-decode-table): New variable, supports the Arabic OEM
8943         codepage used by Windows.
8944         (cp737-decode-table): New, Greek OEM codepage used by Windows.
8946 2000-06-23  Dave Love  <fx@gnu.org>
8948         * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
8949         (font-lock-fontify-anchored-keywords): Use
8950         line-beginning-position.
8951         (global-font-lock-mode): Use mapc.
8953 2000-06-23  Stefan Monnier  <monnier@cs.yale.edu>
8955         * eshell/esh-module.el: Require CL when compiling.
8957 2000-06-23  Gerd Moellmann  <gerd@gnu.org>
8959         * comint.el (comint-substitute-in-file-name): Call replace-match
8960         with second and third arg t.
8962         * cus-edit.el (custom-button-face, custom-button-pressed-face):
8963         Specify foreground color.
8965         * faces.el (tool-bar, mode-line, header-line): Specify foreground
8966         color.
8968         * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
8970         * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
8971         cddr instead of cdddr.
8973         * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
8974         instead of copy-list.
8976         * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
8977         of copy-list.
8979         * subdirs.el: Add eshell subdirectory.
8981         * eshell: New subdirectory containing the Eshell package.
8983         * pcomplete.el: New file.
8985 2000-06-23  Paul Eggert  <eggert@twinsun.com>
8987         * mail/mailpost.el (post-mail-send-it): Make sure file has
8988         proper permissions from birth.
8990         * files.el (basic-save-buffer-2): When temporarily setting
8991         file modes, set them to current modes plus 0200, not to 0777.
8993         * emerge.el (emerge-make-temp-file): Make sure file has proper
8994         permissions from birth.
8996 2000-06-22  Eli Zaretskii  <eliz@is.elta.co.il>
8998         * files.el (make-backup-file-name-1): On DOS/Windows, run the
8999         backup file name through convert-standard-filename.
9001         * dos-fns.el (convert-standard-filename): Convert leading
9002         directories as well.  When long file names are supported, convert
9003         characters that are invalid in Windows file names.
9005 2000-06-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9007         * ps-print.el: Fix bug: if ^L is the very first buffer character,
9008         ps-print crashes.  New feature: page selection for printing.  Create
9009         raw-text-unix coding system for XEmacs.  Doc fix.
9010         (ps-print-version): New version number (5.2.3).
9011         (ps-plot-region): Bug fix.
9012         (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
9013         (ps-header-sheet, ps-generate, ps-end-job): Code fix.
9014         (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
9015         funs.
9016         (ps-selected-pages, ps-last-selected-pages, ps-first-page)
9017         (ps-last-page): New vars.
9019 2000-06-21  Gerd Moellmann  <gerd@gnu.org>
9021         * progmodes/sh-script.el (sh-while-getopts): Fix handling of
9022         empty option string.
9024 2000-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
9026         * man.el (man): Doc fix.
9028 2000-06-21  Kenichi Handa  <handa@etl.go.jp>
9030         * international/mule-cmds.el (set-language-info-alist): Docstring
9031         fixed.
9033 2000-06-20  Gerd Moellmann  <gerd@gnu.org>
9035         * version.el (emacs-version): Use ISO date format.
9037         * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
9038         instead of `M-backspace'.
9040         * simple.el (turn-off-auto-fill): New function.
9042 2000-06-20  Stefan Monnier  <monnier@cs.yale.edu>
9044         * jit-lock.el (with-buffer-prepared-for-jit-lock):
9045         Renamed from with-buffer-prepared-for-font-lock and use
9046         inhibit-modification-hooks rather than setting *-change-functions.
9047         Update all functions to use the new name.
9048         (jit-lock-first-unfontify-pos): New semantics (and doc).
9049         (jit-lock-mode): Make non-interactive.
9050         Don't automatically turn on font-lock.
9051         Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
9052         Always use jit-lock-after-change.
9053         Remove and restore font-lock-after-change-function.
9054         (turn-on-jit-lock, jit-lock-after-fontify-buffer)
9055         (jit-lock-after-unfontify-buffer): Remove.
9056         (jit-lock-stealth-fontify):
9057         Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
9058         (jit-lock-after-change): Set the `fontified' text-prop to nil.
9060 2000-06-20  Sam Steingold  <sds@gnu.org>
9062         * emacs-lisp/cl-indent.el (toplevel): Indent
9063         `print-unreadable-object' properly.  Untabify.
9065 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
9067         * textmodes/reftex.el (reftex-find-citation-regexp-format):
9068         Support for bibentry.
9069         (reftex-compile-variables): Fixed problem with end of section-re.
9071         * texmodes/reftex-dcr.el (reftex-view-crossref,
9072         reftex-view-crossref-from-bibtex):
9073         Deal with changed `reftex-find-citation-regexp-format'.
9074         (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
9075         Replaced `remprop' with `put'.
9076         (reftex-view-crossref, reftex-view-crossref-when-idle):
9077         Support for bibentry.
9079         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
9080         New entry for bibentry package.
9082         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
9083         Regexp also matches "\nobibliography".
9085         * textmodes/reftex-global.el (reftex-renumber-simple-labels):
9086         Call `reftex-ensure-write-access' before doing anything.
9087         (reftex-ensure-write-access): New function.
9089 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
9091         * progmodes/idlwave.el: File re-installed (update to version 4.2)
9093         * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
9095         * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
9097         * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
9100 2000-06-20  Dave Love  <fx@gnu.org>
9102         * faces.el (frame-background-mode): Use set-default, not set, in
9103         setter.
9104         (frame-update-faces, frame-update-face-colors): Define with
9105         defalias.
9107         * enriched.el (enriched-decode-foreground)
9108         (enriched-decode-background): Don't use internal-find-face.
9110         * apropos.el: Doc fixes.
9112         * cus-edit.el (customize-changed-options): Check arg.
9113         (customize-version-lessp): Don't require decimal point.
9115         * custom.el (defcustom, defgroup): Doc fix.
9117         * newcomment.el (comment) <defgroup>: Add :version.
9118         (comment-multi-line): Doc fix.
9120         * emulation/mlsupport.el (define-hooked-local-abbrev,
9121         define-hooked-global-abbrev): Fix, using define-abbrev.
9123 2000-06-19  Gerd Moellmann  <gerd@gnu.org>
9125         * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
9126         the whole buffer.
9128 2000-06-19  Dave Love  <fx@gnu.org>
9130         * menu-bar.el (menu-bar-options-save): New function.
9131         (menu-bar-options-menu): Use it.
9132         (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
9133         Simplify.
9135 2000-06-19  Andreas Schwab  <schwab@suse.de>
9137         * progmodes/etags.el (tags-query-replace): Put new parameters
9138         START and END at the end, for backward compatibility.
9140 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
9142         * international/codepage.el:
9143         (cp-coding-system-for-codepage-1): Delete special codes for
9144         generating xxx-dos coding system because now a CCL based coding
9145         system can handle EOL conversion by default.
9147         * international/mule.el (make-coding-system): Generate subsidiary
9148         coding systems for EOL handling variants even for a CCL based
9149         coding system.
9151 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
9153         * international/isearch-x.el (isearch-minibuffer-input-method)
9154         (isearch-minibuffer-input-method-function): These variables
9155         deleted.
9156         (isearch-with-input-method): Don't use the above variables.
9157         (isearch-process-search-multibyte-characters): Likewise.  Call
9158         read-string with the arg INHERIT-INPUT-METHOD t.
9160 2000-06-17  Stefan Monnier  <monnier@cs.yale.edu>
9162         * font-lock.el (font-lock-after-fontify-buffer)
9163         (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
9165         * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
9166         Use consistent make-local-variable style for font-lock-fontified.
9167         (jit-lock-fontify-buffer):
9168         Don't bother checking for font-lock-mode and jit-lock-mode.
9170         * time.el: Remove trailing ^M that prevent CVS-merging.
9172 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
9174         * Makefile.in (distclean): New target.
9176 2000-06-16  Stefan Monnier  <monnier@cs.yale.edu>
9178         * Makefile.in (srcdir): Define for update-subdirs.
9180 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
9182         * find-lisp.el: New file.
9184 2000-06-16  Andrew Innes  <andrewi@gnu.org>
9186         * time.el (display-time-mail-function): New variable, to allow
9187         external packages to indicate when new mail is available.
9188         (display-time-update): Use it.
9190 2000-06-16  Kenichi Handa  <handa@etl.go.jp>
9192         * international/mule.el (mule-version): Change version name to
9193         SAKAKI.  AOI has already been used by Meadow.
9195         * international/quail.el (quail-show-guidance-buf): To find the
9196         bottom window (but minibuffer), pay attention to the height of
9197         minibuffer.
9199 2000-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
9201         * arc-mode.el (archive-mode-map): Use the new menu-item format for
9202         menu-bar menus.  Add help strings.  Don't remove the Edit menu
9203         from the menu bar, as the menu bar has enough space now.
9205         * Makefile.in (SHELL): Make sure /bin/sh is used.
9207         * woman.el (woman-man-buffer): Fix bold and underlined CJK
9208         characters, which use series of two ^H characters instead of one.
9210 2000-06-15  Gerd Moellmann  <gerd@gnu.org>
9212         * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
9213         (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
9214         functions.
9215         (Info-find-node-2): Try a case-sensitive search first, then
9216         do a case-insensitive search.
9218         * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
9219         tutorials.
9221         * complete.el (PC-env-vars-alist): New variable.
9222         (PC-complete-as-file-name): New function.
9223         (partial-completion-mode): Initialize PC-env-vars-alist from
9224         process-environment.
9225         (PC-do-completion): Handle completion of env vars.
9227         * info.el (Info-set-mode-line): Show file name in mode line,
9228         use `*Info*' instead of `Info:'.
9230         * startup.el (command-line-1): Change copyright messages to year
9231         2000.
9233 2000-06-15  Dave Love  <fx@gnu.org>
9235         * net/goto-addr.el (goto-address-fontify): Use keymap property,
9236         not local-map.
9238 2000-06-15  Kenichi Handa  <handa@etl.go.jp>
9240         * international/mule.el (set-buffer-file-coding-system): Almost
9241         rewritten to handle `undecided' as no-op.
9243 2000-06-14  Gerd Moellmann  <gerd@gnu.org>
9245         * Makefile.in: New file.
9247         * Makefile: Removed.
9249         * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
9250         (goto-address-highlight-keymap): Bind C-c RET.
9252 2000-06-14  Kenichi Handa  <handa@etl.go.jp>
9254         * mail/sendmail.el (sendmail-send-it): The temporary buffer
9255         inherits buffer-file-coding-system of the current buffer.
9257         * tar-mode.el (tar-extract): For goto-char, use (point-min), not
9258         0.  Give correct argument to set-auto-coding-function.
9259         (tar-expunge): For goto-char, use (point-min), not 0.
9260         (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
9261         (tar-subfile-save-buffer): Likewize.
9263         * international/mule.el
9264         (after-insert-file-set-buffer-file-coding-system): Call
9265         set-buffer-file-coding-system with the arg FORCE t.
9267 2000-06-13  Gerd Moellmann  <gerd@gnu.org>
9269         * mail/sendmail.el (mail-specify-envelope-from): Initialize to
9270         nil.  Contemporary sendmails issue an X-Authentication-Warning if
9271         the sender is set with `-f'.
9273 2000-06-13  Dave Love  <fx@gnu.org>
9275         * help.el (describe-function-1): Kluge around cases of functions
9276         fset to subrs whose doc doesn't match their symbol-name.
9278         * image.el (insert-image): Default STRING to a space.
9280         * info.el Doc fixes.
9281         (Info-build-node-completions): Match Ref tags.
9283 2000-06-13  Eli Zaretskii <eliz@is.elta.co.il>
9285         * frame.el (display-multi-frame-p, display-multi-font-p): New
9286         defaliases for display-graphic-p.
9288         * hl-line.el: Fixed a typo in commentary.
9290 2000-06-13  Kenichi Handa  <handa@etl.go.jp>
9292         * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
9293         fixed.
9295 2000-06-12  Dave Love  <fx@gnu.org>
9297         * image.el (insert-image): Save a little consing.
9299 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
9301         * language/tibet-util.el: Convert all tibetan-1-column characters
9302         to the corresponding tibetan characters.
9303         (tibetan-add-components): Delete code for the special treatment of
9304         'a chung.
9306         * language/tibetan.el (tibetan-composable-pattern): Fix previous
9307         change.
9308         (tibetan-vowel-transcription-alist): More rules added.
9309         (tibetan-composite-vowel-alist): New variable.
9310         (tibetan-precomposition-rule-alist): More rules added.
9312 2000-06-12  Stefan Monnier  <monnier@cs.yale.edu>
9314         * startup.el (command-line): Only call menu-bar-mode if interactive.
9316         * thingatpt.el (toplevel symbol-properties):
9317         * textmodes/makeinfo.el (makeinfo-compile):
9318         * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
9319         * progmodes/hideif.el (hif-compress-define-list)
9320         (hide-ifdef-use-define-alist):
9321         * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
9322         (ange-ftp-vms-add-file-entry):
9323         * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
9324         * man.el (Man-build-man-command):
9325         * mail/rnewspost.el (news-reply-header-hook):
9326         * info.el (Info-insert-dir):
9327         * emulation/mlconvert.el (backward-word, forward-word, setq):
9328         * emacs-lisp/gulp.el (gulp-send-requests):
9329         * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
9330         (byte-optimize-inline-handler, byte-optimize-form-code-walker)
9331         (byte-optimize-apply, end of file):
9332         * emacs-lisp/advice.el (ad-advice-class-completion-table)
9333         (ad-make-freeze-definition):
9334         * startup.el (command-line, command-line-1): Don't quote lambdas.
9336         * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
9337         (cvs-cleanup-removed): New function.
9338         (cvs-cleanup-functions): New var.
9339         (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
9340         some flexibility in specifying additional entries to auto-cleanup.
9341         (cvs-quickdir): New function.
9342         (cvs-mode-insert): Use cvs-fileinfo-from-entries.
9343         (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
9344         (cvs-mode-find-file): Check that we are on a filename or dirname
9345         when invoked through a mouse-click.
9346         (cvs-full-path): Remove.
9347         (cvs-dired-action): Re-introduced.
9348         (cvs-dired-noselect): Use it.
9349         (vc-post-command-functions): use this new hook if available.
9351         * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
9352         (cvs-status-map): Don't inherit from cvs-mode-map anymore.
9353         (cvs-filename-map, cvs-dirname-map): Remove.
9354         (cvs-default-action): Remove.
9355         (cvs-add-face): Use `keymap' rather than `local-map' property, and only
9356         if the arg is really a keymap.
9357         (cvs-fileinfo-pp): Don't use any special map for file and dir names.
9358         Don't hardcode the mapping from state (aka type) to face, but check
9359         the var cvs-fi-<type>-face instead.
9360         (cvs-fileinfo-from-entries): New function.
9362         * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
9363         Docstring fix.
9364         (cvs-find-file-and-jump): Change default to be safer.
9365         (cvs-mode-diff-map): Define it as a function as well.
9366         (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
9367         Bind mouse-2 in this global map rather than with text-properties.
9369         * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
9370         file to resolve the ambiguity between C(conflict) and C(need-merge).
9372 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
9374         * international/mule.el (set-buffer-file-coding-system): If
9375         CODING-SYSTEM is nil, set buffer-file-coding-system to nil
9376         unconditionally.
9378 2000-06-12  Dave Love  <fx@gnu.org>
9380         * wid-edit.el (widget-specify-button): Really suppress the face if
9381         required.
9383 2000-06-11  Gerd Moellmann  <gerd@gnu.org>
9385         * term/x-win.el (x-colors): Add colors from recent rgb.txt.
9387 2000-06-11  Stefan Monnier  <monnier@cs.yale.edu>
9389         * imenu.el (imenu-generic-expression): Docstring fix.
9391         * composite.el (composition-function-table): Move the `put'
9392         below the autoload cookie so we can load the file before loaddefs.
9394         * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
9396         * emacs-lisp/autoload.el (make-autoload): Use `cond'.
9397         Handle easy-mmode-define-global-mode.
9398         For complex macros like define-minor-mode that can generate
9399         several autoload entries, try to autoload entries in the
9400         macroexpanded code.
9402         * emacs-lisp/easy-mmode.el (define-minor-mode):
9403         If KEYMAP is a symbol, just use it.
9404         Use byte-compile-current-file and load-file-name to infer the
9405         proper :require to pass to defcustom.
9406         Wrap the hook var into `progn' so as not to autoload it.
9407         Add a :autoload-end cookie.
9408         Be more careful about the evaluation of KEYMAP.
9409         (easy-mmode-define-global-mode): Add a :autoload-end cookie.
9410         (define-derived-mode): Move define-abbrev-table outside of defvar.
9412 2000-06-10  Stefan Monnier  <monnier@cs.yale.edu>
9414         * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
9415         (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
9416         (backup-compiled-files): Ignore errors during `tar'.
9417         (bootstrap): Make autoloads before elc files.
9419 2000-06-10  Kenichi Handa  <handa@etl.go.jp>
9421         * international/mule.el (set-buffer-file-coding-system): If one of
9422         undecided-XXX is specified, change only EOL conversion.
9424         * international/mule-conf.el (unix): New alias for the coding
9425         system undecided-unix.
9427 2000-06-09  Dave Love  <fx@gnu.org>
9429         * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
9431         * progmodes/executable.el: Byte compile dynamic.
9432         (executable-insert): Change custom type.
9433         (executable-find): Add autoload cookie.
9434         (executable-make-buffer-file-executable-if-script-p): New
9435         function.  After Noah Friedman.
9437         * files.el (after-save-hook): Customize, with
9438         executable-make-buffer-file-executable-if-script-p as an option.
9440 2000-06-09  Kenichi Handa  <handa@etl.go.jp>
9442         * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
9443         "tib24p-mule.bdf" for Tibetan.
9445         * composite.el (decompose-composite-char): Declare it as obsolete.
9447         * man.el (Man-fontify-manpage): Pay attention to underline and
9448         overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
9450 2000-06-08  Gerd Moellmann  <gerd@gnu.org>
9452         * thingatpt.el (forward-thing): Use functionp instead of fboundp.
9453         Set maintainer to FSF since author isn't reachable.
9455 2000-06-08  Dave Love  <fx@gnu.org>
9457         * international/mule-cmds.el (select-safe-coding-system): If
9458         DEFAULT-CODING-SYSTEM is not specified, also check the most
9459         preferred coding-system if buffer-file-coding-system is
9460         `undecided'.  From Handa.
9462 2000-06-08  Kenichi Handa  <handa@etl.go.jp>
9464         * international/mule.el
9465         (after-insert-file-set-buffer-file-coding-system): If the buffer
9466         size is greater than INSERTED, judget that we are not visiting.
9468 2000-06-07  Rajesh Vaidheeswarran  <rv@gnu.org>
9470         * whitespace.el (defgroup whitespace): Comment out `:version'.
9471         XEmacs 20.4 has problems defining the group with this present.
9472         We'll have this commented out till get resolve the problem.
9474 2000-06-07  John Wiegley  <johnw@gnu.org>
9476         * align.el (align-dq-string-modes, align-sq-string-modes)
9477         (align-open-comment-modes): Add pyhton-mode.
9478         (align-rules-list): Use get-text-property instead of
9479         text-properties-at.
9480         (align-rules-list): Add python-assignment.
9481         (align-rules-list): Change perl-comma-delimiter to
9482         basic-comma-delimiter.  Use if for Perl modes and python-mode.
9483         (align-rules-list): Add python-chain-logic and
9484         basic-line-continuation.
9486 2000-06-07  Jari Aalto  <jari.aalto@poboxes.com>
9488         * apropos.el (apropos-mode-hook): New user variable.
9489         (apropos-mode): Run apropos-mode-hook.
9491 2000-06-07  David Ponce  <david@dponce.com>
9493         * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
9494         commands.  Require `wid-edit' at run-time.
9496 2000-06-07  David Ponce  <david@dponce.com>
9498         * recentf.el: Added some "Commentary".
9499         (recentf-open-more-files, recentf-edit-list): Minor changes to
9500         move the point at the top of the file list.  This behaviour is
9501         consistent with the menu one when the list contains a lot of
9502         files.
9503         (recentf-cleanup): Now displays the number of items removed from
9504         the list.
9505         (recentf-relative-filter) New menu filter to show filenames
9506         relative to `default-directory'.
9508 2000-06-07  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9510         * ps-print.el: XEmacs compatibility.  Doc fix.  Can select page size
9511         with/without giving an error if PostScript printer doesn't have this
9512         kind of page size.  Zebra Stripe continues or restarts on next page.
9513         Manual/automatic paper feeding.  Switch or not the header.
9514         (ps-print-version): New version number (5.2.2).
9515         (ps-windows-system): Include emx as a Windows system.
9516         (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
9517         (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
9518         (ps-background-text): Code fix.
9519         (ps-error-handler-message, ps-user-defined-prologue)
9520         (ps-print-prologue-header, ps-printer-name)
9521         (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
9522         (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
9523         (ps-use-face-background): Customization fix.
9524         (ps-n-up-database): Data fix.
9525         (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
9526         (ps-switch-header): New vars.
9527         (ps-xemacs-color-name, ps-face-foreground-name)
9528         (ps-face-background-name, ps-boolean-constant): New funs.
9530 2000-06-07  Dave Love  <fx@gnu.org>
9532         * allout.el: New version from Manheimer.
9534 2000-06-07  Kenichi Handa  <handa@etl.go.jp>
9536         * textmodes/fill.el (fill-find-break-point): Check the validity of
9537         charset.
9539 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
9541         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9542         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
9543         Call display-color-p and display-mouse-p instead of looking at
9544         window-system.
9546 2000-06-06  Dave Love  <fx@gnu.org>
9548         * image.el (find-image): Doc fix.  Return nil if image not found.
9549         (put-image, insert-image): Make STRING arg optional.
9551 2000-06-06  Kenichi Handa  <handa@etl.go.jp>
9553         * language/vietnamese.el: Remove eval-when-compile.
9554         (viet-viscii-nonascii-translation-table): Define it as a
9555         translation table made from viet-viscii-decode-table.
9556         (viet-viscii-encode-table): Define it as a translation table made
9557         from the reverse map of above.
9558         (viet-vscii-nonascii-translation-table): Define it as a
9559         translation table made from viet-vscii-decode-table.
9560         (viet-vscii-encode-table): Define it as a translation table made
9561         from the reverse map of above.
9562         (ccl-decode-viscii): Use translate-character.
9563         (ccl-encode-viscii, ccl-encode-viscii-font)
9564         (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
9565         Likewize.
9567         * language/cyrillic.el: Remove eval-when-compile.
9568         (cyrillic-koi8-r-nonascii-translation-table): Define it as a
9569         translation table made from cyrillic-koi8-r-decode-table.
9570         (cyrillic-koi8-r-encode-table): Define it as a translation table
9571         made from the reverse map of above.
9572         (ccl-decode-koi8): Use translate-character.
9573         (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
9574         (cyrillic-alternativnyj-nonascii-translation-table): Define it as
9575         a translation table made from cyrillic-alternativnyj-decode-table.
9576         (cyrillic-alternativnyj-encode-table): Define it as a translation
9577         table made from the reverse map of above.
9578         (ccl-decode-alternativnyj): Use translate-character.
9579         (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
9580         Likewize
9582         * international/mule-diag.el (non-iso-charset-alist): Specify
9583         translation table symbol instead of translation table itself.
9584         (list-block-of-chars): CHARSET may be a translation table symbol.
9586         * international/mule.el (make-coding-system): If CODING-SYSTEM
9587         already exists, override it.
9589         * international/fontset.el: Use family `proportional' for Tibetan
9590         fonts.
9592         * international/ccl.el (ccl-compile-translate-character): Don't
9593         check if Rrr has property translation-table.
9594         (ccl-compile-map-multiple): Modified to avoid compiler warning.
9596 2000-06-05  Gerd Moellmann  <gerd@gnu.org>
9598         * info.el: Bind case-fold-search to t when searching in case
9599         a user sets it to nil in a hook.
9601 2000-06-05  Stefan Monnier  <monnier@cs.yale.edu>
9603         * autoarg.el (autoarg-mode, autoarg-kp-mode):
9604         * hl-line.el (hl-line-mode): Use the new :global key argument.
9606         * tar-mode.el (tar-header-block-recompute-checksum): Remove.
9607         (tar-clip-time-string): Prepend a space.
9608         (tar-grind-file-mode): Construct a string rather than modifying one.
9609         (tar-header-block-summarize): Fix docstring.
9610         Use `format' rather than an error-prone set of copy-loops.
9612         * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
9613         (diff-goto-source, diff-unified->context, diff-context->unified)
9614         (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
9615         understand the format output by the `-p' argument to diff.
9617         * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
9618         (sh-re-done): Use defconst.
9619         (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
9620         (sh-help-string-for-variable, sh-guess-basic-offset):
9621         Don't quote lambdas.
9622         (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
9623         (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
9625         * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
9626         (mh-letter-mode): Derive from text-mode.
9627         This implicitly means that it now calls kill-all-local-variables.
9628         Also remove the Emacs-18 compatibility code.
9630         * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
9631         Make use of symbol-property doc-string-elt.
9632         Use memq rather than a sequence of eq.
9633         (doc-string-elt): Fix the wrong or missing previously unused values.
9634         (autoload-print-form): New function extracted from
9635         generate-file-autoloads to allow recursion when handling progn
9636         so that defvar's and defun's docstrings are properly printed.
9637         (generate-file-autoloads): Use it.
9639         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
9640         Use find-file-hooks in the minor-mode function.
9641         Be careful not to loop indefinitely in the post-command-hook function.
9643 2000-06-05  Michael Kifer  <kifer@cs.sunysb.edu>
9645         * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
9646         tty's.
9647         * ediff-diff.el (ediff-exec-process): Use --binary for fine
9648         differences whenever appropriate.
9649         * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
9650         * viper.el (find-file, find-file-other-window): Get viper to do
9651         wildcards.
9653 2000-06-04  Stefan Monnier  <monnier@cs.yale.edu>
9655         * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
9656         (jit-lock-fontify-buffer): New function for JIT refontification.
9657         (jit-lock-mode): Fix docstring.
9658         Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
9659         Remove jit-lock-after-change from the _local_ hook.
9660         (jit-lock-function-1): Fix docstring.
9662         * info.el (Info-on-current-buffer): Initialize info.
9664         * newcomment.el (comment-indent): Ignore comment-indent-hook.
9666         * progmodes/tcl.el (tcl-indent-for-comment):
9667         Ignore comment-indent-hook.
9669         * emacs-lisp/easy-mmode.el: Require CL during compilation.
9670         (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
9671         (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
9672         and improve to use the lighter to guess the capitalization.
9673         (define-minor-mode): Inline code from easy-mmode-define-toggle.
9674         Add keyword arguments to specify global-ness or the custom group.
9675         Add local-map and help-echo properties to the lighter.
9676         (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
9677         (easy-mmode-define-global-mode): New macro.
9679 2000-06-02  Dave Love  <fx@gnu.org>
9681         * wid-edit.el: byte-compile-dynamic since we typically don't use
9682         all the widgets.  Don't require cl or widget.  Remove
9683         eval-and-compile.  Don't autoload finder-commentary.  Doc fixes.
9684         (widget-read-event): Removed.  Callers changed to use read-event.
9685         (widget-button-release-event-p): Renamed from
9686         button-release-event-p.
9687         (widget-field-add-space, widget-field-use-before-change):
9688         Uncustomize.
9689         (widget-specify-field): Use keymap property, not local-map.
9690         (widget-specify-button): Obey :suppress-face.
9691         (widget-specify-insert): Use modern backquote syntax.
9692         (widget-image-directory): Renamed from widget-glyph-directory.
9693         (widget-image-enable): Renamed from widget-glyph-enable.
9694         (widget-image-find): Replaces widget-glyph-find.
9695         (widget-button-pressed-face): Move defvar.
9696         (widget-image-insert): Replaces widget-glyph-insert.
9697         (widget-convert): Use keywordp.
9698         (widget-leave-text, widget-children-value-delete): Use mapc.
9699         (widget-keymap): Remove XEmacs stuff.
9700         (widget-field-keymap, widget-text-keymap): Define all inside defvar.
9701         (widget-button-click): Don't set point at the click, but re-centre
9702         if we scroll out of window.  Rewritten for images v. glyphs &c.
9703         (widget-tabable-at): Use POS arg, not point.
9704         (widget-beginning-of-line, widget-end-of-line)
9705         (widget-item-value-create, widget-sublist, widget-princ-to-string)
9706         (widget-sexp-prompt-value, widget-echo-help): Simplify.
9707         (widget-default-create): Use widget-image-insert; some rewriting.
9708         (widget-visibility-value-create)
9709         (widget-push-button-value-create, widget-toggle-value-create): Use
9710         widget-image-insert.
9711         (checkbox): Create on and off images dynamically.
9712         (documentation-link): Change :help-echo.
9713         (widget-documentation-link-echo-help): Remove.
9715 2000-06-02  Stefan Monnier  <monnier@cs.yale.edu>
9717         * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
9719         * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
9720         (easy-mmode-define-toggle, define-minor-mode): Use it.
9721         (easy-mmode-define-keymap): Docstring fix.
9722         (define-derived-mode): Default PARENT to fundamental-mode.
9723         Add the derived-mode-parent symbol-property.
9724         (easy-mmode-derived-mode-p): New function.
9726 2000-06-02  Dave Love  <fx@gnu.org>
9728         * files.el (convert-standard-filename): Doc fix.
9729         (normal-backup-enable-predicate): New function.
9730         (backup-enable-predicate): Use it to replace the lambda form.
9732         * calendar/todo-mode.el: [This needs more work on the outline
9733         stuff.]  Doc fixes.
9734         (todo) <defgroup>: Add :version.
9735         (todo-add-category): Don't use pushnew.
9736         (todo-cmd-raise): Fix typo.
9737         (todo-top-priorities): Change temp buffer name.
9738         (todo-category-alist): Avoid redundant lambda.
9739         (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
9740         Use outline-next-heading.
9742         * autoarg.el: Rewritten to use define-minor-mode.
9743         (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
9744         (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
9746 2000-06-02  Kenichi Handa  <handa@etl.go.jp>
9748         * isearch.el (isearch-other-meta-char): Fix previous change.
9750 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
9752         * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
9753         (log-edit-done): Only add the comment to the ring if it's different
9754         from the last comment entered.
9756         * isearch.el (isearch-highlight): Turn internal-find-face into facep.
9758 2000-06-01  Dave Love  <fx@gnu.org>
9760         * hl-line.el: Rewritten using define-minor-mode.
9762         * help.el (describe-function-1): Distinguish special form from
9763         builtin function.  Sanity-check presence of arglist for builtins.
9765 2000-06-01  Kenichi Handa  <handa@etl.go.jp>
9767         * international/characters.el: Fix syntax/category setting of
9768         Tibetan characters.
9770         * language/tibet-util.el (tibetan-add-components): Fixes for new
9771         encoding of Tibetan characters.
9772         (tibetan-decompose-precomposition-alist): New variable.
9773         (tibetan-decompose-region): Convert precomposed characters to
9774         non-precomposed characters.
9775         (tibetan-decompose-string): Likewise.
9776         (tibetan-composition-function): Fix args to
9777         thibetan-compose-string.
9779         * language/tibetan.el (tibetan-composable-pattern): More
9780         characters included.
9781         (tibetan-consonant-transcription-alist): Rule for "R" added.
9782         (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
9783         "+R" added.
9784         (tibetan-base-to-subjoined-alist): Rule for "RA" added.
9786         * language/lao-util.el (lao-composition-function): Fix args to
9787         compose-string.
9789         * language/thai-util.el (thai-composition-function): Fix args to
9790         compose-string.
9792         * isearch.el (isearch-update): Set disable-point-adjustment to t
9793         to prevent the point moving to the end of a composition when a
9794         part of a composition is searched.
9795         (isearch-other-meta-char): If the key invoking this command can be
9796         mapped by function-key-map to a printing char, call
9797         isearch-process-search-char directly.
9799 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
9801         * emacs-lisp/bytecomp.el:
9802         * frame.el:
9803         * international/mule-cmds.el:
9804         * international/mule-util.el:
9805         * international/mule.el:
9806         * mouse.el:
9807         * subr.el:
9808         * faces.el: Update calls to make-obsolete with a WHEN argument.
9810         * byte-run.el (make-obsolete, make-obsolete-variable):
9811         Add an optional WHEN argument and change the format of the
9812         symbol-property information.
9813         * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
9814         (byte-compile-obsolete, byte-compile-variable-ref): Understand the
9815         new obsolete-symbol-property format and print WHEN if it is provided.
9817 2000-05-31  Dave Love  <fx@gnu.org>
9819         * loadhist.el (loadhist-hook-functions): Remove
9820         before-change-function, after-change-function.
9821         (unload-feature): Deal with symbols which are both bound and
9822         fbound.
9824         * mouse.el (mouse-save-then-kill-delete-region): Don't bind
9825         before-change-function, after-change-function.
9827         * simple.el (newline): Don't bind before-change-function,
9828         after-change-function.
9830 2000-05-31  Rajesh Vaidheeswarran <rv@gnu.org>
9832         * whitespace.el (whitespace-rescan-timer-time): Update interval
9833         set to 600 seconds (10 minutes) instead of 60 seconds since
9834         a large number of whitespace buffers causes emacs to `freeze'
9835         for a considerable amount of time.
9837         * whitespace.el: Updated email address
9839 2000-05-31  Dave Love  <fx@gnu.org>
9841         * add-log.el (change-log-font-lock-keywords) <function>: Add
9842         pattern for function of change.
9843         (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
9844         acknowledgements patterns.
9846 2000-05-31  Kenichi Handa  <handa@etl.go.jp>
9848         * isearch.el (isearch-printing-char): If keyboard coding system is
9849         being used, call isearch-process-search-multibyte-characters.
9851         * international/isearch-x.el: Mostly rewritten.
9853         * international/quail.el (quail-start-conversion): Don't include
9854         unhandled events in the returned events, but set them in
9855         unread-command-events.  Exit if all inputs are deleted.
9857 2000-05-30  Jason Rumney  <jasonr@gnu.org>
9859         * w32-fns.el (w32-charset-info-alist): Add each charset separately.
9861         * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
9862         Reenable code to create initial fontsets.
9863         Use set-fontset-font in place of put-charset-property.
9865 2000-05-30  Gerd Moellmann  <gerd@gnu.org>
9867         * progmodes/perl-mode.el (perl-indent-line): When looking for a
9868         label, ensure that the first colon isn't followed by another.
9870         * paths.el (Info-default-directory-list): Doc fix.
9872         * net/net-utils.el (finger-X.500-host-regexps): New user-option.
9873         (finger): If HOST matches a regexp from finger-X.500-host-regexps,
9874         send a query containing USER only, not USER@HOST.
9876         * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
9877         and rmail-msgend to compute the restriction at the end, instead of
9878         computing it.
9880 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
9882         * dabbrev.el (dabbrev-expand): Don't display messages in the
9883         echo area if the minibuffer window is active.
9885         * jit-lock.el (jit-lock-mode): Add after change function to
9886         local hook.
9888 2000-05-29  Christoph Wedler  <Christoph.Wedler@sap.com>
9890         * antlr-mode.el: New commands: hide/unhide actions,
9891         upcase/downcase literals.
9892         (antlr-tiny-action-length): New user option.
9893         (antlr-hide-actions): New command.  Suggested by
9894         Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
9895         (antlr-mode-map): New binding [C-c C-v].
9896         (antlr-mode-menu): New entries.
9897         (antlr-downcase-literals): New command.
9898         (antlr-upcase-literals): Ditto.
9900         * antlr-mode.el: Minor changes: indendation, mode-name.
9901         (antlr-indent-line): Indent cpp directive at column 0.
9902         (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
9904         * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
9905         (antlr-font-lock-additional-keywords): Workaround for intentional
9906         bug in XEmacs version of font-lock.
9907         (antlr-mode): Set symbol property `mode-name' to "Antlr".  Could
9908         be used by a smarter version of `buffers-menu-grouping-function'.
9910 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
9912         * tmm.el (tmm-prompt): Recognize menu item definitions of the for
9913         `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
9915 2000-05-29  Kenichi Handa  <handa@etl.go.jp>
9917         * international/encoded-kb.el
9918         (encoded-kbd-iso2022-designation-map): Pay attention to that
9919         charset-iso-final-char return -1 for eight-bit-control and
9920         eight-bit-graphic.
9922 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
9924         * speedbar.el (speedbar-use-images, speedbar-update-flag)
9925         (speedbar-easymenu-definition-base): Use display-graphic-p where
9926         available, instead of window-system.
9928 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
9930         * international/codepage.el (cp-coding-system-for-codepage-1): Add
9931         eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
9932         coding systems.
9934 2000-05-26  Dave Love  <fx@gnu.org>
9936         * disp-table.el (standard-display-underline): Don't use
9937         internal-find-face.
9939         * mail/reporter.el: Maintainer change.  Doc fixes.
9940         (reporter-version): Deleted.
9942         * emacs-lisp/elp.el: Maintainer change.
9943         (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
9945 2000-05-26  Stefan Monnier  <monnier@cs.yale.edu>
9947         * add-log.el (add-change-log-entry): Merge the current entry with the
9948         previous one if the previous one is empty.
9950 2000-05-26  Dave Love  <fx@gnu.org>
9952         * loadhist.el (unload-feature): Fix interactive spec [from
9953         lijnzaad@ebi.ac.uk].
9955         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
9956         subr-arity to check primitives.
9957         (byte-compile-flush-pending, byte-compile-file-form-progn)
9958         (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
9959         (byte-compile-insert, byte-compile-funcall): Use mapc instead of
9960         mapcar.
9962 2000-05-26  Kenichi Handa  <handa@etl.go.jp>
9964         * international/fontset.el: Set family names of non-latin charsets
9965         in default fontset to "*".
9967         * international/mule-diag.el (print-fontset): Combine family part
9968         and registry part of the fontname by "-*-" instead of "-".
9970         * international/mule-cmds.el (encode-coding-char): Make strings
9971         multibyte before calling encode-coding-string.
9973 2000-05-25  Stefan Monnier  <monnier@cs.yale.edu>
9975         * derived.el: Fix keywords.
9976         (define-derived-mode): Only define if needed.
9978         * simple.el (fill-comment, comment-column, comment-start)
9979         (comment-start-skip, comment-end, comment-indent-function)
9980         (block-comment-start, block-comment-end, indent-for-comment)
9981         (set-comment-column, kill-comment, comment-padding, comment-region)
9982         (comment-multi-line, indent-new-comment-line): Remove.
9984         * bindings.el (esc-map): Change ; to comment-dwim and use the new
9985         function names for comment operations.
9987         * newcomment.el: Add abundant autoload cookies.
9988         (comment-style): Don't depend on runtime data at compile-time.
9989         (comment-indent-hook): Remove.
9990         (comment-indent): Check if comment-indent-hook is bound.
9991         (comment-region): Docstring fix.
9993 2000-05-25  Dave Love  <fx@gnu.org>
9995         * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
9996         byte-code-function-p.
9998         * mail/rmailsum.el: Add provide.
10000         * net/goto-addr.el (goto-address-fontify): Add help-echo property.
10002         * smerge-mode.el (smerge-diff-switches): Don't use list* in
10003         defcustom.
10005 2000-05-25  Michael Kifer  <kifer@cs.sunysb.edu>
10007         * ediff-diff.el (ediff-exec-process): delete --binary option from
10008         non-buffer ediff jobs.
10010 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
10012         * hilit-chg.el (highlight-changes-mode): Ask about color or
10013         grayscale support, not about window-system.
10015         * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
10016         window-system.
10017         (ffap-highlight): Always default to t.
10019         * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
10020         display-popup-menus-p instead of looking at window-system.
10022         * disp-table.el (standard-display-g1, standard-display-graphic):
10023         Only refuse to use string glyphs on X and MS-Windows.
10025         * avoid.el: Remove window-system from commentary, suggest to use
10026         display-*-p instead.
10028         * apropos.el (apropos-print): Use display-mouse-p instead of
10029         window-system.
10031 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
10033         * international/codepage.el (cp-decoding-vector-for-codepage):
10034         Fill up unsupported characters with their own codes.  From Kenichi
10035         Handa.
10037 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
10039         * international/mule-diag.el (describe-char-after): Use
10040         display-graphic-p instead of window-system, so that this function
10041         works on MS-DOS.
10043 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
10045         * international/codepage.el (cp-make-coding-systems-for-codepage):
10046         Remove the eight-bit-graphic and eight-bit-control charsets from
10047         the list of charsets which we convert into `?'.
10049 2000-05-25  Kenichi Handa  <handa@etl.go.jp>
10051         * international/mule-conf.el: Specify CHARSET-ID explicitely for
10052         private charsets.
10053         (mule-unicode-0100-24ff, japanese-jisx0213-1,
10054         japanese-jisx0213-2): New charsets.
10056         * international/fontset.el: Setup default fontset for new charsets.
10058 2000-05-24  Dave Love  <fx@gnu.org>
10060         * info.el (Info-find-node-2): Restructure [following "Vadim
10061         S. Solomin" <sovs@uic.nnov.ru>].
10063         * icomplete.el: Fix header for Finder.
10065 2000-05-24  Eric M. Ludlam  <zappo@ultranet.com>
10067         * rmailout.el (rmail-output-to-rmail-file): Added optional param
10068         STAY.
10070         * rmail.el (rmail-automatic-folder-directives): New user variable.
10071         (rmail-show-message): Add call to `rmail-auto-file' during
10072         display.
10073         (rmail-auto-file): New function.
10075 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
10077         * ediff-diff.el (ediff-forward-word): Take syntactic word class into
10078         account.
10079         (ediff-test-utility,ediff-diff-mandatory-option)
10080         (ediff-reset-diff-options): Utilities for proper initialization of
10081         ediff-diff-options and ediff-diff3-options on Windows.
10083         * ediff-init.el (ediff-merge-filename-prefix): New customizable
10084         variable.
10086         * ediff-mult.el (ediff-filegroup-action): Use
10087         ediff-merge-filename-prefix.
10089 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
10091         * viper-ex.el (ex-write): Set selective display to nil.
10093 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
10095         * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
10096         aliases for hebrew-iso-8bit.
10098 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
10100         * woman.el: New version from Francis J. Wright
10101         <F.J.Wright@Maths.QMW.ac.uk>.
10102         (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
10103         names in environment variables regardless of the path separator.
10104         (woman-topic-all-completions-1): Don't call file-name-directory-p
10105         on all files, since woman-file-regexp already filters out any
10106         directories.
10108 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
10110         * international/quail.el (quail-start-translation): Don't change
10111         modified-p of the current buffer.
10112         (quail-start-conversion): Likewise.
10114         * international/kkc.el (kkc-region): Don't change modified-p of
10115         the current buffer.
10117         * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
10118         conform to RFC1468.
10119         (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
10121 2000-05-23  Eric M. Ludlam  <zappo@ballista.ultranet.com>
10123         * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
10124         (speedbar-insert-button): Invisible text property fix.
10125         (speedbar-directory-plus): Renamed from speedbar-directory-+
10126         (speedbar-directory-minus): Renamed from speedbar-directory--
10127         (speedbar-page-plus): Renamed from speedbar-file-+
10128         (speedbar-page-minus): Renamed from speedbar-file--
10129         (speedbar-page): Renamed from speedbar-file-
10130         (speedbar-tag): Renamed from speedbar-tag-
10131         (speedbar-tag-plus): Renamed from speedbar-tag-+
10132         (speedbar-tag-minus): Renamed from speedbar-tag--
10133         (speedbar-expand-image-button-alist): Use above renames.
10135         * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
10136         * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
10137         * sb-pg-plus.xpm: Renamed from sb-file+.xpm
10138         * sb-pg-minus.xpm: Renamed from sb-file-.xpm
10139         * sb-pg.xpm: Renamed from sb-file.xpm
10140         * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
10141         * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
10143 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
10145         * international/quail.el (quail-show-guidance-buf): Set
10146         current-input-method of the guidance buffer to the name of the
10147         curren input method.
10149 2000-05-23  Stefan Monnier  <monnier@cs.yale.edu>
10151         * progmodes/compile.el (compile-internal): Style typo.
10153         * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
10154         quote vars and functions in the docstring.
10156         * newcomment.el (comment-make-extra-lines): Don't use `assert'.
10158         * completion.el (dynamic-completion-mode, dynamic-completion-mode):
10159         Don't quote lambdas.
10161         * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
10163 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
10165         * startup.el (command-line): Determine source file of compiled
10166         user init file differently.  Warn if compiled user init file
10167         is older than its source file.
10169         * ffap.el (ffap-url-regexp): Add `https'.
10171 2000-05-23  Eli Zaretskii  <eliz@is.elta.co.il>
10173         * files.el (make-backup-file-name-1): Replace slashes with `!'
10174         rather than `|' (which is not allowed on Windows).  Replace the
10175         drive letters with a string "drive_X".
10177 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
10179         * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
10181         * files.el (interpreter-mode-alist): Add `bash2'.
10183 2000-05-22  Dave Love  <fx@gnu.org>
10185         * loadhist.el (feature-symbols, file-provides, file-requires): Use
10186         mapc.
10187         (feature-file): Avoid calling symbol-name.  Doc fix.
10188         (file-set-intersect, file-dependents): Use dolist, not mapcar.
10189         (loadhist-hook-functions): Add mouse-position-function.
10190         (unload-feature): Change uses of mapcar.
10192         * files.el (parse-colon-path): Doc fix.
10193         (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
10194         (set-auto-mode): Use mapc.
10196         * complete.el (PC-look-for-include-file): Use :alnum: character
10197         class.
10198         (partial-completion-mode): Add autoload cookie.
10200 2000-05-22  Sam Steingold  <sds@gnu.org>
10202         * info.el (Info-fontify-node): Fixed the call to
10203         `add-text-properties' (bug introduced on 2000-05-18).
10205 2000-05-22  Dave Love  <fx@gnu.org>
10207         * bindings.el: Remove debug-ignored-errors set in other files.
10209         * progmodes/etags.el: Add to debug-ignored-errors.
10210         (visit-tags-table-buffer): Clear out buffers holding old tables
10211         when making a new list.
10212         (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
10213         mapc.
10215         * completion.el: Doc fixes.  Add to debug-ignored-errors.  Don't
10216         quote keywords.
10217         (cmpl-string-case-type): Use character classes.
10219         * comint.el:
10220         * textmodes/ispell.el:
10221         * imenu.el:
10222         * mail/mh-e.el:
10223         * progmodes/compile.el: Add to debug-ignored-errors.
10225         * dabbrev.el: Add to debug-ignored-errors.
10226         (dabbrev-completion): Use mapc.
10228 2000-05-22  Eli Zaretskii  <eliz@is.elta.co.il>
10230         * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
10231         (woman-mapcan, woman-parse-man.conf)
10232         (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
10233         (woman-reset-emulation, woman-select-symbol-fonts): New functions.
10234         (woman-parse-colon-path): Call woman-mapcan.  Recognize Cygwin
10235         path syntax better.
10236         (woman-man.conf-path, woman-use-own-frame): New defcustoms.
10237         (woman-manpath): Call woman-parse-man.conf.
10238         (woman-emulation): New defcustom, defaults to nroff.
10239         (woman-font-support): New defconst.
10240         (woman-use-symbol-font): New defcustom.
10241         (woman-menu): Add new menu items: "Colored/BW", "Advanced",
10242         "Emulation".
10243         Many functions: Doc fix.
10245 2000-05-22  Kenichi Handa  <handa@etl.go.jp>
10247         * international/quail.el (quail-simple-translation-keymap): Map
10248         128..255 to quail-self-insert-command.
10249         (quail-keyboard-layout-alist): Add definition for "pc102-de".
10251 2000-05-22  Stefan Monnier  <monnier@cs.yale.edu>
10253         * help.el (help-manyarg-func-alist): Typo.
10255         * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
10256         intervals which makes it heaps simpler.
10258         * newcomment.el (comment-region-internal): Go back to BEG after quoting
10259         the nested comment markers.
10261         * subr.el (remove-hook): Don't turn the hook's value into a list.
10263 2000-05-21  Dave Love  <fx@gnu.org>
10265         * edmacro.el (edmacro-parse-keys): Return vector if any elements
10266         are invalid characters.
10268         * international/mule-util.el (detect-coding-with-priority): Use
10269         mapc.  Remove redundant lambda.
10271         * international/mule-diag.el (list-non-iso-charset-chars)
10272         (describe-fontset): Remove redundant lambda.
10274         * emulation/crisp.el (brief-mode): New alias.
10276         * emacs-lisp/ring.el (ring-elements): New function.
10278         * emacs-lisp/easymenu.el (easy-menu-create-menu)
10279         (easy-menu-do-add-item): Use keywordp.
10281         * emacs-lisp/byte-opt.el: Update side-effect free function lists.
10283         * replace.el: Doc and error message fixes.
10284         (replace-highlight): Use facep, not internal-find-face.
10286 2000-05-20  Stefan Monnier  <monnier@cs.yale.edu>
10288         * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
10290         * log-edit.el (log-edit-done): Cleanup trailing empty lines.
10291         (log-edit-insert-changelog): Drop `:' as well.
10293         * log-view.el: Fix file description.
10294         (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
10295         available.
10296         (log-view-font-lock-keywords): Only use cvs-filename-face if present.
10297         (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
10299         * emacs-lisp/easy-mmode.el: Update copyright and commentary.
10300         (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
10301         Print a status message if the toggle is called interactively.
10302         (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
10303         for global minor modes and use `defcustom' for them.
10304         Use add-minor-mode.
10305         (easy-mmode-define-derived-mode): Remove.
10306         (define-derived-mode): Fancier default docstring.
10307         (easy-mmode-define-navigation): Signal an error rather than (ding).
10309         * newcomment.el (comment-styles): New `box-multi'.
10310         (comment-normalize-vars): Better default for comment-continue to
10311         avoid whitespace-only continuations.
10312         (comment-search-forward): Always move even in the no-syntax case.
10313         (comment-padright): Only obey N if it's only obeyed for padleft.
10314         (comment-make-extra-lines): Better handling of empty continuations.
10315         Use `=' for the filler if comment-start has only one character.
10316         (uncomment-region): Try handling the special `=' filler.
10317         (comment-region): Allow LINES even if MULTI is nil.
10318         (comment-box): Choose box style based on comment-style.
10320 2000-05-20  Kenichi Handa  <handa@etl.go.jp>
10322         * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
10323         (ccl-compile-write-repeat): If ARG is string, make it unibyte.
10325 2000-05-20  Kenichi HANDA  <handa@etl.go.jp>
10327         * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
10328         and insert, not subst-char-in-region.
10330         * international/mule-diag.el (list-character-sets-1): Handle
10331         charsets eight-bit-control and eight-bit-graphic.
10332         (list-iso-charset-chars): Likewise.
10333         (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
10334         charactes as is.  Use indent-to to align characters.
10336         * international/mule-cmds.el (find-multibyte-characters): Never
10337         exclude charsets eight-bit-control and eight-bit-graphic.
10339 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
10341         * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
10342         Don't quote lambdas.
10344         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
10346 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
10348         * gud.el (gud-jdb-directories): Doc fix.
10350 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
10352         * newcomment.el: New file.
10354 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
10356         * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
10358 2000-05-18  Andreas Schwab  <schwab@suse.de>
10360         * dired.el (dired-between-files): Also skip lines beginning with
10361         `used'.
10363 2000-05-18  Gerd Moellmann  <gerd@gnu.org>
10365         * msb.el (msb-menu-cond): Add choice `user'.
10367 2000-05-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10369         * ps-print.el: Compatibility, customization and doc fix.
10370         (ps-printer-name-option): Replace defconst by defvar.
10371         (ps-postscript-code-directory): XEmacs compatibility.
10372         (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
10373         fix.
10374         (ps-user-defined-prologue, ps-print-prologue-header)
10375         (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
10376         compatibility and code fix.
10377         (ps-print-background-image, ps-print-background-text):
10378         Customization fix.
10379         (ps-line-number-start, ps-n-up-on): New vars.
10381 2000-05-18  Espen Skoglund  <esk@ira.uka.de>
10383         * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
10384         the indent-comment function to just return the appropriate indent.
10386 2000-05-18  Eric M. Ludlam  <zappo@ultranet.com>
10388         * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
10389         sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
10390         sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
10392 2000-05-18  Dave Love  <fx@gnu.org>
10394         * info.el (Info-fontify-node): Add intangible property as well as
10395         invisible.
10397         * calendar/appt.el (appt-make-list): Match all lines of entry.
10398         From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
10400 2000-05-18  Kenichi Handa  <handa@etl.go.jp>
10402         * international/mule-diag.el (describe-char-after): Call
10403         internal-char-font, not char-font.  If internal-char-font returns
10404         nil, display "-- none --".
10406 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
10408         * image.el (image-type-available-p): Don't reference image-types
10409         if it isn't bound.
10411 2000-05-17  Stefan Monnier  <monnier@cs.yale.edu>
10413         * autoarg.el (autoarg-mode): Typo in the :set argument.
10415 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
10417         * startup.el (command-line-1): Don't signal an error if the
10418         directory for auto-save-list files does not yet exist.
10420 2000-05-17  Kenichi Handa  <handa@etl.go.jp>
10422         * international/mule-conf.el (arabic-iso8859-6): Fix typo.
10424 2000-05-16  Stefan Monnier  <monnier@cs.yale.edu>
10426         * subr.el (remove-hook): `setq' hook-value, not `set'.
10428 2000-05-16  Sam Steingold  <sds@gnu.org>
10430         * info.el (debug-ignored-errors): More errors to ignore.
10432 2000-05-16  Dave Love  <fx@gnu.org>
10434         * cus-edit.el: Don't require cl or easymenu.
10435         (custom-variable-prompt): Test standard-value property, not
10436         user-variable-p.
10438 2000-05-16  Sam Steingold  <sds@gnu.org>
10440         * subr.el (add-hook): `setq' hook-value, not `set'.
10442 2000-05-16  Gerd Moellmann  <gerd@gnu.org>
10444         * startup.el (command-line-1): Mention the FAQ in the startup
10445         message.
10447         * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
10449         * progmodes/compile.el (compilation-parse-errors): Collect
10450         `nomessage' regexps last.
10452         * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
10454         * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
10455         to the function name.
10457 2000-05-15  Dave Love  <fx@gnu.org>
10459         * speedbar.el (speedbar-recenter): Typo.
10460         (speedbar-expand-line): Make arg optional.
10461         (speedbar-mode): Avoid a compiler warning.
10463 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
10465         * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
10466         user-specified option string is empty.
10468         * mouse.el (mouse-yank-at-click): Doc fix.
10470 2000-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
10472         * term/internal.el (IT-character-translations): More updates of
10473         latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
10474         documents.
10476 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
10478         * env.el (getenv): New function, interactively callable.
10479         (setenv, getenv): Remove autoload cookies.
10481         * loadup.el: Load `env'.
10483         * progmodes/f90.el: Change author's mail address.
10485 2000-05-14  Dave Love  <fx@gnu.org>
10487         * mail/rmail.el (rmail-show-message-hook): Customize and offer
10488         goto-addr as an option.
10490         * help.el (help-xref-stack): Doc fix.
10491         (help-xref-following): New variable.
10492         (help-make-xrefs): Use it.
10493         (help-xref-go-back): Use position information from stack element.
10494         (help-follow): Make position in stack element a pair.  Use
10495         help-xref-following.
10497         * autoarg.el: New file.
10499         * faces.el: Declare more functions obsolete.
10501         * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
10502         * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
10503         * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
10504         * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
10505         Remove all the setup-...-environment functions.
10507 2000-05-13  Eric M. Ludlam  <zappo@ultranet.com>
10509         * speedbar.el: Updated the commentary section.  xemacs20p now uses
10510         >= when detecting.  Require `defimage' safely.
10511         (speedbar-easymenu-definition-base): Add toggle for images.
10512         (speedbar-easymenu-definition-special): Add flush cache & expand.
10513         (speedbar-visiting-tag-hook): Set new defaults.  Added options.
10514         (speedbar-reconfigure-keymaps-hook): New variable.
10515         (speedbar-frame-parameters): Updated documentation.
10516         (speedbar-use-imenu-flag): Updated custom tag
10517         (speedbar-dynamic-tags-function-list): New variable.
10518         (speedbar-tag-hierarchy-method): Updated doc & custom.
10519         (speedbar-indentation-width, speedbar-indentation-width) New
10520         variables.
10521         (speedbar-hide-button-brackets-flag): Customizable.
10522         (speedbar-vc-indicator): Doc update.
10523         (speedbar-ignored-path-expressions): Updated default value.
10524         (speedbar-supported-extension-expressions): Updated default value.
10525         (speedbar-syntax-table): Remove {} paren status.
10526         (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
10527         as "+".  Added overlay aliases.
10528         (speedbar-mode): Use `speedbar-mode-line-update' instead of
10529         `force-mode-line-update'.
10530         (speedbar-mode, speedbar-quick-mouse, speedbar-click)
10531         (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
10532         `mouse-set-point'
10533         (speedbar-reconfigure-keymaps): Run configure keymap hooks.
10534         (speedbar-item-info-tag-helper): Revamped to handle a wider range
10535         of arbitrary text, and new helper functions.
10536         (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
10537         filename finder.
10538         (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
10539         (speedbar-directory-buttons): Update path search/expansion.
10540         (speedbar-make-tag-line): Pay attention to
10541         `speedbar-indentation-width'.  Use more care w/ invisible
10542         properties.
10543         (speedbar-change-expand-button-char): Call
10544         `speedbar-insert-image-button-maybe'.
10545         (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
10546         (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
10547         (speedbar-trim-words-tag-hierarchy)
10548         (speedbar-simple-group-tag-hierarchy): New functions
10549         (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
10550         (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
10551         functions.
10552         (speedbar-mouse-set-point): New function
10553         (speedbar-power-click): Updated documentation.
10554         (speedbar-line-token, speedbar-goto-this-file): Handle more types
10555         of tag prefix text.
10556         (speedbar-expand-line, speedbar-contract-line): Make more robust
10557         to strange text.
10558         (speedbar-expand-line): Takes universal argument to flush the
10559         cache.
10560         (speedbar-flush-expand-line): New function.
10561         (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
10562         Use new generator insertion method.
10563         (speedbar-fetch-dynamic-tags): New function.
10564         (speedbar-fetch-dynamic-imenu): Removed code now handled in
10565         `speedbar-fetch-dynamic-imenu'.
10566         (speedbar-fetch-dynamic-etags): Fix current buffer problem.
10567         (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
10568         "Revert Buffer" menu items.
10569         (speedbar-buffer-buttons-engine): Be smarter when creating a
10570         filename tag (for expansion purposes.).
10571         (speedbar-highlight-one-tag-line,
10572         (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
10573         (speedbar-recenter): New functions.
10574         (defimage-speedbar): Image loading abstraction.
10575         (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
10576         (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
10577         (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
10578         (speedbar-tag-type, speedbar-tag-mail): New images.
10579         (speedbar-expand-image-button-alist): New variable.
10580         (speedbar-insert-image-button-maybe): Insert an image over some
10581         buttons.
10583 2000-05-13  Kenichi Handa  <handa@etl.go.jp>
10585         * international/mule-cmds.el (encode-coding-char): An ASCII
10586         character is always encodable.
10588         * international/mule-conf.el: Add more information in descriptions
10589         of character sets.
10591         * international/mule-diag.el (describe-char-after): New function.
10592         (describe-font-internal): Adjusted for the change of font-info.
10593         (describe-font): Likewise.
10594         (print-fontset): Rewritten for the new fontset implementation.
10595         (describe-fontset): Include fontset alias names in completion.
10596         (list-fontsets): Adjusted for the change of print-fontset.
10598         * simple.el (what-cursor-position): If DETAIL is non-nil, call
10599         describe-char-after instead of displaying the detail in the echo
10600         area.
10601         (syntax-code-table): Format changed.
10602         (string-to-syntax): Adjusted for the above change.
10604 2000-05-12  Stefan Monnier  <monnier@cs.yale.edu>
10606         * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
10608 2000-05-12  Dave Love  <fx@gnu.org>
10610         * calendar/todo-mode.el: Remove some compatibility stuff and CL
10611         dependence.  Use line-{beginning,end}-position, not
10612         point-at{b,e}ol.  Some doc fixes.
10613         (todo-position): New function.  Fix callers of position to use it.
10614         (todo-save-top-priorities, todo-print): Use with-temp-buffer.
10616 2000-05-12  Gerd Moellmann  <gerd@gnu.org>
10618         * time.el (display-time-mail-icon): Use `:ascent center'.
10620         * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
10621         handling FTP security extensions.
10623 2000-05-11  Dave Love  <fx@gnu.org>
10625         * calendar/todo-mode.el: New file.
10627 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
10629         * comint.el (comint-read-input-ring): Move reference to
10630         comint-input-ring-size outside of the save-excursion.  It was
10631         causing the default value to be the only one ever seen.
10633         * font-lock.el: Update copyright.  Remove Simon Marshall's email
10634         address on request from him.
10636         * subr.el (substitute-key-definition): Add comment describing
10637         the meaning of PREFIX.
10639 2000-05-10  Stefan Monnier  <monnier@cs.yale.edu>
10641         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
10643         * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
10644         (add-minor-mode): Don't make the variable buffer-local and add a
10645         reference to define-minor-mode in the docstring.
10647         * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
10648         HEADER/FOOTER and fix bug with trailing empty directory.
10649         (cvs-append-to-ignore): Use vc-editable-p if available.
10650         (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
10651         (vc-do-command): Tweak advice to handle the new VC.
10653         * log-view.el (log-view-goto-rev): New function for the new VC.
10654         (log-view-minor-wrap): Use mark-active.
10656         * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
10657         (log-edit-changelog-full-paragraphs): New var.
10658         (log-edit-insert-changelog): Remove a lonely leading `* file'.
10659         (log-edit-narrow-changelog, log-edit-changelog-paragraph)
10660         (log-edit-changelog-subparagraph, log-edit-changelog-entry)
10661         (log-edit-changelog-ours-p, log-edit-changelog-entries)
10662         (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
10663         Replace the `cvs' prefix with `log-edit'.
10665         * iswitchb.el (iswitchb-completion-help): Unquote lambda.
10667         * diff-mode.el (diff-font-lock-keywords): Recognize comments.
10668         (diff-font-lock-defaults): Explicitly turn off multiline.
10669         (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
10670         (diff-ediff-patch): Fix call to ediff-patch-file.
10671         (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
10672         Handle comments.
10674         * frame.el (automatic-hscrolling): Typo.
10676         * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
10678 2000-05-09  Sam Steingold  <sds@goems.com>
10680         * apropos.el (apropos-print): use `describe-face' instead of
10681         `customize-face-other-window'.
10683 2000-05-09  Dave Love  <fx@gnu.org>
10685         Changes mostly following Richard Sharman <rsharman@wave.home.com>.
10687         * help.el (describe-variable): Have customize button pop the
10688         help-xref stack when invoked.
10689         (help-xref-symbol-regexp): Add `face'.
10690         (help-make-xrefs): Check for quoted face names and adapt regexp
10691         submatch numbers to cope.
10692         (help-xref-interned): Maybe insert face doc too.  Separate
10693         sections with a line of hyphens.
10695         * faces.el:  Some doc fixes.  Declare some functions obsolete.
10696         (describe-face): Add customize button.  Return the help
10697         text.  Fix prompt.
10699 2000-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
10701         * term/internal.el (IT-character-translations): Fix last change.
10703 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
10705         * woman.el: New file
10706         (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
10708 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
10710         * term/internal.el (IT-character-translations): Update ASCII
10711         simulations for greek-iso8859-7, add latin-iso8859-14 and
10712         latin-iso8859-15.
10714         * international/mule-cmds.el (set-language-info-alist): Call
10715         define-prefix-command with 3 arguments, to make the map suitable
10716         for a menu.
10718 2000-05-07  Dave Love  <fx@gnu.org>
10720         * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
10722 2000-05-05  Dave Love  <fx@gnu.org>
10724         * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
10725         list in doc string.  Don't quote keyword symbols.
10726         * emacs-lisp/cl.el: Likewise
10727         * emacs-lisp/cl-seq.el: Likewise
10729 2000-05-05  Gerd Moellmann  <gerd@gnu.org>
10731         * abbrev.el (abbrev-mode): Make ARG optional.
10733 2000-05-04  Gerd Moellmann  <gerd@gnu.org>
10735         * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
10737         * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
10739         * subr.el (substitute-key-definition): Clarify documentation.
10741 2000-05-04  Milan Zamazal  <pdm@freesoft.cz>
10743         * glasses.el (glasses-convert-to-unreadable): Use
10744         `glasses-separator' instead of the hard-wired "_".
10745         (glasses-mode): Call `glasses-make-unreadable' only in a single
10746         place.
10748 2000-05-04  Eli Zaretskii  <eliz@is.elta.co.il>
10750         * term/internal.el (cjk-codepages-alist): Add associations for
10751         Chinese and Korean codepages.  Remove FIXME comment.
10753 2000-05-03  Dave Love  <fx@gnu.org>
10755         * time.el (display-time-mail-face, display-time-use-mail-icon):
10756         New option.
10757         (display-time-mail-icon): New variable.
10758         (display-time-string-forms): Use the above.  Fix the local-map.
10760 2000-05-03  Gerd Moellmann  <gerd@gnu.org>
10762         * replace.el (query-replace-map): Add binding for `E'.
10763         (query-replace-help): Extend help text.
10764         (perform-replace): Allow editing the replacement string.
10766         * make-mode.el (makefile-mode-abbrev-table): New variable.
10767         (makefile-mode): Set local abbrev table to
10768         makefile-mode-abbrev-table.
10769         (makefile-font-lock-keywords): Fontify includes and conditionals.
10771         * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
10772         set TOGGLE's value.
10774         * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
10775         mail-interactive-insert-alias.
10776         (mail-abbrev-complete-alias): New command.
10777         (mail-mode-map): Bind it to `M-TAB'.
10779 2000-05-03  Kenichi Handa  <handa@etl.go.jp>
10781         * language/lao-util.el (lao-compose-region): New function.
10783 2000-05-02  Gerd Moellmann  <gerd@gnu.org>
10785         * files.el (recover-session): Make directories as necessary
10786         if they don't exist yet.
10788         * calendar/cal-french.el
10789         (french-calendar-multibyte-special-days-array)
10790         (french-calendar-special-days-array): Change French text.
10791         (calendar-french-date-string): Change output.
10792         (calendar-goto-french-date): Likewise.
10794 2000-05-02  Per Abrahamsen  <abraham@dina.kvl.dk>
10796         * wid-edit.el (widget-default-active): Obey `:always-active'.
10797         (widget-documentation-string-value-create): Set `:always-active'.
10799 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
10801         * startup.el (auto-save-list-file-prefix): For ms-dos, set the
10802         default prefix to `~/_emacs.d/auto-save.list/_s'.
10803         (normal-top-level): Create the directory for auto-save files, if
10804         it doesn't already exist (in the ms-dos case only).
10806 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
10808         * international/mule-cmds.el (set-language-environment): Don't
10809         concat an integer (dos-codepage), use format instead.
10811 2000-05-02  Dave Love  <fx@gnu.org>
10813         * help.el (help-xref-on-pp): Check for constant symbols.
10815 2000-04-29  Gerd Moellmann  <gerd@gnu.org>
10817         * startup.el (normal-top-level): Put a condition-case around
10818         the code loading subdirs.el.
10820 2000-04-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10822         * ps-print.el: Upside-down and face background color printing,
10823         line number step, doc fix.
10824         (ps-print-version): New version number (5.2).
10825         (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
10826         (ps-face-attribute-list, ps-plot-with-face): Code fix.
10827         (ps-spool-config): Var fix.
10828         (ps-printer-name-option): Const fix.
10829         (ps-print-upside-down, ps-use-face-background)
10830         (ps-line-number-step): New vars.
10831         (ps-window-system, ps-lp-system): New consts.
10832         (ps-face-background): New fun.
10834 2000-04-28  Richard Stallman  <rms@gnu.org>
10836         * files.el (make-auto-save-file-name):
10837         Apply auto-save-file-name-transforms to visited file name
10838         before generating auto save file name.
10839         (auto-save-file-name-transforms): New variable.
10841         * files.el (backup-enable-predicate):
10842         Correctly test for a file under a temporary directory.
10844 2000-04-28  Gerd Moellmann  <gerd@gnu.org>
10846         * subr.el (add-minor-mode): Rewritten.
10848 2000-04-28  Kenichi Handa  <handa@etl.go.jp>
10850         * mail/sendmail.el (sendmail-send-it): Set
10851         buffer-file-coding-system to the selected coding system for MIME
10852         header.
10854 2000-04-27  Gerd Moellmann  <gerd@gnu.org>
10856         * dired.el (dired-move-to-filename-regexp): Allow format where
10857         YYYY is followed by two spaces.
10859         * progmodes/etags.el (etags-tags-completion-table): Add a `:'
10860         in the second character class of the regexp.
10862         * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
10863         mh-etc, too.
10865         * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
10866         nil.
10868         * subr.el (add-minor-mode): Use `set' instead of `setq'.
10870         * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
10871         argument.
10873 2000-04-27  Sen Nagata <sen@eccosys.com>
10875         * emacs-lisp/crm.el (crm-completion-table): New variable.
10876         (crm-collection-fn, crm-test-completion)
10877         (completing-read-multiple): Use it.
10879 2000-04-27  Dave Love  <fx@gnu.org>
10881         * help.el (locate-library): Use mapc.
10882         (help-manyarg-func-alist): Add call-process-region.
10884 2000-04-26  Gerd Moellmann  <gerd@gnu.org>
10886         * subr.el (add-minor-mode): Make argument MAP optional.
10888         * desktop.el (desktop-save): Save list of minor modes.
10889         (desktop-create-buffer): Restore minor modes.
10890         (desktop-minor-mode-table): New user-option.
10892         * subr.el (add-minor-mode): New function.
10894         * image.el (find-image): New function.
10895         (defimage): Rewritten to find image at load time.
10897         * startup.el (normal-top-level-add-to-load-path): Handle
10898         case that the default directory is not in load-path.
10900         * help.el: Old patch from Stefan Monnier.
10901         (help-xref-on-pp): New function.
10902         (describe-variable): Use it to display xrefs in a symbol's value.
10904 2000-04-26  Stefan Monnier  <monnier@cs.yale.edu>
10906         * cus-edit.el (custom-face): Fix parenthesis.
10908 2000-04-26  Kenichi Handa  <handa@etl.go.jp>
10910         * mail/rmail.el (rmail-expunge): When there are no deleted
10911         messages, do nothing.
10913 2000-04-26  Dave Love  <fx@gnu.org>
10915         * international/mule-cmds.el (locale-translation-file-name):
10916         Defvar to nil.
10917         (set-locale-environment): Set it here (at runtime).
10919 2000-04-25  Gerd Moellmann  <gerd@gnu.org>
10921         * replace.el (perform-replace): Add parameters START and END.  Use
10922         them instead of the check for a region in Transient Mark mode.
10923         (query-replace-read-args): Return two more list elements for the
10924         start and end of the region in Transient Mark mode.
10925         (query-replace, query-replace-regexp, query-replace-regexp-eval)
10926         (map-query-replace-regexp, replace-string, replace-regexp): Add
10927         optional last arguments START and END and pass them to
10928         perform-replace.
10930         * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
10931         form with additional arguments for perform-replace.
10933         * progmodes/etags.el (tags-query-replace): Add parameters START
10934         and END.  Construct a form with additional arguments for
10935         perform-replace.
10937         * simple.el (shell-command): Set default directory for "*Shell
10938         Command Output" buffer.
10940         * language/european.el (iso-latin-4): Fix typo.
10942         * emacs-lisp/crm.el: New file.
10944 2000-04-24  Dave Love  <fx@gnu.org>
10946         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
10947         (Custom-reset-saved, Custom-reset-standard)
10948         (custom-group-value-create, custom-group-set, custom-group-save)
10949         (custom-group-reset-current, custom-group-reset-saved)
10950         (custom-group-reset-standard): Use mapc.
10951         (custom-buffer-create-internal): Disable undo when creating items.
10952         Use mapc.
10953         (custom-face): Avoid redundant lambda.
10955 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
10957         * startup.el (auto-save-list-file-prefix): Set default to
10958         `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
10960 2000-04-24  Sam Steingold  <sds@gnu.org>
10962         * time-stamp.el (time-stamp-string-preprocess): Always convert
10963         `field-result' to a string.
10965 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
10967         * frame.el (scrolling): New group.
10968         (automatic-hscrolling): New user-option.
10970         * startup.el (command-line-x-option-alist): Add `-lsp' and
10971         `--line-spacing'.
10973 2000-04-19  Dave Love  <fx@gnu.org>
10975         * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
10976         (cl-mapc): Rename from mapc.  Fix the funcall.
10978 2000-04-19  Gerd Moellmann  <gerd@gnu.org>
10980         * simple.el (clone-indirect-buffer-other-window): New command.
10981         (clone-indirect-buffer): Add optional arg NORECROD.
10982         (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
10984         * help.el (resize-temp-buffer-window): Use count-screen-lines.
10986         * window.el (count-screen-lines): New function.
10987         (shrink-window-if-larger-than-buffer): Use count-screen-lines
10988         instead of window-buffer-height.
10990         * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
10991         non-existing variable comint-input-sentinel.
10992         (inferior-lisp-args-to-list): Removed.
10993         (inferior-lisp): Use split-string instead of
10994         inferior-lisp-args-to-list.
10996         * hexl.el (hexl-insert-hex-string): New command.
10998         * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
10999         instead of concat.
11001 2000-04-18  Gerd Moellmann  <gerd@gnu.org>
11003         * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
11004         at the start of an existing but empty folder.
11006 2000-04-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11008         * ps-mule.el: Customization fix, doc fix.
11009         (ps-multibyte-buffer): Customization fix.
11011 2000-04-17  Richard M. Stallman  <rms@gnu.org>
11013         * subr.el (read-passwd): Use read-char-exclusive.
11015 2000-04-17  Gerd Moellmann  <gerd@gnu.org>
11017         * textmodes/texinfo.el (texinfo-insert-@email)
11018         (texinfo-insert-@emph, texinfo-insert-@quotation)
11019         (texinfo-insert-@strong, texinfo-insert-@url): New functions.
11020         (texinfo-mode-map): Add key bindings for them.
11022         * files.el (basic-save-buffer-2): Use a template with `$'
11023         instead of `#' for VMS.
11025         * simple.el (clone-indirect-buffer): New function.
11027 2000-04-16  Stephen Eglen  <stephen@gnu.org>
11029         * iswitchb.el (iswitchb-case): New function.  If the user input
11030         contains any upper-case characters, the search is made
11031         case-sensitive.
11033 2000-04-17  Stefan Monnier  <monnier@cs.yale.edu>
11035         * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
11036         comment-end.
11037         (texinfo-font-lock-syntactic-keywords): New var.
11038         (texinfo-font-lock-keywords): Remove comment regexp.
11039         (texinfo-insert-block): New function.
11040         (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
11041         (texinfo-mode): Use define-derived-mode.  Tweak comment-start-skip
11042         and font-lock-defaults.  Use regexp-opt for outline-regexp.
11043         (texinfo-environments): New var.
11044         (texinfo-environment-regexp): Use regexp-opt and
11045         texinfo-environments.
11047         * textmodes/ispell.el (ispell-menu-map-needed): Check that
11048         ispell-process is bound since this might be eval'd before ispell
11049         is loaded.
11050         (ispell-message): Use a tiny bit less magic and a bit more hard
11051         data to figure out what kind of sc-cite-regexp to use.
11053         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
11055         * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
11056         (insert-cyclic-diary-entry): Unquote the lambda.
11058         * gud.el (gud-jdb-build-source-files-list): Fix typo.
11060         * files.el (backup-enable-predicate): Unquote the lambda.
11062         * cus-edit.el (custom-face, face): Unquote the lambda.
11064 2000-04-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11066         * ps-print.el: Check for line-beginning-position definition.
11068         * ps-print.el: Fix counting lines in a region.
11069         (ps-print-version): New version number (5.1.5).
11070         (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
11071         (ps-printing-region): Fun code fix.
11073 2000-04-15  Gerd Moellmann  <gerd@gnu.org>
11075         * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
11076         to file-directory-p.
11078 2000-04-14  Gerd Moellmann  <gerd@gnu.org>
11080         * gud.el (gud-jdb-build-source-files-list): Check that directory
11081         exists before calling directory-files.
11083 2000-04-13  Dave Love  <fx@gnu.org>
11085         * emacs-lisp/trace.el: Change maintainer.  Use new backquote
11086         syntax.
11088         * emacs-lisp/cl-specs.el: Remove when, unless.
11090         * emacs-lisp/cl-extra.el: Don't quote keywords.
11091         (cl-old-mapc): New variable.
11092         (mapc): Use it.
11093         (cl-map-intervals): Use with-current-buffer.  Don't check for
11094         next-property-change.
11095         (cl-map-overlays): Use with-current-buffer.
11096         (cl-expt): Remove.
11097         (copy-tree, remprop): Define unconditionally.
11099         * emacs-lisp/cl-compat.el (keywordp): Remove.
11101         * emacs-lisp/edebug.el (edebug-keywordp): Remove.  Change callers
11102         to use keywordp.
11103         (edebug-spec): Enable keywordp.
11105         * cus-edit.el (custom-sort-items): Avoid symbol-name with new
11106         string-lessp.
11108         * cus-start.el: Use keywordp.
11110 2000-04-13  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
11112         * diary-lib.el (include-other-diary-files): Fix the fix of
11113         2000-02-18 by doing a save-excursion.
11115 2000-04-13  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11117         * ps-print.el: Customization fix, doc fix.
11118         (ps-print-version): New version number (5.1.4).
11119         (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
11120         (ps-print-preprint): Adjust code.
11121         (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
11122         (ps-print-prologue-header, ps-print-control-characters)
11123         (ps-spool-config): Customization fix.
11125 2000-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
11127         * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
11128         converted to the new menu-item format, names silightly changed,
11129         help strings added.
11131         Support for spelling without async subprocesses:
11133         * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
11134         (ispell-session-buffer): New variables.
11135         (ispell-start-process, ispell-process-status,
11136         ispell-accept-output, ispell-send-string): New functions, for
11137         Ispell invocation when async subprocesses aren't supported.
11138         (ispell-word, ispell-pdict-save, ispell-command-loop,
11139         ispell-process-line, ispell-buffer-local-parsing): Replace calls
11140         to process-send-string with calls to ispell-send-string, and
11141         accept-process-output with ispell-accept-output.
11142         (ispell-init-process): Call ispell-process-status instead of
11143         process-status with.
11144         (ispell-init-process): Call ispell-start-process.  Call
11145         ispell-accept-output and ispell-send-string.  Don't call
11146         process-kill-without-query and kill-process if they are unbound.
11147         (ispell-async-processp): New function.
11149 2000-04-12  Dave Love  <fx@gnu.org>
11151         * info.el: Add debug-ignored-errors.
11152         (Info-mode-menu): Add some items.
11153         (Info-directory): Add autoload cookie.
11155         * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
11156         Modify `truncate-lines'.  Make `describe-language-environment'
11157         always visible and add help.  Modify `describe-key' help.  Invoke
11158         Info-directory from `info'.  New entry `emacs-manual'.
11160 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
11162         * progmodes/ebrowse.el (ebrowse-tree-mode): Use
11163         propertized-buffer-identification.
11164         (ebrowse-update-member-buffer-mode-line): Likewise.
11165         (ebrowse--mode-strings): Removed.
11166         (ebrowse--mode-line-props): Removed.
11168         * files.el (auto-mode-alist): Add `EBROWSE'.
11170         * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
11171         space before testing for end of buffer.
11172         (ebrowse-load): Removed.
11173         (ebrowse-revert-tree-buffer-from-file): Rewritten.
11174         (ebrowse-create-tree-buffer): Rewritten.
11175         (ebrowse-tree-mode): Read tree from buffer.
11177         * progmodes/ebrowse-ffh.el: Removed.
11179 2000-04-10  Kenichi Handa  <handa@etl.go.jp>
11181         * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
11183 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
11185         * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
11186         at the wrong place.
11188 2000-04-09  Dave Love  <fx@gnu.org>
11190         * files.el (backup-enable-predicate): Use
11191         temporary-file-directory, small-temporary-file-directory.
11192         (make-backup-file-name-function, backup-directory-alist): New
11193         variables.
11194         (make-backup-file-name-1): New function.
11195         (make-backup-file-name): Use it.
11196         (find-backup-file-name): Likewise.  Use format for clarity, not
11197         concat.
11198         (file-newest-backup): Use make-backup-file-name.
11200 2000-04-09  Gerd Moellmann  <gerd@gnu.org>
11202         * progmodes/ebrowse-ffh.el: New file.
11204         * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
11205         to ebrowse-ffh.el.
11206         (ebrowse-load): Add autoload.
11208         * finder.el (finder-commentary): Add autoload cookie.
11210         * mail/rfc2368.el: Correct author's email address.
11212         * progmodes/ebrowse.el: New file.
11214         * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
11215         item help string.
11216         (easy-menu-do-add-item): Ditto.
11217         (easy-menu-define): Extend doc string.
11219         * jit-lock.el (with-buffer-unmodified): Use
11220         restore-buffer-modified-p.
11221         (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
11222         (jit-lock-function, jit-lock-stealth-fontify): Don't use
11223         with-buffer-unmodified.
11225 2000-04-08  Dave Love  <fx@gnu.org>
11227         * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
11228         unless, when.
11230 2000-04-07  Mikio Nakajima  <minakaji@osaka.email.ne.jp>
11232         * viper-util.el (viper-put-on-search-overlay): New subroutine.
11233         (viper-flash-search-pattern): No operation when using Emacs
11234         doesn't support face.
11235         Use `viper-put-on-search-overlay'.
11237 2000-04-04  Gerd Moellmann  <gerd@gnu.org>
11239         * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
11240         like C-r.
11242         * progmodes/make-mode.el: Some doc fixes.
11243         (makefile-mode-abbrev-table): New variable.
11244         (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
11245         (makefile-font-lock-keywords): Fontify includes and conditionals.
11246         (toplevel): Require `dabbrev' and `add-log' when compiling.
11248         * replace.el (perform-replace): Don't move forward one char
11249         when MATCH-AGAIN is nil, and REGEXP-FLAG is t.  We don't want
11250         to do that because it leaves point 1 position after the last
11251         replacement, after everything has been replaced.
11253         * jit-lock.el (with-buffer-unmodified): New macro.
11254         (with-buffer-prepared-for-font-lock): Don't preserve buffer's
11255         modified state.
11256         (jit-lock-function-1): Extracted from jit-lock-function; not
11257         preserving buffer's modified state.
11258         (jit-lock-function, jit-lock-stealth-fontify): Call
11259         jit-lock-function-1.
11261         * mail/rfc2368.el: Remove supernumerary copyright line.
11263 2000-04-04  Milan Zamazal  <pdm@freesoft.cz>
11265         * glasses.el: Provide facilities for inserting space before left
11266         parentheses and uncapitalization of identifiers.
11267         (glasses-mode): Try to remove old overlays in all cases.
11269 2000-04-03  Gerd Moellmann  <gerd@gnu.org>
11271         * progmodes/compile.el (compile-internal): Display the compilation
11272         buffer in a different frame, if it's already displayed there.
11274         * mail/rfc2368.el: New file.
11276         * simple.el (sendmail-user-agent-compose): Recognize a `body'
11277         header and insert its value as mail body.
11279         * subr.el (member-ignore-case): New function.
11281         * dabbrev.el (dabbrev-ignored-regexps): New user-option.
11282         (dabbrev--find-expansion): Ignore buffers matching a regexp
11283         from dabbrev-ignored-regexps.
11285         * jka-compr.el (jka-compr-compression-info-list): Add `.z'
11286         to extensions handled by gzip.
11288 2000-04-03  Richard M. Stallman  <rms@gnu.org>
11290         * files.el (insert-directory): List the total free space
11291         along with the used space.
11293         * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
11294         line is followed by one that matches CITATION-REGEXP, end the
11295         paragraph.
11297 2000-04-03  Markus Rost  <rost@delysid.gnu.org>
11299         * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
11300         (rmail-make-basic-summary-line): Use that option.
11302 2000-04-03  Kenichi Handa  <handa@etl.go.jp>
11304         * international/mule-cmds.el (encoded-string-description):
11305         Rewritten.   Try pretty description for ISO 2022 escape sequences
11306         only if CODING-SYSTEM is based on ISO 2022.  Use uppercase letters
11307         for hexadecimal format.
11309 2000-04-01  Dave Love  <fx@gnu.org>
11311         * cpp.el: Change customization group to `c' from `C'.
11313         * vcursor.el (vcursor-move): Use display-color-p.
11315         * international/mule-util.el: Provide mule-utils.
11316         (string-to-sequence): Simplify and speed up.
11318         * international/mule.el (make-coding-system): Purecopy doc-string.
11320         * international/mule-cmds.el: Various menu changes.
11321         (describe-specified-language-support): Handle `Default'.
11322         (set-language-info): Purecopy `info'.
11324 2000-03-31  Andrew Innes  <andrewi@gnu.org>
11326         * vc.el (vc-backend-diff): Return the correct status if we had to
11327         retry the rcsdiff command without the --brief option.
11329 2000-03-31  Dave Love  <fx@gnu.org>
11331         * help.el (help-manyarg-func-alist): Correct several omissions.
11333         * add-log.el: Don't require cl, fortran.
11334         (add-log-current-defun-function): Doc fix.
11335         (change-log-version-number-regexp-list): Remove SCCS part.  Doc
11336         fix.
11337         (change-log-version-rcs): Function deleted.
11338         (change-log-version-number-search): Doc fix.  Use
11339         vc-workfile-version.  Avoid CL dolist.
11340         (add-change-log-entry): Just call add-log-current-defun to get
11341         defun.  Simplify somewhat.
11342         (change-log-get-method-definition-1): Likewise.
11343         (add-log-current-defun): Return nil if calling
11344         add-log-current-defun-function does so.  Move Fortran stuff to
11345         fortran.el.  Return string without properties.
11347         * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
11348         and :alpha: char classes.
11350         * mail/supercite.el: Defvar curline when compiling.
11351         (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
11352         (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
11353         rather than a-zA-Z0-9 to allow non-ASCII characters.
11355 2000-03-31  Gerd Moellmann  <gerd@gnu.org>
11357         * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
11359         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11360         Re-enable new code.
11362         * lpr.el (print-region-1): Use -d to specify printer name for
11363         systems `usg-unix-v*, `dgux', `hpux', `irix'.
11365 2000-03-31  Dave Love  <fx@gnu.org>
11367         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
11368         for function definition in symbol's function value slot first
11369         instead of first consulting byte-compile-function-environment.
11371 2000-03-31  Kenichi Handa  <handa@etl.go.jp>
11373         * language/european.el ("Polish"): New language environment.
11374         (setup-polish-environment): New function.
11376 2000-03-30  Gerd Moellmann  <gerd@gnu.org>
11378         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11379         Disable new code.
11381         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
11382         trying to `load' the symbol of an autoload instead of the file
11383         recorded in the autoload.  Fix error messages.
11385 2000-03-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11387         * ps-print.el: PostScript programming fix for ghostview, doc fix.
11388         (ps-print-version): New version number (5.1.3).
11389         (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
11390         (ps-insert-file, ps-output-boolean, ps-plot-with-face)
11391         (ps-generate-postscript-with-faces): Code fix.
11392         (ps-color-values): XEmacs compatibility.
11393         (ps-print-background-image, ps-print-background-text, ps-printer-name)
11394         (ps-default-fg, ps-default-bg): Adjust customization.
11395         (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
11396         (ps-color-scale): Renaming old ps-color-value fun.
11397         (ps-print-headers): Replace ps-print-header group to avoid conflict
11398         with ps-print-header variable.
11399         (ps-print-miscellany): New group.
11400         (ps-format-color, ps-rgb-color): New funs.
11401         (ps-default-foreground): New var.
11402         (ps-printer-name-option): New const.
11404 2000-03-30  Peter Breton  <pbreton@ne.mediaone.net>
11406         * net/net-utils.el:
11407         (network-connection-host, network-connection-service): New variables
11408         (network-connection-mode): New mode, derived from comint-mode
11409         (network-connection-mode-setup): New function, saves host and
11410         service information in local variables.
11412         * lisp/locate.el:
11413         (locate-word-at-point): Added this function
11414         (locate): Default to using locate-word-at-point as input
11415         Run dired-mode-hook
11417 2000-03-29  Dave Love  <fx@gnu.org>
11419         * calendar/appt.el: Doc fixes.
11420         (appt-check): Convert min-to-app to a string before passing to
11421         appt-disp-window-function or concat.
11422         (appt-delete-window): Remove test for frame-root-window.
11423         (appt-select-lowest-window, appt-convert-time): Simplify.
11425         * emacs-lisp/bytecomp.el: Doc fixes.
11426         (byte-compile-file-form-autoload): Update
11427         byte-compile-function-environment.
11429 2000-03-29  Andreas Schwab  <schwab@suse.de>
11431         * emacs-lisp/autoload.el: Also print defsubst doc string
11432         specially.
11434         * dired.el (dired-insert-directory): If dired-free-space-program
11435         failed just delete its output.
11437 2000-03-29  Dave Love  <fx@gnu.org>
11439         * international/iso-cvt.el: Move provide to end.  Doc fixes.
11440         (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
11441         (iso-iso2sgml, iso-sgml2iso): New functions.
11442         (iso-cvt-define-menu): Fix some entries and use backquote for
11443         clarity.
11445         * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
11447 2000-03-28  Gerd Moellmann  <gerd@gnu.org>
11449         * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
11450         ISO-DATE.  If non-nil, return date in ISO 8601 format.
11452 2000-03-26  Stefan Monnier  <monnier@cs.yale.edu>
11454         * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
11455         if it ever becomes used.
11456         (log-edit-mode-hook): Default to vc-log-mode-hook.
11457         (log-edit-mode): Fix the docstring.
11459         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
11460         the code.
11462 2000-03-26  Dave Love  <fx@gnu.org>
11464         * net/browse-url.el (browse-url): Re-fix case of
11465         browse-url-browser-function being an alist.
11466         (browse-url): Add :link to defgroup.
11468         * files.el: Doc fixes.
11469         (file-truename): Include `[' in wildcard characters.
11470         (automount-dir-prefix): Customize.
11471         (find-file-wildcards): Add :version.
11472         (find-file-noselect): Simplify a mapcar call.
11474         * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
11475         compatible with inf-lisp version.
11476         (eval-defun-1): Fix custom-declare-variable case.
11478 2000-03-25  Stefan Monnier  <monnier@cs.yale.edu>
11480         * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
11482 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
11484         * Makefile (COMPILE_FIRST): New macro.
11485         (compile-files): Compile files from COMPILE_FIRST first.
11487         * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
11488         code.
11490         * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
11491         matching open parenthesis in column 0 to defun-prompt-regexp
11492         only if open-paren-in-column-0-is-defun-start is set.
11494         * sun-curs.el: Require CL at compile-time only.
11496         * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
11497         instead of copy-list which is a function from CL.
11498         (msb--choose-menu, msb--mode-menu-cond)
11499         (msb--create-buffer-menu-2): Use dolist instead of mapc.
11500         (msb--init-file-alist): Use mapcar instead of mapcan.
11501         (msb--aggregate-alist): Use mapcar instead of mapcan.  Fix
11502         `(' in column 0 in doc string.
11503         (msb--add-separators): Use mapcar instead of mapcan.
11505         * cus-dep.el: Require CL at compile-time only.
11507 2000-03-24  Stefan Monnier  <monnier@cs.yale.edu>
11509         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
11510         (byte-compile-warnings): New warning `noruntime'.
11511         (byte-compile-constants, byte-compile-variables): Fix docstring.
11512         (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
11513         execute `eval-whenc-compile's body.
11514         (byte-compile-unresolved-functions): Fix docstring.
11515         (byte-compile-eval): New function.
11516         (byte-compile-callargs-warn): Check if the function will be available
11517         at runtime (via property `byte-compile-noruntime').
11518         (byte-compile-print-syms): New function.
11519         (byte-compile-warn-about-unresolved-functions): Also warn about
11520         `noruntime' functions (and use `byte-compile-print-syms').
11521         (byte-compile-file): Capitalize the message.
11523 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
11525         * mail/rmail.el (rmail-confirm-expunge): New user-option.
11526         (rmail-expunge): Ask for confirmation depending on the setting
11527         of rmail-confirm-expunge.
11529 2000-03-23  Gerd Moellmann  <gerd@gnu.org>
11531         * Makefile (bootstrap-clean): If $(emacs) exists, build
11532         loaddefs.el first.  A loaddefs.el that's not up-to-date might
11533         cause a bootstrap failure because things don't autoload as
11534         expected.
11536 2000-03-23  Dave Love  <fx@gnu.org>
11538         * net/browse-url.el: Restore previous use of
11539         browse-url-maybe-new-window.
11541 2000-03-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11543         * ps-print.el: Skip banner page fix.
11544         (ps-print-version): New version number (5.1.2).
11545         (ps-begin-file, ps-end-file, ps-generate): Code fix.
11547 2000-03-23  Dave Pearson  <davep@davep.org>
11549         * net/quickurl.el Changed the type of parameter passed to the
11550         function defined by `quickurl-format-function'. Before only the
11551         text of the URL was passed. Now the whole URL structure is passed
11552         and the function is responsible for extracting the parts it
11553         requires.  Changed the default of `quickurl-format-function'
11554         accordingly.
11555         (quickurl-insert): Changed the `funcall' of
11556         `quickurl-format-function' to match the above change.
11557         (quickurl-list-insert): Changed the `url' case so that it makes
11558         use of `quickurl-format-function', previous to this the format was
11559         hard wired.
11561 2000-03-22  Gerd Moellmann  <gerd@gnu.org>
11563         * startup.el: Change some spellings for the X Window System.
11565 2000-03-22  Stefan Monnier  <monnier@cs.yale.edu>
11567         * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
11568         up the code and the regexp and make sure the cursor is temporarily
11569         moved to the suspicious line while querying the user.
11571 2000-03-22  Jason Rumney  <jasonr@gnu.org>
11573         * w32-fns.el (w32-charset-info-alist): Initialize.
11575 2000-03-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11577         * ps-print.el: N-up last page fix.
11578         (ps-print-version): New version number (5.1.1).
11579         (ps-end-file, ps-end-job, ps-generate): Code fix.
11581 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
11583         * files.el (find-file-run-dired): Update docstring.
11584         (find-directory-functions): New hook.
11585         (find-file-noselect): Run find-directory-functions rather than
11586         calling dired directly.
11588         * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
11590         * pcvs.el: Add a minimal leading commentary.
11591         (cvs-make-cvs-buffer): Change the header part by removing the startup
11592         message and adding a `Module' entry.  Also replace the FOOTER and
11593         HEADER special fileinfos with the new support in ewoc for updating
11594         its own footer and header.
11595         (cvs-update-header): Update to use the header/footer of the ewoc.
11596         (cvs-mode): Use define-derived-mode and set truncate-lines to t.
11597         (cvs-is-within-p): New function.
11598         (cvs-mode-run): Take advantage of `save-some-buffers's new ability
11599         to only examine some subset of the buffers.
11601         * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
11602         `format' instead of our own ad-hoc functions.
11603         Remove HEADER and FOOTER cases, now handled in the EWOC.
11604         (cvs-fileinfo<): Remove HEADER and FOOTER cases.
11606         * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
11607         output to avoid scaring the user.
11608         (cvs-parse-table): Catch message for non-up-to-date commits.
11610         * pcvs-defs.el (cvs-startup-message): Remove.
11611         (cvs-global-menu): New autoloaded menu.
11613         * pcvs-util.el (cvs-string-fill): Remove.
11615         * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
11616         (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
11617         PP part of it and also make it work for footers and headers.
11618         (ewoc-create): Drop POS and BUFFER arguments.
11619         Use the DLL's dummy node to store the end-of-footer position.
11620         (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
11621         (ewoc-refresh): Remove unused `header' variable.
11622         (ewoc-(get|set)-hf): New functions.
11624         * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
11625         log-view-*-(message|file) and use easy-mmode-define-navigation.
11626         (log-view-message-re): Match SCCS format as well.
11627         And match the revision line rather than the dashed separator line.
11628         (log-view-mode): Use the new define-derived-mode.
11629         (log-view-current-tag): Fill in with an actual implementation.
11631         * cvs-status.el (cvs-status-(prev|next)): Rename from
11632         cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
11633         (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
11634         to let the output "breathe" a little more (more readable).
11635         (cvs-status-mode): Use the new define-derived-mode.
11637         * smerge-mode.el (smerge-auto-leave): New function and variable.
11638         (smerge-basic-map): Rename from smerge-basic-keymap.
11639         Change the bindings for smerge-diff-*.
11640         (smerge-*-map): Use easy-mmode-defmap.
11641         (smerge-(next|prev)): Use easy-mmode-define-navigation.
11642         (smerge-keep-*): Use smerge-auto-leave.
11644 2000-03-21  Jason Rumney  <jasonr@gnu.org>
11646         * cus-edit.el (custom-button-face): Use 3D look for w32.
11647         (custom-button-pressed-face): Likewise.
11649 2000-03-21  Gerd Moellmann  <gerd@gnu.org>
11651         * progmodes/etags.el (tags-case-fold-search): New user-option.
11652         (tags-loop-eval): New function.  Bind case-fold-search around eval
11653         depending on the value of tags-case-fold-search.
11654         (tags-loop-continue): Use tags-loop-eval.
11655         (find-tag-in-order): Bind case-fold-search depending on the value
11656         of tags-case-fold-search.
11658 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
11660         * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
11661         (diff-end-of-hunk): Return the end position for use in
11662         `easy-mmode-define-navigation'.
11663         (diff-recenter): Remove.
11664         (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
11665         of `easy-mmode-define-navigation'.
11666         (diff-kill-*): Rename `diff-*-kill' (for consistency with the
11667         previous renaming) and fix to use new names.
11668         (diff-merge-strings): Use \n as separator: simpler, faster.
11669         (diff-mode): Use `define-derived-mode'.
11671         * derived.el (define-derived-mode): Don't autoload anymore.
11672         Prefer the macro-only version provided by easy-mmode.el.
11674         * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
11675         `easy-mmode-define-derived-mode'.
11676         Use `combine-run-hooks'.
11677         (easy-mmode-define-navigation): New macro.
11679         * subr.el (combine-run-hooks): New function.
11681 2000-03-21  Kenichi HANDA  <handa@etl.go.jp>
11683         * term/x-win.el: Fontsets related initialization is simplified.
11685         * international/mule-diag.el (describe-font): Don't refer to
11686         global-fontset-alist, instead call font-list.
11687         (describe-fontset, list-fontsets, mule-diag): Likewise.
11688         (print-fontset): Adjusted for the change of fontset
11689         implementation.
11691         * international/fontset.el (x-charset-registries): Variable
11692         removed, instead the corresponding data is stored in the default
11693         fontset.
11694         (register-alternate-fontnames): Function removed.
11695         (resolved-ascii-font): Variable removed.
11696         (x-compose-font-name): Ignore the second argument REDOCE.
11697         (x-complement-fontset-spec): Complement only an ASCII font and
11698         element for those charsets than can use that ASCII font.
11699         (generate-fontset-menu): Don't refer to global-fontset-alist,
11700         instead call fontset-list.
11701         (uninstantiated-fontset-alist): Variable removed.
11702         (x-style-funcs-alist): Likewise.
11703         (fontset-default-styles): Likewise.
11704         (x-modify-font-name): Function removed.
11705         (create-fontset-from-fontset-spec): Ignore the argument
11706         STYLE-VARIANT.
11707         (create-fontset-from-ascii-font): Docsting adjusted for the above
11708         change.
11709         (instantiate-fontset, resolve-fontset-name): Functions removed.
11710         (fontset-list): Now implemented by C code.
11712         * faces.el (read-face-font): Fix TABLE arg to completing-read.
11713         (describe-face): Include `font' attribute in the description.
11715 2000-03-21  Kenichi Handa  <handa@etl.go.jp>
11717         * international/quail.el (quail-set-keyboard-layout): Typo fixed.
11719 2000-03-20  Gerd Moellmann  <gerd@gnu.org>
11721         * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
11722         ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
11723         zone-mode.el, snmp-mode.el: Moved to net subdirectory.
11725         * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
11726         about behavior of set-buffer-modified-p wrt redisplay.
11728 2000-03-19  Richard M. Stallman  <rms@gnu.org>
11730         * view.el (view-mode-disable): Kill local binding of view-read-only.
11732 2000-03-18  Gerd Moellmann  <gerd@gnu.org>
11734         * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
11735         is a string, convert it to a syntax cell using string-to-syntax.
11737         * simple.el (syntax-code-table, syntax-flag-table): New variables.
11738         (string-to-syntax): New function.
11740         * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
11741         (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
11742         try to use passive ftp mode.
11744 2000-03-17  Gerd Moellmann  <gerd@gnu.org>
11746         * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
11748         * simple.el (append-to-buffer): Update point of windows after
11749         insertion.
11751         * abbrev.el (inverse-add-abbrev): Identify word by first moving
11752         forward then moving backward.  Reindent.
11754         * frame.el (other-frame): Call x-focus-frame only if
11755         focus-follows-mouse is off.
11757 2000-03-17  Dave Love  <fx@gnu.org>
11759         * pcvs-util.el (cvs-strings->string): Rename
11760         replace-regexps-in-string.
11762 2000-03-17  Stefan Monnier  <monnier@cs.yale.edu>
11764         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
11765         regexp for labels cannot span several lines.
11767         * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
11768         `(setq :<key> ':<key>)' to the macro expansion.
11770 2000-03-16  Dave Love  <fx@gnu.org>
11772         * progmodes/f90.el (f90): Put custom group under `languages', not
11773         `fortran'.
11774         (f90-mode-hook): Customize.
11775         (f90-mode): Set add-log-current-defun-function.
11776         (f90-current-defun): New function.
11778 2000-03-16  Gerd Moellmann  <gerd@gnu.org>
11780         * cus-edit.el (custom-variable-tag-face): Handle case that
11781         default face's height is not a number.
11782         (custom-face-tag-face, custom-group-tag-face-1)
11783         (custom-group-tag-face): Ditto.
11784         (custom-group-tag-face-1): Add :group.
11786         * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
11788 2000-03-15  Gerd Moellmann  <gerd@gnu.org>
11790         * pcvs-defs.el (toplevel): Remove autoload cookie for form
11791         requiring easymenu.
11793 2000-03-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11795         * ps-print.el: PostScript user-defined prologue, PostScript error
11796         handler, doc fix.
11797         (ps-print-version): New version number (5.1).
11798         (ps-user-defined-prologue, ps-error-handler-message)
11799         (ps-print-prologue-0, ps-error-handler-alist): New vars.
11800         (ps-setup, ps-begin-file, ps-begin-job): Code fix.
11801         (ps-insert-string): New function.
11803 2000-03-15  Kenichi Handa  <handa@etl.go.jp>
11805         * international/ccl.el (ccl-compile-expression): Don't generate
11806         invalid self-assignment code.
11808 2000-03-14  Dave Love  <fx@gnu.org>
11810         * subr.el (replace-regexp-in-string): Renamed from
11811         replace-regexps-in-string.  Doc fix.
11813 2000-03-12  Dave Love  <fx@gnu.org>
11815         * cus-edit.el: Doc fixes.
11816         (customize-set-variable, customize-save-variable): Rename args for
11817         doc.
11818         (custom-variable-tag-face, custom-face-tag-face)
11819         (custom-group-tag-face-1, custom-group-tag-face): Modify from
11820         style which user identify as hyperlink.
11821         (hook): Don't add undefined functions to the hook.
11822         (debug-ignored-errors): Transfer message from bindings.el.
11824 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
11826         * recentf.el (recentf-keep-non-readable-files-p): Remove
11827         double/nested definition.
11829 2000-03-12  Dave Love  <fx@gnu.org>
11831         * facemenu.el (facemenu-get-face): Use display-color-p.
11832         * enriched.el (enriched-decode-foreground): Likewise.
11833         (enriched-decode-background): Likewise.
11834         * isearch.el (isearch-highlight): Likewise.
11835         * info-look.el (info-lookup): Likewise.
11836         * simple.el (completion-setup-function): Likewise.
11838         * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
11839         :options.
11841         * bindings.el (mode-line-format): Fix line-number and
11842         column-number items.  Add help-echo for the background.
11843         (mode-line-mule-info): Modify help-echo.
11845         * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
11847         * files.el (load-file): Allow completion to .elc.
11849         * man.el: Doc fixes.
11850         (Man-init-defvars): Use display-color-p to set fontification.
11852         * play/hanoi.el (hanoi-internal): Don't use oddp.
11854 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
11856         * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
11858         * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
11860 2000-03-12  Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
11862         * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
11863         Fix comment.
11865 2000-03-10  Stefan Monnier  <monnier@cs.yale.edu>
11867         * font-lock.el (font-lock-keywords): Fix the doc now that
11868         regexp-opt-depth is unnecessary.
11869         (save-buffer-state): Set an edebug spec.
11870         (font-lock-fontify-anchored-keywords): Properly handle the case when
11871         the matcher goes past the limit.
11873         * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
11874         pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
11876         * emacs-lisp/ewoc.el: New file.  This is a merge of elib-node.el,
11877         dll.el and cookie.el (from Elib) with heavy renaming and other
11878         massaging.
11880         * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
11881         Autoload the functions used.
11882         (easy-mmode-define-syntax): Fix CL typo.
11883         (easy-mmode-define-derived-mode): Improve the docstring generation.
11885 2000-03-10  Gerd Moellmann  <gerd@gnu.org>
11887         * textmodes/texinfo.el (texinfo-version): Variable and function
11888         removed.
11890 2000-03-09  Stefan Monnier  <monnier@cs.yale.edu>
11892         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
11893         allow more flexibility.
11894         (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
11895         fns.
11896         (easy-mmode-defmap, easy-mmode-defsyntax)
11897         (easy-mmode-define-derived-mode): New macros.
11899 2000-03-09  Didier Verna  <didier@xemacs.org>
11901         * rect.el (replace-rectangle): New function.
11903 2000-03-09  Dave Love  <fx@gnu.org>
11905         * progmodes/fortran.el (fortran-comment-line-start): Define as
11906         "C".
11907         (fortran-comment-line-start-skip): Don't match cpp stuff.
11908         (font-lock-keywords): Add * to comment-chars.  Grok cpp stuff.
11909         (fortran-mode-map): Remove over-eager custom-menu-create for now.
11910         (fortran-mode): Don't set fortran-comment-line-start-skip,
11911         fortran-comment-line-start here.  Set comment-start,
11912         add-log-current-defun.
11913         (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
11914         (fortran-current-defun): New function.
11916 2000-03-09  Gerd Moellmann  <gerd@gnu.org>
11918         * emacs-lisp/re-builder.el: New file.
11920         * mouse.el (mouse-drag-region): Don't run up-event handler
11921         if hscroll has changed.
11923         * octave-mod.el (octave-font-lock-keywords): To font-lock the
11924         builtin operators, use `font-lock-builtin-face' for Emacs and
11925         `font-lock-preprocessor-face' otherwise.
11927         * font-lock.el (lisp-font-lock-keywords-1): Highlight
11928         `(defun (setf foo)' differently.
11930 2000-03-08  Stefan Monnier  <monnier@cs.yale.edu>
11932         * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
11933         (regexp-opt): Update comment and adapt the code the new meaning of
11934         the `paren' argument of regex-opt-group for shy-groups.
11935         (regexp-opt-depth): Handle shy groups as well as backslashed
11936         backslashes.
11937         (regexp-opt-group): Turn the leading comment into a docstring.
11938         Allow `paren' to be a string (the string to use to open a group).
11939         Remove open-presuf and close-presuf.  Instead of checking for `all
11940         one-char' and then later on check for `several one-char', handle
11941         both cases close together.  Also apply a more generic algorithm
11942         for suffixes (the mirror image of the algorithm used for
11943         prefixes).  Use shy-groups.  Use nreverse rather than reverse.
11944         (regexp-opt-try-suffix): Removed.
11946         * cmuscheme.el (inferior-scheme-mode-map): Define it independently
11947         from comint-mode-map, so we can just inherit from it.  Also, move
11948         the initialization into the `defvar' since there's no docstring
11949         anyway and it's fairly short.
11950         (inferior-scheme-mode): Define it as derived-mode: the code is
11951         shorter and this way we inherit from comint-mode-map rather than
11952         copying it.
11954         * subr.el (replace-regexps-in-string): Properly handle the case
11955         where we match an empty string.
11957         * comint.el (comint-exec-1): Add the current-dir to the exec-path
11958         when the command has a directory component (such as "./testml").
11959         Also fix a typo in the comment.
11961 2000-03-08  Gerd Moellmann  <gerd@gnu.org>
11963         * Makefile (compile-files): Compile files one by one because
11964         that's the only way to ensure a clean compilation environment for
11965         each individual file.
11967         * frame.el (other-frame): Call x-focus-frame.
11969 2000-03-07  Dave Love  <fx@gnu.org>
11971         * recentf.el (recentf-keep-non-readable-files-p): Add :set,
11972         :require to defcustom.
11974         * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
11975         lists.
11977         * files.el (auto-mode-alist): Add configure.in.
11979         * progmodes/autoconf.el: New file.
11981 2000-03-07  Gerd Moellmann  <gerd@gnu.org>
11983         * mail/mh-e.el: Change maintainer to `none'.
11985         * recentf.el (recentf-keep-non-readable-files-p): Quote args
11986         to remove-hook and add-hook.
11988 2000-03-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
11990         * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
11991         it as the default.
11992         (mail-send): Test mail-send-nonascii also for the new `mime' value.
11993         (sendmail-send-it): Conditionally add MIME headers specifying the
11994         used character set.
11996 2000-03-07  Dave Love  <fx@gnu.org>
11998         * winner.el: Fix keywords, autoload cookies.  Split
11999         eval-when-compile form to avoid compilation failure.
12001 2000-03-07  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
12003         * international/mule.el: Modify comment about coding system
12004         property `coding-category'.
12005         (make-coding-system): New argument EOL-TYPE.  Pay attention to
12006         coding-category property of PROPERTIES.
12008         * international/mule-conf.el (coding-category-utf-8,
12009         coding-category-utf-16-be, coding-category-utf-16-le): New coding
12010         categories.  Include them in the argument for set-coding-priority.
12012         * international/mule-cmds.el (reset-language-environment): Include
12013         coding-category-utf-8, coding-category-utf-16-be, and
12014         coding-category-utf-16-le in the argument for set-coding-priority.
12015         (reset-language-environment): Initialize coding-category-utf-8,
12016         coding-category-utf-16-be, and coding-category-utf-16-le to nil.
12018 2000-03-06  Karl Fogel  <kfogel@red-bean.com>
12020         * bookmark.el (bookmark-file-or-variation-thereof): New func, for
12021         code abstracted out of `bookmark-jump-noselect'.  Now tries info
12022         extensions as well as compression extensions.
12023         (bookmark-jump-noselect): Use above new func.
12025 2000-03-03  Gerd Moellmann  <gerd@gnu.org>
12027         * strokes.el: Change maintainer's mail address.
12029 2000-03-03  Kenichi Handa  <handa@etl.go.jp>
12031         * international/mule-diag.el (list-character-sets): Make help-echo
12032         string by substitute-command-keys.
12033         (list-character-sets): Likewise.
12034         (sort-listed-character-sets): Call help-setup-xref.
12036 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
12038         * time.el (display-time-mail-file): Add `none' to the list of
12039         choices.
12041 2000-03-01  Dave Love  <fx@gnu.org>
12043         * help.el (help-xref-go-back): Don't try to set position.
12045         * international/mule-diag.el (list-character-sets): Call
12046         help-setup-xref.  Add help-echo to xrefs.
12047         (list-character-sets-1): Add help-echo to xrefs.
12049 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
12051         * frame.el (blink-cursor-mode): Switch cursor on when turning
12052         the mode off.
12054         * add-log.el (add-log-current-defun): Add support for
12055         Autoconf mode.
12057         * mail/rmail.el (rmail-quit-hook): New variable.
12059 2000-03-01  Dave Love  <fx@gnu.org>
12061         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
12063         * help.el (help-xref-button): Add help-echo arg.
12064         (describe-function-1, describe-variable, help-make-xrefs): Use it.
12066         * faces.el (list-faces-display): Supply help-echo with
12067         help-make-xrefs.
12069         * facemenu.el (list-text-properties-at): Set help-xref-stack to
12070         nil.
12072 2000-03-01  Gerd Moellmann  <gerd@gnu.org>
12074         * image.el (defimage): Look for image files in load-path.
12076         * frame.el (busy-cursor-delay-seconds): Change type to
12077         `number'.
12079 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
12081         * recentf.el (recentf): Added version tag to the defgroup of
12082         recentf.
12084 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
12086         * recentf.el (recentf-cleanup): Changed to remove excluded file
12087         too.
12088         (recentf-edit-list-action): `recentf-edit-list' checkbox widget
12089         action to select/unselect a file.
12090         (recentf-edit-list): Code cleanup and improvement.
12091         (recentf-open-more-files-action): `recentf-open-more-files' button
12092         widget action to open a file.
12093         (recentf-open-more-files): No more use standard completion but
12094         widgets.
12095         (recentf-more-collection): Deleted.
12096         (recentf-more-history): Deleted.
12097         (recentf-setup-more-completion): Deleted.
12099 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
12101         * recentf.el (recentf-mode): No more needs that Emacs is running
12102         under a window-system.
12104 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
12106         * recentf.el (recentf-edit-list): New command to edit the recent
12107         list which allow the user to remove files.
12108         (recentf-edit-selected-items): New global variable, used by
12109         `recentf-edit-list' to hold the list of files to be removed from
12110         the recent list.
12111         (recentf-make-menu-items): Updated to display a "Edit list..."
12112         menu item.  Minor code cleanup.
12114 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
12116         * recentf.el (recentf-open-more-files): New command to open files
12117         that are not displayed in the menu.
12118         (recentf-more-collection): New global variable holding the set of
12119         permissible completions used by `recentf-open-more-files'.
12120         (recentf-more-history): New global variable holding the history list
12121         used by `recentf-open-more-files' completion.
12122         (recentf-setup-more-completion): New function to setup completion for
12123         `recentf-open-more-files'.
12124         (recentf-make-menu-items): Updated to display a "More..." menu item.
12126 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
12128         * recentf.el (recentf-menu-action): Doc fixed.
12130 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
12132         * recentf.el (recentf-menu-filter): Doc updated.
12133         (recentf-update-menu-hook): Allow menu filters to force menu update.
12134         (recentf-make-menu-items): New menu filter handling.
12135         (recentf-make-menu-item): New helper function.
12136         (recentf-menu-elements): New menu handling function.
12137         (recentf-sort-ascending): Updated to new menu filter handling.
12138         (recentf-sort-descending): Updated to new menu filter handling.
12139         (recentf-sort-basenames-ascending): New menu filter function.
12140         (recentf-sort-basenames-descending): New menu filter function.
12141         (recentf-show-basenames): New menu filter function.
12142         (recentf-show-basenames-ascending): New menu filter function.
12143         (recentf-show-basenames-descending): New menu filter function.
12145 2000-02-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
12147         * diary-lib.el (list-diary-entries): Don't try to go forward at
12148         the end of the buffer.
12150 2000-02-29  Kenichi Handa  <handa@etl.go.jp>
12152         * international/mule-diag.el (list-character-sets): Completely
12153         rewritten.
12154         (sort-listed-character-sets): New function.
12155         (list-character-sets-1): Completely rewritten.
12156         (list-character-sets-2): New function.
12157         (non-iso-charset-alist): New variable.
12158         (decode-codepage-char): New function.
12159         (charset-history): New variable.
12160         (read-charset) (list-block-of-chars)
12161         (list-iso-charset-chars)
12162         (list-non-iso-charset-chars)
12163         (list-charset-chars): New functions.
12164         (mule-diag): Call list-character-sets-2, not
12165         list-character-sets-2.
12166         (dump-charsets): Likewise.
12168 2000-02-29  Gerd Moellmann  <gerd@gnu.org>
12170         * dired-x.el (dired-filename-at-point): Add `@' to valid
12171         file name characters.
12172         (dired-filename-at-point): Handle ange-ftp file names.
12174         * frame.el (frame-notice-user-settings): Use assq-delete-all
12175         instead of assoc-delete-all.
12176         (frame-notice-user-settings): Ditto.
12178         * subr.el (assq-delete-all): Renamed from assoc-delete-all.
12179         Don't copy alist.
12181 2000-02-28  Eli Barzilay  <eli@cs.cornell.edu>
12183         * calculator.el (calculator-use-menu): New option.
12184         (calculator-initial-bindings): Changed some bindings to work as
12185         macros.
12186         (calculator-forced-input): Removed.
12187         (calculator-restart-other-mode): New variable.
12188         (calculator-mode-map): Set up menu.
12190 2000-02-28  Jari Aalto  <jari.aalto@poboxes.com>
12192         * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
12193         tags.
12195 2000-02-28  Michael Kifer  <kifer@cs.sunysb.edu>
12197         * viper-cmd.el (viper-envelop-ESC-key): added the option to
12198         translate all ESC key sequences.
12199         (viper-goto-mark-subr): restore markers for files for which
12200         they were saved.
12201         * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
12202         * viper-util.el (viper-set-replace-overlay-glyphs,
12203         viper-set-replace-overlay): always check if the replacement
12204         overlay is live.
12205         * viper.el (viper-vi-state-mode-list): added major modes.
12206         * ediff-wind.el: minor comment changes.
12207         * ediff.el: copyright notice date fix.
12209 2000-02-27  Jason Rumney  <jasonr@gnu.org>
12211         * faces.el (face-font-family-alternatives): Add arial to helv.
12212         (mode-line, header-line, tool-bar): Same default as x for w32.
12213         (fixed-pitch, variable-pitch): Remove wildcard as it prevents
12214         face-font-family-alternatives from working.
12215         * term/w32-win.el (mouse-set-font): Do not build fontset from
12216         chosen font.
12218 2000-02-25  Sam Steingold  <sds@goems.com>
12220         * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
12221         properly.
12223 2000-02-25  Richard M. Stallman  <rms@gnu.org>
12225         * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
12227 2000-02-25  Gerd Moellmann  <gerd@gnu.org>
12229         * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
12230         writable.
12232         * frame.el (busy-cursor-delay-seconds): New option.
12234 2000-02-24  Gerd Moellmann  <gerd@gnu.org>
12236         * frame.el (show-cursor-in-non-selected-windows): New option.
12238 2000-02-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
12240         * diary-lib.el (include-other-diary-files): Undo the selective
12241         display in any included file and don't kill it.
12243 2000-02-24  Eli Zaretskii  <eliz@is.elta.co.il>
12245         * dired.el (dired-mode-map): Don't remove "Edit" from the menu
12246         bar.  Menu items converted to (menu-item format, help strings
12247         added.
12248         [downcase, upcase]: Don't enable on MS-DOS.
12249         [symlink, symlinks]: Don't show if make-symbolic-link is not
12250         bound.
12251         [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
12253 2000-02-23  Dave Love  <fx@gnu.org>
12255         * simple.el (zap-to-char, kill-line, kill-region, kill-word)
12256         (backward-kill-word): Revert addition of * to interactive spec --
12257         it's a feature.
12259         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
12260         (backward-kill-sentence, kill-sentence): Likewise.
12262         * gud.el (gud-jdb-build-class-source-alist): Prepend space to
12263         scratch buffer name.
12264         (gud-format-command): Use int-to-string in ?l case.  Simplify
12265         slightly.
12267         * term/w32-win.el (internal-face-interactive): Update prompt for
12268         new read-face-name.
12270         * mail/footnote.el (footnote): Add :version to defgroup.
12271         (footnote-section-tag-regexp): Customize.
12272         (footnote-start-tag, footnote-end-tag): New option.
12273         (footnote-latin-regexp): New variable.
12274         (Footnote-latin): New function.
12275         (footnote-style-alist): Add element for latin style.
12276         (footnote-style): Moved.
12277         (Footnote-goto-footnote): Use eq to test arg.
12279         * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
12281         * emacs-lisp/byte-opt.el: Change old backquote syntax.
12282         (byte-compile-trueconstp): Include keywords.
12283         (byte-optimize-quote, byte-optimize-lapcode): Use
12284         byte-compile-const-symbol-p.
12285         (byte-optimize-char-before): New optimization.
12287         * emacs-lisp/bytecomp.el: Change old backquote syntax.
12288         (byte-compile-const-symbol-p): New function.
12289         (byte-compile-constp, byte-compile-out-toplevel)
12290         (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
12291         Use it.
12293         * subr.el (define-key-after): Default AFTER to t.  Doc fix.
12295 2000-02-23  Kenichi Handa  <handa@etl.go.jp>
12297         * international/encoded-kb.el: Be sure to update minor-mode-alist
12298         and minor-mode-map-alist.
12299         (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
12300         codes SS2 and SS3 correctly.
12301         (encoded-kbd-self-insert-ccl): New function.
12302         (encoded-kbd-setup-keymap): New function.
12303         (encoded-kbd-mode): Handle CCL based coding system.  Setup keymap
12304         by calling encoded-kbd-setup-keymap.
12306         * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
12307         characters.
12308         (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
12309         locally.
12311 2000-02-22  Dave Love  <fx@gnu.org>
12313         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
12314         (lisp-mode-map, lisp-interaction-mode-map): Define all inside
12315         defvar.
12316         (lisp-mode-syntax-table): Set up for #|...|# comments.
12317         (lisp-imenu-generic-expression): Purecopy strings.  Use syntax
12318         classes.  Match `defface'.
12319         (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
12320         (eval-defun-1): Fix for defcustom.
12321         (lisp-indent-region): Doc fix.
12323         * subr.el (when, unless, split-string): Doc fix.
12324         (read-passwd): Move call of clear-this-command-keys to the right
12325         place.
12326         (replace-regexps-in-string): New function.
12328 2000-02-22  Gerd Moellmann  <gerd@gnu.org>
12330         * help.el (describe-variable): Set syntax table to
12331         emacs-lisp-mode-syntax-table when moving forward over the
12332         symbol's name.
12334 2000-02-22  Dave Love  <fx@gnu.org>
12336         * xt-mouse.el: Doc fixes.
12337         (xterm-mouse-position-function): New function, replacing advice of
12338         mouse-position.
12339         (xterm-mouse-mode): Use it.  Don't turn on under a window system.
12341         * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
12343 2000-02-21  Gerd Moellmann  <gerd@gnu.org>
12345         * format.el (format-annotate-single-property-change): Handle
12346         properties.with dotted-list values.
12347         (format-proper-list-p): New function.
12349         * enriched.el (enriched-face-ans): Handle '(foreground-color
12350         . COLOR) and (background-color . COLOR).
12352 2000-02-20  Dave Love  <fx@gnu.org>
12354         * textmodes/flyspell.el (flyspell-mouse-map): Change definition
12355         and assignments to it.
12356         (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
12357         current local map.
12358         (make-flyspell-overlay): Use it.
12359         (flyspell-correct-word/mouse-keymap): Change XEmacs test.
12361         * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
12362         (lm-get-header-re): Defun, not defsubst.
12363         (lm-get-package-name): Defun, not defsubst.  Simplify.
12364         (lm-version): Doc fix.  Simplify.
12365         (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
12366         (lm-crack-address, lm-last-modified-date, lm-commentary)
12367         (lm-verify, lm-synopsis): Simplify.
12368         (lm-report-bug): Require emacsbug.  Use compose-mail.
12370 2000-02-20  Gerd Moellmann  <gerd@gnu.org>
12372         * dired.el (dired-mode): Call propertized-buffer-identification
12373         to set mode-line-buffer-identification to something having
12374         the right text properties.
12376         * bindings.el (propertized-buffer-identification): New function.
12378 2000-02-20  Dave Love  <fx@gnu.org>
12380         * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
12381         check for t-mouse too.
12383         * cus-start.el: Make echo-keystrokes `number'.
12385 2000-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
12387         * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
12388         Don't call ring-empty-p unless tags-location-ring is bound.
12389         From Noah Friedman <friedman@splode.com>.
12391 2000-02-18  Thien-Thi Nguyen  <ttn@gnu.org>
12393         * progmodes/hideshow.el (hs-flag-region): No longer use
12394         `intangible' overlay property.
12396         (hs-toggle-hiding): New command.
12397         (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
12399         (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
12400         Fix omission bug: Run `hs-minor-mode-hook' for both activation
12401         and deactivation.
12403 2000-02-18  Gerd Moellmann  <gerd@gnu.org>
12405         * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
12407 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
12409         * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
12411         * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
12412         of `*' to handle `(* ... *)' comments.
12414 2000-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
12416         * faces.el (list-faces-display): Use display-mouse-p instead of
12417         window-system.
12419         * menu-bar.el (global-map): Menu-bar items converted to the new
12420         format (menu-item..., rearranged for better CUA compliance, and
12421         their names changed for better clarity.  Help strings added.
12423         * international/mule-cmds.el (mule-menu-keymap)
12424         (describe-language-environment-map, set-coding-system-map)
12425         (setup-language-environment-map): Convert to new (menu-item...
12426         form, add help strings.  Change names of menu items for better
12427         clarity.  "Mule" menu-bar item removed (it's now in the "Options"
12428         submenu).
12430 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
12432         * dired-aux.el (dired-do-copy): Remove spurious character.`n'
12433         within the code.
12435 2000-02-16  Dave Love  <fx@gnu.org>
12437         * faces.el: Don't require custom.  Add more specific :groups to
12438         various deffaces.
12439         (set-face-attribute): Purecopy args.
12440         (read-face-name): Default to name at point and use it in prompt.
12441         Remove colon from arg in all callers.
12442         (list-faces-display): Hyperlink to face descriptions and customize
12443         buffers.
12445 2000-02-16  Per Abrahamsen  <abraham@dina.kvl.dk>
12447         * wid-edit.el (widget-match-inline): An atom never matches a
12448         list.
12450 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
12452         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
12453         at ':' characters by call to split-string.
12455 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
12457         * textmodes/bibtex.el: Added RCS version identification.
12459 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
12461         * textmodes/bibtex.el: Some temporary comments removed.
12462         (bibtex-field-name, bibtex-entry-type): Made the relationship
12463         explicit.
12464         (bibtex-field-const): Allow capital letters.
12465         (bibtex-start-of-string): Deleted because unused.
12467         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
12468         use the term 'reference' to describe a bibtex entry as a whole.
12469         Further, reference keys are no longer called 'labels'.
12470         (bibtex-keys): Renamed to bibtex-reference-keys.
12471         (bibtex-reformat-previous-labels): Renamed to
12472         bibtex-reformat-previous-reference-keys.
12473         (bibtex-reference-type): Renamed to bibtex-entry-type.
12474         (bibtex-reference-head): Renamed to bibtex-entry-head.
12475         (bibtex-reference-maybe-empty-head): Renamed to
12476         bibtex-entry-maybe-empty-head.
12477         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
12478         (bibtex-search-reference): Renamed to bibtex-search-entry.
12479         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
12480         bibtex-enclosing-entry-maybe-empty-head.
12481         (bibtex-entry-field-alist, bibtex-entry-head,
12482         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
12483         bibtex-map-entries, bibtex-search-entry,
12484         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
12485         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12486         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
12487         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
12488         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
12489         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
12490         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
12492 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
12494         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
12495         comment.
12496         (bibtex-format-field-delimiters): New function, functionality
12497         extracted from bibtex-format-entry.
12498         (bibtex-autokey-get-yearfield-digits): New function, functionality
12499         extracted from bibtex-autokey-get-yearfield.
12501         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
12502         entries in order to avoid stack overflow in the regexp matcher if
12503         field contents become large.
12504         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
12505         bibtex-field-string-part-not-braced,
12506         bibtex-field-string-part-no-inner-braces,
12507         bibtex-field-string-part-1-inner-brace,
12508         bibtex-field-string-part-2-inner-braces,
12509         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
12510         bibtex-field-string-quoted, bibtex-field-string,
12511         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
12512         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
12513         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
12514         as parsing is now performed by the following functions.
12515         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
12516         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
12517         bibtex-parse-field-string, bibtex-search-forward-field-string,
12518         bibtex-parse-association, bibtex-field-name-for-parsing,
12519         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
12520         bibtex-search-forward-field, bibtex-search-backward-field,
12521         bibtex-start-of-field, bibtex-end-of-field,
12522         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
12523         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
12524         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
12525         bibtex-parse-string, bibtex-search-forward-string,
12526         bibtex-search-backward-string, bibtex-start-of-string,
12527         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
12528         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
12529         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
12530         entries.  Instead of reporting the results of the parsing by
12531         match-beginning or match-end, these functions return data structures
12532         that hold the corresponding positions.
12533         (bibtex-enclosing-field): Changed to also report field boundaries by
12534         return values rather than by match-beginning or match-end.  The
12535         following functions have been adapted to use the new parsing
12536         functions.
12537         (bibtex-skip-to-valid-entry, bibtex-search-reference,
12538         bibtex-enclosing-field, bibtex-format-entry,
12539         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
12540         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
12541         bibtex-print-help-message, bibtex-end-of-entry,
12542         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
12543         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12544         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
12545         method for parsing.
12546         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
12547         bibtex-map-entries, bibtex-flash-head,
12548         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
12549         bibtex-autokey-change, bibtex-autokey-get-namefield,
12550         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
12551         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12552         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
12553         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12554         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
12555         order to make the new binding of case-fold-search immediately
12556         visible.
12558 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
12560         * textmodes/bibtex.el: Copyright notice is up to date.
12561         Added constant 'bibtex-maintainer-salutation.
12563         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
12564         than make-temp-name, use match-string-no-properties and eliminate
12565         a quadratic behavior when building bibtex-strings.
12567         * bibtex.el (bibtex-reference-key): Accept string entries whose
12568         reference key contains upper case letters.
12570 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
12572         * bibtex.el (bibtex-reference-head): Allow entries to start with
12573         a new line.
12575 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
12577         * bibtex.el: Hiding of entry bodies is not longer provided by
12578         bibtex.el directly.  Instead the hideshow package can be used.
12579         Added a special bibtex entry to hs-special-modes-alist.
12580         (bibtex-hs-forward-sexp): Added for hideshow.el.
12582 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
12584         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
12585         at ':' characters by call to split-string.
12587 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
12589         * textmodes/bibtex.el: Added RCS version identification.
12591 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
12593         * textmodes/bibtex.el: Some temporary comments removed.
12594         (bibtex-field-name, bibtex-entry-type): Made the relationship
12595         explicit.
12596         (bibtex-field-const): Allow capital letters.
12597         (bibtex-start-of-string): Deleted because unused.
12599         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
12600         use the term 'reference' to describe a bibtex entry as a whole.
12601         Further, reference keys are no longer called 'labels'.
12602         (bibtex-keys): Renamed to bibtex-reference-keys.
12603         (bibtex-reformat-previous-labels): Renamed to
12604         bibtex-reformat-previous-reference-keys.
12605         (bibtex-reference-type): Renamed to bibtex-entry-type.
12606         (bibtex-reference-head): Renamed to bibtex-entry-head.
12607         (bibtex-reference-maybe-empty-head): Renamed to
12608         bibtex-entry-maybe-empty-head.
12609         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
12610         (bibtex-search-reference): Renamed to bibtex-search-entry.
12611         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
12612         bibtex-enclosing-entry-maybe-empty-head.
12613         (bibtex-entry-field-alist, bibtex-entry-head,
12614         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
12615         bibtex-map-entries, bibtex-search-entry,
12616         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
12617         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12618         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
12619         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
12620         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
12621         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
12622         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
12624 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
12626         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
12627         comment.
12628         (bibtex-format-field-delimiters): New function, functionality
12629         extracted from bibtex-format-entry.
12630         (bibtex-autokey-get-yearfield-digits): New function, functionality
12631         extracted from bibtex-autokey-get-yearfield.
12633         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
12634         entries in order to avoid stack overflow in the regexp matcher if
12635         field contents become large.
12636         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
12637         bibtex-field-string-part-not-braced,
12638         bibtex-field-string-part-no-inner-braces,
12639         bibtex-field-string-part-1-inner-brace,
12640         bibtex-field-string-part-2-inner-braces,
12641         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
12642         bibtex-field-string-quoted, bibtex-field-string,
12643         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
12644         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
12645         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
12646         as parsing is now performed by the following functions.
12647         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
12648         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
12649         bibtex-parse-field-string, bibtex-search-forward-field-string,
12650         bibtex-parse-association, bibtex-field-name-for-parsing,
12651         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
12652         bibtex-search-forward-field, bibtex-search-backward-field,
12653         bibtex-start-of-field, bibtex-end-of-field,
12654         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
12655         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
12656         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
12657         bibtex-parse-string, bibtex-search-forward-string,
12658         bibtex-search-backward-string, bibtex-start-of-string,
12659         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
12660         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
12661         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
12662         entries.  Instead of reporting the results of the parsing by
12663         match-beginning or match-end, these functions return data structures
12664         that hold the corresponding positions.
12665         (bibtex-enclosing-field): Changed to also report field boundaries by
12666         return values rather than by match-beginning or match-end.  The
12667         following functions have been adapted to use the new parsing
12668         functions.
12669         (bibtex-skip-to-valid-entry, bibtex-search-reference,
12670         bibtex-enclosing-field, bibtex-format-entry,
12671         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
12672         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
12673         bibtex-print-help-message, bibtex-end-of-entry,
12674         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
12675         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12676         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
12677         method for parsing.
12678         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
12679         bibtex-map-entries, bibtex-flash-head,
12680         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
12681         bibtex-autokey-change, bibtex-autokey-get-namefield,
12682         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
12683         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12684         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
12685         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12686         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
12687         order to make the new binding of case-fold-search immediately
12688         visible.
12690 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
12692         * textmodes/bibtex.el: Copyright notice is up to date.
12693         Added constant 'bibtex-maintainer-salutation.
12695         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
12696         than make-temp-name, use match-string-no-properties and eliminate
12697         a quadratic behavior when building bibtex-strings.
12699         * bibtex.el (bibtex-reference-key): Accept string entries whose
12700         reference key contains upper case letters.
12702 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
12704         * bibtex.el (bibtex-reference-head): Allow entries to start with
12705         a new line.
12707 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
12709         * bibtex.el: Hiding of entry bodies is not longer provided by
12710         bibtex.el directly.  Instead the hideshow package can be used.
12711         Added a special bibtex entry to hs-special-modes-alist.
12712         (bibtex-hs-forward-sexp): Added for hideshow.el.
12714 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
12716         * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
12717         proceedings entry type (for cross referencing). Thanks to Wagner
12718         Toledo Correa for the suggestion.
12720         * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
12722 2000-02-14  Kenichi Handa  <handa@etl.go.jp>
12724         * international/characters.el: Setup case table for Vietnamese.
12726 2000-02-12  Gerd Moellmann  <gerd@gnu.org>
12728         * uniquify.el (toplevel): Require CL at compile time.
12729         (uniquify-push): Removed.
12731         * shadowfile.el (shadow-when): Removed.
12733         * tempo.el (tempo-dolist, tempo-mapc): Removed.
12734         (tempo-process-and-insert-string): Use dolist instead of
12735         tempo-dolist.
12737         * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
12738         regexp for paragraph-start.
12740         * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
12741         commas as well.
12743 2000-02-10  Dave Love  <fx@gnu.org>
12745         * wid-edit.el: (widgets) [defgroup]: Remove url link.
12746         (widget-color-choice-list, widget-color-history, widget-mouse-help):
12747         Deleted.
12748         (widget-specify-field, widget-specify-button): Don't use
12749         widget-mouse-help as help-echo property.
12750         (default): Use #'ignore for :validate and :mouse-down-action.
12751         (checkbox): Add help-echo.
12752         (widget-sexp-validate): Rewritten to clarify error messages.
12753         (character): Use char-valid-p in :match function.
12754         (widget-color-complete): Use facemenu-color-alist.
12755         (widget-color-action): Use facemenu-read-color.
12757         * emacs-lisp/cl-macs.el: Don't bother testing for defalias.  Don't
12758         set up `caar' &c that we now have.
12760 2000-02-09  Ray Blaak  <blaak@gnu.org>
12762         * delphi.el: Make resourcestring a declaration region, like const
12763         and var.
12765 2000-02-09  Dave Love  <fx@gnu.org>
12767         * bindings.el (mode-line-input-method-map): New variable.
12768         (mode-line-mule-info): Use it; fix last change.
12769         (mode-line-mode-menu): Move definition.
12770         (mode-line-mouse-sensitive-p): Deleted.
12771         (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
12772         (make-mode-line-mouse-sensitive): Deleted.  Body moved to top
12773         level.
12775         * startup.el (command-line-1): Don't call
12776         make-mode-line-mouse-sensitive.
12778 2000-02-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
12780         * mail/rmail.el (rmail-retry-failure): Use
12781         rmail-beginning-of-message before rmail-toggle-header, because the
12782         former toggles headers.
12784 2000-02-06  Stefan Monnier  <monnier@cs.yale.edu>
12786         * diff-mode.el (diff-kill-junk): New interactive function.
12787         (diff-reverse-direction): Use delete-and-extract-region.
12788         (diff-post-command-hook): Restrict the area so that the hook also works
12789         outside of any diff hunk.  This is necessary for the minor-mode.
12790         (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
12791         (diff-minor-mode): Setup the hooks for header-hunk rewriting.
12793         * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
12794         (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
12795         so that it can be used more easily in <foo>-mode-hook.  Also make sure
12796         to avoid duplicate entries.
12797         (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
12798         (font-lock-remove-keywords): Just as was done for `add', allow it to
12799         work even if font-lock-mode is nil.  Also make sure we don't modify
12800         any pre-existing list by forcing a copy-sequence.  Finally rename
12801         `major-mode' to `mode'.
12802         (font-lock-fontify-syntactic-anchored-keywords)
12803         (font-lock-fontify-anchored-keywords)
12804         (font-lock-fontify-keywords-region): Use line-end-position.
12805         Don't make `font-lock-multiline' local (it's now done in
12806         font-lock-set-defaults).
12807         (font-lock-set-defaults): Make `font-lock-multiline' local.  Also
12808         move the `font-lock-fontified' creation to inside the `unless'.
12810 2000-02-06  Andrew Innes  <andrewi@gnu.org>
12812         * term/w32-win.el (x-handle-args): Comment out call to message,
12813         which occurs before window system is initialized.
12815         * makefile.nt: Add support for recompiling lisp code.
12817 2000-02-04  Dave Love  <fx@gnu.org>
12819         * bindings.el (mode-line-mule-info): Fix/extend last change.
12821         * completion.el: Replace completion-dolist with dolist.
12823         * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
12824         dotimes.
12826 2000-02-04  Carsten Dominik  <dominik@strw.leidenuniv.nl>
12828         * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
12829         environment names before they go into the section regexp.
12831         * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
12832         char class in regexp.
12834         * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
12835         `case-fold-search' to nil.
12837         * progmodes/idlwave.el (idlwave-template): Respect
12838         `idlwave-abbrev-change-case'.
12839         (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
12840         idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
12841         idlwave-while): respect `idlwave-reserved-word-upcase'.
12842         (idlwave-rw-case): New function.
12843         (idlwave-statement-match): Fixed problem with assignment regexp.
12844         (idlwave-font-lock-keywords): Improved regexp for keyword
12845         parameters.
12846         (idlwave-surround): New argument LENGTH to support padding of
12847         operators longer than 1 char.
12849         * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
12850         idlwave-shell-expression-overlay.  Implemented printing of
12851         expressions on higher levels of the calling stack.
12852         (idlwave-shell-display-level-in-calling-stack): Restore stack
12853         level.
12854         (idlwave-retrieve-expression-from-level): New function.
12855         (idlwave-shell-last-calling-stack): Variable removed.
12856         (idlwave-shell-reset): Argument action reversed (`visible' to
12857         `hidden').  Also remove stop-line overlay.
12858         (idlwave-shell-calling-stack-routine): New variable.
12859         (idlwave-shell-parse-stack-and-display): Messages now display
12860         negative level numbers.
12861         (idlwave-shell-mode): Set `modeline-format'.
12862         (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
12863         (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
12864         21.
12865         (idlwave-shell-print-expression-function): New option.
12867         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
12868         idlwave-toolbar-remove-everywhere): Keybindings prefix is now
12869         `tool-bar' instead of `toolbar'.
12871 2000-02-02  Dave Love  <fx@gnu.org>
12873         * emacs-lisp/cl.el: Use bytecomp-load-hook, not
12874         emacs-lisp-mode-hook.  Don't check for defalias being defined.
12876         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
12877         (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.  Use
12878         the new builtins directly.
12880         * whitespace.el (whitespace): Add :version to defgroup.
12882         * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
12883         Doc fix.
12885         * thingatpt.el (sexp-at-point, symbol-at-point)
12886         (number-at-point, list-at-point): Add autoload cookie.
12888         * recentf.el (recentf): Add :version to defgroup.
12890         * quickurl.el (quickurl): Add :version to defgroup.
12892         * elide-head.el (elide-head): Use point-marker more.
12894         * bs.el (bs): Add :version to defgroup.
12896         * autorevert.el (global-auto-revert-mode): Add autoload cookie.
12898         * progmodes/delphi.el (delphi): Add :version to defgroup.
12900 2000-02-02  Gerd Moellmann  <gerd@gnu.org>
12902         * ange-ftp.el (ange-ftp-write-region): Handle case that
12903         succeeding process operation sets a different coding system.
12905         * calculator.el: New file.
12907 2000-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
12909         * frame.el (frames-on-display-list, framep-on-display): New
12910         functions.
12911         (display-mouse-p, display-popup-menus-p, display-graphic-p)
12912         (display-selections-p, display-screens, display-pixel-width)
12913         (display-pixel-height, display-mm-width, display-mm-height)
12914         (display-backing-store, display-save-under, display-planes)
12915         (display-color-cells, display-visual-class): New functions.
12917         * term/tty-colors.el (tty-color-gray-shades): New function.
12919         * faces.el (display-color-p): Use framep-on-display.
12920         (display-grayscale-p): New function.
12922 2000-01-31  Dave Love  <fx@gnu.org>
12924         * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
12925         (create-fontset-from-x-resource): Don't concat integers.
12927 2000-01-31  Inge Frick  <inge@nada.kth.se>
12929         * view.el: Some changes in documentation.  Removed some trailing
12930         whitespace. Changed some parameter names to agree with
12931         documentation.
12932         (view-mode-exit): Keep entry in `view-return-to-alist' only when a
12933         window is not deleted.  Modifies change 1998-04-26.
12935 2000-01-31  Gerd Moellmann  <gerd@gnu.org>
12937         * windmove.el: New file.
12939         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
12940         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
12941         progmodes/ebnf-yac.el: Update copyright and license info.
12943         * jit-lock.el (jit-lock-function): Widen before calculating end
12944         position.
12945         (jit-lock-stealth-chunk-start): Rewritten.
12947         * info.el (Info-title-face-alist): Removed.
12948         (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
12949         faces.
12950         (Info-fontify-node): Use these faces.
12952 2000-01-30  Gerd Moellmann  <gerd@gnu.org>
12954         * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
12955         (cl-macro-list1): Recognize `&allow-other-keys' instead of
12956         `&allow-other-keywords'.
12958         * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
12959         the list of directories scanned heuristically.
12961         * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
12962         exist.
12964 2000-01-30  Jason Rumney  <jasonr@gnu.org>
12966         * w32-fns.el: Define w32-tty-standard-colors.
12968         * startup.el (command-line): Use w32-tty-standard-colors when in
12969         w32 console mode.
12971 2000-01-30  Dave Love  <fx@gnu.org>
12973         * jka-compr.el (jka-compr-load): Fix up load-history.
12975         * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
12977         * emacs-lisp/cl-macs.el: Revert previous change.
12979 2000-01-29  Dave Love  <fx@gnu.org>
12981         * facemenu.el: Purecopy various strings.
12983         * timezone.el (timezone-fix-time): Window against 69 for two-digit
12984         years.  Deal with three-digit years.
12986         * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
12987         defconst, purecopy.
12988         (help-back-label): Purecopy it.
12990 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
12992         * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
12993         variable. If non-nil, order the buffer list according to the
12994         currently selected frame.
12995         (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
12996         non-nil, pass the selected frame to function buffer-list.
12998 2000-01-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13000         * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
13002 2000-01-28  Dave Love  <fx@gnu.org>
13004         * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
13006         * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
13007         Don't use lisp-indent-hook property.
13008         (cl-abs): Remove.
13010         * subr.el: Move out indent and edebug specs for when and unless.
13012         * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
13013         when, unless.
13015         * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
13016         unless, when.
13018 2000-01-28  Gerd Moellmann  <gerd@gnu.org>
13020         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
13021         `collecting' as synonym for `collect'.
13023         * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
13024         for the case it contains spaces.
13026         * simple.el (what-cursor-position): Change formatting of
13027         messages.
13029         * frame.el (delete-other-frames): New function.
13030         (toplevel): Bind it to C-x 5 1.
13032         * sort.el (sort-numeric-base): New option.
13033         (sort-numeric-fields): If number starts with `0' or `0[xX[',
13034         interpret it as octal or hexadecimal.  Use sort-numeric-base
13035         as default base.
13037         * progmodes/glasses.el: New file.
13039 2000-01-27  Gerd Moellmann  <gerd@gnu.org>
13041         * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
13042         userids differently.
13044         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
13045         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
13046         progmodes/ebnf-yac.el: New files.
13048 2000-01-26  Dave Love  <fx@gnu.org>
13050         * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
13051         on a function with an empty body.  [From Eric Ludlam.]
13053 2000-01-25  Andre Spiegel  <spiegel@gnu.org>
13055         * vc.el (vc-version-diff): Make sure file name is expanded.
13057 2000-01-25  Gerd Moellmann  <gerd@gnu.org>
13059         * scroll-bar.el (scroll-bar-timer): Variable removed.
13060         (scroll-bar-toolkit-scroll): Don't use a timer.
13062 2000-01-25  Kenichi Handa  <handa@etl.go.jp>
13064         * language/thai-util.el (thai-composition-function): Delete
13065         superfluous `a'.
13067 2000-01-24  Dave Love  <fx@gnu.org>
13069         * fortran.el (fortran-mode): Use beginning-of-defun-function,
13070         end-of-defun-function.
13072         * font-lock.el (turn-on-font-lock): Don't depend on window-system
13073         &c.
13075 2000-01-22  Jason Rumney  <jasonr@gnu.org>
13077         * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
13078         conflicts with new face support.
13080 2000-01-22  Richard M. Stallman  <rms@gnu.org>
13082         * replace.el (query-replace): Rename last arg to DELIMITED.
13083         (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
13084         (query-replace-regexp): Likewise.
13086 2000-01-20  Richard M. Stallman  <rms@gnu.org>
13088         * subr.el (with-syntax-table): Use make-symbol, not gensym.
13090         * emacs-lisp/lisp.el (beginning-of-defun-function):
13091         Variable renamed from beginning-of-defun.
13092         Do not call make-variable-buffer-local.
13093         (beginning-of-defun-raw): Use new variable name; doc fix.
13094         (beginning-of-defun): Doc fix.
13095         (end-of-defun-function): Variable renamed from end-of-defun.
13096         Do not call make-variable-buffer-local.
13097         (end-of-defun): Use new variable name; doc fix.
13099         * subr.el (dolist, dotimes): Copied from cl-macs.el
13100         and made to work.
13102         * mail/undigest.el (rmail-digest-end-regexps):
13103         Variable replaces rmail-digest-end-regexp.
13104         Allows multiple regexps for detecting the end line.
13105         (undigestify-rmail-message): Corresponding changes.
13107 2000-01-19  Dave Love  <fx@gnu.org>
13109         * files.el (user-init-file): Don't declare here -- is primitive.
13111         * startup.el (command-line): Check for compiled user-init-file and
13112         set to uncompiled version if necessary.
13114 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
13116         * mail/undigest.el (rmail-digest-end-regexp): New user option.
13117         (undigestify-rmail-message): Use it.
13119         * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
13121 2000-01-17  Gerd Moellmann  <gerd@gnu.org>
13123         * tmm.el (tmm-goto-completions): Adapt to prompt being part
13124         of mini-buffer.
13126 2000-01-14  Gerd Moellmann  <gerd@gnu.org>
13128         * emacs-lisp/copyright.el (copyright-update): Removed the
13129         requirement for a trailing space from `copyright-regexp', to
13130         support copyrights with owner specified on a separate line..
13132         * align.el: New file.
13134         * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
13136         * net/eudc.el (toplevel): Define EUDC menu for Emacs.
13138 2000-01-13  Dave Love  <fx@gnu.org>
13140         * ph.el: Removed.  (Obsoleted by EUDC.)
13142 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
13144         * net/eudc.el (toplevel): Remove autoloaded code installing
13145         menu with easymenu, because that causes build problems.
13147         * frame.el (frame-notice-user-settings): New variable.
13148         (frame-notice-user-settings): Don't modify frame parameters
13149         if called a second time.
13151 2000-01-13  Richard M. Stallman  <rms@gnu.org>
13153         * frame.el (frame-notice-user-settings):
13154         Notice default-frame-parameters even for non-window frames.
13156 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
13158         * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
13159         for Emacs.
13160         (eudc-bob-can-display-inline-images): Extend for Emacs.
13161         (eudc-bob-toggle-inline-display): Ditto.
13162         (eudc-bob-display-jpeg): Ditto.
13164 2000-01-12  Gerd Moellmann  <gerd@gnu.org>
13166         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
13167         net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
13168         net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
13170         * add-log.el (add-change-log-entry): Fix error trying an `(insert
13171         nil)'.
13173         * subdirs.el: Add `net' directory.
13175         * net: New directory.
13177         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
13178         eval-last-sexp.  Don't bind debug-on-error here.
13179         (eval-last-sexp): New function.  Bind debug-on-error if
13180         eval-expression-debug-on-error is non-nil.
13181         (eval-defun-2, eval-defun): Likewise.
13183         * simple.el (eval-expression): Don't bind debug-on-error if
13184         eval-expression-debug-on-error is nil.  Detect changed
13185         debug-on-error, and propagate new value to global binding, if
13186         eval-expression-debug-on-error is non-nil,
13187         (eval-expression-debug-on-error): Change doc string.
13189 2000-01-11  Richard M. Stallman  <rms@gnu.org>
13191         * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
13193         * emacs-lisp/lisp-mode.el (with-syntax-table):
13194         Set up lisp-indent-function property.
13196         * subr.el (with-syntax-table): Moved from simple.el.
13198         * simple.el (with-syntax-table): Moved to subr.el.
13200 2000-01-11  Gerd Moellmann  <gerd@gnu.org>
13202         * tmm.el (tmm-shortcut): Delete region after prompt instead
13203         of erasing buffer.
13205         * textmodes/fill.el (fill-common-string-prefix): New function.
13206         (fill-context-prefix): Use the longest common prefix of first
13207         and second line fill prefix, if there is one.
13209 2000-01-11  Richard M. Stallman  <rms@gnu.org>
13211         * array.el (array-mode): Don't use make-variable-buffer-local.
13212         Use make-local-variable for `truncate-lines'.
13214 2000-01-11  Jari Aalto  <jari.aalto@poboxes.com>
13216         * add-log.el (add-log-current-defun): Handle user-defined
13217         add-log-current-function returning nil,
13219         * add-log.el (add-change-log-entry): Insert version number
13220         if having found a current function
13222         * add-log.el (add-log-current-defun): Call
13223         `add-log-current-defun-function'.  Try matches at level 0 and
13224         level 1.  Strip whitespace from defun found.
13226 2000-01-10  John Wiegley  <johnw@gnu.org>
13228         * allout.el (isearch-done/outline-provisions): Added `edit'
13229         argument to correspond with the current definition of
13230         `isearch-done'.
13232 2000-01-10  Dave Love  <fx@gnu.org>
13234         * elide-head.el (elide-head): Use point-marker, not point.
13236 2000-01-10  Gerd Moellmann  <gerd@gnu.org>
13238         * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
13239         before and after the year 2000.
13241         * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
13242         Add ispell- prefix.
13244 2000-01-10  Ken Stevens  <k.stevens@ieee.org>
13246         * ispell.el:  Only define dictionaries in menus when they exist.
13247         (version18p): New variable.
13248         (version20p): New variable.
13249         (xemacsp): New variable.
13250         (ispell-choices-win-default-height): Fix for XEmacs visibility.
13251         (ispell-dictionary-alist1): Added Brasileiro dictionary.
13252         (ispell-dictionary-alist6): Russian command lines no longer accept
13253         run-together words.
13254         (ispell-local-dictionary-alist): Add koi8-r to customize definition.
13255         (ispell-dictionary-alist): Add koi8-r to customize definition.
13256         (check-ispell-version): Added documentation string.  Returns
13257         library path when called non-interactively.
13258         (ispell-menu-map-needed): Uses new variables.
13259         (ispell-library-path): New variable.
13260         (ispell-decode-string): XEmacs fix for bogus variable bindings.
13261         (ispell-word): Improved documentation string.  Test for valid
13262         character mappings.  Correctly check typed in word changes that can
13263         result in single words split into multiple words.  Returns
13264         replacement word.
13265         (ispell-command-loop): Fixes XEmacs display bugs.  Show word to
13266         replace in recursive query replace mode.  Help message for
13267         recursive edit mode.
13268         (ispell-show-choices): Protect against bad framepop bindings.
13269         (ispell-help): Fix to work with XEmacs.
13270         (ispell-highlight-spelling-error): Use new variables.
13271         (ispell-overlay-window): Fix to work with XEmacs.
13272         (ispell-parse-output): Passed and returns location information
13273         tracking spelling corrections.  Doesn't recheck same word on
13274         current line.
13275         (ispell-init-process): Protect against bogus XEmacs variable binding.
13276         Fix call to single argument in sleep-for.  Use new variables.
13277         (ispell-region): Passed and returns location information tracking
13278         spelling corrections.  Doesn't check same word on current line.
13279         Improved documentation string.  Doesn't resend a line already
13280         checked to the ispell process - fixes bug in LaTeX parsing.
13281         (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
13282         (ispell-skip-region): No longer skips <TT> in SGML.
13283         (ispell-process-line): Tracks location information with spelling
13284         corrections.  Added documentation string.  Accounts for words
13285         already accepted on this line.  Don't allow query-replace on line
13286         starting with math characters.  Doesn't resend a line already sent
13287         to ispell process.  Fixes alignment error bug.
13289 2000-01-10  Richard M. Stallman  <rms@gnu.org>
13291         * dired-x.el (dired-guess-shell-alist-default):
13292         Suggest xloadimage, which is free, not xv, which isn't.
13294         * ange-ftp.el (ange-ftp-file-name-nondirectory):
13295         Don't ever include the host name or user name in the value.
13297 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
13299         * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
13300         of a real newline.
13302 2000-01-09  Stephen Eglen  <stephen@gnu.org>
13304         * dired-x.el (dired-guess-shell-alist-default): Suggest xv
13305         for .png files.
13307 2000-01-09  Per Abrahamsen  <abraham@dina.kvl.dk>
13309         * cus-edit.el (custom-hook-convert-widget): Fix comment.
13311 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
13313         * progmodes/cperl-mode.el: Replace ^F with ^L.
13315         * sendmail.el (toplevel): Provide `sendmail' when compiling
13316         before `require'ing rmail and mailalias to prevent infinite
13317         recursion.
13319 2000-01-08  Dave Love  <fx@gnu.org>
13321         * emacs-lisp/backquote.el: Remove inappropriate customization
13322         (allowing custom.el to use backquote).
13324 2000-01-07  Dave Love  <fx@gnu.org>
13326         * add-log.el (add-log-debugging): Deleted.
13327         (add-change-log-entry): Treat a backup FILE-NAME as its parent
13328         file.  Remove debugging code.
13329         (change-log-get-method-definition, change-log-name): Add doc.
13330         (change-log-sortable-date-at): New function.
13331         (change-log-merge): New command.
13333         * time.el (display-time-string-forms): Make the Mail string active.
13334         (display-time-update): Provide help-echo for load average.
13336         * bindings.el (make-mode-line-mouse2-map): New function.
13337         (mode-line-modified): Use it and simplify.
13338         (mode-line-mule-info): Provide help-echo info.
13339         (minor-mode-alist): Activate the strings.
13340         (make-mode-line-mouse-sensitive): Simplify for
13341         mode-line-buffer-identification.
13343 2000-01-07  Gerd Moellmann  <gerd@gnu.org>
13345         * play/pong.el: New file.
13347 2000-01-06  Dave Love  <fx@gnu.org>
13349         * array.el: Assorted cleanups for compiler warnings, doc strings,
13350         `array-' prefix for symbols.
13352 2000-01-05  Dave Love  <fx@gnu.org>
13354         * textmodes/outline.el (outline-mode-menu-bar-map): Add
13355         outline-headers-as-kill.
13356         (outline-mode): Define imenu-generic-expression.
13357         (outline-headers-as-kill): New command.
13359         * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
13360         from paragraph-start.
13361         (paragraph-indent-minor-mode): New command.
13363         * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
13364         M-C-e, M-C-h, C-j, C-xnd, TAB.
13365         (fortran-mode): Set beginning-of-defun, end-of-defun.
13366         (fortran-column-ruler): Simplify.
13367         (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
13368         (fortran-with-subprogram-narrowing): Likewise.
13369         (fortran-indent-subprogram): Call mark-defun.
13370         (fortran-check-for-matching-do): Change narrowing.
13372         * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
13373         (cl-lucid-hash-tag): Delete.
13374         (cl-hash-table-p): Correct test for native table.
13375         (cl-hash-table-count): Use hash-table-count.
13377         * browse-url.el (browse-url): Fix case of
13378         browse-url-browser-function being an alist.
13380 2000-01-05  Carsten Dominik  <cd@gnu.org>
13382         * textmodes/reftex-vars.el (reftex-parse-file-extension)
13383         (reftex-index-phrase-file-extension): New options.
13385         * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
13386         Use new option `reftex-index-phrase-file-extension'.
13388         * textmodes/reftex.el (reftex-access-parse-file): Use new option
13389         `reftex-parse-file-extension'.
13391 2000-01-05  Dave Love  <fx@gnu.org>
13393         * emacs-lisp/lisp.el (beginning-of-defun): New variable.
13394         (beginning-of-defun-raw): Use it.
13395         (end-of-defun): New variable.
13396         (end-of-defun): Use it.
13397         (check-parens): New command.
13399 2000-01-05  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
13401         * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
13402         (hs-show-block): Don't use `mapcar' when not accumulating.
13404         Fix buglet in local variables initialization.
13406 2000-01-05  Andreas Schwab  <schwab@suse.de>
13408         * hscroll.el (hscroll): Doc fix.
13410 2000-01-05  Carsten Dominik  <cd@gnu.org>
13412         * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
13413         idlw-toolbar.
13415         * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
13416         file idlw-rinfo.el.
13417         (idlwave-customize): load must read file idlw-shell.el.
13418         (idlwave-create-customize-menu): load must read file idlw-shell.el.
13420 2000-01-05  Carsten Dominik  <dominik@astro.uva.nl>
13422         * progmodes/idlw-shell.el: Also provide idlwave-shell
13423         * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
13424         * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
13426         * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
13427         both reftex-dcr and reftex-vcr.
13429         * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
13431 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13433         * ps-print.el: PostScript code now is in separate files, doc fix.
13434         (ps-print-version): New version number (5.0.3).
13435         (ps-header-lines, ps-left-header, ps-right-header): No more buffer
13436         local.
13437         (ps-spool-config): Initialization fix.
13438         (ps-print-prologue-1, ps-print-prologue-2)
13439         (ps-print-duplex-feature): PostScript code moved to separated file.
13440         (ps-background-image): Little code reformating.
13441         (ps-begin-file, ps-begin-job): Fix code.
13442         (ps-postscript-code-directory, ps-mark-code-directory): New vars.
13443         (ps-prologue-file): New fun.
13445 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13447         * ps-vars.el: Eliminated.
13449         * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
13450         `;;;###autoload'.
13452         * ps-print.el: ps-vars eliminated, doc fix.
13453         (ps-print-version): New version number (5.0.2).
13454         (ps-spool-config): Initialization fix.
13455         (ps-print-customize): New fun.
13457 2000-01-04  Gerd Moellmann  <gerd@gnu.org>
13459         * autorevert.el (auto-revert-mode): Return value of
13460         auto-revert-mode.
13462 2000-01-04  Dave Love  <fx@gnu.org>
13464         * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
13465         menu items.
13467 2000-01-03  Dave Love  <fx@gnu.org>
13469         * elide-head.el (elide-head) [defgroup]: Add :version.
13471         * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
13472         (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
13473         `cl-hash-table-p', not `hash-table-p'.
13474         (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
13476 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
13478         * faces.el (face-read-integer, read-face-attribute)
13479         (color-defined-p, color-values): unspecified-{f,b}g are now
13480         strings.
13482 2000-01-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
13484         * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
13485         at comment end, and re-insert them after filling.
13487 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
13489         * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
13490         * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
13491         progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
13493 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
13495         * term/x-win.el (xw-defined-colors): Call color-supported-p,
13496         the new name of face-color-supported-p.
13498         * term/w32-win.el (xw-defined-colors): Likewise.
13500 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
13502         * simple.el (completion-setup-function): Count completion-size
13503         from minibuffer-prompt-end, not from point-min.
13505 2000-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
13507         * faces.el (read-face-attribute, defined-colors, color-defined-p):
13508         Pass the frame to tty-color-* functions.
13509         (display-color-p, frame-set-background-mode): Pass the frame to
13510         tty-display-color-p.
13512         * term/tty-colors.el (tty-defined-color-alist): Renamed from
13513         tty-color-alist.
13514         (tty-color-alist, tty-modify-color-alist): New functions.
13515         (tty-color-define,  tty-color-clear, tty-color-approximate)
13516         (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
13517         an optional parameter FRAME.
13519 2000-01-01  Gerd Moellmann  <gerd@gnu.org>
13521         * image.el (create-image, defimage): Don't assume image data is a
13522         string.
13524         * image.el (defimage): Handle specifications containing :data
13525         instead of :file.
13526         (image-type-from-data): New function.
13527         (image-type-from-file-header): Use it.
13528         (create-image): Add parameter DATA-P.
13530 See ChangeLog.8 for earlier changes.
13532 ;; Local Variables:
13533 ;; coding: iso-2022-7bit
13534 ;; End: