*** empty log message ***
[emacs.git] / lisp / ChangeLog
blob258c90e0e2fad35285f7609121163fd1b9a4ee8a
1 2000-12-04  Gerd Moellmann  <gerd@gnu.org>
3         * mail/rmailsum.el (rmail-summary-expunge) 
4         (rmail-summary-expunge-and-save): Ask for confirmation with
5         rmail-expunge-confirmed.
7         * mail/rmail.el (rmail-expunge-confirmed): New function.
8         (rmail-expunge): Use it.
10 2000-12-04  Eli Zaretskii  <eliz@is.elta.co.il>
12         * info.el (Info-scroll-prefer-subnodes): New defcustom.
13         (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't
14         visit the first subnode until the bottom of the current node is
15         visible.
17 2000-12-04  Gerd Moellmann  <gerd@gnu.org>
19         * format.el (format-decode): Don't change buffer's undo list.
21 2000-12-04  Kenichi Handa  <handa@etl.go.jp>
23         * faces.el (face-font-registry-alternatives): Add entries for CJK
24         fonts.  Doc-string adjusted for the actual usage of this data.
26         * international/fontset.el: Change the font registries for CJK
27         fonts in the default fontset.  Don't append '*' to registries.
29 2000-12-03  Stefan Monnier  <monnier@cs.yale.edu>
31         * emacs-lisp/easy-mmode.el (define-derived-mode) 
32         (easy-mmode-derived-mode-p): Remove (moved to derived.el).
34         * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
35         (derived-mode-p): New function.
36         (derived-mode-make-docstring): Add `docstring' argument.
37         Use it if available and complete it if necessary.
39 2000-12-03  Andreas Schwab  <schwab@suse.de>
41         * type-break.el (type-break): Don't make parent of itself.
43 2000-12-03  Miles Bader  <miles@gnu.org>
45         * simple.el (delete-trailing-whitespace): Don't delete newlines too.
47 2000-12-02  Stefan Monnier  <monnier@cs.yale.edu>
49         * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
50         (tex-main-file, tex-file): Simplify.
51         (tex-generate-zap-file-name): Use subst-char-in-string.
52         (tex-strip-dots): Remove.
54         * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
56         * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
57         to check if the match succeeded.
59 2000-12-02  Gerd Moellmann  <gerd@gnu.org>
61         * startup.el (use-fancy-splash-screens-p): New function.
62         (command-line-1): Use it to determine whether or not to use
63         a fancy splash screen.
65 2000-12-02  Andreas Schwab  <schwab@suse.de>
67         * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
69 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
71         * international/mule.el (make-char): Fix last change.
73         * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
74         New defcustoms.
75         (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
76         autoloading tex-mode; instead, do the same manually.  Use
77         texinfo-open-quote and texinfo-close-quote.  Insert literal quote
78         with numeric argument.  Docstring fix.
79         (toplevel): Require cl when compiling.
80         
81         * international/mule.el (make-char): Doc fix.
83 2000-12-02  Jason Rumney  <jasonr@gnu.org>
85         * term/w32-win.el (x-select-enable-clipboard): Customize (as per
86         the Emacs Lisp manual)
88 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
90         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
92         * term/pc-win.el (x-select-enable-clipboard): Customize (as per
93         the Emacs Lisp manual).
95 2000-12-02  Gerd Moellmann  <gerd@gnu.org>
97         * simple.el (next-line-add-newlines): Change default to nil.
99 2000-12-01  Eli Zaretskii  <eliz@is.elta.co.il>
101         * files.el (revert-buffer, recover-file): Bind
102         coding-system-for-read to emacs-mule-unix, not to no-conversion.
104 2000-12-01  Gerd Moellmann  <gerd@gnu.org>
106         * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
108         * play/5x5.el (5x5-play-solution): 
110 2000-12-01  Miles Bader  <miles@gnu.org>
112         * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
114 2000-12-01  Kenichi Handa  <handa@etl.go.jp>
116         * international/mule-diag.el (describe-char-after): Fix typo.
117         (describe-character-set, non-iso-charset-alist): Fix typo.
119 2000-12-01  Miles Bader  <miles@gnu.org>
121         * image-file.el (image-file-name-regexp): Automatically add
122         upper-case variants of each filename extension in
123         `image-file-name-extensions', since they seem to be common.
125         * simple.el (minibuffer-contents) 
126         (minibuffer-contents-no-properties, delete-minibuffer-contents):
127         New functions.
128         * filecache.el (file-cache-directory-name)
129         (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
131 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
132         
133         * filecache.el (file-cache-minibuffer-complete): Don't try to
134         delete the minibuffer prompt.
136 2000-11-30  Dave Love  <fx@gnu.org>
138         * cus-start.el: Fix read-buffer-function type.
140 2000-11-30  Gerd Moellmann  <gerd@gnu.org>
142         * md5.el: Removed.  There's a built-in function, now.
144 2000-11-30  Markus Rost  <rost@math.ohio-state.edu>
146         * mail/rmail.el (rmail-set-message-counters): Don't use "D"
147         as dummy 0-th char of rmail-deleted-vector.
149 2000-11-30  Eli Zaretskii  <eliz@is.elta.co.il>
151         * ps-print.el (ps-end-job): Bind case-fold-search only after
152         switching to ps-spool-buffer.
154 2000-11-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
156         * ps-print.el: Line number font customization.  PostScript: Lines and
157         PageCount are initialized on each page.  Doc Fix.
158         (ps-print-version): New version number (6.3.2).
159         (ps-lpr-switches, ps-font-info-database, ps-font-size)
160         (ps-header-font-size, ps-header-title-font-size, ps-left-header)
161         (ps-right-header): Customization fix.
162         (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
163         Fix code.
164         (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
165         New vars.
167 2000-11-30  Gerd Moellmann  <gerd@gnu.org>
169         * bs.el: Fix typos and spelling errors.
170         (bs-appearance) <defgroup>: Renamed from bs-appearence.
171         (bs-configuration): Doc fix.
172         
173         * bs.el: Undo mistaken change of 2000-11-28.  Update copyright.
175 2000-11-30  Rob Riepel  <riepel@Stanford.EDU>
177         * emulation/tpu-edt.el (tpu-version): New version.
178         (tpu-search-overlay, tpu-replace-overlay): New initial range.
179         (tpu-original-mode-line): Variable deleted.
180         (tpu-mark-flag): New initial value.
181         (tpu-set-mode-line): Don't redefine mode-line-format.  Add
182         tpu-mark-flag to minor-mode-alist.
183         (tpu-update-mode-line): New mark flag logic.
184         (tpu-get): Use find-file-wildcards.
185         (tpu-search-highlight): Move overlay less, reset overlay properly.
186         (tpu-unselect): Deactivate mark.
187         (tpu-lm-replace): Reset overlay properly.
188         (tpu-forward-line): Use forward-visible-line.
189         (tpu-edt-on): Set transient mark mode.  ispell autoloads deleted.
191         * emulation/tpu-extras.el (tpu-forward-line): Use
192         forward-visible-line.
193         
194 2000-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
196         * cus-edit.el (custom-face-value-create): Always emphasize tag.
198 2000-11-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
200         * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
201         and skip whitespace and newlines.
202         
203 2000-11-30  Stefan Monnier  <monnier@cs.yale.edu>
205         * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
207 2000-11-29  Gerd Moellmann  <gerd@gnu.org>
209         * help.el (describe-function-1): Regexp-quote function name
210         when used as part of a regexp.
212         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Use
213         face-attribute instead of face-foreground and face-background.
214         (tool-bar-add-item): Likewise, and handle unspecified colors.
216         * enriched.el (enriched-face-ans): Use face-attribute instead
217         of face-foreground and face-background.
219         * faces.el (face-foreground, face-background, face-stipple):
220         Return nil if attribute is unspecified, for backward
221         compatibility.
223         * files.el (auto-mode-alist): Add an entry for antlr-mode.
225         * play/5x5.el: Remove version info.
227         * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
229         * frame.el (blink-cursor-mode): Doc fix.
231 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
233         * antlr-mode.el: New commands to run ANTLR from within Emacs and
234         to create Makefile rules.
235         (antlr-tool-command): New user option.
236         (antlr-ask-about-save): New user option.
237         (antlr-makefile-specification): New user option.
238         (antlr-file-formats-alist): New variable.
239         (antlr-special-file-formats): New variable.
240         (antlr-unknown-file-formats): New user option.
241         (antlr-help-unknown-file-text): New variable.
242         (antlr-help-rules-intro): New variable.
243         (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
244         (antlr-mode-menu): Add entries.
245         (antlr-file-dependencies): New function.
246         (antlr-directory-dependencies): New function.
247         (antlr-superclasses-glibs): New function.
248         (antlr-run-tool): New command.
249         (antlr-makefile-insert-variable): New function.
250         (antlr-insert-makefile-rules): New function.
251         (antlr-show-makefile-rules): New command.
253         * antlr-mode.el: More Emacs/XEmacs stuff.
254         (antlr-no-action-keywords): New constant with value nil.
255         (antlr-font-lock-keywords-alist): Use it.  Old value would break
256         syntax highlighting in Emacs-21.0.
257         (antlr-default-directory): Emacs/XEmacs dependend function.
258         (antlr-read-shell-command): Ditto.
259         (antlr-with-displaying-help-buffer): Ditto.
261 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
263         * antlr-mode.el: imenu, parsing and highlighting changes.
264         (antlr-imenu-create-index-function): Don't create extra submenus
265         for definitions in different grammar classes.  It is not necessary
266         for the menu and would make command `imenu' awkward to use.
267         (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
268         header actions and more than one.
269         (antlr-font-lock-tokendef-face): Changed color.
270         (antlr-font-lock-tokenref-face): Changed color.
271         (antlr-font-lock-additional-keywords): Also highlight lowercase.
272         (antlr-mode-syntax-table): New variable.
273         (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
274         (antlr-with-syntax-table): Don't copy syntax table.
276 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
278         * antlr-mode.el: Minor changes: language setting.
279         (antlr-language-alist): The value for file option "language" can
280         be both an identifier and a string.
281         Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
282         (antlr-language-limit-n-regexp): Change accordingly.
284 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
286         * antlr-mode.el: Minor changes: tabs, hiding.
287         (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
288         (antlr-action-visibility): Also allow value nil to also hide the
289         braces.  Renamed from `antlr-tiny-action-length'.
290         Suggested by Jay@aol.com.
291         (antlr-hide-actions): Change accordingly.  Hide line if completely
292         hidden action is on a line of its own.
293         
294 2000-11-29  Stefan Monnier  <monnier@cs.yale.edu>
296         * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
298         * sort.el (sort-columns): Don't concat strings with numbers.
300 2000-11-29  Dave Love  <fx@gnu.org>
302         * cus-edit.el (face): Fix :format.
304         * mail/feedmail.el: Require smtpmail when compiling.
305         (mail-do-fcc): Autoload.
306         (feedmail) <defgroup>: Fix :link.
307         (feedmail-nuke-body-in-fcc): Fix :type.
308         (feedmail-send-it): Add autoload cookie.
310 2000-11-29  Stefan Monnier  <monnier@cs.yale.edu>
312         * newcomment.el (comment-indent): Save excursion around call to
313         comment-indent-function.
315 2000-11-29  Miles Bader  <miles@gnu.org>
317         * subr.el (member-ignore-case): Return the tail of the list who's
318         car matches, like `member', not the matching element itself.
320 2000-11-29  Kenichi Handa  <handa@etl.go.jp>
322         * xml.el (xml-parse-tag): Fix finding opening tag.  A tag name
323         should not contain `\n'.
325 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
327         * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
329         * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
331         * dired-aux.el (dired-do-create-files): Construct default file
332         name for dired-mark-read-file-name so that when the user enters
333         just RET, the target file will end up in the target directory.
335         * abbrev.el (prepare-abbrev-list-buffer): Get the value of
336         local-abbrev-table before changing buffers because it might
337         have a buffer-local binding.
339 2000-11-28  Miles Bader  <miles@gnu.org>
341         * simple.el (delete-horizontal-space): Handle fields more generally.
343 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
345         * simple.el (delete-horizontal-space): Handle minibuffer prompt.
347 2000-11-28  Dave Love  <fx@gnu.org>
349         * progmodes/ps-mode.el (ps-mode): Set comment-start and
350         comment-start-skip locally.
352         * progmodes/fortran.el (fortran-mode): Don't set
353         fortran-comment-line-start-skip.  Set comment-start to
354         fortran-comment-line-start.
355         (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
356         (fortran-comment-line-start-skip): Simplify slightly.
358 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
360         * play/5x5.el: Remove RCS keyword.
362         * bs.el: Mistaken commit, undone 2000-11-30.
364 2000-11-28  Milan Zamazal  <pdm@freesoft.cz>
366         * textmodes/tildify.el (tildify-string-alist): Add
367         `plain-tex-mode' here.
369 2000-11-28  Colin Walters  <walters@cis.ohio-state.edu>
371         * chistory.el (Command-history-setup): Remove extraneous `keymap'
372         reference.
374 2000-11-28  Miles Bader  <miles@gnu.org>
376         * cus-face.el (custom-face-attributes): Add post-filter function
377         for :box.  Make pre-filter function for :box handle all cases.
379         * wid-edit.el (widget-choose): Make sure pop-up window is large
380         enough to display all the choices, as there's no way to scroll it.
382 2000-11-28  Kenichi Handa  <handa@etl.go.jp>
384         * international/mule-conf.el: Make the coding system no-conversion
385         safe for all characters.
387 2000-11-27  Dave Love  <fx@gnu.org>
389         * net/ldap.el (ldap) <defgroup>: Add :version.
391         * tooltip.el (tooltip-use-echo-area): Doc fix.
393         * cus-start.el <minibuffer-prompt-properties>: Add version.
394         <read-buffer-function>: Add.
396         * apropos.el (apropos-print): Add help-echo to active text.
398         * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
400 2000-11-27  Gerd Moellmann  <gerd@gnu.org>
402         * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
403         type, group and version.
405 2000-11-27  Eli Zaretskii  <eliz@is.elta.co.il>
407         * select.el (x-get-selection): Docstring fix.
409 2000-11-27  Dave Pearson <davep@hagbard.demon.co.uk>
411         * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
413 2000-11-27  Andrew Innes  <andrewi@gnu.org>
415         * makefile.nt (.SUFFIXES): Add .SUFFIXES.
417         * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
419 2000-11-27  Miles Bader  <miles@gnu.org>
421         * dired.el (dired-get-filename): Return filename verbatim if
422         LOCALP is `verbatim'.
423         * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
424         `verbatim' so that we don't inadvertently delete a non-existant
425         directory name.
427 2000-11-27  Kenichi Handa  <handa@etl.go.jp>
429         * international/characters.el: Specify cases and syntaxes for
430         mule-unicode-0100-24ff.
432 2000-11-27  Gerd Moellmann  <gerd@gnu.org>
434         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
435         that foreground and/or background colors of the face `tool-bar'
436         are unspecified.
438 2000-11-27  Miles Bader  <miles@gnu.org>
440         * wid-edit.el (widget-field-buffer, widget-field-start) 
441         (widget-field-end): Handle widget field `pseudo-overlays'.
442         (widget-field-value-delete): Delete WIDGET from `widget-field-new'
443         if it's there instead of in `widget-field-list'.
445         * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
446         (help-make-xrefs): Delete extraneous newlines at the end of the
447         docstring.
449 2000-11-25  Jason Rumney  <jasonr@gnu.org>
451         * startup.el (command-line): Call set-locale-environment after
452         Window System init file is read, as it can result in a call to
453         redraw-frame.
455 2000-11-25  Eli Zaretskii  <eliz@is.elta.co.il>
457         * simple.el (shell-command): Mention the effect of the prefix
458         argument in the doc string.
460 2000-11-25  Miles Bader  <miles@gnu.org>
462         * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
464         * wid-edit.el (widget-field-value-delete): Don't try to delete
465         overlay when it's the `pseudo-overlay' that exists at some points.
467 2000-11-24  Jason Rumney  <jasonr@gnu.org>
469         * international/mule-cmds.el (locale-language-names): Add "jp" as
470         a non-standard alternative for Japanese.
472 2000-11-24  Andre Spiegel  <spiegel@gnu.org>
474         * vc-hooks.el: Require 'cl during compilation.
476 2000-11-24  Gerd Moellmann  <gerd@gnu.org>
478         * faces.el (face-set-after-frame-default): Let face attributes
479         specified for new frames override frame parameters.
481         * startup.el (command-line): Fix computation of the source file
482         for user-init-file when user-init-file is a compiled file.
484 2000-11-24  Miles Bader  <miles@gnu.org>
486         * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec) 
487         (custom-post-filter-face-spec): New functions.
488         (custom-face-set, custom-face-value-create): Filter the face spec
489         before and after customization.
490         (custom-face-set): If VALUE specifies a null face, pass a
491         non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
492         * cus-face.el (custom-face-attributes): Remove SET and GET
493         functions.  Add some IN-FILTER and OUT-FILTER functions in the few
494         cases they're needed.
496         * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
497         that it's distinguishable from the :off-glyph on dark-background
498         displays.  Set its background color too.
500         * cus-start.el (all): Restore entry for `mode-line-inverse-video',
501         so that people can easily turn it off.
503 2000-11-24  Michael Kifer  <kifer@cs.sunysb.edu>
504         
505         * ediff-diff.el: Moved variables around to have it compile under NT.
506         
507         * ediff-help.el (ediff-use-long-help-message): Made it customizable.
508         
509         * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
510         
511         * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
512         redundant skip-small-frames test.
513         
514         * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
515         (viper-downgrade-to-insert): protect against errors in hooks.
516         
517         * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
518         (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
519         (viper-restore-cursor-type,viper-set-insert-cursor-type): New
520         functions.
521         
522         * viper-util.el (viper-memq-char): Bug fixes.
523         
524         * viper.el (viper-mode): Fix cursor handling.
525         
526 2000-11-24  Kenichi Handa  <handa@etl.go.jp>
528         * international/mule-diag.el (list-iso-charset-chars): For
529         two-byte charset, fix the `while' condition.
530         (list-non-iso-charset-chars): Fix the `while' condition.
532 2000-11-23  Stefan Monnier  <monnier@cs.yale.edu>
534         * subr.el (add-hook, remove-hook): Don't call make-local-hook
535         if the variable is make-variable-buffer-local.
537         * progmodes/ada-stmt.el (ada-template-map): Initialize
538         and bind it to C-c t in ada-mode-map.
539         (ada-stmt-mode-hook): New function extracted from old code.
540         Only change the buffer-local side of skeleton-*.
541         (ada-mode-hook): Use it.
543 2000-11-23  Eli Zaretskii  <eliz@is.elta.co.il>
545         * iswitchb.el (iswitchb-minibuf-depth): New variable.
546         (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
547         we expect to be returned by minibuffer-depth once we prompt the
548         user in the minibuffer.
549         (iswitchb-entryfn-p): If minibuffer-depth returns the same value
550         as recorded in iswitchb-minibuf-depth, return non-nil.
552 2000-11-23  Eli Zaretskii <eliz@is.elta.co.il>
554         * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
555         (hscroll-window-maybe): Docstring fix.
557 2000-11-23  Dave Love  <fx@gnu.org>
559         * rect.el (string-rectangle): Don't test delete-selection-mode.
561 2000-11-23  Gerd Moellmann  <gerd@gnu.org>
563         * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
564         is in the tool bar.
566         * dired-aux.el (dired-add-entry): Don't call dired-get-filename
567         with `no-dir'; we want the directory part to be able to remove
568         it.
570 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
572         * textmodes/outline.el (outline-flag-region):
573         Don't bind inhibit-read-only since we don't modify the buffer.
574         (outline-isearch-open-invisible): Don't jump to overlay-start
575         since we're trying to unhide text around point.
576         (outline-discard-overlays): Use dolist.
578         * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
580 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
582         * mail/rmail.el (rmail-confirm-expunge): Default to 
583         y-or-n-p.
584         
585 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
587         * textmodes/tex-mode.el (tex-font-lock-keywords-1):
588         Fix ARG regexp to skip quoted braces.
589         (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
590         Remove `bf' and `it' from `bold' and `italic' (they were wrong and
591         are (correctly) handled separately).
592         Remove `caption' and `footnote' from `citations': they contain text.
593         Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
594         (latex-skeleton-end-hook): New function.
595         (latex-mode): Use it.
596         (tex-start-tex-marker): Remove.
597         (tex-send-tex-command): Don't set tex-start-tex-marker.
598         (tex-error-parse-syntax-table): New var.
599         (tex-compilation-parse-errors): Use it.
600         Ignore tex-start-tex-marker.  Don't bother with marker-position.
601         (tex-validate-buffer): Don't bother with marker-position.
603         * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
604         (flyspell-generic-progmode-verify): Use it.
606 2000-11-22  Sam Steingold  <sds@gnu.org>
608         * simple.el (delete-trailing-whitespace): New interactive
609         function.
610         
611         * progmodes/ada-mode.el (ada-mode): Use it instead of
612         `ada-remove-trailing-spaces'.
613         (ada-remove-trailing-spaces): Removed.
614         
615         * textmodes/two-column.el (2C-merge): Recommend it in the doc.
616         
617         * textmodes/picture.el (picture-clean): Removed.
618         (picture-mode-exit): Call it instead of `picture-clean'.
620 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
622         * frame.el (show-cursor-in-non-selected-windows): Doc fix.
624         * hi-lock.el (hi-lock-refontify): Don't call non-existent
625         jit-lock-fontify-buffer; it should anyway be unneccessary to
626         do anything special when jit-lock is active.
627         (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
629 2000-11-22  Dave Love  <fx@gnu.org>
631         * calendar/todo-mode.el (todo-top-priorities): Use
632         todo-tmp-buffer-name.  From Milan Zamazal <Milan.Zamazal@qbizm.com>.
634         * language/chinese.el, language/cyrillic.el:
635         * language/devanagari.el, language/ethiopic.el, language/greek.el:
636         * language/hebrew.el, language/indian.el, language/japanese.el:
637         * language/korean.el, language/lao.el, language/misc-lang.el:
638         * language/thai.el, language/tibetan.el, language/vietnamese.el:
639         Use provide.
641         * cus-edit.el (custom-buffer-create-internal): Save some consing.
642         (custom-variable-set): Improve validation error mesage.
644         * rect.el (string-rectangle): Revert last change.
645         (string-rectangle-line): New arg DELETE.
646         (string-rectangle): Check delete-selection-mode.
648         * emacs-lisp/edebug.el (edebug-version)
649         (edebug-maintainer-address): Deleted.
650         (edebug-submit-bug-report): Just alias to report-emacs-bug.
651         (edebug-read-function): Account for other `'#' read forms.
652         (edebug-mode-menus): Make some items toggles.
653         (edebug-outside-unread-command-event, unread-command-event):
654         Remove these to avoid warnings.
656 2000-11-22  David Ponce  <david@dponce.com>
658         * recentf.el (recentf-menu-items-for-commands)
659         (recentf-make-menu-items, recentf-make-menu-item)
660         (recentf-filter-changer): Added :help and :active menu-item properties.
662         (recentf-build-dir-rules, recentf-dump-variable)
663         (recentf-edit-list, recentf-open-files-item)
664         (recentf-open-files): Replaced unnecessary `mapcar' with new
665         built-in `mapc'.
667 2000-11-23  Miles Bader  <miles@gnu.org>
669         * faces.el (menu): Make inverse-video on ttys too.
671 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
673         * simple.el (comment-line-break-function): Use the new name
674         indent-new-comment-line -> comment-indent-new-line.
675         (clone-indirect-buffer): Don't ignore NORECORD.
676         (next-completion): Properly handle the case where items are adjacent.
678         * mouse.el (popup-menu): Stupid typo.
680 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
682         * emacs-lisp/authors.el: Remove autoload cookies, add author,
683         maintainer, keywords tags.
685         * rect.el (replace-rectangle): Don't call string-rectangle-line
686         with too many arguments.
688 2000-11-22  Andre Spiegel  <spiegel@gnu.org>
690         * ediff-util.el (ediff-file-checked-out-p)
691         (ediff-file-checked-in-p): Call vc-state instead of
692         vc-locking-user, which no longer exists.
694         * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
696 2000-11-22  Dave Love  <fx@gnu.org>
698         * md5.el (md5): Provide.
699         (md5): Fix error call.
701 2000-11-22  Miles Bader  <miles@gnu.org>
703         * textmodes/refill.el (refill-adjust-ignorable-overlay)
704         (refill-fill-paragraph-at): Remove debugging code.
706         * calendar/calendar.el (generate-calendar-window): When we don't
707         call `fit-window-to-buffer', make sure the top line is fully visible.
709         * image-file.el (insert-image-file): Don't make `read-only'
710         property rear-nonsticky.
712         * isearch.el (isearch-original-minibuffer-message-timeout): New var.
713         (isearch-mode): Set `minibuffer-message-timeout' to nil, after
714         stashing away its original value.
715         (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
716         in the recursive edit.
717         Bind `isearch-original-minibuffer-message-timeout' to protect it.
718         (isearch-done): Restore `minibuffer-message-timeout'.
720         * cus-start.el: Remove entry for `mode-line-inverse-video'.
722 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
724         * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
726         * find-lisp.el (find-lisp-find-files-internal):
727         Use dolist, when and file-name-as-directory.
729         * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
730         (define-derived-mode, define-minor-mode): Add specs.
732         * window.el: General comment and spacing fixes.
733         (save-selected-window): Use backquotes.
734         (window-safely-shrinkable-p): New function.
735         (shrink-window-if-larger-than-buffer): Use it.
737         * subr.el (make-local-hook): Docstring fix.
739         * shell.el (shell-mode): Use define-derived-mode.
741         * newcomment.el (comment-indent): Insert comment before calling
742         comment-indent-function.  Don't insert in column 0.
743         (comment-dwim): Indent before inserting comment.
745         * isearch.el (isearch-mode-map): Fix docstring.  Init in defvar.
746         (minibuffer-local-isearch-map): Init in defvar.  Use inheritance.
747         (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
748         Use mapc rather than map.
750         * files.el (find-buffer-visiting): Compare all attributes before
751         declaring two files identical (rather than just their inode-no).
752         (auto-mode-alist): Use \' rather than $.
754         * which-func.el: Update maintainer line.
756         * pcvs.el (uniquify-buffer-file-name): Remove advice.
757         * uniquify.el (uniquify-list-buffers-directory-modes): New var.
758         (uniquify-buffer-file-name): Use it.
760 2000-11-22  Miles Bader  <miles@gnu.org>
762         * cus-start.el: Add entry for `minibuffer-prompt-properties'.
763         * simple.el (minibuffer-avoid-prompt): New function.
765 2000-11-21  Gerd Moellmann  <gerd@gnu.org>
767         * Makefile.in (.SUFFIXES): Add .SUFFIXES.
769 2000-11-21  Miles Bader  <miles@gnu.org>
771         * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
772         inclusion of `track-mouse'.
774         * textmodes/refill.el (refill-ignorable-overlay): New variable.
775         (refill-adjust-ignorable-overlay): New function.
776         (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
777         only the paragraph's tail if possible.
778         Update `refill-ignorable-overlay'.
779         (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
781         * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
782         point inside the fill-prefix.
784         * textmodes/refill.el (refill-post-command-function): Don't reset
785         refill-doit in the case where a self-insertion command doesn't
786         case a refill.  Use `refill-fill-paragraph-at', getting position
787         from `refill-doit'.
788         (refill-after-change-function): Set `refill-doit' to END.
789         (refill-fill-paragraph-at): New function, mostly from old
790         refill-fill-paragraph.
791         (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
792         (refill-pre-command-function): New function.
793         (refill-mode): Add it to `pre-command-hook'.
795 2000-11-20  Gerd Moellmann  <gerd@gnu.org>
797         * textmodes/artist.el (artist-mode): Fix autoload cookie.
799         * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
800         javadoc tags.
802 2000-11-20  Andre Spiegel  <spiegel@gnu.org>
804         * vc.el, vc-hooks.el: Undo prev change (moved functions back to
805         vc.el).
807         * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
808         require vc.
810         * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
811         checkouts.
813 2000-11-20  Dave Love  <fx@gnu.org>
815         * Makefile.in (DONTCOMPILE): Omit bindings.el.
817 2000-11-20  Eli Barzilay <eli@www.barzilay.org>
819         * calculator.el (calculator-paste): Use `if' instead of `and'
820         and `or'.
821         (calculator-help): Don't use electric-describe-mode for XEmacs.
823 2000-11-19  Gerd Moellmann  <gerd@gnu.org>
825         * info.el (info-menu-5): Doc fix.
827         * textmodes/artist.el: New file.
829 2000-11-19  Andre Spiegel  <spiegel@gnu.org>
831         * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
832         and differentiate according to checkout model.
833         (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
834         since this function is only concerned with master state.
836         * vc-hooks.el (vc-workfile-unchanged-p,
837         vc-default-workfile-unchanged-p): Moved here from vc.el.
839         * vc.el (vc-workfile-unchanged-p,
840         vc-default-workfile-unchanged-p): See above.
842 2000-11-19  Miles Bader  <miles@gnu.org>
844         * image-file.el (insert-image-file): Make `intangible' and
845         `read-only' properties rear-nonsticky too.
847 2000-11-18  Gerd Moellmann  <gerd@gnu.org>
849         * ps-print.el: Update copyright notice.
851         * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
852         (tooltip-show): Use the offsets.
854         * bindings.el (mode-line-modified): Fix a typo.
855         (mode-line-toggle-modified, mode-line-widen)
856         (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
858 2000-11-17  Vinicius Jose Latorre <vinicius@cpqd.com.br>
860         * ps-print.el (toplevel): Test for find-coding-system being
861         fboundp before calling ps-x-find-coding-system.
863 2000-11-16  Stefan Monnier  <monnier@cs.yale.edu>
865         * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
866         (vc-version-backup-file): Docstring fix.
868 2000-11-16  Gerd Moellmann  <gerd@gnu.org>
870         * files.el (basic-save-buffer): Don't add a newline if
871         find-file-literally is non-nil.
872         (find-file-literally): Extend doc string.
874         * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
875         sort(1) with the `-f' argument.
877 2000-11-16  Andre Spiegel  <spiegel@gnu.org>
879         * vc.el: Updated backend documentation.
880         (vc-default-check-headers): New function.
882         * vc-{cvs,rcs,sccs}.el: Functions reordered.
884         * vc.el (vc-revert-buffer): Ask for confirmation if file seems
885         up-to-date.
886         (vc-do-command): In the asynchronous case, output messages only if
887         the minibuffer is not active.
889         * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
890         `vc-cvs-use-edit' is on.
891         (vc-cvs-checkout): When this is used for reverting the workfile,
892         make a backup of the original contents and revert to that in case
893         of error.
894         (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
895         remote repositories.
897         * vc.el (vc-annotate): Changed handling of prefix arg; now asks
898         for both version and ratio in the minibuffer.
900         * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
901         Use vc-do-command to perform the annotation, not call-process.
903 2000-11-16  Kenichi Handa  <handa@etl.go.jp>
905         * international/quail.el (quail-start-translation): Don't call
906         `message' before reading key sequence.
908 2000-11-16  Miles Bader  <miles@lsi.nec.co.jp>
910         * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
912 2000-11-16  Kenichi Handa  <handa@etl.go.jp>
914         * window.el (fit-window-to-buffer): Be sure to acquire at least
915         one text line even if the buffer is empty.
917 2000-11-16  Gerd Moellmann  <gerd@gnu.org>
919         * net/ange-ftp.el (ange-ftp-file-writable-p)
920         (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
921         ange-ftp-process-verbose to nil.
923 2000-11-15  Dave Love  <fx@gnu.org>
925         * wid-edit.el (widget-specify-field, widget-specify-button): If
926         :help-echo is a function, set help-echo of overlay to
927         widget-mouse-help.
928         (widget-mouse-help): New function.
929         (widget-echo-help): Rewritten for :help-echo functions only taking
930         a widget arg.
932         * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
933         display-graphic-p.
934         (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
935         and that JPEG is available.
936         (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
938         * international/mule-cmds.el (locale-charset-language-names):
939         Match @euro.
941 2000-11-15  Gerd Moellmann  <gerd@gnu.org>
943         * faces.el (face-set-after-frame-default): If
944         `inhibit-default-face-x-resources' is bound, don't intialize the
945         default face from X resources.
947 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
949         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
950         Don't set EMACSLOADPATH.
952 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
954         * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
955         texinfo-insert-@url.
956         (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
957         (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
959 2000-11-14  Stefan Monnier  <monnier@cs.yale.edu>
961         * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
962         (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
963         (checkdoc-minor-keymap): Backward compatibility.
964         (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
965         (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
966         (checkdoc-this-string-valid-engine): Be a bit more strict
967         to avoid matching substrings of `...' quoted vars/funs.
968         (checkdoc-defun-info): Only look for `interactive' if alone.
969         (debug-ignored-errors): Add "arg doesn't appear in docstring".
971         * progmodes/compile.el (grep): `tag-default' can be nil.
973         * newcomment.el (comment-indent): Paren typo.
975 2000-11-14  Dave Love  <fx@gnu.org>
977         * calculator.el: New maintainer version.
979         * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
981         * cmuscheme.el: Doc fixes.
982         (cmuscheme) <defgroup>: Use `scheme' as parent.
983         (cmuscheme-program-name): Remove.  Change uses to
984         scheme-program-name.
986         * xscheme.el (scheme-program-name): Don't define here.
988         * progmodes/scheme.el (scheme-program-name): New variable
989         (originally in cmuscheme).
991 2000-11-14  Miles Bader  <miles@gnu.org>
993         * window.el (fit-window-to-buffer): Handle windows without mode-lines.
994         Handle header-lines.  Don't loop forever if we can't enlarge the
995         window anymore.  Simplify a bit.
997 2000-11-14  Kenichi Handa  <handa@etl.go.jp>
999         * window.el (fit-window-to-buffer): Don't check
1000         window-text-height.  Assure that the last line is fully visible.
1002         * international/quail.el (quail-show-guidance-buf): Call
1003         fit-window-to-buffer to assure the enough height of the guidance
1004         buffer.
1005         (quail-update-guidance): Avoid making the guidance buffer shorter.
1007 2000-11-14  Stefan Monnier  <monnier@cs.yale.edu>
1009         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
1010         rather than `prepend' and add an interesting comment.
1011         (tex-math-face, tex-font-lock-syntactic-face-function):
1012         New face and function to use it.
1013         (tex-define-common-keys, tex-mode-map): Use menu-item rather
1014         than `menu-enable' symbol property.
1015         (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
1016         (tex-mode): Add some latex-mode commands for auto-selection.
1017         Use tex-font-lock-syntactic-face-function.
1018         (tex-insert-quote): Simplify.
1019         (tex-shell): New mode.
1020         (tex-start-shell): Use it.
1021         (tex-shell-proc, tex-shell-buf): New functions.
1022         (tex-send-command): Use it.
1023         (tex-main-file): Fix the meaning of the new arg REALFILE.
1024         (tex-send-tex-command): New function split from `tex-start-tex'.
1025         Set compilation-last-buffer and compilation-parsing-end.
1027         * newcomment.el (comment-indent-default): Stick \s<\s< to the left
1028         when it follows non-comment text on the line.
1030         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1031         Set font-lock-defaults.
1032         (lisp-mode-shared-map): Init inside the defvar.
1033         (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
1034         Use define-derived-mode.
1036 2000-11-14  Miles Bader  <miles@lsi.nec.co.jp>
1038         * faces.el (header-line): Use `:box nil' for color/gs displays too.
1040 2000-11-14  Gerd Moellmann  <gerd@gnu.org>
1042         * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
1043         recursively optimize body because that can lead to infinite
1044         recursion; see comment there.
1046 2000-11-13  Eli Zaretskii  <eliz@is.elta.co.il>
1048         * faces.el (face-spec-set-match-display): Revert the change from
1049         2000-10-24.  Add a FIXME for after v21.1.
1051 2000-11-13  Miles Bader  <miles@gnu.org>
1053         * textmodes/fill.el (skip-line-prefix): New function.
1054         (fill-region-as-paragraph, fill-region):  Return the fill-prefix.
1055         (fill-paragraph): Don't leave point inside the fill-prefix.
1056         * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
1057         point inside the fill-prefix.
1059 2000-11-13  Miles Bader  <miles@lsi.nec.co.jp>
1061         * calendar/calendar.el (generate-calendar-window): Use
1062         `fit-window-to-buffer'.
1064 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
1066         * gud.el (gud-minor-mode): New var.
1067         (gud-symbol, gud-val): New functions.
1068         (gud-find-file): Copy gud-minor-mode to the new buffer.
1069         (gud-menu-map): Include entries for commands that are not always
1070         available, using :enable to (de)activate them.
1071         (gud-minor-mode-map): New map.  Add it to minor-mode-map-alist.
1072         (gud-mode-map): New map.
1073         (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
1074         (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
1075         Don't set up gud's menu (it's done by the minor-mode).
1076         (gud-minibuffer-local-map): New.
1077         Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
1078         (gud-query-cmdline): New function.
1079         (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it.  Set gud-minor-mode.
1080         (gud-mode): Use define-derived-mode.
1081         Don't set up gud's menu (it's done by the minor-mode).
1082         (gud-chop-words): Remove.
1083         (gud-common-init): Use split-string instead.
1084         (gud-new-keymap, gud-make-debug-menu): Eradicate.
1086         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
1087         Add keyword arg :name.
1089         * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
1090         (diff-count-matches, diff-split-hunk): New functions.
1091         (diff-mode-map): Bind C-c C-s to diff-split-hunk.
1093         * pcvs-info.el (cvs-fi-conflict-face): New var.
1095         * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
1096         Make it into a simple syntax-table, shared among all submodes.
1097         (sh-heredoc-face): Re-introduce.
1098         (sh-font-lock-syntactic-face-function): New function.
1099         (sh-mode): Use it.  Also use define-derived-mode.
1100         Remove old bogus setting of indent-region-function.
1101         (sh-set-shell): Don't set the syntax-table any more.
1102         (sh-mode-syntax-table) <defun>: Remove.
1104 2000-11-12  Miles Bader  <miles@gnu.org>
1106         * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
1107         message if interactive.
1109 2000-11-12  Dave Love  <fx@gnu.org>
1111         * mail/feedmail.el: Fix header,
1112         (feedmail) <defgroup>: Add :link.
1114         * view.el: Use local-map property, not keymap on mode-line string.
1116         * scroll-all.el (scroll-all-mode): Customize variable.  Add
1117         autoload cookie to function.
1119         * lazy-lock.el: Remove compatibility code.
1121         * finder.el (finder-known-keywords): Add `files', remove `vms'.
1122         (finder-help-echo): New variable.
1123         (finder-mouse-face-on-line): Add help-echo stuff.
1124         (finder-list-keywords, finder-list-matches): Use mapc.
1126         * faces.el (face-font-registry-alternatives): Add :version.
1128         * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
1129         tags-table-list.
1131         * net/browse-url.el (browse-url-browser-function): Update :version.
1133         * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
1134         (mail-mode): Use [:alnum:] in some regexps.
1136 2000-11-10  Dave Love  <fx@gnu.org>
1138         * ediff.el (ediff-regions-internal, ediff-documentation):
1139         * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
1140         fundamental mode.
1142         * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
1143         buffer into fundamental mode.
1144         (ediff-set-difference): Use copy-sequence if available.
1146         * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
1147         ediff-patch-map non-nil.
1148         (ediff-fixup-patch-map, ediff-fixup-patch-map)
1149         (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
1150         buffer into fundamental mode.
1152         * ediff-merg.el (state-or-merge): Defvar when compiling.
1154 2000-11-10  Jason Rumney  <jasonr@gnu.org>
1156         * w32-fns.el (w32-add-charset-info): New function.
1157         (w32-charset-info-alist): Use it.
1159 2000-11-10  Gerd Moellmann  <gerd@gnu.org>
1161         * faces.el (face-font-registry-alternatives): New user-option.
1163 2000-11-10  Stefan Monnier  <monnier@cs.yale.edu>
1165         * textmodes/texinfo.el (texinfo-block-default): New var.
1166         (texinfo-insert-block): Use it.  Insert a newline if needed.
1168         * textmodes/fill.el (fill-indent-according-to-mode): New var.
1169         (fill-region-as-paragraph): Use it.
1171         * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
1172         (latex-mode): Tweak tex-*-(head|trail)er regexps.
1173         Tweak paragraph regexps to allow a leading [ \t]*.
1174         (tex-latex-block): Insert a newline if necessary.
1175         (latex-insert-item): Only insert a newline if necessary.
1176         (tex-guess-main-file): New function.
1177         (tex-main-file): Use it.  Add arg `realfile'.  Trim `.tex'.
1178         Set tex-main-file if TeX-master is provided.
1179         (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
1181 2000-11-10  Gerd Moellmann  <gerd@gnu.org>
1183         * startup.el (command-line): Set the default tooltip-mode
1184         to t for graphical displays which implement x-show-tip.
1186         * tooltip.el (tooltip-mode): Add a comment about startup.el
1187         setting the default value of this user-option.
1189 2000-11-09  Stefan Monnier  <monnier@cs.yale.edu>
1191         * font-lock.el (font-lock-*-face) <defvar>: Move.
1192         (font-lock-defaults-alist): Mark obsolete.
1193         (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
1194         (font-lock-mode): Use define-minor-mode.
1195         (font-lock-support-mode): Tweak type to default to jit-lock-mode.
1196         (font-lock-turn-off-thing-lock): Be more explicit.
1197         (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
1198         (font-lock-syntactic-face-function): New var.
1199         (font-lock-fontify-syntactically-region): Use it.
1200         (font-lock-doc-face): New.
1202         * pcvs.el (cvs-enabledp): Ignore errors.
1203         (cvs-commit-filelist): Never query.
1204         (cvs-mode-insert): Always add a terminating / in the initial prompt.
1205         (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
1206         (cvs-do-removal): Use cvs-partition rather than delete-if.
1207         Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
1208         cvs-bury-buffer.
1210         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
1211         Allow `next' to jump to after the end of the last match.
1213 2000-11-09  Gerd Moellmann  <gerd@gnu.org>
1215         * simple.el (byte-compiling-files-p): New function.
1217         * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
1218         if it is there.
1220         * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
1221         nil again.
1223         * textmodes/ispell.el (ispell-library-path): Don't call
1224         check-ispell-version when byte-compiling because that starts
1225         an ispell process, and ispell might not be installed.
1226         (toplevel): Don't set up a menu when byte-compiling.
1228         * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
1229         it, so that a boundp test can be used to determine if we're
1230         currently byte-compiling.
1232 2000-11-09  Dave Love  <fx@gnu.org>
1234         * pcvs.el (uniquify-buffer-file-name): Wrap advice in
1235         eval-after-load.
1237 2000-11-09  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1239         * ps-print.el: Patch for variable initialization when spooling.  Doc
1240         fix.
1241         (ps-output-list): Fun eliminated.
1242         (ps-begin-file, ps-begin-job): Code fix.
1244 2000-11-08  Dave Love  <fx@gnu.org>
1246         * ediff-wind.el (ediff-control-frame-parameters): Zero
1247         tool-bar-lines.
1249 2000-11-08  Gerd Moellmann  <gerd@gnu.org>
1251         * simple.el (shell-command, display-message-or-buffer)
1252         (shell-command-on-region): Mention resize-mini-windows in the doc
1253         string.
1254         (display-message-or-buffer): Take the value of resize-mini-windows
1255         into account.
1257 2000-11-07  Gerd Moellmann  <gerd@gnu.org>
1259         * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
1261         * dired.el (dired-between-files): Add `^. find' as an alternative
1262         to the regular expression, for find-dired.
1264 2000-11-06  Stefan Monnier  <monnier@cs.yale.edu>
1266         * textmodes/texnfo-upd.el: Require texinfo.
1267         (defmacro, defgroup): Remove.
1268         (texinfo-section-to-generic-alist): Remove.
1269         Use texinfo-section-list instead (i.e. level is changed string->int).
1270         (texinfo-filter): New function.
1271         (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
1272         (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
1273         Use it.  And use regexp-opt.
1274         (texinfo-find-higher-level-node, texinfo-hierarchic-level)
1275         (texinfo-update-menu-region-beginning)
1276         (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
1277         (texinfo-update-the-node, texinfo-sequentially-update-the-node)
1278         (texinfo-update-menu-same-level-regexps): Update.
1279         (texinfo-update-node, texinfo-every-node-update)
1280         (texinfo-sequential-node-update): Remove autoload cookie.
1282         * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
1283         (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
1284         (texinfo-chapter-level-regexp): Remove.
1285         (texinfo-mode): Hard code texinfo-chapter-level-regexp.
1287 2000-11-06  Dave Love  <fx@gnu.org>
1289         * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
1291         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
1292         Match defun*.
1294 2000-11-06  Kenichi Handa  <handa@etl.go.jp>
1296         * composite.el (composition-function-table): Variable declaration
1297         moved to src/composite.c.
1298         (compose-chars-after): New optional arg object.
1300 2000-11-06  Gerd Moellmann  <gerd@gnu.org>
1302         * bindings.el (mode-line-toggle-read-only)
1303         (mode-line-toggle-modified, mode-line-widen)
1304         (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
1305         (make-mode-line-mouse2-map): Rewritten.
1306         (mode-line-modified, mode-line-format, minor-mode-alist): Use new
1307         functions so that C-h k can show something with a doc string.
1309         * startup.el (fancy-splash-delay): Set to 10 seconds.
1310         (fancy-splash-max-time): New user-option.
1311         (fancy-splash-stop-time): New variable.
1312         (fancy-splash-screens): Set it.  Catch `stop-splashing'.
1313         (fancy-splash-screens-1): Throw `stop-splashing' when current
1314         time is greater than fancy-splash-stop-time.
1316 2000-11-06  Stefan Monnier  <monnier@cs.yale.edu>
1318         * vc-hooks.el (vc-insert-file): Don't assume byte==char.
1320         * pcvs.el (cvs-mode-marked): New arg `noquery'.
1321         Prompt user for a file rather than raising an error.
1322         (cvs-enabledp): Fix call to cvs-mode-marked.
1323         (cvs-insert-file): New function (extracted from cvs-mode-insert).
1324         (cvs-mode-insert): Use it.  Change the init prompt' value.
1325         (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
1327         * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
1328         Don't pass default arg to ewoc-locate.
1329         (ewoc-collect): Return result in the right order.
1331         * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
1333         * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
1334         (cvs-status-get-tags): Fix regexp.
1335         (cvs-status-trees, cvs-status-cvstrees):
1336         Combine after change hooks and don't sit-for.
1337         (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
1338         (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
1339         Use make-char rather than hard-coded cryptic data.
1340         (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
1342         * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
1344         * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
1345         (cvs-insert-strings): New function.
1347 2000-11-06  Miles Bader  <miles@lsi.nec.co.jp>
1349         * mwheel.el (mouse-wheel-scroll-amount): Renamed from
1350         `mwheel-scroll-amount'.
1351         (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
1352         (mouse-wheel-mode): Use (featurep 'xemacs) instead of
1353         string-matching against the version string.
1355 2000-11-06  Kenichi Handa  <handa@etl.go.jp>
1357         * language/thai.el ("Thai"): Set a lisp form that produces
1358         composed string in `sample-text' language info.
1360         * language/tibetan.el ("Tibetan"): Set a lisp form that produces
1361         composed string in `sample-text' language info.
1363         * international/mule-cmds.el (describe-language-environment): Eval
1364         `sample-text' data and insert the result.
1366         * international/mule-conf.el (compound-text): Define this coding
1367         system here.  Make x-ctext and ctext aliases of it.
1369         * language/european.el (compound-text, ctext): Moved to
1370         international/mule-conf.el.
1372 2000-11-05  Andrew Innes  <andrewi@gnu.org>
1374         * w32-fns.el (w32-version): New function.
1376 2000-11-05  Stefan Monnier  <monnier@cs.yale.edu>
1378         * progmodes/awk-mode.el: Update copyright.
1379         (awk-mode-abbrev-table): Remove.
1380         (awk-font-lock-keywords): Use regexp-opt.
1381         (awk-mode): Use define-derived-mode.
1383         * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
1384         when extracting a suffix.
1386 2000-11-04  Andre Spiegel  <spiegel@gnu.org>
1388         * vc-hooks.el (vc-insert-file): Rewritten.  Don't bother about
1389         auto-save-mode.
1391 2000-11-04  Jason Rumney  <jasonr@gnu.org>
1393         * language/european.el (decode-mac-roman): Test against r1 not r0.
1395 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
1397         * progmodes/icon.el (icon-mode-map): Don't rebind \t.
1398         (icon-mode): Define indent-line-function.
1399         (icon-comment-indent): Simplify.
1400         (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
1402         * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
1404         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
1405         Bind change-log-default-mode to defeat the caching done on it.
1406         Don't bother saving excursion any more.
1408         * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
1410         * frame.el (after-setting-font-hook): Rename hooks -> hook.
1411         (set-frame-font): Use the new name (and the old for compatibility).
1413         * toolbar/tool-bar.el (tool-bar-mode):
1414         * time.el (display-time-mode):
1415         * recentf.el (recentf-mode):
1416         * paren.el (show-paren-mode):
1417         * mwheel.el (mouse-wheel-mode):
1418         * msb.el (msb-mode):
1419         * jka-compr.el (auto-compression-mode):
1420         * image-file.el (auto-image-file-mode):
1421         * hl-line.el (hl-line-mode):
1422         * delsel.el (delete-selection-mode):
1423         * autoinsert.el (auto-insert-mode):
1424         * complete.el (partial-completion-mode): Drop unneeded positional args.
1426         * info.el (Info-mode):
1427         * comint.el (comint-mode): Don't bother with make-local-hook.
1429         * log-edit.el (log-edit-menu): New menu.
1431 2000-11-03  Miles Bader  <miles@gnu.org>
1433         * wid-edit.el (widget-end-of-line): Reinstate, with a new
1434         definition, so that trailing spaces are handled properly.
1435         (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
1437 2000-11-03  Gerd Moellmann  <gerd@gnu.org>
1439         * startup.el (fancy-splash-text, fancy-splash-text): Use a single
1440         tab character.
1441         (fancy-splash-screens): Set tab-width to 20.
1443 2000-11-03  Dave Love  <fx@gnu.org>
1445         * comint.el (comint-completion-addsuffix): Fix custom type.
1447 2000-11-02  Stefan Monnier  <monnier@cs.yale.edu>
1449         * font-lock.el (font-lock-buffers): Remove.
1450         (font-lock-global-modes): Define with easy-mmode-define-global-mode.
1451         (font-lock-change-major-mode): Remove.
1452         (turn-on-font-lock-if-enabled): Only apply to the current buffer.
1453         (font-lock-default-fontify-region): Extend the multiline
1454         fontification to whole lines.
1455         (font-lock-fontify-anchored-keywords)
1456         (font-lock-fontify-keywords-region): If matching just one
1457         line (with \n) only mark the \n as multiline.
1459         * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
1460         Correctly handle the case where several :group args are supplied.
1461         Allow :extra-args.
1462         (easy-mmode-define-global-mode): Allow :extra-args.
1463         Correctly handle the case where several :group args are supplied.
1465 2000-11-02  Miles Bader  <miles@gnu.org>
1467         * calendar/calendar.el (diary-face, calendar-today-face)
1468         (holiday-face): Remove dependency on `window-system'.
1470 2000-11-02  Ken Raeburn  <raeburn@gnu.org>
1472         * Makefile.in (emacs): Set EMACSLOADPATH always.
1473         (update-authors, .el.elc, compile-files): Don't do it explicitly
1474         here.
1475         (compile-files): Bomb out if compilation of a file fails.
1477 2000-11-02  Dave Love  <fx@gnu.org>
1479         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
1481 2000-11-02  Eli Zaretskii  <eliz@is.elta.co.il>
1483         * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
1484         punctuation in the warning inserted into the *mail* buffer.
1486 2000-11-02  Gerd Moellmann  <gerd@gnu.org>
1488         * emacs-lisp/authors.el (authors-public-domain-files): New variable.
1489         (authors-public-domain-p): New function.
1490         (authors-print): Use it.
1492         * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
1494         * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
1496 2000-11-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1498         * ps-print.el: Extension for even/odd printing.  Doc fix.
1499         (ps-print-version): New version number (6.3.1).
1500         (ps-even-or-odd-pages): Customization fix.
1501         (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
1502         (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
1503         (ps-page-count): Var replaced by `ps-page-column'.
1504         (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
1505         (ps-print-sheet-p): New fun.
1507 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
1509         * tooltip.el (tooltip-gud-tips-setup): New function.
1510         (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
1511         (tooltip-mode): Call tooltip-gud-tips-setup.
1512         (tooltip-gud-tips): Use `gud-basic-call' instead of
1513         process-send-string, so the prompt gets frobbed appropriately.
1514         Handle nil return value from `tooltip-gud-print-command'.
1516 2000-11-01  Eric M. Ludlam  <zappo@ultranet.com>
1518         * comint.el (comint-add-to-input-history): New function.
1519         (comint-send-input): Use `comint-add-to-input-history'.
1521 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
1523         * info.el (info-menu-header): New face.
1524         (Info-fontify-menu-headers): New function.
1525         (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
1527         * info.el (Info-insert-dir): Don't include blank lines at
1528         beginning of additional dir files (one is added automatically).
1530 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
1532         * emacs-lisp/easy-mmode.el (define-minor-mode):
1533         Revert the latest changes.
1534         Allow the three positional arguments to be skipped and replaced
1535         by keyword arguments.
1536         Add a :toggle argument to determine whether a nil arg means toggle
1537         or means turn-on.  The default is unchanged.
1538         Add a call to force-mode-line-update.
1540 2000-11-01  Dave Love  <fx@gnu.org>
1542         * emacs-lisp/elp.el (elp-restore-function): Remove autoload
1543         cookie.
1545 2000-11-01  Miles Bader  <miles@lsi.nec.co.jp>
1547         * calendar/calendar.el (diary-face, holiday-face): Add
1548         dark-background variants.
1550 2000-10-31  Sam Steingold  <sds@gnu.org>
1552         * textmodes/tex-mode.el (tex-file): Use `default-directory' when
1553         `tex-main-file' does not have directory in it.
1555 2000-10-31  Stefan Monnier  <monnier@cs.yale.edu>
1557         * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
1559 2000-10-31  Thien-Thi Nguyen  <ttn@gnu.org>
1561         * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
1562         functional change.
1564 2000-10-31  Gerd Moellmann  <gerd@gnu.org>
1566         * files.el (find-file-noselect): When we expand a wildcard, return
1567         a list of buffers, as we should do according to the doc string.
1569 2000-10-31  Ken Raeburn  <raeburn@gnu.org>
1571         * loadup.el (top level): Adjust load path if program name is
1572         "../src/bootstrap-emacs", in case it's not dumped and thus the
1573         load path adjustment hasn't already been done.
1575 2000-10-31  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1577         * ps-print.el: Fix bug on selected pages for printing.  Use
1578         `color-values' for Emacs 21.  Ensure fontification when jit-lock
1579         is on.  Try to avoid warning messages when compiling.  Doc Fix.
1580         (ps-print-version): New version number (6.3).
1581         (ps-color-device): Use `color-values' to determine if device
1582         supports color.
1583         (ps-color-values): Try to use `x-color-values' when using XEmacs.
1584         (ps-print-page-p): Changed from defsubst to defun.
1585         (ps-page-number): Changed from defmacro to defun.
1586         (ps-header-sheet, ps-header-page): Fix bug on selected pages for
1587         printing.
1588         (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
1589         (ps-end-file, ps-dummy-page): Funs eliminated.
1590         (ps-print-color-scale): Changed default value.
1591         (ps-page-n-up, ps-print-page-p): New internal vars.
1592         (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
1593         (ps-plot-region, ps-generate, ps-end-job): Code fix.
1595         * delim-col.el: Little programming improvement.
1596         (delimit-columns-str): New macro.
1597         (delimit-columns-region, delimit-columns-rectangle): Code fix.
1599 2000-10-31  Kenichi Handa  <handa@etl.go.jp>
1601         * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
1602         Moved to european.el.
1603         (ccl-encode-mac-roman-font, fontset-mac): Modified for
1604         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
1605         (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
1606         (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
1608 2000-10-30  Dave Love  <fx@gnu.org>
1610         * progmodes/cc-menus.el (imenu-generic-expression)
1611         (imenu-progress-message): Only defvar when compiling.
1613         * emacs-lisp/elp.el (elp-unload-hook): New function.
1615         * loadhist.el (unload-feature): Call elp-restore-function,
1616         checking for symbols; don't use elp-restore-all.
1617         (loadhist-hook-functions): Doc fix.
1619 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
1621         * log-edit.el (log-edit-confirm): Fix the default.
1623 2000-10-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1625         * delim-col.el: Little fix: replace delimit-columns-align-columns by
1626         delimit-columns-format.
1627         (delimit-columns-region, delimit-columns-rectangle): Code fix.
1629 2000-10-30  Miles Bader  <miles@lsi.nec.co.jp>
1631         * comint.el (comint-replace-by-expanded-history): Don't use
1632         comint-get-old-input (we're not looking at *old* input).
1633         (comint-get-old-input-default): If using fields, signal an error
1634         when the point is not in an input field.
1636 2000-10-30  Kenichi Handa  <handa@etl.go.jp>
1638         * international/mule-conf.el: New charsets mule-unicode-2500-33ff
1639         and mule-unicode-e000-ffff.
1641         * international/mule.el (decode-char, encode-char): New functions.
1642         (make-coding-system): Accept a symbol of translation table as a
1643         value of property `safe-chars'.
1645         * international/mule-cmds.el (encode-coding-char): Check property
1646         safe-chars instead of safe-charsets.
1648         * international/fontset.el (fontset-default): Modified for
1649         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
1650         (x-font-name-charset-alist): Likewise.
1651         (ccl-encode-unicode-font): New CCL program.  Record it in
1652         font-ccl-encoder-alist to be used for fonts "ISO10646-1".
1654         * language/european.el (mac-roman-decoder, mac-roman-encoder):
1655         New translation tables.
1656         (decode-mac-roman, encode-mac-roman): Definition of these CCL
1657         programs are modified and moved from mac-win.el.
1658         (mac-roman): Definition of this coding system is modified and
1659         moved from mac-win.el.
1661 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
1663         * ediff-wind.el (ediff-setup-control-frame): Enclose
1664         face-attribute in condition-case to avoid errors in older emacsen.
1666 2000-10-29  Miles Bader  <miles@gnu.org>
1668         * custom.el (custom-add-to-group): Allow multiple entries for a
1669         given value OPTION, as long as their widget types are different.
1670         * cus-edit.el (custom-face-value-create): If face name doesn't end
1671         with "face", add such here (similar to custom group widgets).
1673         * comint.el (comint-highlight-prompt): Add :type.
1675 2000-10-28  John Wiegley  <johnw@gnu.org>
1677         * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
1678         Changed this function to operate on a temporary buffer instead of
1679         the main buffer.  This not only keeps flyspell from marking a
1680         buffer as changed that wasn't, but it solves the jumpy cursor
1681         problem when attempts are made to edit incorrect words.
1682         (flyspell-maybe-correct-doubling): Same change as for
1683         `flyspell-maybe-correct-transposition'.
1685         * calendar/timeclock.el (timeclock-log): Doc fix.
1686         (timeclock-last-event): Doc fix.
1687         (timeclock-log): Kill the timelog buffer after appending a new
1688         event.
1689         (timeclock-find-discrep): Use a temp buffer to read in the
1690         timelog, instead of visiting the file.
1691         (timeclock-log-data): A new function, along with a host of helper
1692         functions, for the purpose of making timelog data accessible to
1693         programmers.
1695         * eshell/esh-mode.el (window-height test): Make certain that
1696         `eshell-stringify-t' is non-nil.
1697         (eshell-password-prompt-regexp): Changed to a much simpler
1698         password regexp.
1699         (eshell-send-input): If `eshell-invoke-directly' returns t,
1700         directly invoke the parsed command using `eval'.  This improves
1701         turn-around time on simple commands by a factor of three or
1702         greater, such as cd, ls, pwd, etc. -- which get used very often.
1703         It also conserves thousands of cons cells per call (since
1704         `eshell-do-eval' consumes memory like a Cookie Monster set loose
1705         in the Pacific Cookie Company).
1707         * eshell/esh-test.el (eshell-test): Whitespace fix.
1709         * eshell/em-ls.el (eshell-ls-insert-directory): Make
1710         `eshell-ls-initial-args' nil when inserting directory contents.
1712         * eshell/em-script.el (eshell-script-initialize): Add names to
1713         `eshell-complex-commands, since `source' and `.' are complex.
1715         * eshell/esh-cmd.el (eshell-rewrite-for-command)
1716         (eshell-rewrite-while-command): Use `eshell-protect' instead of
1717         `eshell-copy-handles'.
1718         (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
1719         bodies.
1720         (eshell-separate-commands): Whitespace fix.
1721         (eshell-complex-commands): Added a new list of names, for
1722         determining whether a given command is as simple as it looks.
1723         (eshell-invoke-directly): New function.  Returns t if a command
1724         should be invoked directly (using `eval'), rather than indirectly
1725         using `eshell-do-eval'.
1726         (eshell-do-eval): Whitespace fix.
1728         * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
1729         which provides an emulation of the DOS shell behavior of assuming
1730         that cp/mv/ln should copy/move/link to the current directory.
1731         (eshell-remove-entries): Added a doc string.
1732         (eshell-shuffle-files): Removed the check for `target' being null.
1733         (eshell-mvcp-template, eshell-mvcpln-template): Renamed
1734         `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
1735         it to do a smarter check of whether a destination was provided.
1736         (eshell/mv, eshell/cp): Enable `:preserve-args'.
1737         (eshell/ln): Enable `:preserve-args', and use
1738         `eshell-mvcpln-template' to implement the body of the function.
1739         (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
1740         (eshell/du, eshell/diff, eshell/locate): Stringify the argument
1741         list after flattening it.  This makes it possible to cat files
1742         with numerical names.
1743         (eshell-unix-initialize): Added several names to
1744         `eshell-complex-commands.
1745         (eshell-unix-command-complex-p): Return t if a given command name
1746         may result in external processes being invoked.
1748         * eshell/em-glob.el (eshell-glob-show-progress): Make this
1749         variable nil by default, since it slows down glob processing by a
1750         factor of two or more, and increases memory consumption.
1752         * eshell/em-smart.el: Added a note about how memory consumptive
1753         smart display mode can be (at least this is true in Emacs 21).
1754         (eshell-smart-initialize): Whitespace fix.
1755         (eshell-refresh-windows): Use `if' instead of `when'.
1756         (eshell-smart-scroll-window): Calling `save-current-buffer' was
1757         not necessary.
1758         (eshell-currently-handling-window): Added a missing global
1759         variable.
1761         * eshell/em-ls.el (eshell-do-ls): Code simplification.
1762         (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
1763         Whitespace fix.
1764         (eshell-ls-exclude-hidden): Added this variable in addition to
1765         `eshell-ls-exclude-regexp'.  This one prevents files beginning
1766         with . from even being read, which can improve memory consumption
1767         quite a bit.
1768         (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
1769         read file entries beginning with a dot.  In home directories with
1770         lots of hidden files, fully two-thirds of the time spent in ls is
1771         used to read directory entries that are immediately thrown away.
1772         (eshell-ls-initial-args): Added back this configuration variable,
1773         for specifying default initial arguments to every call to ls.
1774         Much faster than using an alias to do the same thing.
1775         (eshell-do-ls): Use `eshell-ls-initial-args', if set.
1776         (eshell-ls-dir): Whitespace change.
1778         * eshell/em-dirs.el (eshell/pwd): Small code simplification.
1780         * eshell/esh-util.el: Don't require `ange-ftp' if it's not
1781         available.
1782         (eshell-stringify-t): Added a customization variable, to indicate
1783         whether `t' should be rendered as a string at all.  If not, one
1784         can still determine if the result of an expression is true using
1785         "file-exists-p FILE && echo true".
1786         (eshell-stringify): If `eshell-stringify-t' is nil, don't
1787         stringify t!
1789         * eshell/esh-module.el: Whitespace fix.
1791         * eshell/em-alias.el (eshell-alias-initialize): Added
1792         `eshell-command-aliased-p' to `eshell-complex-commands'.
1793         (eshell-command-aliased-p): New function that returns t if a
1794         command name names an aliased.
1796 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
1798         * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
1799         redrawing the screen when changing cursor color.
1800         (viper-insert-state-pre-command-sentinel)
1801         (viper-replace-state-pre-command-sentinel)
1802         (viper-replace-state-post-command-sentinel):
1803         Use viper-preserve-cursor-color.
1804         Many functions changed to use viper= instead of = when comparing
1805         characters.
1806         * viper-util.el (viper-memq-char,viper=): New functions for
1807         working with characters.
1808         (viper-change-cursor-color): Fixed buglet.
1809         Many functions changed to use viper= instead of = when comparing
1810         characters.
1811         * viper.el (viper-insert-state-mode-list): Added eshell.
1813         * ediff-init.el (ediff-before-setup-hook): New hook.
1814         Several typos fixed in various docstrings.
1815         * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
1816         * ediff-nult.el (ediff-before-session-group-setup-hooks): New
1817         hook.
1818         (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
1819         * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
1820         (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
1821         (ediff-get-selected-buffers): New function.
1822         * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
1823         (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
1824         save-window-excursion.
1825         * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
1826         termination check in while loop.
1827         * ediff.el (ediff-get-default-file-name): Better defaults when in
1828         dired buffer.
1829         (ediff-files,ediff-merge-files,ediff-files3)
1830         (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
1832 2000-10-28  Dave Love  <fx@gnu.org>
1834         * info.el (Info-fontify-node): Add help-echo for menu items.
1836 2000-10-28  Eli Zaretskii  <eliz@is.elta.co.il>
1838         * startup.el (normal-top-level): If the value of $TERM indicates
1839         we are running from xterm or one of its work-alikes, default to a
1840         light background mode.
1842         Support for -fg, -bg, and -rv command-line arguments for TTYs:
1843         * faces.el (tty-handle-reverse-video): New function.
1844         (tty-create-frame-with-faces): Call it.
1846         * frame.el (frame-notice-user-settings): Don't apply
1847         default-frame-alist and initial-frame-alist to MS-DOS frames.
1848         Call tty-handle-reverse-video, frame-set-background-mode, and
1849         face-set-after-frame-default for non-MS-DOS frames.
1851         * startup.el (tty-long-option-alist): New variable.
1852         (tty-handle-args): New function.
1853         (command-line): Call tty-handle-args.
1855         * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
1856         startup.el now does that for all character-terminal frames.
1858 2000-10-28  Miles Bader  <miles@gnu.org>
1860         * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
1861         `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
1862         global.  If :global is followed by a non-nil but non-t value,
1863         make the mode buffer-local, but also generate a `global-MODE'
1864         version using `easy-mmode-define-global-mode'.  Add
1865         :conditional-turn-on keyword argument.
1867 2000-10-28  Dave Love  <fx@gnu.org>
1869         * international/latin1-disp.el (latin1-char-displayable-p): Don't
1870         use window-system.
1872 2000-10-27  Eli Zaretskii  <eliz@is.elta.co.il>
1874         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
1875         Don't call find-buffer-file-type-coding-system.  Instead, just
1876         set eol-type to -unix if inhibit-eol-conversion is in effect, or
1877         if the file is on an untranslated filesystem.
1878         (add-untranslated-filesystem): Use "D" instead of "f" inside
1879         interactive.
1881 2000-10-27  Dave Love  <fx@gnu.org>
1883         * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1884         (refill-mode): Use it.
1886 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
1888         * international/quail.el (quail-activate): Don't make-local-hook.
1890 2000-10-27  Andre Spiegel  <spiegel@gnu.org>
1892         * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
1893         manual backups and file.~<rev>.~ for automatic ones.
1894         (vc-make-version-backup): Don't do it on MS-DOS without long file
1895         names.
1897         * vc.el (vc-version-other-window): If an automatic backup of the
1898         desired version exists, rename it instead of copying it.
1900         * vc-cvs.el (vc-cvs-checkin): Check both status and error message
1901         after command.  If there's an unexpected error, signal it instead
1902         of being silent.
1903         (vc-cvs-merge-news): Be prepared for no news at all.
1905 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
1907         * shell.el (shell): Add BUFFER argument.
1908         * comint.el (make-comint-in-buffer): New function.
1909         (make-comint): Use it.
1911         * faces.el (face-spec-choose): Change syntax so that the list of
1912         attribute-value pairs is now the cdr of each clause, not the cadr.
1913         Detect old-style entries, and handle them.  Use pop.
1915 2000-10-26  Stefan Monnier  <monnier@cs.yale.edu>
1917         * cus-edit.el (custom-mode-map): Use a sparse map.
1918         (custom-mode): Don't bother with make-local-hook.
1920         * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
1922         * vc.el (vc-start-entry): Only erase the buffer if comment is set.
1924 2000-10-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1926         * ps-print.el: Avoid compilation gripes.
1927         (ps-print-version): New version number (6.2.1).
1929 2000-10-26  Dave Love  <fx@gnu.org>
1931         * menu-bar.el: Modify some menu item help strings.
1932         (menu-bar-help-menu): Add link to MORE.STUFF.
1934         * cus-edit.el (custom-mode): Add `special' mode-class property.
1936         * wid-browse.el (widget-browse-mode): Likewise.
1938         * wid-edit.el (widget-specify-field): Revert to using local-map
1939         property, not keymap.
1941 2000-10-26  Miles Bader  <miles@lsi.nec.co.jp>
1943         * wid-edit.el (widget-field-end): When checking for a `boundary'
1944         field, do so in the correct buffer.
1946         * simple.el (undo): Correctly distinguish between numeric and
1947         non-numeric prefix args in non-transient-mark-mode, as per the doc
1948         string.  When in transient-mark-mode, treat all prefix-args as
1949         numeric.
1951         * simple.el (previous-matching-history-element): Miscellaneous cleanup.
1952         Position point on match.  Handle N == 0 correctly.
1954         * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
1955         (comint-mode-map): Reverse order of `comint-write-output' and
1956         `comint-append-output-to-file'.
1957         (comint-append-output-to-file): Reinstate this function, for the
1958         benefit of the menu.
1960 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
1962         * vc.el (vc-version-other-window): Bind `file'.
1964 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
1966         * Makefile.in (update-authors): New target for maintenance purposes.
1968         * emacs-lisp/authors.el (batch-update-authors): New function.
1969         (authors-fixed-entries): New defconst.
1970         (authors-add-fixed-entries): New function.
1971         (authors): Call it.: Don't process lispref/.
1973 2000-10-25  Jason Rumney  <jasonr@gnu.org>
1975         * cus-edit.el (custom-button-face, custom-button-pressed-face):
1976         Merge x w32 and mac definitions.
1978 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
1980         * menu-bar.el (menu-bar-options-menu): Add a help string for
1981         `uniquify'.
1983 2000-10-25  Stephen Gildea  <gildea@alum.mit.edu>
1985         * time-stamp.el (time-stamp-string-preprocess):
1986         Fix a wrong type argument error.
1988 2000-10-25  Miles Bader  <miles@gnu.org>
1990         * recentf.el (recentf-mode): Variable removed.
1991         (recentf-mode): Use `define-minor-mode'.
1993         * mwheel.el (mouse-wheel-mode): New global minor mode.
1994         (mwheel-install): Use `mouse-wheel-mode'.
1996 2000-10-25  Dave Love  <fx@gnu.org>
1998         * progmodes/cperl-mode.el (cperl-mode):
1999         Set normal-auto-fill-function correctly.
2001         * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
2002         inherit from global-map and don't nullify menu-bar and tool-bar
2003         bindings.
2005 2000-10-25  Miles Bader  <miles@lsi.nec.co.jp>
2007         * wid-edit.el (widget-field-at): New function.
2008         (widget-at, widget-field-activate): Use it.
2009         (widget-tabable-at): Use `widget-at'.
2010         (widget-specify-field): If the terminating character of the widget
2011         field (which is read-only) is a newline, put it into a special
2012         `boundary' field so that C-n/C-p act more naturally.
2013         (widget-field-end): Also don't subtract one if a special
2014         `boundary' field has been added after the widget field.
2016         * comint.el (comint-output-filter, comint-send-input): Don't
2017         bother adding stickiness fields to overlays to fool the field
2018         code, since it should notice the overlay insertion-types now.
2020         * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
2021         Replace with aliases of the normal emacs b-o-l/e-o-l functions.
2022         (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
2024 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
2026         * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
2027         (authors): Set file coding system to iso-2022-7bit.  Add
2028         file-local variables to output buffer.
2030         * files.el (after-find-file): Don't print any warnings if
2031         WARN is nil.
2033 2000-10-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2035         * ps-print.el (ps-generate): Fix odd/even pages printing bug.
2037         * delim-col.el: Now there is a column formatting mechanism.
2038         Modified to customization mechanisms convention.  Doc fix.
2039         (columns): New group for delim-col.
2040         (delimit-columns-before, delimit-columns-after)
2041         (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
2042         (delimit-columns-end): New vars.
2043         (delimit-columns-customize, delimit-columns-format): New funs.
2044         (delimit-columns-region, delimit-columns-rectangle)
2045         (delimit-columns-rectangle-line): Modified to support column
2046         formatting.
2048 2000-10-24  Dave Love  <fx@gnu.org>
2050         * log-edit.el (log-edit): Add :version and a :group for vc.
2052 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
2054         * files.el (after-find-file): Don't print a message ``New file''
2055         if WARN is nil.
2057         * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
2058         the tool-bar map as nil, as for the menu-bar.  Otherwise, we'll
2059         get duplicate tool-bar entries because we'll see the global ones
2060         on more than one path through keymaps.
2062         * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
2064         * progmodes/cmacexp.el: Change Francesco's email address.
2066 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
2068         * window.el (fit-window-to-buffer): Adjust point of the window
2069         buffer, not that of the current buffer.
2071 2000-10-24  Eli Zaretskii  <eliz@is.elta.co.il>
2073         * progmodes/cmacexp.el: Update the euthor's email address.
2075 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
2077         * faces.el (face-spec-set-match-display): Add `graphic' display
2078         type (the inverse of `tty').  Use `display-graphic-p' instead of
2079         the window-system variable.
2081 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
2083         * international/isearch-x.el (isearch-with-input-method): Call
2084         input-method-function with the first event in
2085         unread-command-events.
2087 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
2089         * faces.el (face-default-spec, face-user-default-spec): Make
2090         defsubsts.
2092 2000-10-24  Andrew Choi  <akochoi@i-cable.com>
2094         * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
2095         New charsets.
2097         * term/mac-win.el: Remove definitions of mac-roman-lower and
2098         mac-roman-upper, require dired, and define instead of set
2099         mac-ready-for-drag-n-drop to avoid compilation error.
2101 2000-10-23  Andrew Innes  <andrewi@gnu.org>
2103         * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
2104         superfluous calls to subst-char-in-string; instead apply
2105         expand-file-name after convert-standard-filename to ensure
2106         expected directory separators are used.
2108 2000-10-23  Eli Zaretskii  <eliz@is.elta.co.il>
2110         * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
2112 2000-10-23  Dave Love  <fx@gnu.org>
2114         * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
2115         (tool-bar-add-item): Set foreground and background for XBM icons.
2117         * international/latin1-disp.el (latin1-char-displayable-p): New
2118         function (from Handa).
2119         (latin1-display-check-font): Use it.
2121         * imenu.el (imenu--create-keymap-2): Build menu with menu-item
2122         using :key-sequence, making it much more usable.  Use nconc, not
2123         append.
2124         (imenu--create-keymap-1): Avoid append.
2126         * textmodes/refill.el: Remove bits redundant with define-minor-mode.
2128 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
2130         [the following changes fix a bug where `define-minor-mode' didn't
2131         correctly generate :require clauses for defcustoms in compiled files]
2132         * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
2133         (byte-compile-log-file, byte-compile-log-1): Don't set
2134         `byte-compile-current-file' to nil.  Instead set
2135         `byte-compile-last-logged-file' to it.  Test whether
2136         byte-compile-current-file equals byte-compile-last-logged-file
2137         instead of whether its nil.
2138         (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
2140 2000-10-23  Stefan Monnier  <monnier@cs.yale.edu>
2142         * textmodes/refill.el: Fix var names in doc.
2143         (refill-mode): Don't bother with make-local-hook anymore.
2145 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
2147         * faces.el (face-user-default-spec, face-default-spec): New functions.
2148         (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
2149         (frame-set-background-mode, face-set-after-frame-default):
2150         Use `face-user-default-spec'.  Simplify code slightly.
2152         * woman.el (woman-italic-face, woman-bold-face)
2153         (woman-unknown-face): Add dark-background variants.
2154         (woman-default-faces): Renamed from `woman-colour-faces'.
2155         Set using the stored defaults, rather than using hard-wired colors.
2156         (woman-monochrome-faces): Renamed from `woman-black-faces'.
2157         Just make the foreground `unspecified' rather than "black".
2158         (woman-menu): Rename menu entries accordingly.
2160         * faces.el (header-line): Make more reasonable on mono/grayscale
2161         displays.
2163 2000-10-23  Andrew Choi  <akochoi@i-cable.com>
2165         * cus-edit.el (custom-button-face): Use 3D look for mac.
2166         (custom-button-pressed-face): Likewise.
2168         * faces.el (set-face-attributes-from-resources): Handle mac frames
2169         in the same way as x and w32 frames.
2170         (face-valid-attribute-values): Likewise.
2171         (read-face-attribute): Likewise.
2172         (defined-colors): Likewise.
2173         (color-defined-p): Likewise.
2174         (color-values): Likewise.
2175         (display-grayscale-p): Likewise.
2176         (face-set-after-frame-default): Likewise.
2177         (mode-line): Same default face as for x and w32.
2178         (tool-bar): Likewise.
2180         * frame.el: Remove call to frame-notice-user-settings at end of
2181         the file.
2183         * info.el (Info-fontify-node): make underlines invisible for mac
2184         as for x, pc, and w32 frame types.
2186         * term/mac-win.el: New file.
2188 2000-10-22  Dave Love  <fx@gnu.org>
2190         * textmodes/refill.el: New file.
2192 2000-10-22  Andre Spiegel  <spiegel@gnu.org>
2194         * vc-hooks.el (vc-version-backup-file-name): New optional args
2195         MANUAL and REGEXP.
2196         (vc-delete-automatic-version-backups, vc-make-version-backup):
2197         New functions.
2198         (vc-before-save): Use the latter.
2199         (vc-default-make-version-backups-p): Added `-p' suffix to avoid
2200         confusion.
2202         * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
2203         expected by vc[-hooks].el.
2205         * vc.el (vc-checkout): Added `-p' suffix in call to
2206         vc-make-version-backups-p; use vc-make-version-backup to actually
2207         make the backup.
2208         (vc-version-other-window, vc-version-backup-file): Handle both
2209         automatic and manual backups.
2210         (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
2211         of all of them.
2213 2000-10-22  Miles Bader  <miles@gnu.org>
2215         * comint.el (comint-highlight-input, comint-highlight-prompt):
2216         Renamed, `-face' at end removed.
2217         (comint-send-input, comint-output-filter): Use renamed faces.
2219         * window.el (fit-window-to-buffer): Change defaulting of
2220         MAX-HEIGHT slightly.
2222         * faces.el (color-values, color-defined-p): Use `member', not
2223         `memq', because it works correctly for strings.
2224         (frame-set-background-mode): Actually, "unspecified-fg" and
2225         "unspecified-bg" *are* strings.  Use `member', not `memq', and
2226         `equal', not `eq', when a string value is possible.
2228 2000-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
2230         * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
2232 2000-10-21  Stefan Monnier  <monnier@cs.yale.edu>
2234         * progmodes/sh-script.el (sh-mode-map): Remove bindings for
2235         sh-electric-rparen, sh-electric-less and sh-electric-hash.
2236         (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
2237         (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
2238         (sh-font-lock-syntactic-keywords): Use them.
2239         (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
2240         (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
2241         (sh-mode): Don't override font-lock-unfontify-region-function.
2242         Use a copy of sh-font-lock-syntactic-keywords.
2243         (sh-set-shell): Don't set sh-electric-rparen-needed-here.
2244         Don't call sh-scan-buffer since font-lock does it on the fly.
2245         (sh-get-indent-info): Use `face' rather than `syntax-table'
2246         text-property to detect here-documents.
2247         Replace sh-special-syntax with sh-st-punc.
2248         (sh-prev-line): Use `face' rather than `syntax-table'
2249         text-property to skip over here-documents.
2250         (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
2251         (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
2252         (sh-electric-less, sh-set-here-doc-region)
2253         (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
2254         (sh-scan-buffer, sh-rescan-buffer): Remove.
2256 2000-10-21  Andrew Innes  <andrewi@gnu.org>
2258         * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
2259         remote (ange-ftp) file names.
2261 2000-10-21  Miles Bader  <miles@gnu.org>
2263         * window.el (fit-window-to-buffer): New function.
2264         (shrink-window-if-larger-than-buffer): Use it.
2265         (window-text-height): Don't expect minibuffers to have mode-lines.
2267         * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
2268         * international/quail.el (quail-update-guidance): Use
2269         `fit-window-to-buffer' instead of `set-window-text-height'.
2271         * international/quail.el (quail-show-guidance-buf): Make sure
2272         guidance window really has enough room.
2273         (quail-update-guidance): If quail-guidance-win is already shown,
2274         make sure its height is OK.
2276         * window.el (window-text-height, set-window-text-height):
2277         New functions.
2278         (shrink-window-if-larger-than-buffer): Use `window-text-height'
2279         instead of `window-height' & `mode-line-window-height-fudge'.
2280         (mode-line-window-height-fudge): Add FACE parameter.
2281         * help.el (resize-temp-buffer-window): Use `set-window-text-height'
2282         instead of `enlarge-window' & `mode-line-window-height-fudge'.
2284 2000-10-20  Miles Bader  <miles@gnu.org>
2286         * window.el (height-affecting-face-attributes): Use `defconst'.
2288         * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
2289         New function, conditionally aliased to `mode-line-window-height-fudge'.
2290         (ispell-help): Use it.
2291         (ispell-choices-win-default-height): Don't include mode-line fudge.
2292         (ispell-choices-win-default-height): New function.
2293         (ispell-show-choices, ispell-command-loop): Use function
2294         `ispell-choices-win-default-height' instead of variable.
2296 2000-10-20  Miles Bader  <miles@lsi.nec.co.jp>
2298         * window.el (mode-line-window-height-fudge): New variable.
2299         (height-affecting-face-attributes): New variable.
2300         (mode-line-window-height-fudge): New function.
2301         (shrink-window-if-larger-than-buffer): Use it.
2302         * help.el (resize-temp-buffer-window): Likewise.
2304         * info.el (Info-fontify-node): Add support for @subsubsection
2305         titles, which use `Info-title-4-face'.
2306         (Info-title-4-face): New face.
2307         (Info-title-3-face): Inherit from Info-title-4-face instead of
2308         variable-pitch.
2310 2000-10-19  Jason Rumney  <jasonr@gnu.org>
2312         * dired.el (dired-insert-directory): Do not let errors signalled by
2313         attempt to run dired-free-space-program prevent dired from working.
2315 2000-10-19  Stefan Monnier  <monnier@cs.yale.edu>
2317         * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
2319 2000-10-19  Gerd Moellmann  <gerd@gnu.org>
2321         * dirtrack.el (dirtrack): Fix call to run-hooks.
2323         * cmuscheme.el (cmuscheme-program-name): Renamed from
2324         scheme-program-name because xscheme.el contains a defcustom with
2325         the same name.  As a consequence, customizing group `cmuscheme'
2326         loaded `xscheme' which redefined run-scheme.
2327         (run-scheme): Use cmuscheme-program-name.
2329         * ps-print.el (ps-print-emacs-type): Move into the
2330         eval-and-compile.
2332         * play/doctor.el (doctor-death): Update the Samaritans'
2333         anonymous address, and add a website for Befrienders International.
2335 2000-10-19  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2337         * ps-print.el: Even/odd pages fix.  Fix little bug on XEmacs.
2338         Avoid compilation gripes.  Doc fix.
2339         (ps-print-version): New version number (6.2).
2340         (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
2341         (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
2342         (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
2343         (ps-x-extent-priority, ps-x-extent-start-position)
2344         (ps-x-face-font-instance, ps-x-find-coding-system)
2345         (ps-x-font-instance-properties, ps-x-make-color-instance)
2346         (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
2347         avoid compilation gripes without defining functions.
2348         (ps-e-find-composition): Alias for function find-composition, to have a
2349         suitable function depending on Emacs version.
2350         (ps-color-device, ps-color-values, ps-face-foreground-name)
2351         (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
2352         (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
2353         (ps-print-ensure-fontified): Function definitions surrounded by
2354         `eval-and-compile' to avoid compilation gripes.
2355         (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
2356         by symbol-value to avoid compilation gripes.
2357         (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
2358         (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
2360 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
2362         * startup.el (normal-top-level): Call `frame-set-background-mode'
2363         after `frame-notice-user-settings' because the latter doesn't call
2364         the former on a tty.
2366         * faces.el (frame-set-background-mode): `unspecified' &c are
2367         symbols, not strings.
2369 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
2371         * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
2372         why some "light*" colors are deliberately absent from the alist.
2374         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
2375         Change colors for tty's, as suggested by Miles Bader.
2377 2000-10-19  Kenichi Handa  <handa@etl.go.jp>
2379         * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
2380         (ccl-encode-mule-unicode-0100-24ff): New CCL program.  Register it
2381         for ISO10646-1 fonts.
2382         (x-font-name-charset-alist): Add an entry for "iso10646-1".
2384 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
2386         * faces.el (frame-set-background-mode): If a tty frame defines a
2387         background color, use that to compute the background mode, instead
2388         of always defaulting to "dark".
2390 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
2392         * comint.el (comint-write-output): New function.
2393         (comint-mode-map): Add it to the menu.
2394         Bind `C-c C-s' to comint-write-output.
2396 2000-10-18  Gerd Moellmann  <gerd@gnu.org>
2398         * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
2399         Use fancy-splash-delay.
2401 2000-10-18  Alex Schroeder  <alex@gnu.org>
2403         * progmodes/sql.el (sql-sybase-options): New option.
2404         (sql-sybase): Use it.  Add sql-database to the list of parameters
2405         provided for login.  The options -w 2048 -n are not used any more.
2407         * comint.el (comint-read-input-ring): Bugfix such that the first
2408         and the last entry of the input ring file are not lost.
2410 2000-10-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2412         * ps-print.el: Internal variable changes to defcustom,
2413         make-local-hook changes to defvar.  Doc fix.
2414         (ps-print-version): New version number (6.1).
2415         (ps-setup, ps-do-despool): Code fix.
2416         (ps-printer-name): Customization fix.
2417         (ps-printer-name-option): Now is a defcustom instead of an
2418         internal variable.
2419         (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
2420         (ps-print-begin-column-hook): Now are defvar instead of
2421         make-local-hook.
2423 2000-10-18  Miles Bader  <miles@gnu.org>
2425         * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
2426         (comint-kill-output): Changed into an alias for `comint-delete-output',
2427         and made obsolete.
2428         (comint-mode-map): Rename references to comint-kill-output.
2430 2000-10-18  Eli Zaretskii  <eliz@is.elta.co.il>
2432         * diff-mode.el (diff-header-face, diff-file-header-face)
2433         (diff-changed-face): Add bold and italic attributes to tty faces.
2434         (diff-function-face): New face.
2435         (diff-font-lock-keywords): Use it.
2437 2000-10-18  Miles Bader  <miles@lsi.nec.co.jp>
2439         * comint.el (comint-output-filter): Fixup comint-last-input-end too.
2440         Remove commented-out call to force-mode-line-update.
2441         (comint-kill-output): Use `forward-line 0' instead of
2442         beginning-of-line to make sure we get past the prompt.
2444 2000-10-17  Stefan Monnier  <monnier@cs.yale.edu>
2446         * diff-mode.el (diff-header-face, diff-file-header-face):
2447         Add specific setting for dark background.
2448         (diff-context-face): Renamed from diff-comment-face.
2449         Set explicitly rather than inheriting from font-lock-comment-face.
2451 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
2453         * startup.el (command-line): Move the code which sets the default
2454         TTY colors to before before-init-hook.
2456 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
2458         * jit-lock.el (jit-lock-stealth-time): Doc fix.
2460 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
2462         * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
2463         extensions, for MS-DOS.
2465         * diff-mode.el (diff-header-face, diff-file-header-face)
2466         (diff-changed-face): Define tty-specific colors.
2468 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
2470         * startup.el (fancy-splash-text): Realign the text.
2472 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
2474         * font-lock.el (font-lock-comment-face): Define a separate default
2475         for dark-background tty's.
2477 2000-10-17  Miles Bader  <miles@gnu.org>
2479         * help.el (resize-temp-buffer-window): Add hack to avoid last line
2480         being obscured by whizzy mode-lines on graphics displays.
2482 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
2484         * info.el (Info-title-1-face, Info-title-2-face)
2485         (Info-title-3-face): Define colors for tty's.
2486         (info-header-node): Remove unneeded tty-specific definition.
2488 2000-10-16  Eli Zaretskii  <eliz@is.elta.co.il>
2490         * term/pc-win.el (msdos-handle-reverse-video): Don't remove
2491         reverse from the frame parameters, and don't invert foreground and
2492         background colors.
2494 2000-10-16  Miles Bader  <miles@gnu.org>
2496         * info.el (Info-set-mode-line): Use `%b' instead of hardwired
2497         string "*Info*".  Call propertized-buffer-identification to spruce
2498         up the result.
2500 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
2502         * help.el: Provide `help' for the sake of define-minor-mode
2503         which generates defcustoms with requires.
2505         * jit-lock.el (jit-lock-after-change): If we're in text that
2506         matches a multi-line font-lock pattern, make sure the whole text
2507         will be redisplayed.
2509         * emacs-lisp/authors.el (authors-add): Don't add an entry if
2510         author's name is unknown.
2512         * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
2513         * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
2514         * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
2515         * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
2516         * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
2517         * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
2518         * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
2519         * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
2520         * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
2521         Add author information.
2523 2000-10-16  Miles Bader  <miles@lsi.nec.co.jp>
2525         * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
2526         * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
2527         full-color version (using the Gimp) to eliminate dithering artifacts.
2529 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
2531         * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
2533         * simple.el (syntax-flag-table, string-to-syntax): Remove.
2535 2000-10-15  Dave Love  <fx@gnu.org>
2537         * progmodes/sh-script.el: Require skeleton and comint when
2538         compiling.
2540         * pcomplete.el (pcomplete) <defgroup>: Add :version.
2542         * whitespace.el: Doc fixes.
2543         (top-level): Don't add hooks here.
2544         (whitespace-running-emacs): Deleted.
2545         (timer): Don't require.
2546         (whitespace): Add back :version conditional on xemacs test.
2547         (whitespace-spacetab-regexp, whitespace-indent-regexp)
2548         (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
2549         (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
2550         (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
2551         Avoid specific xemacs test.
2552         (whitespace-global-mode): New option.
2553         (whitespace-global-mode): New command.
2554         (whitespace-unload-hook): New function.
2556         * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
2557         (Info-fontify-node, Info-goto-node, Info-mode-menu)
2558         (Info-fontify-node): `Goto' goes to `Go to'.
2559         (Info-fontify-node): Add help-echo to xref links.
2561 2000-10-15  Eli Zaretskii  <eliz@is.elta.co.il>
2563         * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
2565 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
2567         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
2568         Use plist-get and allow :inherit.
2570         * emacs-lisp/cl-macs.el (cl-do-arglist):
2571         Use plist-get and plist-member instead of memq.
2573         * emacs-lisp/ewoc.el (ewoc-location): New function.
2574         (ewoc-enter-after, ewoc-enter-before): Document return value.
2575         * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
2576         Don't need make-local-hook any more.
2577         (cvs-addto-collection): Return the new tin.
2578         (cvs-mode-insert): Jump to the new line.
2580         * jit-lock.el (jit-lock-fontify-buffer): Remove.
2582         * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
2584         * font-lock.el (font-lock-syntactically-fontified): New var.
2585         (font-lock-fontify-syntactic-keywords-region): Use it.
2586         (font-lock-mode): Fix docstring.  Don't need make-local-hook anymore.
2588         * diff-mode.el (diff-find-file-name): Fix regexp.
2590         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
2591         (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
2593         * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
2594         (sh-mode-syntax-table): Add punctuation syntax for < and >.
2595         (sh-mode): Don't make all vars local here.
2596         (sh-kw): Reformat.
2597         (sh-set-shell): Use dolist.  Don't set indent-region-function.
2598         (sh-mode-syntax-table): Use pop.
2599         (sh-remember-variable): Use push.
2600         (sh-help-string-for-variable): Use memq.
2601         (sh-safe-backward-sexp): Remove.
2602         (sh-safe-forward-sexp): Add ARG.
2603         (sh-get-indent-info, sh-prev-stmt): Use it.
2604         (sh-prev-line): Simplify by using forward-comment.
2605         (sh-this-is-a-continuation): Simplify.
2606         (sh-learn-buffer-indent): Use dolist.
2607         (sh-do-nothing): Remove.
2608         (sh-set-char-syntax, sh-set-here-doc-region):
2609         Use inhibit-modification-hooks.
2610         (sh-name-style): Use mapcar and push.
2611         (sh-load-style): Use dolist.
2612         (sh-save-styles-to-buffer): Use with-current-buffer and pp.
2613         (sh-case, sh-while-getopts): Use propertize directly rather
2614         than sh-electric-rparen.
2616 2000-10-14  Stefan Monnier  <monnier@cs.yale.edu>
2618         * textmodes/tex-mode.el: Require CL when compiling.
2619         (tex-mode-syntax-table): Init immediately.
2620         (tex-mode-map): Bind M-RET to latex-insert-item.
2621         (latex-mode): Set indent-line-function to latex-indent.
2622         (tex-common-initialization): Don't setup the syntax-table any more.
2623         (latex-insert-item): New skeleton.
2624         (tex-next-unmatched-end): Fix copy/paste braino.
2625         (latex-syntax-after, latex-skip-close-parens, latex-down-list)
2626         (latex-indent, latex-find-indent): New functions.
2627         (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
2628         (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
2629         (tex-compilation-parse-errors): Use with-syntax-table.
2631 2000-10-15  Miles Bader  <miles@gnu.org>
2633         * font-lock.el (font-lock-comment-face): Change dark-background,
2634         color, non-tty, default to `chocolate1'.
2636 2000-10-13  John Wiegley  <johnw@gnu.org>
2638         * eshell/esh-util.el (require): Added a missing `require' form,
2639         needed when compiling (for an ange-ftp macro definition).
2641 2000-10-13  Dave Love  <fx@gnu.org>
2643         * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
2645 2000-10-13  Gerd Moellmann  <gerd@gnu.org>
2647         * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
2648         fix.
2650         * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
2651         transparent -colors 8).
2653 2000-10-13  Stephen Gildea  <gildea@alum.mit.edu>
2655         * time-stamp.el (time-stamp): Fixed bug in new multi-line code
2656         that breaks with old list format timestamps.
2657         (time-stamp-warn-inactive, time-stamp-old-format-warn)
2658         (time-stamp-count, time-stamp-conversion-warn): Improved doc
2659         strings.
2661 2000-10-13  John Wiegley  <johnw@gnu.org>
2663         * align.el, pcomplete.el, calendar/timeclock.el,
2664         eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
2666         * calendar/timeclock.el (timeclock-find-discrep): A fix to some
2667         faulty math, where holiday hours were being computing as seconds.
2669 2000-10-13  John Wiegley  <johnw@gnu.org>
2671         * desktop.el (desktop-buffer-modes-to-save): Added a global for
2672         specifying what "other" kinds of buffers should be saved.  This
2673         used to be hard-coded.
2674         (desktop-buffer-misc-functions): A global for specifying how
2675         auxiliary data should be determined for special buffer types.
2676         (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
2677         instead of hard-coding the special buffer types.
2678         (desktop-save): Run `desktop-buffer-misc-functions' to gather
2679         auxiliary data, instead of hard-coding for Info buffers and dired.
2680         (desktop-buffer-info-misc-data): Aux function for determining Info
2681         buffer auxiliary info.
2682         (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
2683         (desktop-buffer-info): Changed this function to use the info
2684         gathered above.
2685         (desktop-create-buffer): Be a little more careful about what
2686         `minor-mode' means before calling it.  This is important for some
2687         buffer types.
2689 2000-10-13  John Wiegley  <johnw@gnu.org>
2691         * eshell/esh-util.el: Added a global form which declares an
2692         autoload for `parse-time-string', if that function is not already
2693         defined, and if parse-time.el is available on the user's system.
2695         * eshell/em-ls.el (eshell-ls-applicable): Extended this function
2696         to be aware of ange-ftp user info.
2697         (eshell-do-ls): Bind `ange-cache'.  Also, use
2698         `eshell-file-attributes'.
2699         (eshell-ls-annotate): Use `eshell-file-attributes'.
2700         (eshell-ls-file): Made the user-id printing code a bit smarter.
2702         * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
2703         allow identification of alias user ids in remote directories.
2704         It's manual, but there's no other way to know when the current
2705         user on the local machine, is also the owning user on the remote
2706         machine.
2707         (fboundp): Bind `ange-cache'.
2708         (eshell-directory-files-and-attributes): Re-organized the logic a
2709         bit to use `eshell-file-attributes' instead of `file-attributes'.
2710         The former is more sensitive to directories that are read via FTP,
2711         and knows how to use ange-ftp to determine full attribute
2712         information, instead of just the name and last modtime.
2713         (eshell-current-ange-uids): Return the current user id when in a
2714         remote directory.
2715         (eshell-parse-ange-ls): Parse a full directory listing that has
2716         been returned by ange-ftp.
2717         (eshell-file-attributes): This beefed up version of
2718         `file-attributes' is only special if the user is currently in a
2719         remote directory, in which case it does a lot of work to find out
2720         what the real attributes of a file are, as they appear on the
2721         remote machine.  This makes usage of remote directories (i.e.,
2722         ange-ftp pathnames) much more useful.  You can now use Eshell as a
2723         full-fledged FTP client, with much more manipulation ability than
2724         most other clients.
2726         * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
2727         variable, which means that Eshell's du should always be preferred
2728         in remote directories.
2729         (eshell-shuffle-files): Use `eshell-file-attributes', rather than
2730         just `file-attributes'.
2731         (eshell-mvcp-template): Bind `ange-cache', to improve performance
2732         when reading remote directories.  This is an Eshell-specific
2733         variable (not part of ange-ftp).
2734         (eshell/ln): Bind `ange-cache'.
2735         (eshell/du): Added some extra logic for determining when to use
2736         Eshell's du (which is slow), and when to use the external version
2737         (which may or may not exist).
2739         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
2740         `eshell-interactive-process', rather than using
2741         `get-buffer-process', since backgrounded processes don't count in
2742         the context of this function's logic.
2744         * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
2745         `forward-char', so that null strings are parsed correctly.
2747 2000-09-13  John Wiegley  <johnw@gnu.org>
2749         * eshell/em-pred.el (eshell-pred-file-type,
2750         eshell-pred-file-links, eshell-pred-file-size): Use
2751         `eshell-file-attributes'.  This is more correct over ange-ftp.
2753         * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
2754         that remote file globbing is more efficient.
2756         * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
2757         gathering the files and attributes within a directory.
2759         * eshell/em-unix.el (eshell/cat): If any of the files passed on
2760         the command line is a special file (not a regular file, directory
2761         or symlink), always attempt to call the external version of cat.
2763 2000-09-13  John Wiegley  <johnw@gnu.org>
2765         * eshell/esh-mode.el (eshell-find-tag): Corrections to the
2766         Eshell-friendly version of find-tag.
2768 2000-10-13  Miles Bader  <miles@lsi.nec.co.jp>
2770         * image-file.el (image-file-name-extensions)
2771         (image-file-name-regexps): Add autoload cookies.
2773 2000-10-13  Kenichi Handa  <handa@etl.go.jp>
2775         * international/mule-cmds.el (select-safe-coding-system): If FROM
2776         is string, show it in *Warning* buffer.
2778 2000-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
2780         * startup.el (normal-top-level): Use display-popup-menus-p instead
2781         of window-system.
2782         (command-line): Use display-graphic-p instead of window-system.
2783         (command-line-1): Use display-popup-menus-p and display-mouse-p
2784         instead of window-system.
2786 2000-10-12  Sam Steingold  <sds@gnu.org>
2788         * tooltip.el (tooltip-use-echo-area): New user variable.
2789         (tooltip-show): Use it to choose between `x-show-tip' and `message'.
2791 2000-10-12  Dave Love  <fx@gnu.org>
2793         * recentf.el: Maintainer's checkdoc fixes.
2795         * startup.el (normal-top-level-add-subdirs-to-load-path): Use
2796         character class, not ASCII when matching file names.
2797         (fancy-splash-head): Add trailing slash to URL.
2798         (command-line): Don't require XPM support for toolbar.
2800         * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
2801         (cperl-invalid-face): Revert last change.
2802         (cperl-init-faces): Quote cperl-invalid-face.
2804 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
2806         * startup.el (fancy-splash-text): Remove superfluous quote.
2808 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
2810         * startup.el (fancy-splash-screens): Don't add a pre-command hook.
2811         (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
2812         (command-line-1): Don't use fancy-splash-pending-command.
2813         (fancy-splash-screens-1): Goto point-min after inserting text.
2815         * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
2817         * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
2818         instead of shared-lisp-mode-map.
2820 2000-10-12  Miles Bader  <miles@lsi.nec.co.jp>
2822         * faces.el (header-line): Change tty-variant to use underlining.
2824         * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
2825         (isearch-highlight): Restore lazy-isearch face properties at old
2826         position, and suppress them at new position.
2827         (isearch-dehighlight): Restore lazy-isearch face properties.
2828         (isearch-lazy-highlight-update): Add lazy-isearch overlays even
2829         over the real isearch overlay, but in that case, don't give it a
2830         face property.  Use `push'.
2832 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
2834         * man.el (Man-getpage-in-background): Fix previous change.
2835         Decode the process output only when we are in multibyte mode.
2837 2000-10-11  Dave Love  <fx@gnu.org>
2839         * info.el (Info-mode-menu): Fix some help.
2840         (info-tool-bar-map): Add entry for Info-last.
2842         * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
2843         * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
2844         * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
2845         * toolbar/cut.xpm, toolbar/mail_compose.xpm:
2846         * toolbar/search-replace.xpm, toolbar/exit.xpm:
2847         * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
2848         * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
2849         * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
2850         * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
2851         * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
2852         Reduce colour requirements to 25 overall.  (Probably wants
2853         revisiting from the originals to reduce further.)
2855 2000-10-11  Eli Zaretskii  <eliz@is.elta.co.il>
2857         * hexl.el (hexlify-buffer): Bind coding-system-for-write to
2858         buffer-file-coding-system, instead of raw-text.
2859         (dehexlify-buffer): Bind coding-system-for-read to
2860         buffer-file-coding-system, instead of raw-text.
2862 2000-10-11  Sam Steingold  <sds@gnu.org>
2864         * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
2865         `underline' - fixes the bug introduced on 2000-09-21.
2867 2000-10-11  Dave Love  <fx@gnu.org>
2869         * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
2870         compiler warnings.
2871         (scheme-mode): Doc fix.
2872         (scheme-font-lock-keywords-1): Match `define-syntax'.
2874 2000-10-11  Miles Bader  <miles@lsi.nec.co.jp>
2876         * faces.el (frame-set-background-mode): Pay attention to saved
2877         face specs as well as default ones.  Only do anything if the
2878         bg-mode or display-type has actually changed.  Use `dolist'.
2879         (region): Make dark-background `region' face less in-your-face.
2881 2000-10-10  Sam Steingold  <sds@gnu.org>
2883         * chistory.el, ielm.el, ledit.el:
2884         * progmodes/inf-lisp.el, progmodes/scheme.el:
2885         Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
2887 2000-10-10  Stefan Monnier  <monnier@cs.yale.edu>
2889         * textmodes/texinfo.el: Update copyright and fix typo.
2891         * desktop.el (desktop-modes-not-to-save): New var.
2892         (desktop-save-buffer-p): Use it.
2893         Also, obey desktop-buffers-not-to-save even for non-file buffers.
2894         (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
2896 2000-10-10  Dave Love  <fx@gnu.org>
2898         * toolbar/tool-bar.el (tool-bar-add-item)
2899         (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
2900         display.
2902         * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
2903         * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
2904         * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
2905         * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
2906         * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
2907         * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
2908         * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
2909         * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
2910         * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
2911         * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
2912         the .xpms; probably need retouching.
2914 2000-10-10  Miles Bader  <miles@lsi.nec.co.jp>
2916         * subr.el (add-to-list): Add optional argument APPEND.
2917         * battery.el (display-battery): Use `add-to-list'.
2919 2000-10-09  Thien-Thi Nguyen  <ttn@gnu.org>
2921         * play/zone.el (zone-timer, zone-wc-tbl): Rework
2922         these vars as symbol properties.
2923         (zone, zone-when-idle, zone-leave-me-alone)
2924         (zone-pgm-whack-chars): Use new symbol properties.
2926         * battery.el (display-battery): Doc spelling fix.
2928         * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
2929         property.
2931 2000-10-09  Dave Love  <fx@gnu.org>
2933         * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
2934         has been initialized before calling tool-bar-setup.
2935         (tool-bar-add-item-from-menu): Add autoload cookie.
2937 2000-10-09  Eli Zaretskii  <eliz@is.elta.co.il>
2939         * menu-bar.el (send-mail-item-name): New function.
2940         (menu-bar-tools-menu) <compose-mail>: Use it to display the value
2941         of mail-user-agent in the menu.  Don't display the "Send Mail"
2942         item if mail-user-agent is nil or its value is ignore.
2943         (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
2944         if read-mail-command is nil or its value is ignore.
2946         * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
2948 2000-10-09  Miles Bader  <miles@gnu.org>
2950         * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
2951         Correct image size.
2952         * toolbar/left_arrow.xpm: Correct image size.
2954         * jka-compr.el: Don't call `jka-compr-install' when loading (it
2955         will be done by the definition of `auto-compression-mode' if
2956         necessary.  Move code to uninstall existing file-name handler
2957         before definition of `auto-compression-mode'.
2959         * image-file.el (auto-image-file-mode): Move to the end of the
2960         file, because `define-minor-mode' actually calls the mode-function
2961         if the associated variable is non-nil, which requires that all
2962         needed functions be already defined.
2964         * mouse.el (popup-menu): Balance parens.
2966 2000-10-08  Stefan Monnier  <monnier@cs.yale.edu>
2968         * mouse.el (popup-menu): Move the command call outside the loop
2969         so that popup-menu returns whatever the command returns.
2971         * progmodes/etags.el: Docstring fixes.  Maintainer line updated.
2972         (initialize-new-tags-table): Use run-hook-with-args-until-success.
2973         (find-tag): Use pop-to-buffer if switch-to-buffer failed.
2974         (tags-table-format-functions): Renamed from tags-table-format-hooks.
2976         * vc.el (vc-version-diff): diff-switches can be a list.
2977         Use relative filenames for prettier output.
2979         * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
2980         (vc-post-command-functions): Remove old-VC compatibility code.
2982         * newcomment.el (comment-indent-default): Autoload.
2984         * font-lock.el (font-lock-defaults): Make buffer-local.
2985         (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
2986         (font-lock-choose-keywords):
2987         Ignore LEVEL unless KEYWORDS is a list of syms.
2988         (c-keywords, c++-keywords, objc-keywords, java-keywords):
2989         Don't wrap regexp-opt things in \(...\) unnecessarily.
2991         * jit-lock.el: Don't require font-lock any more.
2992         (jit-lock-functions): Make buffer-local.
2993         (jit-lock-saved-fontify-buffer-function): Remove.
2994         (jit-lock-mode): Remove autoload cookie.
2995         Remove font-lock specific code.
2996         (jit-lock-unregister): Don't bother handling complex hooks any more.
2997         (jit-lock-refontify): New function.
2998         (jit-lock-fontify-buffer): Use it.
2999         (jit-lock-function-1): Replaced by jit-lock-fontify-now.
3000         (jit-lock-fontify-now): Renamed from jit-lock-function-1.
3001         Add optional args START and END.
3002         Never call font-lock-fontify-region directly.
3003         (jit-lock-function, jit-lock-stealth-fontify): Use it.
3005         * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
3007 2000-10-08  Dave Love  <fx@gnu.org>
3009         * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
3011         * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
3013         * play/studly.el (studlify-region, studlify-word): Add autoload
3014         cookie.
3016         * play/morse.el (morse-region, unmorse-region): Add autoload
3017         cookie.
3019         * play/spook.el (spook-phrases-file): Use expand-file-name, not
3020         concat.
3022         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
3023         insist on symbols starting with word syntax.
3024         (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
3025         (eval-defun-1): Doc fix.
3026         (indent-sexp): Use nconc to build up indent-stack.
3028         * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
3029         Gnus with little use.
3030         (mail-setup-hook): Add mail-abbrevs-setup to options.
3032         * recentf.el: Doc fixes.
3034         * vcursor.el (vcursor-cs-binding): Remove compatibility code.
3035         Clean up remainder.
3037         * timezone.el (timezone-parse-date): Doc fix.  Fix regexps for (5)
3038         without timezone and (8) with timezone to enforce some whitespace.
3039         Simplify code somewhat.
3041         * options.el (list-options): Doc that you should use customize.
3043         * iswitchb.el (iswitchb-mode): Add :require.
3045         * info.el (Info-goto-node, Info-menu): Doc fix.
3046         (Info-mode-menu): Bind beginning-of-buffer, Info-edit
3047         (info-tool-bar-map): New variable.
3048         (Info-mode): Use it.
3049         (Info-edit-map): Define all in defvar.
3050         (speedbar-attached-frame): Avoid compiler warning.
3052         * toolbar/tool-bar.el (tool-bar-map): Define it empty.
3053         (global-map): Bind [tool-bar] to a filtered map.
3054         (tool-bar-add-item): Remove MAP arg.  Allow PBM icons.
3055         (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
3056         Allow PBM icons.
3057         (tool-bar-setup): Adjust calls of tool-bar-add-item.
3059         * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
3060         * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
3061         * toolbar/right_arrow.xpm: New files.  Renamed from tigert's
3062         icons, except up_arrow, which is left-arrow rotated.
3064         * imenu.el (imenu-add-to-menubar): Fix last change.
3066 2000-10-08  Peter Breton  <pbreton@ne.mediaone.net>
3068         * generic-x.el (rul-generic-mode): Remove eval-when-compile
3069         statements. Suggested by Stefan Monnier  <monnier@cs.yale.edu>.
3071 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
3073         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
3074         typos in doc strings.
3076         * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
3077         the doc strings how to customize Font Lock faces.
3079         * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
3080         computing growth when dragging the header line.
3082 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
3084         * simple.el (kill-line): Doc fix.
3086 2000-10-08  Miles Bader  <miles@gnu.org>
3088         * faces.el (secondary-selection): Make foreground visible on tty.
3090         * jka-compr.el (auto-compression-mode): Move to the end of the
3091         file, because `define-minor-mode' actually calls the mode-function
3092         if the associated variable is non-nil, which requires that all
3093         needed functions be already defined.
3094         (with-auto-compression-mode): Add autoload cookie.
3096 2000-10-07  Eli Zaretskii  <eliz@is.elta.co.il>
3098         * files.el (find-backup-file-name) [ms-dos]: If support for long
3099         file names is not available, behave as if version-control were set
3100         to never.
3102 2000-10-07  Dave Love  <fx@gnu.org>
3104         * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
3105         (browse-url-gnome-moz): New function.
3106         (browse-url-browser-function): Use it.
3107         Suggested by Colin Walters <walters@cis.ohio-state.edu>.
3109 2000-10-07  Stefan Monnier  <monnier@cs.yale.edu>
3111         * indent.el (tab-always-indent): New var.
3112         (indent-for-tab-command): Use it.
3114         * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
3115         raise an error.  This way it can still default to a sane value.
3117 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
3119         * startup.el (fancy-splash-screens): Use local rather than global map.
3120         Don't use `update-menu-bindings' any more.
3121         Get rid of assumptions about keymap representation.
3123 2000-10-06  Dave Love  <fx@gnu.org>
3125         * textmodes/fill.el (sentence-end-double-space)
3126         (sentence-end-without-period):  Doc fix.
3127         (adaptive-fill-regexp): Purecopy.
3128         (unjustify-current-line): Use line-end-position.
3129         (fill-individual-paragraphs-prefix): Use line-beginning-position.
3131         * net/eudc-vars.el (eudc): Add :version, :link.
3133         * international/mule-conf.el (file-coding-system-alist): Use \', not $.
3135         * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
3136         Fix for define-minor-mode.
3137         (function-at-point): Alias to function-called-at-point.
3139         * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
3141         * simple.el (backward-word): Doc fix.
3143         * image-file.el (image-file-name-regexp): image-file-regexps ->
3144         image-file-name-regexps.
3145         (image-file-name-extensions): Add pbm.
3147 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
3149         * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
3150         and add filename to the names so that diff-mode can jump to source.
3152         * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
3153         (tex-font-lock-keywords, tex-font-lock-keywords-2)
3154         (tex-font-lock-keywords-1): Remove.
3155         (font-lock-turn-on-thing-lock): Use jit-lock-register.
3156         (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
3157         (font-lock-default-fontify-region):
3158         Expand beg..end correctly when just following a multiline region.
3159         (font-lock-fontify-anchored-keywords):
3160         Include the anchor text as part of the multiline.
3162 2000-10-06  Gerd Moellmann  <gerd@gnu.org>
3164         * loadup.el (toplevel): Load `loaddefs' before `help' because the
3165         latter needs the autoloaded define-minor-mode macro during the
3166         bootstrap.
3168         * startup.el (command-line): For now, activate tool-bar-mode only
3169         if XPM images are supported.
3171         * mouse.el (mouse-drag-header-line): Don't allow resizing a
3172         window by dragging a header-line at the top of the frame; that's
3173         confusing because the header-line doesn't move.
3174         (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
3175         of treating the event as a list.  Some cleanup.
3177 2000-10-06  Miles Bader  <miles@gnu.org>
3179         * simple.el (display-message-or-buffer): New function.
3180         (shell-command-on-region): Use `display-message-or-buffer'.
3182         * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
3183         docstring parts.
3185         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
3186         (smbclient-prompt-regexp): Add usage note to doc string.
3187         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
3188         (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
3189         Use add-hook for adding the comint filter function, and only do so
3190         if it's not already in the global hook list.
3191         (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
3192         to `make-local-variable'.
3193         (nslookup-font-lock-keywords): Remove prompt entry.
3194         (nslookup): Don't set the process-filter.
3195         (finger): Exit the loop correctly when the regexps list runs out.
3196         (ftp, smbclient, smbclient-list-shares):
3197         Set the real major mode immediately, not after execing.
3198         Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
3200         * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
3202 2000-10-05  Stefan Monnier  <monnier@cs.yale.edu>
3204         * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
3206         * which-func.el (which-func-format): Remove spurious space.
3207         (which-func-mode): Don't make it permanent-local.
3208         (which-func-ff-hook): Allow which-func-maxout to be nil.
3209         (which-func-update): Simplify a bit.  Only run if which-func-mode is t.
3210         (which-func-mode): Simplify.
3211         Use post-command-idle-hook rather than post-command-hook.
3212         Go through all buffers and update their state.
3213         (which-function): Also try add-log-current-defun-function.
3215         * vc.el (with-vc-properties): Use conses rather than length-2 lists.
3216         (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
3217         Update call to with-vc-properties accordingly.
3218         (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
3219         (vc-revert-buffer): More careful about window selection and deletion.
3220         (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
3222         * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
3223         (cvs-retrieve-revision): Reuse a pre-existing buffer.
3224         (cvs-dired-action): Change the default to quickdir.
3226         * newcomment.el (comment-indent): Delegate to indent-according-to-mode
3227         if comment-indent-function returns nil.
3228         (comment-indent-default): New function.
3229         (comment-indent-function): Use it and document the new semantics.
3231         * image-file.el: Docstring fixes.
3233         * help.el (help-xref-on-pp): Use match-string.
3234         (describe-variable): New arg BUFFER.
3235         Store the current buffer in the help-xref-stack.
3236         (temp-buffer-resize-mode): Use define-minor-mode.
3238         * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
3239         consistently with its docstring.
3240         Set jit-lock-first-unfontify-pos in an idempotent way.
3241         (jit-lock-register): Autoload and add arg CONTEXTUAL.
3243 2000-10-05  Alex Schroeder  <alex@gnu.org>
3245         * sql.el (sql-mysql-options): New variable.
3246         (sql-mysql): Use it.
3248 2000-10-05  Miles Bader  <miles@lsi.nec.co.jp>
3250         * image.el (image): New group.
3252         * smerge-mode.el (smerge-mine-face, smerge-other-face)
3253         (smerge-base-face, smerge-markers-face): Add dark-background variants.
3255 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
3257         * net/net-utils.el (nslookup-font-lock-keywords)
3258         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
3259         Ignore the value of wqindow-system; always define keywords
3261 2000-10-05  Kenichi Handa  <handa@etl.go.jp>
3263         * startup.el (fancy-splash-screens): Remove the code for
3264         debugging; `(trace-to-stderr "EXITTT\n")'.
3266 2000-10-05  Miles Bader  <miles@gnu.org>
3268         * diff-mode.el (diff-goto-source): Update call to
3269         `diff-hunk-status-msg' to reflect new REV variable.
3271 2000-10-04  Stefan Monnier  <monnier@cs.yale.edu>
3273         * progmodes/icon.el (icon-mode):
3274         Don't gratuitously override the default for comment-column.
3276         * vc-hooks.el (vc-mode-line): Fix interactive spec.
3278         * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
3279         (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
3280         (jit-lock-functions): New var.
3281         (jit-lock-function-1): Use it if non-nil.
3282         Don't switch the syntax-table.  Don't set parse-sexp-lookup-properties.
3283         Set the `fontified' property before doing the fontification to avoid
3284         repeatedly going through the same error.
3285         Don't turn errors into messages.
3286         (jit-lock-register, jit-lock-unregister): New functions.
3288         * dired.el (dired-mark-pop-up): Turn comment into docstring.
3289         Use with-current-buffer.
3291         * dired-aux.el (dired-do-create-files, dired-kill-tree):
3292         Turn comment into docstring.
3294         * apropos.el (apropos-mode): Use define-derived-mode.
3296 2000-10-04  Gerd Moellmann  <gerd@gnu.org>
3298         * startup.el (fancy-splash-pending-command): New variable.
3299         (fancy-splash-pre-command): New function.
3300         (fancy-splash-screens): Rewritten.
3301         (command-line-1): If fancy-splash-pending-command is set, call it
3302         interactively.
3304 2000-10-04  Dave Love  <fx@gnu.org>
3306         * toolbar/tool-bar.el (tool-bar-setup): New function.
3307         (tool-bar-mode): Use it.
3309         * subr.el (substitute-key-definition): Doc fix.
3310         (play-sound-file): New command.
3312 2000-10-04  Andre Spiegel  <spiegel@gnu.org>
3314         * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
3315         vc-version-backup-file-name): New functions.
3317         * files.el (basic-save-buffer): Call vc-before-save before saving.
3319         * vc-cvs.el (vc-cvs-make-version-backups): Return t if
3320         vc-cvs-stay-local-p.
3322         * vc.el (vc-revert-buffer): Handle empty diff properly.
3323         (vc-version-backup-file): New function.
3324         (vc-checkout): Create a version backup if necessary.
3325         (vc-checkin): If a version backup file exists, delete it.
3326         (vc-version-diff): Diff locally using version backups, if available.
3327         (vc-revert-file): If there's a version backup, revert locally.
3328         (vc-transfer-file): Use version backup for base version, if
3329         available.  If not, ask for confirmation whether to get it from the
3330         server.  Update mode line before check-in.
3332 2000-10-04  Dave Love  <fx@gnu.org>
3334         * toolbar/tool-bar.el (tool-bar-setup): New function.
3335         (tool-bar-mode): Use it.
3337 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
3339         * net/net-utils.el (nslookup-font-lock-keywords)
3340         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
3341         Only set if window-system is non-nil
3342         (net-utils-run-program): Returns buffer.
3343         (network-connection-reconnect): Added this function.
3345         * generic.el:
3346         Incorporates extensive cleanup and docfixes by
3347         Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
3348         Uses cl compile-time macros.
3349         (generic-mode-name, generic-comment-list)
3350         (generic-keywords-list, generic-font-lock-expressions)
3351         (generic-mode-function-list, generic-mode-syntax-table):
3352         Removed variables.
3353         (generic-mode-alist): Renamed to generic-mode-list.
3354         (generic-find-file-regexp): Default changed to "^#".
3355         (generic-read-type): Uses completing read on generic-mode-list.
3356         (generic-mode-sanity-check): removed this function.
3357         (generic-add-to-auto-mode): Removed this function
3358         (generic-mode-internal): Bind mode-specific definitions
3359         into function instead of putting them in alist.
3360         (generic-mode-set-comments): Reworked extensively.
3361         (generic-mode-find-file-hook): Simplified regexp searching
3362         (generic-make-keywords-list): Omit extra pair of parens
3364         * find-lisp.el (find-lisp-find-files-internal):
3365         Make sure directory name ends with "/".
3367         * generic-x.el (apache-conf-generic-mode):
3368         Regexp now allows leading whitespace.
3369         (rc-generic-mode): Added eval-when-compile
3370         around generic-make-keywords-list.
3371         Deleted duplicate regexp
3372         (rul-generic-mode): Added eval-when-compile
3373         around generic-make-keywords-list.
3374         (etc-fstab-generic-mode): New generic mode.
3375         (rul-generic-mode): Removed one eval-when-compile
3376         which caused a max-specpdl-size exceeded error.
3378 2000-10-04  Miles Bader  <miles@gnu.org>
3380         * simple.el (minibuffer-temporary-goal-position): New variable.
3381         (next-history-element): Try to keep the position of point in the
3382         input string constant.
3384         * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
3385         (dired-do-create-files): If there's only one file, pass it in as
3386         the DEFAULT arg to dired-mark-read-file-name.
3388 2000-10-03  Stefan Monnier  <monnier@cs.yale.edu>
3390         * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
3391         (diff-goto-source): Be smarter when choosing REVERSE or not.
3393         * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
3394         (texinfo-mode-menu): Add an explicit shortcut for update all.
3396 2000-10-03  Andre Spiegel  <spiegel@gnu.org>
3398         * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
3399         factorize backend-specific code cleanly (this was essentially
3400         conceived by Stefan Monnier).
3401         (vc-unregister): Function removed.
3402         (vc-revert-file): New function.
3403         (vc-revert-buffer): Delegate some of the work to it.
3405         * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
3406         default branch unconditionally.
3407         (vc-rcs-set-default-branch): New function.
3408         (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
3409         (vc-rcs-checkin): If an appropriate default branch has been set,
3410         force creation of that branch.
3411         (vc-rcs-receive-file): Rewritten to contain only backend-specific
3412         code (as suggested by Stefan Monnier).
3414 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
3416         * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
3417         highlighting overlay with a different face over the overlay
3418         isearch uses to highlight the current match because that can lead
3419         to bad face combinations.
3421         * loadup.el (toplevel): Load faces before isearch.
3423         * isearch.el (isearch-faces): New custom group.
3424         (isearch): New defface; was already tested for in the code.
3425         (isearch-lazy-highlight-face): Changed to defface from defcustom.
3426         (isearch-highlight): Always use face `isearch'.
3428 2000-10-02  Dave Love  <fx@gnu.org>
3430         * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
3431         unused vars.  Treat byte-constant2 like byte-constant.  Fix bogus
3432         comparison of opcode with operand.
3434 2000-10-03  Miles Bader  <miles@gnu.org>
3436         * play/yow.el (yow): Don't display multi-line quotations in a *Help*
3437         buffer, since the echo area will now grow to accommodate them.
3439 2000-10-02  Andre Spiegel  <spiegel@gnu.org>
3441         * vc-hooks.el (vc-registered): If FILE used to be registered under
3442         a certain backend, try that one first.
3444         * vc.el (vc-responsible-backend): Undo the previous change in the
3445         argument list.  Handle multiple backends correctly.
3446         (vc-find-new-backend): Function removed.
3447         (vc-register): Use vc-responsible-backend, as before.
3448         (vc-next-action-on-file): Do use vc-registered, not vc-backend.
3450 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
3452         * startup.el (fancy-splash-head): Change message below the
3453         logo.
3455 2000-10-02  Miles Bader  <miles@lsi.nec.co.jp>
3457         * diff-mode.el (diff-goto-source): Emit a status message.
3458         (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
3459         (diff-test-hunk): Fix doc string.
3460         (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
3461         (diff-advance-after-apply-hunk): New variable.
3462         (diff-apply-hunk): Don't return a value.
3464 2000-10-01  Stefan Monnier  <monnier@cs.yale.edu>
3466         * vc.el (vc-editable-p): Minor optimization.
3467         (edit-vc-file, vc-next-action-on-file): Don't use find-file.
3468         (vc-find-new-backend): New function split from vc-responsible-backend.
3469         (vc-register): Use it.
3470         (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
3471         (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
3472         (vc-default-unregister, vc-revert-buffer): Docstring fix.
3473         (vc-clear-headers): Don't use find-file.
3474         (vc-revert-buffer): Use `and' again (must have been a braino).
3475         (vc-switch-backend): Only prompt if requested.
3476         Short circuit if nothing is to be done.
3477         Don't use vc-resynch-buffer which could lose unsaved editing.
3478         (vc-default-receive-file): Update call to vc-unregister.
3479         (with-vc-file, vc-next-action-on-file):
3480         Use vc-backend rather than vc-registered.
3481         (vc-next-action-on-file): Use intern-soft.
3482         Deal with read-only *vc-diff* buffer.
3483         (vc-transfer-file): Docstring fix.
3485         * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
3486         (vc-rcs-receive-file): Avoid with-vc-properties.
3487         Update call to vc-unregister.
3488         Use constant `RCS' rather than (dynamically bound) var `backend'.
3490 2000-10-01  Andre Spiegel  <spiegel@gnu.org>
3492         * vc.el (vc-next-action-on-file): Update mode line only if file
3493         is visited.
3494         (vc-start-entry): New argument initial-contents.  Don't visit the file
3495         if it isn't already visited.  Brought documentation up-to-date.
3496         (vc-next-action, vc-register): Updated calls to vc-start-entry.
3497         (vc-checkin): New optional arg initial-contents, which is passed to
3498         vc-start-entry.
3499         (vc-finish-logentry): Make sure to bury log buffer only if there
3500         really is one.  Call `vc-resynch-buffer' on log-file, not
3501         buffer-file-name.
3502         (vc-default-comment-history, vc-default-wash-log): New functions.
3503         (vc-index-of): Removed.
3504         (vc-transfer-file): Make do without the above.
3505         (vc-default-receive-file): Call comment-history unconditionally.  Pass
3506         the resulting string to vc-checkin, instead of inserting it into the
3507         comment ring.
3509         * vc-rcs.el (vc-rcs-receive-file): Call comment-history
3510         unconditionally.  Use the comments as initial contents of the log
3511         entry buffer.  Document the trick to force branch creation with no
3512         changes.
3514 2000-10-01  Miles Bader  <miles@gnu.org>
3516         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
3517         `recenter' with an arg to prevent redrawing the display.
3519 2000-09-30  Stefan Monnier  <monnier@cs.yale.edu>
3521         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
3523         * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
3525         * progmodes/c-mode.el (c-mode):
3526         Don't gratuitously override the default for comment-column.
3528         * textmodes/tex-mode.el (latex-metasection-list): New var.
3529         (latex-imenu-create-index): Use it.
3530         Move the regexp construction outside loops (and use push).
3531         (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
3532         (tex-font-lock-keywords): Moved from font-lock.el.
3533         (tex-comment-indent): Remove.
3534         (tex-common-initialization): Don't set comment-indent-function.
3535         (latex-block-default): New var.
3536         (tex-latex-block): Use it to provide a default choice.
3537         Add any unknown choice to latex-block-names.
3538         Insert [...] after {...}.
3539         (tex-last-unended-begin): Simplify regexp.
3540         (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
3541         (latex-forward-sexp-1, latex-forward-sexp): New functions.
3542         (latex-mode): Set forward-sexp-function.
3544         * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
3545         Add regexp for @ignore ... @end ignore.
3546         (texinfo-heading-face): New face.
3547         (texinfo-font-lock-keywords): Use it.
3548         (texinfo-mode-menu): New menu.
3549         (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
3550         New functions.
3551         (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
3552         (texinfo-section-types-regexp, texinfo-section-level-regexp)
3553         (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
3554         Remove declaration.
3555         (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
3557         * delsel.el (delete-selection-mode): Use define-minor-mode.
3559         * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
3561 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
3563         * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
3565 2000-09-30  Gerd Moellmann  <gerd@gnu.org>
3567         * replace.el (keep-lines-read-args): New function.
3568         (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
3569         read arguments interactively.  Add parameters RSTART and REND.
3570         Operate on the active region in Transient Mark mode.
3572         * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
3574         * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
3575         (authors-obsolete-files-regexps): New variable.
3576         (authors-add): Don't record changes in obsolete files.
3578 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
3580         * autoinsert.el (auto-insert-mode): Use define-minor-mode.
3582         * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
3583         (comment-indent): Make sure there's a space between code and comment.
3584         Shift comments left to avoid going past fill-column.
3586 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
3588         * startup.el (startup-echo-area-message): New function.
3589         (display-startup-echo-area-message): Use it.
3590         (fancy-splash-screens): Rewritten to use keymaps and a timer.
3591         (fancy-splash-default-action): New function.
3592         (fancy-splash-screens-1): New function.
3593         (fancy-splash-head): Put a help-echo and a keymap under the image.
3595 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
3597         * diff-mode.el (diff-add-log-file-name): Remove.
3598         (diff-mode): Use add-log-buffer-file-name-function.
3600         * add-log.el (find-change-log): New arg BUFFER-FILE.
3601         (add-log-file-name): Obey add-log-file-name-function.
3602         (add-log-buffer-file-name-function): New var.
3603         (add-change-log-entry): Use it.
3605 2000-09-29  Miles Bader  <miles@gnu.org>
3607         * image-file.el (image-file-name-extensions): New variable.
3608         (image-file-name-regexps): Renamed from `image-file-regexps'.
3609         New default value is nil.  Call `auto-image-file-mode'.
3610         (image-file-name-regexp): New function.
3611         (auto-image-file-mode): New minor mode.
3612         (insert-image-file): Don't make conditional on the image-file
3613         handler being enabled.
3614         (image-file-handler): Make the call here conditional instead.
3615         (set-image-file-handler-enabled, enable-image-file-handler)
3616         (disable-image-file-handler): Functions removed.
3618         * emacs-lisp/authors.el (authors-print): Rephrase many-files
3619         string.
3621 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
3623         * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
3624         it's a function from CL.
3625         (latex-imenu-create-index): Replace eval-when-compile with progn
3626         because latex-section-alist is not bound while compiling.
3628 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
3630         * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
3631         (outline-mode): Use define-derived-mode.
3633         * progmodes/perl-mode.el (perl-mode):
3634         * progmodes/awk-mode.el (awk-mode):
3635         * progmodes/asm-mode.el (asm-mode):
3636         Don't gratuitously override the default for comment-column.
3638         * emacs-lisp/lisp.el (lisp-complete-symbol):
3639         Distinguish the let-binding case from the funcall case.
3640         (forward-sexp-function): New variable.
3641         (forward-sexp): Use it.
3643         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
3644         (easy-mmode-defmap): Remove the now useless autoload.
3646         * time.el (display-time-mode): Use define-minor-mode.
3648         * subr.el (add-minor-mode): Don't eval NAME.
3649         Don't depend on the presence of TOGGLE-FUN for any special behavior.
3650         Use if rather than cond.
3652         * simple.el (read-expression-map): Define more properly.
3653         (comment-indent-hook): Remove.
3654         (string-to-syntax): Bug fix.
3656         * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
3657         (cvs-ediff-diff): Fix typo.
3658         (cvs-revert-if-needed): Don't bother preserving read-only.
3660         * paren.el (show-paren-mode): Use define-minor-mode.
3662         * jka-compr.el (auto-compression-mode): Use define-minor-mode.
3663         (toggle-auto-compression): Remove.
3664         (jka-compr-build-file-regexp): Remove useless grouping.
3666         * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
3667         Avoid user-reserved bindings.
3668         (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
3669         (diff-header-face): Revert to grey85.
3671         * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
3673         * complete.el (partial-completion-mode) <defcustom>: Remove.
3674         (partial-completion-mode): Use define-minor-mode.
3675         (PC-do-completion): Understand `completion-auto-help = delay'
3676         to mean to popup the completion buffer only the second time.
3677         (PC-include-file-all-completions, PC-include-file-all-completions)
3678         (PC-include-file-all-completions): Don't quote lambda.
3680         * comint.el (comint-mode-hook): Docstring fix.
3681         (comint-mode): Use define-derived-mode.
3682         (comint-mode-map): Remove obsolete comment.
3683         (make-comint): Minor stylistic change.
3684         (comint-insert-clicked-input): Be more careful to find the overlay.
3685         Use this-command-keys rather than hardcoding mouse-2.
3687         * font-lock.el: Replace confusing (,@ with ,
3688         (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
3689         Don't use regexp-opt-depth.  Spice up the regexp for args.
3690         Don't distinguish between cmds that can take an opt arg or not.
3691         Use `append' and `prepend' rather than `keep'.
3693         * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
3694         (latex-outline-regexp): New var.
3695         (latex-outline-level): New fun.
3696         (latex-section-alist): New var.
3697         (latex-imenu-create-index): Use it.  Use `push' as well.
3698         (tex-shell-map): Initialize it properly.
3699         (tex-mode): Minor stylistic change.
3700         (plain-tex-mode): Use define-derived-mode.
3701         (latex-mode): Use define-derived-mode.
3702         Construct the paragraph regexps in a more readable way.
3703         Set the buffer-local outline-{level,regexp} vars.
3704         (slitex-mode): Derive from latex-mode.
3705         (tex-common-initialization): Don't kill-all-vars anymore.
3706         Add setting for comment-add and font-lock-defaults.
3707         (tex-start-shell): Use with-current-buffer and don't re-init keymap.
3708         (tex-main-file): New fun.  Obey TeX-master as well and remove `.tex'.
3709         (tex-start-tex): New arg DIR (and send a chdir command for it).
3710         Also display the shell buffer and save it in tex-last-buffer-texed.
3711         (tex-region): Use expand-file-name rather than concat.
3712         Remove code made useless by changes in tex-start-tex.
3713         (tex-file): Use tex-main-file and adapt to new tex-start-tex.
3715         * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
3717 2000-09-28  Dave Love  <fx@gnu.org>
3719         * eshell/eshell.el (eshell) <defgroup>: Add :version.
3721 2000-09-28  Gerd Moellmann  <gerd@gnu.org>
3723         * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
3724         `append'.
3726 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
3728         * info.el (Info-extract-pointer): Undo last change.
3729         Instead, fix the position of the `bound' arg to re-search-backward.
3731 2000-09-27  Stefan Monnier  <monnier@cs.yale.edu>
3733         * info.el (Info-extract-pointer):
3734         Widen more carefully, to avoid finding pointers in other nodes.
3735         (Info-index): Use push.
3737 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
3739         * frame.el (set-frame-font): Remove call to obsolete function
3740         frame-update-faces.
3741         (set-foreground-color, set-background-color): Likewise for
3742         frame-update-face-colors.
3744 2000-09-27  Miles Bader  <miles@gnu.org>
3746         * image-file.el: New file.
3748 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
3750         * frame.el (frame-notice-user-settings): Don't call
3751         frame-update-faces, which is a no-op now.
3753         * ediff-wind.el (ediff-control-frame-parameters): Add zero
3754         tool-bar-lines.
3756 2000-09-27  Dave Love  <fx@gnu.org>
3758         * mouse.el: Fix last change.
3760 2000-09-27  Miles Bader  <miles@lsi.nec.co.jp>
3762         * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
3764 2000-09-22  Kenichi Handa  <handa@etl.go.jp>
3766         * international/quail.el (quail-help): The output message is
3767         improved.
3769 2000-09-26  Dave Love  <fx@gnu.org>
3771         * mouse.el (popup-menu): If POSITION is nil, set it using
3772         mouse-position.
3774 2000-09-25  Sam Steingold  <sds@gnu.org>
3776         * net/browse-url.el (browse-url-file-url): Check for null maps.
3778 2000-09-26  Gerd Moellmann  <gerd@gnu.org>
3780         * frame.el (frame-notice-user-settings): Don't add a
3781         tool-bar-lines frame parameter to default-frame-alist in batch mode.
3783         * frame.el (frame-notice-user-settings):
3784         Make tool-bar-mode and default-frame-alist consistent.
3786         * toolbar/tool-bar.el (tool-bar-help): New function.
3788 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
3790         * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
3791         current-load-list in top-level forms.  Else this leaks a cons cell
3792         every time a defun is called.
3794         * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
3796 2000-09-25  Dave Love  <fx@gnu.org>
3798         * startup.el (fancy-splash-head): Check XPM is available.
3800         * autoinsert.el (auto-insert): Doc fix.
3801         (auto-insert-alist): Following GNU notices, don't say `copyright
3802         _by_'.  Use line-beginning-position.
3803         (auto-insert): Check buffer-file-name is non-nil before use.
3805 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
3807         * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
3808         starting with `@def' or `@multitable', in addition to ones
3809         specified by the user in auto-fill-inhibit-regexp.
3811 2000-09-25  Markus Rost  <rost@math.ohio-state.edu>
3813         * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
3814         rmail-dont-reply-to-names matches the empty string.
3816 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
3818         * startup.el (command-line-1, fancy-splash-text): Change the
3819         text to sound more friendly.
3821 2000-09-23  Thien-Thi Nguyen  <ttn@gnu.org>
3823         * progmodes/hideshow.el: Update author email address.
3824         Generally, sync w/ maintainer version 5.22.
3825         (hs-hide-all-non-comment-function): New var.
3826         (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
3827         (hs-hide-all): Use `hs-hide-all-non-comment-function'.
3828         (hs-show-region): Delete this command.
3829         (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
3831 2000-09-22  Dave Love  <fx@gnu.org>
3833         * hl-line.el (hl-line-overlay): Don't make it buffer-local.
3834         (hl-line-highlight): Specify buffer when moving overlay.
3836         * progmodes/fortran.el (fortran-mode): Locally set
3837         normal-auto-fill-function.
3838         (fortran-auto-fill-mode): Just alias to auto-fill-mode.
3839         (fortran-mode-map): Adjust auto-fill menu entry.
3841 2000-09-22  Gerd Moellmann  <gerd@gnu.org>
3843         * vc-rcs.el (toplevel): Require `vc' when compiling.
3845         * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
3847 2000-09-22  Andre Spiegel  <spiegel@gnu.org>
3849         * vc.el (vc-switch-backend): Signal an error if the file is not
3850         registered under the new backend.
3852         * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
3853         without explicit revision number.
3855 2000-09-21  Stefan Monnier  <monnier@cs.yale.edu>
3857         * diff-mode.el (diff-file-header-face): Reset to its previous value.
3858         (diff-hunk-text): Correctly use offsets rather than buffer-positions.
3859         (diff-xor): New function.
3860         (diff-find-source-location): Use it.  Fix a stupid name clash.
3861         (diff-hunk-status-msg): New function.
3862         (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
3863         (diff-test-hunk): Use diff-find-source-location.
3864         (diff-goto-source): Favor the `reverse'.
3865         (diff-hunk-text): Properly handle one-sided context diffs.
3866         (diff-apply-hunk): When done, advance to the next hunk.
3868 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
3870         * startup.el (command-line): If frame was created with a non-zero
3871         tool-bar-lines parameter, switch tool-bar-mode on.
3873         * add-log.el (change-log-date-face, change-log-name-face)
3874         (change-log-email-face, change-log-file-face)
3875         (change-log-list-face, change-log-conditionals-face)
3876         (change-log-function-face, change-log-acknowledgement-face):
3877         New faces, inheriting from font-lock faces.
3878         (change-log-font-lock-keywords): Use them.
3880 2000-09-21  Dave Love  <fx@gnu.org>
3882         * progmodes/cperl-mode.el (top-level): Clean up
3883         `eval-when-compile's and assorted defvars.
3884         (cperl-invalid-face): Don't double-quote value.  Change custom
3885         type.
3886         (cperl-mode): Set normal-auto-fill-function and don't zap
3887         auto-fill-function.
3888         (cperl-imenu--function-name-regexp-perl): Renamed from
3889         imenu-example--function-name-regexp-perl.
3890         (cperl-imenu--create-perl-index): Renamed from
3891         imenu-example--create-perl-index.
3892         (cperl-xsub-scan): Don't require cl.
3894         * msb.el (msb-mode-map): Use substitute-key-definition.
3895         (msb-mode): Use msb-mode-map.
3897 2000-09-21  Andre Spiegel  <spiegel@gnu.org>
3899         * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
3900         New functions.
3901         (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
3902         (vc-switch-backend): New function.
3903         (vc-prefix-map): Bind `vc-switch-backend' to `b'.
3904         (vc-register): Fix prompt.
3905         (vc-unregister, vc-default-unregister): New functions.
3906         (vc-version-diff): Handle empty buffer in sentinel.
3908         * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
3909         (vc-rcs-state-heuristic): Use it to guess the state of files with
3910         non-strict locking.
3911         (vc-rcs-find-most-recent-rev): Handle the case when a branch has
3912         been set with -b, but not created yet.
3913         (vc-rcs-fetch-master-state): With non-strict locking, compare file
3914         contents in order to find the state.
3915         (vc-rcs-checkin): Allow creation of branches with no changes.
3916         (vc-rcs-unregister, vc-rcs-receive-file)
3917         (vc-rcs-set-non-strict-locking): New functions.
3919         * vc-hooks.el (vc-name): Force correct computation of the value
3920         in case it is missing.
3922 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
3924         * startup.el (fancy-splash-tail): Use a different foreground
3925         color on a dark frame background.
3927 2000-09-21  Miles Bader  <miles@lsi.nec.co.jp>
3929         * info.el: Use the correct capitalization when making Info-mode
3930         and Info-edit-mode `special' modes.
3932 2000-09-20  Stefan Monnier  <monnier@cs.yale.edu>
3934         * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
3935         (diff-mode): Add support for add-log.el.
3936         (diff-hunk-text): Use char offsets rather than line offsets.
3937         (diff-find-source-location): Replace LINE with line-offset (nil
3938         if not found) and always set POS to a meaningful position.
3939         Adapt to the new char-offsets.
3940         (diff-apply-hunk): Drop support for the unused `select' POPUP.
3941         Adapt to the new diff-find-source-location.
3942         (diff-goto-source): Adapt to the new diff-find-source-location.
3944         * add-log.el (add-log-file-name): New function (split out of
3945         add-change-log-entry).
3946         (add-change-log-entry): Use it.
3947         Call add-log-file-name-function with the changelog file name if
3948         the current buffer is not associated with any file.
3949         Avoid find-file if the selected window is dedicated.
3951         * diff-mode.el (diff-find-source-location):
3952         Move code from diff-apply-hunk.  Return buffer rather than file.
3953         (diff-apply-hunk): Use the new result from  diff-find-source-location.
3954         (diff-goto-source): Use the new diff-find-source-location.
3956 2000-09-20  Dave Love  <fx@gnu.org>
3958         * iswitchb.el: Some doc fixes.
3959         (iswitchb-mode-map): Define completely initially.  Inherit
3960         minibuffer-local-map.
3961         (iswitchb-completion-help) <!iswitchb-xemacs>: Use
3962         fundamental-mode.
3963         (iswitchb-global-map): New variable.
3964         (iswitchb-summaries-to-end): Amalgamate regexps.
3965         (iswitchb-mode): New.
3966         (iswitchb-mode-hook): New variable.
3967         (iswitchb) <defgroup>: Add URL link.  Use group `completion', not
3968         `extensions'.
3970 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
3972         * ehelp.el (electric-help): New defgroup.
3973         (electric-help-shrink-window): New user-option.
3974         (with-electric-help): Use it.
3976         * window.el (shrink-window-if-larger-than-buffer): If face
3977         `mode-line' has a :box, and we're on a graphical frame, add 1
3978         to the needed window height.
3980         * frame.el (frame-notice-user-settings): Add a last parameter nil
3981         to a call to `append', because the last list passed to `append' is
3982         not copied, and so subsequent calls to assq-delete-all will modify
3983         default-frame-alist.
3985         * startup.el (fancy-splash-image): Change :type.
3986         (fancy-splash-head): Use an XBM image if appropriate.
3987         (command-line-1): Show splash screens in more cases.
3989         * startup.el (fancy-splash-text): Don't quote faces.
3991         * dired.el (dired-font-lock-keywords): Undo last change.
3992         (dired-readin): Bind indent-tabs-mode to nil.
3994         * startup.el (fancy-splash-head): If frame's background mode
3995         is `dark', change the black background of the image to gray.
3996         (fancy-splash-screens): Display startup echo area message.
3997         (display-startup-echo-area-message): New function.
3999 2000-09-20  Miles Bader  <miles@lsi.nec.co.jp>
4001         * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
4003         * info.el (info-header-node): Tweak for color ttys.
4005         * faces.el (face-valid-attribute-values): Make sure directories we
4006         search for stipples both exist and are readable before trying to
4007         search them.
4009         * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
4010         in the dry-run case.
4012         * jka-compr.el (with-auto-compression-mode): New macro.
4014         * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
4015         (custom-group-tag-face, custom-variable-tag-face): Use relative
4016         :height and inherit from `variable-pitch' face instead of
4017         hardwiring :family.
4018         * hi-lock.el (hi-black-hb): Likewise.
4020         Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
4021         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
4022         toolbar-add-item, if image doesn't have a mask add a `:mask
4023         heuristic'.
4025 2000-09-19  Stefan Monnier  <monnier@cs.yale.edu>
4027         * diff-mode.el: Docstring fixes.
4028         (diff-header-face, diff-comment-face): New faces.
4029         (diff-font-lock-keywords): Highlight a bit differently.
4030         (diff-find-source-location): Don't return SPAN any more.
4031         (diff-hunk-text): Don't bother erasing the temp buffer.
4032         (diff-find-text): Drop argument LINE.
4033         (diff-apply-hunk): Update calls to diff-find-text.
4034         (diff-goto-source): Use pop-to-buffer again and don't raise an error.
4036         * calendar/calendar.el: Docstring fixes.
4037         (calendar-make-alist): Don't quote lambda.
4038         (calendar-star-date): Use make-local-variable.
4040 2000-09-19  Dave Love  <fx@gnu.org>
4042         * toolbar/tool-bar.el: Renamed from toolbar.el.
4043         Change `toolbar' to `tool-bar' generally in symbols.
4044         Make some items invisible in `special' major modes.
4045         (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
4046         Add arg PROPS.
4048         * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
4049         Add :version here.
4050         (fancy-splash-delay, fancy-splash-image): Remove :version here.
4052 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
4054         * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
4056         * files.el (find-file-suppress-same-file-warnings): New user-option.
4057         (find-file-noselect): Use it.
4059         * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
4060         (fancy-splash-screen): Defgroup.
4062         * add-log.el (change-log-font-lock-keywords): Match names
4063         more exactly for the case that font-lock-constant-face is
4064         underlined.
4066 2000-09-19  Richard M. Stallman  <rms@gnu.org>
4068         * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
4070 2000-09-19  Andre Spiegel  <spiegel@gnu.org>
4072         * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
4074 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
4076         * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
4077         * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
4078         * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
4079         * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
4080         * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
4081         * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
4082         * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
4083         * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
4084         * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
4085         * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
4086         * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
4087         * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
4089         * startup.el (fancy-splash-text): New variable.
4090         (fancy-splash-delay, fancy-splash-image): New user-options.
4091         (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
4092         (fancy-splash-screens): New functions.
4093         (command-line-1): If display has a `display' frame parameter, has
4094         colors, and we have XPM support, show more fancy splash screens.
4096 2000-09-19  Dave Love  <fx@gnu.org>
4098         * map-ynp.el (map-y-or-n-p): Check use-dialog-box.  Don't lose
4099         with null `help'.  Use modern backquote syntax.
4101 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
4103         * font-lock.el (font-lock-mode): Change message telling the user
4104         that ``the buffer is too big''.
4106         * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
4107         for instance for the case that tab-width is 2.
4109 2000-09-18  Gerd Moellmann  <gerd@gnu.org>
4111         * toolbar/toolbar.el (toolbar-like-menu-item): Like in
4112         toolbar-add-item, if image doesn't have a mask add a `:mask
4113         heuristic'.
4115 2000-09-18  Miles Bader  <miles@lsi.nec.co.jp>
4117         * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
4118         and return a cons if it's non-nil.
4119         (diff-apply-hunk): Try to jump to the line in the source text
4120         corresponding to the position of point in the in the hunk.
4122         * info.el (Info-title-3-face, Info-title-2-face)
4123         (Info-title-1-face): Use face inheritance and relative sizes
4124         instead of hard-wiring things.
4126         * faces.el (secondary-selection): Make dark-background variant sane.
4128 2000-09-16  Andrew Innes  <andrewi@gnu.org>
4130         * makefile.w32-in (compile-files-CMD): No need to make .elc files
4131         read-only, since they aren't under VC now.
4133 2000-09-17  Dave Love  <fx@gnu.org>
4135         * tmm.el: Replace mapcar with mapc in several places.
4137         * loadhist.el (unload-feature): Maybe call elp-restore-list and
4138         ad-unadvise.
4140         * international/latin1-disp.el: New file.
4142         * calendar/cal-move.el (scroll-calendar-left)
4143         (scroll-calendar-right): Make arg optional (for active mode line).
4145         * calendar/calendar.el (calendar-mode-line-format): Make fields
4146         mouse-sensitive.
4147         (calendar-read-date, calendar-read-date, calendar-window-list):
4148         Unquote lambda.
4149         (calendar-month-name): Use aref, not sref.
4151         * view.el (minor-mode-alist): Propertize the string.
4153         * international/characters.el (standard-case-table): Add entries
4154         for Greek.
4156 2000-09-18  Miles Bader  <miles@gnu.org>
4158         * info.el (info-node, info-xref): Add dark-background variants.
4160         * faces.el (header-line): Change defaults to be less confusing
4161         when mixed with mode-lines.
4163         * info.el (Info-fontify-node): Make a few cleanups.
4164         Add extra `help-echo' and `local-map' props to node xrefs.
4165         Use header-specific faces for node-names & xrefs.
4166         (Info-use-header-line): New variable.
4167         (info-header-xref, info-header-node): New faces.
4168         (Info-setup-header-line): New function.
4169         (Info-select-node): Call Info-setup-header-line when enabled.
4170         (Info-extract-pointer): Work even if the header line is hidden.
4171         (Info-header-line): New variable.
4173 2000-09-16  Stefan Monnier  <monnier@cs.yale.edu>
4175         * vms-patch.el (print-region-function): Don't quote lambda.
4177         * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
4179         * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
4180         (lm-get-header-re): Allow spaces between the header and the colon.
4181         (lm-header): Allow $ in non-RCS headers.
4182         (lm-header-multiline): Put the strings back into order.
4183         Stop at an empty line.  Don't require two space chars if the
4184         line is clearly not another header line.
4186         * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
4187         (popup-menu-popup): Remove.
4189 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
4191         * toolbar/toolbar.el (toolbar-add-item): Use the same image
4192         specification if or if not tool-bar item contains an `:enabled'
4193         property.
4195         * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
4196         current buffer has no file name.
4198 2000-09-15  Dave Love  <fx@gnu.org>
4200         * strokes.el: Sync with maintainer's current version with changes
4201         for Emacs, but avoid runtime cl and levents.
4202         (toplevel):  Change autoloads and compilation requires.
4203         (strokes-version, strokes-bug-address, strokes-lift): Values
4204         changed.
4205         (strokes-xpm-header, strokes-insinuated): New variable.
4206         (strokes): Add :link.
4207         (strokes-mode): Customized.
4208         (strokes-while-inhibiting-garbage-collector): New macro.
4209         (strokes-remassoc): Avoid remove-if.
4210         (strokes-fix-button2-command): Don't use ad-do-it.
4211         (strokes-insinuate): New function.
4212         (strokes-button-press-event-p, strokes-button-release-event-p):
4213         New functions, used instead of non-`strokes-' versions..
4214         (strokes-mouse-event-p): Rewritten.
4215         (strokes-event-closest-point): Avoid event-point.
4216         (strokes-get-grid-position): Avoid cdadr, caadr
4217         (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
4218         functions.
4219         (strokes-help): Use with-output-to-temp-buffer.
4220         (strokes-window-configuration-changed-p): New function.
4221         (strokes-update-window-configuration): Use buffer-live-p,
4222         strokes-window-configuration-changed-p.
4223         (strokes-mode): Use strokes-insinuate.  Alter mouse bindings.
4224         (strokes-char-face): New face.
4225         (strokes-char-table, strokes-base64-chars): New variable.
4226         (strokes-xpm-for-stroke, strokes-list-strokes)
4227         (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
4228         (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
4229         (strokes-xpm-to-compressed-string, strokes-decode-buffer)
4230         (strokes-encode-buffer, strokes-xpm-for-compressed-string)
4231         (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
4232         functions.
4234 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
4236         * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
4238         * image.el (create-image): Doc fix.
4240         * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
4241         instead of `:heuristic-mask t'.
4243 2000-09-14  Andrew Innes  <andrewi@gnu.org>
4245         * makefile.w32-in: Revert to Unix line endings.
4247 2000-09-14  Andrew Innes  <andrewi@gnu.org>
4249         * makefile.w32-in: Add bootstrap support.  Also copy lisp source
4250         when installing.
4252         * makefile.nt (DONTCOMPILE): Fix typo.
4254         * shell.el (shell-write-history-on-exit): New function.
4255         (shell-dumb-shell-regexp): New custom variable.
4256         (shell-mode): Make shell-write-history-on-exit the process
4257         sentinel if shell name matches shell-dumb-shell-regexp.
4259         * w32-fns.el: Comment out before-init-hook function which resets
4260         source-directory based; this breaks bootstrap.
4262 2000-09-14  Dave Love  <fx@gnu.org>
4264         * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
4265         toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
4266         toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
4267         toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
4268         toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
4269         toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
4270         toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm:  New.
4271         From Tuomas Kuosmanen <tigert@gimp.org>.  (Gnome icons fetched
4272         from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
4274         * toolbar/toolbar.el: New.
4276         * subdirs.el: Add toolbar.
4278 2000-09-14  Gerd Moellmann  <gerd@gnu.org>
4280         * indent.el (indent-for-tab-command): Doc fix.
4282 2000-09-14  Alex Schroeder  <alex@gnu.org>
4284         * ansi-color.el (ansi-colors): Doc change.
4285         (ansi-color-get-face): Simplified regexp.
4286         (ansi-color-faces-vector): Added more faces, doc change.
4287         (ansi-color-names-vector): Doc change.
4288         (ansi-color-regexp): Simplified regexp.
4289         (ansi-color-parameter-regexp): New regexp.
4290         (ansi-color-filter-apply): Doc change.
4291         (ansi-color-filter-region): Doc change.
4292         (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
4293         deal with zero length parameters.
4294         (ansi-color-apply-on-region): Doc change.
4295         (ansi-color-map): Doc change.
4296         (ansi-color-map-update): Removed debugging message.
4297         (ansi-color-get-face-1): Added condition-case to trap
4298         args-out-of-range errors.
4299         (ansi-color-get-face): Doc change.
4300         (ansi-color-make-face): Removed.
4301         (ansi-color-for-shell-mode): New option.
4303 2000-09-13  Kenichi Handa  <handa@etl.go.jp>
4305         * international/quail.el (quail-start-translation): Translate KEY
4306         if necessary even if it doesn't have any mapping in the current
4307         input method.
4308         (quail-start-conversion): Likewise.
4309         (quail-help): The output message is improved.
4311 2000-09-13  Miles Bader  <miles@gnu.org>
4313         * comint.el (comint-output-filter): Revert to using
4314         `insert-before-markers'.  Add bletcherous hack to undo damage
4315         caused by `insert-before-markers'.  Put `front-sticky' property on
4316         overlays created here so that the field code understands how the
4317         overlay works.  Use a let when making comint-last-prompt-overlay,
4318         so that the code is easier to read.
4320 2000-09-13  Dave Love  <fx@gnu.org>
4322         * wid-edit.el (widget-default-format-handler): DTRT when
4323         doc-property is a function.
4325 2000-09-12  Francesco Potorti`  <pot@gnu.org>
4327         * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
4328         filed name if it's not there.
4330 2000-09-12  Dave Love  <fx@gnu.org>
4332         * simple.el (read-mail-command): Doc fix.
4333         (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
4335         * vc.el (vc-dired-listing-switches): Fix :version.
4337         * vc-hooks.el: Doc fixes.
4339         * subr.el (add-minor-mode): Use toggle-fun arg.
4341         * speedbar.el: Add :version to several defcustoms.
4343         * imenu.el (imenu--truncate-items, imenu--cleanup)
4344         (imenu--generic-function): Avoid mapcar.
4345         (imenu--replace-spaces): Function removed.
4346         (imenu--completion-buffer): Use subst-char-in-string.
4347         (imenu-add-to-menubar): Use keymap inheritance.
4349 2000-09-12  Miles Bader  <miles@gnu.org>
4351         * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
4352         (diff-mode-map): Bind `diff-test-hunk'.
4353         (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
4355 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
4357         * bytecomp.el (byte-compile-defvar): Undo last change
4358         because it breaks '(make-variable-buffer-local (defvar ...)'
4359         which is used at least in dired.
4361 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
4363         * international/quail.el (quail-define-package): Docstring
4364         modified.
4366 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
4368         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
4369         extra docstrings for "chinese-ccdospy", "chinese-ecdict",
4370         "chinese-etzy", "chinese-sw", and "chinese-ziranma".  Modify the
4371         docstring of "chinese-py".
4373         * international/quail.el (quail-translation-docstring): New
4374         variable.
4375         (quail-show-keyboard-layout): Docstring modified.
4376         (quail-select-current): Likewise.
4377         (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
4378         infinite recursive call.
4379         (quail-help): Check quail-translation-docstring.  Format of the
4380         output changed.
4381         (quail-help-insert-keymap-description): Adjusted for the above
4382         change.
4384 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
4386         * bytecomp.el (byte-compile-defvar): Only cons onto
4387         current-load-list in top-level forms.  Else this leaks a cons cell
4388         every time a defun is called.
4390 2000-09-11  Miles Bader  <miles@lsi.nec.co.jp>
4392         * diff-mode.el (diff-apply-hunk): Function basically rewritten.
4393         Now understands non-unified diffs.  Some functionality moved into
4394         `diff-hunk-text' and `diff-find-text'.  Add OTHER-FILE, DRY-RUN,
4395         POPUP, and NOERROR arguments.  If DRY-RUN is true, don't actually
4396         modify anything.  Only reposition point in the patched file if the
4397         patch succeeds.  Only pop up another window if POPUP is true.
4398         Emit a message describing what happened if successful, and at what
4399         line-offset.  Automatically detect reversed hunks and do something
4400         appropriate.
4401         (diff-hunk-text, diff-find-text): New functions.
4402         (diff-filter-lines): Function removed.
4403         (diff-test-hunk): New function.
4404         (diff-goto-source): Rewritten in terms of diff-apply-hunk.
4406 2000-09-10  Dave Love  <fx@gnu.org>
4408         * textmodes/tildify.el: Minor doc/commentary fixes.
4409         (tildify) <defgroup>: Add :version.
4411         * faces.el (face-x-resources): Make custom type more specific.
4412         (frame-background-mode): Use mapc.
4413         (region) <defcustom>: Add :version.
4415 2000-09-08  Stefan Monnier  <monnier@cs.yale.edu>
4417         * vc-sccs.el (vc-sccs-register):
4418         * vc-rcs.el (vc-rcs-register):
4419         * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
4420         * vc.el (vc-register): Clear file's properties.
4422 2000-09-08  Gerd Moellmann  <gerd@gnu.org>
4424         * faces.el (face-spec-set): Only face-spec-reset-face when
4425         ATTRS is non-nil.
4427 2000-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
4429         * help.el (help-insert-xref-button): Fix a typo in doc string.
4431 2000-09-07  Eli Zaretskii  <eliz@is.elta.co.il>
4433         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4434         Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
4435         methods.
4437         * menu-bar.el (read-mail-item-name): New function.
4438         (menu-bar-tools-menu): Use it to compute and display the package
4439         used to read email.
4440         (menu-bar-tools-menu): Fix typo in GUD's help string.
4442 2000-09-07  Dave Love  <fx@gnu.org>
4444         * diff-mode.el (diff-mouse-goto-source): New function.
4446         * vc-sccs.el: Doc fixes.
4447         (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
4449         * vc-rcs.el: Doc fixes.
4450         (vc-rcs-register-switches, vc-rcs-checkin-switches)
4451         (vc-rcs-checkout-switches, vc-rcs-header)
4452         (vc-rcs-master-templates): Add or change :version.
4454         * vc-cvs.el: Doc fixes.
4455         (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
4456         (vc-cvs-stay-local): Add :version.
4458         * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
4460 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
4462         * international/quail.el (quail-help): Fix previous change.
4464 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
4466         * faces.el (color-values): Doc fix.
4468         * faces.el (frame-set-background-mode): Use frame-parameter
4469         instead of frame-parameters.
4471         * frame.el (filtered-frame-list): Reduce consing.
4472         (frames-on-display-list): Call frame-parameter instead of
4473         frame-parameters.
4475 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
4477         * language/devan-util.el (devanagari-to-indian-region): In the
4478         loop, change the following char, not preceding char.
4480 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
4482         * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
4483         instead of frame-parameters.
4485         * faces.el (set-face-attribute): Simplify by calling
4486         internal-set-lisp-face-attribute with FRAME being 0.
4488         * vc.el: Remove `Id' version control keyword.
4490 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
4492         * help.el (help-make-xrefs): Adjusted for the change of
4493         help-xref-mule-regexp.
4494         (help-insert-xref-button): New function.
4496         * international/mule-cmds.el (help-xref-mule-regexp-template):
4497         Include the pattern for character set.
4498         (leim): New group.
4500         * international/quail.el: Don't require face.
4501         (quail): New group.
4502         (quail-other-command): Dummy command to make quail-help work better.
4503         (quail-keyboard-layout-alist): Add Keyboard type "jp106".
4504         (quail-keyboard-layout-substitution): New variable.
4505         (quail-update-keyboard-layout): New function.
4506         (quail-keyboard-layout-type): New customizable variable.
4507         (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
4508         (quail-keyboard-translate): Pay attention to
4509         quail-keyboard-layout-substitution.
4510         (quail-insert-kbd-layout): New function.
4511         (quail-show-keyboard-layout): New function.
4512         (quail-get-translation): If the definition is a vector of length
4513         1, and the element is a string of length 1, return the character
4514         in that string.
4515         (quail-update-current-translations): Fix the case of
4516         relative-index out of range.
4517         (quail-build-decode-map, quail-insert-decode-map): New Functions.
4518         (quail-help): Show keyboard layout by quail-insert-kbd-layout.
4519         Show key sequences for all available characters.
4520         (quail-help-insert-keymap-description): Don't show such verbose
4521         key bindings as quail-self-insert-command.
4523         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4524         Format changed, and each element now have extra documentations.
4525         (tit-process-header): Delete invalid characters from TIT-PROMPT.
4526         Adjusted for the change of quail-cxterm-package-ext-info.
4528 2000-09-06  Gerd Moellmann  <gerd@gnu.org>
4530         * vc-hooks.el (toplevel): Don't require `vc' during compilation;
4531         requiring it leads to a recursive loading of vc.el and vc-hooks.el
4532         during bootstrap.
4534 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
4536         * vc.el: (toplevel): Don't require `dired' at run-time.
4537         (vc-dired-resynch-file): Remove autoload cookie.
4539 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
4541         * vc.el: Made several backend functions optional.
4542         (vc-default-responsible-p): New function.
4543         (vc-merge): Use RET for first version to trigger merge-news, not
4544         prefix arg.
4545         (vc-annotate): Handle backends that do not support annotation.
4546         (vc-default-merge-news): Removed.  The existence of a merge-news
4547         implementation is now checked on caller sites.
4549         * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
4550         case.
4552         * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
4553         special case that has been removed from the default in vc-hooks.el.
4555 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
4557         * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
4559 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
4561         * vc-hooks.el: Require vc during compilation.
4562         (vc-file-setprop): Use `vc-touched-properties' if bound by the new
4563         macro `with-vc-properties' in vc.el.
4564         (vc-file-getprop): Doc fix.
4565         (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
4567         * vc.el: Require dired-aux during compilation.
4568         (vc-name-assoc-file): Moved to vc-sccs.el.
4569         (with-vc-properties): New macro.
4570         (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
4571         vc-finish-steal): Use it.
4572         (vc-cancel-version): Moved RCS-specific code to vc-rcs.el.  The call
4573         to the backend-specific function is now supposed to do the checkout,
4574         too.
4575         (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
4577         * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
4578         set file properties; that gets done in the generic code now.
4580         * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
4581         Changed parameter list, added code from vc.el that does the
4582         checkout, possibly with a double-take.
4584         * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
4585         (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
4586         the above under the new name.
4587         (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'.  Changed
4588         parameter list, added checkout command.
4589         (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
4590         properties; that gets done in the generic code now.
4592 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
4594         * vc.el: Docstring fixes (courtesy of checkdoc).
4596 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
4598         * vc.el (vc-checkout-writable-buffer-hook)
4599         (vc-checkout-writable-buffer): Remove.
4600         (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
4601         (vc-log-mode): Make it into a clean derived major mode.
4602         (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
4603         vc-log-mode if log-edit is not available.
4604         (vc-dired-mode-map): Don't set-keymap-parent yet.
4605         (vc-dired-mode): Do set-keymap-parent here.
4606         (vc-dired-buffers-for-dir): Nop if dired is not loaded.
4608 2000-09-05  Gerd Moellmann  <gerd@gnu.org>
4610         * faces.el (set-face-attribute, face-spec-reset-face)
4611         (face-spec-set): Avoid consing by removing calls to `apply'.
4613         * frame.el (frame-parameter): Move to C code.
4615 2000-09-05  Dave Love  <fx@gnu.org>
4617         * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
4618         insert-before-markers-and-inherit.  Now checked systematically!
4620 2000-09-05  Alex Schroeder  <alex@gnu.org>
4622         * sql.el (sql-postgres): Use sql-postgres-options.
4623         (sql-postgres-options): New variable.
4625 2000-09-05  Alex Schroeder  <alex@gnu.org>
4627         * sql.el (sql-mode-menu): Work around missing variable mark-active
4628         in XEmacs.
4629         (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
4630         (sql-interactive-mode): Added call to easy-menu-add for XEmacs
4631         compatibility.
4633 2000-09-04  Gerd Moellmann  <gerd@gnu.org>
4635         * vc.el (vc-dired-resynch-file): Add autoload cookie.
4637         * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
4639         * Makefile.in (DONTCOMPILE): Fix typo in file name.
4641 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
4643         * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
4644         don't support anything else under SCCS yet.
4646         * vc-hooks.el: Minor doc fixes.
4648 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
4650         * vc.el (vc-next-action-on-file): Do not visit the file if it's
4651         not necessary.  If verbose in state `needs-patch', do the same as
4652         under `up-to-date'.  When NOT verbose and `needs-patch', check out
4653         latest version instead of `merge-news'.
4654         (vc-next-action-dired): Don't mess with default-directory here; it
4655         breaks other parts of dired.  It is the job of the
4656         backend-specific functions to adjust it temporarily if they need it.
4657         (vc-next-action): Remove a special CVS case.
4658         (vc-clear-headers): New optional arg FILE.
4659         (vc-checkin, vc-checkout): Set properties vc-state and
4660         vc-checkout-time properly.
4661         (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
4662         (vc-print-log): Use new backend function `show-log-entry'.
4663         (vc-cancel-version): Do the checks in a different order.  Added a
4664         FIXME concerning RCS-only code.
4666         * vc-rcs.el (vc-rcs-show-log-entry): New function.
4667         (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
4669         * vc-cvs.el (vc-cvs-show-log-entry): New function.
4671         * vc-hooks.el (vc-default-mode-line-string): Show state
4672         `needs-patch' as a `-' too.
4674 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
4676         * vc.el (vc-responsible-backend): New optional arg REGISTER.
4677         (vc-default-could-register): New function.
4678         (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
4679         (vc-resynch-buffer): Call vc-dired-resynch-file.
4680         (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
4681         vc-resynch-buffer instead of vc-resynch-window.
4682         (vc-next-action-dired): Don't redisplay here, that gets done as a
4683         result of the individual file operations.
4684         (vc-retrieve-snapshot): Corrected prompt order.
4686         * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
4688         * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
4689         as well.
4690         (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p.  Handle
4691         hostname regexps.  Updated all callers.
4692         (vc-cvs-responsible-p): Handle directories as well.
4693         (vc-cvs-could-register): New function.
4694         (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
4695         properties up-to-date.
4697         * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
4698         user whether to create one.
4700 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
4702         * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
4703         check out a non-existing file.
4705         * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
4706         workfile does not exist.
4708         * vc.el (vc-version-diff): Use `require' to check for existence of
4709         diff-mode.
4711 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
4713         * vc-cvs.el (vc-cvs-registered): Use new function
4714         vc-cvs-parse-entry to do the actual work.
4716 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
4718         * vc-hooks.el (vc-find-backend-function): If function doesn't
4719         exist, return nil instead of error.
4720         (vc-call-backend): Doc fix.
4722         * vc.el (vc-do-command): Doc fix.
4723         (vc-finish-logentry): When checking in from vc-dired, choose the
4724         right backend for logentry check.
4725         (vc-dired-mode-map): Inherit from dired-mode-map.
4726         (vc-dired-mode): Local value of dired-move-to-filename-regexp
4727         simplified.
4728         (vc-dired-state-info): Removed, updated caller.
4729         (vc-default-dired-state-info): Use parentheses instead of hyphens.
4730         (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
4731         (vc-dired-listing-switches): New variable.
4732         (vc-directory): Use it, instead of dired-listing-switches.
4734         * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
4735         (vc-cvs-dir-state): New function.
4736         (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
4737         (vc-cvs-parse-entry): New function, also to be used in
4738         vc-cvs-registered.
4740 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
4742         * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
4743         *or* single-window-frames.
4745 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
4747         * vc.el (vc-update-changelog): Split into generic part and default
4748         implementation.  Doc string adapted.
4749         (vc-default-update-changelog): New function.  Call the `rcs2log'
4750         script in exec-directory, to fix a long-standing nuisance.
4752         * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
4753         simply signals an error.
4755 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
4757         * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
4758         control-flow more clear and to avoid running `cvs' twice.
4760         * vc.el (vc-next-action-on-file): Doc fix.
4761         (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
4762         (vc-print-log): Eval `file' before constructing the continuation.
4764 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
4766         * vc.el (vc-next-action-on-file): Corrected several messages.
4767         (vc-merge): Add prefix arg `merge-news'; handle it.
4769         * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
4770         is not reached.  It is.
4771         (vc-cvs-merge): Set state to 'edited after merge.
4772         (vc-cvs-merge-news): Set workfile version to nil if not known.
4773         (vc-cvs-latest-on-branch-p): Recommented.  Candidate for removal.
4775         * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
4776         via stdout. (Merge from main line.)
4778 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
4780         * vc.el (vc-finish-logentry): Thinko in the "same comment"
4781         detection.
4783 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
4785         * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
4786         against kill-all-local-variables.
4787         (vc-log-edit): Don't save vc-parent-buffer any more.
4788         (vc-last-comment-match): Initialize to an empty string.
4789         (vc-post-command-functions): New hook.
4790         (vc-do-command): Run it.
4791         (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
4792         (vc-finish-logentry): Only add the comment to the ring if it's
4793         different from the last comment entered.
4794         (vc-new-comment-index): New function.
4795         (vc-previous-comment): Use it.  Make the minibuffer message
4796         slightly less terse.
4797         (vc-comment-search-reverse): Make it work forward as well.  Don't
4798         set vc-comment-ring-index if no match is found.  Use
4799         vc-new-comment-index.
4800         (vc-comment-search-forward): Use vc-comment-search-reverse.
4801         (vc-dired-mode-map): Don't inherit from dired-mode-map since
4802         define-derived-mode will do it for us.  Bind `v' to a keymap that
4803         inherits from vc-prefix-map so that we can bind `vt' without
4804         binding C-x v t.
4805         (vc-retrieve-snapshot): Parenthesis typo.
4807         * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
4808         to 1.  Make sure to switch to *vc* before looking for an error
4809         message.  Use vc-parse-buffer.
4811 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
4813         * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
4814         and NAME.
4815         (vc-retrieve-snapshot): Split into two parts.
4816         (vc-default-retrieve-snapshot): New function.
4818         * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
4819         (vc-cvs-retrieve-snapshot): New function (untested).
4820         (vc-cvs-stay-local): Default to t.
4821         (vc-cvs-remote-p): New function and property.
4822         (vc-cvs-state): Stay local only if the above is t.
4823         (vc-handle-cvs): Removed.
4824         (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
4825         done via vc-handled-backends now.
4826         (vc-cvs-header): Escape Id.
4828 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
4830         * vc.el (vc-do-command): Remove unused commands.
4831         (vc-version-diff): Make sure default-directory ends with a slash.
4832         Move the window commands into a vc-exec-after.
4833         (vc-print-log): Move more of the code into the `vc-exec-after'.
4835 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
4837         * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
4838         (vc-print-log): Search current revision from beginning of buffer.
4839         (vc-revert-buffer): Clear echo area after the diff is finished.
4840         (vc-prefix-map): Removed definition of "t" for terse display in vc
4841         dired.
4842         (vc-dired-mode-map): Inherit from dired-mode-map.  Added
4843         definition of "vt" for terse display.
4844         (vc-dired-mode): Fix dired-move-to-filename-regexp.
4846 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
4848         * vc.el (vc-exec-after): Avoid caddr.
4850 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
4852         * vc.el (vc-exec-after): New function.
4853         (vc-do-command): Use it to add a termination message for async
4854         procs.
4855         (vc-checkout): Try to handle a missing-backend situation.
4856         (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
4857         of a directory with a backend using async diffs.
4858         (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
4859         present.
4861         * vc-sccs.el (vc-sccs-state-heuristic): Use
4862         file-ownership-preserved-p.
4864         * vc-rcs.el (vc-rcs-state-heuristic): Use
4865         file-ownership-preserved-p.
4866         (vc-rcs-checkout): Remove the error-handling for missing-rcs.
4868 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
4870         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
4871         vc-do-command.
4873         * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
4874         when there are no changes.
4876 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
4878         * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
4880         * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
4882 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
4884         * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
4886         * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
4887         the `fset' outside of the defvar so that it works even if
4888         vc-prefix-map was already defined.
4889         (vc-setup-buffer): New function, split out of vc-do-command.
4890         (vc-do-command): Allow BUFFER to be t to mean `just use the
4891         current buffer without any fuss'.
4892         (vc-version-diff): Change the `diff' backend operation to just put
4893         the diff in the current buffer without erasing it.  Always use
4894         *vc-diff* even for directory-diffs.  Use vc-setup-buffer.  Protect
4895         shrink-window-if-larger-than-buffer.
4896         (vc-print-log): Change the `print-log' backend operation to just
4897         put the log in the current buffer without erasing it.  Protect
4898         shrink-window-if-larger-than-buffer.
4899         (vc-update-change-log): Fix setd typo.
4901         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
4902         (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
4904         * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
4905         (vc-rcs-diff): Insert in the current buffer and remove unused arg
4906         CMP.
4908         * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
4909         with-temp-file.  Use the new BUFFER=t argument to vc-do-command.
4910         (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
4912 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
4914         * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
4915         not possible, use vc-BACKEND-workfile-unchanged-p.
4916         (vc-default-workfile-unchanged-p): New function.  Delegates to a
4917         full vc-BACKEND-diff.
4919         * vc-hooks.el (vc-simple-command): Removed.
4921         * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
4922         instead of vc-simple-command.
4923         (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
4924         avoid doing a diff when opening a file.
4925         (vc-rcs-state): Added check for unlocked-changes.
4926         (vc-rcs-header): Escape Id.
4927         (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
4928         (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
4929         version.
4931         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
4932         (vc-sccs-diff): Remove optional arg CMP.
4933         (vc-sccs-state): Call vc-workfile-unchanged-p, not the
4934         SCCS-specific function.
4936         * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
4937         vc-simple-command.
4939 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
4941         * vc.el (vc-editable-p): Renamed from vc-writable-p.
4942         (with-vc-file, vc-merge): Use vc-editable-p.
4943         (vc-do-command): Remove unused var vc-file and fix the
4944         doubly-defined `status' var.  Add a user message when starting an
4945         async command.
4946         (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
4947         (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
4948         Use with-current-buffer.
4949         (vc-buffer-sync): Use unless.
4950         (vc-next-action-on-file): If the file is 'edited by read-only,
4951         make it read-write instead of trying to commit.
4952         (vc-version-diff, vc-update-change-log): Use `setq
4953         default-directory' rather than `cd'.
4954         (vc-log-edit): Don't forget to set default-directory in the
4955         buffer.
4957         * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
4958         (vc-sccs-state-heuristic): Use file-writable-p instead of
4959         comparing userids.
4960         (vc-sccs-checkout): Use `unless'.
4962         * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
4963         of comparing userids.
4964         (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
4965         Simplify the logic by eliminating unreachable code.
4966         (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
4967         just do a recursive call if we need to retry.
4968         (vc-rcs-checkout): Handle the case where rcs is missing by making
4969         the buffer read-write if requested and re-signalling the error.
4971         * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
4973 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
4975         * vc-hooks.el (vc-handled-backends): Docstring change.
4976         (vc-ignore-vc-files): Mark obsolete.
4977         (vc-registered): Check vc-ignore-vc-files.
4978         (vc-find-file-hook, vc-file-not-found-hook): Don't check
4979         vc-ignore-vc-files.
4981         * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
4983 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
4985         * vc.el (vc-checkout): Don't do anything special for ange-ftp
4986         files since ange-ftp already has vc-registered return nil.
4988         * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
4989         (vc-sccs-workfile-version): Use with-temp-buffer and new
4990         vc-parse-buffer and don't bother setting the property.
4991         (vc-sccs-add-triple): Use with-current-buffer and
4992         find-file-noselect.
4993         (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
4995         * vc-rcs.el (vc-rcs-find-most-recent-rev): New function.  The code
4996         derives from the old vc-parse-buffer but uses the revision number
4997         rather than the date (much easier to compare robustly).
4998         (vc-rcs-fetch-master-state): Use `with-temp-buffer'.  Adapt to the
4999         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).  Find the
5000         locking-user more directly.  Check strict locking and set
5001         checkout-model appropriately.
5002         (vc-rcs-parse-locks): Remove.
5003         (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
5004         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
5005         (vc-rcs-system-release): Use with-current-buffer and
5006         vc-parse-buffer.
5007         (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
5009         * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
5010         (vc-simple-command): Docstring fix.
5011         (vc-registered): Align the way the file-handler is called with the
5012         way the function itself works.
5013         (vc-file-owner): Remove.
5015         * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer.  Reorder
5016         extraction of fields and call to file-attributes because of a
5017         temporary bug in rcp.el.
5018         (vc-cvs-fetch-status): Use with-current-buffer.
5020 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5022         * vc.el (vc-do-command): Use file-relative-name.
5023         (vc-responsible-backend): Use vc-backend if possible.
5024         (vc-create-snapshot): Improve the `interactive' spec. Add support
5025         for branches and dispatch to backend-specific `create-snapshot'.
5026         (vc-default-create-snapshot): New function, containing the bulk of
5027         the old vc-create-snapshot.
5028         (vc-retrieve-snapshot): Improve the interactive spec.
5030         * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
5031         (vc-backend-hook-functions): Remove.
5032         (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
5033         (vc-backend): Reintroduce the test for `file = nil' now that I
5034         know why it was there (and added a comment to better remember).
5036         * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
5037         code from vc-sccs-hooks.el.
5038         (vc-sccs-release, vc-sccs-system-release): Remove.  Don't require
5039         'vc anymore.
5040         (vc-sccs-responsible-p): Use expand-file-name instead of concat
5041         and file-directory-p instead of file-exists-p.
5042         (vc-sccs-check-headers): Simplify the regexp.
5044         * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
5045         from vc-rcs-hooks.el.  Don't require 'vc anymore.
5046         (vc-rcs-responsible-p): Use expand-file-name instead of concat and
5047         file-directory-p instead of file-exists-p.
5049         * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
5050         from vc-cvs-hooks.el.
5051         (proto vc-cvs-registered): Require 'vc-cvs instead of
5052         'vc-cvs-hooks.  Don't require 'vc anymore.
5053         (vc-cvs-responsible-p): Use expand-file-name instead of concat and
5054         file-directory-p instead of file-exists-p.
5055         (vc-cvs-create-snapshot): New function, replacing
5056         vc-cvs-assign-name.
5057         (vc-cvs-assign-name): Remove.
5059 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5061         * vc-cvs.el (vc-cvs-header): New var.
5063         * vc-rcs.el (vc-rcs-exists): Remove.
5064         (vc-rcs-header): New var.
5066         * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
5067         `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
5068         (vc-sccs-header): New var.
5070         * vc.el (vc-do-command): Get rid of the `last' argument.
5071         (vc-header-alist): Remove, replaced by vc-X-header.
5072         (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
5073         (vc-dired-hook): Use expand-file-name instead of concat.
5074         (vc-directory): Use file-name-as-directory.
5075         (vc-snapshot-precondition, vc-create-snapshot)
5076         (vc-retrieve-snapshot): Allow the command to operate on any
5077         directory.
5079         * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
5080         just removing the 'WORKFILE argument or by removing the 'MASTER
5081         argument and replacing `file' with (vc-name file).
5083 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5085         * vc.el: Update Copyright and add a crude list of backend funs.
5086         (vc-writable-p): New function.
5087         (with-vc-file): Use vc-writable-p.
5088         (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
5089         (vc-register): Avoid vc-name.
5090         (vc-locking-user): Remove.
5091         (vc-steal-lock): Make the `owner' arg non-optional.
5092         (vc-merge): Use vc-writable-p instead of vc-locking-user and
5093         vc-checkout-model.
5094         (vc-default-dired-state-info): Use vc-state instead of
5095         vc-locking-user and return special strings for special states.
5096         (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
5097         and get rid of one of the special CVS cases.
5098         (vc-cancel-version): prettify error message with \\[...].
5099         (vc-rename-master): New function.
5100         (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
5101         use vc-rename-master) instead of vc-BACKEND-record-rename.  Make
5102         the CVS special case generic.
5103         (vc-default-record-rename): Remove.
5104         (vc-file-tree-walk-internal): Only call FUNC for files that are
5105         under control of some VC backend and replace `concat' with
5106         expand-file-name.
5107         (vc-file-tree-walk): Update docstring.
5108         (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
5109         (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
5111         * vc-sccs.el (vc-sccs-rename-file): Renamed from
5112         vc-sccs-record-rename.  Use `find-file-noselect' rather than
5113         `find-file' and call `vc-rename-master' to do the actual move.
5114         (vc-sccs-diff): Remove unused `backend' variable.
5116         * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
5117         to delay loading of vc-sccs until it is really used.
5118         (vc-sccs-master-templates): Preload.
5119         (vc-sccs-state): Update call to vc-sccs-parse-locks.
5120         (vc-sccs-project-dir): Remove (merged into
5121         vc-sccs-search-project-dir).
5122         (vc-sccs-search-project-dir): Rewrite using file name handling ops
5123         rather than `concat', make sure it is preloaded and don't bother
5124         to check that the file actually exists.
5125         (vc-sccs-parse-locks): Remove unused `file' argument, remove
5126         `locks' argument (use buffer's content instead) and eliminate n^2
5127         behavior.
5129         * vc-rcs.el: Update Copyright.
5130         (vc-rcs-rename-file): New function.
5131         (vc-rcs-diff): Remove unused `backend' variable.
5133         * vc-hooks.el: Update Copyright.
5134         (vc-backend): Don't accept a nil argument any more.
5135         (vc-up-to-date-p): Turn into a defsubst.
5136         (vc-possible-master): New function.
5137         (vc-check-master-templates): Use `vc-possible-master' and allow
5138         funs in vc-X-master-templates to return a non-existent file.
5140         * vc-cvs.el: Update Copyright.
5141         (vc-cvs-diff): Remove unused `backend' variable.
5142         (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
5144         * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
5146 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5148         * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
5149         since it can be called from vc-rcs.el.
5150         (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
5152 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
5154         * vc.el (vc-version-diff): Expand file name read from the
5155         minibuffer.  Handle the case when a previous version number can't
5156         be guessed.  Give suitable messages when there were no differences
5157         found.
5158         (vc-clear-headers): Call backend-specific implementation, if one
5159         exists.
5160         (vc-cancel-version): Made error checks generic.  When done, clear
5161         headers generically, too.
5163         * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
5164         from vc-clear-headers in vc.el.
5166         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
5167         correctly.
5168         (vc-rcs-latest-on-branch-p): Made second argument VERSION
5169         optional.  Handle the case when it's not there.
5171 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5173         * vc.el (vc-locking-user): Moved from vc-hooks.el.
5175 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5177         * vc-hooks.el (vc-loadup): Remove.
5178         (vc-find-backend-function): Use `require'.  Also, handle the case
5179         where vc-BACKEND-hooks.el doesn't exist.
5180         (vc-call-backend): Cleanup.
5182 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5184         * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
5185         vc-rcs-grab-templates)
5186         (vc-rcs-registered): Remove.  The default function works as well.
5187         * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
5188         vc-sccs-grab-templates)
5189         (vc-sccs-registered): Remove.  The default function works as well.
5191         * vc.el (vc-version-diff): Left out a vc- in call to
5192         vc-call-backend.
5193         (vc-default-dired-state-info, vc-default-record-rename)
5194         (vc-default-merge-news): Update for the new backend argument.
5196         * vc-hooks.el (vc-find-backend-function): Return a cons cell if
5197         using the default function.
5198         (vc-call-backend): If calling the default function, pass it the
5199         backend as first argument.  Update the docstring accordingly.
5200         (vc-default-state-heuristic, vc-default-mode-line-string): Update
5201         for the new backend argument.
5202         (vc-make-backend-sym): Renamed from vc-make-backend-function.
5203         (vc-find-backend-function): Use the new name.
5204         (vc-default-registered): New function.
5206 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5208         * vc.el (vc-merge): Use vc-find-backend-function.
5210         * vc-hooks.el (vc-backend-functions): Remove.
5211         (vc-loadup): Don't setup 'vc-functions.
5212         (vc-find-backend-function): New function.
5213         (vc-call-backend): Use above fun and populate 'vc-functions
5214         lazily.
5215         (vc-backend-defines): Remove.
5217 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5219         * vc.el (vc-register): Put a FIXME note for a newly found bug.
5220         Call vc-call-backend without the leading vc-.
5221         (vc-responsible-backend, vc-finish-logentry, vc-annotate)
5222         (vc-check-headers): Call vc-call-backend without the leading vc-.
5223         (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
5224         (vc-annotate-display): Replace confusing use of `cond' with `or'.
5225         Call vc-call-backend without the leading vc-.
5227         * vc-cvs.el (tail): Provide vc-cvs.
5228         * vc-sccs.el (tail): Provide vc-sccs.
5229         * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
5231         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
5232         (vc-make-backend-function, vc-call): Pass names without leading
5233         `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
5234         (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
5235         (vc-call-backend): Always try to load vc-X-hooks.
5236         (vc-registered): Remove vc- in call to vc-call-backend.
5238 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5240         * vc.el (vc-process-filter): New function.
5241         (vc-do-command): Setup `vc-process-filter' for the async process.
5242         (vc-maybe-resolve-conflicts): New function to reduce
5243         code-duplication.  Additionally, it puts the buffer in
5244         `smerge-mode' if applicable.
5245         (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
5246         calling `merge-news'.
5247         (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
5248         (vc-log-edit): New function.  Replacement for `vc-log-mode' by
5249         interfacing to log-edit.el.
5250         (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
5251         log-edit is available.
5252         (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
5254 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5256         * vc.el (vc-register): Remove `vc-buffer-backend' setup.
5257         (vc-log-mode-map): New name for vc-log-entry-mode and merge the
5258         defvar and the initialization.
5259         (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
5261         * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
5262         (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
5264         * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
5266 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
5268         * vc.el (vc-file-clear-masterprops): Removed.
5269         (vc-checkin, vc-revert-buffer): Removed calls to the above.
5270         (vc-version-diff): Use buffer-size without argument.
5271         (vc-register): Heed vc-initial-comment.
5273         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
5274         default branch.
5276         * vc-rcs.el (vc-rcs-register): Parse command output to find master
5277         file name and workfile version.
5278         (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
5280         * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
5281         vc-file-clear-masterprops.
5283         * vc-sccs.el (vc-sccs-checkout): Removed call to
5284         vc-file-clear-masterprops.  If writable, set vc-state to 'edited
5285         rather than user login name.
5288 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5290         * vc.el (vc-workfile-unchanged-p): Remove unused argument
5291         `want-differences-if-changed' and simplify.
5292         (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
5293         (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
5294         output (which is invalid for async vc-diff) to decide whether to
5295         do the revert silently or not.
5297 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5299         * vc-hooks.el (vc-loadup): Load files quietly.
5300         (vc-call-backend): Oops, brain fart.
5302 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5304         * vc-cvs.el (vc-cvs-state): Typo.
5305         (vc-cvs-merge-news): Return the status code rather than the error msg.
5307 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
5309         * vc.el (with-vc-file, vc-next-action, vc-version-diff)
5310         (vc-dired-mark-locked): Replaced usage of vc-locking-user with
5311         vc-state or vc-up-to-date-p.
5312         (vc-merge): Use vc-backend-defines to check whether merging is
5313         possible.  Set state to 'edited after successful merge.
5315         * vc-hooks.el (vc-locking-user): If locked by the calling user,
5316         return that name.  Redocumented.
5318 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5320         * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
5321         new `vc-state' semantics.
5322         (vc-finish-steal): Set 'vc-state to 'edited rather than setting
5323         'vc-locking-user to the current user.
5324         (vc-merge): Inline vc-backend-merge.  Comment out code that I
5325         don't understand and hence can't adapt to the new `vc-state' and
5326         `vc-locking-user' semantics.
5327         (vc-backend-merge): Remove.
5329         * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
5330         rather than 'vc-locking-user.
5332         * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
5334         * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
5335         (vc-state): Don't use 'reserved any more.  Just use the same
5336         convention as the one used for vc-<backend>-state where the
5337         locking user (as a string) is returned.
5338         (vc-locking-user): Update, based on the above convention. The
5339         'vc-locking-user property has disappeared.
5340         (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
5342         * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
5343         with a heuristic one.
5344         (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
5345         (vc-cvs-checkin): Do a trivial parse to set the state in case of
5346         error.  That allows us to get to 'needs-merge even in the
5347         stay-local case.  There's still no way to detect 'needs-patch in
5348         such a setup (or to force an update for that matter).
5349         (vc-cvs-logentry-check): Remove, the default works as well.
5351 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5353         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
5355         * vc.el (vc-do-command): kill-all-local-variables, to reset any
5356         major-mode in which the buffer might have been put earlier.  Use
5357         `remove' and `when'.  Allow `okstatus' to be `async' and use
5358         `start-process' in this case.
5359         (vc-version-diff): Handle the case where the diff looks empty
5360         because of the use of an async process.
5362 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
5364         * vc.el (vc-next-action-on-file): Removed optional parameter
5365         `simple'.  Recompute state unconditionally.
5366         (vc-default-toggle-read-only): Removed.
5368         * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
5369         (vc-toggle-read-only): Undid prev change.
5371         * vc-cvs.el (vc-cvs-stay-local): Renamed from
5372         vc-cvs-simple-toggle.  Redocumented.
5373         (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
5374         (vc-cvs-toggle-read-only): Removed.
5376 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5378         * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
5379         (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
5380         (vc-release-greater-or-equal-p): Move to vc-rcs.el.
5381         (vc-file-clear-masterprops): Braindead "fix".  It was a nop and
5382         still is. So maybe it should be removed.
5383         (vc-head-version, vc-find-binary): Remove.
5384         (vc-recompute-state): Move from vc-hooks.el.
5385         (vc-next-action-on-file): Add a `simple' argument to allow
5386         avoiding the `recompute' step (use for vc-cvs-simple-toggle).
5387         (vc-default-toggle-read-only, vc-default-record-rename): New funs.
5388         (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
5389         (vc-dired-mode-map): Properly defvar it.
5390         (vc-print-log): Call log-view-mode if available.
5391         (small-temporary-file-directory): defvar instead of use boundp.
5392         (vc-merge-news): Moved to vc-cvs.el.
5393         (vc-default-merge-news): New function.
5395         * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
5396         (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
5397         (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
5398         unknown `vc-latest-version' function.  It should probably refer to
5399         vc-workfile-version or somesuch, but it's very unclear to me and I
5400         don't have SCCS to test things.
5402         * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
5403         (vc-sccs-state-heuristic): Fix typo.
5404         (vc-sccs-workfile-unchanged-p): Add missing argument.
5406         * vc-rcs.el: Require vc and vc-rcs-hooks.
5407         (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
5408         (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
5409         (vc-release-greater-or-equal-p): Move from vc.
5410         (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
5411         vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
5412         (vc-rcs-checkout): Add a missing `new-version' argument in the
5413         call to vc-rcs-latest-on-branch-p.  Hopefully that was the right one.
5415         * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
5416         (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
5417         (vc-rcs-latest-on-branch-p): Use the `version' argument rather
5418         than the apparently unbound `workfile-version'.
5420         * vc-hooks.el (vc-master-templates): Def the obsolete var.
5421         (vc-file-prop-obarray): Use `make-vector'.
5422         (vc-backend-functions): Add new hookable functions
5423         vc-toggle-read-only, vc-record-rename and vc-merge-news.
5424         (vc-loadup): If neither backend nor default functions exist, use
5425         the backend function rather than nil.
5426         (vc-call-backend): If the function if not bound yet, try to load
5427         the non-hook file to see if it provides it.
5428         (vc-call): New macro plus use it wherever possible.
5429         (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
5430         nor `vc-find-binary' since it's only called from
5431         vc-mistrust-permission which is only used once the backend is known.
5432         (vc-checkout-model): Fix parenthesis.
5433         (vc-recompute-state, vc-prefix-map): Move to vc.el.
5435         * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
5436         (vc-cvs-release, vc-cvs-system-release): Remove.
5437         (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
5438         (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
5439         status symbols.
5440         (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
5441         (vc-cvs-toggle-read-only): First cut at a function to allow a
5442         cvs-status-free vc-toggle-read-only.
5443         (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
5444         (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
5445         vc-cvs-status.  Also set vc-state rather than vc-locking-user.
5446         (vc-cvs-checkout): Modify access rights directly if the user
5447         requested not to use `cvs edit'.  And refresh the mode line.
5449         * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
5450         (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
5452 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5454         * vc-cvs.el (vc-cvs-checkout): Docstring fix.  Added a `(if
5455         workfile' that got lost when the code was extracted from vc.el.
5456         And merged the tail with the rest of the code (not possible in the
5457         old vc.el where the tail was shared among all backends).  And
5458         explicitly set the state to 'edited if `writable' is set.
5460         * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
5461         (vc-cvs-state): Be careful to return the value from
5462         vc-cvs-parse-state.
5463         (vc-cvs-parse-status): Use expand-file-name.  Don't set 'vc-state
5464         property but return it instead.  Also be careful to handle a nil
5465         or "" `rev' when workfile is non-nil (it was handled properly when
5466         workfile was nil).
5468         * vc.el: Removed those pesky unnecessary `(function' quotes.
5469         (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
5470         directly in the defvar.
5471         (vc-do-command): Bind inhibit-read-only so as to properly handle
5472         the case where the destination buffer has been made read-only.
5473         (vc-diff): Delegate to vc-version-diff in all cases.
5474         (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
5475         (vc-annotate-mode-variables): Removed (code moved partly to
5476         defvars and partly to vc-annotate-add-menu).
5477         (vc-annotate-mode): Turned into a derived-mode.
5478         (vc-annotate-add-menu): Moved in code in
5479         vc-annotate-mode-variables.
5480         (vc-update-change-log): Use make-temp-file if available.
5482 2000-09-04  Martin Lorentzson  <martinl@delysid.gnu.org>
5484         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
5485         `vc-checkout-model' updated to `vc-cvs-update-model'.
5487 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
5489         * vc.el (vc-next-action-on-file): Added handling of state
5490         `unlocked-changes'.
5491         (vc-checkout-carefully): Is now practically obsolete, unless the
5492         above is too slow to be enabled unconditionally.
5493         (vc-update-change-log): Fixed typo.
5495         * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
5497         * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
5498         Now handles state `unlocked-changes'.
5499         (vc-sccs-workfile-unchanged-p): New function, to support the above.
5501         * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
5503         * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
5504         (vc-rcs-fetch-master-state): Bug fixes.  Recognize state
5505         `unlocked-changes'.
5506         (vc-rcs-workfile-unchanged-p): Renamed from
5507         `vc-rcs-workfile-unchanged'.  This is not a real backend-specific
5508         function yet, but supposed to become one soon.
5510         * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
5511         `vc-steal-lock'.
5512         (vc-call-backend): Changed error message.
5513         (vc-state): Added description of state `unlocked-changes'.
5515 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
5517         * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
5518         always return t in CVS-controlled directories.
5520         * vc.el (vc-responsible-backend): New function.
5521         (vc-register): Largely rewritten.
5522         (vc-admin): Removed (implementation moved into vc-register).
5523         (vc-checkin): Redocumented.
5524         (vc-finish-logentry): If no backend defined yet (because we are in
5525         the process of registering), use the responsible backend.
5527         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
5528         Updated function lists.
5529         (vc-call-backend): Fixed typo.
5531         * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
5532         New functions.
5533         (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
5534         Removed query option.  Redocumented.
5536 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
5538         * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
5540         * vc.el: Updated callers of `vc-checkout-required' to use
5541         `vc-checkout-model'.
5543 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
5545         * vc-rcs.el (vc-rcs-backend-release-p): function added.  other
5546         stuff updated to reference this function instead of the old
5547         `vc-backend-release-p'.
5549 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
5551         * vc-sccs-hooks.el (vc-uses-locking): Renamed to
5552         vc-checkout-model.  Return appropriate values.  Updated callers.
5554 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
5556         * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
5557         (vc-backend-revert): Function moved into `vc-revert';
5558         `vc-next-action' must be updated to accomodate this change.
5559         (vc-backend-steal): Function moved into `vc-finish-steal'.
5560         (vc-backend-logentry-check): Function moved into
5561         `vc-finish-logentry'.
5562         (vc-backend-printlog): Function moved into `vc-print-log'.
5563         (vc-backend-uncheck): Function moved into `vc-cancel-version'.
5564         (vc-backend-assign-name): Function moved into
5565         `vc-create-snapshot'.
5567 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
5569         * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
5570         Rename to vc-checkout-model.  Return appropriate values.
5571         Update callers.
5573         * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
5574         to vc-checkout-model.
5575         (vc-checkout-required): Rename to vc-checkout-model.
5576         Re-implement and re-comment.
5577         (vc-after-save): Use vc-checkout-model.
5579 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
5581         * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
5582         Update to use the vc-BACKEND-diff functions instead.
5583         `vc-diff' is now working.
5585         * vc-rcs.el (vc-rcs-logentry-check): New function.
5587         * vc-cvs.el (vc-cvs-logentry-check): New function.
5589         * vc-sccs.el (vc-sccs-diff): Function changed name from
5590         `vc-backend-diff'.  This makes `vc-diff' work.
5592         * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
5593         of functions possibly implemented in a vc-BACKEND library.
5594         (vc-checkout-required): Fix bug that caused an error to be
5595         signaled during `vc-after-save'.
5597         * vc.el: Fix typo.
5598         This checkin is made with our new VC code base for the very first time.
5599         A simple `(vc-checkin (buffer-file-name))' was used to perform it.
5601         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
5602         `vc-checkout-required' updated to `vc-cvs-uses-locking'.
5604         * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
5605         updated to `vc-uses-locking'.
5606         (vc-checkout-required): Call to backend function.
5607         `vc-checkout-required' updated to `vc-uses-locking' instead.
5609         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
5610         `vc-checkout-required' updated to `vc-rcs-uses-locking'.
5612         * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
5613         to match the split into various backends.
5614         (vc-backend-checkin): Remove.  Merge with `vc-checkin'.
5615         (vc-retrieve-snapshot): Bug fix.
5617 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
5619         * vc-sccs.el (vc-sccs-release): Doc fix.
5621 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
5623         * vc.el (vc-next-action-on-file): Bug found and fixed.
5624         (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
5625         (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
5627         * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
5628         (vc-rcs-checkout): Name space cleaned up.  No more revision number
5629         crunching function names that are not prefixed with vc-rcs.
5630         (vc-rcs-checkout-model): Function added.  References to
5631         `vc-checkout-model' replaced.
5633 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
5635         * vc.el (vc-next-action-on-file): Rewritten for the new state model.
5636         (vc-backend-merge-news): Renamed to `vc-merge-news'.  (Specific parts
5637         still need to be split, and implemented for RCS).
5639 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
5641         * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
5643         * vc-sccs.el (vc-sccs-admin): Added the query-only option as
5644         required by the vc.el file.
5646         * vc-rcs.el (vc-rcs-admin): Added the query-only option as
5647         required by the vc.el file.
5648         (vc-rcs-exists): Function added.
5650         * vc-cvs.el (vc-cvs-admin): Added the query-only option as
5651         required by the vc.el file.
5653         * vc.el (vc-admin): Updated to handle selection of appropriate
5654         backend.  Current implementation is crufty and need re-thinking.
5656         * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
5658 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
5660         * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
5661         beginning of annotate buffers correctly.
5663         * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
5664         (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
5665         functionality updated quite a lot to support multiple backends.
5666         Variables `vc-annotate-mode', `vc-annotate-buffers',
5667         `vc-annotate-backend' added.
5669         * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
5670         `vc-annotate-difference' added to supported backend functions.
5672 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
5674         * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
5675         Use with-temp-file instead of /bin/sh.  Merged from mainline
5677 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
5679         * vc-sccs-hooks.el (vc-sccs-registered): Updated.
5681         * vc-rcs-hooks.el (vc-rcs-registered): Updated.
5683         * vc-cvs-hooks.el (vc-cvs-registered): Updated.
5685 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
5687         * vc-hooks.el: vc-state-heuristic added to
5688         vc-backend-hook-functions.
5690         * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
5692         * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
5694         * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
5695         `vc-uses-locking' to `vc-checkout-required'.  Rename the `locked'
5696         state to `reserved'.
5698         * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
5699         `vc-checkout-required'.  Rename the `locked' state to `reserved'.
5701 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
5703         * vc-rcs-hooks.el: Implement new state model.  Hardly anything
5704         untouched.
5706         * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
5708         * vc.el (vc-update-change-log): Use small-temporary-file-directory,
5709         if defined.  (Merged from main line, slightly adapted.)
5711         * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
5712         millenium problem (merged from mainline).
5714 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
5716         * vc-cvs.el: Split the annotate feature into a BACKEND-specific
5717         part and moved the non-BACKEND stuff to vc.el.
5719         * vc.el: Split the annotate feature into a BACKEND specific part
5720         and moved it from the vc-cvs.el file to this one.
5722 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
5724         * vc-hooks.el: Implement new state model.
5725         (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
5726         (vc-locking-user): Simplify.  Now only needed if the file is
5727         locked by somebody else.
5728         (vc-lock-from-permissions): Remove.  Functionality is in
5729         vc-sccs-hooks.el and vc-rcs-hooks.el now.
5730         (vc-mode-line-string): New name for former vc-status.  Adapted.
5731         (vc-mode-line): Adapt to use the above.  Remove optional parameter.
5733         * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
5734         Various simplifications and adaptations all over the place.
5736         * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
5737         Simplify and adapt the rest.
5739         * vc.el (vc-resynch-window): Add TODO comment: check for
5740         interaction with view mode according to recent RCS change.
5741         (vc-backend-merge-news): Merge "CMUP" patch from mainline.
5743 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
5745         * vc.el: Convert the remaining function comments to docstrings.
5747 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
5749         * vc.el (vc-backend-release, vc-release-greater-or-equal)
5750         (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
5751         (vc-minor-part, vc-previous-version): Functions that operate and
5752         compare revision numbers got proper documentation.  Comments added
5753         about their possible removal.
5755 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
5757         * vc.el (vc-latest-on-branch-p): Function removed and replaced in
5758         the vc-backend.el files.
5760         * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
5762         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
5763         (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
5764         (vc-rcs-previous-version): Functions added.
5766         * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
5768         * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
5770 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
5772         * vc-hooks.el (vc-master-templates): Is really obsolete.
5773         Comment out the definition for now.  What is the right procedure
5774         to get rid of it?
5775         (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
5776         rewritten.
5777         (vc-default-registered): Remove.
5778         (vc-check-master-templates): New function; does mostly what the
5779         above did before.
5780         (vc-locking-user): Don't rely on the backend to set the property.
5782         * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
5783         Rewrite documentation.
5784         (vc-rcs-templates-grabbed): New variable.
5785         (vc-rcs-grab-templates): New function.
5786         (vc-rcs-registered): Rewrite to use above mechanism.
5788         * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
5789         Rewrite documentation.
5790         (vc-sccs-templates-grabbed): New variable.
5791         (vc-sccs-grab-templates): New function.
5792         (vc-sccs-registered): Rewrite to use above mechanism.
5793         (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
5794         Don't throw the result, simply return it.
5796         * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
5797         (vc-cvs-find-master): Remove.  Code is now in vc-cvs-registered.
5798         (vc-cvs-registered): Does the check itself now.  Simplify.
5800         * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
5801         from main line.
5803 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
5805         * vc-cvs.el (vc-cvs-diff): New function.
5807         * vc-sccs.el (vc-sccs-diff): New function.
5809         * vc-rcs.el (vc-rcs-diff): New function.
5810         (vc-rcs-checkout): Bug (typo) found and fixed.
5811         (vc-rcs-register-switches): New variable.
5813         * vc.el (vc-backend-diff): Function removed and placed in the
5814         backend files.
5816 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
5818         * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
5820         * vc.el (vc-backend-checkout): Function removed and replaced in
5821         the vc-backend.el files.
5823         * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
5825         * vc.el (vc-backend-admin): Removed and replaced in the
5826         vc-backend.el files.
5828         * vc.el (Martin): Removed all the annotate functionality since it
5829         is CVS backend specific.
5831 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
5833         * spec.txt: Added specification of vc-state.
5835         * vc-sccs-hooks.el (vc-sccs-master-properties):
5836         Remove handling of vc-latest-version and
5837         vc-your-latest-version.  What used to be vc-latest-version, is now
5838         returned as vc-workfile-version.
5839         (vc-sccs-workfile-version): Adapt.
5841 2000-09-04  Dave Love  <fx@gnu.org>
5843         * vc.el: [Merged from mainline.]
5844         (vc-dired-mode): Make the dired-move-to-filename-regexp
5845         regexp match the date, to avoid treating date as file size.
5846         Add YYYY S option to WESTERN/
5848 2000-09-04  Dave Love  <fx@gnu.org>
5850         * vc.el: Require `compile' when compiling.
5851         (vc-logentry-check-hook): New option.
5852         (vc-steal-lock): Use compose-mail.
5853         (vc-dired-mode-map): Defvar when compiling.
5854         (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
5855         vc-sccs.el and renamed.  Callers changed.
5856         (vc-backend-checkout, vc-backend-logentry-check)
5857         (vc-backend-merge-news): Doc fix.
5858         (vc-default-logentry-check): New function.
5859         (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
5860         (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
5861         (vc-backend-merge): Doc fix.  Use backend functions.
5862         (vc-check-headers): Use backend functions.
5864         * vc-cvs.el: Require vc when compiling.
5865         (vc-cvs-register-switches): Doc fix.
5866         (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
5867         (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
5868         (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
5869         New functions (code from vc.el).
5870         (vc-annotate-display-default): Fix interactive spec.
5871         (vc-annotate-time-span): Doc fix.
5873         * vc-rcs.el: Require vc when compiling.
5874         (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
5875         (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
5876         (vc-rcs-checkin): New functions (code from vc.el).
5877         (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
5878         Doc fix.
5879         (vc-rcs-release): Deleted.  (Duplicated vc-rcs-system-release).
5881         * vc-sccs.el: Require vc when compiling.
5882         (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
5883         (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
5884         (vc-sccs-revert)
5885         (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
5886         from vc.el).
5887         (vc-sccs-add-triple, vc-sccs-record-rename)
5888         (vc-sccs-lookup-triple): Moved from vc.el and renamed.
5889         (vc-sccs-admin): Doc fix.
5891 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
5893         * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
5894         (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
5895         (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
5896         from vc.el.
5898         * vc-sccs.el (vc-admin-sccs): Added from vc.el
5900         * vc-cvs.el: Moved the annotate functionality from vc.el.
5901         (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
5903 2000-09-04  Dave Love  <fx@gnu.org>
5905         * vc.el (vc-backend-release): Call vc-system-release.
5907         * vc-sccs.el (vc-sccs-system-release):
5908         Renamed from vc-sccs-backend-release.
5910         * vc-rcs.el (vc-rcs-system-release):
5911         Renamed from vc-rcs-backend-release.
5913         * vc-cvs.el (vc-cvs-system-release):
5914         Renamed from vc-cvs-backend-release.
5916 2000-09-04  Dave Love  <fx@gnu.org>
5918         * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
5919         backend files.
5920         (vc-backend-release): Dispatch to backend functions.
5921         (vc-backend-release-p): Don't mention CVS, RCS.  [The SCCS case
5922         probably needs attention.]
5924         * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
5925         (vc-sccs-backend-release): New function.
5927         * vc-cvs.el (vc-cvs-release): Moved from vc.el.
5928         (vc-cvs-backend-release): New function.
5930         * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
5931         Doc fix.
5932         (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
5933         (vc-default-dired-state-info): New function.
5934         (vc-dired-state-info): Dispatch to backends.
5935         (vc-dired-hook): Doc fix.  Simplify, pending removal of CVS specifics.
5937         * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
5938         from vc.el and renamed.
5940 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
5942         * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
5943         (vc-version-other-window, vc-backend-assign-name): Removed
5944         references to vc-latest-version; sometimes changed into
5945         vc-workfile-version.
5947         * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
5948         vc-rcs-master-workfile-version.
5949         (vc-rcs-workfile-version): Use the above.  Don't call
5950         vc-latest-version (that was unreachable code, anyway).
5951         (vc-rcs-fetch-master-properties): Doc fix.
5953         * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
5954         (vc-backend-hook-functions): Removed them from this list, too.
5955         (vc-fetch-properties): Removed.
5956         (vc-workfile-version): Doc fix.
5958         * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
5959         (vc-rcs-workfile-version, vc-rcs-locking-user)
5960         (vc-rcs-uses-locking): Use it.
5962         * vc-hooks.el (vc-consult-rcs-headers):
5963         Moved into vc-rcs-hooks.el, under the name
5964         vc-rcs-consult-headers.
5966         * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
5967         headers.
5968         (vc-cvs-find-master): Use this name only; correct different
5969         versions of the name.
5971         * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
5972         New functions.
5973         (vc-sccs-locking-user): Use the latter.
5975         * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
5976         New functions.
5978         * vc-hooks.el (vc-master-locks, vc-master-locking-user):
5979         Moved into both
5980         vc-rcs-hooks.el and vc-sccs-hooks.el.  These properties and access
5981         functions are implementation details of those two backends.
5983 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
5985         * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
5986         (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
5988         * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
5989         (vc-sccs-parse-locks): SCCS-specific code moved here from
5990         vc-hooks.
5992         * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
5993         code moved here from vc-hooks.
5995         * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
5996         into back-end specific parts and removed.  Callers not updated
5997         yet; because I guess these callers will disappear into back-end
5998         specific files anyway.
6000 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6002         * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
6003         (vc-backend-checkout): Changed calls to `vc-checkout-model' to
6004         `vc-uses-locking'.
6006         * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
6007         Store yes/no in the property, and return t/nil.  Updated all
6008         callers.
6010         * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
6011         vc-sccs-uses-locking.  Don't set property.
6012         (vc-sccs-locking-user): Don't set property.
6014         * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
6015         vc-cvs-uses-locking.  Don't set property here; leave that to
6016         vc-hooks.
6017         (vc-cvs-locking-user): Reflect above change.  Streamlined.
6019         * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
6020         vc-rcs-uses-locking.
6021         (vc-rcs-locking-user): Reflect above change.
6023 2000-09-04  Dave Love  <fx@gnu.org>
6025         * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
6027         * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
6029         * vc-hooks.el (vc-checkout-model): Punt to backends.
6031         * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
6033         * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
6035         * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
6036         New functions.
6038         * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
6039         New functions.
6041         * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
6042         (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
6044         * vc-hooks.el (vc-default-locking-user): New function.
6045         (vc-locking-user, vc-workfile-version): Punt to backends.
6047 2000-09-04  Dave Love  <fx@gnu.org>
6049         * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
6050         (vc-master-workfile-version): Moved from vc-hooks.
6052         * vc-rcs-hooks.el: Fix duplicate code in last change.
6054         * vc-rcs-hooks.el: Require vc-hooks when compiling.
6055         (vc-rcs-master-templates): Improve :type.
6056         (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
6057         vc-master-workfile-version): Moved from vc-hooks.
6059         * vc-sccs-hooks.el: Require vc-hooks when compiling.
6060         (vc-sccs-master-templates): Improve :type.
6061         (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
6063         * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
6065         * vc-cvs-hooks.el: Require vc-hooks when compiling.
6066         (vc-cvs-master-templates): Improve :type.  Use
6067         vc-cvs-find-cvs-master.
6068         (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
6069         from vc-hooks.
6070         (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
6072         * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
6073         Moved to vc-cvs-hooks.
6075         * vc-hooks.el: Add doc strings in various places.  Simplify the
6076         minor mode setup.
6077         (vc-handled-backends): New user variable.
6078         (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
6079         simplification.
6081 2000-09-04  Dave Love  <fx@gnu.org>
6083         * vc.el: Some doc fixes for autoloaded and interactive functions.
6084         Fix compilation warnings from ediff stuff.
6085         (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
6087         * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
6089         * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
6091         * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
6093 2000-09-04  Dave Love  <fx@gnu.org>
6095         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
6096         New variable.
6097         (vc-make-backend-function, vc-loadup, vc-call-backend)
6098         (vc-backend-defines): New functions.
6100         * vc-hooks.el: Various doc fixes.
6101         (vc-default-back-end, vc-follow-symlinks): Custom fix.
6102         (vc-match-substring): Function removed.  Callers changed to use
6103         match-string.
6104         (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
6105         Simplify.
6107 2000-09-04  Dave Love  <fx@gnu.org>
6109         * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
6110         type.
6111         (vc-sccs-project-dir, vc-search-sccs-project-dir)
6112         (vc-sccs-registered): Doc fix.
6114         * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
6115         (vc-cvs-registered): Doc fix.
6117         * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
6118         (vc-rcs-registered): Doc fix.
6120 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6122         * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
6124         * vc-hooks.el: vc-registered has been renamed
6125         vc-default-registered.  Some functions have been moved to the
6126         backend specific files.  they all support the
6127         vc-BACKEND-registered functions.
6129 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6131         * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
6133         * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
6135 2000-09-04  Dave Love  <fx@gnu.org>
6137         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
6138         menu-bar-update-hook.
6140         * help.el (help-manyarg-func-alist): Add
6141         find-operation-coding-system.
6143         * wid-edit.el (widget-sexp-validate): Fix garbled code.
6145         * custom.el (custom-set-variables): Print message about errors in
6146         setting.
6148 2000-09-03  Andrew Innes  <andrewi@gnu.org>
6150         * makefile.w32-in: Change to DOS line endings.
6152 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
6154         * mouse.el (mouse-popup-menubar): Supply the prompt string for
6155         minor-mode keymaps, if they don't have one.
6157 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
6159         * eshell/esh-module.el (eval-when-compile): Don't lose if
6160         esh-module.el's file name is truncated to DOS 8+3 limits.
6162 2000-09-01  John Wiegley  <johnw@gnu.org>
6164         * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
6165         predicate, which caused entries in the completion list to be
6166         doubled.
6168 2000-08-30  John Wiegley  <johnw@gnu.org>
6170         * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
6171         sending to subprocesses.  Also, hook pre-command-hook if
6172         `eshell-send-direct-to-subprocesses' is non-nil.
6173         (eshell-send-direct-to-subprocesses): New config variable.  If t,
6174         subprocess input is send immediately.
6175         (eshell-toggle-direct-send): New function.
6176         (eshell-self-insert-command): New function.
6177         (eshell-intercept-commands): New function.
6178         (eshell-send-input): If direct subprocess sending is enabled,
6179         don't echo any input to the Eshell buffer.  Let the subprocess
6180         handle that.  This requires "stty echo" in bash, for example.
6182 2000-08-28  John Wiegley  <johnw@gnu.org>
6184         * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
6185         completion function for Eshell's implementation of `unset'.
6187 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
6189         * info.el (Info-directory-list): Doc fix.
6191 2000-08-31  Peter Breton  <pbreton@ne.mediaone.net>
6193         * filecache.el (file-cache-add-directory-using-find): Don't quote
6194         wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
6196 2000-08-31  Kenichi Handa  <handa@etl.go.jp>
6198         * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
6199         coding systems.
6201 2000-08-30  Andrew Innes  <andrewi@gnu.org>
6203         * timer.el (run-with-idle-timer): Undo last change, so that timer
6204         is not activated immediately if Emacs is already idle.  Some
6205         existing code relies on this behaviour.
6207 2000-08-30  Miles Bader  <miles@gnu.org>
6209         * frame.el (set-frame-font): Do completion of font-name for
6210         interactive use.
6212 2000-08-30  Kenichi Handa  <handa@etl.go.jp>
6214         * international/quail.el (quail-start-translation): Bind locally
6215         last-command-event, last-command, and this-command.
6216         (quail-start-conversion): Likewise.
6217         (quail-self-insert-command): Fix docstring.
6219 2000-08-29  Gerd Moellmann  <gerd@gnu.org>
6221         * progmodes/executable.el
6222         (executable-make-buffer-file-executable-if-script-p): Check that
6223         buffer contains at least 2 characters.
6225 2000-08-29  Eli Zaretskii  <eliz@is.elta.co.il>
6227         * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
6229 2000-08-29  Dave Love  <fx@gnu.org>
6231         * diff-mode.el (diff-mode) <defgroup>: Add :version.
6232         (diff-mode-shared-map): Bind mouse-2.
6233         (diff-imenu-generic-expression): New variable.
6234         (diff-mode): Use it.
6236         * mouse.el (mouse-major-mode-menu): Use local-key-binding.
6237         (mouse-popup-menubar): Add minor mode menus.
6238         (popup-menu): Check for lookup-key returning number.
6240 2000-08-29  Miles Bader  <miles@gnu.org>
6242         * comint.el (comint-send-input): Create overlays using the proper
6243         front/read-advance arguments.
6245 2000-08-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6247         * ps-print.el: Even/odd pages printing.  Doc fix.
6248         (ps-print-version): New version number (6.0).
6249         (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
6250         (ps-background, ps-begin-file, ps-begin-job): Code fix.
6251         (ps-print-duplex-feature): Variable eliminated.
6252         (ps-even-or-odd-pages): New variable.
6254         * progmodes/ebnf2ps.el: Doc fix.
6255         (ebnf-version): New version (3.3).
6256         (ebnf-user-arrow): Change variable customization to sexp.
6257         (ebnf-user-arrow): Function eliminated.
6258         (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
6260 2000-08-29  Kenichi Handa  <handa@etl.go.jp>
6262         * help.el (help-xref-mule-regexp): New variable.
6263         (help-make-xrefs): Handle help-xref-mule-regexp.
6265         * international/mule-cmds.el (help-xref-mule-regexp-template): New
6266         variable.
6267         (describe-input-method): Temporarily activate the specfied input
6268         method to display the information.
6269         (describe-language-environment): Hyperlinks to mule related items.
6271         * international/mule-diag.el (charset-multibyte-form-string): New
6272         function.
6273         (list-character-sets-1): Use charset-multibyte-form-string.
6274         (describe-character-set): New function.
6275         (describe-coding-system): Hyperlinks to safe character sets.
6277         * international/quail.el (quail-help): New arg PACKAGE.
6278         Hyperlinks to mule related items.
6279         (quail-help-insert-keymap-description): Use
6280         substitute-command-keys instead of describe-bindings.
6281         (quail-translation-help): Hyperlinks to mule related items.
6283 2000-08-28  John Wiegley  <johnw@gnu.org>
6285         * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
6286         have a defsubst call itself.  Made `eshell-flatten-list' back into
6287         a function again.
6289         * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
6290         catch, in case re-centering point at bottom messes up the display.
6291         This happens frequently in Emacs 21, due I believe to variable
6292         line heights.
6294         * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
6295         to call `find-tag-interactive'.
6297         * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
6298         the list of remember directories.
6300 2000-08-28  John Wiegley  <johnw@gnu.org>
6302         * align.el: Test align-region-separate to see if it's a symbol.
6304 2000-08-28  John Wiegley  <johnw@gnu.org>
6306         * eshell/esh-util.el (eshell-flatten-list): Made this function
6307         into a defsubst form.  It gets used very frequently, although
6308         calls don't occur all that often.
6310         * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
6311         examining it.
6313         * eshell/esh-cmd.el (eshell-rewrite-while-command):
6314         (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
6315         `eshell-protect'.
6316         (eshell-copy-handles): Created a new macro for duplicating the
6317         current set of open handles.  This is needed by the looping
6318         functions.
6319         (eshell-do-eval): Fixed while and if, so that the eshell-test-body
6320         is not incorrectly stomped on.
6322         * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
6323         declaration for pcomplete-use-paring.
6324         (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
6325         value of eshell-cmpl-use-paring.
6326         * pcomplete.el (pcomplete-use-paring): New config variable, to
6327         indicate whether paring should be used.
6328         (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
6329         completion alternatives that have already been used.
6331         * eshell/esh-mode.el (eshell-repeat-argument): Added function,
6332         bound to C-c C-y, which will repeat the previous N arguments
6333         (based on prefix argument).
6334         (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
6336         * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
6337         if there is no *Help* buffer.  This is for XEmacs, which renames
6338         its help buffers uniquely.  TODO: Find out what the current buffer
6339         name to delete is.
6341         * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
6342         first entry that correlates to a passwd/group number.  Later
6343         entries (used for group/user name aliasing to multiple IDs) are
6344         ignored.
6346         * eshell/em-xtra.el (eshell/expr):
6347         * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
6348         (eshell-grep, eshell/diff, eshell/locate):
6349         * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
6350         argument list, before passing it to the system command.
6352         * eshell/esh-mode.el (eshell-find-tag): Added a special version of
6353         `find-tag' for use at final position in Eshell buffers (which
6354         otherwise triggers an error on Emacs 21).
6355         (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
6356         buffer, if it is currently bound to `find-tag'.
6358         * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
6359         in the list of matched Makefile names.
6360         (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
6361         directory, prefer its contents to Makefile.
6363         * eshell/em-dirs.el (eshell/cd): cd commands that look up
6364         directory parts (like "cd old new", or "cd =regexp"), are now case
6365         sensitive on non-Windows/DOS platforms.
6367         * eshell/esh-mode.el (eshell-parse-command-input): When a user
6368         types RET after an open delimiter (like "), display a message
6369         indicating that Eshell is waiting for the closing delimiter.
6371         * eshell/esh-var.el (eshell/unset): Added a command for unsetting
6372         environment variables.
6374         * eshell/em-unix.el (eshell/diff): Added logic to fail more
6375         gracefully if the user enters incorrect arguments.
6377         * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
6378         Eshell buffers.
6380         * eshell/esh-var.el (eshell-interpolate-variable):
6381         * eshell/esh-mode.el (eshell-move-argument):
6382         * eshell/em-unix.el (eshell-du-sum-directory):
6383         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
6384         * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
6385         (not (= ...)).
6387         * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
6388         to ensure the `preserve' flag gets propagated when doing recursive
6389         directory copies.
6391 2000-08-28  Stefan Monnier  <monnier@cs.yale.edu>
6393         * eshell/em-hist.el (eshell-put-history, eshell-get-history):
6394         Don't convert \n into \0177 in memory.
6395         (eshell-read-history, eshell-write-history): Convert \n to \0177,
6396         and back again, when reading and writing.
6398 2000-08-28  Eli Zaretskii  <eliz@is.elta.co.il>
6400         * eshell/esh-util.el (eshell-processp): Added to relieve constant
6401         testing of `fboundp' on `processp'.
6403         * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
6404         (eshell/jobs): Don't call process-list if it is not bound.
6405         (eshell-gather-process-output): Support systems where async
6406         subprocesses aren't supported.
6407         (eshell-scratch-buffer, eshell-last-sync-output-start): New
6408         variables.
6410         * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
6411         eshell-do-eval returns t.
6412         (eshell-do-pipelines-synchronously): New defmacro.
6413         (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
6414         when async subprocesses aren't supported.
6415         (eshell-do-eval): Use eshell-processp.  Don't throw eshell-defer
6416         if async subprocesses aren't supported.
6417         (eshell-resume-command): Don't assume STATUS is a string.
6419         * eshell/em-unix.el (eshell/rm): Use eshell-processp.
6421         * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
6422         (eshell-close-target, eshell-get-target): Use eshell-processp.
6423         (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
6424         fix.
6425         (eshell-get-target, eshell-create-handles): Doc fix.
6427 2000-08-28  Miles Bader  <miles@lsi.nec.co.jp>
6429         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
6430         criterion to include commands that output something, as long as it
6431         leaves both the command and the end-of-buffer visible when the
6432         command has exited.
6433         (eshell-review-quick-commands): Adjust the help doc string
6434         accordingly.
6436 2000-08-28  Peter Breton  <pbreton@ne.mediaone.net>
6438         * locate.el (locate): Cleaned up locate command's interactive prompting
6439         Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
6441         * filecache.el (file-cache-case-fold-search): New variable
6442         (file-cache-assoc-function): New variable
6443         (file-cache-minibuffer-complete): Use file-cache-assoc-function.
6444         Use file-cache-case-fold-search variable
6445         (file-cache-add-file): Use file-cache-assoc-function
6446         (file-cache-delete-file): likewise
6447         (file-cache-directory-name): likewise
6448         (file-cache-debug-read-from-minibuffer): likewise
6450 2000-08-28  Gerd Moellmann  <gerd@gnu.org>
6452         * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
6453         (abbrev-table-name): New function.
6454         (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
6455         If non-nil list local abbrev, only.
6457 2000-08-28  Stanislav Shalunov  <shalunov@internet2.edu>
6459         * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
6460         from Gnus support code, and use special article copy buffer
6461         `(gnus-original-article-buffer)' instead.  This allows to get rid
6462         of article-hide-headers usage (which breaks in the latest Gnus
6463         version).  Thanks to Detlev Zundel.
6465 2000-08-28  Kenichi Handa  <handa@etl.go.jp>
6467         * international/quail.el (quail-use-package): Hide "... loaded"
6468         message.
6469         (quail-start-translation, quail-start-conversion): Likewise.
6471         * international/kkc.el (kkc-region): Hide "... loaded" message.
6473 2000-08-27  Dave Love  <fx@gnu.org>
6475         * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
6477 2000-08-27  Miles Bader  <miles@gnu.org>
6479         * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
6481 2000-08-27  Kenichi Handa  <handa@etl.go.jp>
6483         * international/ja-dic-cnv.el (skkdic-convert): Insert (require
6484         'ja-dic-cnv), not (require 'skkdic-cnv).
6486 2000-08-26  Miles Bader  <miles@gnu.org>
6488         * faces.el (face-x-resources): Add entry for :inherit.
6489         * cus-face.el (custom-face-attributes): Add support for :inherit
6490         attribute.  Add support for relative face heights.
6491         (custom-face-attributes-get): Treat `nil' as being a default value
6492         for :inherit (as well as `unspecified').
6494         * faces.el (set-face-attribute): Update doc string.
6495         (face-attribute-name-alist): Add :inherit.
6496         (face-valid-attribute-values): Handle :inherit.
6497         (face-read-string): Rephrase prompt to be less confusing.
6498         Assume that DEFAULT is a string, since we must return a string.
6499         (face-read-integer): Use `format' to turn DEFAULT into an
6500         acceptable default for face-read-string.  Match NEW-VALUE against
6501         the string "unspecified", not the symbol `unspecified', since
6502         that's what face-read-string returns.
6503         (read-face-attribute): Lookup a name for old-value in valid, and
6504         use it as a default if we find one.  Treat all values from
6505         face-read-string as strings.  If the default is used, don't do any
6506         more processing on the value, just use the old value directly.
6507         (read-face-and-attribute, modify-face): Tweak prompt.
6508         (read-face-name): Don't assume prompt ends with a space.
6510         * faces.el (describe-face): Add support for :inherit attribute.
6512 2000-08-25  Kenichi Handa  <handa@etl.go.jp>
6514         * terminal.el (terminal-emulator): Fix args to `concat'.  Now
6515         concat doesn't accept interger.
6517         * international/kkc.el: Remove SKK from Keywords.  Require
6518         ja-dic-utl instead of skkdic-utl.
6520         * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
6521         Provide ja-dic-cnv instead of skkdic-cnv.
6522         (ja-dic-filename): Renamed from skkdic-filename.  Referers changed
6523         (iso-2022-7bit-short): Add safe-charsets property.
6524         (skkdic-convert-postfix): Search Japanese chou-on character in
6525         addition to Hiragana character.
6526         (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
6527         (skkdic-convert): Change file names from skkdic.el to ja-dic.el
6528         (batch-skkdic-convert): Likewise.
6530         * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
6531         Provide ja-dic-utl instead of skkdic-utl.
6532         (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
6534 2000-08-24  Dave Love  <fx@gnu.org>
6536         * disp-table.el (standard-display-default): Make the test of `l'
6537         useful.
6539         * language/european.el ("Latin-8", "Latin-9"): Add input methods,
6540         mod sample text.
6542         * international/iso-ascii.el: Make pilcrow convenient string
6543         consistent with section.
6544         (iso-ascii-display): Set up multibyte characters as well as
6545         unibyte.
6547 2000-08-24  Kenichi Handa  <handa@etl.go.jp>
6549         * international/mule-cmds.el (reset-language-environment): Set
6550         default-process-coding-system to '(undecided . iso-latin-1), which
6551         makes process I/O almost consistent with file I/O.   Call this
6552         function when mule-cmds.el[c] is loaded.
6554 2000-08-22  Andrew Innes  <andrewi@gnu.org>
6556         * makefile.w32-in: New file.
6558 2000-08-22  Miles Bader  <miles@lsi.nec.co.jp>
6560         * comint.el (comint-output-filter): Compare end of
6561         comint-last-output-overlay with the start of the newly inserted
6562         text, not the end, when deciding whether to extend it.
6563         Set saved-point's insertion type to advance after insertion.
6565         * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
6566         since this is now done independently of font-lock mode.
6568 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
6570         * server.el (server-kill-new-buffers): New user option.
6571         (server-existing-buffer): New buffer-local variable.
6572         (server-visit-files): When using an existing buffer, set
6573         server-existing-buffer to t.
6574         (server-buffer-done): If server-kill-new-buffers is t, kill the
6575         buffer, unless it was already present before visiting it with
6576         Emacs server.
6578 2000-08-21  Eli Zaretskii  <eliz@is.elta.co.il>
6580         * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
6581         even if the display doesn't support colors: some displays will
6582         support bold/underline faces.
6584 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
6586         * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
6588         * startup.el (command-line): If user's init file had an error,
6589         add explanatory text to *Messages*.
6591 2000-08-21  Kenichi Handa  <handa@etl.go.jp>
6593         * man.el (Man-getpage-in-background): Decode the process output by
6594         the system locale coding system.
6596 2000-08-20  Dave Love  <fx@gnu.org>
6598         * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
6599         Don't test x-popup-menu.
6600         (function) <complete-function>: Complete only fbound symbols.
6601         <validate, value>: New.
6602         (variable) <complete-function>: Complete only bound symbols.
6603         (coding-system): Add :base-only, :complete-function, :validate,
6604         :value, :prompt-match.
6605         (widget-coding-system-prompt-value): Use read-coding-system and
6606         act on :base-only.
6607         (editable-field): Add :help-echo.
6608         (widget-push-button-gui, widget-push-button-cache)
6609         (widget-gui-action, widget-editable-list-gui): COmment out, along
6610         with uses.
6611         (widget-at): Make arg optional.
6612         (widget-echo-help): Adjust for current help-echo calling sequence.
6613         (widget-specify-field, widget-specify-button)
6614         (widget-specify-insert, widget-get-sibling, widget-image-find)
6615         (widget-convert, widget-insert, widget-leave-text)
6616         (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
6617         (widget-setup, widget-field-find, widget-before-change)
6618         (widget-after-change, widget-default-complete)
6619         (widget-default-create, widget-default-delete)
6620         (widget-push-button-value-create, editable-field)
6621         (widget-field-prompt-value, widget-field-validate)
6622         (widget-choice-value-create, widget-choice-action)
6623         (widget-choice-validate, widget-checklist-add-item)
6624         (widget-radio-add-item, widget-radio-chosen)
6625         (widget-radio-value-inline, widget-editable-list-value-create)
6626         (widget-editable-list-entry-create)
6627         (widget-documentation-link-add)
6628         (widget-documentation-string-value-create)
6629         (widget-regexp-validate, widget-file-complete)
6630         (widget-sexp-validate, widget-plist-convert-widget)
6631         (widget-plist-convert-widget, widget-alist-convert-widget)
6632         (widget-alist-convert-widget, widget-color-complete): Simplify,
6633         particularly to avoid bindings which aren't optimized out.
6635         * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
6636         Doc fix.
6637         (down-list, backward-up-list, up-list, kill-sexp)
6638         (backward-kill-sexp, mark-sexp): Make arg optional.
6639         (lisp-complete-symbol): Add optional arg PREDICATE.
6641         * cus-start.el: Add display-buffer-reuse-frames,
6642         file-coding-system-alist.
6644 2000-08-20  Gerd Moellmann  <gerd@gnu.org>
6646         * startup.el (command-line): Clear realized faces after
6647         modifying TTY color mappings.
6649 2000-08-20  Miles Bader  <miles@gnu.org>
6651         * faces.el (face-attr-match-p): Don't return true if ATTRS are
6652         merely a subset of FACE's attributes.
6654 2000-08-19  Miles Bader  <miles@gnu.org>
6656         * comint.el (comint-output-filter): Save the point with a marker,
6657         not just a buffer position.
6659         * international/mule.el (set-buffer-process-coding-system): Make
6660         interactive prompt less confusing.
6662 2000-08-19  Gerd Moellmann  <gerd@gnu.org>
6664         * hilit-chg.el: General cleanup of doc strings, comments and
6665         code formatting.
6667 2000-08-19  Miles Bader  <miles@gnu.org>
6669         * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
6670         Compiler macro removed; beginning-of-line is no longer always
6671         equivalent to forward-line, in the presence of fields.
6673         * comint.el (comint-output-filter): Remove ad-hoc saving of
6674         restriction, and just use save-restriction, now that it works
6675         correctly.  Don't adjust comint-last-input-start to account for
6676         our insertion; it shouldn't have moved because we don't use
6677         insert-before-markers anymore.  Comment out call to
6678         `force-mode-line-update'; why is it here?
6680         * gud.el (gud-basic-call): Temporarily widen gud comint buffer
6681         while checking for prompt to delete.  Use `forward-line 0'
6682         instead of beginning-of-line.
6683         (gud-filter): Temporarily widen gud comint buffer while
6684         examining output.
6686 2000-08-18  Stefan Monnier  <monnier@cs.yale.edu>
6688         * progmodes/sh-script.el: Big bag of typos.
6690         * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
6691         check since ispell-process is not bound when ispell is not yet loaded.
6693 2000-08-18  Dave Love  <fx@gnu.org>
6695         * image.el (find-image): Copy `spec' before using plist-put.
6697 2000-08-18  Gerd Moellmann  <gerd@gnu.org>
6699         * textmodes/ispell.el (ispell-dictionary-alist-6): Add
6700         `portugues'.
6702         * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
6703         backward-kill-sexp, analogous to kill-sexp.
6705         * progmodes/icon.el (icon-indent-line)
6706         (icon-is-continuation-line): Handle comments specially.
6708 2000-08-17  Ken Stevens <k.stevens@ieee.org>
6710         * ispell.el: Set to standard author/maintainer/keyword fields.
6711         Fine tuning to menu map appearance and operation, and added help.
6712         Remove `start' and `end' error messages when compiling.
6713         (ispell-choices-win-default-height): Fixed comment string.
6714         (ispell-dictionary-alist-1): Fixed regexp in castellano and
6715         castellano8 dictionaries.
6716         (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
6717         (ispell-dictionary-alist-4): Fixed regexp in francais-tex
6718         dictionary, added italiano dictionary.
6719         (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
6720         word character
6721         (ispell-tex-skip-alists): Added psfig support.
6722         (ispell-skip-html): Renamed from ispell-skip-sgml.
6723         (ispell-begin-skip-region-regexp, ispell-skip-region)
6724         (ispell-minor-check): Improved html skipping support to skip across
6725         code, and recognize `&' commands without propper `;' syntax;
6726         (ispell-process-line): Fix alignment error when manually
6727         correcting spelling.
6728         (ispell): Fix comment string.
6729         (ispell-add-per-file-word-list): Always put word list on new line.
6731 2000-08-17  Gerd Moellmann  <gerd@gnu.org>
6733         * format.el (format-encode-run-method): Fix error message to say
6734         `encode' instead of `decode'.  Use save-window-excursion around
6735         shell-command-on-region as in format-decode-run-method because
6736         shell-command-on-region can display a buffer with error output.
6737         (format-decode): Don't record undo information for the decoding.
6738         (format-annotate-function): Add parameter FORMAT-COUNT.  Make
6739         that number part of the temporary buffer name so that more than
6740         one decoding using a temporary buffer can happen safely.
6742         * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
6743         of `A-z' in the regexp.
6745         * hilit-chg.el: Fix typos in commentary.
6747         * help.el (view-emacs-news): Rewritten for new naming scheme
6748         for old NEWS files.
6750         * startup.el (command-line): Pop to *Messages* in case an error
6751         is signaled while loading user-init-file.
6753 2000-08-17  Andreas Schwab  <schwab@suse.de>
6755         * files.el (insert-directory): Don't lose original file name,
6756         undoing an undocumented change.
6758 2000-08-17  Alex Schroeder  <alex@gnu.org>
6760         * sql.el (sql-magic-go): Use comint-bol.
6761         (sql-copy-column): Use comint-line-beginning-position.
6762         (comint-line-beginning-position): Define a replacement for
6763         comint-line-beginning-position if it is not fboundp.
6765 2000-08-17  Alex Schroeder  <alex@gnu.org>
6767         * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
6768         it didn't have any effect anyway.
6770 2000-08-17  Alex Schroeder  <alex@gnu.org>
6772         * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
6773         --pset and pager=off instead of sending \\o|cat at the beginning
6774         of the session.
6776 2000-08-17  Miles Bader  <miles@gnu.org>
6778         * progmodes/octave-inf.el: Add compatibility definition of
6779         comint-line-beginning-position.
6781 2000-08-17  Kenichi Handa  <handa@etl.go.jp>
6783         * startup.el (normal-top-level): Look in each dir in load-path for
6784         a leim-list.el file too.  This assures of loading leim-list.el
6785         that is created at Emacs installation time even if a user have his
6786         own leim-list.el.
6788 2000-08-17  Miles Bader  <miles@gnu.org>
6790         * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
6791         foreground color to black if the background is dark.
6793 2000-08-16  Stefan Monnier  <monnier@cs.yale.edu>
6795         * loadhist.el (unload-feature): Typo.
6797         * finder.el (finder-compile-keywords):
6798         * cus-dep.el (custom-make-dependencies): Add local-variable settings
6799         to the generated file.
6801         * mail/mh-e.el (mh-make-local-vars):
6802         Replace make-variable-buffer-local with make-local-variable.
6804         * play/landmark.el:
6805         * options.el (Edit-options-{set,toggle,t,nil}):
6806         * mail/mailabbrev.el (mail-abbrevs-mode):
6807         * textmodes/tex-mode.el (tex-expand-files):
6808         * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
6810         * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
6812         * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
6813         (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
6814         Allow going past the last element.
6815         * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
6816         (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
6817         (cvs-mouse-toggle-mark): Don't move point.
6818         (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
6820         * progmodes/compile.el (grep): Provide a default set of files.
6821         (next-error): Docstring fix.
6822         (compilation-find-file): Avoid find-file (fails in a dedicated window).
6824         * emacs-lisp/easy-mmode.el (define-minor-mode):
6825         Use `symbol-value' to keep the byte-compiler quiet.
6827         * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
6828         (diff-find-source-location): New fun, extracted from diff-goto-source.
6829         (diff-goto-source): Use it.
6830         (diff-next-complex-hunk, diff-filter-lines): New function.
6831         (diff-apply-hunk): New command.
6833         * smerge-mode.el (smerge-mode-menu): Doc fix.
6835         * msb.el (msb-mode): Define it in terms of define-minor-mode.
6837 2000-08-16  Dave Love  <fx@gnu.org>
6839         * windmove.el (windmove) <defgroup>: Add :version.
6841         * net/goto-addr.el: Don't require browse-url.  Require thingatpt.
6842         (goto-address-fontify-p, goto-address-highlight-p)
6843         (goto-address-url-face, goto-address-url-mouse-face)
6844         (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
6845         (goto-address-url-regexp): Use thing-at-point-url-regexp.
6846         (goto-address-fontify, goto-address-at-mouse): Simplify,
6847         (goto-address-at-point): browse-url-url-at-point,
6848         goto-address-find-address-at-point can return nil.
6849         (goto-address-find-address-at-point): Return nil on failure.
6851         * align.el (align) <defgroup>: Add :version.
6853         * calculator.el (calculator): Add :version.
6854         (calculator): Use two lines for calculator window if `modeline'
6855         face is boxed.
6857         * play/5x5.el: Doc fixes.
6858         (5x5) <defgroup>: Add :version.
6860         * play/fortune.el (fortune) <defgroup>: Add :version.
6861         (fortune-append): Fix error message.
6862         (fortune-from-region): Doc fix.
6864         * play/pong.el (pong): Doc fix.
6866         * play/morse.el: Keywords, commentary, autoloads.
6868 2000-08-16  Eli Zaretskii  <eliz@is.elta.co.il>
6870         * desktop.el (desktop-save): Don't look at symbol-value of a
6871         member of minor-mode-alist, unless it is boundp.
6873 2000-08-16  Sam Steingold  <sds@gnu.org>
6875         * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
6876         `while'; use `with-current-buffer' instead of `save-excursion'.
6877         Removed unnecessary kludges now that "*Buffer List*" is excluded.
6879 2000-08-16  Kenichi Handa  <handa@etl.go.jp>
6881         * international/ccl.el (declare-ccl-program): Docstring modified.
6882         (ccl-execute-with-args): Likewise.
6884 2000-08-16  Miles Bader  <miles@gnu.org>
6886         * progmodes/sql.el: Add compatibility definition of
6887         comint-line-beginning-position.
6889 2000-08-15  Gerd Moellmann  <gerd@gnu.org>
6891         * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
6892         'buffer-menu' property.
6893         (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
6894         fails.
6895         (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
6896         buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
6897         wasn't killed.
6899         * buff-menu.el (list-buffers-noselect): Don't display the
6900         *Buffer List* buffer.
6902         * font-lock.el: Require jit-lock to prevent a very late
6903         `Loading jit-lock' message.
6905         * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
6906         * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
6907         mail address.
6909 2000-08-15  Miles Bader  <miles@gnu.org>
6911         * textmodes/ispell.el (ispell-graphic-p): New constant.
6912         (ispell-choices-win-default-height, ispell-help): Use
6913         `ispell-graphic-p' instead of `xemacsp'.
6915 2000-08-15  Dave Love  <fx@gnu.org>
6917         * simple.el: Autoload widget-convert when compiling.
6918         (mail-user-agent): Doc fix.
6920         * help.el (function-called-at-point, variable-at-point): Use
6921         with-syntax-table.
6922         (help-manyarg-func-alist): Add insert-and-inherit.
6924         * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
6926         * delsel.el (delsel-unload-hook): New function.
6928         * find-file.el: Doc fixes.  Move provide to end.
6929         (ff) <defgroup>: Add :link.
6930         (ff-goto-click): Deleted.
6931         (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
6932         Use mouse-set-point.
6934         * textmodes/tildify.el: Doc fixes.
6935         (tildify) <defgroup>: Add:version.
6937         * progmodes/glasses.el (glasses) <defgroup>: Add :version.
6938         (glasses-custom-set): Use set-default, not set.
6939         (minor-mode-alist): Propertize the lighter.
6940         (glasses-mode): Provide optional arg.
6942         * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
6943         (global-cwarn-mode): Don't make it a user option.  Unquote lambda.
6944         (cwarn-font-lock-feature-keywords-alist): Don't make it a user
6945         option.  Provide :type.
6946         (cwarn-configuration): Provide :type.
6947         (cwarn-mode): Doc fix.
6949         * add-log.el (change-log-merge): Doc fix.
6950         (change-log-redate): New command.
6952         * net/browse-url.el (browse-url-filename-alist): Add a clause for
6953         Doze and Dog.
6954         (browse-url): Use dolist, not mapcar.
6955         (browse-url-at-point): Check for null url.
6956         (browse-url-event-buffer, browse-url-event-point): Functions
6957         deleted.
6958         (browse-url-at-mouse, browse-url-netscape): Simplify.
6960         * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
6961         modes.
6962         (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
6963         Fix previous change to mapcan.
6964         (msb--init-file-alist, msb--add-separators)
6965         (msb--make-keymap-menu): Simplify.
6966         (msb--choose-file-menu): Use copy-sequence.
6967         (msb-mode-map): Add title to keymap.
6968         (msb-unload-hook): New function.
6970         * bs.el: Fix indentation.
6971         (bs) <defgroup>: Add :links.
6972         (bs-show): Doc fix.
6973         (bs-apply-sort-faces): Don't use window-system.
6974         (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
6976 2000-08-15  Eli Zaretskii  <eliz@is.elta.co.il>
6978         * calendar/timeclock.el (timeclock-file): Run .timelog through
6979         convert-standard-filename.
6981 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
6983         * emacs-lisp/authors.el: New file.
6985         * paren.el (show-paren-priority): New user option.
6986         (show-paren-function): Set overlay priorities to
6987         show-paren-priority.
6989 2000-08-14  Miles Bader  <miles@gnu.org>
6991         * comint.el (comint-bol): Use `forward-line 0' instead of calling
6992         beginning-of-line with inhibit-field-text-motion bound.
6994 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
6996         * calendar/timeclock.el: New file.
6998 2000-08-14  David Ponce  <david@dponce.com>
7000         * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
7001         `widget-button-click'. so that one can use left mouse button to
7002         click on dialog buttons.
7004 2000-08-14  Emmanuel Briot  <briot@gnat.com>
7006         * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
7007         identifiers, since XML is case sensitive
7009 2000-08-12  Miles Bader  <miles@gnu.org>
7011         * comint.el (comint-output-filter): Don't bother frobbing
7012         window-start, it doesn't seem to be necessary.
7014         * comint.el (comint-send-string, comint-send-region): Make into
7015         real functions.  Snapshot the prompt before sending.
7017 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
7019         * info.el (Info-find-emacs-command-nodes): Rewrite to use
7020         technique similar to Info-index, instead of relying on specific
7021         names of relevant Index nodes.
7022         (Info-goto-emacs-command-node): Bind Info-history to nil when
7023         going to the first node found by Info-find-emacs-command-nodes.
7025 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
7027         * menu-bar.el (menu-bar-help-menu): Add a :help string.
7029 2000-08-10  Miles Bader  <miles@gnu.org>
7031         * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
7033 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
7035         * info.el (Info-file-list-for-emacs): More elements for the
7036         autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
7037         and woman manuals.
7039 2000-08-10  Miles Bader  <miles@lsi.nec.co.jp>
7041         * comint.el (comint-send-input): Make the newline boundary overlay
7042         rear-nonsticky.  Use `insert' instead of `insert-before-markers'.
7043         (comint-output-filter): Use `insert' instead of
7044         `insert-before-markers'.  Extend comint-last-output-overlay when
7045         necessary since we can't rely on insert-before-markers to do it.
7046         * gud.el (gud-filter): Use `with-current-buffer' instead of
7047         save-excursion when inserting the output, so that point gets
7048         updated correctly; the old method relied on a rather dodgy
7049         side-effect of comint-output-filter to avoid the effect of
7050         save-excursion.
7052 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
7054         * files.el (recover-file): Call insert-directory instead of
7055         invoking `ls' directly.
7057 2000-08-10  Miles Bader  <miles@gnu.org>
7059         * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
7060         (comint-last-prompt-overlay): New variables.
7061         (comint-output-filter): Implement prompt highlighting.
7062         (comint-snapshot-last-prompt): New function.
7063         (comint-send-input): Snapshot the last prompt.
7064         Use comint-highlight-input-face.
7065         (comint-highlight-input-face): Renamed from `comint-highlight-face'.
7066         Use defface instead of defcustom.
7067         (send-invisible, comint-send-eof): Snapshot the last prompt.
7068         (comint-delchar-or-maybe-eof): Use comint-send-eof.
7069         (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
7071 2000-08-09  Stefan Monnier  <monnier@cs.yale.edu>
7073         * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
7074         (regexp-opt-group): Use a list of chars for `letters'.
7075         (regexp-opt-charset): `chars' is now a list of chars.
7076         Use a char-table rather than a vector so it works for multibyte chars.
7078         * pcvs.el (cvs-menu): Don't move point.  Use popup-menu.
7079         Set cvs-minor-current-files to the selected fileinfo.
7080         (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
7081         (cvs-mode-insert): Manually macroexpand `ignore-errors'.
7083 2000-08-09  Eli Zaretskii  <eliz@is.elta.co.il>
7085         * files.el (insert-directory): Don't call access-file on
7086         directories on DOS and Windows.
7088 2000-08-09  Kenichi Handa  <handa@etl.go.jp>
7090         * international/ccl.el (ccl-embed-data): Make ccl-program-vector
7091         longer if necessary.
7092         (ccl-embed-code): Call ccl-embed-data to store CODE in
7093         ccl-program-vector.
7095 2000-08-09  Miles Bader  <miles@gnu.org>
7097         * comint.el (comint-output-filter): Properly handle the case where
7098         the text surrounded by comint-last-output-overlay was deleted.
7100 2000-08-08  Gerd Moellmann  <gerd@gnu.org>
7102         * info.el (Info-insert-dir): Use Info-additional-directory-list if
7103         non-nil.
7104         (Info-file-list-for-emacs): Remove "info" from the list because
7105         that leads to trying to use the documentation from file `info'
7106         in various situations where it isn't appropriate, for instance
7107         C-h C-k C-h i.
7109         * ffap.el (ffap-read-file-or-url-internal): Handle case that
7110         DIR and/or STRING are nil.
7112         * progmodes/compile.el (compilation-setup): Make variable
7113         compilation-error-screen-columns buffer-local, as some comment
7114         in the code suggests it should be.
7116         * files.el (auto-mode-interpreter-regexp): New variable.
7117         (set-auto-mode): Use it.
7119         * indent.el (indent-for-tab-command): Doc fix.
7121         * mouse-sel.el (mouse-sel-mode): Doc fix.
7123         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
7124         labels.
7126         * help.el (print-help-return-message): When
7127         display-buffer-reuse-frames is set, let the help window been quit,
7128         instead of deleting it, which might delete a reused frame.
7130 2000-08-08  Eli Zaretskii  <eliz@is.elta.co.il>
7132         * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
7133         rename a directory to a name that differs only by its letter case.
7135 2000-08-08  Kenichi Handa  <handa@etl.go.jp>
7137         * international/quail.el (quail-define-rules): Handle Quail decode
7138         map correctly.  Add code for supporting annotations.
7139         (quail-install-decode-map): New function.
7140         (quail-defrule-internal): New optional arguments decode-map and
7141         props.
7142         (quail-advice): New function.
7144 2000-08-07  Sam Steingold  <sds@gnu.org>
7146         * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
7147         `defconst', `define-condition', `with-slots'.
7148         * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
7150 2000-08-03  Miles Bader  <miles@gnu.org>
7152         * comint.el (comint-use-prompt-regexp-instead-of-fields):
7153         New variable.
7154         (comint-prompt-regexp, comint-get-old-input): Document dependence on
7155         comint-use-prompt-regexp-instead-of-fields.
7156         (comint-send-input): Add `input' field property to stuff we send to
7157         the process, if comint-use-prompt-regexp-instead-of-fields is nil.
7158         (comint-output-filter): Add `output' field property to process
7159         output, if comint-use-prompt-regexp-instead-of-fields is nil.
7160         (comint-replace-by-expanded-history)
7161         (comint-get-old-input-default, comint-show-output)
7162         (comint-backward-matching-input, comint-forward-matching-input)
7163         (comint-next-prompt, comint-previous-prompt):  Use field
7164         properties if comint-use-prompt-regexp-instead-of-fields is nil.
7165         (comint-line-beginning-position): New function.
7166         (comint-bol): Use comint-line-beginning-position.  Make ARG optional.
7167         (comint-replace-by-expanded-history-before-point): Use
7168         comint-line-beginning-position and line-end-position.
7169         (comint-last-output-overlay): New variable.
7170         (comint-mode): Make `comint-last-output-overlay' buffer-local.
7172         * shell.el (shell-prompt-pattern): Doc change.
7173         (shell-backward-command): Use line-beginning-position.
7175         * gud.el (gud-gdb-complete-command): Use
7176         comint-line-beginning-position.
7178         * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
7179         comint-bol doesn't actually go to the beginning of the line.
7181         * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
7182         if comint-use-prompt-regexp-instead-of-fields is non-nil.
7183         (try-expand-line-all-buffers): Likewise.
7185         * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
7186         explicitly matching comint-prompt-regexp.
7187         (sql-copy-column): Use comint-line-beginning-position instead of
7188         explicitly matching comint-prompt-regexp.
7190         * progmodes/octave-inf.el (inferior-octave-complete): Use
7191         comint-line-beginning-position.
7193         * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
7195         * progmodes/idlw-shell.el (idlwave-shell-send-command): When
7196         looking for a prompt, use `forward-line 0' instead of
7197         `beginning-of-line', to avoid getting caught by an input field.
7199 2000-08-07  Gerd Moellmann  <gerd@gnu.org>
7201         * files.el (shell-quote-wildcard-pattern): Make sure to return
7202         PATTERN, in the Unix case.
7204 2000-08-07  Eli Zaretskii  <eliz@is.elta.co.il>
7206         * play/zone.el (zone): Discard any pending input before running
7207         the randomly-chosen pgm.
7209 2000-08-07  Kenichi Handa  <handa@etl.go.jp>
7211         * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
7212         checking the existence of any multibyte characters.
7214 2000-08-06  Gerd Moellmann  <gerd@gnu.org>
7216         * help.el (describe-mode): Test minor-mode symbol for being
7217         bound before testing its value for being nil.
7219         * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
7220         `first', `second', and `third'.
7222         * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
7223         (second): Make it an alias for `cadr'.
7225 2000-08-06  Eli Zaretskii  <eliz@is.elta.co.il>
7227         * bs.el (bs-apply-sort-faces): Don't use window-system, since all
7228         types of display support faces now.
7230 2000-08-05  Gerd Moellmann  <gerd@gnu.org>
7232         * pcvs.el (require): Require `cl' during compilation, only.
7234         * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
7235         (toplevel): Remove `remq' and `remove' from autoloads.
7236         (cl-fake-autoloads): New variable.  If set, arrange for an error
7237         when CL functions etc. are autoloaded.
7239 2000-08-04  Eli Zaretskii  <eliz@is.elta.co.il>
7241         * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
7243         * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
7244         popped up, but the user clicks outside the menu, return an empty
7245         regexp (that causes unhighlight-regexp to have no effect).
7247         * menu-bar.el (menu-bar-games-menu): Add Zone.
7249         * hi-lock.el (toplevel): Require font-lock.
7251 2000-08-03  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7253         * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
7254         (ebnf-8-bit-chars): New var for bug fix.
7255         (ebnf-string): Bug fix.
7257 2000-08-03  Sam Steingold  <sds@gnu.org>
7259         * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
7260         instead of `buffer-string'.
7261         (require 'cl): Always, not just when compiling.
7262         `ignore-errors' in `interactive', `list*', `defun*' &c make this
7263         necessary.
7265 2000-08-03  Eli Zaretskii  <eliz@is.elta.co.il>
7267         * international/mule-cmds.el (select-safe-coding-system): Make
7268         the message text about selecting a safe coding system more clear.
7270 2000-08-02  Gerd Moellmann  <gerd@gnu.org>
7272         * hi-lock.el: New file.
7274         * play/zone.el: New file.
7276         * replace.el (occur): Set tab-width in the *Occur* buffer to the
7277         value of tab-width in the original buffer.  Choose a line number
7278         format that's a multiple of the original buffer's tab width, so
7279         that lines appear right.
7281         * textmodes/ispell.el (ispell): New function, replacing an alias.
7282         Spell-check active region if in transient-mark-mode and mark
7283         is active; otherwise spell-check buffer.
7285 2000-08-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7287         * ps-mule.el: Fix a customization problem on
7288         ps-mule-font-info-database-default.
7290 2000-08-02  Eli Zaretskii  <eliz@is.elta.co.il>
7292         * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
7293         display-mouse-p instead of window-system.
7294         (ebrowse-member-mode-map): Ditto.
7296 2000-08-01  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7298         * progmodes/ebnf2ps.el: Update ps-print functions call.
7299         Indentation fix.  Doc fix.
7300         (ebnf-version): New version number (3.2).
7301         (ebnf-format-color, ebnf-begin-job): Code fix.
7303 2000-08-01  Eli Zaretskii  <eliz@is.elta.co.il>
7305         * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
7306         font lock support on window-system.
7307         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
7309         * textmodes/ispell.el (ispell-highlight-spelling-error): Use
7310         display-color-p, if fboundp, instead of window-system.
7312 2000-07-31  Eli Zaretskii  <eliz@is.elta.co.il>
7314         * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
7315         instead of window-system.
7317         * wid-edit.el (widget-choose): Use display-mouse-p instead of
7318         window-system.
7319         (widget-choice-mouse-down-action): Use display-popup-menus-p
7320         instead of window-system.
7322         * strokes.el (strokes-file): Run the file name through
7323         convert-standard-filename.
7324         (strokes-mode): Call display-mouse-p instead of looking at
7325         window-system.  Change the error message accordingly.
7327         * progmodes/cpp.el (toplevel): Support faces on tty's.
7329         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
7330         (lm-plot-square, lm-init-display): Don't use window-system.
7332         * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
7333         (gomoku-plot-square, gomoku-init-display): Don't use window-system.
7335         * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
7336         instead of looking at window-system.
7338 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
7340         * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
7341         of testing if iswitchb-prepost-hooks is bound, because the
7342         latter will always be true when invoking a recursive minibuffer
7343         from an active Iswitchb buffer.
7345 2000-07-30  Eli Zaretskii  <eliz@is.elta.co.il>
7347         * files.el (shell-quote-wildcard-pattern): New function.
7348         (insert-directory): Call it.  Only prepend "\" to command on Unix
7349         and GNU/Linux systems.
7351 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
7353         * eshell/esh-groups.el: Change custom :link file names
7354         from `eshell.info' to `eshell'.
7356 2000-07-30  Francis Wright  <fjw@maths.qmw.ac.uk>
7358         * dired.el (dired-build-subdir-alist): Expand subdirectory names
7359         correctly in recursive ange-ftp listings.
7361 2000-07-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7363         * ps-print.el: Fix bug 1: if ps-font-size-internal,
7364         ps-header-font-size-internal and
7365         ps-header-title-font-size-internal variables are not set,
7366         ps-nb-pages and ps-line-lengths-internal crashes.  Fix bug 2: if
7367         face text property is (foreground-color . COLOR) or
7368         `(background-color . COLOR)', ps-print crashes.  Doc fix.
7369         (ps-print-version): New version number (5.2.4).
7370         (ps-plot-region): Code fix.
7371         (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
7372         (ps-face-attribute-list, ps-face-attributes, ps-face-background):
7373         Bug fix 2.
7375 2000-07-30  Milan Zamazal  <pdm@freesoft.cz>
7377         * glasses.el (glasses-make-readable): Fix uncapitalization of
7378         identifiers like `myXMLDocument'.
7380 2000-07-28  Karl Fogel  <kfogel@red-bean.com>
7382         * mail/mail-hist.el (mail-hist-previous-input)
7383         (mail-hist-next-input): Do the obvious code factorization.
7384         (mail-hist-retrieve-and-insert): New func, contains common
7385         code of above two.
7386         If inserting a message body, leave point at top.
7388 2000-07-28  Sam Steingold  <sds@gnu.org>
7390         * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
7391         Use `<=', not `<' to compare times!
7392         (ange-ftp-ls): Remove.
7394 2000-07-27  Gerd Moellmann  <gerd@gnu.org>
7396         * play/cookie1.el: Add explanation of how to make cookie.el
7397         compatible with strfile(1) to comment.
7399         * subr.el (remove, remq): New functions.
7401         * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
7402         escape `*' in regexps.
7403         (midnight-find): Reverse order of arguments in the funcall of
7404         TEST.
7406         * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
7407         and `.class'.
7409         * play/meese.el: Add Commentary section.
7411 2000-07-27  Alex Schroeder  <alex@gnu.org>
7413         * sql.el (sql-ms): Added autoload cookie.
7414         (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
7415         (sql-oracle): Ditto.
7416         (sql-help): Doc change.
7418         (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
7419         types and exceptions.
7421 2000-07-27  Alex Schroeder  <alex@gnu.org>
7423         * sql.el (sql-placeholder-history): New variable.
7424         (sql-query-placeholders-and-send): New function that will query
7425         the user and replace placeholders with user input.
7426         (sql-oracle): If running on NT, set comint-input-sender to
7427         sql-query-placeholders-and-send.
7429         (sql-stop): If in the SQLi buffer, insert stop notification, else
7430         present it as a message.
7432 2000-07-27  Alex Schroeder  <alex@gnu.org>
7434         * sql.el (sql-input-ring-separator): Doc change.
7435         (sql-input-ring-file-name): Doc change.
7436         (sql-interactive-mode): Use `sql-input-ring-separator' and
7437         `sql-input-ring-file-name' to set the comint-mode equivalents
7438         without making them local variables.
7439         (sql-stop): Don't bind `sql-input-ring-separator' and
7440         `sql-input-ring-file-name' dynamically to their comint-mode
7441         equivalents.
7443 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
7445         * international/mule.el (register-char-codings): New function.
7446         (make-coding-system): Handle `safe-chars' specification in the arg
7447         PROPERTY.
7449         * international/mule-cmds.el
7450         (find-coding-systems-region-subset-p): This function deleted.
7451         (sort-coding-systems-predicate): New variable.
7452         (sort-coding-systems): New function.
7453         (find-coding-systems-region): Use
7454         find-coding-systems-region-internal.
7455         (find-coding-systems-string): Use find-coding-systems-region.
7456         (find-coding-systems-for-charsets): Check
7457         char-coding-system-table.
7458         (select-safe-coding-system-accept-default-p): New variable.
7459         (select-safe-coding-system): Mostly rewritten.  New argument
7460         ACCEPT-DEFAULT-P.
7461         (select-message-coding-system): Call select-safe-coding-system
7462         with ACCEPT-DEFAULT-P arg.
7463         (reset-language-environment): Reset default-sendmail-coding-system
7464         to the default value iso-latin-1.
7465         (set-language-environment): Don't set the obsolete variable
7466         charset-origin-alist.
7468         * international/codepage.el (cp-coding-system-for-codepage-1):
7469         Give `safe-chars' property to make-coding-system.
7471         * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
7472         calling select-message-coding-system twice.
7474         * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
7475         instead of `safe-charsets'.
7476         (cyrillic-alternativnyj): Likewise.
7477         (ccl-encode-alternativnyj): Don't check the charset
7478         cyrillic-iso8859-5.
7480 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
7482         * composite.el (compose-chars-after): Preserve match data.
7484 2000-07-26  Sam Steingold  <sds@gnu.org>
7486         * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
7487         (ange-ftp-real-file-newer-than-file-p): New function.
7488         (ange-ftp-verify-visited-file-modtime): Use `float-time'.
7489         (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
7491         * tooltip.el (tooltip-float-time): Removed (use `float-time').
7492         * midnight.el (midnight-float-time): Ditto.
7494 2000-07-26  Andreas Schwab  <schwab@suse.de>
7496         * files.el (normal-backup-enable-predicate): Correct
7497         interpretation of the return value of compare-strings.
7499 2000-07-26  Gerd Moellmann  <gerd@gnu.org>
7501         * isearch.el (isearch-resume): New function.
7502         (isearch-done): Add something to command-history to resume
7503         the search.
7504         (isearch-yank-line, isearch-yank-word): Use
7505         buffer-substring-no-properties instead of buffer-substring.
7507         * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
7508         of flyspell-mouse-map.
7510         * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
7511         duplicate definition.
7512         (makefile-mode): Remove duplicate setting of local-abbrev-table.
7514         * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
7515         (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
7517 2000-07-25  Sam Steingold  <sds@gnu.org>
7519         * net/ange-ftp.el: Get modtime over the net.
7520         (ange-ftp-file-modtime): New function.
7521         (ange-ftp-write-region, ange-ftp-insert-file-contents)
7522         (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
7523         Use it.
7524         (ange-ftp-dot-to-slash): New function.
7525         (ange-ftp-fix-name-for-vms): Use it.
7527         * midnight.el (midnight-buffer-display-time): Use
7528         `with-current-buffer'.
7530 2000-07-25  Gerd Moellmann  <gerd@gnu.org>
7532         * find-dired.el: Update copyright notice.
7533         (find-dired): Offer to kill a running `find'.
7535         * enriched.el (enriched-face-ans): For a `foreground-color'
7536         property, return '(("x-color" COLOR))' so that COLOR will be
7537         output as a parameter of the x-color annotation.  Likewise for the
7538         `background-color' property.  In the case of normal face
7539         properties, don't return annotations for unspecified foreground
7540         and background face attributes.
7542 2000-07-25  Kenichi Handa  <handa@etl.go.jp>
7544         * language/japan-util.el (japanese-katakana-region): Fix handling
7545         HANKAKU argument.
7547 2000-07-25  Miles Bader  <miles@gnu.org>
7549         * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
7550         constrain-to-field.  Pass nil ESCAPE-FROM-EDGE argument to
7551         constrain-to-field.
7553 2000-07-24  Andrew Innes  <andrewi@gnu.org>
7555         * timer.el (timer-activate-when-idle): Add optional parameter
7556         DONT-WAIT.  Update docstring.
7557         (run-with-idle-timer): Specify extra parameter to
7558         timer-activate-when-idle, so that timer will be activated
7559         immediately if Emacs is already idle.
7561         * w32-fns.el (w32-using-nt): Fix docstring.
7563 2000-07-24  Dave Love  <fx@gnu.org>
7565         * mouse.el (popup-menu): Set last-command-event.
7566         (mouse-major-mode-menu-prefix): Declare.
7568 2000-07-24  Gerd Moellmann  <gerd@gnu.org>
7570         * textmodes/flyspell.el: Update to author's version 1.5d.
7572         * progmodes/hideshow.el: Update copyright notice.
7574         * vcursor.el: Set maintainer to FSF, since author cannot
7575         be reached.
7577 2000-07-24  Eli Zaretskii  <eliz@is.elta.co.il>
7579         * info.el (Info-goto-emacs-key-command-node): Leave a space after
7580         the prompt.
7582         * mouse.el (popup-menu): Run the keymap through indirect-function,
7583         in case it was defined with define-prefix-key.  If the menu is a
7584         list of keymaps, look up the binding of user's choice in each one
7585         of the keymaps.
7586         (mouse-popup-menubar): If the global and local menu-bar keymaps
7587         don't have a prompt string, create one and insert it into the
7588         keymap.  Don't barf if current-local-map returns nil.
7590 2000-07-24  Francis Wright  <fjw@maths.qmw.ac.uk>
7592         * dired.el (dired-sort-R-check): Added to allow recursive listing
7593         to be undone.
7594         (dired-sort-other): Use it.
7596 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
7598         * Release of cc-mode 5.27
7600 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
7602         * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
7603         c-beginning-of-statement-1 that caused a bad case of recursion
7604         which could consume a lot of CPU in large classes in languages
7605         that have in-expression classes (i.e. Java and Pike).
7607         * cc-engine.el (c-guess-basic-syntax): Check for in-expression
7608         statements before top level constructs (i.e. case 6 is moved
7609         before case 5 and is now case 4) to catch in-expression
7610         classes in top level expressions correctly.
7612 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
7614         * cc-engine.el (c-guess-basic-syntax): Less naive handling of
7615         objc-method-intro. Case 4 removed and case 5I added.
7617         * cc-langs.el (c-append-paragraph-start): New variable used by
7618         c-common-init to get paragraph-start correct.
7619         * cc-langs.el (c-common-init): Use c-append-paragraph-start to
7620         initialize paragraph-start to make it correct both with and
7621         without the javadoc special case.
7623         * cc-mode.el (java-mode): Use c-append-paragraph-start to
7624         initialize paragraph-start for javadoc markup.
7626         * cc-vars.el (c-style-variables-are-local-p): Incompatible
7627         change by defaulting this to t.  It's motivated by the
7628         confusing behavior that otherwise arise from the style system
7629         when editing both java and non-java files at the same time
7630         (see the comments about style setting in c-common-init).
7632 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
7634         * cc-cmds.el (c-indent-new-comment-line): Added a kludge
7635         similar to the one in c-fill-paragraph to check the fill
7636         prefix from the adaptive fill function for sanity.
7638 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
7640         * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
7641         defun block.
7643 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
7645         * cc-mode.texi Documented the change of cpp-macro.
7647 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
7649         * cc-align.el (c-lineup-multi-inher): Handle lines with
7650         leading comma nicely. Extended to handle member initializers
7651         too.
7653         * cc-engine.el: (c-beginning-of-inheritance-list,
7654         c-guess-basic-syntax): Fixed recognition of inheritance lists
7655         when the lines begins with a comma.
7657         * cc-mode.texi: Updated doc for c-lineup-multi-inher.
7659         * cc-vars.el (c-offsets-alist): Changed default for
7660         member-init-cont to c-lineup-multi-inher since it now handles
7661         member initializers and indents better for leading commas.
7663 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
7665         * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
7666         handling that caused class open lines to be recognized as
7667         statement-conts in some cases.
7669         * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
7670         guessed by the adaptive fill function unless point is on the
7671         first line of a block comment.
7673         * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
7674         when the buffer ends with a macro continuation char.
7676         * cc-engine.el (c-guess-basic-syntax): Added support for
7677         function definitions as statements in Pike.  The first
7678         statement in a lambda block is now labeled defun-block-intro
7679         instead of statement-block-intro.
7681         * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
7682         so that the class surrounding point is selected, not the one
7683         innermost in the state.
7685         * cc-engine.el (c-guess-basic-syntax): Fixed bug in
7686         recognition of switch labels having hanging multiline
7687         statements.
7689         * cc-engine.el (c-beginning-of-member-init-list): Broke out
7690         some code in c-guess-basic-syntax to a separate function.
7691         * cc-engine.el (c-just-after-func-arglist-p): Fixed
7692         recognition of member inits with multiple line arglists.
7693         * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
7694         member-init-cont when the commas are in funny places.
7696 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
7698         * cc-defs.el (c-auto-newline): Removed this macro since it's
7699         not used anymore.
7701         * cc-engine.el (c-looking-at-bos): New helper function.
7702         * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
7703         inexpr and toplevel classes apart in Pike.
7705         * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
7706         of case 9A.
7708         * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
7709         constant, since "class" can introduce an in-expression class
7710         in Pike nowadays.
7712 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
7714         * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
7715         indentation on cpp-macro lines.
7717         * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
7718         a syntax modifier like comment-intro, to make it possible to
7719         get syntactic indentation for preprocessor directives.  It's
7720         incompatible wrt to lineup functions on cpp-macro, but it has
7721         no observable effect in the 99.9% common case where cpp-macro
7722         is set to -1000.
7724 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
7726         * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
7727         member-init-cont when the preceding arglist is several lines.
7729 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
7731         * cc-styles.el (c-style-alist): The basic offset for the BSD
7732         style corrected to 8.
7734 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
7736         * cc-styles.el (c-style-alist): Adjusted the indentation of
7737         brace list openers in the gnu style.
7739 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
7741         * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
7743         * cc-cmds.el (c-electric-brace, c-electric-slash,
7744         c-electric-star, c-electric-semi&comma, c-electric-colon,
7745         c-electric-lt-gt, c-electric-paren): Don't reindent old lines
7746         when c-syntactic-indentation is nil.
7748         * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
7749         we were left at comments preceding the first statement when
7750         reaching the beginning of the buffer.
7752         * cc-vars.el (c-syntactic-indentation): New variable to turn
7753         off all syntactic indentation.
7755 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
7757         * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
7758         between the text and the block comment ender when it hangs,
7759         depending on how many there are before the fill.
7761 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
7763         * cc-engine.el (c-beginning-of-closest-statement): New helper
7764         function to go back to the closest preceding statement start,
7765         which could be inside a conditional statement.
7766         * cc-engine.el (c-guess-basic-syntax): Use
7767         c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
7769         * cc-engine.el (c-guess-basic-syntax): Better handling of
7770         arglist-intro, arglist-cont-nonempty and arglist-close when
7771         the arglist is nested inside parens.  Cases 7A, 7C and 7F
7772         changed.
7774         * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
7775         up-to-date with javadoc 1.2.
7777 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
7779         * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
7780         multiline Pike type decls.
7782 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
7784         * cc-cmds.el (c-indent-new-comment-line): Always break
7785         multiline comments in multiline mode, regardless of
7786         comment-multi-line.
7788 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
7790         * cc-engine.el (c-guess-basic-syntax): Fixed bug with
7791         fully::qualified::names in C++ member init lists.  Preamble in
7792         case 5D changed.
7794 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
7796         * cc-langs.el (c-common-init): Handling of obsolete variables
7797         moved to c-initialize-cc-mode.  More compatible style override
7798         when using global style variables.
7799         * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
7800         variables moved here.
7802         * cc-mode.texi: Documented the special behavior of
7803         c-special-indent-hook as a style variable.  Don't talk about
7804         doing (c-make-styles-buffer-local t) in a mode hook, since
7805         that's already too late to work right.
7807         * cc-styles.el (c-make-styles-buffer-local): Flag style
7808         variable localness in c-style-variables-are-local-p to make
7809         the compatibility measure in c-common-init work well.
7811         * cc-styles.el (c-set-style-1): c-special-indent-hook can no
7812         longer contain set-from-style.
7813         * cc-styles.el (c-initialize-builtin-style): Don't check for
7814         set-from-style on c-special-indent-hook.
7815         * cc-styles.el (c-copy-tree): Obsolete.  The standard function
7816         copy-alist is sufficient now.
7818         * cc-styles.el (c-set-style, c-set-style-1,
7819         c-get-style-variables): Fixes to variable initialization so
7820         that duplicate entries in styles have the same effect
7821         regardless of DONT-OVERRIDE.
7823         * cc-styles.el (c-set-style-2): Fixed bug where the
7824         initialization of inheriting styles failed when the
7825         dont-override flag is set.
7827         * cc-vars.el (c-special-indent-hook): Don't use set-from-style
7828         on this.
7830 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
7832         * cc-defs.el (c-forward-comment): Removed the workaround
7833         introduced in 5.38 since it had worse side-effects.  If a line
7834         contains the string "//\"", it regarded the // as a comment
7835         start since the \ temporarily doesn't have escape syntax.
7837 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
7839         * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
7840         ada-xref.el before ada-prj.el, so that the Project menu is created
7841         when ada-prj tries to add to it.
7842         (ada-activate-keys-for-case): Suppress the characters that are not
7843         part of the Ada syntax. Better compatibility with else-mode
7844         (ada-adjust-case-interactive): When auto-casing is not active,
7845         correctly insert newlines (used to insert only ^M).  Prevent the
7846         syntax table from being changed in case of an error
7847         (or '_' becomes part of a word and some commands are confused).
7848         Do nothing if ada-auto-case is nil.
7849         (ada-after-keyword-p): Ignore keywords that are also attributes
7850         (ada-batch-reformat): Update usage comment
7851         (ada-call-from-contextual-menu): New function
7852         (ada-case-read-exceptions): Reinitialize the casing exception list
7853         first to nil first, so that the casing exception file can be
7854         shared.
7855         (ada-check-defun-name): Handles "configure" keyword for gnatdist
7856         files.
7857         (ada-compile-goto-error): Fix regexp used to detect a file:line
7858         anywhere in the error message
7859         (ada-contextual-menu-last-point): New variable
7860         (ada-create-keymap): If the variable delete-key-deletes-forward is
7861         t on XEmacs, it means that DEL should delete one character
7862         forward.
7863         (ada-create-menu): Use :included instead of :visible for XEmacs.
7864         New submenu "Options".
7865         (ada-end-stmt-re): Correctly indent "select ... then abort"
7866         statements.
7867         (ada-fill-comment-paragraph): Correctly delete all leading '--'
7868         even if they don't match ada-fill-comment-prefix Fix handling of
7869         paragraphs on the first or last line of a file.
7870         (ada-format-paramlist): Fix handling of default parameter values.
7871         (ada-get-body-name): New function.
7872         (ada-get-current-indent): Optimized by searchling directly for an
7873         existing generic part or a statement outside of it.  Handle
7874         ada-indent-align-comments when indenting comments Replaced some
7875         regexps by testing directly the next character. This results in a
7876         huge speedup on some files.  New indentation scheme for renames
7877         statements.  Stop looking for the 'while' or 'for' associated with
7878         a 'loop' at the first semicolon encountered.  A "return" can also
7879         match an anonymous access subprogram declaration.
7880         (ada-get-indent-noindent): Ignore strings and comments when
7881         looking for the keywords "record" and "private".
7882         (ada-goto-matching-decl-start): When matching "if", make sure we
7883         are not in fact seeing "end if".  Ignore "when" statements except
7884         when initial keyword was "begin".  Fix handling of nested
7885         procedures.  Add a recursive call to this function to skip over
7886         other 'end' statmts.  Fix indentation for "when .. => begin"
7887         (ada-in-open-paren-p): Fix indentation for complex boolean
7888         expressions, where 'and then', 'or else' and parenthesis
7889         statements are mixed up.
7890         (ada-in-paramlist-p): Skip comments while searching for the
7891         beginning Fix handling of operator declarations.
7892         (ada-indent-align-comments): New variable
7893         (ada-indent-current): Change the syntax table only in the
7894         protected section, so that we are sure it is restored correctly.
7895         (ada-indent-on-previous-lines): Use ada-use-indent and
7896         ada-with-indent Correctly indent "select ... then"
7897         (ada-indent-region): Slight speedup.
7898         (ada-indent-renames): New variable.
7899         (ada-last-which-function-subprog, ada-last-which-function-line):
7900         New variables
7901         (ada-looking-at-semi-private): Correctly indent the 'private'
7902         keyword when it is the first word in a package declaration.
7903         (ada-loose-case-word): Stop searching if at the end of the buffer.
7904         (ada-loose-case-word, ada-capitalize-word): Recase the whole word
7905         even if point is not initially at the end of the word.
7906         (ada-matching-decl-start-re): Add "when".
7907         (ada-mode): Add support for abbrev-mode, outline-mode and
7908         which-func-mode Override the old find-file.el entry in
7909         ff-special-constructs since it is using the obsolete
7910         ada-spec-suffix variable
7911         (ada-no-auto-case): New function
7912         (ada-scan-paramlist): When parsing the argument type, accept
7913         spaces (as in "X 'Class", generated by Rational Rose).
7914         (ada-other-file-name): No longer loads the other file.
7915         (ada-popup-menu): Save and restore the current buffer and cursor
7916         position before and after displaying the menu.
7917         (ada-search-ignore-complex-boolean): New function.
7918         (ada-uncomment-region): Emacs21 already knows how to delete
7919         comments not starting in the first column.
7920         (ada-use-indent): New variable
7921         (ada-which-function): New function.
7922         (ada-with-indent): New variable
7923         (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
7924         can be batch-compiled from the command line.
7926         * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
7927         Add to the menu when the file is loaded, not in ada-mode-hook.
7928         Add -toolbar to the default ddd command Switches moved from
7929         ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
7930         ada-prj-default-comp-opt
7931         (ada-add-ada-menu): Remove the map and name parameters Add the Ada
7932         Reference Manual to the menu
7933         (ada-check-current): rewritten as a call to ada-compile-current
7934         (ada-compile): Removed.
7935         (ada-compile-application, ada-compile-current, ada-check-current):
7936         Set the compilation-search-path so that compile.el automatically
7937         finds the sources in src_dir.  Automatic scrollong of the
7938         compilation buffer.  C-uC-cC-c asks for confirmation before
7939         compiling
7940         (ada-compile-current): New parameter, prj-field
7941         (ada-complete-identifier): Load the .ali file before doing
7942         processing
7943         (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
7944         conform to gnatmake's behavior.
7945         (ada-find-file-in-dir): New function
7946         (ada-find-references): Set the environment variables for gnatfind
7947         (ada-find-src-file-in-dir): New function.
7948         (ada-first-non-nil): Removed
7949         (ada-gdb-application): Add support for jdb, the java debugger.
7950         (ada-get-ada-file-name): Load the original-file first if not done
7951         yet.
7952         (ada-get-all-references): Handles the new ali syntax (parent types
7953         are found between <>).
7954         (ada-initialize-runtime-library): New function
7955         (ada-mode-hook): Always load a project file when a file is opened,
7956         so that the casing exceptions are correctly read.
7957         (ada-operator-re): Add all missing operators ("abs", "rem", "**").
7958         (ada-parse-prj-file): Use find-file-noselect instead of find-file
7959         to open the project file, since the latter does not work with
7960         speedbar Get default values before loading the prj file, or the
7961         default executable file name is wrong.  Use the absolute value of
7962         src_dir to initialize ada-search-directories and
7963         compilation-search-path,...  Add the standard runtime library to
7964         the search path for find-file.
7965         (ada-prj-default-debugger): Was missing an opening '{'
7966         (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
7967         variables.
7968         (ada-prj-default-gnatmake-opt): New variable
7969         (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
7970         buffers, the project file is the default one Save the windows
7971         configuration before displaying the menu.
7972         (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
7973         (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
7974         ...)  regexp-quote identifiers names to support operators +,
7975         -,... in regexps.
7976         (ada-remote): New function.
7977         (ada-run-application): Erase the output buffer before starting the
7978         run Support remote execution of the application.  Use
7979         call-process, or the arguments are incorrectly parsed
7980         (ada-set-default-project-file): Reread the content of the active
7981         project file, not the one from the current buffer When a project
7982         file is set as the default project, all directories are
7983         automatically associated with it.
7984         (ada-set-environment): New function
7985         (ada-treat-cmd-string): New special variable ${current}
7986         (ada-treat-cmd-string): Revised.  The substitution is now done for
7987         any ${...} substring
7988         (ada-xref-current): If no body was found, compiles the spec
7989         instead.  Setup ADA_{SOURCE,OBJECTS}_PATH before running the
7990         compiler to get rid of command line length limitations.
7991         (ada-xref-get-project-field): New function
7992         (ada-xref-project-files): New variable
7993         (ada-xref-runtime-library-specs-path)
7994         (ada-xref-runtime-library-ali-path): New variables
7995         (ada-xref-set-default-prj-values): Default run command now does a
7996         cd to the build directory.  New field: main_unit Provide a default
7997         file name even if the current buffer has no prj file.
7999         * ada-prj.el:
8000         Rewritten to show a tabbed-dialog.
8001         (ada-prj-add-ada-menu): Remove the map and name parameters.
8002         (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
8003         New function
8004         (ada-prj-load-directory, ada-prj-subdirs-of): New functions
8005         (ada-prj-load-from-file): New function
8006         (ada-prj-save): Always save fields that depend on the current buffer
8007         (ada-prj-show-value): New function
8009         * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
8010         Ada mode. This will allow us to display the Ada menu in any buffer
8011         we want (for project items).
8012         (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
8013         number of spaces in the header.
8015 2000-07-24  Dave Love  <fx@gnu.org>
8017         * ediff-init.el (ediff-region-help-echo): Bind face-help.
8019 2000-07-23  Noah Friedman  <friedman@splode.com>
8021         * type-break.el (type-break): perform autosave.
8022         Suggested by Stephen Gildea <gildea@intouchsys.com>.
8023         (type-break-do-query): Cancel query schedule while performing
8024         actual query, to avoid possibility of a second query being made
8025         while first one is already in progress.
8026         (type-break-time-stamp-format): New variable.
8027         (type-break-time-stamp): New function.
8028         (type-break-time-warning): Use it.
8029         (type-break-keystroke-warning): Use it.
8030         (type-break-noninteractive-query): Use it.
8032         * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
8033         cookie.
8034         Use add-minor-mode to set minor-mode-alist, if available.
8035         (eldoc-echo-area-use-multiline-p): New user option.
8036         (eldoc-echo-area-multiline-supported-p): New variable.
8037         (eldoc-docstring-format-sym-doc): Use them.
8038         (eldoc-mode): If not using idle timers, append to local post and
8039         pre command hooks.  Suggested by David Byers <davby@ida.liu.se>.
8040         (eldoc-display-message-no-interference-p): Don't interfere with
8041         edebug.
8042         Add autoload cookie for eldoc-mode minor-mode-alist initialization.
8043         (eldoc-function-arglist): New function.
8044         (eldoc-function-argstring): Use it.
8046         * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
8047         auto save directory exists before calling directory-files.
8049 2000-07-23  Dave Love  <fx@gnu.org>
8051         * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
8052         ^o, ^u.
8054 2000-07-21  Dave Love  <fx@gnu.org>
8056         * ediff-init.el (ediff-region-help-echo): Modify to use overlay
8057         now passed to the function.  It now works properly.
8059         * smerge-mode.el (smerge-mode-menu): Fill it out.
8061 2000-07-20  Gerd Moellmann  <gerd@gnu.org>
8063         * info-look.el (info-lookup): If *info* is shown in another frame
8064         on the same display, select that frame, instead of switching to
8065         the Info buffer in another window of the selected frame.
8067         * simple.el (universal-argument-map): Bind numeric keypad keys
8068         kp-0 to kp-9 and kp-subtract.
8069         (digit-argument): Handle these keys.
8071 2000-07-20  Dave Love  <fx@gnu.org>
8073         * net/goto-addr.el (goto-address-fontify): Don't bother with
8074         buffer-modified and read-only stuff -- irrelevant with overlays.
8075         Put an extra property on the overlays and use it to clean up in
8076         case goto-address is re-run.
8078 2000-07-19  Richard M. Stallman  <rms@gnu.org>
8080         * timer.el (run-with-idle-timer): Doc fix.
8082         * mail/mail-utils.el (mail-strip-quoted-names):
8083         Handle case where <...> appears inside "...".
8084         Use replace-match to edit the string more simply.
8085         (rmail-dont-reply-to): Cope with an unmatched ".
8087 2000-07-19  Dave Love  <fx@gnu.org>
8089         * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
8090         implementation.
8092         * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
8093         (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
8094         (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
8096 2000-07-19  Gerd Moellmann  <gerd@gnu.org>
8098         * textmodes/refer.el: Correct maintainer's email address.
8100         * progmodes/hideif.el: Correct author's email address.
8101         Fix typo in comment.
8103         * xml.el: New file.
8105         * mail/mailheader.el: Correct author's mail address.
8107         * gnus/parse-time.el: Correct author's mail address.
8109 2000-07-19  Colin Walters <walters@cis.ohio-state.edu>
8111         * comint.el (comint-highlight-input, comint-highlight-face):
8112         New user options.
8113         (comint-input-ring-file-name): Change custom type.
8114         (comint-mode-map): Bind mouse-2.
8115         (comint-insert-clicked-input): New function.
8116         (comint-send-input): Handle input highlighting.
8118 2000-07-18  Stefan Monnier  <monnier@cs.yale.edu>
8120         * mouse.el (popup-menu): New function.
8121         (mouse-major-mode-menu): Use it.
8123 2000-07-18  Dave Love  <fx@gnu.org>
8125         * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
8126         improvements.
8128 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
8130         * faces.el (face-font-selection-order)
8131         (face-font-family-alternatives): Add custom type.
8133 2000-07-18  Dave Love  <fx@gnu.org>
8135         * cus-edit.el (custom-variable-reset-saved)
8136         (custom-variable-reset-standard): Remove unused bindings.
8138         * rect.el (open-rectangle-line): Remove unused let.
8140         * hl-line.el (hl-line-highlight): Check hl-line-mode.
8142 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
8144         * cdl.el: Fix `Maintainer' keyword.
8146         * play/pong.el: Add author's email address.
8148 2000-07-17  Sam Steingold  <sds@gnu.org>
8150         * files.el (insert-directory): Call `split-string' instead of
8151         re-implementing it.
8153 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
8155         * mail/vms-pmail.el: Change maintainer to FSF.
8157         * net/goto-addr.el: Change maintainer to FSF.
8159         * info.el (Info-title-face-alist): Removed.
8161 2000-07-18  David Ponce  <david@dponce.com>
8163         * recentf.el (recentf-open-files): New command that works like
8164         `recentf-open-more-files', but shows the whole list of files (not just
8165         those omitted from the menu). Useful if you don't use a menu-bar!
8166         (recentf-open-more-files) Modified to use `recentf-open-files'.
8168         (recentf-open-files, recentf-open-more-files)
8169         (recentf-edit-list): Dialogs use `recentf-dialog-mode'
8170         
8171         (recentf-dialog-mode): New mode for dialogs. You can now just type
8172         "q" to cancel the dialogs.
8174 2000-07-18  David Ponce  <david@dponce.com>
8176         * recentf.el: This is a major update of recentf.el. It adds new
8177         features to better organize the recentf menu and "More..." buffer.
8179         Using new provided menu filtering functions you can now organize the
8180         recent files list:
8182         - by major modes
8183         - by directories
8184         - by user defined rules
8186         Finally, with the new `recentf-filter-changer' customizable filter you
8187         can define a ring of filters and dynamically (via the menu) cycle on
8188         each menu organization in the ring (a la msb).
8190 2000-07-18  Eli Zaretskii  <eliz@is.elta.co.il>
8192         * eshell/eshell.el (eshell): Replace links to eshell.info with
8193         links to eshell, to avoid problems on systems where the manual is
8194         installed as `eshell'.
8195         * eshell/esh-cmd.el (eshell-cmd): Ditto.
8196         * eshell/em-smart.el (eshell-smart): Ditto.
8197         * eshell/em-banner.el (eshell-banner): Ditto.
8198         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
8200         * eshell/em-unix.el (eshell-shuffle-files): Don't disable
8201         same-file check in the MS-DOS version (it does support inodes).
8203         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
8205         * eshell/eshell.el (eshell-directory-name):
8206         Run default directory name through convert-standard-filename.
8208 2000-07-18  Kenichi Handa  <handa@etl.go.jp>
8210         * international/mule-cmds.el (select-safe-coding-system):
8211         Fix typo in the comment.
8213         * language/european.el (compound-text):
8214         Force katakana-jisx0201 to be designated to G1.
8216         * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
8217         Don't translate some national variant characters of latin-jisx0201.
8218         (x-ctext): Force katakana-jisx0201 to be designated to G1.
8220         * international/kkc.el (kkc-after-update-conversion-functions):
8221         New variable.
8222         (kkc-update-conversion): Run functions in it at the tail.
8224 2000-07-16  John Wiegley  <johnw@gnu.org>
8226         * lisp/align.el (align-newline-and-indent):
8227         Adding new function.  for auto-aligning blocks of code on RET.
8228         (align-region): Fixed badly formatted minibuffer message.
8230 2000-07-17  Kenichi Handa  <handa@etl.go.jp>
8232         * international/kkc.el (kkc-show-conversion-list-count): Customize it.
8233         (kkc-region): Update kkc-next-count and kkc-prev-count here.  Show
8234         the conversion list at first if appropriate.
8235         (kkc-next): Don't update kkc-next-count here.
8236         (kkc-prev): Don't update kkc-prev-count here.
8237         (kkc-show-conversion-list-update): Fix setting up of conversion
8238         list message.
8240 2000-07-16  Stefan Monnier  <monnier@cs.yale.edu>
8242         * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
8244 2000-07-16  Dave Love  <fx@gnu.org>
8246         * cus-edit.el (custom-buffer-create-internal): Use a help-echo
8247         function to be more specific.
8249         * wid-edit.el (widget-specify-field, widget-specify-button): Allow
8250         non-string help-echo.
8251         (widget-types-convert-widget): Defsubst it.
8252         (widget-echo-help): Try to cope with a help-echo function of two
8253         possible sorts.
8255 2000-07-15  Jason Rumney  <jasonr@gnu.org>
8257         * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
8258         Declare as obsolete.
8260         * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
8262 2000-07-14  Gerd Moellmann  <gerd@gnu.org>
8264         * hilit-chg.el: Fix typo.
8266 2000-07-14  Dave Love  <fx@gnu.org>
8268         * info.el (Info-mode-menu): Fix use of :help, :enable.
8270 2000-07-14  Stefan Monnier  <monnier@cs.yale.edu>
8272         * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
8274 2000-07-13  Dave Love  <fx@gnu.org>
8276         * emacs-lisp/easymenu.el: Doc fixes.
8277         (easy-menu-remove): Defalias to ignore.
8279         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
8280         Call throw correctly.
8282 2000-07-13  Gerd Moellmann  <gerd@gnu.org>
8284         * faces.el (frame-background-mode): Doc fix.
8286         * simple.el (eval-expression-print-length): Change custom type to
8287         allow entering nil as value.
8289 2000-07-13  Dave Love  <fx@gnu.org>
8291         * progmodes/fortran.el (fortran-imenu-generic-expression):
8292         Change definition layout.
8293         (fortran-mode-menu): Reinstate customize entries.
8295         * cus-edit.el (custom-group-menu-create, customize-menu-create):
8296         Use :filter, per old XEmacs code.
8298 2000-07-12  Gerd Moellmann  <gerd@gnu.org>
8300         * term.el (term-send-raw-meta): Strip modifiers from the keyboard
8301         event when deciding what to send to the terminal.
8303 2000-07-12  Dave Love  <fx@gnu.org>
8305         * cus-start.el: Add optional version as 4th element of specs and
8306         use it for several things new in v21.  Remove load-path.  Fix type
8307         of line-number-display-limit.
8309 2000-07-11  Dave Love  <fx@gnu.org>
8311         * progmodes/fortran.el: Don't require easymenu.
8312         Use repeat counts in various regexps.
8313         (fortran-mode-syntax-table): Defvar directly.
8314         (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
8315         (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
8316         Use defvar, not defconst.
8317         (fortran-mode-map): Change locals in `let'.  Use `fortran-auto-fill'.
8318         (fortran-mode): Set fortran-comment-line-start-skip,
8319         fortran-comment-line-start-skip, dabbrev-case-fold-search.
8320         (fortran-comment-indent): Use defsubst.
8321         (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
8322         Use fortran-comment-indent, not fortran-comment-indent-function.
8323         (fortran-comment-region, fortran-electric-line-number): Simplify.
8324         (fortran-auto-fill): New function.
8325         (fortran-do-auto-fill): Deleted.
8326         (fortran-find-comment-start-skip):
8327         Check for non-null comment-start-skip.
8328         (fortran-auto-fill-mode, fortran-fill-statement):
8329         Use fortran-auto-fill.
8330         (fortran-fill): Use fortran-auto-fill.  Check for null
8331         comment-start-skip.  Simplify final clause and use end-of-line finally.
8333         * widget.el (widget-plist-member): New alias.
8335 2000-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
8337         * eshell/esh-module.el (toplevel): Reference
8338         byte-compile-current-file only if it is bound.
8340 2000-07-10  Gerd Moellmann  <gerd@gnu.org>
8342         * dired.el: Don't require `dired-aux'.
8344 2000-07-10  Miles Bader  <miles@lsi.nec.co.jp>
8346         * dired-aux.el (dired-show-file-type): New function.
8347         * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
8348         (dired-show-file-type): Add autoload.
8350 2000-07-10  Kenichi Handa  <handa@etl.go.jp>
8352         * international/mule-diag.el (describe-font): Adjusted for the
8353         change of fontset-info.
8354         (print-fontset): Likewise.
8356 2000-07-09  Stefan Monnier  <monnier@cs.yale.edu>
8358         * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
8360 2000-07-07  Gerd Moellmann  <gerd@gnu.org>
8362         * bindings.el: Bind `[delete]' to delete-char.
8364         * dired.el (dired-find-alternate-file): New function.
8365         (dired-mode-map): Bind `a' to dired-find-alternate-file.
8366         (toplevel): Require dired-aux when compiling.
8367         (dired-buffers): Move defvar within file to avoid compiler warning.
8369         * info.el (Info-last-search): Variable removed.
8370         (Info-search-history): New variable.
8371         (Info-search): New Info-search-history.
8373         * battery.el, info-look.el: Change author's mail address.
8375 2000-07-07  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
8377         * mail/rmail.el (rmail-clear-headers): Don't throw an error
8378         if rmail-ignored-headers is nil.
8379         (rmail-retry-failure): Bind rmail-ignored-headers and
8380         rmail-displayed-headers to nil.
8382 2000-07-06  Gerd Moellmann  <gerd@gnu.org>
8384         * lpr.el (lpr-page-header-switches): Add `-h' switch.
8385         (print-region-1): Don't hard code `-h' here.
8387         * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
8389 2000-07-01  Francesco Potorti`  <pot@gnu.org>
8391         * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
8392         exim can use "your message" instead of "the message".
8394 2000-07-06  Stefan Monnier  <monnier@cs.yale.edu>
8396         * facemenu.el: Docstrings fixes.
8397         (facemenu-get-face): Don't use internal-find-face.
8398         (facemenu-iterate): Rename arg to match the docstring.
8400         * newcomment.el (uncomment-region): Be more careful when skipping
8401         backwards over `=' not to bump into BOBP.
8403 2000-07-05  Michael Kifer  <kifer@cs.sunysb.edu>
8405         * ediff-diff.el (ediff-wordify): Use syntax table.
8406         * ediff-init.el (ediff-has-face-support-p): Use
8407         ediff-color-display-p.
8408         (ediff-color-display-p): Use display-color-p, changed to defun
8409         from defsubst.
8410         Got rid of special cases for NeXT and OS/2.
8411         * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
8412         face.
8414 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
8416         * emacs-lisp/lucid.el: Require CL.
8417         (copy-tree, remprop): Remove, it's provided by CL.
8418         (map-keymap): Define in terms of cl-map-keymap.
8419         (extent-property, set-extent-end-glyph): New functions.
8421         * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
8423 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
8425         * Makefile.in (DONTCOMPILE): Add comment that the name may
8426         not be changed without changing the make-dist script.
8428         * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
8429         (cl-mapc): Use mapc instead of cl-old-mapc.
8431 2000-07-05  Andrew Innes  <andrewi@gnu.org>
8433         * makefile.nt: Add support for `bootstrap' and related targets.
8435 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
8437         * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
8438         (easy-menu-do-define): Use `menu-item' format.
8439         Handle case where easy-menu-create-menu returns a symbol.
8440         Manually call the potential top-level filter in the function binding.
8441         (easy-menu-filter-return): New arg NAME.
8442         Convert to a keymap if MENU is an XEmacs menu.
8443         (easy-menu-convert-item-1): New.  Extracted from easy-menu-do-add-item.
8444         (easy-menu-converted-items-table, easy-menu-convert-item):
8445         New var and fun to memoize easy-menu-convert-item-1.
8446         (easy-menu-do-add-item): Use it.
8447         (easy-menu-create-menu): Use easy-menu-convert-item.
8448         Wrap easy-menu-filter-return around any :filter specification.
8449         Don't convert the menu if a filter was specified.
8450         Tell easy-menu-make-symbol not to check for MENU being an expression.
8451         (easy-menu-make-symbol): New arg NOEXP.
8453 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
8455         * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
8456         EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
8457         (eval-defun): If called with prefix arg, instrument code for
8458         Edebug.
8460         * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
8461         similar to that of eval-defun.
8463 2000-07-04  Dave Love  <fx@gnu.org>
8465         * hl-line.el (hl-line-overlay): Make it permanent-local.
8467         * calendar/todo-mode.el: Replaced with a working version, based on
8468         1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
8470 2000-07-03  Miles Bader  <miles@lsi.nec.co.jp>
8472         * paths.el (prune-directory-list): New function.
8473         (Info-default-directory-list): Rewritten to more methodically
8474         enumerate a big list of possible info directories (based on the
8475         list used by the standalone info reader).
8477         * info.el (info-initialize): Use prune-directory-list to remove
8478         non-existent directories from Info-directory-list.
8480         * paths.el (Info-default-directory-list): Try a list of possible
8481         info-directories instead of a single one.  Add the possible
8482         info directory "/usr/share/info".
8484         * woman.el (woman-man.conf-path): Explicitly include the debian
8485         man-db config file "/etc/manpath.config".
8486         (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
8487         are present in `manpath.config'.
8488         (woman-manpath): Include "/usr/share/man".
8490 2000-07-03  Gerd Moellmann  <gerd@gnu.org>
8492         * frame.el (blink-cursor-mode): Don't hide cursor initially.
8494         * startup.el (command-line): Initialize blink-cursor based
8495         on window-system.
8497         * frame.el (blink-cursor): Default to nil if not running under
8498         a window-system.
8500         * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
8501         (face-x-resources): Remove duplicate entry for :font.
8503         * textmodes/refer.el (refer-find-entry-internal): Use some-window
8504         instead of cycling through windows with next-window.
8506         * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
8507         of cycling through windows with next-window.
8509         * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
8510         of cycling through windows with next-window.
8512         * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
8513         (edebug-get-displayed-buffer-points): Use walk-windows/some-window
8514         instead of cycling through windows with next-window.
8516         * calendar/appt.el (appt-select-lowest-window): Use walk-windows
8517         instead of cycling through windows with next-window.
8519         * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
8520         of cycling through windows with next-window.
8522         * terminal.el (te-process-output): Use walk-windows instead of
8523         cycling through windows with next-window.
8525         * server.el (server-switch-buffer): Use some-window instead of
8526         cycling through windows with next-window.
8528         * window.el (some-window): New function.
8529         (walk-windows): Remove reference to walk-windows-start.
8531         * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
8533 2000-07-03  Richard Stallman  <rms@gnu.org>
8535         * window.el (walk-windows): Guarantee termination by keeping a list
8536         of all the windows already handled.
8538 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
8540         * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
8541         window-system.
8543         * man.el (Man-notify-when-ready): Don't use window-system.  If
8544         Man-notify-method is newframe, and the display is not
8545         multi-frame, select the frame created for the man page.
8546         (Man-init-defvars): Doc fix.
8548 2000-06-28  Gerd Moellmann  <gerd@gnu.org>
8550         * faces.el (region): Change background color for light background.
8552         * ediff-wind.el (ediff-setup-control-frame): Remove :box
8553         attribute from mode-line face of Ediff control frame.
8555         * replace.el (query-replace-map): Bind `e' like `E'.
8557 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
8559         * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
8560         Change name to "Select All".
8562         * dos-fns.el (convert-standard-filename): Fix last change.
8564 2000-06-27  Gerd Moellmann  <gerd@gnu.org>
8566         * help.el (describe-variable): Don't insert a second `'s' in front
8567         of the string `value is shown below'.  Since the syntax-table is
8568         set to emacs-lisp-mode-syntax-table, forward-sexp skips over
8569         an existing `'s', so that this won't be deleted.
8571         * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
8572         * pcmpl-unix.el: New files.
8574 2000-06-26  Stefan Monnier  <monnier@cs.yale.edu>
8576         * wid-edit.el (widget-member): Use the new plist-member.
8578 2000-06-26  Gerd Moellmann  <gerd@gnu.org>
8580         * replace.el (perform-replace): Undo change of 2000-04-04.
8581         Instead, move backward 1 character at the end of the loop when
8582         necessary.
8584         * faces.el (fringe): Change face for different backgrounds.
8586         * eshell/esh-module.el (toplevel): Load defgroup's differently;
8587         patch from John.
8589         * eshell/*.el: Change spelling of the Free Software Foundation.
8591         * eshell/esh-toggle.el: Removed.
8593         * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
8595         * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
8596         interactively.
8598 2000-06-26  Alex Schroeder  <alex@gnu.org>
8600         * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
8601         `define-key'; instead of checking `(emacs-version)' check for
8602         `set-keymap-parent' and `set-keymap-name' directly.  Add entries
8603         for `;' and `o' which might be electric.
8605         (sql-electric-stuff): New user option.
8606         (sql-magic-go): New function which uses `sql-electric-stuff'.
8607         (sql-magic-semicolon): New function which uses
8608         `sql-electric-stuff'.
8610         (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
8611         is not fboundp.
8613         (sql-oracle-options): New variable.
8614         (sql-oracle): Use it.
8616         (sql-imenu-generic-expression): Doc change.
8617         (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
8618         is used.
8620         (sql-informix): Added command line parameter "-" to force
8621         sql-informix-program to use stdout.
8623 2000-06-25  Eli Zaretskii  <eliz@is.elta.co.il>
8625         * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
8626         (cp864-decode-table): Doc fix.
8627         (cp720-decode-table): New variable, supports the Arabic OEM
8628         codepage used by Windows.
8629         (cp737-decode-table): New, Greek OEM codepage used by Windows.
8631 2000-06-23  Dave Love  <fx@gnu.org>
8633         * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
8634         (font-lock-fontify-anchored-keywords): Use
8635         line-beginning-position.
8636         (global-font-lock-mode): Use mapc.
8638 2000-06-23  Stefan Monnier  <monnier@cs.yale.edu>
8640         * eshell/esh-module.el: Require CL when compiling.
8642 2000-06-23  Gerd Moellmann  <gerd@gnu.org>
8644         * comint.el (comint-substitute-in-file-name): Call replace-match
8645         with second and third arg t.
8647         * cus-edit.el (custom-button-face, custom-button-pressed-face):
8648         Specify foreground color.
8650         * faces.el (tool-bar, mode-line, header-line): Specify foreground
8651         color.
8653         * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
8655         * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
8656         cddr instead of cdddr.
8658         * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
8659         instead of copy-list.
8661         * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
8662         of copy-list.
8664         * subdirs.el: Add eshell subdirectory.
8666         * eshell: New subdirectory containing the Eshell package.
8668         * pcomplete.el: New file.
8670 2000-06-23  Paul Eggert  <eggert@twinsun.com>
8672         * mail/mailpost.el (post-mail-send-it): Make sure file has
8673         proper permissions from birth.
8675         * files.el (basic-save-buffer-2): When temporarily setting
8676         file modes, set them to current modes plus 0200, not to 0777.
8678         * emerge.el (emerge-make-temp-file): Make sure file has proper
8679         permissions from birth.
8681 2000-06-22  Eli Zaretskii  <eliz@is.elta.co.il>
8683         * files.el (make-backup-file-name-1): On DOS/Windows, run the
8684         backup file name through convert-standard-filename.
8686         * dos-fns.el (convert-standard-filename): Convert leading
8687         directories as well.  When long file names are supported, convert
8688         characters that are invalid in Windows file names.
8690 2000-06-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8692         * ps-print.el: Fix bug: if ^L is the very first buffer character,
8693         ps-print crashes.  New feature: page selection for printing.  Create
8694         raw-text-unix coding system for XEmacs.  Doc fix.
8695         (ps-print-version): New version number (5.2.3).
8696         (ps-plot-region): Bug fix.
8697         (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
8698         (ps-header-sheet, ps-generate, ps-end-job): Code fix.
8699         (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
8700         funs.
8701         (ps-selected-pages, ps-last-selected-pages, ps-first-page)
8702         (ps-last-page): New vars.
8704 2000-06-21  Gerd Moellmann  <gerd@gnu.org>
8706         * progmodes/sh-script.el (sh-while-getopts): Fix handling of
8707         empty option string.
8709 2000-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
8711         * man.el (man): Doc fix.
8713 2000-06-21  Kenichi Handa  <handa@etl.go.jp>
8715         * international/mule-cmds.el (set-language-info-alist): Docstring
8716         fixed.
8718 2000-06-20  Gerd Moellmann  <gerd@gnu.org>
8720         * version.el (emacs-version): Use ISO date format.
8722         * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
8723         instead of `M-backspace'.
8725         * simple.el (turn-off-auto-fill): New function.
8727 2000-06-20  Stefan Monnier  <monnier@cs.yale.edu>
8729         * jit-lock.el (with-buffer-prepared-for-jit-lock):
8730         Renamed from with-buffer-prepared-for-font-lock and use
8731         inhibit-modification-hooks rather than setting *-change-functions.
8732         Update all functions to use the new name.
8733         (jit-lock-first-unfontify-pos): New semantics (and doc).
8734         (jit-lock-mode): Make non-interactive.
8735         Don't automatically turn on font-lock.
8736         Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
8737         Always use jit-lock-after-change.
8738         Remove and restore font-lock-after-change-function.
8739         (turn-on-jit-lock, jit-lock-after-fontify-buffer)
8740         (jit-lock-after-unfontify-buffer): Remove.
8741         (jit-lock-stealth-fontify):
8742         Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
8743         (jit-lock-after-change): Set the `fontified' text-prop to nil.
8745 2000-06-20  Sam Steingold  <sds@gnu.org>
8747         * emacs-lisp/cl-indent.el (toplevel): Indent
8748         `print-unreadable-object' properly.  Untabify.
8750 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
8752         * textmodes/reftex.el (reftex-find-citation-regexp-format):
8753         Support for bibentry.
8754         (reftex-compile-variables): Fixed problem with end of section-re.
8756         * texmodes/reftex-dcr.el (reftex-view-crossref,
8757         reftex-view-crossref-from-bibtex):
8758         Deal with changed `reftex-find-citation-regexp-format'.
8759         (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
8760         Replaced `remprop' with `put'.
8761         (reftex-view-crossref, reftex-view-crossref-when-idle):
8762         Support for bibentry.
8764         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
8765         New entry for bibentry package.
8767         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
8768         Regexp also matches "\nobibliography".
8770         * textmodes/reftex-global.el (reftex-renumber-simple-labels):
8771         Call `reftex-ensure-write-access' before doing anything.
8772         (reftex-ensure-write-access): New function.
8774 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
8776         * progmodes/idlwave.el: File re-installed (update to version 4.2)
8778         * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
8780         * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
8782         * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
8785 2000-06-20  Dave Love  <fx@gnu.org>
8787         * faces.el (frame-background-mode): Use set-default, not set, in
8788         setter.
8789         (frame-update-faces, frame-update-face-colors): Define with
8790         defalias.
8792         * enriched.el (enriched-decode-foreground)
8793         (enriched-decode-background): Don't use internal-find-face.
8795         * apropos.el: Doc fixes.
8797         * cus-edit.el (customize-changed-options): Check arg.
8798         (customize-version-lessp): Don't require decimal point.
8800         * custom.el (defcustom, defgroup): Doc fix.
8802         * newcomment.el (comment) <defgroup>: Add :version.
8803         (comment-multi-line): Doc fix.
8805         * emulation/mlsupport.el (define-hooked-local-abbrev,
8806         define-hooked-global-abbrev): Fix, using define-abbrev.
8808 2000-06-19  Gerd Moellmann  <gerd@gnu.org>
8810         * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
8811         the whole buffer.
8813 2000-06-19  Dave Love  <fx@gnu.org>
8815         * menu-bar.el (menu-bar-options-save): New function.
8816         (menu-bar-options-menu): Use it.
8817         (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
8818         Simplify.
8820 2000-06-19  Andreas Schwab  <schwab@suse.de>
8822         * progmodes/etags.el (tags-query-replace): Put new parameters
8823         START and END at the end, for backward compatibility.
8825 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
8827         * international/codepage.el:
8828         (cp-coding-system-for-codepage-1): Delete special codes for
8829         generating xxx-dos coding system because now a CCL based coding
8830         system can handle EOL conversion by default.
8832         * international/mule.el (make-coding-system): Generate subsidiary
8833         coding systems for EOL handling variants even for a CCL based
8834         coding system.
8836 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
8838         * international/isearch-x.el (isearch-minibuffer-input-method)
8839         (isearch-minibuffer-input-method-function): These variables
8840         deleted.
8841         (isearch-with-input-method): Don't use the above variables.
8842         (isearch-process-search-multibyte-characters): Likewise.  Call
8843         read-string with the arg INHERIT-INPUT-METHOD t.
8845 2000-06-17  Stefan Monnier  <monnier@cs.yale.edu>
8847         * font-lock.el (font-lock-after-fontify-buffer)
8848         (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
8850         * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
8851         Use consistent make-local-variable style for font-lock-fontified.
8852         (jit-lock-fontify-buffer):
8853         Don't bother checking for font-lock-mode and jit-lock-mode.
8855         * time.el: Remove trailing ^M that prevent CVS-merging.
8857 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
8859         * Makefile.in (distclean): New target.
8861 2000-06-16  Stefan Monnier  <monnier@cs.yale.edu>
8863         * Makefile.in (srcdir): Define for update-subdirs.
8865 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
8867         * find-lisp.el: New file.
8869 2000-06-16  Andrew Innes  <andrewi@gnu.org>
8871         * time.el (display-time-mail-function): New variable, to allow
8872         external packages to indicate when new mail is available.
8873         (display-time-update): Use it.
8875 2000-06-16  Kenichi Handa  <handa@etl.go.jp>
8877         * international/mule.el (mule-version): Change version name to
8878         SAKAKI.  AOI has already been used by Meadow.
8880         * international/quail.el (quail-show-guidance-buf): To find the
8881         bottom window (but minibuffer), pay attention to the height of
8882         minibuffer.
8884 2000-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
8886         * arc-mode.el (archive-mode-map): Use the new menu-item format for
8887         menu-bar menus.  Add help strings.  Don't remove the Edit menu
8888         from the menu bar, as the menu bar has enough space now.
8890         * Makefile.in (SHELL): Make sure /bin/sh is used.
8892         * woman.el (woman-man-buffer): Fix bold and underlined CJK
8893         characters, which use series of two ^H characters instead of one.
8895 2000-06-15  Gerd Moellmann  <gerd@gnu.org>
8897         * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
8898         (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
8899         functions.
8900         (Info-find-node-2): Try a case-sensitive search first, then
8901         do a case-insensitive search.
8903         * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
8904         tutorials.
8906         * complete.el (PC-env-vars-alist): New variable.
8907         (PC-complete-as-file-name): New function.
8908         (partial-completion-mode): Initialize PC-env-vars-alist from
8909         process-environment.
8910         (PC-do-completion): Handle completion of env vars.
8912         * info.el (Info-set-mode-line): Show file name in mode line,
8913         use `*Info*' instead of `Info:'.
8915         * startup.el (command-line-1): Change copyright messages to year
8916         2000.
8918 2000-06-15  Dave Love  <fx@gnu.org>
8920         * net/goto-addr.el (goto-address-fontify): Use keymap property,
8921         not local-map.
8923 2000-06-15  Kenichi Handa  <handa@etl.go.jp>
8925         * international/mule.el (set-buffer-file-coding-system): Almost
8926         rewritten to handle `undecided' as no-op.
8928 2000-06-14  Gerd Moellmann  <gerd@gnu.org>
8930         * Makefile.in: New file.
8932         * Makefile: Removed.
8934         * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
8935         (goto-address-highlight-keymap): Bind C-c RET.
8937 2000-06-14  Kenichi Handa  <handa@etl.go.jp>
8939         * mail/sendmail.el (sendmail-send-it): The temporary buffer
8940         inherits buffer-file-coding-system of the current buffer.
8942         * tar-mode.el (tar-extract): For goto-char, use (point-min), not
8943         0.  Give correct argument to set-auto-coding-function.
8944         (tar-expunge): For goto-char, use (point-min), not 0.
8945         (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
8946         (tar-subfile-save-buffer): Likewize.
8948         * international/mule.el
8949         (after-insert-file-set-buffer-file-coding-system): Call
8950         set-buffer-file-coding-system with the arg FORCE t.
8952 2000-06-13  Gerd Moellmann  <gerd@gnu.org>
8954         * mail/sendmail.el (mail-specify-envelope-from): Initialize to
8955         nil.  Contemporary sendmails issue an X-Authentication-Warning if
8956         the sender is set with `-f'.
8958 2000-06-13  Dave Love  <fx@gnu.org>
8960         * help.el (describe-function-1): Kluge around cases of functions
8961         fset to subrs whose doc doesn't match their symbol-name.
8963         * image.el (insert-image): Default STRING to a space.
8965         * info.el Doc fixes.
8966         (Info-build-node-completions): Match Ref tags.
8968 2000-06-13  Eli Zaretskii <eliz@is.elta.co.il>
8970         * frame.el (display-multi-frame-p, display-multi-font-p): New
8971         defaliases for display-graphic-p.
8973         * hl-line.el: Fixed a typo in commentary.
8975 2000-06-13  Kenichi Handa  <handa@etl.go.jp>
8977         * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
8978         fixed.
8980 2000-06-12  Dave Love  <fx@gnu.org>
8982         * image.el (insert-image): Save a little consing.
8984 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
8986         * language/tibet-util.el: Convert all tibetan-1-column characters
8987         to the corresponding tibetan characters.
8988         (tibetan-add-components): Delete code for the special treatment of
8989         'a chung.
8991         * language/tibetan.el (tibetan-composable-pattern): Fix previous
8992         change.
8993         (tibetan-vowel-transcription-alist): More rules added.
8994         (tibetan-composite-vowel-alist): New variable.
8995         (tibetan-precomposition-rule-alist): More rules added.
8997 2000-06-12  Stefan Monnier  <monnier@cs.yale.edu>
8999         * startup.el (command-line): Only call menu-bar-mode if interactive.
9001         * thingatpt.el (toplevel symbol-properties):
9002         * textmodes/makeinfo.el (makeinfo-compile):
9003         * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
9004         * progmodes/hideif.el (hif-compress-define-list)
9005         (hide-ifdef-use-define-alist):
9006         * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
9007         (ange-ftp-vms-add-file-entry):
9008         * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
9009         * man.el (Man-build-man-command):
9010         * mail/rnewspost.el (news-reply-header-hook):
9011         * info.el (Info-insert-dir):
9012         * emulation/mlconvert.el (backward-word, forward-word, setq):
9013         * emacs-lisp/gulp.el (gulp-send-requests):
9014         * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
9015         (byte-optimize-inline-handler, byte-optimize-form-code-walker)
9016         (byte-optimize-apply, end of file):
9017         * emacs-lisp/advice.el (ad-advice-class-completion-table)
9018         (ad-make-freeze-definition):
9019         * startup.el (command-line, command-line-1): Don't quote lambdas.
9021         * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
9022         (cvs-cleanup-removed): New function.
9023         (cvs-cleanup-functions): New var.
9024         (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
9025         some flexibility in specifying additional entries to auto-cleanup.
9026         (cvs-quickdir): New function.
9027         (cvs-mode-insert): Use cvs-fileinfo-from-entries.
9028         (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
9029         (cvs-mode-find-file): Check that we are on a filename or dirname
9030         when invoked through a mouse-click.
9031         (cvs-full-path): Remove.
9032         (cvs-dired-action): Re-introduced.
9033         (cvs-dired-noselect): Use it.
9034         (vc-post-command-functions): use this new hook if available.
9036         * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
9037         (cvs-status-map): Don't inherit from cvs-mode-map anymore.
9038         (cvs-filename-map, cvs-dirname-map): Remove.
9039         (cvs-default-action): Remove.
9040         (cvs-add-face): Use `keymap' rather than `local-map' property, and only
9041         if the arg is really a keymap.
9042         (cvs-fileinfo-pp): Don't use any special map for file and dir names.
9043         Don't hardcode the mapping from state (aka type) to face, but check
9044         the var cvs-fi-<type>-face instead.
9045         (cvs-fileinfo-from-entries): New function.
9047         * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
9048         Docstring fix.
9049         (cvs-find-file-and-jump): Change default to be safer.
9050         (cvs-mode-diff-map): Define it as a function as well.
9051         (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
9052         Bind mouse-2 in this global map rather than with text-properties.
9054         * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
9055         file to resolve the ambiguity between C(conflict) and C(need-merge).
9057 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
9059         * international/mule.el (set-buffer-file-coding-system): If
9060         CODING-SYSTEM is nil, set buffer-file-coding-system to nil
9061         unconditionally.
9063 2000-06-12  Dave Love  <fx@gnu.org>
9065         * wid-edit.el (widget-specify-button): Really suppress the face if
9066         required.
9068 2000-06-11  Gerd Moellmann  <gerd@gnu.org>
9070         * term/x-win.el (x-colors): Add colors from recent rgb.txt.
9072 2000-06-11  Stefan Monnier  <monnier@cs.yale.edu>
9074         * imenu.el (imenu-generic-expression): Docstring fix.
9076         * composite.el (composition-function-table): Move the `put'
9077         below the autoload cookie so we can load the file before loaddefs.
9079         * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
9081         * emacs-lisp/autoload.el (make-autoload): Use `cond'.
9082         Handle easy-mmode-define-global-mode.
9083         For complex macros like define-minor-mode that can generate
9084         several autoload entries, try to autoload entries in the
9085         macroexpanded code.
9087         * emacs-lisp/easy-mmode.el (define-minor-mode):
9088         If KEYMAP is a symbol, just use it.
9089         Use byte-compile-current-file and load-file-name to infer the
9090         proper :require to pass to defcustom.
9091         Wrap the hook var into `progn' so as not to autoload it.
9092         Add a :autoload-end cookie.
9093         Be more careful about the evaluation of KEYMAP.
9094         (easy-mmode-define-global-mode): Add a :autoload-end cookie.
9095         (define-derived-mode): Move define-abbrev-table outside of defvar.
9097 2000-06-10  Stefan Monnier  <monnier@cs.yale.edu>
9099         * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
9100         (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
9101         (backup-compiled-files): Ignore errors during `tar'.
9102         (bootstrap): Make autoloads before elc files.
9104 2000-06-10  Kenichi Handa  <handa@etl.go.jp>
9106         * international/mule.el (set-buffer-file-coding-system): If one of
9107         undecided-XXX is specified, change only EOL conversion.
9109         * international/mule-conf.el (unix): New alias for the coding
9110         system undecided-unix.
9112 2000-06-09  Dave Love  <fx@gnu.org>
9114         * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
9116         * progmodes/executable.el: Byte compile dynamic.
9117         (executable-insert): Change custom type.
9118         (executable-find): Add autoload cookie.
9119         (executable-make-buffer-file-executable-if-script-p): New
9120         function.  After Noah Friedman.
9122         * files.el (after-save-hook): Customize, with
9123         executable-make-buffer-file-executable-if-script-p as an option.
9125 2000-06-09  Kenichi Handa  <handa@etl.go.jp>
9127         * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
9128         "tib24p-mule.bdf" for Tibetan.
9130         * composite.el (decompose-composite-char): Declare it as obsolete.
9132         * man.el (Man-fontify-manpage): Pay attention to underline and
9133         overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
9135 2000-06-08  Gerd Moellmann  <gerd@gnu.org>
9137         * thingatpt.el (forward-thing): Use functionp instead of fboundp.
9138         Set maintainer to FSF since author isn't reachable.
9140 2000-06-08  Dave Love  <fx@gnu.org>
9142         * international/mule-cmds.el (select-safe-coding-system): If
9143         DEFAULT-CODING-SYSTEM is not specified, also check the most
9144         preferred coding-system if buffer-file-coding-system is
9145         `undecided'.  From Handa.
9147 2000-06-08  Kenichi Handa  <handa@etl.go.jp>
9149         * international/mule.el
9150         (after-insert-file-set-buffer-file-coding-system): If the buffer
9151         size is greater than INSERTED, judget that we are not visiting.
9153 2000-06-07  Rajesh Vaidheeswarran  <rv@gnu.org>
9155         * whitespace.el (defgroup whitespace): Comment out `:version'.
9156         XEmacs 20.4 has problems defining the group with this present.
9157         We'll have this commented out till get resolve the problem.
9159 2000-06-07  John Wiegley  <johnw@gnu.org>
9160         
9161         * align.el (align-dq-string-modes, align-sq-string-modes)
9162         (align-open-comment-modes): Add pyhton-mode.
9163         (align-rules-list): Use get-text-property instead of
9164         text-properties-at.
9165         (align-rules-list): Add python-assignment.
9166         (align-rules-list): Change perl-comma-delimiter to
9167         basic-comma-delimiter.  Use if for Perl modes and python-mode.
9168         (align-rules-list): Add python-chain-logic and
9169         basic-line-continuation.
9171 2000-06-07  Jari Aalto  <jari.aalto@poboxes.com>
9173         * apropos.el (apropos-mode-hook): New user variable.
9174         (apropos-mode): Run apropos-mode-hook.
9176 2000-06-07  David Ponce  <david@dponce.com>
9178         * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
9179         commands.  Require `wid-edit' at run-time.
9181 2000-06-07  David Ponce  <david@dponce.com>
9183         * recentf.el: Added some "Commentary".
9184         (recentf-open-more-files, recentf-edit-list): Minor changes to
9185         move the point at the top of the file list.  This behaviour is
9186         consistent with the menu one when the list contains a lot of
9187         files.
9188         (recentf-cleanup): Now displays the number of items removed from
9189         the list.
9190         (recentf-relative-filter) New menu filter to show filenames
9191         relative to `default-directory'.
9193 2000-06-07  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9195         * ps-print.el: XEmacs compatibility.  Doc fix.  Can select page size
9196         with/without giving an error if PostScript printer doesn't have this
9197         kind of page size.  Zebra Stripe continues or restarts on next page.
9198         Manual/automatic paper feeding.  Switch or not the header.
9199         (ps-print-version): New version number (5.2.2).
9200         (ps-windows-system): Include emx as a Windows system.
9201         (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
9202         (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
9203         (ps-background-text): Code fix.
9204         (ps-error-handler-message, ps-user-defined-prologue)
9205         (ps-print-prologue-header, ps-printer-name)
9206         (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
9207         (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
9208         (ps-use-face-background): Customization fix.
9209         (ps-n-up-database): Data fix.
9210         (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
9211         (ps-switch-header): New vars.
9212         (ps-xemacs-color-name, ps-face-foreground-name)
9213         (ps-face-background-name, ps-boolean-constant): New funs.
9215 2000-06-07  Dave Love  <fx@gnu.org>
9217         * allout.el: New version from Manheimer.
9219 2000-06-07  Kenichi Handa  <handa@etl.go.jp>
9221         * textmodes/fill.el (fill-find-break-point): Check the validity of
9222         charset.
9224 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
9226         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9227         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
9228         Call display-color-p and display-mouse-p instead of looking at
9229         window-system.
9231 2000-06-06  Dave Love  <fx@gnu.org>
9233         * image.el (find-image): Doc fix.  Return nil if image not found.
9234         (put-image, insert-image): Make STRING arg optional.
9236 2000-06-06  Kenichi Handa  <handa@etl.go.jp>
9238         * language/vietnamese.el: Remove eval-when-compile.
9239         (viet-viscii-nonascii-translation-table): Define it as a
9240         translation table made from viet-viscii-decode-table.
9241         (viet-viscii-encode-table): Define it as a translation table made
9242         from the reverse map of above.
9243         (viet-vscii-nonascii-translation-table): Define it as a
9244         translation table made from viet-vscii-decode-table.
9245         (viet-vscii-encode-table): Define it as a translation table made
9246         from the reverse map of above.
9247         (ccl-decode-viscii): Use translate-character.
9248         (ccl-encode-viscii, ccl-encode-viscii-font)
9249         (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
9250         Likewize.
9252         * language/cyrillic.el: Remove eval-when-compile.
9253         (cyrillic-koi8-r-nonascii-translation-table): Define it as a
9254         translation table made from cyrillic-koi8-r-decode-table.
9255         (cyrillic-koi8-r-encode-table): Define it as a translation table
9256         made from the reverse map of above.
9257         (ccl-decode-koi8): Use translate-character.
9258         (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
9259         (cyrillic-alternativnyj-nonascii-translation-table): Define it as
9260         a translation table made from cyrillic-alternativnyj-decode-table.
9261         (cyrillic-alternativnyj-encode-table): Define it as a translation
9262         table made from the reverse map of above.
9263         (ccl-decode-alternativnyj): Use translate-character.
9264         (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
9265         Likewize
9267         * international/mule-diag.el (non-iso-charset-alist): Specify
9268         translation table symbol instead of translation table itself.
9269         (list-block-of-chars): CHARSET may be a translation table symbol.
9271         * international/mule.el (make-coding-system): If CODING-SYSTEM
9272         already exists, override it.
9274         * international/fontset.el: Use family `proportional' for Tibetan
9275         fonts.
9277         * international/ccl.el (ccl-compile-translate-character): Don't
9278         check if Rrr has property translation-table.
9279         (ccl-compile-map-multiple): Modified to avoid compiler warning.
9281 2000-06-05  Gerd Moellmann  <gerd@gnu.org>
9283         * info.el: Bind case-fold-search to t when searching in case
9284         a user sets it to nil in a hook.
9286 2000-06-05  Stefan Monnier  <monnier@cs.yale.edu>
9288         * autoarg.el (autoarg-mode, autoarg-kp-mode):
9289         * hl-line.el (hl-line-mode): Use the new :global key argument.
9291         * tar-mode.el (tar-header-block-recompute-checksum): Remove.
9292         (tar-clip-time-string): Prepend a space.
9293         (tar-grind-file-mode): Construct a string rather than modifying one.
9294         (tar-header-block-summarize): Fix docstring.
9295         Use `format' rather than an error-prone set of copy-loops.
9297         * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
9298         (diff-goto-source, diff-unified->context, diff-context->unified)
9299         (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
9300         understand the format output by the `-p' argument to diff.
9302         * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
9303         (sh-re-done): Use defconst.
9304         (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
9305         (sh-help-string-for-variable, sh-guess-basic-offset):
9306         Don't quote lambdas.
9307         (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
9308         (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
9310         * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
9311         (mh-letter-mode): Derive from text-mode.
9312         This implicitly means that it now calls kill-all-local-variables.
9313         Also remove the Emacs-18 compatibility code.
9315         * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
9316         Make use of symbol-property doc-string-elt.
9317         Use memq rather than a sequence of eq.
9318         (doc-string-elt): Fix the wrong or missing previously unused values.
9319         (autoload-print-form): New function extracted from
9320         generate-file-autoloads to allow recursion when handling progn
9321         so that defvar's and defun's docstrings are properly printed.
9322         (generate-file-autoloads): Use it.
9324         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
9325         Use find-file-hooks in the minor-mode function.
9326         Be careful not to loop indefinitely in the post-command-hook function.
9328 2000-06-05  Michael Kifer  <kifer@cs.sunysb.edu>
9330         * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
9331         tty's.
9332         * ediff-diff.el (ediff-exec-process): Use --binary for fine
9333         differences whenever appropriate.
9334         * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
9335         * viper.el (find-file, find-file-other-window): Get viper to do
9336         wildcards.
9338 2000-06-04  Stefan Monnier  <monnier@cs.yale.edu>
9340         * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
9341         (jit-lock-fontify-buffer): New function for JIT refontification.
9342         (jit-lock-mode): Fix docstring.
9343         Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
9344         Remove jit-lock-after-change from the _local_ hook.
9345         (jit-lock-function-1): Fix docstring.
9347         * info.el (Info-on-current-buffer): Initialize info.
9349         * newcomment.el (comment-indent): Ignore comment-indent-hook.
9351         * progmodes/tcl.el (tcl-indent-for-comment):
9352         Ignore comment-indent-hook.
9354         * emacs-lisp/easy-mmode.el: Require CL during compilation.
9355         (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
9356         (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
9357         and improve to use the lighter to guess the capitalization.
9358         (define-minor-mode): Inline code from easy-mmode-define-toggle.
9359         Add keyword arguments to specify global-ness or the custom group.
9360         Add local-map and help-echo properties to the lighter.
9361         (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
9362         (easy-mmode-define-global-mode): New macro.
9364 2000-06-02  Dave Love  <fx@gnu.org>
9366         * wid-edit.el: byte-compile-dynamic since we typically don't use
9367         all the widgets.  Don't require cl or widget.  Remove
9368         eval-and-compile.  Don't autoload finder-commentary.  Doc fixes.
9369         (widget-read-event): Removed.  Callers changed to use read-event.
9370         (widget-button-release-event-p): Renamed from
9371         button-release-event-p.
9372         (widget-field-add-space, widget-field-use-before-change):
9373         Uncustomize.
9374         (widget-specify-field): Use keymap property, not local-map.
9375         (widget-specify-button): Obey :suppress-face.
9376         (widget-specify-insert): Use modern backquote syntax.
9377         (widget-image-directory): Renamed from widget-glyph-directory.
9378         (widget-image-enable): Renamed from widget-glyph-enable.
9379         (widget-image-find): Replaces widget-glyph-find.
9380         (widget-button-pressed-face): Move defvar.
9381         (widget-image-insert): Replaces widget-glyph-insert.
9382         (widget-convert): Use keywordp.
9383         (widget-leave-text, widget-children-value-delete): Use mapc.
9384         (widget-keymap): Remove XEmacs stuff.
9385         (widget-field-keymap, widget-text-keymap): Define all inside defvar.
9386         (widget-button-click): Don't set point at the click, but re-centre
9387         if we scroll out of window.  Rewritten for images v. glyphs &c.
9388         (widget-tabable-at): Use POS arg, not point.
9389         (widget-beginning-of-line, widget-end-of-line)
9390         (widget-item-value-create, widget-sublist, widget-princ-to-string)
9391         (widget-sexp-prompt-value, widget-echo-help): Simplify.
9392         (widget-default-create): Use widget-image-insert; some rewriting.
9393         (widget-visibility-value-create)
9394         (widget-push-button-value-create, widget-toggle-value-create): Use
9395         widget-image-insert.
9396         (checkbox): Create on and off images dynamically.
9397         (documentation-link): Change :help-echo.
9398         (widget-documentation-link-echo-help): Remove.
9400 2000-06-02  Stefan Monnier  <monnier@cs.yale.edu>
9402         * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
9404         * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
9405         (easy-mmode-define-toggle, define-minor-mode): Use it.
9406         (easy-mmode-define-keymap): Docstring fix.
9407         (define-derived-mode): Default PARENT to fundamental-mode.
9408         Add the derived-mode-parent symbol-property.
9409         (easy-mmode-derived-mode-p): New function.
9411 2000-06-02  Dave Love  <fx@gnu.org>
9413         * files.el (convert-standard-filename): Doc fix.
9414         (normal-backup-enable-predicate): New function.
9415         (backup-enable-predicate): Use it to replace the lambda form.
9417         * calendar/todo-mode.el: [This needs more work on the outline
9418         stuff.]  Doc fixes.
9419         (todo) <defgroup>: Add :version.
9420         (todo-add-category): Don't use pushnew.
9421         (todo-cmd-raise): Fix typo.
9422         (todo-top-priorities): Change temp buffer name.
9423         (todo-category-alist): Avoid redundant lambda.
9424         (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
9425         Use outline-next-heading.
9427         * autoarg.el: Rewritten to use define-minor-mode.
9428         (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
9429         (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
9431 2000-06-02  Kenichi Handa  <handa@etl.go.jp>
9433         * isearch.el (isearch-other-meta-char): Fix previous change.
9435 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
9437         * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
9438         (log-edit-done): Only add the comment to the ring if it's different
9439         from the last comment entered.
9441         * isearch.el (isearch-highlight): Turn internal-find-face into facep.
9443 2000-06-01  Dave Love  <fx@gnu.org>
9445         * hl-line.el: Rewritten using define-minor-mode.
9447         * help.el (describe-function-1): Distinguish special form from
9448         builtin function.  Sanity-check presence of arglist for builtins.
9450 2000-06-01  Kenichi Handa  <handa@etl.go.jp>
9452         * international/characters.el: Fix syntax/category setting of
9453         Tibetan characters.
9455         * language/tibet-util.el (tibetan-add-components): Fixes for new
9456         encoding of Tibetan characters.
9457         (tibetan-decompose-precomposition-alist): New variable.
9458         (tibetan-decompose-region): Convert precomposed characters to
9459         non-precomposed characters.
9460         (tibetan-decompose-string): Likewise.
9461         (tibetan-composition-function): Fix args to
9462         thibetan-compose-string.
9464         * language/tibetan.el (tibetan-composable-pattern): More
9465         characters included.
9466         (tibetan-consonant-transcription-alist): Rule for "R" added.
9467         (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
9468         "+R" added.
9469         (tibetan-base-to-subjoined-alist): Rule for "RA" added.
9471         * language/lao-util.el (lao-composition-function): Fix args to
9472         compose-string.
9474         * language/thai-util.el (thai-composition-function): Fix args to
9475         compose-string.
9477         * isearch.el (isearch-update): Set disable-point-adjustment to t
9478         to prevent the point moving to the end of a composition when a
9479         part of a composition is searched.
9480         (isearch-other-meta-char): If the key invoking this command can be
9481         mapped by function-key-map to a printing char, call
9482         isearch-process-search-char directly.
9484 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
9486         * emacs-lisp/bytecomp.el:
9487         * frame.el:
9488         * international/mule-cmds.el:
9489         * international/mule-util.el:
9490         * international/mule.el:
9491         * mouse.el:
9492         * subr.el:
9493         * faces.el: Update calls to make-obsolete with a WHEN argument.
9495         * byte-run.el (make-obsolete, make-obsolete-variable):
9496         Add an optional WHEN argument and change the format of the
9497         symbol-property information.
9498         * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
9499         (byte-compile-obsolete, byte-compile-variable-ref): Understand the
9500         new obsolete-symbol-property format and print WHEN if it is provided.
9502 2000-05-31  Dave Love  <fx@gnu.org>
9504         * loadhist.el (loadhist-hook-functions): Remove
9505         before-change-function, after-change-function.
9506         (unload-feature): Deal with symbols which are both bound and
9507         fbound.
9509         * mouse.el (mouse-save-then-kill-delete-region): Don't bind
9510         before-change-function, after-change-function.
9512         * simple.el (newline): Don't bind before-change-function,
9513         after-change-function.
9515 2000-05-31  Rajesh Vaidheeswarran <rv@gnu.org>
9517         * whitespace.el (whitespace-rescan-timer-time): Update interval
9518         set to 600 seconds (10 minutes) instead of 60 seconds since
9519         a large number of whitespace buffers causes emacs to `freeze'
9520         for a considerable amount of time.
9522         * whitespace.el: Updated email address
9524 2000-05-31  Dave Love  <fx@gnu.org>
9526         * add-log.el (change-log-font-lock-keywords) <function>: Add
9527         pattern for function of change.
9528         (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
9529         acknowledgements patterns.
9531 2000-05-31  Kenichi Handa  <handa@etl.go.jp>
9533         * isearch.el (isearch-printing-char): If keyboard coding system is
9534         being used, call isearch-process-search-multibyte-characters.
9536         * international/isearch-x.el: Mostly rewritten.
9538         * international/quail.el (quail-start-conversion): Don't include
9539         unhandled events in the returned events, but set them in
9540         unread-command-events.  Exit if all inputs are deleted.
9542 2000-05-30  Jason Rumney  <jasonr@gnu.org>
9544         * w32-fns.el (w32-charset-info-alist): Add each charset separately.
9546         * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
9547         Reenable code to create initial fontsets.
9548         Use set-fontset-font in place of put-charset-property.
9550 2000-05-30  Gerd Moellmann  <gerd@gnu.org>
9552         * progmodes/perl-mode.el (perl-indent-line): When looking for a
9553         label, ensure that the first colon isn't followed by another.
9555         * paths.el (Info-default-directory-list): Doc fix.
9557         * net/net-utils.el (finger-X.500-host-regexps): New user-option.
9558         (finger): If HOST matches a regexp from finger-X.500-host-regexps,
9559         send a query containing USER only, not USER@HOST.
9561         * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
9562         and rmail-msgend to compute the restriction at the end, instead of
9563         computing it.
9565 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
9567         * dabbrev.el (dabbrev-expand): Don't display messages in the
9568         echo area if the minibuffer window is active.
9570         * jit-lock.el (jit-lock-mode): Add after change function to
9571         local hook.
9573 2000-05-29  Christoph Wedler  <Christoph.Wedler@sap.com>
9575         * antlr-mode.el: New commands: hide/unhide actions,
9576         upcase/downcase literals.
9577         (antlr-tiny-action-length): New user option.
9578         (antlr-hide-actions): New command.  Suggested by
9579         Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
9580         (antlr-mode-map): New binding [C-c C-v].
9581         (antlr-mode-menu): New entries.
9582         (antlr-downcase-literals): New command.
9583         (antlr-upcase-literals): Ditto.
9585         * antlr-mode.el: Minor changes: indendation, mode-name.
9586         (antlr-indent-line): Indent cpp directive at column 0.
9587         (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
9589         * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
9590         (antlr-font-lock-additional-keywords): Workaround for intentional
9591         bug in XEmacs version of font-lock.
9592         (antlr-mode): Set symbol property `mode-name' to "Antlr".  Could
9593         be used by a smarter version of `buffers-menu-grouping-function'.
9595 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
9597         * tmm.el (tmm-prompt): Recognize menu item definitions of the for
9598         `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
9600 2000-05-29  Kenichi Handa  <handa@etl.go.jp>
9602         * international/encoded-kb.el
9603         (encoded-kbd-iso2022-designation-map): Pay attention to that
9604         charset-iso-final-char return -1 for eight-bit-control and
9605         eight-bit-graphic.
9607 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
9609         * speedbar.el (speedbar-use-images, speedbar-update-flag)
9610         (speedbar-easymenu-definition-base): Use display-graphic-p where
9611         available, instead of window-system.
9613 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
9615         * international/codepage.el (cp-coding-system-for-codepage-1): Add
9616         eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
9617         coding systems.
9619 2000-05-26  Dave Love  <fx@gnu.org>
9621         * disp-table.el (standard-display-underline): Don't use
9622         internal-find-face.
9624         * mail/reporter.el: Maintainer change.  Doc fixes.
9625         (reporter-version): Deleted.
9627         * emacs-lisp/elp.el: Maintainer change.
9628         (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
9630 2000-05-26  Stefan Monnier  <monnier@cs.yale.edu>
9632         * add-log.el (add-change-log-entry): Merge the current entry with the
9633         previous one if the previous one is empty.
9635 2000-05-26  Dave Love  <fx@gnu.org>
9637         * loadhist.el (unload-feature): Fix interactive spec [from
9638         lijnzaad@ebi.ac.uk].
9640         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
9641         subr-arity to check primitives.
9642         (byte-compile-flush-pending, byte-compile-file-form-progn)
9643         (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
9644         (byte-compile-insert, byte-compile-funcall): Use mapc instead of
9645         mapcar.
9647 2000-05-26  Kenichi Handa  <handa@etl.go.jp>
9649         * international/fontset.el: Set family names of non-latin charsets
9650         in default fontset to "*".
9652         * international/mule-diag.el (print-fontset): Combine family part
9653         and registry part of the fontname by "-*-" instead of "-".
9655         * international/mule-cmds.el (encode-coding-char): Make strings
9656         multibyte before calling encode-coding-string.
9658 2000-05-25  Stefan Monnier  <monnier@cs.yale.edu>
9660         * derived.el: Fix keywords.
9661         (define-derived-mode): Only define if needed.
9663         * simple.el (fill-comment, comment-column, comment-start)
9664         (comment-start-skip, comment-end, comment-indent-function)
9665         (block-comment-start, block-comment-end, indent-for-comment)
9666         (set-comment-column, kill-comment, comment-padding, comment-region)
9667         (comment-multi-line, indent-new-comment-line): Remove.
9669         * bindings.el (esc-map): Change ; to comment-dwim and use the new
9670         function names for comment operations.
9672         * newcomment.el: Add abundant autoload cookies.
9673         (comment-style): Don't depend on runtime data at compile-time.
9674         (comment-indent-hook): Remove.
9675         (comment-indent): Check if comment-indent-hook is bound.
9676         (comment-region): Docstring fix.
9678 2000-05-25  Dave Love  <fx@gnu.org>
9680         * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
9681         byte-code-function-p.
9683         * mail/rmailsum.el: Add provide.
9685         * net/goto-addr.el (goto-address-fontify): Add help-echo property.
9687         * smerge-mode.el (smerge-diff-switches): Don't use list* in
9688         defcustom.
9690 2000-05-25  Michael Kifer  <kifer@cs.sunysb.edu>
9692         * ediff-diff.el (ediff-exec-process): delete --binary option from
9693         non-buffer ediff jobs.
9695 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
9697         * hilit-chg.el (highlight-changes-mode): Ask about color or
9698         grayscale support, not about window-system.
9700         * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
9701         window-system.
9702         (ffap-highlight): Always default to t.
9704         * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
9705         display-popup-menus-p instead of looking at window-system.
9707         * disp-table.el (standard-display-g1, standard-display-graphic):
9708         Only refuse to use string glyphs on X and MS-Windows.
9710         * avoid.el: Remove window-system from commentary, suggest to use
9711         display-*-p instead.
9713         * apropos.el (apropos-print): Use display-mouse-p instead of
9714         window-system.
9716 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
9718         * international/codepage.el (cp-decoding-vector-for-codepage):
9719         Fill up unsupported characters with their own codes.  From Kenichi
9720         Handa.
9722 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
9724         * international/mule-diag.el (describe-char-after): Use
9725         display-graphic-p instead of window-system, so that this function
9726         works on MS-DOS.
9728 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
9730         * international/codepage.el (cp-make-coding-systems-for-codepage):
9731         Remove the eight-bit-graphic and eight-bit-control charsets from
9732         the list of charsets which we convert into `?'.
9734 2000-05-25  Kenichi Handa  <handa@etl.go.jp>
9736         * international/mule-conf.el: Specify CHARSET-ID explicitely for
9737         private charsets.
9738         (mule-unicode-0100-24ff, japanese-jisx0213-1,
9739         japanese-jisx0213-2): New charsets.
9741         * international/fontset.el: Setup default fontset for new charsets.
9743 2000-05-24  Dave Love  <fx@gnu.org>
9745         * info.el (Info-find-node-2): Restructure [following "Vadim
9746         S. Solomin" <sovs@uic.nnov.ru>].
9748         * icomplete.el: Fix header for Finder.
9750 2000-05-24  Eric M. Ludlam  <zappo@ultranet.com>
9752         * rmailout.el (rmail-output-to-rmail-file): Added optional param
9753         STAY.
9755         * rmail.el (rmail-automatic-folder-directives): New user variable.
9756         (rmail-show-message): Add call to `rmail-auto-file' during
9757         display.
9758         (rmail-auto-file): New function.
9760 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
9762         * ediff-diff.el (ediff-forward-word): Take syntactic word class into
9763         account.
9764         (ediff-test-utility,ediff-diff-mandatory-option)
9765         (ediff-reset-diff-options): Utilities for proper initialization of
9766         ediff-diff-options and ediff-diff3-options on Windows.
9768         * ediff-init.el (ediff-merge-filename-prefix): New customizable
9769         variable.
9771         * ediff-mult.el (ediff-filegroup-action): Use
9772         ediff-merge-filename-prefix.
9774 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
9776         * viper-ex.el (ex-write): Set selective display to nil.
9778 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
9780         * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
9781         aliases for hebrew-iso-8bit.
9783 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
9785         * woman.el: New version from Francis J. Wright
9786         <F.J.Wright@Maths.QMW.ac.uk>.
9787         (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
9788         names in environment variables regardless of the path separator.
9789         (woman-topic-all-completions-1): Don't call file-name-directory-p
9790         on all files, since woman-file-regexp already filters out any
9791         directories.
9793 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
9795         * international/quail.el (quail-start-translation): Don't change
9796         modified-p of the current buffer.
9797         (quail-start-conversion): Likewise.
9799         * international/kkc.el (kkc-region): Don't change modified-p of
9800         the current buffer.
9802         * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
9803         conform to RFC1468.
9804         (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
9806 2000-05-23  Eric M. Ludlam  <zappo@ballista.ultranet.com>
9808         * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
9809         (speedbar-insert-button): Invisible text property fix.
9810         (speedbar-directory-plus): Renamed from speedbar-directory-+
9811         (speedbar-directory-minus): Renamed from speedbar-directory--
9812         (speedbar-page-plus): Renamed from speedbar-file-+
9813         (speedbar-page-minus): Renamed from speedbar-file--
9814         (speedbar-page): Renamed from speedbar-file-
9815         (speedbar-tag): Renamed from speedbar-tag-
9816         (speedbar-tag-plus): Renamed from speedbar-tag-+
9817         (speedbar-tag-minus): Renamed from speedbar-tag--
9818         (speedbar-expand-image-button-alist): Use above renames.
9820         * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
9821         * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
9822         * sb-pg-plus.xpm: Renamed from sb-file+.xpm
9823         * sb-pg-minus.xpm: Renamed from sb-file-.xpm
9824         * sb-pg.xpm: Renamed from sb-file.xpm
9825         * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
9826         * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
9828 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
9830         * international/quail.el (quail-show-guidance-buf): Set
9831         current-input-method of the guidance buffer to the name of the
9832         curren input method.
9834 2000-05-23  Stefan Monnier  <monnier@cs.yale.edu>
9836         * progmodes/compile.el (compile-internal): Style typo.
9838         * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
9839         quote vars and functions in the docstring.
9841         * newcomment.el (comment-make-extra-lines): Don't use `assert'.
9843         * completion.el (dynamic-completion-mode, dynamic-completion-mode):
9844         Don't quote lambdas.
9846         * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
9848 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
9850         * startup.el (command-line): Determine source file of compiled
9851         user init file differently.  Warn if compiled user init file
9852         is older than its source file.
9854         * ffap.el (ffap-url-regexp): Add `https'.
9856 2000-05-23  Eli Zaretskii  <eliz@is.elta.co.il>
9858         * files.el (make-backup-file-name-1): Replace slashes with `!'
9859         rather than `|' (which is not allowed on Windows).  Replace the
9860         drive letters with a string "drive_X".
9862 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
9864         * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
9866         * files.el (interpreter-mode-alist): Add `bash2'.
9868 2000-05-22  Dave Love  <fx@gnu.org>
9870         * loadhist.el (feature-symbols, file-provides, file-requires): Use
9871         mapc.
9872         (feature-file): Avoid calling symbol-name.  Doc fix.
9873         (file-set-intersect, file-dependents): Use dolist, not mapcar.
9874         (loadhist-hook-functions): Add mouse-position-function.
9875         (unload-feature): Change uses of mapcar.
9877         * files.el (parse-colon-path): Doc fix.
9878         (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
9879         (set-auto-mode): Use mapc.
9881         * complete.el (PC-look-for-include-file): Use :alnum: character
9882         class.
9883         (partial-completion-mode): Add autoload cookie.
9885 2000-05-22  Sam Steingold  <sds@gnu.org>
9887         * info.el (Info-fontify-node): Fixed the call to
9888         `add-text-properties' (bug introduced on 2000-05-18).
9890 2000-05-22  Dave Love  <fx@gnu.org>
9892         * bindings.el: Remove debug-ignored-errors set in other files.
9894         * progmodes/etags.el: Add to debug-ignored-errors.
9895         (visit-tags-table-buffer): Clear out buffers holding old tables
9896         when making a new list.
9897         (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
9898         mapc.
9900         * completion.el: Doc fixes.  Add to debug-ignored-errors.  Don't
9901         quote keywords.
9902         (cmpl-string-case-type): Use character classes.
9904         * comint.el:
9905         * textmodes/ispell.el:
9906         * imenu.el:
9907         * mail/mh-e.el:
9908         * progmodes/compile.el: Add to debug-ignored-errors.
9910         * dabbrev.el: Add to debug-ignored-errors.
9911         (dabbrev-completion): Use mapc.
9913 2000-05-22  Eli Zaretskii  <eliz@is.elta.co.il>
9915         * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
9916         (woman-mapcan, woman-parse-man.conf)
9917         (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
9918         (woman-reset-emulation, woman-select-symbol-fonts): New functions.
9919         (woman-parse-colon-path): Call woman-mapcan.  Recognize Cygwin
9920         path syntax better.
9921         (woman-man.conf-path, woman-use-own-frame): New defcustoms.
9922         (woman-manpath): Call woman-parse-man.conf.
9923         (woman-emulation): New defcustom, defaults to nroff.
9924         (woman-font-support): New defconst.
9925         (woman-use-symbol-font): New defcustom.
9926         (woman-menu): Add new menu items: "Colored/BW", "Advanced",
9927         "Emulation".
9928         Many functions: Doc fix.
9930 2000-05-22  Kenichi Handa  <handa@etl.go.jp>
9932         * international/quail.el (quail-simple-translation-keymap): Map
9933         128..255 to quail-self-insert-command.
9934         (quail-keyboard-layout-alist): Add definition for "pc102-de".
9936 2000-05-22  Stefan Monnier  <monnier@cs.yale.edu>
9938         * help.el (help-manyarg-func-alist): Typo.
9940         * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
9941         intervals which makes it heaps simpler.
9943         * newcomment.el (comment-region-internal): Go back to BEG after quoting
9944         the nested comment markers.
9946         * subr.el (remove-hook): Don't turn the hook's value into a list.
9948 2000-05-21  Dave Love  <fx@gnu.org>
9950         * edmacro.el (edmacro-parse-keys): Return vector if any elements
9951         are invalid characters.
9953         * international/mule-util.el (detect-coding-with-priority): Use
9954         mapc.  Remove redundant lambda.
9956         * international/mule-diag.el (list-non-iso-charset-chars)
9957         (describe-fontset): Remove redundant lambda.
9959         * emulation/crisp.el (brief-mode): New alias.
9961         * emacs-lisp/ring.el (ring-elements): New function.
9963         * emacs-lisp/easymenu.el (easy-menu-create-menu)
9964         (easy-menu-do-add-item): Use keywordp.
9966         * emacs-lisp/byte-opt.el: Update side-effect free function lists.
9968         * replace.el: Doc and error message fixes.
9969         (replace-highlight): Use facep, not internal-find-face.
9971 2000-05-20  Stefan Monnier  <monnier@cs.yale.edu>
9973         * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
9975         * log-edit.el (log-edit-done): Cleanup trailing empty lines.
9976         (log-edit-insert-changelog): Drop `:' as well.
9978         * log-view.el: Fix file description.
9979         (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
9980         available.
9981         (log-view-font-lock-keywords): Only use cvs-filename-face if present.
9982         (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
9984         * emacs-lisp/easy-mmode.el: Update copyright and commentary.
9985         (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
9986         Print a status message if the toggle is called interactively.
9987         (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
9988         for global minor modes and use `defcustom' for them.
9989         Use add-minor-mode.
9990         (easy-mmode-define-derived-mode): Remove.
9991         (define-derived-mode): Fancier default docstring.
9992         (easy-mmode-define-navigation): Signal an error rather than (ding).
9994         * newcomment.el (comment-styles): New `box-multi'.
9995         (comment-normalize-vars): Better default for comment-continue to
9996         avoid whitespace-only continuations.
9997         (comment-search-forward): Always move even in the no-syntax case.
9998         (comment-padright): Only obey N if it's only obeyed for padleft.
9999         (comment-make-extra-lines): Better handling of empty continuations.
10000         Use `=' for the filler if comment-start has only one character.
10001         (uncomment-region): Try handling the special `=' filler.
10002         (comment-region): Allow LINES even if MULTI is nil.
10003         (comment-box): Choose box style based on comment-style.
10005 2000-05-20  Kenichi Handa  <handa@etl.go.jp>
10007         * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
10008         (ccl-compile-write-repeat): If ARG is string, make it unibyte.
10010 2000-05-20  Kenichi HANDA  <handa@etl.go.jp>
10012         * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
10013         and insert, not subst-char-in-region.
10015         * international/mule-diag.el (list-character-sets-1): Handle
10016         charsets eight-bit-control and eight-bit-graphic.
10017         (list-iso-charset-chars): Likewise.
10018         (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
10019         charactes as is.  Use indent-to to align characters.
10021         * international/mule-cmds.el (find-multibyte-characters): Never
10022         exclude charsets eight-bit-control and eight-bit-graphic.
10024 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
10026         * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
10027         Don't quote lambdas.
10029         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
10031 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
10033         * gud.el (gud-jdb-directories): Doc fix.
10035 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
10037         * newcomment.el: New file.
10039 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
10041         * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
10043 2000-05-18  Andreas Schwab  <schwab@suse.de>
10045         * dired.el (dired-between-files): Also skip lines beginning with
10046         `used'.
10048 2000-05-18  Gerd Moellmann  <gerd@gnu.org>
10050         * msb.el (msb-menu-cond): Add choice `user'.
10052 2000-05-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10054         * ps-print.el: Compatibility, customization and doc fix.
10055         (ps-printer-name-option): Replace defconst by defvar.
10056         (ps-postscript-code-directory): XEmacs compatibility.
10057         (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
10058         fix.
10059         (ps-user-defined-prologue, ps-print-prologue-header)
10060         (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
10061         compatibility and code fix.
10062         (ps-print-background-image, ps-print-background-text):
10063         Customization fix.
10064         (ps-line-number-start, ps-n-up-on): New vars.
10066 2000-05-18  Espen Skoglund  <esk@ira.uka.de>
10068         * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
10069         the indent-comment function to just return the appropriate indent.
10071 2000-05-18  Eric M. Ludlam  <zappo@ultranet.com>
10073         * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
10074         sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
10075         sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
10077 2000-05-18  Dave Love  <fx@gnu.org>
10079         * info.el (Info-fontify-node): Add intangible property as well as
10080         invisible.
10082         * calendar/appt.el (appt-make-list): Match all lines of entry.
10083         From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
10085 2000-05-18  Kenichi Handa  <handa@etl.go.jp>
10087         * international/mule-diag.el (describe-char-after): Call
10088         internal-char-font, not char-font.  If internal-char-font returns
10089         nil, display "-- none --".
10091 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
10093         * image.el (image-type-available-p): Don't reference image-types
10094         if it isn't bound.
10096 2000-05-17  Stefan Monnier  <monnier@cs.yale.edu>
10098         * autoarg.el (autoarg-mode): Typo in the :set argument.
10100 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
10102         * startup.el (command-line-1): Don't signal an error if the
10103         directory for auto-save-list files does not yet exist.
10105 2000-05-17  Kenichi Handa  <handa@etl.go.jp>
10107         * international/mule-conf.el (arabic-iso8859-6): Fix typo.
10109 2000-05-16  Stefan Monnier  <monnier@cs.yale.edu>
10111         * subr.el (remove-hook): `setq' hook-value, not `set'.
10113 2000-05-16  Sam Steingold  <sds@gnu.org>
10115         * info.el (debug-ignored-errors): More errors to ignore.
10117 2000-05-16  Dave Love  <fx@gnu.org>
10119         * cus-edit.el: Don't require cl or easymenu.
10120         (custom-variable-prompt): Test standard-value property, not
10121         user-variable-p.
10123 2000-05-16  Sam Steingold  <sds@gnu.org>
10125         * subr.el (add-hook): `setq' hook-value, not `set'.
10127 2000-05-16  Gerd Moellmann  <gerd@gnu.org>
10129         * startup.el (command-line-1): Mention the FAQ in the startup
10130         message.
10132         * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
10134         * progmodes/compile.el (compilation-parse-errors): Collect
10135         `nomessage' regexps last.
10137         * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
10139         * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
10140         to the function name.
10142 2000-05-15  Dave Love  <fx@gnu.org>
10144         * speedbar.el (speedbar-recenter): Typo.
10145         (speedbar-expand-line): Make arg optional.
10146         (speedbar-mode): Avoid a compiler warning.
10148 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
10150         * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
10151         user-specified option string is empty.
10153         * mouse.el (mouse-yank-at-click): Doc fix.
10155 2000-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
10157         * term/internal.el (IT-character-translations): More updates of
10158         latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
10159         documents.
10161 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
10163         * env.el (getenv): New function, interactively callable.
10164         (setenv, getenv): Remove autoload cookies.
10166         * loadup.el: Load `env'.
10168         * progmodes/f90.el: Change author's mail address.
10170 2000-05-14  Dave Love  <fx@gnu.org>
10172         * mail/rmail.el (rmail-show-message-hook): Customize and offer
10173         goto-addr as an option.
10175         * help.el (help-xref-stack): Doc fix.
10176         (help-xref-following): New variable.
10177         (help-make-xrefs): Use it.
10178         (help-xref-go-back): Use position information from stack element.
10179         (help-follow): Make position in stack element a pair.  Use
10180         help-xref-following.
10182         * autoarg.el: New file.
10184         * faces.el: Declare more functions obsolete.
10186         * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
10187         * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
10188         * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
10189         * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
10190         Remove all the setup-...-environment functions.
10192 2000-05-13  Eric M. Ludlam  <zappo@ultranet.com>
10194         * speedbar.el: Updated the commentary section.  xemacs20p now uses
10195         >= when detecting.  Require `defimage' safely.
10196         (speedbar-easymenu-definition-base): Add toggle for images.
10197         (speedbar-easymenu-definition-special): Add flush cache & expand.
10198         (speedbar-visiting-tag-hook): Set new defaults.  Added options.
10199         (speedbar-reconfigure-keymaps-hook): New variable.
10200         (speedbar-frame-parameters): Updated documentation.
10201         (speedbar-use-imenu-flag): Updated custom tag
10202         (speedbar-dynamic-tags-function-list): New variable.
10203         (speedbar-tag-hierarchy-method): Updated doc & custom.
10204         (speedbar-indentation-width, speedbar-indentation-width) New
10205         variables.
10206         (speedbar-hide-button-brackets-flag): Customizable.
10207         (speedbar-vc-indicator): Doc update.
10208         (speedbar-ignored-path-expressions): Updated default value.
10209         (speedbar-supported-extension-expressions): Updated default value.
10210         (speedbar-syntax-table): Remove {} paren status.
10211         (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
10212         as "+".  Added overlay aliases.
10213         (speedbar-mode): Use `speedbar-mode-line-update' instead of
10214         `force-mode-line-update'.
10215         (speedbar-mode, speedbar-quick-mouse, speedbar-click)
10216         (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
10217         `mouse-set-point'
10218         (speedbar-reconfigure-keymaps): Run configure keymap hooks.
10219         (speedbar-item-info-tag-helper): Revamped to handle a wider range
10220         of arbitrary text, and new helper functions.
10221         (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
10222         filename finder.
10223         (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
10224         (speedbar-directory-buttons): Update path search/expansion.
10225         (speedbar-make-tag-line): Pay attention to
10226         `speedbar-indentation-width'.  Use more care w/ invisible
10227         properties.
10228         (speedbar-change-expand-button-char): Call
10229         `speedbar-insert-image-button-maybe'.
10230         (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
10231         (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
10232         (speedbar-trim-words-tag-hierarchy)
10233         (speedbar-simple-group-tag-hierarchy): New functions
10234         (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
10235         (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
10236         functions.
10237         (speedbar-mouse-set-point): New function
10238         (speedbar-power-click): Updated documentation.
10239         (speedbar-line-token, speedbar-goto-this-file): Handle more types
10240         of tag prefix text.
10241         (speedbar-expand-line, speedbar-contract-line): Make more robust
10242         to strange text.
10243         (speedbar-expand-line): Takes universal argument to flush the
10244         cache.
10245         (speedbar-flush-expand-line): New function.
10246         (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
10247         Use new generator insertion method.
10248         (speedbar-fetch-dynamic-tags): New function.
10249         (speedbar-fetch-dynamic-imenu): Removed code now handled in
10250         `speedbar-fetch-dynamic-imenu'.
10251         (speedbar-fetch-dynamic-etags): Fix current buffer problem.
10252         (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
10253         "Revert Buffer" menu items.
10254         (speedbar-buffer-buttons-engine): Be smarter when creating a
10255         filename tag (for expansion purposes.).
10256         (speedbar-highlight-one-tag-line,
10257         (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
10258         (speedbar-recenter): New functions.
10259         (defimage-speedbar): Image loading abstraction.
10260         (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
10261         (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
10262         (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
10263         (speedbar-tag-type, speedbar-tag-mail): New images.
10264         (speedbar-expand-image-button-alist): New variable.
10265         (speedbar-insert-image-button-maybe): Insert an image over some
10266         buttons.
10268 2000-05-13  Kenichi Handa  <handa@etl.go.jp>
10270         * international/mule-cmds.el (encode-coding-char): An ASCII
10271         character is always encodable.
10273         * international/mule-conf.el: Add more information in descriptions
10274         of character sets.
10276         * international/mule-diag.el (describe-char-after): New function.
10277         (describe-font-internal): Adjusted for the change of font-info.
10278         (describe-font): Likewise.
10279         (print-fontset): Rewritten for the new fontset implementation.
10280         (describe-fontset): Include fontset alias names in completion.
10281         (list-fontsets): Adjusted for the change of print-fontset.
10283         * simple.el (what-cursor-position): If DETAIL is non-nil, call
10284         describe-char-after instead of displaying the detail in the echo
10285         area.
10286         (syntax-code-table): Format changed.
10287         (string-to-syntax): Adjusted for the above change.
10289 2000-05-12  Stefan Monnier  <monnier@cs.yale.edu>
10291         * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
10293 2000-05-12  Dave Love  <fx@gnu.org>
10295         * calendar/todo-mode.el: Remove some compatibility stuff and CL
10296         dependence.  Use line-{beginning,end}-position, not
10297         point-at{b,e}ol.  Some doc fixes.
10298         (todo-position): New function.  Fix callers of position to use it.
10299         (todo-save-top-priorities, todo-print): Use with-temp-buffer.
10301 2000-05-12  Gerd Moellmann  <gerd@gnu.org>
10303         * time.el (display-time-mail-icon): Use `:ascent center'.
10305         * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
10306         handling FTP security extensions.
10308 2000-05-11  Dave Love  <fx@gnu.org>
10310         * calendar/todo-mode.el: New file.
10312 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
10314         * comint.el (comint-read-input-ring): Move reference to
10315         comint-input-ring-size outside of the save-excursion.  It was
10316         causing the default value to be the only one ever seen.
10318         * font-lock.el: Update copyright.  Remove Simon Marshall's email
10319         address on request from him.
10321         * subr.el (substitute-key-definition): Add comment describing
10322         the meaning of PREFIX.
10324 2000-05-10  Stefan Monnier  <monnier@cs.yale.edu>
10326         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
10328         * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
10329         (add-minor-mode): Don't make the variable buffer-local and add a
10330         reference to define-minor-mode in the docstring.
10332         * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
10333         HEADER/FOOTER and fix bug with trailing empty directory.
10334         (cvs-append-to-ignore): Use vc-editable-p if available.
10335         (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
10336         (vc-do-command): Tweak advice to handle the new VC.
10338         * log-view.el (log-view-goto-rev): New function for the new VC.
10339         (log-view-minor-wrap): Use mark-active.
10341         * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
10342         (log-edit-changelog-full-paragraphs): New var.
10343         (log-edit-insert-changelog): Remove a lonely leading `* file'.
10344         (log-edit-narrow-changelog, log-edit-changelog-paragraph)
10345         (log-edit-changelog-subparagraph, log-edit-changelog-entry)
10346         (log-edit-changelog-ours-p, log-edit-changelog-entries)
10347         (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
10348         Replace the `cvs' prefix with `log-edit'.
10350         * iswitchb.el (iswitchb-completion-help): Unquote lambda.
10352         * diff-mode.el (diff-font-lock-keywords): Recognize comments.
10353         (diff-font-lock-defaults): Explicitly turn off multiline.
10354         (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
10355         (diff-ediff-patch): Fix call to ediff-patch-file.
10356         (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
10357         Handle comments.
10359         * frame.el (automatic-hscrolling): Typo.
10361         * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
10363 2000-05-09  Sam Steingold  <sds@goems.com>
10365         * apropos.el (apropos-print): use `describe-face' instead of
10366         `customize-face-other-window'.
10368 2000-05-09  Dave Love  <fx@gnu.org>
10370         Changes mostly following Richard Sharman <rsharman@wave.home.com>.
10372         * help.el (describe-variable): Have customize button pop the
10373         help-xref stack when invoked.
10374         (help-xref-symbol-regexp): Add `face'.
10375         (help-make-xrefs): Check for quoted face names and adapt regexp
10376         submatch numbers to cope.
10377         (help-xref-interned): Maybe insert face doc too.  Separate
10378         sections with a line of hyphens.
10380         * faces.el:  Some doc fixes.  Declare some functions obsolete.
10381         (describe-face): Add customize button.  Return the help
10382         text.  Fix prompt.
10384 2000-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
10386         * term/internal.el (IT-character-translations): Fix last change.
10388 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
10390         * woman.el: New file
10391         (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
10393 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
10395         * term/internal.el (IT-character-translations): Update ASCII
10396         simulations for greek-iso8859-7, add latin-iso8859-14 and
10397         latin-iso8859-15.
10399         * international/mule-cmds.el (set-language-info-alist): Call
10400         define-prefix-command with 3 arguments, to make the map suitable
10401         for a menu.
10403 2000-05-07  Dave Love  <fx@gnu.org>
10405         * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
10407 2000-05-05  Dave Love  <fx@gnu.org>
10409         * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
10410         list in doc string.  Don't quote keyword symbols.
10411         * emacs-lisp/cl.el: Likewise
10412         * emacs-lisp/cl-seq.el: Likewise
10414 2000-05-05  Gerd Moellmann  <gerd@gnu.org>
10416         * abbrev.el (abbrev-mode): Make ARG optional.
10418 2000-05-04  Gerd Moellmann  <gerd@gnu.org>
10420         * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
10422         * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
10424         * subr.el (substitute-key-definition): Clarify documentation.
10426 2000-05-04  Milan Zamazal  <pdm@freesoft.cz>
10428         * glasses.el (glasses-convert-to-unreadable): Use
10429         `glasses-separator' instead of the hard-wired "_".
10430         (glasses-mode): Call `glasses-make-unreadable' only in a single
10431         place.
10433 2000-05-04  Eli Zaretskii  <eliz@is.elta.co.il>
10435         * term/internal.el (cjk-codepages-alist): Add associations for
10436         Chinese and Korean codepages.  Remove FIXME comment.
10438 2000-05-03  Dave Love  <fx@gnu.org>
10440         * time.el (display-time-mail-face, display-time-use-mail-icon):
10441         New option.
10442         (display-time-mail-icon): New variable.
10443         (display-time-string-forms): Use the above.  Fix the local-map.
10445 2000-05-03  Gerd Moellmann  <gerd@gnu.org>
10447         * replace.el (query-replace-map): Add binding for `E'.
10448         (query-replace-help): Extend help text.
10449         (perform-replace): Allow editing the replacement string.
10451         * make-mode.el (makefile-mode-abbrev-table): New variable.
10452         (makefile-mode): Set local abbrev table to
10453         makefile-mode-abbrev-table.
10454         (makefile-font-lock-keywords): Fontify includes and conditionals.
10456         * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
10457         set TOGGLE's value.
10459         * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
10460         mail-interactive-insert-alias.
10461         (mail-abbrev-complete-alias): New command.
10462         (mail-mode-map): Bind it to `M-TAB'.
10464 2000-05-03  Kenichi Handa  <handa@etl.go.jp>
10466         * language/lao-util.el (lao-compose-region): New function.
10468 2000-05-02  Gerd Moellmann  <gerd@gnu.org>
10470         * files.el (recover-session): Make directories as necessary
10471         if they don't exist yet.
10473         * calendar/cal-french.el
10474         (french-calendar-multibyte-special-days-array)
10475         (french-calendar-special-days-array): Change French text.
10476         (calendar-french-date-string): Change output.
10477         (calendar-goto-french-date): Likewise.
10479 2000-05-02  Per Abrahamsen  <abraham@dina.kvl.dk>
10481         * wid-edit.el (widget-default-active): Obey `:always-active'.
10482         (widget-documentation-string-value-create): Set `:always-active'.
10484 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
10486         * startup.el (auto-save-list-file-prefix): For ms-dos, set the
10487         default prefix to `~/_emacs.d/auto-save.list/_s'.
10488         (normal-top-level): Create the directory for auto-save files, if
10489         it doesn't already exist (in the ms-dos case only).
10491 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
10493         * international/mule-cmds.el (set-language-environment): Don't
10494         concat an integer (dos-codepage), use format instead.
10496 2000-05-02  Dave Love  <fx@gnu.org>
10498         * help.el (help-xref-on-pp): Check for constant symbols.
10500 2000-04-29  Gerd Moellmann  <gerd@gnu.org>
10502         * startup.el (normal-top-level): Put a condition-case around
10503         the code loading subdirs.el.
10505 2000-04-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10507         * ps-print.el: Upside-down and face background color printing,
10508         line number step, doc fix.
10509         (ps-print-version): New version number (5.2).
10510         (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
10511         (ps-face-attribute-list, ps-plot-with-face): Code fix.
10512         (ps-spool-config): Var fix.
10513         (ps-printer-name-option): Const fix.
10514         (ps-print-upside-down, ps-use-face-background)
10515         (ps-line-number-step): New vars.
10516         (ps-window-system, ps-lp-system): New consts.
10517         (ps-face-background): New fun.
10519 2000-04-28  Richard Stallman  <rms@gnu.org>
10521         * files.el (make-auto-save-file-name):
10522         Apply auto-save-file-name-transforms to visited file name
10523         before generating auto save file name.
10524         (auto-save-file-name-transforms): New variable.
10526         * files.el (backup-enable-predicate):
10527         Correctly test for a file under a temporary directory.
10529 2000-04-28  Gerd Moellmann  <gerd@gnu.org>
10531         * subr.el (add-minor-mode): Rewritten.
10533 2000-04-28  Kenichi Handa  <handa@etl.go.jp>
10535         * mail/sendmail.el (sendmail-send-it): Set
10536         buffer-file-coding-system to the selected coding system for MIME
10537         header.
10539 2000-04-27  Gerd Moellmann  <gerd@gnu.org>
10541         * dired.el (dired-move-to-filename-regexp): Allow format where
10542         YYYY is followed by two spaces.
10544         * progmodes/etags.el (etags-tags-completion-table): Add a `:'
10545         in the second character class of the regexp.
10547         * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
10548         mh-etc, too.
10550         * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
10551         nil.
10553         * subr.el (add-minor-mode): Use `set' instead of `setq'.
10555         * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
10556         argument.
10558 2000-04-27  Sen Nagata <sen@eccosys.com>
10560         * emacs-lisp/crm.el (crm-completion-table): New variable.
10561         (crm-collection-fn, crm-test-completion)
10562         (completing-read-multiple): Use it.
10564 2000-04-27  Dave Love  <fx@gnu.org>
10566         * help.el (locate-library): Use mapc.
10567         (help-manyarg-func-alist): Add call-process-region.
10569 2000-04-26  Gerd Moellmann  <gerd@gnu.org>
10571         * subr.el (add-minor-mode): Make argument MAP optional.
10573         * desktop.el (desktop-save): Save list of minor modes.
10574         (desktop-create-buffer): Restore minor modes.
10575         (desktop-minor-mode-table): New user-option.
10577         * subr.el (add-minor-mode): New function.
10579         * image.el (find-image): New function.
10580         (defimage): Rewritten to find image at load time.
10582         * startup.el (normal-top-level-add-to-load-path): Handle
10583         case that the default directory is not in load-path.
10585         * help.el: Old patch from Stefan Monnier.
10586         (help-xref-on-pp): New function.
10587         (describe-variable): Use it to display xrefs in a symbol's value.
10589 2000-04-26  Stefan Monnier  <monnier@cs.yale.edu>
10591         * cus-edit.el (custom-face): Fix parenthesis.
10593 2000-04-26  Kenichi Handa  <handa@etl.go.jp>
10595         * mail/rmail.el (rmail-expunge): When there are no deleted
10596         messages, do nothing.
10598 2000-04-26  Dave Love  <fx@gnu.org>
10600         * international/mule-cmds.el (locale-translation-file-name):
10601         Defvar to nil.
10602         (set-locale-environment): Set it here (at runtime).
10604 2000-04-25  Gerd Moellmann  <gerd@gnu.org>
10606         * replace.el (perform-replace): Add parameters START and END.  Use
10607         them instead of the check for a region in Transient Mark mode.
10608         (query-replace-read-args): Return two more list elements for the
10609         start and end of the region in Transient Mark mode.
10610         (query-replace, query-replace-regexp, query-replace-regexp-eval)
10611         (map-query-replace-regexp, replace-string, replace-regexp): Add
10612         optional last arguments START and END and pass them to
10613         perform-replace.
10615         * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
10616         form with additional arguments for perform-replace.
10618         * progmodes/etags.el (tags-query-replace): Add parameters START
10619         and END.  Construct a form with additional arguments for
10620         perform-replace.
10622         * simple.el (shell-command): Set default directory for "*Shell
10623         Command Output" buffer.
10625         * language/european.el (iso-latin-4): Fix typo.
10627         * emacs-lisp/crm.el: New file.
10629 2000-04-24  Dave Love  <fx@gnu.org>
10631         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
10632         (Custom-reset-saved, Custom-reset-standard)
10633         (custom-group-value-create, custom-group-set, custom-group-save)
10634         (custom-group-reset-current, custom-group-reset-saved)
10635         (custom-group-reset-standard): Use mapc.
10636         (custom-buffer-create-internal): Disable undo when creating items.
10637         Use mapc.
10638         (custom-face): Avoid redundant lambda.
10640 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
10642         * startup.el (auto-save-list-file-prefix): Set default to
10643         `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
10645 2000-04-24  Sam Steingold  <sds@gnu.org>
10647         * time-stamp.el (time-stamp-string-preprocess): Always convert
10648         `field-result' to a string.
10650 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
10652         * frame.el (scrolling): New group.
10653         (automatic-hscrolling): New user-option.
10655         * startup.el (command-line-x-option-alist): Add `-lsp' and
10656         `--line-spacing'.
10658 2000-04-19  Dave Love  <fx@gnu.org>
10660         * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
10661         (cl-mapc): Rename from mapc.  Fix the funcall.
10663 2000-04-19  Gerd Moellmann  <gerd@gnu.org>
10665         * simple.el (clone-indirect-buffer-other-window): New command.
10666         (clone-indirect-buffer): Add optional arg NORECROD.
10667         (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
10669         * help.el (resize-temp-buffer-window): Use count-screen-lines.
10671         * window.el (count-screen-lines): New function.
10672         (shrink-window-if-larger-than-buffer): Use count-screen-lines
10673         instead of window-buffer-height.
10675         * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
10676         non-existing variable comint-input-sentinel.
10677         (inferior-lisp-args-to-list): Removed.
10678         (inferior-lisp): Use split-string instead of
10679         inferior-lisp-args-to-list.
10681         * hexl.el (hexl-insert-hex-string): New command.
10683         * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
10684         instead of concat.
10686 2000-04-18  Gerd Moellmann  <gerd@gnu.org>
10688         * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
10689         at the start of an existing but empty folder.
10691 2000-04-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10693         * ps-mule.el: Customization fix, doc fix.
10694         (ps-multibyte-buffer): Customization fix.
10696 2000-04-17  Richard M. Stallman  <rms@gnu.org>
10698         * subr.el (read-passwd): Use read-char-exclusive.
10700 2000-04-17  Gerd Moellmann  <gerd@gnu.org>
10702         * textmodes/texinfo.el (texinfo-insert-@email)
10703         (texinfo-insert-@emph, texinfo-insert-@quotation)
10704         (texinfo-insert-@strong, texinfo-insert-@url): New functions.
10705         (texinfo-mode-map): Add key bindings for them.
10707         * files.el (basic-save-buffer-2): Use a template with `$'
10708         instead of `#' for VMS.
10710         * simple.el (clone-indirect-buffer): New function.
10712 2000-04-16  Stephen Eglen  <stephen@gnu.org>
10714         * iswitchb.el (iswitchb-case): New function.  If the user input
10715         contains any upper-case characters, the search is made
10716         case-sensitive.
10718 2000-04-17  Stefan Monnier  <monnier@cs.yale.edu>
10720         * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
10721         comment-end.
10722         (texinfo-font-lock-syntactic-keywords): New var.
10723         (texinfo-font-lock-keywords): Remove comment regexp.
10724         (texinfo-insert-block): New function.
10725         (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
10726         (texinfo-mode): Use define-derived-mode.  Tweak comment-start-skip
10727         and font-lock-defaults.  Use regexp-opt for outline-regexp.
10728         (texinfo-environments): New var.
10729         (texinfo-environment-regexp): Use regexp-opt and
10730         texinfo-environments.
10732         * textmodes/ispell.el (ispell-menu-map-needed): Check that
10733         ispell-process is bound since this might be eval'd before ispell
10734         is loaded.
10735         (ispell-message): Use a tiny bit less magic and a bit more hard
10736         data to figure out what kind of sc-cite-regexp to use.
10738         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
10740         * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
10741         (insert-cyclic-diary-entry): Unquote the lambda.
10743         * gud.el (gud-jdb-build-source-files-list): Fix typo.
10745         * files.el (backup-enable-predicate): Unquote the lambda.
10747         * cus-edit.el (custom-face, face): Unquote the lambda.
10749 2000-04-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10751         * ps-print.el: Check for line-beginning-position definition.
10753         * ps-print.el: Fix counting lines in a region.
10754         (ps-print-version): New version number (5.1.5).
10755         (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
10756         (ps-printing-region): Fun code fix.
10758 2000-04-15  Gerd Moellmann  <gerd@gnu.org>
10760         * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
10761         to file-directory-p.
10763 2000-04-14  Gerd Moellmann  <gerd@gnu.org>
10765         * gud.el (gud-jdb-build-source-files-list): Check that directory
10766         exists before calling directory-files.
10768 2000-04-13  Dave Love  <fx@gnu.org>
10770         * emacs-lisp/trace.el: Change maintainer.  Use new backquote
10771         syntax.
10773         * emacs-lisp/cl-specs.el: Remove when, unless.
10775         * emacs-lisp/cl-extra.el: Don't quote keywords.
10776         (cl-old-mapc): New variable.
10777         (mapc): Use it.
10778         (cl-map-intervals): Use with-current-buffer.  Don't check for
10779         next-property-change.
10780         (cl-map-overlays): Use with-current-buffer.
10781         (cl-expt): Remove.
10782         (copy-tree, remprop): Define unconditionally.
10784         * emacs-lisp/cl-compat.el (keywordp): Remove.
10786         * emacs-lisp/edebug.el (edebug-keywordp): Remove.  Change callers
10787         to use keywordp.
10788         (edebug-spec): Enable keywordp.
10790         * cus-edit.el (custom-sort-items): Avoid symbol-name with new
10791         string-lessp.
10793         * cus-start.el: Use keywordp.
10795 2000-04-13  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
10797         * diary-lib.el (include-other-diary-files): Fix the fix of
10798         2000-02-18 by doing a save-excursion.
10800 2000-04-13  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10802         * ps-print.el: Customization fix, doc fix.
10803         (ps-print-version): New version number (5.1.4).
10804         (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
10805         (ps-print-preprint): Adjust code.
10806         (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
10807         (ps-print-prologue-header, ps-print-control-characters)
10808         (ps-spool-config): Customization fix.
10810 2000-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
10812         * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
10813         converted to the new menu-item format, names silightly changed,
10814         help strings added.
10816         Support for spelling without async subprocesses:
10818         * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
10819         (ispell-session-buffer): New variables.
10820         (ispell-start-process, ispell-process-status,
10821         ispell-accept-output, ispell-send-string): New functions, for
10822         Ispell invocation when async subprocesses aren't supported.
10823         (ispell-word, ispell-pdict-save, ispell-command-loop,
10824         ispell-process-line, ispell-buffer-local-parsing): Replace calls
10825         to process-send-string with calls to ispell-send-string, and
10826         accept-process-output with ispell-accept-output.
10827         (ispell-init-process): Call ispell-process-status instead of
10828         process-status with.
10829         (ispell-init-process): Call ispell-start-process.  Call
10830         ispell-accept-output and ispell-send-string.  Don't call
10831         process-kill-without-query and kill-process if they are unbound.
10832         (ispell-async-processp): New function.
10834 2000-04-12  Dave Love  <fx@gnu.org>
10836         * info.el: Add debug-ignored-errors.
10837         (Info-mode-menu): Add some items.
10838         (Info-directory): Add autoload cookie.
10840         * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
10841         Modify `truncate-lines'.  Make `describe-language-environment'
10842         always visible and add help.  Modify `describe-key' help.  Invoke
10843         Info-directory from `info'.  New entry `emacs-manual'.
10845 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
10847         * progmodes/ebrowse.el (ebrowse-tree-mode): Use
10848         propertized-buffer-identification.
10849         (ebrowse-update-member-buffer-mode-line): Likewise.
10850         (ebrowse--mode-strings): Removed.
10851         (ebrowse--mode-line-props): Removed.
10853         * files.el (auto-mode-alist): Add `EBROWSE'.
10855         * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
10856         space before testing for end of buffer.
10857         (ebrowse-load): Removed.
10858         (ebrowse-revert-tree-buffer-from-file): Rewritten.
10859         (ebrowse-create-tree-buffer): Rewritten.
10860         (ebrowse-tree-mode): Read tree from buffer.
10862         * progmodes/ebrowse-ffh.el: Removed.
10864 2000-04-10  Kenichi Handa  <handa@etl.go.jp>
10866         * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
10868 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
10870         * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
10871         at the wrong place.
10873 2000-04-09  Dave Love  <fx@gnu.org>
10875         * files.el (backup-enable-predicate): Use
10876         temporary-file-directory, small-temporary-file-directory.
10877         (make-backup-file-name-function, backup-directory-alist): New
10878         variables.
10879         (make-backup-file-name-1): New function.
10880         (make-backup-file-name): Use it.
10881         (find-backup-file-name): Likewise.  Use format for clarity, not
10882         concat.
10883         (file-newest-backup): Use make-backup-file-name.
10885 2000-04-09  Gerd Moellmann  <gerd@gnu.org>
10887         * progmodes/ebrowse-ffh.el: New file.
10889         * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
10890         to ebrowse-ffh.el.
10891         (ebrowse-load): Add autoload.
10893         * finder.el (finder-commentary): Add autoload cookie.
10895         * mail/rfc2368.el: Correct author's email address.
10897         * progmodes/ebrowse.el: New file.
10899         * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
10900         item help string.
10901         (easy-menu-do-add-item): Ditto.
10902         (easy-menu-define): Extend doc string.
10904         * jit-lock.el (with-buffer-unmodified): Use
10905         restore-buffer-modified-p.
10906         (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
10907         (jit-lock-function, jit-lock-stealth-fontify): Don't use
10908         with-buffer-unmodified.
10910 2000-04-08  Dave Love  <fx@gnu.org>
10912         * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
10913         unless, when.
10915 2000-04-07  Mikio Nakajima  <minakaji@osaka.email.ne.jp>
10917         * viper-util.el (viper-put-on-search-overlay): New subroutine.
10918         (viper-flash-search-pattern): No operation when using Emacs
10919         doesn't support face.
10920         Use `viper-put-on-search-overlay'.
10922 2000-04-04  Gerd Moellmann  <gerd@gnu.org>
10924         * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
10925         like C-r.
10927         * progmodes/make-mode.el: Some doc fixes.
10928         (makefile-mode-abbrev-table): New variable.
10929         (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
10930         (makefile-font-lock-keywords): Fontify includes and conditionals.
10931         (toplevel): Require `dabbrev' and `add-log' when compiling.
10933         * replace.el (perform-replace): Don't move forward one char
10934         when MATCH-AGAIN is nil, and REGEXP-FLAG is t.  We don't want
10935         to do that because it leaves point 1 position after the last
10936         replacement, after everything has been replaced.
10938         * jit-lock.el (with-buffer-unmodified): New macro.
10939         (with-buffer-prepared-for-font-lock): Don't preserve buffer's
10940         modified state.
10941         (jit-lock-function-1): Extracted from jit-lock-function; not
10942         preserving buffer's modified state.
10943         (jit-lock-function, jit-lock-stealth-fontify): Call
10944         jit-lock-function-1.
10946         * mail/rfc2368.el: Remove supernumerary copyright line.
10948 2000-04-04  Milan Zamazal  <pdm@freesoft.cz>
10950         * glasses.el: Provide facilities for inserting space before left
10951         parentheses and uncapitalization of identifiers.
10952         (glasses-mode): Try to remove old overlays in all cases.
10954 2000-04-03  Gerd Moellmann  <gerd@gnu.org>
10956         * progmodes/compile.el (compile-internal): Display the compilation
10957         buffer in a different frame, if it's already displayed there.
10959         * mail/rfc2368.el: New file.
10961         * simple.el (sendmail-user-agent-compose): Recognize a `body'
10962         header and insert its value as mail body.
10964         * subr.el (member-ignore-case): New function.
10966         * dabbrev.el (dabbrev-ignored-regexps): New user-option.
10967         (dabbrev--find-expansion): Ignore buffers matching a regexp
10968         from dabbrev-ignored-regexps.
10970         * jka-compr.el (jka-compr-compression-info-list): Add `.z'
10971         to extensions handled by gzip.
10973 2000-04-03  Richard M. Stallman  <rms@gnu.org>
10975         * files.el (insert-directory): List the total free space
10976         along with the used space.
10978         * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
10979         line is followed by one that matches CITATION-REGEXP, end the
10980         paragraph.
10982 2000-04-03  Markus Rost  <rost@delysid.gnu.org>
10984         * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
10985         (rmail-make-basic-summary-line): Use that option.
10987 2000-04-03  Kenichi Handa  <handa@etl.go.jp>
10989         * international/mule-cmds.el (encoded-string-description):
10990         Rewritten.   Try pretty description for ISO 2022 escape sequences
10991         only if CODING-SYSTEM is based on ISO 2022.  Use uppercase letters
10992         for hexadecimal format.
10994 2000-04-01  Dave Love  <fx@gnu.org>
10996         * cpp.el: Change customization group to `c' from `C'.
10998         * vcursor.el (vcursor-move): Use display-color-p.
11000         * international/mule-util.el: Provide mule-utils.
11001         (string-to-sequence): Simplify and speed up.
11003         * international/mule.el (make-coding-system): Purecopy doc-string.
11005         * international/mule-cmds.el: Various menu changes.
11006         (describe-specified-language-support): Handle `Default'.
11007         (set-language-info): Purecopy `info'.
11009 2000-03-31  Andrew Innes  <andrewi@gnu.org>
11011         * vc.el (vc-backend-diff): Return the correct status if we had to
11012         retry the rcsdiff command without the --brief option.
11014 2000-03-31  Dave Love  <fx@gnu.org>
11016         * help.el (help-manyarg-func-alist): Correct several omissions.
11018         * add-log.el: Don't require cl, fortran.
11019         (add-log-current-defun-function): Doc fix.
11020         (change-log-version-number-regexp-list): Remove SCCS part.  Doc
11021         fix.
11022         (change-log-version-rcs): Function deleted.
11023         (change-log-version-number-search): Doc fix.  Use
11024         vc-workfile-version.  Avoid CL dolist.
11025         (add-change-log-entry): Just call add-log-current-defun to get
11026         defun.  Simplify somewhat.
11027         (change-log-get-method-definition-1): Likewise.
11028         (add-log-current-defun): Return nil if calling
11029         add-log-current-defun-function does so.  Move Fortran stuff to
11030         fortran.el.  Return string without properties.
11032         * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
11033         and :alpha: char classes.
11035         * mail/supercite.el: Defvar curline when compiling.
11036         (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
11037         (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
11038         rather than a-zA-Z0-9 to allow non-ASCII characters.
11040 2000-03-31  Gerd Moellmann  <gerd@gnu.org>
11042         * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
11044         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11045         Re-enable new code.
11047         * lpr.el (print-region-1): Use -d to specify printer name for
11048         systems `usg-unix-v*, `dgux', `hpux', `irix'.
11050 2000-03-31  Dave Love  <fx@gnu.org>
11052         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
11053         for function definition in symbol's function value slot first
11054         instead of first consulting byte-compile-function-environment.
11056 2000-03-31  Kenichi Handa  <handa@etl.go.jp>
11058         * language/european.el ("Polish"): New language environment.
11059         (setup-polish-environment): New function.
11061 2000-03-30  Gerd Moellmann  <gerd@gnu.org>
11063         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11064         Disable new code.
11066         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
11067         trying to `load' the symbol of an autoload instead of the file
11068         recorded in the autoload.  Fix error messages.
11070 2000-03-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11072         * ps-print.el: PostScript programming fix for ghostview, doc fix.
11073         (ps-print-version): New version number (5.1.3).
11074         (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
11075         (ps-insert-file, ps-output-boolean, ps-plot-with-face)
11076         (ps-generate-postscript-with-faces): Code fix.
11077         (ps-color-values): XEmacs compatibility.
11078         (ps-print-background-image, ps-print-background-text, ps-printer-name)
11079         (ps-default-fg, ps-default-bg): Adjust customization.
11080         (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
11081         (ps-color-scale): Renaming old ps-color-value fun.
11082         (ps-print-headers): Replace ps-print-header group to avoid conflict
11083         with ps-print-header variable.
11084         (ps-print-miscellany): New group.
11085         (ps-format-color, ps-rgb-color): New funs.
11086         (ps-default-foreground): New var.
11087         (ps-printer-name-option): New const.
11089 2000-03-30  Peter Breton  <pbreton@ne.mediaone.net>
11091         * net/net-utils.el:
11092         (network-connection-host, network-connection-service): New variables
11093         (network-connection-mode): New mode, derived from comint-mode
11094         (network-connection-mode-setup): New function, saves host and
11095         service information in local variables.
11097         * lisp/locate.el:
11098         (locate-word-at-point): Added this function
11099         (locate): Default to using locate-word-at-point as input
11100         Run dired-mode-hook
11102 2000-03-29  Dave Love  <fx@gnu.org>
11104         * calendar/appt.el: Doc fixes.
11105         (appt-check): Convert min-to-app to a string before passing to
11106         appt-disp-window-function or concat.
11107         (appt-delete-window): Remove test for frame-root-window.
11108         (appt-select-lowest-window, appt-convert-time): Simplify.
11110         * emacs-lisp/bytecomp.el: Doc fixes.
11111         (byte-compile-file-form-autoload): Update
11112         byte-compile-function-environment.
11114 2000-03-29  Andreas Schwab  <schwab@suse.de>
11116         * emacs-lisp/autoload.el: Also print defsubst doc string
11117         specially.
11119         * dired.el (dired-insert-directory): If dired-free-space-program
11120         failed just delete its output.
11122 2000-03-29  Dave Love  <fx@gnu.org>
11124         * international/iso-cvt.el: Move provide to end.  Doc fixes.
11125         (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
11126         (iso-iso2sgml, iso-sgml2iso): New functions.
11127         (iso-cvt-define-menu): Fix some entries and use backquote for
11128         clarity.
11130         * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
11132 2000-03-28  Gerd Moellmann  <gerd@gnu.org>
11134         * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
11135         ISO-DATE.  If non-nil, return date in ISO 8601 format.
11137 2000-03-26  Stefan Monnier  <monnier@cs.yale.edu>
11139         * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
11140         if it ever becomes used.
11141         (log-edit-mode-hook): Default to vc-log-mode-hook.
11142         (log-edit-mode): Fix the docstring.
11144         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
11145         the code.
11147 2000-03-26  Dave Love  <fx@gnu.org>
11149         * net/browse-url.el (browse-url): Re-fix case of
11150         browse-url-browser-function being an alist.
11151         (browse-url): Add :link to defgroup.
11153         * files.el: Doc fixes.
11154         (file-truename): Include `[' in wildcard characters.
11155         (automount-dir-prefix): Customize.
11156         (find-file-wildcards): Add :version.
11157         (find-file-noselect): Simplify a mapcar call.
11159         * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
11160         compatible with inf-lisp version.
11161         (eval-defun-1): Fix custom-declare-variable case.
11163 2000-03-25  Stefan Monnier  <monnier@cs.yale.edu>
11165         * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
11167 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
11169         * Makefile (COMPILE_FIRST): New macro.
11170         (compile-files): Compile files from COMPILE_FIRST first.
11172         * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
11173         code.
11175         * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
11176         matching open parenthesis in column 0 to defun-prompt-regexp
11177         only if open-paren-in-column-0-is-defun-start is set.
11179         * sun-curs.el: Require CL at compile-time only.
11181         * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
11182         instead of copy-list which is a function from CL.
11183         (msb--choose-menu, msb--mode-menu-cond)
11184         (msb--create-buffer-menu-2): Use dolist instead of mapc.
11185         (msb--init-file-alist): Use mapcar instead of mapcan.
11186         (msb--aggregate-alist): Use mapcar instead of mapcan.  Fix
11187         `(' in column 0 in doc string.
11188         (msb--add-separators): Use mapcar instead of mapcan.
11190         * cus-dep.el: Require CL at compile-time only.
11192 2000-03-24  Stefan Monnier  <monnier@cs.yale.edu>
11194         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
11195         (byte-compile-warnings): New warning `noruntime'.
11196         (byte-compile-constants, byte-compile-variables): Fix docstring.
11197         (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
11198         execute `eval-whenc-compile's body.
11199         (byte-compile-unresolved-functions): Fix docstring.
11200         (byte-compile-eval): New function.
11201         (byte-compile-callargs-warn): Check if the function will be available
11202         at runtime (via property `byte-compile-noruntime').
11203         (byte-compile-print-syms): New function.
11204         (byte-compile-warn-about-unresolved-functions): Also warn about
11205         `noruntime' functions (and use `byte-compile-print-syms').
11206         (byte-compile-file): Capitalize the message.
11208 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
11210         * mail/rmail.el (rmail-confirm-expunge): New user-option.
11211         (rmail-expunge): Ask for confirmation depending on the setting
11212         of rmail-confirm-expunge.
11214 2000-03-23  Gerd Moellmann  <gerd@gnu.org>
11216         * Makefile (bootstrap-clean): If $(emacs) exists, build
11217         loaddefs.el first.  A loaddefs.el that's not up-to-date might
11218         cause a bootstrap failure because things don't autoload as
11219         expected.
11221 2000-03-23  Dave Love  <fx@gnu.org>
11223         * net/browse-url.el: Restore previous use of
11224         browse-url-maybe-new-window.
11226 2000-03-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11228         * ps-print.el: Skip banner page fix.
11229         (ps-print-version): New version number (5.1.2).
11230         (ps-begin-file, ps-end-file, ps-generate): Code fix.
11232 2000-03-23  Dave Pearson  <davep@davep.org>
11234         * net/quickurl.el Changed the type of parameter passed to the
11235         function defined by `quickurl-format-function'. Before only the
11236         text of the URL was passed. Now the whole URL structure is passed
11237         and the function is responsible for extracting the parts it
11238         requires.  Changed the default of `quickurl-format-function'
11239         accordingly.
11240         (quickurl-insert): Changed the `funcall' of
11241         `quickurl-format-function' to match the above change.
11242         (quickurl-list-insert): Changed the `url' case so that it makes
11243         use of `quickurl-format-function', previous to this the format was
11244         hard wired.
11246 2000-03-22  Gerd Moellmann  <gerd@gnu.org>
11248         * startup.el: Change some spellings for the X Window System.
11250 2000-03-22  Stefan Monnier  <monnier@cs.yale.edu>
11252         * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
11253         up the code and the regexp and make sure the cursor is temporarily
11254         moved to the suspicious line while querying the user.
11256 2000-03-22  Jason Rumney  <jasonr@gnu.org>
11258         * w32-fns.el (w32-charset-info-alist): Initialize.
11260 2000-03-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11262         * ps-print.el: N-up last page fix.
11263         (ps-print-version): New version number (5.1.1).
11264         (ps-end-file, ps-end-job, ps-generate): Code fix.
11266 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
11268         * files.el (find-file-run-dired): Update docstring.
11269         (find-directory-functions): New hook.
11270         (find-file-noselect): Run find-directory-functions rather than
11271         calling dired directly.
11273         * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
11275         * pcvs.el: Add a minimal leading commentary.
11276         (cvs-make-cvs-buffer): Change the header part by removing the startup
11277         message and adding a `Module' entry.  Also replace the FOOTER and
11278         HEADER special fileinfos with the new support in ewoc for updating
11279         its own footer and header.
11280         (cvs-update-header): Update to use the header/footer of the ewoc.
11281         (cvs-mode): Use define-derived-mode and set truncate-lines to t.
11282         (cvs-is-within-p): New function.
11283         (cvs-mode-run): Take advantage of `save-some-buffers's new ability
11284         to only examine some subset of the buffers.
11286         * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
11287         `format' instead of our own ad-hoc functions.
11288         Remove HEADER and FOOTER cases, now handled in the EWOC.
11289         (cvs-fileinfo<): Remove HEADER and FOOTER cases.
11291         * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
11292         output to avoid scaring the user.
11293         (cvs-parse-table): Catch message for non-up-to-date commits.
11295         * pcvs-defs.el (cvs-startup-message): Remove.
11296         (cvs-global-menu): New autoloaded menu.
11298         * pcvs-util.el (cvs-string-fill): Remove.
11300         * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
11301         (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
11302         PP part of it and also make it work for footers and headers.
11303         (ewoc-create): Drop POS and BUFFER arguments.
11304         Use the DLL's dummy node to store the end-of-footer position.
11305         (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
11306         (ewoc-refresh): Remove unused `header' variable.
11307         (ewoc-(get|set)-hf): New functions.
11309         * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
11310         log-view-*-(message|file) and use easy-mmode-define-navigation.
11311         (log-view-message-re): Match SCCS format as well.
11312         And match the revision line rather than the dashed separator line.
11313         (log-view-mode): Use the new define-derived-mode.
11314         (log-view-current-tag): Fill in with an actual implementation.
11316         * cvs-status.el (cvs-status-(prev|next)): Rename from
11317         cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
11318         (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
11319         to let the output "breathe" a little more (more readable).
11320         (cvs-status-mode): Use the new define-derived-mode.
11322         * smerge-mode.el (smerge-auto-leave): New function and variable.
11323         (smerge-basic-map): Rename from smerge-basic-keymap.
11324         Change the bindings for smerge-diff-*.
11325         (smerge-*-map): Use easy-mmode-defmap.
11326         (smerge-(next|prev)): Use easy-mmode-define-navigation.
11327         (smerge-keep-*): Use smerge-auto-leave.
11329 2000-03-21  Jason Rumney  <jasonr@gnu.org>
11331         * cus-edit.el (custom-button-face): Use 3D look for w32.
11332         (custom-button-pressed-face): Likewise.
11334 2000-03-21  Gerd Moellmann  <gerd@gnu.org>
11336         * progmodes/etags.el (tags-case-fold-search): New user-option.
11337         (tags-loop-eval): New function.  Bind case-fold-search around eval
11338         depending on the value of tags-case-fold-search.
11339         (tags-loop-continue): Use tags-loop-eval.
11340         (find-tag-in-order): Bind case-fold-search depending on the value
11341         of tags-case-fold-search.
11343 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
11345         * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
11346         (diff-end-of-hunk): Return the end position for use in
11347         `easy-mmode-define-navigation'.
11348         (diff-recenter): Remove.
11349         (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
11350         of `easy-mmode-define-navigation'.
11351         (diff-kill-*): Rename `diff-*-kill' (for consistency with the
11352         previous renaming) and fix to use new names.
11353         (diff-merge-strings): Use \n as separator: simpler, faster.
11354         (diff-mode): Use `define-derived-mode'.
11356         * derived.el (define-derived-mode): Don't autoload anymore.
11357         Prefer the macro-only version provided by easy-mmode.el.
11359         * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
11360         `easy-mmode-define-derived-mode'.
11361         Use `combine-run-hooks'.
11362         (easy-mmode-define-navigation): New macro.
11364         * subr.el (combine-run-hooks): New function.
11366 2000-03-21  Kenichi HANDA  <handa@etl.go.jp>
11368         * term/x-win.el: Fontsets related initialization is simplified.
11370         * international/mule-diag.el (describe-font): Don't refer to
11371         global-fontset-alist, instead call font-list.
11372         (describe-fontset, list-fontsets, mule-diag): Likewise.
11373         (print-fontset): Adjusted for the change of fontset
11374         implementation.
11376         * international/fontset.el (x-charset-registries): Variable
11377         removed, instead the corresponding data is stored in the default
11378         fontset.
11379         (register-alternate-fontnames): Function removed.
11380         (resolved-ascii-font): Variable removed.
11381         (x-compose-font-name): Ignore the second argument REDOCE.
11382         (x-complement-fontset-spec): Complement only an ASCII font and
11383         element for those charsets than can use that ASCII font.
11384         (generate-fontset-menu): Don't refer to global-fontset-alist,
11385         instead call fontset-list.
11386         (uninstantiated-fontset-alist): Variable removed.
11387         (x-style-funcs-alist): Likewise.
11388         (fontset-default-styles): Likewise.
11389         (x-modify-font-name): Function removed.
11390         (create-fontset-from-fontset-spec): Ignore the argument
11391         STYLE-VARIANT.
11392         (create-fontset-from-ascii-font): Docsting adjusted for the above
11393         change.
11394         (instantiate-fontset, resolve-fontset-name): Functions removed.
11395         (fontset-list): Now implemented by C code.
11397         * faces.el (read-face-font): Fix TABLE arg to completing-read.
11398         (describe-face): Include `font' attribute in the description.
11400 2000-03-21  Kenichi Handa  <handa@etl.go.jp>
11402         * international/quail.el (quail-set-keyboard-layout): Typo fixed.
11404 2000-03-20  Gerd Moellmann  <gerd@gnu.org>
11406         * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
11407         ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
11408         zone-mode.el, snmp-mode.el: Moved to net subdirectory.
11410         * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
11411         about behavior of set-buffer-modified-p wrt redisplay.
11413 2000-03-19  Richard M. Stallman  <rms@gnu.org>
11415         * view.el (view-mode-disable): Kill local binding of view-read-only.
11417 2000-03-18  Gerd Moellmann  <gerd@gnu.org>
11419         * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
11420         is a string, convert it to a syntax cell using string-to-syntax.
11422         * simple.el (syntax-code-table, syntax-flag-table): New variables.
11423         (string-to-syntax): New function.
11425         * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
11426         (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
11427         try to use passive ftp mode.
11429 2000-03-17  Gerd Moellmann  <gerd@gnu.org>
11431         * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
11433         * simple.el (append-to-buffer): Update point of windows after
11434         insertion.
11436         * abbrev.el (inverse-add-abbrev): Identify word by first moving
11437         forward then moving backward.  Reindent.
11439         * frame.el (other-frame): Call x-focus-frame only if
11440         focus-follows-mouse is off.
11442 2000-03-17  Dave Love  <fx@gnu.org>
11444         * pcvs-util.el (cvs-strings->string): Rename
11445         replace-regexps-in-string.
11447 2000-03-17  Stefan Monnier  <monnier@cs.yale.edu>
11449         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
11450         regexp for labels cannot span several lines.
11452         * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
11453         `(setq :<key> ':<key>)' to the macro expansion.
11455 2000-03-16  Dave Love  <fx@gnu.org>
11457         * progmodes/f90.el (f90): Put custom group under `languages', not
11458         `fortran'.
11459         (f90-mode-hook): Customize.
11460         (f90-mode): Set add-log-current-defun-function.
11461         (f90-current-defun): New function.
11463 2000-03-16  Gerd Moellmann  <gerd@gnu.org>
11465         * cus-edit.el (custom-variable-tag-face): Handle case that
11466         default face's height is not a number.
11467         (custom-face-tag-face, custom-group-tag-face-1)
11468         (custom-group-tag-face): Ditto.
11469         (custom-group-tag-face-1): Add :group.
11471         * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
11473 2000-03-15  Gerd Moellmann  <gerd@gnu.org>
11475         * pcvs-defs.el (toplevel): Remove autoload cookie for form
11476         requiring easymenu.
11478 2000-03-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11480         * ps-print.el: PostScript user-defined prologue, PostScript error
11481         handler, doc fix.
11482         (ps-print-version): New version number (5.1).
11483         (ps-user-defined-prologue, ps-error-handler-message)
11484         (ps-print-prologue-0, ps-error-handler-alist): New vars.
11485         (ps-setup, ps-begin-file, ps-begin-job): Code fix.
11486         (ps-insert-string): New function.
11488 2000-03-15  Kenichi Handa  <handa@etl.go.jp>
11490         * international/ccl.el (ccl-compile-expression): Don't generate
11491         invalid self-assignment code.
11493 2000-03-14  Dave Love  <fx@gnu.org>
11495         * subr.el (replace-regexp-in-string): Renamed from
11496         replace-regexps-in-string.  Doc fix.
11498 2000-03-12  Dave Love  <fx@gnu.org>
11500         * cus-edit.el: Doc fixes.
11501         (customize-set-variable, customize-save-variable): Rename args for
11502         doc.
11503         (custom-variable-tag-face, custom-face-tag-face)
11504         (custom-group-tag-face-1, custom-group-tag-face): Modify from
11505         style which user identify as hyperlink.
11506         (hook): Don't add undefined functions to the hook.
11507         (debug-ignored-errors): Transfer message from bindings.el.
11509 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
11511         * recentf.el (recentf-keep-non-readable-files-p): Remove
11512         double/nested definition.
11514 2000-03-12  Dave Love  <fx@gnu.org>
11516         * facemenu.el (facemenu-get-face): Use display-color-p.
11517         * enriched.el (enriched-decode-foreground): Likewise.
11518         (enriched-decode-background): Likewise.
11519         * isearch.el (isearch-highlight): Likewise.
11520         * info-look.el (info-lookup): Likewise.
11521         * simple.el (completion-setup-function): Likewise.
11523         * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
11524         :options.
11526         * bindings.el (mode-line-format): Fix line-number and
11527         column-number items.  Add help-echo for the background.
11528         (mode-line-mule-info): Modify help-echo.
11530         * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
11532         * files.el (load-file): Allow completion to .elc.
11534         * man.el: Doc fixes.
11535         (Man-init-defvars): Use display-color-p to set fontification.
11537         * play/hanoi.el (hanoi-internal): Don't use oddp.
11539 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
11541         * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
11543         * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
11545 2000-03-12  Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
11547         * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
11548         Fix comment.
11550 2000-03-10  Stefan Monnier  <monnier@cs.yale.edu>
11552         * font-lock.el (font-lock-keywords): Fix the doc now that
11553         regexp-opt-depth is unnecessary.
11554         (save-buffer-state): Set an edebug spec.
11555         (font-lock-fontify-anchored-keywords): Properly handle the case when
11556         the matcher goes past the limit.
11558         * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
11559         pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
11561         * emacs-lisp/ewoc.el: New file.  This is a merge of elib-node.el,
11562         dll.el and cookie.el (from Elib) with heavy renaming and other
11563         massaging.
11565         * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
11566         Autoload the functions used.
11567         (easy-mmode-define-syntax): Fix CL typo.
11568         (easy-mmode-define-derived-mode): Improve the docstring generation.
11570 2000-03-10  Gerd Moellmann  <gerd@gnu.org>
11572         * textmodes/texinfo.el (texinfo-version): Variable and function
11573         removed.
11575 2000-03-09  Stefan Monnier  <monnier@cs.yale.edu>
11577         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
11578         allow more flexibility.
11579         (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
11580         fns.
11581         (easy-mmode-defmap, easy-mmode-defsyntax)
11582         (easy-mmode-define-derived-mode): New macros.
11584 2000-03-09  Didier Verna  <didier@xemacs.org>
11586         * rect.el (replace-rectangle): New function.
11588 2000-03-09  Dave Love  <fx@gnu.org>
11590         * progmodes/fortran.el (fortran-comment-line-start): Define as
11591         "C".
11592         (fortran-comment-line-start-skip): Don't match cpp stuff.
11593         (font-lock-keywords): Add * to comment-chars.  Grok cpp stuff.
11594         (fortran-mode-map): Remove over-eager custom-menu-create for now.
11595         (fortran-mode): Don't set fortran-comment-line-start-skip,
11596         fortran-comment-line-start here.  Set comment-start,
11597         add-log-current-defun.
11598         (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
11599         (fortran-current-defun): New function.
11601 2000-03-09  Gerd Moellmann  <gerd@gnu.org>
11603         * emacs-lisp/re-builder.el: New file.
11605         * mouse.el (mouse-drag-region): Don't run up-event handler
11606         if hscroll has changed.
11608         * octave-mod.el (octave-font-lock-keywords): To font-lock the
11609         builtin operators, use `font-lock-builtin-face' for Emacs and
11610         `font-lock-preprocessor-face' otherwise.
11612         * font-lock.el (lisp-font-lock-keywords-1): Highlight
11613         `(defun (setf foo)' differently.
11615 2000-03-08  Stefan Monnier  <monnier@cs.yale.edu>
11617         * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
11618         (regexp-opt): Update comment and adapt the code the new meaning of
11619         the `paren' argument of regex-opt-group for shy-groups.
11620         (regexp-opt-depth): Handle shy groups as well as backslashed
11621         backslashes.
11622         (regexp-opt-group): Turn the leading comment into a docstring.
11623         Allow `paren' to be a string (the string to use to open a group).
11624         Remove open-presuf and close-presuf.  Instead of checking for `all
11625         one-char' and then later on check for `several one-char', handle
11626         both cases close together.  Also apply a more generic algorithm
11627         for suffixes (the mirror image of the algorithm used for
11628         prefixes).  Use shy-groups.  Use nreverse rather than reverse.
11629         (regexp-opt-try-suffix): Removed.
11631         * cmuscheme.el (inferior-scheme-mode-map): Define it independently
11632         from comint-mode-map, so we can just inherit from it.  Also, move
11633         the initialization into the `defvar' since there's no docstring
11634         anyway and it's fairly short.
11635         (inferior-scheme-mode): Define it as derived-mode: the code is
11636         shorter and this way we inherit from comint-mode-map rather than
11637         copying it.
11639         * subr.el (replace-regexps-in-string): Properly handle the case
11640         where we match an empty string.
11642         * comint.el (comint-exec-1): Add the current-dir to the exec-path
11643         when the command has a directory component (such as "./testml").
11644         Also fix a typo in the comment.
11646 2000-03-08  Gerd Moellmann  <gerd@gnu.org>
11648         * Makefile (compile-files): Compile files one by one because
11649         that's the only way to ensure a clean compilation environment for
11650         each individual file.
11652         * frame.el (other-frame): Call x-focus-frame.
11654 2000-03-07  Dave Love  <fx@gnu.org>
11656         * recentf.el (recentf-keep-non-readable-files-p): Add :set,
11657         :require to defcustom.
11659         * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
11660         lists.
11662         * files.el (auto-mode-alist): Add configure.in.
11664         * progmodes/autoconf.el: New file.
11666 2000-03-07  Gerd Moellmann  <gerd@gnu.org>
11668         * mail/mh-e.el: Change maintainer to `none'.
11670         * recentf.el (recentf-keep-non-readable-files-p): Quote args
11671         to remove-hook and add-hook.
11673 2000-03-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
11675         * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
11676         it as the default.
11677         (mail-send): Test mail-send-nonascii also for the new `mime' value.
11678         (sendmail-send-it): Conditionally add MIME headers specifying the
11679         used character set.
11681 2000-03-07  Dave Love  <fx@gnu.org>
11683         * winner.el: Fix keywords, autoload cookies.  Split
11684         eval-when-compile form to avoid compilation failure.
11686 2000-03-07  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
11688         * international/mule.el: Modify comment about coding system
11689         property `coding-category'.
11690         (make-coding-system): New argument EOL-TYPE.  Pay attention to
11691         coding-category property of PROPERTIES.
11693         * international/mule-conf.el (coding-category-utf-8,
11694         coding-category-utf-16-be, coding-category-utf-16-le): New coding
11695         categories.  Include them in the argument for set-coding-priority.
11697         * international/mule-cmds.el (reset-language-environment): Include
11698         coding-category-utf-8, coding-category-utf-16-be, and
11699         coding-category-utf-16-le in the argument for set-coding-priority.
11700         (reset-language-environment): Initialize coding-category-utf-8,
11701         coding-category-utf-16-be, and coding-category-utf-16-le to nil.
11703 2000-03-06  Karl Fogel  <kfogel@red-bean.com>
11705         * bookmark.el (bookmark-file-or-variation-thereof): New func, for
11706         code abstracted out of `bookmark-jump-noselect'.  Now tries info
11707         extensions as well as compression extensions.
11708         (bookmark-jump-noselect): Use above new func.
11710 2000-03-03  Gerd Moellmann  <gerd@gnu.org>
11712         * strokes.el: Change maintainer's mail address.
11714 2000-03-03  Kenichi Handa  <handa@etl.go.jp>
11716         * international/mule-diag.el (list-character-sets): Make help-echo
11717         string by substitute-command-keys.
11718         (list-character-sets): Likewise.
11719         (sort-listed-character-sets): Call help-setup-xref.
11721 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
11723         * time.el (display-time-mail-file): Add `none' to the list of
11724         choices.
11726 2000-03-01  Dave Love  <fx@gnu.org>
11728         * help.el (help-xref-go-back): Don't try to set position.
11730         * international/mule-diag.el (list-character-sets): Call
11731         help-setup-xref.  Add help-echo to xrefs.
11732         (list-character-sets-1): Add help-echo to xrefs.
11734 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
11736         * frame.el (blink-cursor-mode): Switch cursor on when turning
11737         the mode off.
11739         * add-log.el (add-log-current-defun): Add support for
11740         Autoconf mode.
11742         * mail/rmail.el (rmail-quit-hook): New variable.
11744 2000-03-01  Dave Love  <fx@gnu.org>
11746         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
11748         * help.el (help-xref-button): Add help-echo arg.
11749         (describe-function-1, describe-variable, help-make-xrefs): Use it.
11751         * faces.el (list-faces-display): Supply help-echo with
11752         help-make-xrefs.
11754         * facemenu.el (list-text-properties-at): Set help-xref-stack to
11755         nil.
11757 2000-03-01  Gerd Moellmann  <gerd@gnu.org>
11759         * image.el (defimage): Look for image files in load-path.
11761         * frame.el (busy-cursor-delay-seconds): Change type to
11762         `number'.
11764 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
11766         * recentf.el (recentf): Added version tag to the defgroup of
11767         recentf.
11769 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
11771         * recentf.el (recentf-cleanup): Changed to remove excluded file
11772         too.
11773         (recentf-edit-list-action): `recentf-edit-list' checkbox widget
11774         action to select/unselect a file.
11775         (recentf-edit-list): Code cleanup and improvement.
11776         (recentf-open-more-files-action): `recentf-open-more-files' button
11777         widget action to open a file.
11778         (recentf-open-more-files): No more use standard completion but
11779         widgets.
11780         (recentf-more-collection): Deleted.
11781         (recentf-more-history): Deleted.
11782         (recentf-setup-more-completion): Deleted.
11784 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
11786         * recentf.el (recentf-mode): No more needs that Emacs is running
11787         under a window-system.
11789 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
11791         * recentf.el (recentf-edit-list): New command to edit the recent
11792         list which allow the user to remove files.
11793         (recentf-edit-selected-items): New global variable, used by
11794         `recentf-edit-list' to hold the list of files to be removed from
11795         the recent list.
11796         (recentf-make-menu-items): Updated to display a "Edit list..."
11797         menu item.  Minor code cleanup.
11799 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
11801         * recentf.el (recentf-open-more-files): New command to open files
11802         that are not displayed in the menu.
11803         (recentf-more-collection): New global variable holding the set of
11804         permissible completions used by `recentf-open-more-files'.
11805         (recentf-more-history): New global variable holding the history list
11806         used by `recentf-open-more-files' completion.
11807         (recentf-setup-more-completion): New function to setup completion for
11808         `recentf-open-more-files'.
11809         (recentf-make-menu-items): Updated to display a "More..." menu item.
11811 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
11813         * recentf.el (recentf-menu-action): Doc fixed.
11815 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
11817         * recentf.el (recentf-menu-filter): Doc updated.
11818         (recentf-update-menu-hook): Allow menu filters to force menu update.
11819         (recentf-make-menu-items): New menu filter handling.
11820         (recentf-make-menu-item): New helper function.
11821         (recentf-menu-elements): New menu handling function.
11822         (recentf-sort-ascending): Updated to new menu filter handling.
11823         (recentf-sort-descending): Updated to new menu filter handling.
11824         (recentf-sort-basenames-ascending): New menu filter function.
11825         (recentf-sort-basenames-descending): New menu filter function.
11826         (recentf-show-basenames): New menu filter function.
11827         (recentf-show-basenames-ascending): New menu filter function.
11828         (recentf-show-basenames-descending): New menu filter function.
11830 2000-02-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
11832         * diary-lib.el (list-diary-entries): Don't try to go forward at
11833         the end of the buffer.
11835 2000-02-29  Kenichi Handa  <handa@etl.go.jp>
11837         * international/mule-diag.el (list-character-sets): Completely
11838         rewritten.
11839         (sort-listed-character-sets): New function.
11840         (list-character-sets-1): Completely rewritten.
11841         (list-character-sets-2): New function.
11842         (non-iso-charset-alist): New variable.
11843         (decode-codepage-char): New function.
11844         (charset-history): New variable.
11845         (read-charset) (list-block-of-chars)
11846         (list-iso-charset-chars)
11847         (list-non-iso-charset-chars)
11848         (list-charset-chars): New functions.
11849         (mule-diag): Call list-character-sets-2, not
11850         list-character-sets-2.
11851         (dump-charsets): Likewise.
11853 2000-02-29  Gerd Moellmann  <gerd@gnu.org>
11855         * dired-x.el (dired-filename-at-point): Add `@' to valid
11856         file name characters.
11857         (dired-filename-at-point): Handle ange-ftp file names.
11859         * frame.el (frame-notice-user-settings): Use assq-delete-all
11860         instead of assoc-delete-all.
11861         (frame-notice-user-settings): Ditto.
11863         * subr.el (assq-delete-all): Renamed from assoc-delete-all.
11864         Don't copy alist.
11866 2000-02-28  Eli Barzilay  <eli@cs.cornell.edu>
11868         * calculator.el (calculator-use-menu): New option.
11869         (calculator-initial-bindings): Changed some bindings to work as
11870         macros.
11871         (calculator-forced-input): Removed.
11872         (calculator-restart-other-mode): New variable.
11873         (calculator-mode-map): Set up menu.
11875 2000-02-28  Jari Aalto  <jari.aalto@poboxes.com>
11877         * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
11878         tags.
11880 2000-02-28  Michael Kifer  <kifer@cs.sunysb.edu>
11882         * viper-cmd.el (viper-envelop-ESC-key): added the option to
11883         translate all ESC key sequences.
11884         (viper-goto-mark-subr): restore markers for files for which
11885         they were saved.
11886         * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
11887         * viper-util.el (viper-set-replace-overlay-glyphs,
11888         viper-set-replace-overlay): always check if the replacement
11889         overlay is live.
11890         * viper.el (viper-vi-state-mode-list): added major modes.
11891         * ediff-wind.el: minor comment changes.
11892         * ediff.el: copyright notice date fix.
11894 2000-02-27  Jason Rumney  <jasonr@gnu.org>
11896         * faces.el (face-font-family-alternatives): Add arial to helv.
11897         (mode-line, header-line, tool-bar): Same default as x for w32.
11898         (fixed-pitch, variable-pitch): Remove wildcard as it prevents
11899         face-font-family-alternatives from working.
11900         * term/w32-win.el (mouse-set-font): Do not build fontset from
11901         chosen font.
11903 2000-02-25  Sam Steingold  <sds@goems.com>
11905         * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
11906         properly.
11908 2000-02-25  Richard M. Stallman  <rms@gnu.org>
11910         * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
11912 2000-02-25  Gerd Moellmann  <gerd@gnu.org>
11914         * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
11915         writable.
11917         * frame.el (busy-cursor-delay-seconds): New option.
11919 2000-02-24  Gerd Moellmann  <gerd@gnu.org>
11921         * frame.el (show-cursor-in-non-selected-windows): New option.
11923 2000-02-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
11925         * diary-lib.el (include-other-diary-files): Undo the selective
11926         display in any included file and don't kill it.
11928 2000-02-24  Eli Zaretskii  <eliz@is.elta.co.il>
11930         * dired.el (dired-mode-map): Don't remove "Edit" from the menu
11931         bar.  Menu items converted to (menu-item format, help strings
11932         added.
11933         [downcase, upcase]: Don't enable on MS-DOS.
11934         [symlink, symlinks]: Don't show if make-symbolic-link is not
11935         bound.
11936         [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
11938 2000-02-23  Dave Love  <fx@gnu.org>
11940         * simple.el (zap-to-char, kill-line, kill-region, kill-word)
11941         (backward-kill-word): Revert addition of * to interactive spec --
11942         it's a feature.
11944         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
11945         (backward-kill-sentence, kill-sentence): Likewise.
11947         * gud.el (gud-jdb-build-class-source-alist): Prepend space to
11948         scratch buffer name.
11949         (gud-format-command): Use int-to-string in ?l case.  Simplify
11950         slightly.
11952         * term/w32-win.el (internal-face-interactive): Update prompt for
11953         new read-face-name.
11955         * mail/footnote.el (footnote): Add :version to defgroup.
11956         (footnote-section-tag-regexp): Customize.
11957         (footnote-start-tag, footnote-end-tag): New option.
11958         (footnote-latin-regexp): New variable.
11959         (Footnote-latin): New function.
11960         (footnote-style-alist): Add element for latin style.
11961         (footnote-style): Moved.
11962         (Footnote-goto-footnote): Use eq to test arg.
11964         * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
11966         * emacs-lisp/byte-opt.el: Change old backquote syntax.
11967         (byte-compile-trueconstp): Include keywords.
11968         (byte-optimize-quote, byte-optimize-lapcode): Use
11969         byte-compile-const-symbol-p.
11970         (byte-optimize-char-before): New optimization.
11972         * emacs-lisp/bytecomp.el: Change old backquote syntax.
11973         (byte-compile-const-symbol-p): New function.
11974         (byte-compile-constp, byte-compile-out-toplevel)
11975         (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
11976         Use it.
11978         * subr.el (define-key-after): Default AFTER to t.  Doc fix.
11980 2000-02-23  Kenichi Handa  <handa@etl.go.jp>
11982         * international/encoded-kb.el: Be sure to update minor-mode-alist
11983         and minor-mode-map-alist.
11984         (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
11985         codes SS2 and SS3 correctly.
11986         (encoded-kbd-self-insert-ccl): New function.
11987         (encoded-kbd-setup-keymap): New function.
11988         (encoded-kbd-mode): Handle CCL based coding system.  Setup keymap
11989         by calling encoded-kbd-setup-keymap.
11991         * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
11992         characters.
11993         (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
11994         locally.
11996 2000-02-22  Dave Love  <fx@gnu.org>
11998         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
11999         (lisp-mode-map, lisp-interaction-mode-map): Define all inside
12000         defvar.
12001         (lisp-mode-syntax-table): Set up for #|...|# comments.
12002         (lisp-imenu-generic-expression): Purecopy strings.  Use syntax
12003         classes.  Match `defface'.
12004         (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
12005         (eval-defun-1): Fix for defcustom.
12006         (lisp-indent-region): Doc fix.
12008         * subr.el (when, unless, split-string): Doc fix.
12009         (read-passwd): Move call of clear-this-command-keys to the right
12010         place.
12011         (replace-regexps-in-string): New function.
12013 2000-02-22  Gerd Moellmann  <gerd@gnu.org>
12015         * help.el (describe-variable): Set syntax table to
12016         emacs-lisp-mode-syntax-table when moving forward over the
12017         symbol's name.
12019 2000-02-22  Dave Love  <fx@gnu.org>
12021         * xt-mouse.el: Doc fixes.
12022         (xterm-mouse-position-function): New function, replacing advice of
12023         mouse-position.
12024         (xterm-mouse-mode): Use it.  Don't turn on under a window system.
12026         * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
12028 2000-02-21  Gerd Moellmann  <gerd@gnu.org>
12030         * format.el (format-annotate-single-property-change): Handle
12031         properties.with dotted-list values.
12032         (format-proper-list-p): New function.
12034         * enriched.el (enriched-face-ans): Handle '(foreground-color
12035         . COLOR) and (background-color . COLOR).
12037 2000-02-20  Dave Love  <fx@gnu.org>
12039         * textmodes/flyspell.el (flyspell-mouse-map): Change definition
12040         and assignments to it.
12041         (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
12042         current local map.
12043         (make-flyspell-overlay): Use it.
12044         (flyspell-correct-word/mouse-keymap): Change XEmacs test.
12046         * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
12047         (lm-get-header-re): Defun, not defsubst.
12048         (lm-get-package-name): Defun, not defsubst.  Simplify.
12049         (lm-version): Doc fix.  Simplify.
12050         (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
12051         (lm-crack-address, lm-last-modified-date, lm-commentary)
12052         (lm-verify, lm-synopsis): Simplify.
12053         (lm-report-bug): Require emacsbug.  Use compose-mail.
12055 2000-02-20  Gerd Moellmann  <gerd@gnu.org>
12057         * dired.el (dired-mode): Call propertized-buffer-identification
12058         to set mode-line-buffer-identification to something having
12059         the right text properties.
12061         * bindings.el (propertized-buffer-identification): New function.
12063 2000-02-20  Dave Love  <fx@gnu.org>
12065         * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
12066         check for t-mouse too.
12068         * cus-start.el: Make echo-keystrokes `number'.
12070 2000-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
12072         * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
12073         Don't call ring-empty-p unless tags-location-ring is bound.
12074         From Noah Friedman <friedman@splode.com>.
12076 2000-02-18  Thien-Thi Nguyen  <ttn@gnu.org>
12078         * progmodes/hideshow.el (hs-flag-region): No longer use
12079         `intangible' overlay property.
12081         (hs-toggle-hiding): New command.
12082         (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
12084         (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
12085         Fix omission bug: Run `hs-minor-mode-hook' for both activation
12086         and deactivation.
12088 2000-02-18  Gerd Moellmann  <gerd@gnu.org>
12090         * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
12092 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
12094         * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
12096         * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
12097         of `*' to handle `(* ... *)' comments.
12099 2000-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
12101         * faces.el (list-faces-display): Use display-mouse-p instead of
12102         window-system.
12104         * menu-bar.el (global-map): Menu-bar items converted to the new
12105         format (menu-item..., rearranged for better CUA compliance, and
12106         their names changed for better clarity.  Help strings added.
12108         * international/mule-cmds.el (mule-menu-keymap)
12109         (describe-language-environment-map, set-coding-system-map)
12110         (setup-language-environment-map): Convert to new (menu-item...
12111         form, add help strings.  Change names of menu items for better
12112         clarity.  "Mule" menu-bar item removed (it's now in the "Options"
12113         submenu).
12115 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
12117         * dired-aux.el (dired-do-copy): Remove spurious character.`n'
12118         within the code.
12120 2000-02-16  Dave Love  <fx@gnu.org>
12122         * faces.el: Don't require custom.  Add more specific :groups to
12123         various deffaces.
12124         (set-face-attribute): Purecopy args.
12125         (read-face-name): Default to name at point and use it in prompt.
12126         Remove colon from arg in all callers.
12127         (list-faces-display): Hyperlink to face descriptions and customize
12128         buffers.
12130 2000-02-16  Per Abrahamsen  <abraham@dina.kvl.dk>
12132         * wid-edit.el (widget-match-inline): An atom never matches a
12133         list.
12135 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
12137         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
12138         at ':' characters by call to split-string.
12140 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
12142         * textmodes/bibtex.el: Added RCS version identification.
12144 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
12146         * textmodes/bibtex.el: Some temporary comments removed.
12147         (bibtex-field-name, bibtex-entry-type): Made the relationship
12148         explicit.
12149         (bibtex-field-const): Allow capital letters.
12150         (bibtex-start-of-string): Deleted because unused.
12152         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
12153         use the term 'reference' to describe a bibtex entry as a whole.
12154         Further, reference keys are no longer called 'labels'.
12155         (bibtex-keys): Renamed to bibtex-reference-keys.
12156         (bibtex-reformat-previous-labels): Renamed to
12157         bibtex-reformat-previous-reference-keys.
12158         (bibtex-reference-type): Renamed to bibtex-entry-type.
12159         (bibtex-reference-head): Renamed to bibtex-entry-head.
12160         (bibtex-reference-maybe-empty-head): Renamed to
12161         bibtex-entry-maybe-empty-head.
12162         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
12163         (bibtex-search-reference): Renamed to bibtex-search-entry.
12164         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
12165         bibtex-enclosing-entry-maybe-empty-head.
12166         (bibtex-entry-field-alist, bibtex-entry-head,
12167         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
12168         bibtex-map-entries, bibtex-search-entry,
12169         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
12170         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12171         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
12172         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
12173         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
12174         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
12175         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
12177 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
12179         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
12180         comment.
12181         (bibtex-format-field-delimiters): New function, functionality
12182         extracted from bibtex-format-entry.
12183         (bibtex-autokey-get-yearfield-digits): New function, functionality
12184         extracted from bibtex-autokey-get-yearfield.
12186         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
12187         entries in order to avoid stack overflow in the regexp matcher if
12188         field contents become large.
12189         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
12190         bibtex-field-string-part-not-braced,
12191         bibtex-field-string-part-no-inner-braces,
12192         bibtex-field-string-part-1-inner-brace,
12193         bibtex-field-string-part-2-inner-braces,
12194         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
12195         bibtex-field-string-quoted, bibtex-field-string,
12196         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
12197         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
12198         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
12199         as parsing is now performed by the following functions.
12200         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
12201         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
12202         bibtex-parse-field-string, bibtex-search-forward-field-string,
12203         bibtex-parse-association, bibtex-field-name-for-parsing,
12204         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
12205         bibtex-search-forward-field, bibtex-search-backward-field,
12206         bibtex-start-of-field, bibtex-end-of-field,
12207         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
12208         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
12209         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
12210         bibtex-parse-string, bibtex-search-forward-string,
12211         bibtex-search-backward-string, bibtex-start-of-string,
12212         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
12213         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
12214         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
12215         entries.  Instead of reporting the results of the parsing by
12216         match-beginning or match-end, these functions return data structures
12217         that hold the corresponding positions.
12218         (bibtex-enclosing-field): Changed to also report field boundaries by
12219         return values rather than by match-beginning or match-end.  The
12220         following functions have been adapted to use the new parsing
12221         functions.
12222         (bibtex-skip-to-valid-entry, bibtex-search-reference,
12223         bibtex-enclosing-field, bibtex-format-entry,
12224         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
12225         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
12226         bibtex-print-help-message, bibtex-end-of-entry,
12227         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
12228         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12229         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
12230         method for parsing.
12231         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
12232         bibtex-map-entries, bibtex-flash-head,
12233         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
12234         bibtex-autokey-change, bibtex-autokey-get-namefield,
12235         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
12236         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12237         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
12238         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12239         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
12240         order to make the new binding of case-fold-search immediately
12241         visible.
12243 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
12245         * textmodes/bibtex.el: Copyright notice is up to date.
12246         Added constant 'bibtex-maintainer-salutation.
12248         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
12249         than make-temp-name, use match-string-no-properties and eliminate
12250         a quadratic behavior when building bibtex-strings.
12252         * bibtex.el (bibtex-reference-key): Accept string entries whose
12253         reference key contains upper case letters.
12255 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
12257         * bibtex.el (bibtex-reference-head): Allow entries to start with
12258         a new line.
12260 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
12262         * bibtex.el: Hiding of entry bodies is not longer provided by
12263         bibtex.el directly.  Instead the hideshow package can be used.
12264         Added a special bibtex entry to hs-special-modes-alist.
12265         (bibtex-hs-forward-sexp): Added for hideshow.el.
12267 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
12269         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
12270         at ':' characters by call to split-string.
12272 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
12274         * textmodes/bibtex.el: Added RCS version identification.
12276 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
12278         * textmodes/bibtex.el: Some temporary comments removed.
12279         (bibtex-field-name, bibtex-entry-type): Made the relationship
12280         explicit.
12281         (bibtex-field-const): Allow capital letters.
12282         (bibtex-start-of-string): Deleted because unused.
12284         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
12285         use the term 'reference' to describe a bibtex entry as a whole.
12286         Further, reference keys are no longer called 'labels'.
12287         (bibtex-keys): Renamed to bibtex-reference-keys.
12288         (bibtex-reformat-previous-labels): Renamed to
12289         bibtex-reformat-previous-reference-keys.
12290         (bibtex-reference-type): Renamed to bibtex-entry-type.
12291         (bibtex-reference-head): Renamed to bibtex-entry-head.
12292         (bibtex-reference-maybe-empty-head): Renamed to
12293         bibtex-entry-maybe-empty-head.
12294         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
12295         (bibtex-search-reference): Renamed to bibtex-search-entry.
12296         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
12297         bibtex-enclosing-entry-maybe-empty-head.
12298         (bibtex-entry-field-alist, bibtex-entry-head,
12299         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
12300         bibtex-map-entries, bibtex-search-entry,
12301         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
12302         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12303         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
12304         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
12305         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
12306         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
12307         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
12309 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
12311         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
12312         comment.
12313         (bibtex-format-field-delimiters): New function, functionality
12314         extracted from bibtex-format-entry.
12315         (bibtex-autokey-get-yearfield-digits): New function, functionality
12316         extracted from bibtex-autokey-get-yearfield.
12318         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
12319         entries in order to avoid stack overflow in the regexp matcher if
12320         field contents become large.
12321         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
12322         bibtex-field-string-part-not-braced,
12323         bibtex-field-string-part-no-inner-braces,
12324         bibtex-field-string-part-1-inner-brace,
12325         bibtex-field-string-part-2-inner-braces,
12326         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
12327         bibtex-field-string-quoted, bibtex-field-string,
12328         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
12329         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
12330         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
12331         as parsing is now performed by the following functions.
12332         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
12333         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
12334         bibtex-parse-field-string, bibtex-search-forward-field-string,
12335         bibtex-parse-association, bibtex-field-name-for-parsing,
12336         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
12337         bibtex-search-forward-field, bibtex-search-backward-field,
12338         bibtex-start-of-field, bibtex-end-of-field,
12339         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
12340         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
12341         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
12342         bibtex-parse-string, bibtex-search-forward-string,
12343         bibtex-search-backward-string, bibtex-start-of-string,
12344         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
12345         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
12346         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
12347         entries.  Instead of reporting the results of the parsing by
12348         match-beginning or match-end, these functions return data structures
12349         that hold the corresponding positions.
12350         (bibtex-enclosing-field): Changed to also report field boundaries by
12351         return values rather than by match-beginning or match-end.  The
12352         following functions have been adapted to use the new parsing
12353         functions.
12354         (bibtex-skip-to-valid-entry, bibtex-search-reference,
12355         bibtex-enclosing-field, bibtex-format-entry,
12356         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
12357         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
12358         bibtex-print-help-message, bibtex-end-of-entry,
12359         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
12360         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12361         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
12362         method for parsing.
12363         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
12364         bibtex-map-entries, bibtex-flash-head,
12365         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
12366         bibtex-autokey-change, bibtex-autokey-get-namefield,
12367         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
12368         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12369         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
12370         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12371         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
12372         order to make the new binding of case-fold-search immediately
12373         visible.
12375 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
12377         * textmodes/bibtex.el: Copyright notice is up to date.
12378         Added constant 'bibtex-maintainer-salutation.
12380         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
12381         than make-temp-name, use match-string-no-properties and eliminate
12382         a quadratic behavior when building bibtex-strings.
12384         * bibtex.el (bibtex-reference-key): Accept string entries whose
12385         reference key contains upper case letters.
12387 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
12389         * bibtex.el (bibtex-reference-head): Allow entries to start with
12390         a new line.
12392 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
12394         * bibtex.el: Hiding of entry bodies is not longer provided by
12395         bibtex.el directly.  Instead the hideshow package can be used.
12396         Added a special bibtex entry to hs-special-modes-alist.
12397         (bibtex-hs-forward-sexp): Added for hideshow.el.
12399 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
12401         * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
12402         proceedings entry type (for cross referencing). Thanks to Wagner
12403         Toledo Correa for the suggestion.
12405         * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
12407 2000-02-14  Kenichi Handa  <handa@etl.go.jp>
12409         * international/characters.el: Setup case table for Vietnamese.
12411 2000-02-12  Gerd Moellmann  <gerd@gnu.org>
12413         * uniquify.el (toplevel): Require CL at compile time.
12414         (uniquify-push): Removed.
12416         * shadowfile.el (shadow-when): Removed.
12418         * tempo.el (tempo-dolist, tempo-mapc): Removed.
12419         (tempo-process-and-insert-string): Use dolist instead of
12420         tempo-dolist.
12422         * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
12423         regexp for paragraph-start.
12425         * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
12426         commas as well.
12428 2000-02-10  Dave Love  <fx@gnu.org>
12430         * wid-edit.el: (widgets) [defgroup]: Remove url link.
12431         (widget-color-choice-list, widget-color-history, widget-mouse-help):
12432         Deleted.
12433         (widget-specify-field, widget-specify-button): Don't use
12434         widget-mouse-help as help-echo property.
12435         (default): Use #'ignore for :validate and :mouse-down-action.
12436         (checkbox): Add help-echo.
12437         (widget-sexp-validate): Rewritten to clarify error messages.
12438         (character): Use char-valid-p in :match function.
12439         (widget-color-complete): Use facemenu-color-alist.
12440         (widget-color-action): Use facemenu-read-color.
12442         * emacs-lisp/cl-macs.el: Don't bother testing for defalias.  Don't
12443         set up `caar' &c that we now have.
12445 2000-02-09  Ray Blaak  <blaak@gnu.org>
12447         * delphi.el: Make resourcestring a declaration region, like const
12448         and var.
12450 2000-02-09  Dave Love  <fx@gnu.org>
12452         * bindings.el (mode-line-input-method-map): New variable.
12453         (mode-line-mule-info): Use it; fix last change.
12454         (mode-line-mode-menu): Move definition.
12455         (mode-line-mouse-sensitive-p): Deleted.
12456         (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
12457         (make-mode-line-mouse-sensitive): Deleted.  Body moved to top
12458         level.
12460         * startup.el (command-line-1): Don't call
12461         make-mode-line-mouse-sensitive.
12463 2000-02-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
12465         * mail/rmail.el (rmail-retry-failure): Use
12466         rmail-beginning-of-message before rmail-toggle-header, because the
12467         former toggles headers.
12469 2000-02-06  Stefan Monnier  <monnier@cs.yale.edu>
12471         * diff-mode.el (diff-kill-junk): New interactive function.
12472         (diff-reverse-direction): Use delete-and-extract-region.
12473         (diff-post-command-hook): Restrict the area so that the hook also works
12474         outside of any diff hunk.  This is necessary for the minor-mode.
12475         (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
12476         (diff-minor-mode): Setup the hooks for header-hunk rewriting.
12478         * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
12479         (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
12480         so that it can be used more easily in <foo>-mode-hook.  Also make sure
12481         to avoid duplicate entries.
12482         (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
12483         (font-lock-remove-keywords): Just as was done for `add', allow it to
12484         work even if font-lock-mode is nil.  Also make sure we don't modify
12485         any pre-existing list by forcing a copy-sequence.  Finally rename
12486         `major-mode' to `mode'.
12487         (font-lock-fontify-syntactic-anchored-keywords)
12488         (font-lock-fontify-anchored-keywords)
12489         (font-lock-fontify-keywords-region): Use line-end-position.
12490         Don't make `font-lock-multiline' local (it's now done in
12491         font-lock-set-defaults).
12492         (font-lock-set-defaults): Make `font-lock-multiline' local.  Also
12493         move the `font-lock-fontified' creation to inside the `unless'.
12495 2000-02-06  Andrew Innes  <andrewi@gnu.org>
12497         * term/w32-win.el (x-handle-args): Comment out call to message,
12498         which occurs before window system is initialized.
12500         * makefile.nt: Add support for recompiling lisp code.
12502 2000-02-04  Dave Love  <fx@gnu.org>
12504         * bindings.el (mode-line-mule-info): Fix/extend last change.
12506         * completion.el: Replace completion-dolist with dolist.
12508         * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
12509         dotimes.
12511 2000-02-04  Carsten Dominik  <dominik@strw.leidenuniv.nl>
12513         * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
12514         environment names before they go into the section regexp.
12516         * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
12517         char class in regexp.
12519         * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
12520         `case-fold-search' to nil.
12522         * progmodes/idlwave.el (idlwave-template): Respect
12523         `idlwave-abbrev-change-case'.
12524         (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
12525         idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
12526         idlwave-while): respect `idlwave-reserved-word-upcase'.
12527         (idlwave-rw-case): New function.
12528         (idlwave-statement-match): Fixed problem with assignment regexp.
12529         (idlwave-font-lock-keywords): Improved regexp for keyword
12530         parameters.
12531         (idlwave-surround): New argument LENGTH to support padding of
12532         operators longer than 1 char.
12534         * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
12535         idlwave-shell-expression-overlay.  Implemented printing of
12536         expressions on higher levels of the calling stack.
12537         (idlwave-shell-display-level-in-calling-stack): Restore stack
12538         level.
12539         (idlwave-retrieve-expression-from-level): New function.
12540         (idlwave-shell-last-calling-stack): Variable removed.
12541         (idlwave-shell-reset): Argument action reversed (`visible' to
12542         `hidden').  Also remove stop-line overlay.
12543         (idlwave-shell-calling-stack-routine): New variable.
12544         (idlwave-shell-parse-stack-and-display): Messages now display
12545         negative level numbers.
12546         (idlwave-shell-mode): Set `modeline-format'.
12547         (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
12548         (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
12549         21.
12550         (idlwave-shell-print-expression-function): New option.
12552         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
12553         idlwave-toolbar-remove-everywhere): Keybindings prefix is now
12554         `tool-bar' instead of `toolbar'.
12556 2000-02-02  Dave Love  <fx@gnu.org>
12558         * emacs-lisp/cl.el: Use bytecomp-load-hook, not
12559         emacs-lisp-mode-hook.  Don't check for defalias being defined.
12561         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
12562         (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.  Use
12563         the new builtins directly.
12565         * whitespace.el (whitespace): Add :version to defgroup.
12567         * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
12568         Doc fix.
12570         * thingatpt.el (sexp-at-point, symbol-at-point)
12571         (number-at-point, list-at-point): Add autoload cookie.
12573         * recentf.el (recentf): Add :version to defgroup.
12575         * quickurl.el (quickurl): Add :version to defgroup.
12577         * elide-head.el (elide-head): Use point-marker more.
12579         * bs.el (bs): Add :version to defgroup.
12581         * autorevert.el (global-auto-revert-mode): Add autoload cookie.
12583         * progmodes/delphi.el (delphi): Add :version to defgroup.
12585 2000-02-02  Gerd Moellmann  <gerd@gnu.org>
12587         * ange-ftp.el (ange-ftp-write-region): Handle case that
12588         succeeding process operation sets a different coding system.
12590         * calculator.el: New file.
12592 2000-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
12594         * frame.el (frames-on-display-list, framep-on-display): New
12595         functions.
12596         (display-mouse-p, display-popup-menus-p, display-graphic-p)
12597         (display-selections-p, display-screens, display-pixel-width)
12598         (display-pixel-height, display-mm-width, display-mm-height)
12599         (display-backing-store, display-save-under, display-planes)
12600         (display-color-cells, display-visual-class): New functions.
12602         * term/tty-colors.el (tty-color-gray-shades): New function.
12604         * faces.el (display-color-p): Use framep-on-display.
12605         (display-grayscale-p): New function.
12607 2000-01-31  Dave Love  <fx@gnu.org>
12609         * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
12610         (create-fontset-from-x-resource): Don't concat integers.
12612 2000-01-31  Inge Frick  <inge@nada.kth.se>
12614         * view.el: Some changes in documentation.  Removed some trailing
12615         whitespace. Changed some parameter names to agree with
12616         documentation.
12617         (view-mode-exit): Keep entry in `view-return-to-alist' only when a
12618         window is not deleted.  Modifies change 1998-04-26.
12620 2000-01-31  Gerd Moellmann  <gerd@gnu.org>
12622         * windmove.el: New file.
12624         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
12625         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
12626         progmodes/ebnf-yac.el: Update copyright and license info.
12628         * jit-lock.el (jit-lock-function): Widen before calculating end
12629         position.
12630         (jit-lock-stealth-chunk-start): Rewritten.
12632         * info.el (Info-title-face-alist): Removed.
12633         (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
12634         faces.
12635         (Info-fontify-node): Use these faces.
12637 2000-01-30  Gerd Moellmann  <gerd@gnu.org>
12639         * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
12640         (cl-macro-list1): Recognize `&allow-other-keys' instead of
12641         `&allow-other-keywords'.
12643         * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
12644         the list of directories scanned heuristically.
12646         * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
12647         exist.
12649 2000-01-30  Jason Rumney  <jasonr@gnu.org>
12651         * w32-fns.el: Define w32-tty-standard-colors.
12653         * startup.el (command-line): Use w32-tty-standard-colors when in
12654         w32 console mode.
12656 2000-01-30  Dave Love  <fx@gnu.org>
12658         * jka-compr.el (jka-compr-load): Fix up load-history.
12660         * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
12662         * emacs-lisp/cl-macs.el: Revert previous change.
12664 2000-01-29  Dave Love  <fx@gnu.org>
12666         * facemenu.el: Purecopy various strings.
12668         * timezone.el (timezone-fix-time): Window against 69 for two-digit
12669         years.  Deal with three-digit years.
12671         * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
12672         defconst, purecopy.
12673         (help-back-label): Purecopy it.
12675 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
12677         * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
12678         variable. If non-nil, order the buffer list according to the
12679         currently selected frame.
12680         (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
12681         non-nil, pass the selected frame to function buffer-list.
12683 2000-01-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12685         * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
12687 2000-01-28  Dave Love  <fx@gnu.org>
12689         * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
12691         * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
12692         Don't use lisp-indent-hook property.
12693         (cl-abs): Remove.
12695         * subr.el: Move out indent and edebug specs for when and unless.
12697         * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
12698         when, unless.
12700         * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
12701         unless, when.
12703 2000-01-28  Gerd Moellmann  <gerd@gnu.org>
12705         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
12706         `collecting' as synonym for `collect'.
12708         * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
12709         for the case it contains spaces.
12711         * simple.el (what-cursor-position): Change formatting of
12712         messages.
12714         * frame.el (delete-other-frames): New function.
12715         (toplevel): Bind it to C-x 5 1.
12717         * sort.el (sort-numeric-base): New option.
12718         (sort-numeric-fields): If number starts with `0' or `0[xX[',
12719         interpret it as octal or hexadecimal.  Use sort-numeric-base
12720         as default base.
12722         * progmodes/glasses.el: New file.
12724 2000-01-27  Gerd Moellmann  <gerd@gnu.org>
12726         * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
12727         userids differently.
12729         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
12730         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
12731         progmodes/ebnf-yac.el: New files.
12733 2000-01-26  Dave Love  <fx@gnu.org>
12735         * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
12736         on a function with an empty body.  [From Eric Ludlam.]
12738 2000-01-25  Andre Spiegel  <spiegel@gnu.org>
12740         * vc.el (vc-version-diff): Make sure file name is expanded.
12742 2000-01-25  Gerd Moellmann  <gerd@gnu.org>
12744         * scroll-bar.el (scroll-bar-timer): Variable removed.
12745         (scroll-bar-toolkit-scroll): Don't use a timer.
12747 2000-01-25  Kenichi Handa  <handa@etl.go.jp>
12749         * language/thai-util.el (thai-composition-function): Delete
12750         superfluous `a'.
12752 2000-01-24  Dave Love  <fx@gnu.org>
12754         * fortran.el (fortran-mode): Use beginning-of-defun-function,
12755         end-of-defun-function.
12757         * font-lock.el (turn-on-font-lock): Don't depend on window-system
12758         &c.
12760 2000-01-22  Jason Rumney  <jasonr@gnu.org>
12762         * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
12763         conflicts with new face support.
12765 2000-01-22  Richard M. Stallman  <rms@gnu.org>
12767         * replace.el (query-replace): Rename last arg to DELIMITED.
12768         (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
12769         (query-replace-regexp): Likewise.
12771 2000-01-20  Richard M. Stallman  <rms@gnu.org>
12773         * subr.el (with-syntax-table): Use make-symbol, not gensym.
12775         * emacs-lisp/lisp.el (beginning-of-defun-function):
12776         Variable renamed from beginning-of-defun.
12777         Do not call make-variable-buffer-local.
12778         (beginning-of-defun-raw): Use new variable name; doc fix.
12779         (beginning-of-defun): Doc fix.
12780         (end-of-defun-function): Variable renamed from end-of-defun.
12781         Do not call make-variable-buffer-local.
12782         (end-of-defun): Use new variable name; doc fix.
12784         * subr.el (dolist, dotimes): Copied from cl-macs.el
12785         and made to work.
12787         * mail/undigest.el (rmail-digest-end-regexps):
12788         Variable replaces rmail-digest-end-regexp.
12789         Allows multiple regexps for detecting the end line.
12790         (undigestify-rmail-message): Corresponding changes.
12792 2000-01-19  Dave Love  <fx@gnu.org>
12794         * files.el (user-init-file): Don't declare here -- is primitive.
12796         * startup.el (command-line): Check for compiled user-init-file and
12797         set to uncompiled version if necessary.
12799 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
12801         * mail/undigest.el (rmail-digest-end-regexp): New user option.
12802         (undigestify-rmail-message): Use it.
12804         * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
12806 2000-01-17  Gerd Moellmann  <gerd@gnu.org>
12808         * tmm.el (tmm-goto-completions): Adapt to prompt being part
12809         of mini-buffer.
12811 2000-01-14  Gerd Moellmann  <gerd@gnu.org>
12813         * emacs-lisp/copyright.el (copyright-update): Removed the
12814         requirement for a trailing space from `copyright-regexp', to
12815         support copyrights with owner specified on a separate line..
12817         * align.el: New file.
12819         * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
12821         * net/eudc.el (toplevel): Define EUDC menu for Emacs.
12823 2000-01-13  Dave Love  <fx@gnu.org>
12825         * ph.el: Removed.  (Obsoleted by EUDC.)
12827 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
12829         * net/eudc.el (toplevel): Remove autoloaded code installing
12830         menu with easymenu, because that causes build problems.
12832         * frame.el (frame-notice-user-settings): New variable.
12833         (frame-notice-user-settings): Don't modify frame parameters
12834         if called a second time.
12836 2000-01-13  Richard M. Stallman  <rms@gnu.org>
12838         * frame.el (frame-notice-user-settings):
12839         Notice default-frame-parameters even for non-window frames.
12841 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
12843         * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
12844         for Emacs.
12845         (eudc-bob-can-display-inline-images): Extend for Emacs.
12846         (eudc-bob-toggle-inline-display): Ditto.
12847         (eudc-bob-display-jpeg): Ditto.
12849 2000-01-12  Gerd Moellmann  <gerd@gnu.org>
12851         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
12852         net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
12853         net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
12855         * add-log.el (add-change-log-entry): Fix error trying an `(insert
12856         nil)'.
12858         * subdirs.el: Add `net' directory.
12860         * net: New directory.
12862         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
12863         eval-last-sexp.  Don't bind debug-on-error here.
12864         (eval-last-sexp): New function.  Bind debug-on-error if
12865         eval-expression-debug-on-error is non-nil.
12866         (eval-defun-2, eval-defun): Likewise.
12868         * simple.el (eval-expression): Don't bind debug-on-error if
12869         eval-expression-debug-on-error is nil.  Detect changed
12870         debug-on-error, and propagate new value to global binding, if
12871         eval-expression-debug-on-error is non-nil,
12872         (eval-expression-debug-on-error): Change doc string.
12874 2000-01-11  Richard M. Stallman  <rms@gnu.org>
12876         * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
12878         * emacs-lisp/lisp-mode.el (with-syntax-table):
12879         Set up lisp-indent-function property.
12881         * subr.el (with-syntax-table): Moved from simple.el.
12883         * simple.el (with-syntax-table): Moved to subr.el.
12885 2000-01-11  Gerd Moellmann  <gerd@gnu.org>
12887         * tmm.el (tmm-shortcut): Delete region after prompt instead
12888         of erasing buffer.
12890         * textmodes/fill.el (fill-common-string-prefix): New function.
12891         (fill-context-prefix): Use the longest common prefix of first
12892         and second line fill prefix, if there is one.
12894 2000-01-11  Richard M. Stallman  <rms@gnu.org>
12896         * array.el (array-mode): Don't use make-variable-buffer-local.
12897         Use make-local-variable for `truncate-lines'.
12899 2000-01-11  Jari Aalto  <jari.aalto@poboxes.com>
12901         * add-log.el (add-log-current-defun): Handle user-defined
12902         add-log-current-function returning nil,
12904         * add-log.el (add-change-log-entry): Insert version number
12905         if having found a current function
12907         * add-log.el (add-log-current-defun): Call
12908         `add-log-current-defun-function'.  Try matches at level 0 and
12909         level 1.  Strip whitespace from defun found.
12911 2000-01-10  John Wiegley  <johnw@gnu.org>
12913         * allout.el (isearch-done/outline-provisions): Added `edit'
12914         argument to correspond with the current definition of
12915         `isearch-done'.
12917 2000-01-10  Dave Love  <fx@gnu.org>
12919         * elide-head.el (elide-head): Use point-marker, not point.
12921 2000-01-10  Gerd Moellmann  <gerd@gnu.org>
12923         * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
12924         before and after the year 2000.
12926         * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
12927         Add ispell- prefix.
12929 2000-01-10  Ken Stevens  <k.stevens@ieee.org>
12931         * ispell.el:  Only define dictionaries in menus when they exist.
12932         (version18p): New variable.
12933         (version20p): New variable.
12934         (xemacsp): New variable.
12935         (ispell-choices-win-default-height): Fix for XEmacs visibility.
12936         (ispell-dictionary-alist1): Added Brasileiro dictionary.
12937         (ispell-dictionary-alist6): Russian command lines no longer accept
12938         run-together words.
12939         (ispell-local-dictionary-alist): Add koi8-r to customize definition.
12940         (ispell-dictionary-alist): Add koi8-r to customize definition.
12941         (check-ispell-version): Added documentation string.  Returns
12942         library path when called non-interactively.
12943         (ispell-menu-map-needed): Uses new variables.
12944         (ispell-library-path): New variable.
12945         (ispell-decode-string): XEmacs fix for bogus variable bindings.
12946         (ispell-word): Improved documentation string.  Test for valid
12947         character mappings.  Correctly check typed in word changes that can
12948         result in single words split into multiple words.  Returns
12949         replacement word.
12950         (ispell-command-loop): Fixes XEmacs display bugs.  Show word to
12951         replace in recursive query replace mode.  Help message for
12952         recursive edit mode.
12953         (ispell-show-choices): Protect against bad framepop bindings.
12954         (ispell-help): Fix to work with XEmacs.
12955         (ispell-highlight-spelling-error): Use new variables.
12956         (ispell-overlay-window): Fix to work with XEmacs.
12957         (ispell-parse-output): Passed and returns location information
12958         tracking spelling corrections.  Doesn't recheck same word on
12959         current line.
12960         (ispell-init-process): Protect against bogus XEmacs variable binding.
12961         Fix call to single argument in sleep-for.  Use new variables.
12962         (ispell-region): Passed and returns location information tracking
12963         spelling corrections.  Doesn't check same word on current line.
12964         Improved documentation string.  Doesn't resend a line already
12965         checked to the ispell process - fixes bug in LaTeX parsing.
12966         (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
12967         (ispell-skip-region): No longer skips <TT> in SGML.
12968         (ispell-process-line): Tracks location information with spelling
12969         corrections.  Added documentation string.  Accounts for words
12970         already accepted on this line.  Don't allow query-replace on line
12971         starting with math characters.  Doesn't resend a line already sent
12972         to ispell process.  Fixes alignment error bug.
12974 2000-01-10  Richard M. Stallman  <rms@gnu.org>
12976         * dired-x.el (dired-guess-shell-alist-default):
12977         Suggest xloadimage, which is free, not xv, which isn't.
12979         * ange-ftp.el (ange-ftp-file-name-nondirectory):
12980         Don't ever include the host name or user name in the value.
12982 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
12984         * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
12985         of a real newline.
12987 2000-01-09  Stephen Eglen  <stephen@gnu.org>
12989         * dired-x.el (dired-guess-shell-alist-default): Suggest xv
12990         for .png files.
12992 2000-01-09  Per Abrahamsen  <abraham@dina.kvl.dk>
12994         * cus-edit.el (custom-hook-convert-widget): Fix comment.
12996 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
12998         * progmodes/cperl-mode.el: Replace ^F with ^L.
13000         * sendmail.el (toplevel): Provide `sendmail' when compiling
13001         before `require'ing rmail and mailalias to prevent infinite
13002         recursion.
13004 2000-01-08  Dave Love  <fx@gnu.org>
13006         * emacs-lisp/backquote.el: Remove inappropriate customization
13007         (allowing custom.el to use backquote).
13009 2000-01-07  Dave Love  <fx@gnu.org>
13011         * add-log.el (add-log-debugging): Deleted.
13012         (add-change-log-entry): Treat a backup FILE-NAME as its parent
13013         file.  Remove debugging code.
13014         (change-log-get-method-definition, change-log-name): Add doc.
13015         (change-log-sortable-date-at): New function.
13016         (change-log-merge): New command.
13018         * time.el (display-time-string-forms): Make the Mail string active.
13019         (display-time-update): Provide help-echo for load average.
13021         * bindings.el (make-mode-line-mouse2-map): New function.
13022         (mode-line-modified): Use it and simplify.
13023         (mode-line-mule-info): Provide help-echo info.
13024         (minor-mode-alist): Activate the strings.
13025         (make-mode-line-mouse-sensitive): Simplify for
13026         mode-line-buffer-identification.
13028 2000-01-07  Gerd Moellmann  <gerd@gnu.org>
13030         * play/pong.el: New file.
13032 2000-01-06  Dave Love  <fx@gnu.org>
13034         * array.el: Assorted cleanups for compiler warnings, doc strings,
13035         `array-' prefix for symbols.
13037 2000-01-05  Dave Love  <fx@gnu.org>
13039         * textmodes/outline.el (outline-mode-menu-bar-map): Add
13040         outline-headers-as-kill.
13041         (outline-mode): Define imenu-generic-expression.
13042         (outline-headers-as-kill): New command.
13044         * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
13045         from paragraph-start.
13046         (paragraph-indent-minor-mode): New command.
13048         * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
13049         M-C-e, M-C-h, C-j, C-xnd, TAB.
13050         (fortran-mode): Set beginning-of-defun, end-of-defun.
13051         (fortran-column-ruler): Simplify.
13052         (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
13053         (fortran-with-subprogram-narrowing): Likewise.
13054         (fortran-indent-subprogram): Call mark-defun.
13055         (fortran-check-for-matching-do): Change narrowing.
13057         * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
13058         (cl-lucid-hash-tag): Delete.
13059         (cl-hash-table-p): Correct test for native table.
13060         (cl-hash-table-count): Use hash-table-count.
13062         * browse-url.el (browse-url): Fix case of
13063         browse-url-browser-function being an alist.
13065 2000-01-05  Carsten Dominik  <cd@gnu.org>
13067         * textmodes/reftex-vars.el (reftex-parse-file-extension)
13068         (reftex-index-phrase-file-extension): New options.
13070         * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
13071         Use new option `reftex-index-phrase-file-extension'.
13073         * textmodes/reftex.el (reftex-access-parse-file): Use new option
13074         `reftex-parse-file-extension'.
13076 2000-01-05  Dave Love  <fx@gnu.org>
13078         * emacs-lisp/lisp.el (beginning-of-defun): New variable.
13079         (beginning-of-defun-raw): Use it.
13080         (end-of-defun): New variable.
13081         (end-of-defun): Use it.
13082         (check-parens): New command.
13084 2000-01-05  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
13086         * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
13087         (hs-show-block): Don't use `mapcar' when not accumulating.
13089         Fix buglet in local variables initialization.
13091 2000-01-05  Andreas Schwab  <schwab@suse.de>
13093         * hscroll.el (hscroll): Doc fix.
13095 2000-01-05  Carsten Dominik  <cd@gnu.org>
13097         * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
13098         idlw-toolbar.
13100         * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
13101         file idlw-rinfo.el.
13102         (idlwave-customize): load must read file idlw-shell.el.
13103         (idlwave-create-customize-menu): load must read file idlw-shell.el.
13105 2000-01-05  Carsten Dominik  <dominik@astro.uva.nl>
13107         * progmodes/idlw-shell.el: Also provide idlwave-shell
13108         * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
13109         * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
13111         * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
13112         both reftex-dcr and reftex-vcr.
13114         * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
13116 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13118         * ps-print.el: PostScript code now is in separate files, doc fix.
13119         (ps-print-version): New version number (5.0.3).
13120         (ps-header-lines, ps-left-header, ps-right-header): No more buffer
13121         local.
13122         (ps-spool-config): Initialization fix.
13123         (ps-print-prologue-1, ps-print-prologue-2)
13124         (ps-print-duplex-feature): PostScript code moved to separated file.
13125         (ps-background-image): Little code reformating.
13126         (ps-begin-file, ps-begin-job): Fix code.
13127         (ps-postscript-code-directory, ps-mark-code-directory): New vars.
13128         (ps-prologue-file): New fun.
13130 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13132         * ps-vars.el: Eliminated.
13134         * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
13135         `;;;###autoload'.
13137         * ps-print.el: ps-vars eliminated, doc fix.
13138         (ps-print-version): New version number (5.0.2).
13139         (ps-spool-config): Initialization fix.
13140         (ps-print-customize): New fun.
13142 2000-01-04  Gerd Moellmann  <gerd@gnu.org>
13144         * autorevert.el (auto-revert-mode): Return value of
13145         auto-revert-mode.
13147 2000-01-04  Dave Love  <fx@gnu.org>
13149         * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
13150         menu items.
13152 2000-01-03  Dave Love  <fx@gnu.org>
13154         * elide-head.el (elide-head) [defgroup]: Add :version.
13156         * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
13157         (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
13158         `cl-hash-table-p', not `hash-table-p'.
13159         (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
13161 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
13163         * faces.el (face-read-integer, read-face-attribute)
13164         (color-defined-p, color-values): unspecified-{f,b}g are now
13165         strings.
13167 2000-01-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
13169         * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
13170         at comment end, and re-insert them after filling.
13172 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
13174         * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
13175         * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
13176         progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
13178 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
13180         * term/x-win.el (xw-defined-colors): Call color-supported-p,
13181         the new name of face-color-supported-p.
13183         * term/w32-win.el (xw-defined-colors): Likewise.
13185 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
13187         * simple.el (completion-setup-function): Count completion-size
13188         from minibuffer-prompt-end, not from point-min.
13190 2000-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
13192         * faces.el (read-face-attribute, defined-colors, color-defined-p):
13193         Pass the frame to tty-color-* functions.
13194         (display-color-p, frame-set-background-mode): Pass the frame to
13195         tty-display-color-p.
13197         * term/tty-colors.el (tty-defined-color-alist): Renamed from
13198         tty-color-alist.
13199         (tty-color-alist, tty-modify-color-alist): New functions.
13200         (tty-color-define,  tty-color-clear, tty-color-approximate)
13201         (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
13202         an optional parameter FRAME.
13204 2000-01-01  Gerd Moellmann  <gerd@gnu.org>
13206         * image.el (create-image, defimage): Don't assume image data is a
13207         string.
13209         * image.el (defimage): Handle specifications containing :data
13210         instead of :file.
13211         (image-type-from-data): New function.
13212         (image-type-from-file-header): Use it.
13213         (create-image): Add parameter DATA-P.
13215 See ChangeLog.8 for earlier changes.
13217 ;; Local Variables:
13218 ;; coding: iso-2022-7bit
13219 ;; End: