(byte-recompile-directory): Report numbers of files skipped and failed too.
[emacs.git] / lisp / ChangeLog
blob8ac7a75476b6fcb9105321746bab65af99e404da
1 2001-10-29  Sam Steingold  <sds@gnu.org>
3         * emacs-lisp/bytecomp.el (byte-recompile-directory): Report
4         numbers of files skipped and failed too.
5         (byte-compile-file): Return 'no-byte-compile for skipped files.
7 2001-10-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9         * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
10         and `M p'.
12 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
14         * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
15         as is on unread-command-events instead of `(SECOND-CHAR)'.
17 2001-10-29  Andre Spiegel  <spiegel@gnu.org>
19         * vc.el: Mention vc-*-switches in backend API documentation.
20         (vc-annotate): Adapt doc string to recent change.
22 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
24         * enriched.el (enriched-face-ans): Handle face attributes
25         of the form `(FACE1 FACE2 ...)'.
27         * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired
28         buffers.
30 2001-10-29  Alex Schroeder  <kensanata@yahoo.com>
32         * progmodes/sql.el (sql-mysql): Doc change by RMS.
34         * progmodes/sql.el (sql-db2): Doc change.
35         (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
36         (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
38 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
40         * env.el (substitute-env-vars): Don't quote argument to `rx';
41         it's a macro.
43 2001-10-28  Per Abrahamsen  <abraham@dina.kvl.dk>
45         * cus-start.el (recursive-load-depth-limit): Added.
47 2001-10-28  Richard M. Stallman  <rms@gnu.org>
49         * textmodes/ispell.el (version18p, version20p): Vars deleted.
50         All uses removed--assume Emacs version is >= 20.
52         * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
53         by really checking that it is not version 18.
55         * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
57 2001-10-28  Miles Bader  <miles@gnu.org>
59         * faces.el (face-attribute): Add INHERIT argument, consider face
60         inheritance if it's non-nil.
61         (face-attribute-merged-with): New function.
62         (face-attribute-specified-or): New macro.
63         (face-foreground, face-background, face-stipple): Add INHERIT
64         argument.  Use `face-attribute-specified-or'.
66 2001-10-28  Stefan Monnier  <monnier@cs.yale.edu>
68         * font-lock.el: Require `syntax'.
69         (font-lock-defaults-alist): Don't define keywords for lisp languages.
70         Use `c-font-lock-syntactic-face-function' for c languages.
71         (font-lock-mode): Don't unset vars when turning the mode off.
72         (font-lock-default-fontify-buffer): Don't unset vars at the end.
73         (font-lock-extra-managed-props): New var.
74         (font-lock-default-unfontify-region): Use it.
75         (font-lock-apply-syntactic-highlight): Flush the syntax cache.
76         Don't eval the value when there's no match.
77         (font-lock-ppss-stats): New var.
78         (font-lock-ppss): New fun.
79         (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
80         (font-lock-apply-highlight): Allow `highlight' to set several props.
81         (font-lock-set-defaults): Use dolist.
82         (font-lock-unset-defaults): Remove.
83         (font-lock-match-c-style-declaration-item-and-skip-to-next):
84         Try to recognize prototypes using `foo P_ ((args))'.
85         ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
86         (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
87         (c-font-lock-syntactic-face-function): New function.
88         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
89         (c++-keywords): Use a more sophisticated regexp to handle
90         shallowly nested templates.
92 2001-10-27  Stefan Monnier  <monnier@cs.yale.edu>
94         * textmodes/sgml-mode.el (sgml-empty-tags): New var.
95         (sgml-tag): Use it.  Cleanup with `cond'.
96         (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
97         Mark the overlays and only delete those that are marked.
98         (sgml-skip-close-p): Remove.
99         (sgml-value): Replace sgml-skip-close-p with its definition.
100         (html-tag-alist): Use sgml-xml a bit more.
101         (html-mode): Set sgml-empty-tags.
103         * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
104         (texinfo-update-node, texinfo-sequential-node-update):
105         Don't bind the obsolete `auto-fill-hook'.
106         (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
107         Use `set-buffer' rather than `switch-to-buffer'.
108         (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
109         Use `set-buffer' rather than `switch-to-buffer'.
111         * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
112         text-mode-syntax-table.
113         (mail-mode): Use define-derived-mode.
114         Fix ordering of alternatives in adaptive-fill-regexp.
115         (mail-mode-map): Don't rely on keymap's internal representation.
117 2001-10-27  Sam Steingold  <sds@gnu.org>
119         * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
120         (sgml-xml-guess): Extracted from `html-mode' and generalized.
121         (sgml-mode-common): Call it.
122         (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
123         (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
124         (html-horizontal-rule, html-image, html-ordered-list):
125         (html-unordered-list, html-list-item, html-paragraph):
126         (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
127         `html-xhtml'.
129 2001-10-26  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
131         * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
132         (ifnothtml): New alias.
134 2001-10-27  Stefan Monnier  <monnier@cs.yale.edu>
136         * textmodes/text-mode.el (text-mode): Use define-derived-mode.
137         (toggle-text-mode-auto-fill): Use derived-mode-p.
139 2001-10-27  Gerd Moellmann  <gerd.moellmann@t-online.de>
141         * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
142         `mdtm'.  From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
144 2001-10-26  Eli Zaretskii  <eliz@is.elta.co.il>
146         * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
147         Add make-obsolete cookies, to follow faces.el.
149         These changes avoid warnings from the byte compiler in faces.el:
151         * faces.el (internal-get-face): Use facep instead of the obsolete
152         internal-find-face.
153         (internal-frob-font-weight, internal-frob-font-slant):
154         New defaliases for obsolete functions.
155         (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
156         (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
157         (x-make-font-bold-italic): Use internal-frob-font-weight and
158         internal-frob-font-slant aliases instead of the obsolete
159         x-frob-... functions.
161 2001-10-26  Sam Steingold  <sds@gnu.org>
163         * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
164         DOCTYPE; set `mode-name' based on it.
165         (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
166         (sgml-tag): Close empty tags in XHTML.
168 2001-10-26  Jason Rumney  <jasonr@gnu.org>
170         * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
171         when UNICODE is not defined.
173 2001-10-26  Sam Steingold  <sds@gnu.org>
175         * font-lock.el (c-font-lock-keywords-2): Do not require labels to
176         be alone on the line.
178 2001-10-26  Eli Zaretskii  <eliz@is.elta.co.il>
180         * button.el (button): Special face definition for MS-DOS terminals.
182 2001-10-26  Sam Steingold  <sds@gnu.org>
184         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
185         Protect the /= test by checking that the args are non-nil.
186         (sh-font-lock-close-heredoc): Check eof for being non-nil.
188 2001-10-26  Tomas Abrahamsson  <tab@lysator.liu.se>
190         * textmodes/artist.el (artist-version): 1.2.4.
191         (artist-butlast-fn): New variable.
192         (artist-butlast): New function.
193         (artist-ellipse-mirror-quadrant): Use it.
194         (artist-mouse-draw-poly): Use nil for `point-list'.
195         (artist-mouse-draw-poly): Check for point-list being nil.
197 2001-10-26  Peter Kleiweg  <kleiweg@let.rug.nl>
199         * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
200         lambda expression.
201         (ps-mode-menu-main): Submenu with options on/off was replaced with
202         a toggle button.
203         (ps-mode, ps-run-mode): Define with `define-derived-mode'
204         (ps-mode): Autoload cookie added on same line as comment
205         (ps-mode-tabkey, ps-mode-backward-delete-char):
206         (ps-mode-r-balance): Replace `delete-horizontal-space' and
207         `indent-to' with `indent-line-to'
208         (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
209         instead of `eval'.
210         (ps-mode-print-region): Use `with-temp-buffer'.
211         (ps-run-start): Use of `mapconcat'.  Use `apply' instead of `eval'.
212         (numerous places): Add back-tick and tick around names in
213         docstrings, fix punctuation in docstrings, remove trailing spaces.
215 2001-10-25  Stefan Monnier  <monnier@cs.yale.edu>
217         * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
218         (sgml-font-lock-keywords-2): Use `eval'.  Moved from sgml-mode-common.
219         (sgml-font-lock-syntactic-keywords): New var.
220         (sgml-mode-common): Drop the two args.
221         Don't make buffer-local variables that aren't used.
222         Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
223         Don't set `before-string' props from sgml-display-text.
224         (sgml-mode): Use define-derived-mode.
225         (sgml-tags-invisible): Use sgml-display-text.
226         (sgml-quote): New command.
227         (html-tag-alist): Add args for `span'.
228         (html-mode): Use define-derived-mode.
229         Set sgml-display-text and sgml-tag-face-alist.
231 2001-10-25  Sam Steingold  <sds@gnu.org>
233         * add-log.el (add-log-always-start-new-record): New user option.
234         (add-change-log-entry): Use it.
236 2001-10-25  Richard M. Stallman  <rms@gnu.org>
238         * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
239         bind case-fold-search if FROM is not all lower case.
241 2001-10-25  Gerd Moellmann  <gerd@gnu.org>
243         * startup.el (normal-top-level): Check for frame-initial-frame
244         only if it's really used.
246         * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
248         * progmodes/compile.el (compilation-parse-errors-filename-function):
249         New variable.
250         (compilation-parse-errors): Use it.
252 2001-10-25  Stefan Monnier  <monnier@cs.yale.edu>
254         * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
255         interactively so that C-u M-C-x still does edebug.
256         (checkdoc-sentencespace-region-engine): Don't force a double-space
257         after `.' if it doesn't look like an end-of-sentence.
258         (debug-ignored-errors): Add `disambiguate ...'.
260 2001-10-24  Stefan Monnier  <monnier@cs.yale.edu>
262         * textmodes/texinfo.el (texinfo-environments)
263         (texinfo-environment-regexp): Hoist.
264         (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
265         Only highlight the menu name in menu items.
266         Setup `@foo ... @end foo' as text clones.
267         (texinfo-clone-environment): New function.
268         (texinfo-mode): Simplify auto-fill-inhibit-regexp.
269         (texinfo-insert-block): Simplify.
270         (texinfo-insert-quote): Insert a plain " if preceded by \ or if
271         the command is repeated.
272         (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
273         (texinfo-insert-@end): Simplify.
275         * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
276         (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
277         (texinfo-subsubsection-level-regexp)
278         (texinfo-update-menu-same-level-regexps)
279         (texinfo-update-menu-higher-regexps)
280         (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
282         * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
283         (derived-mode-p): Autoload.
285         * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
286         New vars and functions.
287         (text-clone-maintain, text-clone-create): New functions.
289 2001-10-25  Miles Bader  <miles@gnu.org>
291         * facemenu.el (facemenu-add-new-face): Fix variable names.
293 2001-10-24  Richard M. Stallman  <rms@gnu.org>
295         * facemenu.el (facemenu-unlisted-faces): Improve doc strings
296         of t and nil values.
297         (facemenu-set-face): Handle START and END interactively.
298         (facemenu-set-foreground): Don't use a face; specify color directly.
299         (facemenu-set-background): Likewise.
300         (facemenu-set-face-from-menu): Doc fix.
301         (facemenu-active-faces): Use face-attribute-vector
302         to handle bare attributes not in faces.
303         (facemenu-get-face): Don't handle face names fg:... and bg:...
304         specially.
305         (facemenu-add-new-face): New argument MENU.
306         New way to handle adding colors to the color menus.
308         * env.el (substitute-env-vars): Quote the arg to rx.
310 2001-10-24  Sam Steingold  <sds@gnu.org>
312         * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
313         Control" and "SGML" groups.
315 2001-10-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
317         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
318         Better handling of C++ template args to avoid confusion with `<'
319         and `>' used as operators in member init expressions.
321 2001-10-24  Gerd Moellmann  <gerd@gnu.org>
323         * replace.el (perform-replace): Move START and END parameters
324         to the end of the argument list and make them optional.
326         * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
327         perform-replace.
329         * international/fontset.el (x-must-resolve-font-name): New function.
330         (x-complement-fontset-spec): Use it.
332 2001-10-23  Stefan Monnier  <monnier@cs.yale.edu>
334         * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
336         * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
337         Turn caadr into caar of cdr.
339 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
341         * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
342         of mouse-{1,2} since dragging is on the down event.
344         * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
346         * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
347         if ARG is nil.
349         * desktop.el (desktop-last-buffer): New variable.
350         (desktop-create-buffer): Set it.
351         (desktop-read): Bind it and switch to that buffer.
353 2001-10-22  Gerd Moellmann  <gerd@gnu.org>
355         * progmodes/compile.el (compilation-set-window-height):
356         Select old window only if it's still live.
358 2001-10-22  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
360         * help-mode.el (help-buffer): Remove debugging code.
361         From Stefan Monnier <monnier@cs.yale.edu>.
363 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
365         * files.el (file-name-sans-extension, file-name-extension):
366         Don't count the leading dots in file names as signaling an extension.
368 2001-10-22  Andre Spiegel  <spiegel@gnu.org>
370         * vc.el (vc-diff-switches): Doc rewritten.
372 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
374         * tooltip.el (tooltip-set-param): Doc fix.
376         * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
377         127 to sgml-maybe-name-self.
378         (sgml-name-8bit-mode): Doc fix.
379         (sgml-char-names-table): New variable.
380         (sgml-name-char): Support non-ASCII and mule-unicode-*
381         characters.  Doc fix.
382         (sgml-maybe-name-self): Convert unibyte characters to multibyte.
384         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
385         doc string the effect of `left' and `top' parameters in
386         tooltip-frame-parameters, the default values, and the units.
387         (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
388         (tooltip-show): Mention in the doc string the `top' and `left'
389         parameters in tooltip-frame-parameters, and x-max-tooltip-size.
391 2001-10-22  Andre Spiegel  <spiegel@gnu.org>
393         Add autoscaling support for vc-annotate.
394         From J.D. Smith <jdsmith@astro.cornell.edu>.
396         * vc.el (vc-annotate-display-default): Accept colormap scaling
397         ratio (now deprecated).
398         (vc-annotate-display-autoscale): Added.
399         (vc-annotate-add-menu): New autoscaling menu options "Span to
400         Oldest" and "Span Oldest->Newest".  Easymenu support added for
401         toggle menus driven by customize variable `vc-annotate-display-mode'.
402         (vc-annotate-display-select): Added.
403         (vc-annotate): Changed temp-buffer-show-function to
404         `vc-annotate-display-select'.
405         (vc-annotate-display): Removed arguments BUFFER and BACKEND.
406         Added argument OFFSET.  Instead of backend function, calls now
407         generic `vc-annotate-difference'.
408         (vc-annotate-difference): Added as generic function instead of
409         backend-specific function.  No longer takes argument POINT, but
410         instead accepts a time OFFSET.
411         (vc-default-annotate-current-time): Added.
413         * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
414         version in vc.el, with
415         (vc-cvs-annotate-current-time): Added, as override of default.
416         (vc-cvs-annotate-time) Added. Taken mostly from the (now removed)
417         `vc-cvs-annotate-difference'.
419 2001-10-22  Gerd Moellmann  <gerd@gnu.org>
421         * saveplace.el (save-place): Require `saveplace'.
423         * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
424         Use `sexp' for :value-type instead of `face'.
426 2001-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
428         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
429         regexps due to 5-digit message IDs.
431 2001-10-21  Jason Rumney  <jasonr@gnu.org>
433         * term/w32-win.el (redisplay-dont-pause): Don't set.
435 2001-10-21  Miles Bader  <miles@gnu.org>
437         * help-funs.el (help-manyarg-func-alist): Variable removed.
439 2001-10-21  Miles Bader  <miles@gnu.org>
441         * help-funs.el (help-manyarg-func-alist): Remove entries for
442         `insert', `insert-and-inherit', `insert-before-markers',
443         `insert-before-markers-and-inherit', `message', `message-box',
444         `message-or-box', `propertize', `format', `encode-time', `append',
445         `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
446         `insert-string', `ml-if', `ml-provide-prefix-argument', and
447         `ml-prefix-argument-loop'.
449 2001-10-21  Andre Spiegel  <spiegel@gnu.org>
451         * vc.el (vc-diff-internal, vc-coding-system-for-diff)
452         (vc-default-diff-tree): New functions.
453         (vc-version-diff): Use them.  As a result, coding systems are now
454         set up properly for all sorts of diffs, and tree diffs can now
455         also be done locally.
456         (vc-diff): With a prefix argument, don't require that it's called
457         from a buffer under version control.
458         (diff-switches): Remove duplicate definition.
460         * vc-cvs.el (vc-cvs-diff-tree): New function.
462 2001-10-21  Miles Bader  <miles@gnu.org>
464         * help-funs.el (help-manyarg-func-alist): Remove entries for
465         `list', `vector', `make-byte-code', `call-process',
466         `call-process-region', `string', `+', `-', `*', `/', `max', `min',
467         `logand', `logior', and `logxor'.
469         * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
470         image bits to compensate.  Use `make-string' instead of
471         `make-bool-vector' (XBM apparently wants byte-aligned rows).
473 2001-10-20  Kim F. Storm  <storm@cua.dk>
475         * simple.el (kill-ring-save): Don't show extent of copied region
476         if using transient-mark-mode and region is fully visible.
478 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
480         * (Version 21.1 released.)
482 2001-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
484         * files.el (auto-mode-alist): Associate .indent.pro with
485         Fundamental mode.  Suggested by Samuel Padgett <spadgett1@nc.rr.com>.
487 2001-10-18  Sam Steingold  <sds@gnu.org>
489         Put the *Compile-Log* buffer in `compilation-mode'.
490         * emacs-lisp/bytecomp.el (byte-goto-log-buffer): New function.
491         (byte-compile-log-1, byte-compile-log-file)
492         (displaying-byte-compile-warnings): Use it
494 2001-10-18  Stefan Monnier  <monnier@cs.yale.edu>
496         * mail/smtpmail.el (smtpmail-via-smtp): Use mail-envelope-from if set.
498         * xml.el (xml-parse-tag): Use eq on char-after's return value.
500 2001-10-18  Gerd Moellmann  <gerd@gnu.org>
502         * isearch.el (isearch-mode-map): Bind `mouse-movement' to nil.
504         * obsolete/hilit19.el (hilit-lookup-face-create):
505         Call set-face-font only if display-graphic-p.
506         (toplevel): Remove references to window-system.
508 2001-10-18  Miles Bader  <miles@gnu.org>
510         * simple.el (what-line): Avoid problems with field properties.
512 2001-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
514         * wid-edit.el (widget-field-face, widget-single-line-field-face):
515         Define special colors for a tty.
517 2001-10-17  Francesco Potorti`  <pot@gnu.org>
519         * comint.el (comint-password-prompt-regexp): Make it less
520         restrictive, letting comint recognise OpenSSH2 passphrase prompts.
522 2001-10-17  John Wiegley  <johnw@gnu.org>
524         * eshell/em-unix.el (eshell/cat): Do a quick test if something is
525         a regular file, before checking if it is a directory or symlink.
526         This avoids a call to eshell-file-attributes, which can be
527         expensive in some situations.
529         * eshell/em-ls.el (eshell-ls-dired-initial-args): Added an extra
530         customization variable, to differentiate ls-in-dired from regular
531         uses of ls.
533 2001-10-17  Miles Bader  <miles@gnu.org>
535         * custom.el (defface): Mention `:inherit' in doc-string.
537 2001-10-16  Eli Zaretskii  <eliz@is.elta.co.il>
539         * paren.el: Update the Commentary with installation instructions.
541 2001-10-15  Dave Love  <fx@gnu.org>
543         * international/mule.el (set-auto-coding): Fix regexps for local
544         variables section not to eat newlines.
546 2001-10-15  Miles Bader  <miles@gnu.org>
548         * simple.el (display-message-or-buffer): Pass the correct buffer
549         to `display-buffer'.
551 2001-10-14  Stefan Monnier  <monnier@cs.yale.edu>
553         * progmodes/executable.el (executable-binary-suffixes): Make varalias.
554         (executable-find): Use exec-suffixes.
555         (executable-set-magic): Don't use make-local-hook.
557         * bindings.el (exec-suffixes): Initialize to a system-dependent value.
559 2001-10-14  Eli Zaretskii  <eliz@is.elta.co.il>
561         * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]:
562         Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
563         Add .so to the Unix and GNU branch.
565         * international/latin-1.el:
566         * international/latin-2.el:
567         * international/latin-3.el:
568         * international/latin-4.el:
569         * international/latin-5.el:
570         * international/latin-8.el:
571         * international/latin-9.el: Add no-byte-compile: t, since
572         Makefile.in instructs make-docfile to look at .el files.
574 2001-10-14  Miles Bader  <miles@gnu.org>
576         * button.el (define-button-type): Allow supertype property to be
577         specified with a keyword `:supertype' too.
578         (button-put, make-text-button): Allow button type property to be
579         specified using the keyword `:type' too.
580         (button-type): New function.
581         (button): Add `button-category-symbol' property.
583 2001-10-13  Stefan Monnier  <monnier@cs.yale.edu>
585         * bindings.el (esc-map): Revert `j' and `C-j' bindings to
586         indent-new-comment-line from comment-indent-new-line.
588         * textmodes/refill.el (refill-mode):
589         Bind DEL to backward-delete-char-untabify.
590         Set backward-delete-char-untabify-method to `hungry'.
592         * textmodes/bib-mode.el (bib-mode):
593         * play/gomoku.el (gomoku-mode):
594         * textmodes/page-ext.el (pages-directory-mode):
595         * textmodes/scribe.el (scribe-mode): Use define-derived-mode.
597         * textmodes/two-column.el (2C-mode): Don't use make-local-hook.
599         * emacs-lisp/syntax.el (syntax-ppss): Autoload.
601         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
602         Handle here-docs differently.
603         (sh-font-lock-heredoc): Remove.
604         (sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars.
605         (sh-font-lock-here-doc, sh-font-lock-close-heredoc)
606         (sh-font-lock-open-heredoc): New functions.
607         (sh-mode): Don't copy sh-font-lock-syntactic-keywords any more.
608         (sh-font-lock-keywords-1): Use regexp-opt.
609         (sh-in-comment-or-string): Use syntax-ppss.
610         (sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat)
611         (sh-select, sh-tmp-file): Add explicit terminating \n.
613         * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
614         Use with-current-buffer.
615         (ange-ftp-cd): New arg `noerror' to prevent signalling an error.
616         (ange-ftp-send-cmd): If a `cd' is used (because of a space in the
617         filename), catch any error that occurs in `ange-ftp-cd'.
618         If an error happened, don't bother sending `cmd' at all.
619         Fix a parenthesis typo.
620         (ange-ftp-write-region): Don't blindly use binary if the remote host
621         is unix-like.
623         * play/pong.el (pong-init): Don't use make-local-hook.
625 2001-10-13  Michael Kifer  <kifer@cs.sunysb.edu>
627         * viper-ex.el (ex-edit): Make checks for modified buffer/file.
628         (viper-get-ex-address-subr): More precise addr for the $ marker
630 2001-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
632         * version.el (emacs-version): Bump to 21.1.50.
634 2001-10-13  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
636         * mail/mailalias.el (mail-directory-stream): Do not double
637         variables in the lambda-list.
639         * play/gomoku.el (gomoku-init-display): Ditto.
641         * play/landmark.el (lm-init-display): Ditto.
643         * delim-col.el (delimit-columns-rectangle-max): Ditto.
644         (delimit-columns-rectangle-line): Ditto.
646 2001-10-12  Stefan Monnier  <monnier@cs.yale.edu>
648         * newcomment.el (comment-region-internal): Don't rebind
649         invisibility_spec now that the C routines handle it correctly.
651         * help-funs.el (locate-library): Use load-suffixes and abbrev filename.
653         * frame.el (special-display-popup-frame): Obey new specs `same-window'
654         and `same-frame'.
656         * menu-bar.el (minibuffer-local-*map): Take inheritance into account.
658         * simple.el (minibuffer-local*-map): Remove redundant bindings.
660         * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior,
661         C-p and C-r.  Remove redundant bindings from inheriting maps.
663         * progmodes/cperl-mode.el: Merged in changes from v4.32.
664          After 4.23 and: After 4.24:
665         (cperl-contract-levels): Restore position.
666         (cperl-beautify-level): Likewise.
667         (cperl-beautify-regexp): Likewise.
668         (cperl-commentify): Rudimental support for length=1 runs
669         (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
670          After 4.25:
671         (cperl-commentify): Was recognizing length=2 "strings" as length=1.
672         (imenu-example--create-perl-index): Was not enforcing
673         syntaxification-to-the-end.
674         (cperl-invert-if-unless): Allow `for', `foreach'.
675         (cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
676         Mark qw(), m()x as indentable.
677         (cperl-init-faces): Highlight `sysopen' too.
678         Highlight $var in `for my $var' too.
679         (cperl-invert-if-unless): Was leaving whitespace at end.
680         (cperl-linefeed): Was splitting $var{$foo} if point after `{'.
681         (cperl-calculate-indent): Remove old commented out code.
682         Support (primitive) indentation of qw(), m()x.
683          After 4.26:
684         (cperl-problems): Mention `fill-paragraph' on comment. \"" and
685         q [] with intervening newlines.
686         (cperl-autoindent-on-semi): New customization variable.
687         (cperl-electric-semi): Use `cperl-autoindent-on-semi'.
688         (cperl-tips): Mention how to make CPerl the default mode.
689         (cperl-mode): Support `outline-minor-mode'.  From Mark A. Hershberger.
690         (cperl-outline-level): New function.
691         (cperl-highlight-variables-indiscriminately): New customization var.
692         (cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
693         From Sean Kamath <kamath@pogo.wv.tek.com>.
694         (cperl-after-block-p): Support CHECK and INIT.
695         (cperl-init-faces, cperl-short-docs): Likewise and "our".
696         From Doug MacEachern <dougm@covalent.net>.
697          After 4.27:
698         (cperl-find-pods-heres): Recognize \"" as a string.
699         Mark whitespace between q and [] as `syntax-type' => `prestring'.
700         Allow whitespace between << and "FOO".
701         (cperl-problems): Remove \"" and q [] with intervening newlines.
702         Mention multiple <<EOF as unsupported.
703         (cperl-highlight-variables-indiscriminately): Doc misprint fixed.
704         (cperl-indent-parens-as-block): New configuration variable.
705         (cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
706         Use `cperl-indent-parens-as-block'.
707         (cperl-find-pods-heres): Test for =cut without empty line instead of
708         complaining about no =cut.
709         (cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
710         (cperl-find-pods-heres): Likewise.
711         (cperl-electric-pod): Change `forward-sexp' to `forward-word':
712         POD could've been marked as comment already.
713         (cperl-unwind-to-safe): Unwind before start of POD too.
714          After 4.28:
715         (cperl-forward-re): Throw an error at proper moment REx unfinished.
716          After 4.29:
717         (x-color-defined-p): Make an extra case to peacify the warning.
718         Toplevel: `defvar' to peacify the warnings.
719         (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
720         No -nw-compile time warnings now.
721         (cperl-find-tags): TAGS file had too short substring-to-search.
722         Be less verbose in non-interactive mode
723         (imenu-example--create-perl-index): Set index-marker after name
724         (cperl-outline-regexp): New variable.
725         (cperl-outline-level): Made compatible with `cperl-outline-regexp'.
726         (cperl-mode): Made use `cperl-outline-regexp'.
727          After 4.30:
728         (cperl-find-pods-heres): =cut the last thing, no blank line, was error.
729         (cperl-outline-level): Make start-of-file same level as `package'.
730          After 4.31:
731         (cperl-electric-pod): `head1' and `over' electric only if empty.
732         (cperl-unreadable-ok): New variable.
733         (cperl-find-tags): Use `cperl-unreadable-ok', do not fail
734         on an unreadable file.
735         (cperl-write-tags): Use `cperl-unreadable-ok', do not fail
736         on an unreadable directory.
738         * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
739         Consider the text between two errors as belonging to the first error.
740         (compilation-goto-locus): Use pop-to-buffer rather than
741         switch-to-buffer-other-frame.
743         * progmodes/awk-mode.el (awk-mode-syntax-table): / has string syntax.
744         (awk-font-lock-syntactic-keywords): New var.
745         (awk-mode): Use it.
747         * expand.el (expand-c-for-skeleton): Add explicit terminating \n.
749         * faces.el (describe-face): Call help-setup-xref earlier.
751         * jka-compr.el (jka-compr-load-suffixes): New var.
752         (jka-compr-install): Add its content to load-suffixes.
753         (jka-compr-uninstall): Remove its content from load-suffixes.
755 2001-10-12  Sam Steingold  <sds@gnu.org>
757         * bindings.el (completion-ignored-extensions): CL-related
758         extensions are platform-independent.
760         * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
761         asynchronous multiple file copying.
763 2001-10-12  Gerd Moellmann  <gerd@gnu.org>
765         * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
766         Turn error for repeated variables into warning.
768         * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
769         New function checking that lambda-list consists of non-constant
770         symbols, that &rest and &optional are followed by variable names,
771         that &rest VAR is the last element, and that variables aren't doubled.
772         (byte-compile-lambda): Use it.
774 2001-10-12  Eli Barzilay <eli@barzilay.org>
776         * calculator.el (calculator-eng-display): Don't call concat
777         with an integer argument.
779 2001-10-12  Miles Bader  <miles@gnu.org>
781         * help-mode.el (help-customize-face): New button-type.
783         * faces.el (list-faces-display): Fix args to `help-xref-button'.
784         (describe-face): Fix args to `help-xref-button'.
785         Don't switch to help-buffer around call to `help-setup-xref'.
786         Use `help-buffer' instead of hard-wired "*Help*".
787         Require `help-mode'.
789 2001-10-11  Stefan Monnier  <monnier@cs.yale.edu>
791         * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
793         * help-mode.el (help-buffer): New function.
794         Returns the buffer-name to use for help output.
795         Change all the code to use it instead of hard-coding *Help*.
796         (help-mode-map): Put back the mouse-2 binding.
797         (help-xref-stack): Change the format and make buffer-local.
798         (help-xref-stack-item): Make buffer-local.
799         (help-setup-xref): Do the `push' here rather than in help-do-xref.
800         (help-xref-interned): Display the face doc as well.
801         (help-follow-mouse): Re-introduce.
802         (help-xref-go-back): Adapt to the new use of help-xref-stack.
803         (help-do-xref): Don't `push' any more.
804         (help-follow): Also follow face names.
806         * help-funs.el (describe-function-1): Remove unused `parens' arg.
807         Don't call help-setup-xref anymore and remove its `interactive-p' arg.
808         Autoload and cleanup.
809         (describe-function): Call help-setup-xref.
810         (describe-variable): Call help-setup-xref earlier.
812         * help.el (describe-bindings-internal): New fun moved from keymap.c.
813         (view-lossage): Call help-setup-xref correctly and earlier.
814         (describe-bindings): Call help-setup-xref earlier.
815         (describe-key): Call help-setup-xref.  Fix call to describe-function-1.
816         (describe-mode): Don't autoload.  Call help-setup-xref earlier.
818 2001-10-11  Gerd Moellmann  <gerd@gnu.org>
820         * master.el (master-mode): Use define-minor-mode instead of
821         easy-mmode-define-minor-mode.  Add autload cookie.
822         (Commentary): Remove the line showing how to autoload master-mode,
823         since it's always autoloaded.
825         * master.el: New file.
827 2001-10-11  Dave Love  <fx@gnu.org>
829         * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
830         <byte-constref-ops>: Consider byte-constant2 and clarify the code.
831         <const-C varset-X const-C>: Fix car/cdr typo.
833 2001-10-11  Gerd Moellmann  <gerd@gnu.org>
835         * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
836         New function extracted from byte-compile-log-1.
837         (byte-compile-log-1): Change output to be more in line with
838         the output of other GNU tools.
839         (byte-compile-warn): Emit `warning' instead of `**' for warnings.
840         (byte-compile-report-error): Downcase error message.
841         Use `error' instead of `!!' for error messages.
842         (byte-compile-print-syms): Treat non-interactive case specially.
843         (displaying-byte-compile-warnings): Use backquote.
844         (byte-compile-from-buffer): Bind byte-compile-last-line.
845         (batch-byte-compile): Remove `Done' message.
847 2001-10-11  Stefan Monnier  <monnier@cs.yale.edu>
849         * emacs-lisp/copyright.el (copyright): Add final \n.
851 2001-10-11  Miles Bader  <miles@gnu.org>
853         * diff.el (diff): Display default values in prompts as
854         `(default ...)', not `(...)'.
856         * info.el (Info-follow-reference): Likewise.
858 2001-10-10  Stefan Monnier  <monnier@cs.yale.edu>
860         * emacs-lisp/autoload.el (doc-string-elt): Remove.
862         * newcomment.el (comment-indent): Be a little more robust in case
863         comment-indent-function does funny things.
864         (comment-normalize-vars): Autoload.
865         (comment-region-internal): Fiddle with the visibility spec.
866         (comment-valid-prefix): New function.
867         (comment-indent-new-line): Use it.  Ignore adaptive-fill-prefixes
868         that would turn comment-text into non-comment-text.
870         * emacs-lisp/syntax.el: New file.
872         * progmodes/tcl.el: Change maintainer to FSF and remove loads of
873         compatibility cruft.
874         (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
875         (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
876         (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
877         tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
878         tcl-submit-bug-report.
879         (tcl-mode-syntax-table): Leave \f alone.
880         (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
881         tcl-end-of-defun, tcl-submit-bug-report.
882         (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
883         (tcl-add-emacs-menu): Remove.
884         (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
885         (tcl-keyword-list): Add `chain'.
886         (tcl-font-lock-syntactic-keywords): New variable.
887         (tcl-pps-has-arg-6): Remove.
888         (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
889         (tcl-internal-mark-defun): Remove.
890         (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
891         (tcl-mode): Use define-derived-mode.  Simplify.
892         Set comment-indent-function.
893         (tcl-indent-command): Use line-beginning-position and comment-indent.
894         (tcl-calculate-indent): Renamed from calculate-tcl-indent.
895         (tcl-indent-line): Use tcl-calculate-indent.
896         (tcl-indent-exp): Renamed from indent-tcl-exp.  Use new names.
897         (tcl-add-log-defun): Renamed from add-log-tcl-defun.  Use match-string.
898         (tcl-filter): Use with-current-buffer, simplify.
899         (inferior-tcl-mode): Use define-derived-mode.
900         (tcl-hairy-in-comment): Renamed tcl-in-comment.
901         (tcl-simple-in-comment, tcl-in-comment): Removed.
902         (tcl-files-alist): New function.
903         (tcl-help-snarf-commands): Use it and return the result directly
904         rather than through a global variable.
905         (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
906         (tcl-help-on-word): Provide the default value to completing-read.
907         (tcl-hilit): Remove.
908         (tcl-hashify-buffer, tcl-popup-menu): Simplify.
909         (tcl-comment-indent): New function.
910         (tcl-submit-bug-report): Remove.
911         (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
912         (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
913         (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
915 2001-10-10  Miles Bader  <miles@gnu.org>
917         * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
918         (Info-fontify-node): Don't fontify the node if it's already been done.
920 2001-10-10  Gerd Moellmann  <gerd@gnu.org>
922         * international/iso-transl.el (iso-transl-e-caret)
923         (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
924         Fix duplicates.  From Dave Love <d.love@dl.ac.uk>.
926         * simple.el (end-of-buffer): Fix code scrolling specially
927         for the buffer end.
929         * startup.el (command-line-1): Bind tab-width to 8.
931 2001-10-10  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
933         * emulation/tpu-edt.el: Use defalias instead of fset for
934         user-visible commands.  From Rob Riepel
935         <riepel@Networking.Stanford.EDU>.
937 2001-10-09  Gerd Moellmann  <gerd@gnu.org>
939         * ruler-mode.el: New file.
941 2001-10-09  Miles Bader  <miles@gnu.org>
943         * apropos.el (button): New require.
945         * help-funs.el: New file, contents mostly from `help.el'.
946         (describe-variable): Use `condition-case' instead of `ignore-errors'.
948         * help-mode.el: New file, contents mostly from `help.el'.
950         * help.el: Don't require `view' when compiling.
951         (help-with-tutorial, describe-function, describe-function-1)
952         (variable-at-point, describe-variable, locate-library):
953         Functions moved into `help-funs.el'.
954         (help-manyarg-func-alist): Variable moved into `help-funs.el'.
955         (help-mode, help-mode-setup, help-mode-finish, help-button-action)
956         (help-setup-xref, help-xref-following, help-make-xrefs)
957         (help-xref-button, help-insert-xref-button, help-xref-interned)
958         (help-xref-go-back, help-go-back, help-do-xref, help-follow)
959         (help-xref-on-pp): Functions moved into `help-mode.el'
960         (help-mode-map, help-xref-stack, help-xref-stack-item)
961         (help-highlight-p, help-highlight-face, help-back-label)
962         (help-xref-symbol-regexp, help-xref-mule-regexp)
963         (help-xref-info-regexp): Variables moved into `help-mode.el'.
964         (help-symbol, help-back, help-info, help-customize-variable)
965         (help-function-def, help-variable-def):
966         Button-types moved into `help-mode.el'.
967         (load-symbol-file-load-history, symbol-file):
968         Functions moved into `subr.el'.
969         (symbol-file-load-history-loaded): Variable moved into `subr.el'.
970         (view-lossage): Call `help-setup-xref' instead of doing it manually.
972         * subr.el (symbol-file-load-history-loaded)
973         (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
975         * loadup.el ("button"): Load removed.
977         * button.el (define-button-type): Respect any `supertype' property.
978         (button-type-subtype-p, button-has-type-p): New functions.
980         * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
981         dollar-signs.
983         * comint.el (comint-insert-previous-argument): New function.
984         (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
985         (comint-insert-previous-argument-last-start-pos)
986         (comint-insert-previous-argument-last-index): New variables.
988         * apropos.el (apropos-next-label-button): Use the presence of a
989         `apropos-label' property to detect label buttons.
991 2001-10-08  Miles Bader  <miles@gnu.org>
993         * button.el (next-button, previous-button): Remove N and WRAP
994         parameters.  Don't pay attention to `skip' properties.
995         (forward-button): Implement wrapping, iterating, and skipping here
996         instead.
997         (button-activate): USE-MOUSE-ACTION is optional.
998         (button-nop): Function removed.
999         (default-button): Use `ignore' as default button action.
1001         * apropos.el (apropos-next-label-button): Update arguments to
1002         `next-button'.
1003         (apropos-symbol): Add `skip' property.
1004         (apropos-function, apropos-macro, apropos-command)
1005         (apropos-variable, apropos-face, apropos-group, apropos-widget)
1006         (apropos-plist): New button types.
1007         (apropos-label-properties): Variable removed.
1008         (apropos-print): Pass button-type to apropos-print-doc, rather
1009         than help function and label text.
1010         (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
1011         Get button label from TYPE.
1013 2001-10-07  Stefan Monnier  <monnier@cs.yale.edu>
1015         * help.el (help-mode): Use define-derived-mode.
1016         (describe-mode): Add optional `buffer' arg.
1017         Use it instead of going through help-xref-mode.
1018         Avoid doubling the word `minor' when prettifying.
1019         (describe-function-1): List the corresponding key bindings.
1020         (describe-variable): Say if the var is automatically buffer-local.
1021         If the source is `loaddefs.el', look for the real source.
1022         (help-xref-mode): Remove.
1024         * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
1025         the file says no-byte-compile.
1027 2001-10-08  Miles Bader  <miles@gnu.org>
1029         * button.el (next-button, previous-button): Respect `skip' property.
1031 2001-10-07  Miles Bader  <miles@gnu.org>
1033         * woman.el (woman-mode-map): Copy button-buffer-map instead of
1034         making a new keymap.  Don't bind mouse-2.  Bind M-mouse-2 to
1035         `woman-follow-word' instead of `woman-mouse-2'.
1036         (woman-follow-word): Renamed from `woman-mouse-2'.
1037         Follow current unconditionally, since this function is now only
1038         bound to M-mouse-2.  Use accessor functions.
1039         (WoMan-highlight-references): Use `make-text-button'.
1040         (woman-xref): New button type.
1042         * loadup.el ("faces"): Move load before loading "loaddefs.el".
1043         ("button"): New load, just before "help" (which uses it).
1045         * help.el (help-mode-map): Make button-buffer-map our parent.
1046         Don't bind mouse events or tab/backtab.
1047         (help-function, help-variable, help-face, help-coding-system)
1048         (help-input-method, help-character-set, help-back, help-info)
1049         (help-customize-variable,  help-function-def, help-variable-def):
1050         New button types.
1051         (help-button-action): New function.
1052         (describe-function-1): Pass help button-types to
1053         `help-xref-button' rather than help function and help-echo string.
1054         Don't put multiple help-function args in a list to pass them to
1055         help-xref-button, just pass them as multiple arguments.
1056         Use `help-insert-xref-button' to make [back]-button, rather than
1057         `help-xref-button'.
1058         (help-xref-button): Take a button-type TYPE as a parameter rather
1059         than a function.  Remove HELP-ECHO parameter.  Remove DATA parameter
1060         and add a &rest parameter ARGS to serve the same purpose.
1061         Use `make-text-button' to add the button.
1062         (help-insert-xref-button): Use `insert-text-button' to add the button.
1063         (help-follow-mouse, help-next-ref, help-previous-ref):
1064         Functions removed.
1065         (help-do-xref): New function.
1066         (help-follow): Use `push-button' and `help-do-xref' to do most of
1067         the work.
1069         * apropos.el (apropos-symbol, apropos-label): New button types.
1070         (apropos-symbol-button-display-help)
1071         (apropos-label-button-display-help, apropos-next-label-button):
1072         New functions.
1073         (apropos-mode-map): Make button-buffer-map our parent.
1074         Don't bind mouse events.
1075         (apropos-print, apropos-print-doc): Create buttons instead of text
1076         properties.
1077         (apropos-mouse-follow): Function removed.
1078         (apropos-follow): Use buttons.
1080         * button.el: New file.
1082 2001-10-07  Gerd Moellmann  <gerd@gnu.org>
1084         * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
1085         Remove.
1087 2001-10-05  Richard M. Stallman  <rms@gnu.org>
1089         * add-log.el (add-change-log-entry): Skip copyright notice
1090         and copying permission notice at start of file, if any.
1091         Make use of terms "entry" and "item" accord with Emacs manual.
1092         Simplify the logic for moving point while entering or creating
1093         an entry and then an item.
1094         (add-change-log-entry-other-window): Doc fix.
1096 2001-10-06  Miles Bader  <miles@gnu.org>
1098         * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
1099         removed; they apparently don't work with faces.
1101 2001-10-05  Sam Steingold  <sds@gnu.org>
1103         * textmodes/sgml-mode.el (html-xhtml): New user option.
1104         (html-tag-alist, html-horizontal-rule, html-image, html-line)
1105         (html-ordered-list, html-unordered-list, html-list-item)
1106         (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
1107         (sgml-skip-close-p): New function.
1108         (sgml-value): Use it.
1110 2001-10-05  Sam Steingold  <sds@gnu.org>
1112         * calendar/diary-lib.el (diary-entry-compare): When times are
1113         identical, compare the entries lexicographically.
1115 2001-10-06  Miles Bader  <miles@gnu.org>
1117         * rfn-eshadow.el (rfn-eshadow-update-overlay):
1118         Use `minibuffer-prompt-end'.
1120         * simple.el (previous-matching-history-element): Fix misplaced
1121         parentheses.
1123 2001-10-05  Miles Bader  <miles@gnu.org>
1125         * rfn-eshadow.el: New file.
1127 2001-10-05  Miles Bader  <miles@gnu.org>
1129         * cus-face.el (custom-face-attributes): Make sure each attribute
1130         has a valid default value.  Remove hacks that mapped `nil' to
1131         `off' and used nil to mean `unspecified'.  Remove `unspecified'
1132         choices from all attributes (unspecified is handled by the parent
1133         checklist).
1134         * cus-edit.el (custom-face-edit-convert-widget)
1135         (custom-face-edit-deactivate, custom-face-edit-activate)
1136         (custom-face-edit-delete, custom-face-edit-attribute-tag):
1137         New functions.
1138         (custom-face-edit): Specify a custom :convert-widget.
1139         (custom-pre-filter-face-spec, custom-post-filter-face-spec):
1140         Don't pass in default filters that map between `nil' and `off' and
1141         `unspecified' and `nil'.
1143 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
1145         * progmodes/compile.el (compilation-buffer-name): New function.
1146         (compile-internal): Use it to determine the name of the
1147         compilation buffer.
1149 2001-10-05  Miles Bader  <miles@gnu.org>
1151         * progmodes/compile.el (grep-use-null-device): New variable.
1152         (grep-command): Mention `grep-use-null-device'.
1153         (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
1154         Make computation of `grep-command' respect `grep-use-null-device'.
1155         (grep): Respect `grep-use-null-device'.
1156         Call `grep-compute-defaults' even if grep-command is set, if
1157         grep-use-null-device is still tentative.
1159         * subr.el (call-process-shell-command): New function.
1161 2001-10-05  Miles Bader  <miles@gnu.org>
1163         * simple.el (previous-matching-history-element)
1164         (next-history-element, next-complete-history-element): Use
1165         `minibuffer-' functions instead of calling `field-' functions directly.
1166         (minibuffer-prompt-end, minibuffer-contents):
1167         (minibuffer-contents-no-properties, delete-minibuffer-contents):
1168         Functions removed (now subrs).
1169         (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
1171         * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
1172         (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
1173         instead of calling `field-' functions directly.
1174         (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
1176 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
1178         * files.el (find-file-noselect): If file's read-only status has
1179         changed on disk, ask if buffer's read-only status should be
1180         changed, unless NOWARN is set.
1182         * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
1183         alias for define-setf-method.
1185         * bindings.el: Remove no-byte-compile from file local variables
1186         to enable bootstrapping.
1188 2001-10-04  Andrew Innes  <andrewi@gnu.org>
1190         * faces.el (face-font-registry-alternatives) [windows-nt]:
1191         Make gb2312 an alias for gb2312.1980.
1193 2001-10-04  Stefan Monnier  <monnier@cs.yale.edu>
1195         * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
1196         (uniquify-reverse-components): Remove.
1198         * emacs-lisp/bytecomp.el (byte-recompile-directory):
1199         Make sure the file is readable.
1200         (byte-compile-file): Don't compile if `no-byte-compile' is set.
1201         (byte-compile-defvar): Update to reflect the change in Fdefvar.
1202         (batch-byte-recompile-directory): Pass arg=0.
1204         * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
1205         (perl-calculate-indent): Use it.
1206         (perl-backward-to-noncomment): Use forward-comment.
1208         * derived.el (define-derived-mode, derived-mode-make-docstring):
1209         Allow `parent' to be nil.
1211         * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
1212         Use define-derived-mode.
1213         (nroff-mode-map, nroff-mode-syntax-table): Massage.
1215         * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
1217         * emacs-lisp/lselect.el: Use facep iso find-face.
1219         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
1220         Use regexp-opt.
1221         (doc-string-elt): Set symbols' prop.  Copied from autoload.el.
1222         (lisp-font-lock-syntactic-face-function): New function.
1223         (lisp-mode-variables): Use it.  Make arg optional.
1224         (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
1225         (lisp-mode): Don't pass an arg to lisp-mode-variables.
1226         Set comment-start-skip.
1228         * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
1230         * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
1231         (ignore-errors): Don't bother using a `err' symbol.
1233         * emacs-lisp/autoload.el (autoload-ensure-default-file)
1234         (autoload-insert-section-header, autoload-before-p)
1235         (autoload-remove-section): New functions.
1236         (generate-file-autoloads): Use them.
1237         (update-file-autoloads): Use them.  Return FILE if there's no cookie.
1238         Make sure the autoload file is properly formatted when creating it.
1239         (update-autoloads-from-directories): Use them as well.
1240         Only update autoloads for files whose timestamp has changed.
1241         Add a dummy entry to remember the files which had no autoload cookies.
1243         * timer.el (timer-relative-time): Fix computation for negative `micro'.
1245         * subr.el (define-key-after): Allow `key' to be longer than 1.
1246         (make-local-hook): Make obsolete.
1247         (add-hook, remove-hook): Don't use make-local-hook any more.
1248         (make-syntax-table): Inherit all chars from s-s-t.
1250 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
1252         This is a fix for a report saying that resuming a search with C-s
1253         C-s doesn't use the case-fold-search setting of the previous
1254         search (C-s ... M-c ... then C-s C-s).
1256         * isearch.el (isearch-last-case-fold-search): New variable.
1257         (isearch-mode): Remember value of isearch-case-fold-search
1258         in isearch-last-case-fold-search.
1259         (isearch-done): Quote value of isearch-case-fold-search.
1260         (isearch-repeat): When resuming a search, restore
1261         isearch-case-fold-search from isearch-last-case-fold-search.
1263         Added to NEWS.
1265         * startup.el (inhibit-startup-buffer-menu): New user-option.
1266         (command-line-1): If inhibit-startup-buffer-menu is set, don't
1267         display the buffer menu.  From Simon Josefsson <jas@extundo.com>.
1269         This allows upto 99999 messages in the summary without screwing up
1270         the summary sorting.  Previously 9999 was the maximum.  Added to NEWS.
1272         * mail/rmailsum.el (rmail-make-summary-line)
1273         (rmail-make-summary-line-1, rmail-summary-next-same-subject)
1274         (rmail-summary-goto-msg, rmail-summary-goto-msg):
1275         Allow 5-digit message ids instead of 4.
1277         This adds expansion of environment variables in the value
1278         specified with M-x setenv.  Added to NEWS.
1280         * env.el (substitute-env-vars): New function.
1281         (setenv): Add parameter SUBSTITUTE-ENV-VARS.  If set, substitute
1282         environment variables in VALUE.  Return VALUE.
1284 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
1286         * Branch for 21.1.
1288 2001-10-03  Stefan Monnier  <monnier@cs.yale.edu>
1290         * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
1292 2001-10-03  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1294         * emulation/tpu-edt.el: Make messages match original TPU/edt
1295         editor.  From riepel@Stanford.EDU (Rob Riepel).
1297 2001-10-03  Eli Zaretskii  <eliz@is.elta.co.il>
1299         * rect.el: Update maintainer's email address.
1301 2001-10-02  Andreas Schwab  <schwab@suse.de>
1303         * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
1304         and Extended Passive Mode, resp.
1306 2001-10-01  Eli Zaretskii  <eliz@is.elta.co.il>
1308         These changes add support for Calendar-related items in the
1309         menu bar on tty's as well:
1311         * calendar/calendar.el (calendar-mode-map): Require cal-menu
1312         unconditionally.
1313         (calendar-mode): Set up activate-menubar-hook unconditionally.
1315         * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
1316         calls x-popup-menu only if popup menus are supported.
1317         (calendar-mouse-insert-hebrew-diary-entry)
1318         (calendar-mouse-insert-islamic-diary-entry)
1319         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
1320         (calendar-mouse-view-other-diary-entries)
1321         (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
1322         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
1323         Call cal-menu-x-popup-menu instead of x-popup-menu.
1325 2001-10-01  Gerd Moellmann  <gerd@gnu.org>
1327         * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
1329         * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
1331         * emacs-lisp/rx.el: New file.
1333 2001-10-01  Eli Zaretskii  <eliz@is.elta.co.il>
1335         * help.el (help-for-help): Doc fix.  From Pavel@Janik.cz (Pavel Janik).
1337 2001-09-30  Eli Zaretskii  <eliz@is.elta.co.il>
1339         * frame.el (select-frame-by-name, other-frame): Doc fix.
1341 2001-09-29  Eli Zaretskii  <eliz@is.elta.co.il>
1343         * play/snake.el (snake-score-file): Use temporary-file-directory
1344         instead of a literal "/tmp".  Suggested by Robert
1345         <robert@chezmarshall.freeserve.co.uk>.
1347         * play/tetris.el (tetris-score-file): Ditto.
1349 2001-09-28  Eli Zaretskii  <eliz@is.elta.co.il>
1351         * apropos.el (apropos-print): Make the directions inserted at the
1352         beginning of the *Apropos* buffer more clear.
1354 2001-09-27  Michael Kifer  <kifer@cs.sunysb.edu>
1356         * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
1357         Added comments.
1359 2001-09-27  Stefan Monnier  <monnier@cs.yale.edu>
1361         * newcomment.el (comment-normalize-vars): Use " \t" rather than
1362         "\\s-" when defining comment-end-skip.
1364 2001-09-27  Gerd Moellmann  <gerd@gnu.org>
1366         * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
1367         Call get-buffer-window first second arg `visible'.
1369         * international/mule-diag.el (list-input-methods-1):
1370         Output something that's independent of Emacs' version.
1372         * tar-mode.el (tar-mode-write-file): Don't signal an error by
1373         calling byte-to-position with a nil tar-header-offset.
1375 2001-09-27  Simon Josefsson  <jas@extundo.com>
1377         * mail/sendmail.el (send-mail-function): Doc fix.
1378         (mail-do-fcc): Error if header-end is not a marker.
1379         (mail-do-fcc): Add a comment.
1380         (mail-reply-to): Doc fix.
1381         (mail-signature): Make ATPOINT optional.
1382         (mail-yank-original): Use cond instead of nestled if.
1384 2001-09-26  Stefan Monnier  <monnier@cs.yale.edu>
1386         * info.el (Info-on-current-buffer): Default arg to "Top".
1388 2001-09-25  Eli Barzilay  <eli@barzilay.org>
1390         * calculator.el (calculator-copy-displayer): New user-option.
1391         (calculator-displayer-prev, calculator-displayer-next):
1392         Renamed from calculator-displayed-{left,right}.
1393         (calculator, calculator-standard-displayer)
1394         (calculator-num-to-string, calculator-update-display)
1395         (calculator-copy, calculator-put-value): Bug and display fixes.
1397 2001-09-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1399         * ebnf2ps.el: Eliminate make-local-hook calls.  Doc fix.
1400         (ebnf-version): New version (3.6.1).
1402         * ebnf-bnf.el: Fix character range regexp.  Doc fix.
1403         (ebnf-bnf-non-terminal-chars): New internal const.
1404         (ebnf-bnf-lex): Fix code.
1406         * ebnf-iso.el: Fix character range regexp.  Doc fix.
1407         (ebnf-iso-non-terminal-chars): New internal const.
1408         (ebnf-iso-lex): Fix code.
1410         * ebnf-yac.el: Fix character range regexp.  Doc fix.
1411         (ebnf-yac-skip-chars): New internal const.
1412         (ebnf-yac-skip-code): Fix code.
1414 2001-09-24  Stefan Monnier  <monnier@cs.yale.edu>
1416         * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
1418         * pcvs-parse.el (cvs-parse-commit): Expand the file name before
1419         passing it to VC.
1421         * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
1422         case where the file is relative.
1424 2001-09-24  Gerd Moellmann  <gerd@gnu.org>
1426         * xml.el (xml-parse-attlist): Quotes around attributes must be the
1427         same on each side.  Make sure we properly handle simple quotes.
1428         From Daiki Ueno <ueno@unixuser.org>.
1430 2001-09-23  Eli Zaretskii  <eliz@is.elta.co.il>
1432         * mail/sendmail.el (mail-mode): Doc fix.  From Simon Josefsson
1433         <jas@extundo.com>.
1435         * menu-bar.el (top-level): Minor fixes for text of help-echo in
1436         some items of the Options menu.
1438 2001-09-22  Stefan Monnier  <monnier@cs.yale.edu>
1440         * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
1442         * vc-hooks.el (vc-delete-automatic-version-backups):
1443         Don't fail if the directory doesn't exist.
1445         * diff-mode.el (diff-default-read-only): New var.
1446         (diff-mode): Use it.
1448 2001-09-22  Eli Zaretskii  <eliz@is.elta.co.il>
1450         * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
1451         Use make-keymap instead of copy-keymap, since copying the global
1452         keymap messes up the menu bar.
1454         * info.el (Info-goto-node, Info-menu): Doc fix.  Suggested by
1455         Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
1457 2001-09-21  Eli Zaretskii  <eliz@is.elta.co.il>
1459         * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
1461         * dired-aux.el (dired-insert-subdir): Pass switches to
1462         dired-build-subdir-alist.
1464 2001-09-21  Stephen Gildea  <gildea@stop.mail-abuse.org>
1466         * time-stamp.el (time-stamp-string-preprocess): Fix bug that
1467         caused %#a and %#b to be mis-formatted.
1469 2001-09-20  Eli Zaretskii  <eliz@is.elta.co.il>
1471         * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
1472         ccmode, emacs-mime, and eudc manuals.
1474 2001-09-19  Sam Steingold  <sds@gnu.org>
1476         w32 find cannot be used with `grep-find'.
1477         * progmodes/compile.el (find-program): New variable.
1478         (grep-compute-defaults): Use it to set `grep-find-command'.
1480 2001-09-19  Gerd Moellmann  <gerd@gnu.org>
1482         * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
1484 2001-09-19  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1486         * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
1487         programming.  Doc fix.
1488         (ebnf-version): New version (3.6).
1489         (ebnf-eps-begin): Data fix.
1490         (ebnf-begin-file): Code fix.
1492         * ebnf-bnf.el: Doc fix.
1493         (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
1495         * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
1497 2001-09-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1499         * ps-print.el: Better face mapping for black/white PostScript printers.
1500         Check if mark is active when printing a region.  Doc fix.
1501         (ps-print-version): New version number (6.5.5).
1502         (ps-print-color-p): Customization fix.
1503         (ps-black-white-faces): New option.
1504         (ps-black-white-faces-alist): New internal var.
1505         (ps-count-lines-preprint, ps-print-preprint-region): New funs.
1506         (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
1507         (ps-nb-pages-region): Interactive fix.
1508         (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
1509         (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
1511 2001-09-18  Eli Zaretskii  <eliz@is.elta.co.il>
1513         * dired.el (dired-move-to-filename-regexp): Allow one digit in the
1514         numeric month value, and allow the Kanji character after the it to
1515         be missing (happens with ls-lisp's output on Japanese versions of
1516         MS-Windows).
1518 2001-09-18  Miles Bader  <miles@gnu.org>
1520         * diff-mode.el (diff-mode): Don't make the buffer read-only if
1521         it's empty (and thus probably a new patch file about to be edited).
1523 2001-09-17  Gerd Moellmann  <gerd@gnu.org>
1525         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1526         Check for '(' in column 0 of doc string.
1528         * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
1529         of `nth' so that using a vector as bounding-box works.
1530         From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
1532 2001-09-17  Andre Spiegel  <spiegel@gnu.org>
1534         * vc.el (vc-annotate): Use current workfile version explicitly as
1535         a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
1537 2001-09-16  Eli Zaretskii  <eliz@is.elta.co.il>
1539         * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
1540         convert-standard-filename doesn't guarantee that the .el extension
1541         is preserved.
1543         * dos-fns.el (convert-standard-filename): Replace invalid
1544         characters only after converting dash/underscore to a period.
1545         (original-make-auto-save-file-name): New.
1546         (make-auto-save-file-name): New function, overrides the definition
1547         on files.el and calls the original function via
1548         original-make-auto-save-file-name.
1550         * mail/rmail.el (top-level): Require mule-utils when compiling.
1551         (rmail-decode-babyl-format): Use detect-coding-with-priority
1552         instead of detect-coding-region, to favor detection of emacs-mule
1553         encoded Babyl files written by rmailout.el etc.  Suggested by
1554         Kenichi Handa <handa@etl.go.jp>.
1556 2001-09-14  Eli Zaretskii  <eliz@is.elta.co.il>
1558         * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
1559         Use `equal', not `=', since the device number can be a cons cell.
1561 2001-09-14  Gerd Moellmann  <gerd@gnu.org>
1563         * simple.el: Comment out change of 2001-09-13.
1565 2001-09-13  Milan Zamazal  <pdm@zamazal.org>
1567         * progmodes/compile.el (grep-compute-defaults): Don't set
1568         grep-command/grep-find-command when it is already non-nil.
1569         (grep-command): Make it a user option.
1570         (grep-find-command): Likewise.
1572 2001-09-13  Michael Kifer  <kifer@cs.sunysb.edu>
1574         * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
1575         inhibit quit.
1577 2001-09-13  Eli Zaretskii  <eliz@is.elta.co.il>
1579         * files.el (make-auto-save-file-name): If long file names are not
1580         supported on MS-DOS, truncate the file name to DOS 8+3 limits before
1581         generating an auto-save file name from it.
1583 2001-09-13  Gerd Moellmann  <gerd@gnu.org>
1585         * ps-print.el (ps-print-region, ps-print-region-with-faces)
1586         (ps-nb-pages-region): Signal an error if called interactively
1587         and the mark is not active.
1589         * simple.el (minibuffer-prompt-modification)
1590         (minibuffer-prompt-insertion): New functions.
1591         (minibuffer-prompt-properties): Use `modification-hooks' and
1592         `insert-in-front-hooks'.
1594 2001-09-12  Richard M. Stallman  <rms@gnu.org>
1596         * textmodes/outline.el (outline-regexp): Doc fix.
1597         Initialize it in the defcustom, the usual way.
1599 2001-09-12  Gerd Moellmann  <gerd@gnu.org>
1601         * ediff-mult.el (ediff-get-meta-info): Take into account that data
1602         from `ediff-meta-info' properties need not be an overlay.
1603         From David Ponce <dponce@voila.fr>.
1605         * isearch.el (isearch-intersects-p): Fix end checks.
1607 2001-09-11  Eli Zaretskii  <a34785@is.elta.co.il>
1609         * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
1610         `t' branch of `cond', since Irix 6.1 and up is a special case of
1611         the standard dbx interface.
1613 2001-09-11  Miles Bader  <miles@gnu.org>
1615         * comint.el (comint-send-input): When waiting for echoed input,
1616         don't save the expected end position in `echo-end', so that things
1617         work properly even if the buffer is modified elsewhere at the same
1618         time [this happens if `comint-truncate-buffer' is used].
1620 2001-09-11  Gerd Moellmann  <gerd@gnu.org>
1622         * textmodes/outline.el (outline-mode): Use `^' and a shy group
1623         when constructing imenu-generic-expression from outline-regexp.
1625 2001-09-10  Eli Zaretskii  <eliz@is.elta.co.il>
1627         * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
1628         `equal' instead of `=', since they can be cons cells.  From Nils
1629         Goesche <cartan@cartan.de>.
1631 2001-09-10  Andre Spiegel  <spiegel@gnu.org>
1633         * vc.el (vc-annotate): Rewrote doc string.
1635 2001-09-10  Eli Zaretskii  <eliz@is.elta.co.il>
1637         * time-stamp.el: Update Stephen Gildea's email address.
1639 2001-09-10  Gerd Moellmann  <gerd@gnu.org>
1641         * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
1642         enable-multibyte-characters = nil.  From Hallvard B Furuseth
1643         <h.b.furuseth@usit.uio.no>.
1645 2001-09-09  Michael Kifer  <kifer@cs.sunysb.edu>
1647         * ediff-init.el (ediff-highest-priority): Bug fix.
1649         * viper-cmd.el (viper-special-read-and-insert-char): New function
1650         that reads a character and uses the current input method or
1651         iso-accents when appropriate.
1653         * viper.el and all others: Corrections to the comment blocks at
1654         the top.
1656 2001-09-09  Eli Zaretskii  <eliz@is.elta.co.il>
1658         * info.el (Info-goto-node): Doc fix.
1660 2001-09-07  Gerd Moellmann  <gerd@gnu.org>
1662         * isearch.el (isearch-intersects-p): New function.
1663         (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
1664         use isearch-intersects-p, and clean up.
1666 2001-09-07  Eli Zaretskii  <eliz@is.elta.co.il>
1668         * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
1669         and "german8", for the new German orthography dictionaries,
1670         (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
1671         the entries, to keep the line length balanced for loaddefs.el.
1673 2001-09-07  Dr Francis J. Wright  <F.J.Wright@qmw.ac.uk>
1675         * comint.el (comint-send-input): Handle comint-process-echoes
1676         differently.
1678 2001-09-07  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1680         * locate.el (locate-insert-header): Remove unnecessary whitespace.
1682 2001-09-07  Eli Zaretskii  <eliz@is.elta.co.il>
1684         * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
1686 2001-09-07  Gerd Moellmann  <gerd@gnu.org>
1688         * server.el (server-switch-buffer):
1689         * textmodes/refer.el (refer-find-entry-internal):
1690         * term/sup-mouse.el (sup-pos-to-window):
1691         * term/bg-mouse.el (bg-window-from-x-y):
1692         * emacs-lisp/edebug.el (edebug-window-live-p):
1693         Use get-window-with-predicate.
1695         * window.el (get-window-with-predicate): Renamed from some-window.
1696         (some-window): Make it an alias.
1698 2001-09-06  Gerd Moellmann  <gerd@gnu.org>
1700         * simple.el (undo): Remove positions from buffer-undo-list up to
1701         the next undo boundary only.
1703 2001-09-06  Eli Zaretskii  <eliz@is.elta.co.il>
1705         * makefile.nt (install): Don't copy sc.el.  Reported by Richard
1706         Kim <ryk@dspwiz.com>
1708         * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
1709         the message "Creating customization items...done".
1711 2001-09-05  Gerd Moellmann  <gerd@gnu.org>
1713         * font-lock.el (toplevel): Require `jit-lock' only if
1714         font-lock-support-mode is set to jit-lock-mode.
1716 2001-09-05  Eli Zaretskii  <eliz@is.elta.co.il>
1718         * international/quail.el (quail-use-package, quail-inactivate)
1719         (quail-activate): Mention the hooks these functions run in their
1720         doc strings.
1722 2001-09-05  Edward M. Reingold <reingold@iit.edu>
1724         * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
1725         of file in header of menu.
1727 2001-09-04  Gerd Moellmann  <gerd@gnu.org>
1729         * env.el (setenv): Interactively, if VARIABLE has a current value,
1730         add that to the front of the history, as the doc string says.
1732         * comint.el (comint-send-input): Change help-echo.
1733         From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
1735         * bookmark.el (bookmark-write-file): Bind print-length and
1736         print-level to nil.  From Tom Capey <tomc@edina.co.uk>.
1738         * obsolete/uncompress.el: Moved there from lisp/.
1740         * comint.el (comint-insert-clicked-input): Goto point-max before
1741         deleting previous input.  From "Dr Francis J. Wright"
1742         <F.J.Wright@qmw.ac.uk>.
1744         * simple.el (backward-word): Doc fix.
1746 2001-09-03  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
1748         * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
1749         * uncompress.el, uniquify.el, vc.el, view.el, window.el
1750         * w32-fns.el: Add Keywords header.
1752 2001-09-04  Eli Zaretskii  <eliz@is.elta.co.il>
1754         * menu-bar.el: Fix separators in the Edit menu.  Bring "Fill" near
1755         "Text Properties".  Suggested by Simon Marshall
1756         <Simon.Marshall@midas-kapiti.com>.
1758 2001-09-04  Andrew Choi  <akochoi@cse.cuhk.edu.hk>
1760         * term/mac-win.el (mac-drag-n-drop): Decode file name by
1761         consulting the value of file-name-coding-system.
1763 2001-09-03  Stefan Monnier  <monnier@cs.yale.edu>
1765         * help.el (describe-function-1): Save precomputed `file-name' rather
1766         than recomputing it (incorrectly) with `symbol-file'.
1768 2001-09-03  Gerd Moellmann  <gerd@gnu.org>
1770         * international/isearch-x.el (isearch-exit-recursive-edit):
1771         Take three parameters, since it's used as an after-change-function.
1773         * emacs-lisp/backquote.el (backquote-backquote-symbol)
1774         (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
1775         from doc strings.
1777 2001-09-02  Milan Zamazal  <pdm@zamazal.org>
1779         * progmodes/glasses.el (glasses-convert-to-unreadable):
1780         Consider underscores as in `glasses-make-readable'.
1782 2001-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
1784         * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
1785         MS-DOS, since cpp might not be available.
1787         * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
1788         Mention "yank" in the help-echo text.
1789         Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1791 2001-09-01  Stefan Monnier  <monnier@cs.yale.edu>
1793         * newcomment.el (comment-indent): Insert spaces more carefully.
1795 2001-08-31  Eli Zaretskii  <eliz@is.elta.co.il>
1797         * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
1798         exists.  From Andy Petrusenco <andy@int.spb.ru>.
1800         * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
1801         display-popup-menus-p returns nil.  Suggested by Andy Petrusenco
1802         <andy@int.spb.ru>.
1804 2001-08-31  Gerd Moellmann  <gerd@gnu.org>
1806         * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
1807         Instead of running mouse-yank-at-click, see what the event is
1808         bound to outside Isearch and run that.
1810 2001-08-31  Eli Zaretskii  <eliz@is.elta.co.il>
1812         * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
1813         Fix the menu entry to mention transient-mark-mode.
1815 2001-08-30  Gerd Moellmann  <gerd@gnu.org>
1817         * simple.el (eval-expression-print-level): Fix last change.
1819         * bindings.el (mode-line-coding-system-map): New variable.
1820         (mode-line-mule-info): Give the "%Z" a local-map keymap.
1822         * simple.el (eval-expression-print-level): Change the type
1823         of the defcustom to allow nil.
1825         * emacs-lisp/find-gc.el: Moved here from lisp/.
1827         * international/quail.el (quail-completion-1):
1828         Reverse the ((CHAR . DEFN) ...) list before processing it.
1829         From Kenichi Handa <handa@etl.go.jp>.
1831         * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
1832         * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
1834 2001-08-30  Eli Zaretskii  <eliz@is.elta.co.il>
1836         * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
1837         aren't supported.  This avoids the annoying gray strip drawn by
1838         the Windows version instead of the missing tool bar.
1840 2001-08-29  Gerd Moellmann  <gerd@gnu.org>
1842         * menu-bar.el (menu-bar-options-menu): Make option text, messages
1843         and tooltips more consistent.  From "Marshall, Simon"
1844         <Simon.Marshall@midas-kapiti.com>.
1846         * startup.el (fancy-splash-screens): Temporarily set
1847         minor-mode-map-alist to nil while displaying splash screens.
1849 2001-08-29  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1851         * buff-menu.el: Add Keywords header.
1852         Doc fix (C-x C-b is bound to list-buffers).
1854         * dired-x.el: Add keyword files to get listed in finder.
1855         Remove confusing notes about GNU Emacs 19.
1857         * dired.el, dired-aux.el: Add Keywords header.
1859 2001-08-28  Andre Spiegel  <spiegel@gnu.org>
1861         * vc.el (vc-revert-file): Call the backend even if the FILE's
1862         contents can be reverted locally; pass new arg CONTENTS-DONE
1863         down to the backend.
1865         * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
1866         optional arg CONTENTS-DONE.
1868 2001-08-28  Andrew Innes  <andrewi@gnu.org>
1870         * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
1872 2001-08-28  Eli Zaretskii  <eliz@is.elta.co.il>
1874         * makefile.nt (install): Copy more *.el files.
1876 2001-08-28  Gerd Moellmann  <gerd@gnu.org>
1878         * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
1879         instead of `w' which is already in use.
1881         * gs.el (gs-load-image): Use sleep-for.
1882         From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
1884 2001-08-28  Miles Bader  <miles@gnu.org>
1886         * replace.el (query-replace-regexp-eval): Return args from
1887         `interactive' form in correct order.
1889 2001-08-28  Eli Zaretskii  <eliz@is.elta.co.il>
1891         * mouse.el (mouse-buffer-menu): If the buffer menu is split by
1892         major modes, don't create panes for modes for which
1893         mouse-buffer-menu-alist returns an empty alist.
1895 2001-08-28  Thien-Thi Nguyen  <ttn@gnu.org>
1897         * progmodes/hideshow.el: Update first-line description.
1898         Sync comments w/ maintainer version 5.31.
1900         (hs-isearch-open): Default value now `code'.
1901         Fix docstring to use "code blocks" vs "comment blocks",
1902         as opposed to "block" vs "comment".
1903         (hs-flag-region): Accept `hs-isearch-open' value
1904         of `block' as synonymous w/ `code'.
1905         (hs-hide-block-at-point): For code blocks, pass `code'
1906         to `hs-flag-region' instead of `block'.
1908 2001-08-28  Miles Bader  <miles@gnu.org>
1910         * comint.el (comint-next-prompt): Don't loop infinitely if
1911         {next,previous}-single-char-property-change returns its input
1912         position when the search fails.
1914 2001-08-27  Miles Bader  <miles@gnu.org>
1916         * comint.el (comint-get-old-input-default): Don't signal an error
1917         if point is not on an input field; instead, return the current
1918         line (using `comint-bol' to skip any prompt, in case we're not
1919         using fields at all).
1921         * man.el (Man-mode-line-format): Variable removed.
1922         (Man-mode): Change `mode-line-buffer-identification' instead of
1923         `mode-line-format'.
1925 2001-08-27  Gerd Moellmann  <gerd@gnu.org>
1927         * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
1928         From Simon Josefsson <jas@extundo.com>.
1930 2001-08-26  Eli Zaretskii  <eliz@is.elta.co.il>
1932         * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
1933         messages.  From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1935         * emacs-lisp/levents.el: Specify FSF as Maintainer.  From Pavel
1936         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1938         * emacs-lisp/lselect.el: Ditto.
1940         * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
1941         Remove periods from the end of error message strings.
1942         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1944         * progmodes/antlr-mode.el: Add Keywords header.  From Pavel
1945         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1947         * net/telnet.el: Ditto.
1949 2001-08-26  Gerd Moellmann  <gerd@gnu.org>
1951         * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
1952         KEYMAP to the call to define-minor-mode.
1954 2001-08-24  Eli Zaretskii  <eliz@is.elta.co.il>
1956         * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
1957         Replace some of the undefined characters with emulations of bidi
1958         formatting characters and Niqud as per SI 1311-1.
1959         (IT-unicode-translations): Ditto.
1960         (IT-display-table-setup, IT-setup-unicode-display):
1961         Fill characters without translations with dos-unsupported-char-glyph.
1963 2001-08-24  Simon Josefsson  <jas@extundo.com>
1965         * hl-line.el (hl-line-mode): Don't be a global mode.
1966         (global-hl-line-mode): New function.
1968 2001-08-24  Gerd Moellmann  <gerd@gnu.org>
1970         * gs.el (gs-load-image): Wait for GHOSTVIEW window property
1971         being reset by Ghostscript.  Don't kill the gs process.
1972         From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
1974 2001-08-24  Andrew Choi  <akochoi@cse.cuhk.edu.hk>
1976         * term/mac-win.el: Require scroll-bar.
1978 2001-08-23  Stefan Monnier  <monnier@cs.yale.edu>
1980         * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
1982 2001-08-23  Eli Zaretskii  <eliz@is.elta.co.il>
1984         * hexl.el (hexl-insert-multibyte-char) New function.
1985         (hexl-quoted-insert, hexl-self-insert-command)
1986         (hexl-insert-hex-char, hexl-insert-decimal-char)
1987         (hexl-insert-octal-char): Call it instead of hexl-insert-char.
1988         Fix the doc strings accordingly.
1989         (hexl-insert-char): Reject characters whose code is above 255.
1990         Doc fix.
1991         (hexl-mode-map): Copy the global keymap instead of creating a
1992         sparse keymap, and bind all self-inserting characters to
1993         hexl-self-insert-command.
1995 2001-08-22  Stefan Monnier  <monnier@cs.yale.edu>
1997         * wid-edit.el (text): Re-order docstring correctly.
1999         * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
2001         * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
2003 2001-08-22  Eli Zaretskii  <eliz@is.elta.co.il>
2005         * simple.el (line-number-mode): Mention the variable
2006         line-number-display-limit-width in the doc string.
2008 2001-08-22  Gerd Moellmann  <gerd@gnu.org>
2010         * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
2011         Temporarily select EVENT's window for switching buffers.
2012         (mode-line-bury-buffer): New function.
2013         (mode-line-buffer-identification-keymap): Use it instead of
2014         bury-buffer.  Bind down-mouse events to prevent global down-mouse
2015         events from shining through.
2017 2001-08-21  Stefan Monnier  <monnier@cs.yale.edu>
2019         * newcomment.el (comment-beginning): Make sure the comment-start
2020         we found isn't a comment-end (in cases where confusion is possible).
2022 2001-08-22  Miles Bader  <miles@gnu.org>
2024         * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
2025         before writing it, so that hard-links don't see new version.
2027 2001-08-21  Gerd Moellmann  <gerd@gnu.org>
2029         * gs.el (gs-set-ghostview-colors-window-prop):
2030         Call x-change-window-property with 3rd arg FRAME.
2031         (gs-load-image): Wait for a previous Ghostscript process
2032         to complete before starting a new one.
2034         * image.el (image-type-regexps): Make sure that the TIFF
2035         pattern is only matched at the beginning of a string.
2036         From Markus Rost <rost@math.ohio-state.edu>.
2038         * international/swedish.el: Pre-Mule file removed.  From Jonas
2039         Oberg <jonas@gnu.org>.
2041 2001-08-20  Rajesh Vaidheeswarran  <rv@gnu.org>
2043         * whitespace.el (whitespace-abort-on-error): Add custom variable
2044         to whitespace to abort a write-file if whitespace is detected in file.
2046         * whitespace.el (whitespace-write-file-hook): Hook to be called
2047         when writing a file. If `whitespace-abort-on-error' is set, the
2048         write will abort on detecting whitespaces.
2049         If `whitespace-auto-cleanup' is set, the file will be cleaned
2050         automatically prior to writing.
2052         * whitespace.el (whitespace-buffer-search): Let's not insert bogus
2053         whitespaces in the error output!
2055         * whitespace.el (whitespace-check-indent-whitespace): Defaults to
2056         `indent-tabs-mode', since the latter notes user preferences on
2057         TABs anyway.
2059         * whitespace.el (whitespace-version): 3.1. All of the above issues
2060         were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
2062 2001-08-20  Gerd Moellmann  <gerd@gnu.org>
2064         * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
2065         some spaces from a message.  From Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>.
2067         * whitespace.el (whitespace-global-mode): Add autoload cookie.
2069 2001-08-20  Alex Schroeder  <alex@gnu.org>
2071         * sql.el (sql-db2): Doc change.
2073 2001-08-20  Alex Schroeder  <alex@gnu.org>
2075         * sql.el (sql-postgres): Add the database at the end of the
2076         parameters instead of at the beginning.
2077         (sql-postgres-options): Doc change.
2079 2001-08-17  Gerd Moellmann  <gerd@gnu.org>
2081         * custom.el (defcustom): Doc fix.
2083 2001-08-16  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2085         * ps-mule.el (find-composition): Check if (char-after POS)
2086         returns a valid character.
2088 2001-08-16  Eli Zaretskii  <eliz@is.elta.co.il>
2090         * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
2091         original-point for extra CR characters that are added/removed when
2092         the buffer is written/read whose EOL type is -dos.
2094 2001-08-16  Miles Bader  <miles@gnu.org>
2096         * simple.el (line-move): Undo previous change.
2098         * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
2099         property to input-terminating `boundary' overlays to avoid
2100         line-move wierdness.
2102 2001-08-16  Gerd Moellmann  <gerd@gnu.org>
2104         * lazy-lock.el (lazy-lock-fontify-region): Widen the current
2105         buffer in a save-restriction.  Under one test case with Ediff,
2106         window-scroll-functions are run with a window start that's
2107         temporarily outside of the restriction.
2109 2001-08-16  Robert J. Chassell <bug-texinfo@gnu.org>
2111         * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
2112         (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
2113         (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
2114         (texinfo-update-menu-region-beginning)
2115         (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
2116         command, @ifnottex, to regexps, so it is found.
2118 2001-08-16  Andrew Innes  <andrewi@gnu.org>
2120         * makefile.nt (DONTCOMPILE): Omit bindings.el.
2121         (DONTCOMPILE): Omit sc.el.
2123         * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
2124         (DONTCOMPILE): Omit sc.el.
2126 2001-08-16  Gerd Moellmann  <gerd@gnu.org>
2128         * replace.el (occur): Bind inhibit-read-only to t.
2130 2001-08-16  Miles Bader  <miles@gnu.org>
2132         * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
2133         calling `constrain-to-field', to avoid problems with comint prompts.
2135 2001-08-15  Gerd Moellmann  <gerd@gnu.org>
2137         * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
2138         (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
2140         * ediff-mult.el (ediff-get-meta-info): Fix the condition
2141         of a while-loop.
2143         * Makefile.in (DONTCOMPILE): Remove sc.el.
2145         * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
2146         Don't include term/.
2148         * mail/sc.el:  Moved to obsolete/.
2150 2001-08-14  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2152         * ps-print.el: Change error function arguments to follow Emacs
2153         message convention.  Doc fix.
2154         (ps-print-version): New version number (6.5.4).
2155         (coding-system-for-write): Change declaration position to avoid
2156         XEmacs compilation gripes.
2157         (coding-system-for-read, buffer-file-coding-system):
2158         Declarations to avoid XEmacs compilation gripes.
2160         * ps-mule.el: Doc fix.
2161         (ps-mule-encode-header-string): If STRING is not a string, replace
2162         STRING by empty string.
2164 2001-08-14  Eli Zaretskii  <eliz@is.elta.co.il>
2166         * frame.el (show-trailing-whitespace): Doc fix.
2168 2001-08-13  Eli Zaretskii  <eliz@is.elta.co.il>
2170         * desktop.el (desktop-save): Insert the coding: tag before
2171         desktop-header.
2173 2001-08-13  Gerd Moellmann  <gerd@gnu.org>
2175         * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
2176         its path from $els.
2178         * image.el (image-jpeg-p): Fix call of substring.
2180 2001-08-10  Gerd Moellmann  <gerd@gnu.org>
2182         * play/animate.el (animate-string): Doc fix.  Use a buffer
2183         name with stars in it.
2184         (animate-sequence): New function.
2185         From Richard Stallman <rms@gnu.org>.
2187         * frame.el (select-frame-set-input-focus): New function
2188         extracted from other-frame.
2189         (other-frame): Use it.
2190         (next-multiframe-window, previous-multiframe-window): Use it.
2192         * isearch.el (isearch-other-meta-char): Don't switch to the
2193         buffer of a window clicked on, when the current buffer is
2194         in Isearch mode.
2196         * image.el (image-jpeg-p): Test for APPn markers in the range
2197         #xe0..#xef.
2199 2001-08-09  Gerd Moellmann  <gerd@gnu.org>
2201         * desktop.el (desktop-save): Don't use concat to form a file
2202         name, use expand-file-name.
2204         * mouse.el (mouse-delete-window): Do nothing if frame has just
2205         one window.
2207         * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
2208         for the minor mode name.
2210         * view.el (toplevel): Use mode-line-minor-mode-keymap for the
2211         minor mode name.
2213         * time.el (display-time-string-forms): Use make-mode-line-mouse-map
2214         instead of make-mode-line-mouse2-map.
2216         * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
2217         the minor mode name.
2219         * emacs-lisp/easy-mmode.el (define-minor-mode):
2220         Use  mode-line-minor-mode-keymap for the minor mode name.
2222         * calendar/calendar.el (calendar-mode-line-format):
2223         Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
2225         * bindings.el (make-mode-line-mouse-map): Renamed from
2226         make-mode-line-mouse2-map.  Take additional arg MOUSE.
2227         (mode-line-modified): Use mouse-3 instead of mouse-2.
2228         (mode-line-buffer-identification-keymap): Bind keys differently.
2229         (propertized-buffer-identification): Adapt help-echo to new bindings.
2231         * bindings.el (mode-line-format): Specify help-echo for line
2232         number, column number and buffer-percent part of the mode-line.
2234         * image.el (image-type-regexps): Allow whitespace at the start
2235         of the image data for XPM, XBM and Postscript, which are
2236         text files.
2237         (image-jpeg-p): Correct calculation of next field offset.
2239 2001-08-08  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2241         * battery.el: Fix typo.
2243 2001-08-08  Gerd Moellmann  <gerd@gnu.org>
2245         * image.el (image-type-regexps): Allow predicates.  Change the way
2246         JPEG images are recognized.
2247         (image-jpeg-p): New function.
2248         (image-type-from-data): Handle predicates in image-type-regexps.
2250         * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
2251         #:, #x, #o, and similar constructs.
2253 2001-08-07  Gerd Moellmann  <gerd@gnu.org>
2255         * vc.el (vc-transfer-file): Fix malformed autoload cookie.
2257         * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
2258         instead of `progn'.
2260         * tar-mode.el (tar-extract): Avoid generating a new buffer
2261         for each file visited.  From Markus Rost <rost@math.ohio-state.edu>.
2263         * textmodes/paragraphs.el (forward-sentence): Avoid building
2264         a regexp from sentence-end.  From Kenichi Handa <handa@etl.go.jp>.
2266         * progmodes/executable.el (executable-set-magic):
2267         If executable-find returns a quoted file name, unquote it before
2268         inserting it.
2270         * image.el (image-type-regexps): For JPEG files, use a regexp
2271         derived from the JFIF spec.
2273         * image.el (image-type-regexps): Use `\`' instead of `^' in
2274         most regular expressions.
2276 2001-08-06  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2278         * play/animate.el: Re-insert a reference to re-inserted function.
2280 2001-08-06  Gerd Moellmann  <gerd@gnu.org>
2282         * help.el (describe-function-1): Use find-function-search-for-symbol
2283         instead of find-function-noselect because the latter follows aliases.
2285         * play/animate.el (animate-birthday-present): Re-insert.
2287         * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
2288         Handle old-style menu definitions.
2290 2001-08-06  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2292         * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
2293         * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
2295         * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
2296         * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
2297         * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
2299 2001-08-05  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2301         * textmodes/tildify.el: Milan Zamazal has new address.
2303 2001-08-03  Gerd Moellmann  <gerd@gnu.org>
2305         * custom.el (custom-set-variables): Don't test `custom-requests'
2306         properties, check the third element of the options passed to
2307         custom-set-variables instead.
2309         * info.el (info-insert-file-contents): Use info-file-exists-p
2310         instead of file-exists-p.
2312         * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
2313         the mode-line face is restored.  Fix several bugs.
2315         * replace.el (perform-replace): Doc fix.
2317 2001-08-02  Francesco Potorti`  <pot@gnu.org>
2319         * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
2320         (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
2321         (uniquify-fix-item-base, uniquify-fix-item-filename)
2322         (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
2323         Callers changed.
2324         (uniquify-set-proposed): Changed to work with a vector item.
2325         (uniquify-rationalize-file-buffer-names): Use a list of arrays for
2326         the fix list, and a list of strings for the non-file buffer
2327         names.  Both changes reduce consing.
2328         (uniquify-rationalize-a-list): Local variable renaming.
2329         (uniquify-rationalize-conflicting-sublist): Use member instead of
2330         assoc.
2331         (uniquify-rename-buffer): Use unless instead of if not.
2333 2001-08-02  Gerd Moellmann  <gerd@gnu.org>
2335         * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
2337         * custom.el (custom-set-variables): Set options with :require
2338         clauses last.
2340         * custom.el (defcustom): Doc fix.
2342         * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
2344 2001-08-01  Eli Zaretskii  <eliz@is.elta.co.il>
2346         * man.el (man): Mention Man-switches in the doc string.
2347         (Man-switches): Mention -a in the doc string.
2349         * textmodes/ispell.el (ispell-alternate-dictionary):
2350         Add /usr/share/lib/dict/words, for Irix.
2352         * bindings.el: Bind shifted and control-shifted kp-* keys to the
2353         corresponding non-kp keys.  Suggested by Stephen Gildea
2354         <gildea@stop.mail-abuse.org>.
2356 2001-08-01  Francesco Potorti`  <pot@gnu.org>
2358         * uniquify.el: These changes correct a corner case that the old
2359         code managed correctly.
2360         (uniquify-fix-item-proposed): Renamed from
2361         uniquify-fix-item-min-proposed.
2362         (uniquify-set-proposed): New function.
2363         (uniquify-rationalize-file-buffer-names): Code reshuffled for
2364         clarity and speed.
2365         (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
2366         This is equivalent to what the old code did.
2367         (uniquify-rationalize-a-list): Never recompute the proposed
2368         name.  Sort the conflicting sublist before rationalising it: this
2369         is equivalent to what the old code did, but one directory element
2370         at a time, and only when necessary.
2371         (uniquify-rationalize-conflicting-sublist): Recompute here the
2372         proposed name.
2374 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
2376         * play/animate.el: Add Keywords and Maintainer.  Remove a
2377         reference to a removed function.
2379         * play/animate.el (animate-string): Handle case that the string is
2380         longer than the window is wide.
2382 2001-07-31  Gerd Moellmann  <gerd@gnu.org>
2384         * desktop.el (desktop-save): Bind coding-system-for-write to
2385         `emacs-mule' for write-region.
2387         * delsel.el (delete-selection-pre-hook): Don't set this-command
2388         to `ignore' if the region is empty.
2390         * international/mule.el (set-keyboard-coding-system):
2391         Set keyboard-coding-system.
2393         * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
2394         before accessing it.
2396 2001-07-30  Andreas Schwab  <schwab@suse.de>
2398         * menu-bar.el (toggle-highlight-paren-mode):
2399         Use `(show-paren-mode)' as body.
2401 2001-07-30  Andre Spiegel  <spiegel@gnu.org>
2403         * vc.el (vc-checkout-hook): New hook.
2404         (vc-checkout): Run it.
2406 2001-07-30  Eli Zaretskii  <eliz@is.elta.co.il>
2408         * progmodes/make-mode.el (makefile-macroassign-regex):
2409         Recognize the ?= operator.  From Jonathan Kamens <jik@curl.com>.
2411 2001-07-30  Gerd Moellmann  <gerd@gnu.org>
2413         * vc.el (vc-switch-backend): Fix autoload cookie.
2415         * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
2416         the desktop file.
2418 2001-07-30  Simon Josefsson  <jas@extundo.com>
2420         * mail/mail-utils.el (mail-strip-quoted-names): Replace text
2421         literally.  Reported by Sean Rima <sean@**Delete**.tcob1.net>.
2423 2001-07-27  Gerd Moellmann  <gerd@gnu.org>
2425         * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
2426         (last-sexp-toggle-display): Renamed from last-sexp-print.
2427         (last-sexp-toggle-display, eval-last-sexp-1):
2428         Use last-sexp-setup-props.
2430         * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
2431         New user-options.
2432         (mouse-wheel-change-button): New function.
2433         (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
2434         (mwheel-scroll): Ditto.
2436 2001-07-26  Gerd Moellmann  <gerd@gnu.org>
2438         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
2439         `...', compare with unabbreviated printed representation instead.
2440         (last-sexp-print): Bind print-length and print-level to nil.
2442         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
2443         before assigning text properties.  Make properties rear-nonsticky.
2445         * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
2446         (eval-last-sexp-1): Give printed text a `keymap' property and bind
2447         <mouse-2> and <RET> in that map to a function printing the
2448         unabbreviated value.
2450         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
2451         is a buffer, put a text property `printed-value' on the printed
2452         representation, with the Lisp object printed as value.
2454 2001-07-25  Eli Zaretskii  <eliz@is.elta.co.il>
2456         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
2457         Mention the effect of eval-expression-print-length and
2458         eval-expression-print-level in the doc strings.  Suggested by
2459         Kevin Gallagher <kevingal@onramp.net>.
2461 2001-07-25  Gerd Moellmann  <gerd@gnu.org>
2463         * xt-mouse.el (xterm-mouse-event): Recognize control sequences
2464         for buttons > 3.
2465         (xterm-mouse-translate): Handle the case that we don't get a
2466         down-event.
2468         * emacs-lisp/find-func.el (find-function-regexp):
2469         Add easy-mmode-define-global-mode to the regexp.  Allow newlines
2470         in front of the function name.
2472         * isearch.el (isearch-other-meta-char): Fix last change.
2474         * isearch.el (isearch-other-meta-char): Don't modify mode-line and
2475         similar events for which fake prefix keys are generated.  It's no
2476         longer necessary since read_key_sequence doesn't modify these
2477         events for internal purposes anymore.
2479         * files.el (auto-mode-alist): Use nroff-mode for files ending
2480         in `.9'.  From Assar Westerlund  <assar@stacken.kth.se>.
2482 2001-07-24  Eli Zaretskii  <eliz@is.elta.co.il>
2484         * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
2485         tool-bar-lines parameter, behave as if its value were zero.
2486         (mouse-avoidance-set-pointer-shape): Don't do anything if
2487         x-pointer-shape is not boundp.
2489 2001-07-23  Francesco Potorti`  <pot@gnu.org>
2491         * uniquify.el: Overall speedup changes when using many buffers.
2492         (uniquify-fix-item-base, uniquify-fix-item-filename)
2493         (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
2494         (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
2495         place in the item, but was never used.
2496         (uniquify-fix-item-min-proposed): New defalias: the fourth place
2497         in the item is now used as cache for the proposed name.
2498         (uniquify-rationalize-file-buffer-names): Move computation made on
2499         newbuffile out of the loop, in the newbuffile-nd local var.
2500         Use dolist (cosmetic change).  Compute the proposed name for the most
2501         common case and cache it in the fourth place in the item.
2502         (uniquify-rationalize-file-buffer-names): Used to return a a list
2503         of buffer whose name was changed, but that return value was never used.
2504         (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
2505         the cached proposed name, does much less consing and is quicker.
2506         (uniquify-filename-lessp): Deleted.
2507         (uniquify-rationalize-a-list): Use dolist (cosmetic change).
2508         Do not bind locally the uniquify-possibly-resolvable flag.  Use the
2509         cached proposed name is possible.
2510         (uniquify-get-proposed-name): Arguments changed, callers changed.
2511         (uniquify-rationalize-conflicting-sublist): Explicitely reset the
2512         uniquify-possibly-resolvable flag, which is no more bound locally.
2513         (uniquify-rename-buffer): Do not set the old unrationalised-buffer
2514         flag, which does not exist any more.
2516 2001-07-23  Eli Zaretskii  <eliz@is.elta.co.il>
2518         * term/internal.el (IT-unicode-translations): Fix the appearance of
2519         "6`".
2521         * progmodes/compile.el (compile-internal): If EMACS is already
2522         defined in the environment, don't override its value.
2524 2001-07-23  Gerd Moellmann  <gerd@gnu.org>
2526         * play/fortune.el: Undo change of 2001-07-13.
2527         Fix autoload cookies.  Add types to defcustoms.
2528         (fortune) <defgroup>: Add :link.
2529         (fortune-from-region): Use eq, not eql.
2530         From Dave Love <fx@gnu.org>.
2532         * play/animate.el (animate-birthday-present): Function removed.
2534         * play/animate.el: New file.
2536 2001-07-22  Eli Zaretskii  <eliz@is.elta.co.il>
2538         * startup.el (normal-top-level-add-subdirs-to-load-path):
2539         On Windows, put into normal-top-level-add-subdirs-inode-list the
2540         canonicalized names of the directories instead of inode numbers.
2542 2001-07-21  Michael Kifer  <kifer@cs.sunysb.edu>
2544         * ediff-util.el: Copyright years.
2545         (ediff-choose-syntax-table): New function.
2546         (ediff-setup): Use ediff-choose-syntax-table.
2547         (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
2548         vc-state is available.
2549         (ediff-make-temp-file): Use ediff-coding-system-for-write.
2551         * ediff-init.el (ediff-with-syntax-table): New macro, uses
2552         with-syntax-table.
2553         (ediff-coding-system-for-read): From ediff-diff.el
2554         (ediff-coding-system-for-write): New variable.
2555         (ediff-highest-priority): Fixed the bug having to do with disappearing
2556         overlays.
2557         (ediff-file-remote-p): Use file-remote-p, if available.
2558         (ediff-listable-file): New function.
2559         (ediff-file-attributes): Use ediff-listable-file.
2561         * ediff-mult.el (ediff-meta-insert-file-info1):
2562         Use ediff-listable-file.
2564         * ediff-ptch.el (ediff-prompt-for-patch-file):
2565         Use ediff-coding-system-for-read.
2566         (ediff-patch-file-internal): Use ediff-coding-system-for-write.
2568         * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
2569         (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
2571         * ediff.el: Date of last update, copyright years.
2573         * ediff-wind (ediff-setup-control-frame): Nill->nil.
2575         * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
2576         of Scott Bronson.
2577         (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
2578         (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
2579         Deleted functions.
2580         (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
2581         ex-token-list.
2582         (viper-get-ex-address-subr): Convert registers to char data type.
2584         * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
2585         (viper-memq-char): Use viper-int-to-char.
2586         (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
2587         vc-locking-state.
2588         (viper-read-key): Use viper-read-key-sequence.
2590         * viper.el (viper-major-mode-modifier-list):
2591         Added inferior-emacs-lisp-mode.
2592         (this-major-mode-requires-vi-state): New function that uses simple
2593         heuristics to decide if vi state is appropriate.
2594         (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
2595         (viper-non-hook-settings): Don't advise read-key-sequence.
2596         (viper-read-key-sequence): New function that replaces the
2597         previously used advice to read-key-sequence.
2599         * viper-cmd.el (viper-test-com-defun,viper-exec-change)
2600         (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
2601         (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
2602         (viper-open-line-at-point,viper-substitute,viper-overwrite)
2603         (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
2604         Got rid of the negative character hack.
2605         (viper-escape-to-state,viper-replace-state-exit-cmd):
2606         Use viper-read-key-sequence.
2607         (viper-envelop-ESC-key): No need for ad-get-orig-definition.
2608         (viper-minibuffer-standard-hook,viper-read-string-with-history):
2609         Don't override existing minibuffer-setup-hook.
2610         (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
2611         Convert registers to char data type.
2612         (viper-autoindent): Use viper-indent-line.
2614         * viper-keym.el: Use viper-exec-key-in-emacs.
2616 2001-07-20  Stefan Monnier  <monnier@cs.yale.edu>
2618         * server.el (server-visit-files): Fix variable name typo.
2620 2001-07-20  Gerd Moellmann  <gerd@gnu.org>
2622         * simple.el (delete-trailing-whitespace): Save match data
2623         around looking-at.  From Markus Rost <rost@math.ohio-state.edu>.
2625 2001-07-19  Stefan Monnier  <monnier@cs.yale.edu>
2627         * progmodes/compile.el (compilation-parse-errors): `linenum' might
2628         return a this-error using the alternative format (a pair of markers).
2630 2001-07-19  Gerd Moellmann  <gerd@gnu.org>
2632         * font-lock.el (c++-keywords): Add Standard C++ operator names.
2634         * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
2635         From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
2637 2001-07-17  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2639         * international/iso-transl.el: Fix typo in the header of the file.
2641         * textmodes/picture.el (picture): Doc fix.
2643         * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
2644         follow coding conventions in generated files.
2646 2001-07-17  Eli Zaretskii  <eliz@is.elta.co.il>
2648         * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
2649         (tool-bar-add-item): Don't call image-related primitives if the
2650         display doesn't support images.
2652         * frame.el (display-images-p): New function.
2654 2001-07-17  Gerd Moellmann  <gerd@gnu.org>
2656         * server.el (server-visit-files): Handle the case the specified
2657         column number is <= 0.
2659 2001-07-17  Jan Nieuwenhuizen  <jan@netland.nl>
2661         * startup.el (command-line-1): Add support for +LINE:COLUMN
2662         command line argument.
2664 2000-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2666         * server.el (server-process-filter, server-visit-files):
2667         Add support for +LINE:COLUMN style emacsclient calls.
2669 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2671         * emacs-lisp/easy-mmode.el: Add Keywords header.
2673         * play/pong.el: Author has new address.
2675         * play/landmark.el: Author is no more reachable.
2677         * play/handwrite.el: Author is no more reachable.
2679 2001-07-17  Stefan Monnier  <monnier@cs.yale.edu>
2681         * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
2682         (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
2683         Complete bindings for F<1..12> keys.
2684         (global-map): Remove `undo' binding (already in the default).
2685         Replace `t<n>' bindings with `f<n>' bindings.
2687 2001-07-16  Stefan Monnier  <monnier@cs.yale.edu>
2689         * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
2690         (tcl-mode): Use tcl-add-log-defun.
2691         (tcl-indent-line): Use tcl-calculate-indent.
2692         (tcl-calculate-indent): Renamed from calculate-tcl-indent.
2693         (tcl-indent-exp): Renamed from indent-tcl-exp.
2694         (tcl-add-log-defun): Renamed from add-log-tcl-defun.
2695         (tcl-indent-for-comment): Call comment-indent-function properly
2696         and handle the case where it returns nil.
2698 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
2700         * calendar/cal-islam.el (calendar-goto-islamic-date):
2701         Remove autoload cookie.
2703         * calendar/calendar.el (calendar-goto-islamic-date):
2704         Add call to autoload.
2706 2001-07-16  Stefan Monnier  <monnier@cs.yale.edu>
2708         * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
2709         Don't change compile-auto-highlight globally.
2710         Don't bother with `font-lock-defaults' property since XEmacs
2711         also understands the `font-lock-defaults' variable.
2712         Use make-local-variable rather than make-variable-buffer-local.
2713         Don't `defconst' comment-indent-function: keep the default.
2714         Call easy-menu-add unconditionally.
2715         (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
2716         (ada-create-menu): Use :included for Emacs as well.
2718         * vc.el (vc-do-command): Autoload.
2720         * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
2722 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2724         * ps-print.el: Fix Author: header.
2726 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
2728         * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
2729         mouse-1 etc., bind them to `ignore'.
2731         * eshell/esh-mode.el (eshell-send-invisible): Renamed from
2732         send-invisible, which is already defined in Comint.
2733         (eshell-watch-for-password-prompt): Use it.
2735 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2737         * which-func.el (which-func-mode): Doc fix.
2739         * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
2740         * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
2741         * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
2742         * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
2743         * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
2744         * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
2745         * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
2746         * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
2747         * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
2748         * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
2749         * emulation/edt-mapper.el, emulation/edt-pc.el,
2750         * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
2751         * emulation/tpu-edt.el, emulation/tpu-extras.el,
2752         * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
2753         * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
2754         * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
2755         * international/isearch-x.el, international/iso-cvt.el,
2756         * international/ogonek.el, international/quail.el,
2757         * international/utf-8.el, jit-lock.el, language/devan-util.el,
2758         * language/devanagari.el, language/ethio-util.el,
2759         * language/ethiopic.el, language/european.el, language/indian.el,
2760         * language/romanian.el, language/tibet-util.el, language/tibetan.el,
2761         * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
2762         * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
2763         * mouse-sel.el, net/browse-url.el, net/net-utils.el,
2764         * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
2765         * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
2766         * progmodes/autoconf.el, progmodes/cmacexp.el,
2767         * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
2768         * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
2769         * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
2770         * progmodes/ebnf2ps.el, progmodes/executable.el,
2771         * progmodes/fortran.el, progmodes/idlw-shell.el,
2772         * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
2773         * progmodes/m4-mode.el, progmodes/mantemp.el,
2774         * progmodes/meta-mode.el, progmodes/octave-inf.el,
2775         * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
2776         * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
2777         * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
2778         * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
2779         * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
2780         * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
2781         * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
2782         * textmodes/texinfo.el, textmodes/texnfo-upd.el,
2783         * textmodes/two-column.el, time-stamp.el, timezone.el,
2784         * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
2785         * which-func.el, whitespace.el, wid-browse.el, widget.el,
2786         * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
2787         conventions.
2789 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
2791         * simple.el (set-variable): Require 'cus-edit' instead of
2792         `wid-edit', so that the Custom widgets get defined.
2794 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2796         * allout.el: A fix to follow coding conventions.
2798         * find-lisp.el: A fix to follow coding conventions.
2800         * term/w32-win.el: A fix to follow coding conventions.
2802         * textmodes/sgml-mode.el: A fix to follow coding conventions.
2804         * term/xterm.el: A fix to follow coding conventions.
2806         * term/news.el: A fix to follow coding conventions.
2808         * emulation/vi.el: A fix to follow coding conventions, Maintainer:
2809         header line fixed.
2811         * sun-curs.el: Fix Maintainer: header line.
2813         * emacs-lisp/easymenu.el: Address of the author added.
2815 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
2817         * dired.el (dired-insert-set-properties): Fix invalid mouse-face
2818         property.
2820 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2822         * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
2823         * play/gamegrid.el, play/handwrite.el, play/landmark.el,
2824         * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
2825         Some fixes to follow coding conventions.
2827 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
2829         * which-func.el (which-func-mode): Doc fix.
2831 2001-07-15  Stefan Monnier  <monnier@cs.yale.edu>
2833         * net/rcompile.el (remote-compile): Use make-local-variable.
2835         * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
2837         * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
2839         * mail/reporter.el (reporter-submit-bug-report):
2840         Don't abuse make-variable-buffer-local.  Fix call to add-hook.
2842 2001-07-15  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2844         * calendar/cal-china.el, calendar/cal-coptic.el,
2845         * calendar/cal-dst.el, calendar/cal-french.el,
2846         * calendar/cal-hebrew.el, calendar/cal-islam.el,
2847         * calendar/cal-iso.el, calendar/cal-julian.el,
2848         * calendar/cal-mayan.el, calendar/cal-persia.el,
2849         * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
2850         * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
2851         * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
2852         * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
2853         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
2854         * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
2855         * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
2856         * progmodes/ada-prj.el, progmodes/ada-stmt.el,
2857         * progmodes/ada-xref.el, progmodes/cc-align.el,
2858         * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
2859         * progmodes/cc-defs.el, progmodes/cc-engine.el,
2860         * progmodes/cc-langs.el, progmodes/cc-menus.el,
2861         * progmodes/cc-styles.el, progmodes/cc-vars.el,
2862         * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
2863         * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
2864         * textmodes/reftex-index.el, textmodes/reftex-parse.el,
2865         * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
2866         * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
2867         * textmodes/reftex.el: Some fixes to follow coding
2868         conventions in Eshell files with known maintainers.
2870         * emulation/viper.el: A fix to follow coding conventions.
2872         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
2873         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
2874         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
2875         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
2876         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
2877         * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
2878         * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
2879         * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
2880         * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
2881         * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
2882         conventions in Eshell files.
2884         * composite.el, diff.el, emacs-lisp/levents.el,
2885         * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
2886         * emulation/pc-mode.el, emulation/viper-cmd.el,
2887         * emulation/viper-ex.el, emulation/viper-init.el,
2888         * emulation/viper-keym.el, emulation/viper-macs.el,
2889         * emulation/viper-mous.el, emulation/viper-util.el,
2890         * emulation/viper.el, forms-pass.el, international/ccl.el,
2891         * international/characters.el, international/encoded-kb.el,
2892         * international/fontset.el, international/ja-dic-cnv.el,
2893         * international/ja-dic-utl.el, international/kinsoku.el,
2894         * international/kkc.el, international/mule-cmds.el,
2895         * international/mule-diag.el, international/mule-util.el,
2896         * international/mule.el, international/titdic-cnv.el,
2897         * language/china-util.el, language/chinese.el,
2898         * language/cyril-util.el, language/cyrillic.el, language/english.el,
2899         * language/greek.el, language/hebrew.el, language/japan-util.el,
2900         * language/japanese.el, language/korea-util.el, language/korean.el,
2901         * language/lao-util.el, language/lao.el, language/misc-lang.el,
2902         * language/slovak.el, language/thai-util.el, language/thai.el,
2903         * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
2904         * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
2905         * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
2906         * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
2907         * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
2908         * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
2909         * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
2910         * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
2911         * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
2912         * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
2913         to follow coding conventions in files without maintainer or in files
2914         with clear maintainer (but without Maintainer header stating so).
2916         * emacs-lisp/elp.el: A fix to follow coding conventions.
2918         * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
2919         * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
2920         * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
2921         * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
2922         * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
2923         * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
2924         * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
2925         * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
2926         * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
2927         * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
2928         * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
2929         * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
2930         conventions in files from Gnus.
2932         * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
2933         * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
2934         * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
2935         * echistory.el, electric.el, emacs-lisp/authors.el,
2936         * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
2937         * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
2938         * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
2939         * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
2940         * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
2941         * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
2942         * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
2943         * international/codepage.el, international/iso-ascii.el,
2944         * international/iso-insert.el, international/iso-transl.el,
2945         * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
2946         * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
2947         * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
2948         * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
2949         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
2950         * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
2951         * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
2952         * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
2953         * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
2954         * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
2955         * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
2956         * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
2957         * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
2958         * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
2959         * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
2960         * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
2961         * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
2962         * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
2963         * textmodes/tex-mode.el, textmodes/text-mode.el,
2964         * textmodes/underline.el, thingatpt.el, time.el, timer.el,
2965         * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
2966         * vt100-led.el, window.el: Some fixes to follow coding conventions in
2967         files maintained by FSF.
2969 2001-07-13  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2971         * arc-mode.el: A fix to follow coding conventions.
2973         * bindings.el: Ditto.
2975         * cdl.el: Ditto.
2977         * comint.el: Ditto.
2979         * cus-start.el: Ditto.
2981         * shell.el: Ditto.
2983         * skeleton.el: Ditto.
2985 2001-07-13  Stefan Monnier  <monnier@cs.yale.edu>
2987         * info.el (Info-build-node-completions):
2988         Make Info-current-file-completions buffer local.
2990 2001-07-13  Gerd Moellmann  <gerd@gnu.org>
2992         * which-func.el (which-func-mode, which-func-ff-hook)
2993         (which-function-mode): Remove references to which-func-mode-global.
2995         * calendar/cal-islam.el (calendar-goto-islamic-date):
2996         Add autoload cookie.
2998         * play/fortune.el: Add types to defcustoms.
3000 2001-07-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3002         * language/czech.el: A fix to follow coding conventions.
3004 2001-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
3006         * speedbar.el (speedbar-supported-extension-expressions): Add .g
3007         to the extension list, for antlr-mode.  From Christoph Wedler
3008         <Christoph.Wedler@sap.com>.
3010 2001-07-11  Stefan Monnier  <monnier@cs.yale.edu>
3012         * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
3013         (vc-dired-mode-map): Fix the madness.
3015         * vc-hooks.el (vc-mode): Dummy function for doc purposes.
3016         (vc-prefix-map): Moved back from vc.el.
3018 2001-07-11  Gerd Moellmann  <gerd@gnu.org>
3020         * mail/mail-extr.el (mail-extr-all-top-level-domains):
3021         Increase the size of the obarray.
3022         (mail-extr-all-top-level-domains): Add more toplevel domains,
3023         add more long names.
3024         From: Per Starback <starback@ling.uu.se>.
3026 2001-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
3028         * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
3029         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3031         * progmodes/ada-mode.el: Ditto.
3033         * progmodes/ada-xref.el: Ditto.
3035 2001-07-11  Miles Bader  <miles@gnu.org>
3037         * finder.el (finder-insert-at-column): Also move to the next line
3038         if exactly at COLUMN.
3040 2001-07-10  Gerd Moellmann  <gerd@gnu.org>
3042         * help.el (describe-function-1): When printing FUNCTION's
3043         documentation, don't assume FUNCTION is a symbol.
3045         * startup.el (normal-top-level): Don't operate on the initial
3046         frame if we failed to create one.
3048 2001-07-10  Martin Stjernholm  <bug-cc-mode@gnu.org>
3050         * cc-cmds.el (c-indent-exp): Keep the indentation of the block
3051         itself, i.e. only indent the contents in it.
3053 2001-07-10  Markus Rost  <rost@math.ohio-state.edu>
3055         * mail/rmail.el (rmail-show-message): Show beginning of message in
3056         all windows containing it.
3058 2001-07-10  Eli Zaretskii  <eliz@is.elta.co.il>
3060         * term/tty-colors.el: Fix the header line and copyright years.
3062 2001-07-09  Gerd Moellmann  <gerd@gnu.org>
3064         * emacs-lisp/advice.el (ad-make-advised-definition): If the
3065         original definition has an interactive form, but is Elp
3066         instrumented, use the interactive form of the function called by
3067         elp-wrapper.
3069         * winner.el (winner-equal): Make it a defun.  Don't compare Winner
3070         configurations with compare-window-configuration; they aren't
3071         window configurations.
3073         * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
3074         from the server for the format we expect.  Don't use it if it
3075         doesn't look like what the Internet draft for FTP extensions specifies.
3077         * toolbar/*.pbm: Cleaned up.
3078         From Luis Fernandes <elf@ee.ryerson.ca>.
3080 2001-07-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
3082         * cc-cmds.el: Extended the kludge to interoperate with the
3083         delsel and pending-del packages wrt to the new function
3084         `c-electric-delete-forward'.
3086 2001-07-08  Stefan Monnier  <monnier@cs.yale.edu>
3088         * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
3089         to delay the call to <mode> for global minor modes.
3090         (easy-mmode-define-navigation): Only recenter if interactive.
3092 2001-07-06  Gerd Moellmann  <gerd@gnu.org>
3094         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
3095         to lisp-indent-line.
3097         * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
3098         from the server.  Call encode-time only when we are sure that we
3099         got a 213 response.
3101 2001-07-06  Simon Josefsson  <jas@extundo.com>
3103         * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
3104         (mail-envelope-from): New user option.
3105         (sendmail-send-it): Use it.
3107 2001-07-06  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3109         * ps-print.el: Use locale dependant date to print date in header.
3110         Doc fix.
3111         (ps-print-version): New version number (6.5.3).
3112         (ps-right-header, ps-right-footer): Initialization and doc fix.
3113         (ps-time-stamp-locale-default): New fun.
3115 2001-07-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3117         * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
3118         field problem with MIME-mode.
3120         * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
3122 2001-07-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3124         * mail/rmail.el (rmail-reply): Don't forget to narrow header in
3125         MIME-mode.
3127 2001-07-06  Eli Zaretskii  <eliz@is.elta.co.il>
3129         * bindings.el (mode-line-mule-info): Don't show the tip with
3130         buffer-file-coding-system if that is nil.
3132 2001-07-05  Gerd Moellmann  <gerd@gnu.org>
3134         * calendar/todo-mode.el (todo-top-priorities): Use delete-region
3135         instead of kill-line.
3137         * play/pong.el: Fix first line.  From Pavel Jan\e,Bm\e(Bk
3138         <Pavel@Janik.cz>.
3140         * battery.el (battery-update): Add help-echo.  From Pavel Jan\e,Bm\e(Bk
3141         <Pavel@Janik.cz>.
3143 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
3145         * font-lock.el (c-font-lock-keywords-3): When matching something
3146         like `struct X Y', finish with point after Y.
3148 2001-07-04  Simon Josefsson  <jas@extundo.com>
3150         * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
3151         in caller buffer.
3153 2001-07-03  Eli Zaretskii  <eliz@is.elta.co.il>
3155         * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
3156         instead of string-match to find the basename of the file.
3157         From Pascal Obry <p.obry@wanadoo.fr>.
3159         * net/browse-url.el (browse-url-default-windows-browser):
3160         Support the MS-DOS port when it runs on Windows.
3161         (browse-url-browser-function) [ms-dos]: Default to
3162         browse-url-default-windows-browser.
3164         * help.el (locate-library): Enable code that looks for compressed
3165         libraries if auto-compression-mode is on.
3167 2001-07-02  Stefan Monnier  <monnier@cs.yale.edu>
3169         * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
3171 2001-07-02  Gerd Moellmann  <gerd@gnu.org>
3173         * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
3175 2001-07-02  Eli Zaretskii  <eliz@is.elta.co.il>
3177         * allout.el: Fix the header line, so that finder.el recognizes it.
3178         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3180         * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
3181         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3183 2001-06-29  Eli Zaretskii  <eliz@is.elta.co.il>
3185         * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
3187         * ps-bdf.el (bdf-directory-list): Use the value relative to
3188         installation-directory for MS-Windows as well.
3190 2001-06-29  Richard M. Stallman  <rms@gnu.org>
3192         * wid-edit.el (widget-color-sample-face-get):
3193         Return ((foreground-color . COLOR)) instead of constructing a face.
3195 2001-06-29  Eli Zaretskii  <eliz@is.elta.co.il>
3197         * faces.el (region): Change the background color for the
3198         light-background color display to lightgoldenrod2, to make it
3199         visible on some laptops.
3201 2001-06-28  Richard M. Stallman  <rms@gnu.org>
3203         * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
3204         (rmail-msg-restore-non-pruned-header): Likewise.
3205         If point was in the old pruned header, put it at the top.
3206         (rmail-msg-prune-header): If point was at the top, keep it there.
3208         * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
3209         (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
3211 2001-06-28  Stefan Monnier  <monnier@cs.yale.edu>
3213         * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
3215 2001-06-28  Karl Fogel  <kfogel@red-bean.com>
3217         * saveplace.el: Update maintainer email address.
3219 2001-06-27  Francesco Potorti`  <pot@gnu.org>
3221         * uniquify.el: (uniquify-rationalize-file-buffer-names):
3222           Undo previous change.
3224 2001-06-27  Francesco Potorti`  <pot@gnu.org>
3226         * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
3227         preliminary quick reordering.  Can speed things up dramatically.
3229 2001-06-26  Richard M. Stallman  <rms@gnu.org>
3231         * dired.el (dired-get-filename): A file name starting with ~
3232         is not absolute in this context.
3234         * which-func.el (which-func-maxout): Increase default to 500000.
3235         (which-function-mode): This is now the "real" name of the function.
3236         (which-func-mode): Now an alias.
3237         (which-func-mode-global): Name deleted.
3239         * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
3240         button-2, when binding hs-mouse-toggle-hiding.
3242 2001-06-26  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3244         * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
3245         (rmail-msg-prune-header): Likewise.
3246         (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
3247         and `rmail-msg-prune-header'.
3249 2001-06-25  Stefan Monnier  <monnier@cs.yale.edu>
3251         * textmodes/fill.el (fill-region-as-paragraph): Don't look further
3252         back than LINEBEG.
3254 2001-06-25  Eli Zaretskii  <eliz@is.elta.co.il>
3256         * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
3257         window where they clicked the mouse has a header line, adjust
3258         vertical movement by one.
3260 2001-06-25  Milan Zamazal  <pdm@zamazal.org>
3262         * progmodes/glasses.el (glasses-make-readable): Consider underscores
3263         too when separating a parenthesis.
3265 2001-06-24  Eli Zaretskii  <eliz@is.elta.co.il>
3267         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
3268         (bookmark-bmenu-hide-filenames): Add help-echo to
3269         mouse-highlighted text.
3270         (bookmark-bmenu-show-filenames): Remove help-echo property from
3271         the whitespace.
3273 2001-06-23  Eli Zaretskii  <eliz@is.elta.co.il>
3275         * files.el (auto-mode-alist): Add configure.ac (autoconf).
3276         From Karl Eichwalder <ke@suse.de>.
3278 2001-06-23  Richard M. Stallman  <rms@gnu.org>
3280         * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
3282         * progmodes/cc-styles.el (c-set-style): Don't specify initial
3283         contents for completing-read.
3285 2001-06-22  Richard M. Stallman  <rms@gnu.org>
3287         * menu-bar.el (menu-bar-make-toggle): Construct the
3288         function's doc string from HELP, not DOC, and make it accurate by
3289         adding "Toggle whether to " at the front and downcasing the initial.
3290         Change the HELP arg in some calls to make it fit this usage.
3292         * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
3293         Undo previous change.
3295 2001-06-22  Eli Zaretskii  <eliz@is.elta.co.il>
3297         * indent.el (indent-relative-maybe, indent-relative): Doc fix.
3299         * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
3301 2001-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
3303         * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
3305         * dabbrev.el (dabbrev--select-buffers): Fix last change.
3307 2001-06-20  Richard M. Stallman  <rms@gnu.org>
3309         * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
3310         broken out from dabbrev--find-expansion.  Handle minibuffer
3311         specially here.
3312         (dabbrev--find-expansion): Simplify code in various ways.
3313         Don't treat minibuffers specially.
3314         Call dabbrev--make-friend-buffer-list.
3315         (dabbrev--select-buffers): Don't treat minibuffers specially.  Simplify.
3316         (dabbrev--scanning-message): Do nothing when minibuffer is current.
3318 2001-06-19  John Wiegley  <johnw@gnu.org>
3320         * eshell/eshell.el: Don't load in esh-util if it's already loaded.
3321         Also, added a comment describing how to greatly speedup Eshell
3322         loadup time, by concatenating together all of Eshell's .elc files.
3324 2001-06-19  John Wiegley  <johnw@gnu.org>
3326         * eshell/esh-mode.el: Disabled a test that often yields false failures.
3328 2001-06-19  Eli Zaretskii  <eliz@is.elta.co.il>
3330         * woman.el (WoMan-highlight-references): Add help-echo to
3331         mouse-highlighted text.
3333 2001-06-18  Stefan Monnier  <monnier@cs.yale.edu>
3335         * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
3337 2001-06-18  Gerd Moellmann  <gerd@gnu.org>
3339         * international/quail.el (quail-start-conversion):
3340         Reset quail-translating to nil.
3342         * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
3343         bound.  Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
3345 2001-06-18  Eli Zaretskii  <eliz@is.elta.co.il>
3347         * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
3348         mouse-highlighted text.
3350         * dired.el (dired-mark-pop-up): Fix last change.
3352 2001-06-17  Eli Zaretskii  <eliz@is.elta.co.il>
3354         * calendar/calendar.el (generate-calendar-month): Add help-echo to
3355         mouse-highlighted text.
3357         * net/quickurl.el (quickurl-url-file): Run through
3358         convert-standard-filename.
3359         (quickurl-list-populate-buffer): Add help-echo to
3360         mouse-highlighted text.
3361         (top-level): Update Dave's URL.
3363         * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
3364         mouse-highlighted text.
3366         * textmodes/page-ext.el (pages-copy-header-and-position):
3367         Add help-echo to mouse-highlighted text.
3369         * tar-mode.el (tar-header-block-summarize): Add help-echo to
3370         mouse-highlighted text.
3372         * replace.el (occur): Add help-echo to mouse-highlighted text.
3374         * progmodes/sh-script.el (sh-mark-line): Add help-echo to
3375         mouse-highlighted text.
3377         * progmodes/cpp.el (cpp-make-button): Add help-echo to
3378         mouse-highlighted text.
3380         * progmodes/compile.el (compile-reinitialize-errors):
3381         Add help-echo to mouse-highlighted messages.
3382         (compilation-forget-errors): Remove help-echo property as well.
3384         * play/landmark.el (lm-plot-square, lm-init-display):
3385         Add help-echo to mouse-highlighted text.
3387         * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
3388         Add help-echo to mouse-highlighted text.
3390         * dired.el (dired-insert-set-properties): Add help-echo to
3391         mouse-highlighted text.
3392         (dired-mark-pop-up): Remove help-echo property from the file name.
3394         * comint.el (comint-send-input): Add help-echo to
3395         mouse-highlighted text.
3397         * buff-menu.el (list-buffers-noselect): Add help-echo to
3398         mouse-highlighted text.
3400         * arc-mode.el (archive-summarize-files): Add help-echo to
3401         mouse-highlighted text.
3403         * ffap.el (ffap-machine-p): Always return nil if
3404         open-network-stream is not fboundp.
3406 2001-06-17  Stefan Monnier  <monnier@cs.yale.edu>
3408         * textmodes/sgml-mode.el: Move `provide' to the end.  Update copyright.
3409         (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
3410         Bind the latin-1 charset-char to sgml-maybe-name-self rather than
3411         incorrectly binding chars between 128 and 256 to it.
3412         (sgml-maybe-name-self): Handle latin-1 chars properly.
3413         (sgml-tags-invisible): Bind buffer-file-name to nil.
3414         Use unwind-protect and restore-buffer-modified-p.
3415         (sgml-point-entered): Use buffer-substring-no-properties.
3416         (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
3417         (html-mode): Don't force `imenu-sort-function'.
3419 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
3421         * tar-mode.el: Fix the copyright notice.
3423         * font-lock.el (font-lock-comment-face): For tty's with dark
3424         background, use "red1", since "lightred" is not one of the colors
3425         recognized by tty-colors.el.
3427         * tar-mode.el (tar-extract): Call generate-new-buffer-name to
3428         create a buffer for extracted file, in case there's more than one
3429         file by that name in an archive, possibly in different
3430         directories.  From Kevin Rodgers <kevinr@ihs.com>.
3432         * format.el (format-alist): Doc fix.  Suggested by Alex Schroeder
3433         <alex@gnu.org>.
3435 2001-06-15  Miles Bader  <miles@gnu.org>
3437         * textmodes/texinfmt.el (texinfo-format-syntax-table):
3438         Revert previous change.
3440 2001-06-14  Richard M. Stallman  <rms@gnu.org>
3442         * replace.el (keep-lines-read-args): Return just a regexp.
3443         Provide nil for the region args.
3444         (keep-lines, flush-lines, how-many):
3445         Calculate the defaults for the region here, when args are nil.
3447 2001-06-14  Eli Zaretskii  <eliz@is.elta.co.il>
3449         * rot13.el (rot13-other-window): Some more doc fix.
3451 2001-06-14  Per Starback  <starback@ling.uu.se>
3453         * replace.el (case-replace, query-replace-from-history-variable)
3454         (query-replace-to-history-variable, keep-lines-read-args)
3455         (occur-revert-function, query-replace-help): Dox fix.
3457 2001-06-14  Eli Zaretskii  <eliz@is.elta.co.il>
3459         * rot13.el (rot13-other-window): Doc fix.
3461 2001-06-14  Miles Bader  <miles@gnu.org>
3463         * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
3464         of " and \ to "." (punctuation).
3465         * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
3467 2001-06-13  Richard M. Stallman  <rms@gnu.org>
3469         * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
3471         * simple.el (shell-command-on-region): Never kill the
3472         *Shell Command Output* buffer.
3474 2001-06-13  Stefan Monnier  <monnier@cs.yale.edu>
3476         * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
3478 2001-06-10  Stefan Monnier  <monnier@cs.yale.edu>
3480         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
3481         New var, to recognize ${ $' and PODs.
3482         (perl-font-lock-syntactic-face-function): New function.
3483         (perl-mode): Use them.
3484         (perl-continuation-line-p): New function, from perl-calculate-indent.
3485         (perl-calculate-indent): Use it, to properly handle continuation
3486         lines of continuation lines.
3488 2001-06-10  Eli Zaretskii  <eliz@is.elta.co.il>
3490         * server.el (server-process, server-buffer-clients): Doc fix.
3491         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3493 2001-06-09  John Wiegley  <johnw@gnu.org>
3495         * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
3496         test if the last command was Lisp or not.
3497         (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
3498         B x C".
3500 2001-06-08  Eli Zaretskii  <eliz@is.elta.co.il>
3502         * dos-w32.el (grep-regexp-alist): Remove definition, since the
3503         general one on compile.el supports drive letters.
3505 2001-06-08  Carsten Dominik  <dominik@strw.leidenuniv.nl>
3507         * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
3508         key description.
3510         * textmodes/reftex-sel.el (reftex-select-jump): New command.
3512         * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
3513         (reftex-toc-jump): New command.
3515         * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
3516         to parse international characters as well.
3518         * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
3519         `reftex-fancyref-fref', `reftex-fancyref-Fref'.
3521         * textmodes/reftex-vars.el: Protect single backslash in docstrings.
3523         * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
3524         TAB to the key separators.
3526 2001-06-07  Eli Zaretskii  <eliz@is.elta.co.il>
3528         * international/mule.el (auto-coding-alist): Remove redundant
3529         up-cased versions of the extensions (auto-coding-alist-lookup is
3530         case-insensitive where needed).  Recognize .gz, .Z, .bz, .bz2, and
3531         .gpg files as binary.  Suggested by Karl Berry <karl@gnu.org>.
3533 2001-06-05  Eli Zaretskii  <eliz@is.elta.co.il>
3535         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
3537 2001-06-01  Richard M. Stallman  <rms@gnu.org>
3539         * help.el (describe-variable): Put value on same line
3540         with preceding text, if it is short enough to look good that way.
3542 2001-06-01  Eli Zaretskii  <eliz@is.elta.co.il>
3544         * term/internal.el (IT-unicode-translations): New variable.
3545         (IT-setup-unicode-display): New function.
3547 2001-06-01  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3549         * ps-print.el: Handle before-string and after-string overlay properties
3550         in ps-print-*-with-faces commands.  Doc fix.
3551         (ps-print-version): New version number (6.5.2).
3552         (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
3553         for XEmacs.
3554         (ps-prefix-quote): Doc fix.
3555         (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
3556         (ps-basic-plot-str, ps-plot-string): New funs.
3558 2001-05-31  Stefan Monnier  <monnier@cs.yale.edu>
3560         * progmodes/etags.el (tags-compression-info-list): Fix docstring
3561         and :type spec.
3563 2001-05-31  Gerd Moellmann  <gerd@gnu.org>
3565         * international/mule-cmds.el (inactivate-input-method):
3566         Set input-method-function to nil.
3568         * xml.el (xml-parse-tag): The document may contain invalid characters.
3569         From ShengHuo ZHU  <zsh@cs.rochester.edu>
3571 2001-05-31  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3573         * mail/rmailsum.el (rmail-message-subject-p): Don't call
3574         `rmail-summary-line-decoder' if the message does not have
3575         a Subject: field.
3577         * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
3579         * mail/rmail.el (rmail-insert-mime-resent-message-function):
3580         New variable.
3581         (rmail-resend): Modify to work in `rmail-view-buffer'; call
3582         `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
3583         is non-nil.
3585 2001-05-30  Stefan Monnier  <monnier@rum.cs.yale.edu>
3587         * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
3589 2001-05-29  Sam Steingold  <sds@gnu.org>
3591         * faces.el (face-valid-attribute-values): Bind `valid' directly
3592         instead of using `setq'.
3594         * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
3595         Use `tex-shell-buf'.
3596         (tex-shell-proc): Use `tex-shell-running'.
3597         (tex-shell-buf-no-error): New function.
3598         (tex-send-tex-command): Use it.
3599         (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
3600         (tex-kill-job): Check the process before calling `quit-process'.
3602 2001-05-29  Gerd Moellmann  <gerd@gnu.org>
3604         * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
3605         UTF-8 sequences.
3607 2001-05-28  Miles Bader  <miles@gnu.org>
3609         * comint.el (comint-carriage-motion): Renamed from
3610         `comint-cr-magic'.  Operate on the buffer instead of the string
3611         (for use as a comint post-output filter, instead of as a
3612         pre-output filter).  Handle backspaces too.  Add to the
3613         `comint-output-filter-functions' hook instead of
3614         `comint-preoutput-filter-functions'.
3616 2001-05-28  Gerd Moellmann  <gerd@gnu.org>
3618         * language/japan-util.el (japanese-hankaku): Prefer the charset
3619         `jisx0201' when the optional argument `ascii-only' is not specified.
3620         (japanese-hankaku-region): Ditto.
3621         From Katsumi Yamaoka <yamaoka@jpl.org>
3623 2001-05-28  Stefan Monnier  <monnier@cs.yale.edu>
3625         * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
3626         (outline-invisible-p): New function.
3627         (hide-leaves): Save excursion.
3628         (hide-other): Stop looping when reaching bobp.
3630 2001-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
3632         * cus-edit.el (custom-file): Fix last change.
3634 2001-05-27  Stefan Monnier  <monnier@cs.yale.edu>
3636         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
3637         same definition in byte-compile-function-environment as `autoload'
3638         would put in `symbol-function'.
3640         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
3641         patch to correct the error message as well.
3643 2001-05-27  Eli Zaretskii  <eliz@is.elta.co.il>
3645         * cus-edit.el (custom-file): Don't assume we were invoked with -q
3646         unless ~/.emacs exists.
3648         * novice.el (enable-command): If user-init-file is nil or does not
3649         exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
3651 2001-05-25  Stefan Monnier  <monnier@cs.yale.edu>
3653         * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
3654         (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
3655         Allow spaces around macro arguments.
3656         (tex-mode-map): Inherit from text-mode-map, but rebind \t to
3657         indent-for-tab-command.
3658         (latex-mode-map, plain-tex-mode-map): New keymaps.
3659         Inherit from tex-mode-map.
3660         (tex-common-initialization): Don't setup the keymap any more
3661         since it's now done right by define-derived-mode.
3662         (latex-mode): Set skeleton-end-hook to nil.
3663         (latex-skeleton-end-hook): Remove.
3664         (tex-latex-block, latex-insert-item): Simplify.
3665         (latex-syntax-after): Use following-char rather than char-after.
3666         (tex-discount-args-cmds, tex-count-words): New functions.
3668         * textmodes/tildify.el (tildify-ignored-environments-alist):
3669         Recognize \verb* as well.
3671         * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
3672         (perl-comment-indent): Simplify to let newcomment.el do its job.
3673         (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
3674         (perl-mark-function): Cleanup the namespace.
3675         (perl-calculate-indent): Don't be fooled by nested functions.
3677         * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
3679         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
3680         Fix the arg of `load'.  From Dave Love <fx@gnu.org>.
3682 2001-05-25  Andrew Choi  <akochoi@i-cable.com>
3684         * international/titdic-cnv.el (ctlau-gb-converter): `\' should
3685         actually be `\\'.
3686         (ctlau-b5-converter): Likewise.
3688 2001-05-24  Andrew Choi  <akochoi@i-cable.com>
3690         * international/titdic-cnv.el (quail-misc-package-ext-info):
3691         Change CTLauB.el to CTLau-b5.el.
3693 2001-05-23  Stefan Monnier  <monnier@cs.yale.edu>
3695         * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
3696         rather than beginning-of-line to avoid problems with fields.
3697         (gud-perldb-massage-args): Use unless and push.
3698         (gud-chdir-before-run): New var.
3699         (gud-common-init): Use it.
3701 2001-05-24  Andrew Choi  <akochoi@i-cable.com>
3703         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3704         delete entries for chinese-ctlau and chinese-ctlaub.
3705         (quail-misc-package-ext-info): Add entries for chinese-ctlau and
3706         chinese-ctlaub.
3707         (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
3708         New functions.
3710 2001-05-22  Gerd Moellmann  <gerd@gnu.org>
3712         * cus-edit.el (custom-comment-show): Remove debug code.
3714         * language/japan-util.el (japanese-symbol-table): Fix handling of
3715         Japanese long tone sign.  From Kenichi Handa <handa@etl.go.jp>.
3717 2001-05-21  Stefan Monnier  <monnier@cs.yale.edu>
3719         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
3720         Renamed by removing the silly `-flag' suffix.
3721         (diff-mode, diff-minor-mode, diff-find-source-location): Update.
3723 2001-05-20  Stefan Monnier  <monnier@cs.yale.edu>
3725         * replace.el (keep-lines-read-args): Use `copy-marker'.
3726         (how-many): Save excursion properly.
3727         (occur-mode): Use define-derived-mode.
3728         (perform-replace): Use with-current-buffer.
3730 2001-05-20  Richard M. Stallman  <rms@gnu.org>
3732         * play/landmark.el (lm): Use "p" not "P" for interactive spec.
3734         * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
3736         * info.el (Info-read-subfile): Widen before finding the
3737         desired node in the subfile.
3739         * startup.el (command-line-1): When >2 files visited,
3740         leave the last one visible, and make that the selected window.
3742 2001-05-20  Gerd Moellmann  <gerd@gnu.org>
3744         * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
3746 2001-05-20  Eli Zaretskii  <eliz@is.elta.co.il>
3748         * international/ccl.el (define-ccl-program): Fix a typo.
3749         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3751         * international/mule.el (decode-char): Fix a typo.  From Pavel
3752         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3754         * textmodes/artist.el (artist-mode): Fix a typo.  From Pavel
3755         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3757         * frame.el (automatic-hscrolling): Fix a typo.  From Pavel
3758         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3760 2001-05-18  Sam Steingold  <sds@gnu.org>
3762         * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
3763         and [RET] to `cvs-mode-find-file'.
3765 2001-05-18  John Wiegley  <johnw@gnu.org>
3767         * eshell/esh-ext.el (eshell-explicit-command-char): A new
3768         configuration variable, which determines the initial character
3769         that forces use of an external version of a command.  The default
3770         is *, but may be set to \, for example.
3772         * eshell/esh-ext.el (eshell-explicit-command):
3773         Use `eshell-explicit-command-char' instead of ?*.
3775         * eshell/esh-cmd.el (eshell/which):
3776         Use `eshell-explicit-command-char' instead of ?*.
3778         * eshell/em-cmpl.el (eshell-completion-command-name)
3779         (eshell-complete-commands-list): Use `eshell-explicit-command-char'
3780         instead of ?*.
3782 2001-05-18  Gerd Moellmann  <gerd@gnu.org>
3784         * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
3785         subst-char-in-string.
3786         (ange-ftp-after-parse-ls-hook): New variable.
3787         (ange-ftp-ls): Run that hook.
3788         From Peter Milliken <Peter.Milliken@GTECH.COM>.
3790         * tmm.el (tmm-get-keymap): Fix handling of :filter.
3791         (tmm-add-prompt): Bind buffer-read-only to nil when inserting
3792         text into *Completions*.
3794         * net/goto-addr.el (goto-address-at-point): Deal with URLs
3795         part of which look like email addresses.
3797 2001-05-18  Andrew Innes  <andrewi@gnu.org>
3799         * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
3800         Use . instead of absolute path for lisp dir, to avoid bug in W2K
3801         cmd.exe's handling of FOR loops.
3802         (autoloads): Set find-file-suppress-same-file-warnings to t to
3803         avoid slew of spurious messages.
3805 2001-05-18  Simon Josefsson  <simon@josefsson.org>
3807         * mail/smtpmail.el (maybe-append-domain): Renamed to
3808         `smtpmail-maybe-append-domain'.
3809         (smtpmail-via-smtp): Use the new name.
3811         * net/browse-url.el (browse-url-browser-function): Add kde.
3812         (browse-url-kde-program, browse-url-kde-args): New variables.
3813         (browse-url-kde): New function.
3815 2001-05-18  Miles Bader  <miles@gnu.org>
3817         * simple.el (delete-horizontal-space, just-one-space):
3818         Use `constrain-to-field' instead of `field-end'/`field-beginning',
3819         because it's more efficient for large files.
3821 2001-05-17  Gerd Moellmann  <gerd@gnu.org>
3823         * mail/rmail.el (rmail-require-mime-maybe): New function.
3824         (rmail): Use it.
3825         (rmail-mode): Handle the case of finding Rmail files.
3827         * emacs-lisp/elp.el (elp-instrument-function): Handle advised
3828         functions.
3830 2001-05-17  Stefan Monnier  <monnier@cs.yale.edu>
3832         * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
3833         text-property after moving to the beginning of line and regardless
3834         of the value of font-lock-multiline.
3836 2001-05-17  Gerd Moellmann  <gerd@gnu.org>
3838         * startup.el (fancy-splash-screens): Ignore events on the mode-line.
3840         * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
3841         last coding system used before calling set-buffer-modified-p
3842         because that function changes last-coding-system.
3844 2001-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
3846         * files.el (switch-to-buffer-other-window)
3847         (switch-to-buffer-other-frame): Add an xref to display-buffer in
3848         the doc string.
3850 2001-05-17  Gerd Moellmann  <gerd@gnu.org>
3852         * language/slovak.el, language/czech.el: New maintainer.
3854 2001-05-16  Sam Steingold  <sds@gnu.org>
3856         * emacs-lisp/cl-indent.el (toplevel): Indent the :method
3857         sub-form of `defgeneric' correctly.
3859 2001-05-16  Gerd Moellmann  <gerd@gnu.org>
3861         * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
3862         of `c'.
3864         * textmodes/outline.el (outline-font-lock-level): Remove the
3865         condition-case, test what outline-level returns instead, to
3866         ease debugging.
3868         * international/mule.el (auto-coding-regexp-alist): New user-option.
3869         (auto-coding-from-file-contents): New function.
3870         (set-auto-coding): Use it to determine a coding system.
3872 2001-05-15  Gerd Moellmann  <gerd@gnu.org>
3874         * mouse.el (mouse-delete-other-windows): Doc fix.
3876         * emacs-lisp/lisp-mode.el (lisp-mode):
3877         Make font-lock-keywords-case-fold-search a buffer-local variable with
3878         make-local-variable before setting it.
3880 2001-05-14  Eli Zaretskii  <eliz@is.elta.co.il>
3882         * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
3883         prefixes.
3885 2001-05-14  Gerd Moellmann  <gerd@gnu.org>
3887         * hexl.el (hexl-current-address): Print a message when called
3888         interactively.
3890 2001-05-11  Stefan Monnier  <monnier@cs.yale.edu>
3892         * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
3894         * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
3896         * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
3898 2001-05-11  Gerd Moellmann  <gerd@gnu.org>
3900         * startup.el (command-line): If parameters have been changed in
3901         the init files which influence font selection, clear the face
3902         cache so that faces get realized with the new parameters.
3904         * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
3906 2001-05-10  Stefan Monnier  <monnier@cs.yale.edu>
3908         * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
3910 2001-05-10  Eli Zaretskii  <eliz@is.elta.co.il>
3912         * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
3913         unibyte.  Suggested by Kenichi Handa <handa@etl.go.jp>.
3915 2001-05-10  Gerd Moellmann  <gerd@gnu.org>
3917         * net/browse-url.el (browse-url-filename-alist): Allow UNC file
3918         names for MS-Windows and MS-DOS.  From Dan Holmsand <dan@eyebee.com>.
3920 2001-05-09  John Wiegley  <johnw@gnu.org>
3922         * eshell/esh-util.el (eshell-convert-numeric-arguments):
3923         Annotated the documentation string to tell users about
3924         `eshell-no-numeric-conversions'.
3926         * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
3927         conversions if a Lisp function has the property
3928         `eshell-no-numeric-conversions' set to a non-nil value.
3930         * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
3931         eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
3932         property `eshell-no-numeric-conversions' on the following
3933         functions (which all deal with filesystem entities, and never Lisp
3934         numerical values): eshell/cd, eshell/pushd, eshell/popd,
3935         eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
3936         eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
3937         eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
3938         eshell/which, eshell/addpath.
3940 2001-05-09  John Wiegley  <johnw@gnu.org>
3942         * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
3943         encountered as an argument, don't convert it right away, but tag
3944         the first character of the string with the text properties
3945         `number', which signifies to `eshell-lisp-command' that the
3946         argument should be passed through `string-to-number' if it is
3947         actually used in the call to a Lisp function.
3949         * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
3950         function, convert any string arguments that have been tagged as
3951         "numbers", by calling string-to-number.
3953         * eshell/esh-util.el (eshell-number-regexp): Now that number
3954         conversions only happen for Lisp function calls, the number regexp
3955         should now match all integer and floating point forms.
3957         * eshell/esh-proc.el: Disable `eshell-stop-process' and
3958         `eshell-continue-process', since they are both nonfunctional at
3959         the moment.
3960         (eshell-proc-initialize): Don't bind keys for
3961         `eshell-stop-process' or `eshell-continue-process'.
3963         * eshell/em-unix.el (eshell-shuffle-files):
3964         Apply `directory-file-name' before calling `file-name-directory'.
3966         * eshell/em-hist.el (eshell-add-to-history): Reference to
3967         `eshell-history-ring' needed to be `eshell-history-index'.
3969         * calendar/timeclock.el (timeclock-find-discrep):
3970         Initialize `elapsed' to 0.
3971         (timeclock-find-discrep): Set `timeclock-last-event-workday' if
3972         it's still nil.
3974 2001-05-09  Stefan Monnier  <monnier@cs.yale.edu>
3976         * arc-mode.el (archive-int-to-mode): Construct the string directly.
3977         (archive-mode): Use capitalize.
3978         (archive-unique-fname): Use make-temp-file.
3980 2001-05-09  Gerd Moellmann  <gerd@gnu.org>
3982         * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
3984 2001-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
3986         * tar-mode.el (tar-extract): Pay attention to the value of
3987         coding-system-for-read, if it is non-nil.
3989         * calendar/holidays.el (holidays): Add an autoload cookie.
3990         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3992 2001-05-08  John Wiegley  <johnw@gnu.org>
3994         * calendar/timeclock.el (timeclock-workday-remaining):
3995         Changed logic for determining how much time is remaining.
3996         (timeclock-workday-elapsed): Don't accept a "relative" argument
3997         for the current day's elapsed time.  What could that have meant?
3998         (timeclock-workday-elapsed-string): No "relative" argument anymore.
3999         (timeclock-when-to-leave): Changed logic, similarly to what was
4000         done for `timeclock-workday-remaining'.
4001         (timeclock-find-discrep): Removed "today-only" argument, which had
4002         no meaning.  Fixed some more math problems.  The function now
4003         returns a three member list: (TOTAL-TIME-DISCREPANCY
4004         TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
4006 2001-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
4008         * w32-fns.el (convert-standard-filename): Start replacing slashes
4009         from the beginning of the file name, not from where the last
4010         invalid character was.  From "Andrew Maguire (SWW)"
4011         <Andrew.Maguire@Smallworld.co.uk>
4013 2001-05-07  MORIOKA Tomohiko  <tomo@m17n.org>
4015         The following changes are to provide infrastructure for handling
4016         MIME messages to rmail.  They don't affect the original behaviour
4017         if rmail-enable-mime is nil.
4019         * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
4020         (rmail-search-mime-message-function)
4021         (rmail-search-mime-header-function): New variables.
4022         (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
4023         (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
4024         `rmail-view-buffer' is hidden.
4025         (rmail-toggle-header): Likewise.  If rmail-enable-mime is non-nil,
4026         call rmai-show-mime-function.
4027         (rmail-display-labels): If rmail-enable-mime is non-nil, update
4028         mode-line-process of rmail-view-buffer.
4029         (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
4030         (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
4031         buffer.
4032         (rmail-next-message, rmail-next-undeleted-message): Be sure to
4033         set-buffer to the Rmail buffer.
4034         (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
4035         rmail-search-mime-header-function.
4036         (rmail-search-message): New function.
4037         (rmail-search): Call rmail-search-message to check if a message
4038         matches REGEXP, lastly update point after calling
4039         rmail-show-message.
4040         (rmail-undelete-previous-message, rmail-expunge-confirmed)
4041         (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
4042         (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
4043         header region, refer to rmail-msgref-vector while setting the
4044         current buffer to rmail-buffer temporarily.
4045         (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
4046         If rmail-enable-mime is non-nil, call
4047         rmail-insert-mime-forwarded-message-function instead of inserting
4048         forwarded message by itself.
4050         * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
4051         Rmail buffer.
4052         (rmail-set-label, rmail-next-labeled-message): Likewise.
4054         * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
4055         set-buffer to the Rmail buffer.
4056         (rmail-output-to-rmail-file): Likewise.
4057         (rmail-output): Likewise.
4059         * mail/rmailsum.el (rmail-message-subject-p): Process the result
4060         of mail-fetch-field by rmail-summary-line-decoder.
4061         (rmail-new-summary): Be sure to go to the Rmail buffer.
4062         If rmail-enable-mime is non-nil, set rmail-summary-buffer of
4063         rmail-view-buffer to nil.
4064         (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
4065         rmail-view-buffer.
4066         (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
4067         rmail-buffer.
4068         (rmail-summary-scroll-msg-down): Likewise.
4069         (rmail-summary-beginning-of-message): Likewise.
4070         (rmail-summary-wipe): Likewise.
4071         (rmail-summary-toggle-header): Use save-window-excursion, not
4072         save-excursion.  Update point in rmail-view-buffer, not in
4073         rmail-buffer.
4074         (rmail-summary-reply): Before calling rmail-reply, set buffer to
4075         rmail-view-buffer, not rmail-buffer.
4077 2001-05-07  Gerd Moellmann  <gerd@gnu.org>
4079         * cus-edit.el (custom-file): Signal an error if user-init-file is
4080         nil (running -q).
4082         * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
4084         * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
4085         Add :version.
4087         * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
4088         New option.
4089         (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
4090         only if smtpmail-warn-about-unknown-extensions is set.
4092         * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
4093         instead of rmail-sort-by-keywords.
4095         * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
4096         rmail-sort-by-keywords.
4098         * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
4099         rmail-summary-sort-by-keywords.  Doc fix.
4100         (rmail-summary-mode): Doc fix.
4102         * mail/rmail.el (rmail-edit): New Custom group.
4104         * mail/rmailedit.el (rmail-edit-mode): Doc fix.
4105         (rmail-edit-mode-hook): New user-option.
4107 2001-05-05  Richard M. Stallman  <rms@gnu.org>
4109         * help.el (help-xref-symbol-regexp): Recognize "source of"
4110         and friends, meaning make a link to the source file.
4111         (help-make-xrefs): Handle "source of" and friends
4112         by constructing a link that visits the source file.
4114         * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
4116 2001-05-04  Stefan Monnier  <monnier@cs.yale.edu>
4118         * progmodes/cperl-mode.el (cperl-font-lock-keywords)
4119         (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
4120         Renamed from perl-font-lock-keywords to avoid clashes.
4121         (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
4122         (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
4123         Updated correspondingly.
4125         * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
4126         Typo `nonexistant' -> `nonexistent'.
4128 2001-05-04  Martin Stjernholm  <bug-cc-mode@gnu.org>
4130         * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
4131         Split `c-electric-delete' into two functions where
4132         `c-electric-delete-forward' always deletes forward and
4133         `c-electric-delete' only contains the code necessary for XEmacs to
4134         choose between backward and forward deletion.
4136         * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
4137         get the electric behavior on that key too.
4138         (c-fill-paragraph): Fixed bogus direct use of
4139         c-comment-prefix-regexp, which caused an error when it's a list.
4141 2001-05-03  Eli Zaretskii  <eliz@is.elta.co.il>
4143         * dired-aux.el (dired-diff): Doc fix.
4145         * dired.el (dired-diff): Likewise.
4147 2001-05-03  Eli Zaretskii  <eliz@is.elta.co.il>
4149         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
4151 2001-05-02  Stefan Monnier  <monnier@cs.yale.edu>
4153         * vc.el (vc-next-action-on-file): Only force buffer+file to writable
4154         if both the buffer and the file are read-only.
4156         * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
4157         rather than font-lock-string-face.
4158         (sh-get-indent-info): Treat heredocs like strings.
4160 2001-05-02  Gerd Moellmann  <gerd@gnu.org>
4162         * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
4163         a newline following `}'.
4164         (texinfo-format-email): New function.
4165         (toplevel): Use texinfo-format-email for @email.
4166         (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
4167         Add `display'.
4168         (texinfo-sort-region): Goto point-min before sorting.
4169         (texinfo-set): Remove leading white space from value.
4170         From yagi@is.titech.ac.jp.
4172         * replace.el (query-replace-regexp-eval): Doc fix.
4174 2001-05-01  Stefan Monnier  <monnier@cs.yale.edu>
4176         * diff-mode.el (diff-nonexistant-face): New face.
4177         (diff-font-lock-keywords): Use it.
4179 2001-04-30  Eli Zaretskii  <eliz@is.elta.co.il>
4181         * font-lock.el (font-lock-mode): Doc fix.
4183         * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
4184         (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
4186 2001-04-30  Gerd Moellmann  <gerd@gnu.org>
4188         * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
4189         backslash at the start of the here-document delimiter.
4190         (sh-font-lock-syntactic-keywords): Likewise.
4192         * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
4194 2001-04-29  Eli Zaretskii  <eliz@is.elta.co.il>
4196         * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
4197         (tty-color-translate, tty-color-by-index, tty-color-values)
4198         (tty-color-desc): Doc fix.
4200 2001-04-27  Eli Zaretskii  <eliz@is.elta.co.il>
4202         * dired-aux.el (dired-do-create-files, dired-do-copy)
4203         (dired-do-symlink, dired-do-hardlink, dired-do-rename):
4204         Mention dired-dwim-target in the doc string.
4206 2001-04-28  Miles Bader  <miles@gnu.org>
4208         * dabbrev.el (dabbrev--ignore-buffer-p): New function.
4209         (dabbrev--find-expansion): Use it.
4210         (dabbrev--select-buffers): Don't select ignored buffers.
4212 2001-04-27  Gerd Moellmann  <gerd@gnu.org>
4214         * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
4216 2001-04-26  Richard M. Stallman  <rms@gnu.org>
4218         * dabbrev.el: Add doc strings for some functions.
4219         (dabbrev--eliminate-newlines): New variable.
4220         (dabbrev--substitute-expansion): Convert newlines to spaces
4221         if dabbrev--eliminate-newlines is set.
4222         If abbrev and expansion are both all-lower-case,
4223         leave dabbrev--last-case-pattern nil.
4225 2001-04-26  Gerd Moellmann  <gerd@gnu.org>
4227         * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
4228         if necessary, like in rmail-show-message.
4230 2001-04-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4232         * ps-print.el: Color specified by number is forced to be float number.
4233         (ps-print-version): New version number (6.5.1.1).
4234         (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
4235         initialization.
4236         (ps-prefix-quote): New internal var.
4237         (ps-print-quote): New fun.
4238         (ps-setup, ps-output-frame-properties, ps-float-format)
4239         (ps-format-color): Code fix.
4240         (ps-plot-region): Eliminate redundant foreground color text setting.
4242 2001-04-26  Eli Zaretskii  <eliz@is.elta.co.il>
4244         * dabbrev.el (dabbrev--select-buffers): Add a doc string.
4246 2001-04-25  Gerd Moellmann  <gerd@gnu.org>
4248         * faces.el (tty-handle-reverse-video): Don't set inverse-video.
4250 2001-04-25  Eli Zaretskii  <eliz@is.elta.co.il>
4252         * info.el (Info-additional-directory-list): Doc fix.
4254         * find-lisp.el (find-lisp-find-dired-filter)
4255         (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
4256         Add autoload cookies.  From Richard Y. Kim <ryk@dspwiz.com>.
4258 2001-04-25  Stefan Monnier  <monnier@cs.yale.edu>
4260         * progmodes/make-mode.el (makefile-font-lock-keywords):
4261         Rationalize the rules for includes and conditionals and use the
4262         keyword face for them.
4264         * faces.el (modify-face): Add compatibility for non-interactive use.
4266 2001-04-24  John Wiegley  <johnw@gnu.org>
4268         * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
4269         fix from last night, since it wasn't finding eshell/cd.
4271 2001-04-24  Gerd Moellmann  <gerd@gnu.org>
4273         * rect.el (string-rectangle): Revert to 20.x behaviour.
4274         (replace-rectangle): Make it an alias for string-rectangle.
4275         (string-insert-rectangle): New function.
4277 2001-04-23  John Wiegley  <johnw@gnu.org>
4279         * eshell/em-unix.el (eshell/diff): Fixed problems that were
4280         occurring with Emacs 21's diff.el/compile.el interaction layer.
4282 2001-04-23  Colin Walters  <walters@cis.ohio-state.edu>
4284         * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
4285         case where the function was defined in a file, but not part of an
4286         eshell module.
4288 2001-04-23  John Wiegley  <johnw@gnu.org>
4290         * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
4291         code to work around a redisplay problem I've been having.
4293 2001-04-23  John Wiegley  <johnw@gnu.org>
4295         * calendar/timeclock.el (timeclock-day-required): If the time
4296         required for a particular day is not set, use `timeclock-workday'.
4297         (timeclock-find-discrep): Added some sample code in a comment.
4299         * eshell/eshell.el (eshell-command): Made a few changes so that
4300         `eshell-command' could be called programmatically.
4302         * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
4304         * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
4306 2001-04-23  John Wiegley  <johnw@gnu.org>
4308         * calendar/timeclock.el: Updated copyright.
4309         (timeclock-generate-report): Don't report the daily or two-week
4310         total, if no time has been worked in that period.
4311         (timeclock-find-discrep): Moved call to `file-readable-p'; removed
4312         final computational form, which was unnecessary; corrected a
4313         parsing problem when timeclock-relative was nil.
4315 2001-04-23  Kahlil Hodgson <kahlil@discus.anu.edu.au>
4317         * calendar/timeclock.el (timeclock-modeline-display): Check if
4318         `list-entry' is null.
4319         (timeclock-use-display-time): The first argument to `set-variable'
4320         must be a symbol.
4322 2001-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
4324         * calendar/calendar.el (diary-entry-marker)
4325         (calendar-today-marker, calendar-holiday-marker):
4326         Use display-color-p instead of window-system.
4327         (calendar-mode-map, calendar-mode): Use display-popup-menus-p
4328         instead of window-system.
4329         (calendar-hide-window): Use display-multi-frame-p instead of
4330         window-system.
4332         * calendar/cal-x.el (calendar-two-frame-setup)
4333         (calendar-only-one-frame-setup, calendar-one-frame-setup):
4334         Use display-multi-frame-p instead of window-system.
4336 2001-04-23  Gerd Moellmann  <gerd@gnu.org>
4338         * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
4340         * textmodes/ispell.el, emacs-lisp/checkdoc.el,
4341         * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
4343 2001-04-23  Alex Schroeder  <alex@gnu.org>
4345         * goto-addr.el: Instead of defining line-beginning-position and
4346         line-end-position a defalias is used for point-at-bol and point-at-eol.
4348 2001-04-23  Alex Schroeder  <alex@gnu.org>
4350         * goto-addr.el: Added XEmacs compatibility code.
4351         (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
4353 2001-04-22  Eli Zaretskii  <eliz@is.elta.co.il>
4355         * textmodes/paragraphs.el (sentence-end): Doc fix.
4357 2001-04-20  Alex Schroeder  <alex@gnu.org>
4359         * sql.el (sql-escape-newlines-and-send): New function.
4360         (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
4362 2001-04-20  Alex Schroeder  <alex@gnu.org>
4364         * sql.el (sql-db2-program): New option.
4365         (sql-db2-options): New option.
4366         (sql-db2): New function.
4368 2001-04-20  Alex Schroeder  <alex@gnu.org>
4370         * sql.el (sql-mode-menu): Added highlighting entries.
4371         (sql-highlight-oracle-keywords): New function.
4372         (sql-highlight-postgres-keywords): New function.
4373         (sql-highlight-ansi-keywords): New function.
4375 2001-04-20  Alex Schroeder  <alex@gnu.org>
4377         * sql.el (sql-help): Doc change.
4379 2001-04-19  Karl Fogel  <kfogel@collab.net>
4381         * saveplace.el (save-place-alist-to-file): Removed no-effect code
4382         that inserted file content only to delete it immediately.
4383         Probably a cut-and-paste bug.  Thanks to Juanma Barranquero
4384         <lektu@uol.com.br> for the patch.
4386 2001-04-19  Stefan Monnier  <monnier@cs.yale.edu>
4388         * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
4390 2001-04-18  Gerd Moellmann  <gerd@gnu.org>
4392         * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
4393         for defmethod.
4395         * comint.el (comint-cr-magic): New function.
4396         (toplevel): Add it to comint-preoutput-filter-functions.
4398 2001-04-18  Andrew Innes  <andrewi@gnu.org>
4400         * makefile.w32-in (EMACSLOADPATH): Define.
4401         (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
4402         (recompile): Remove stuff to set EMACSLOADPATH.
4404 2001-04-18  Gerd Moellmann  <gerd@gnu.org>
4406         * language/slovak.el ("Slovak"): Add tutorial entry.
4408         * net/browse-url.el (browse-url-new-window-flag): Renamed from
4409         browse-url-new-window-p.
4411 2001-04-17  Eli Zaretskii  <eliz@is.elta.co.il>
4413         * info.el (Info-menu-update): When there are no menus and/or no
4414         cross references in the node, make the respective items of the
4415         Info menu-bar menu inactive.
4417 2001-04-17  Gerd Moellmann  <gerd@gnu.org>
4419         * indent.el (indent-for-tab-command): Call indent-line-function
4420         with no argument if PREFIX-ARG is non-nil.
4422         * frame.el (delete-other-frames): Handle minibuffer-only frames.
4424 2001-04-17  Eli Zaretskii  <eliz@is.elta.co.il>
4426         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
4427         an async subprocess if start-process is unavailable.  Suggested by
4428         Tim Van Holder <tim.van.holder@pandora.be>.
4430 2001-04-15  Eli Zaretskii  <eliz@is.elta.co.il>
4432         * info.el (Info-additional-directory-list): Doc fix.  Suggested by
4433         Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
4435 2001-04-14  Eli Zaretskii  <eliz@is.elta.co.il>
4437         * info.el (Info-file-list-for-emacs): Add an entry for the "info"
4438         manual.
4440 2001-04-13  Stefan Monnier  <monnier@cs.yale.edu>
4442         * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
4443         (cvs-menu): Add a few entries.
4445         * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
4446         (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
4447         lock file appears to be reachable from Emacs.
4448         (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
4449         (cvs-mode-find-file): Look for cvs-header-face rather than
4450         cvs-dirname-face (which doesn't exist).
4451         (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
4453         * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
4455 2001-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
4457         * emulation/pc-select.el (pc-selection-mode): Don't turn on
4458         normal-erase-is-backspace on a tty.  Instead, bind some keys such
4459         as [delete] directly, like pc-select.el did before
4460         normal-erase-is-backspace was invented.
4462 2001-04-12  Eli Zaretskii  <eliz@is.elta.co.il>
4464         * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
4466 2001-04-11  John Wiegley  <johnw@gnu.org>
4468         * eshell/em-ls.el (eshell-ls-insert-directory):
4469         Set font-lock-defaults to nil, to prevent fontification in dired
4470         buffers, if Eshell's ls is being used.
4472 2001-04-11  John Wiegley  <johnw@gnu.org>
4474         * calendar/timeclock.el (timeclock-completing-read): New function.
4475         (timeclock-ask-for-project, timeclock-ask-for-reason):
4476         Call `timeclock-completing-read'.
4478         * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
4479         required where `member' was being used.
4481 2001-04-11  Colin Walters  <walters@cis.ohio-state.edu>
4483         * eshell/em-hist.el (eshell-previous-matching-input):
4484         Don't display "History item" if the the minibuffer is active.
4486 2001-04-11  Gerd Moellmann  <gerd@gnu.org>
4488         * startup.el (command-line): Output a newline after printing
4489         an error from loading the window system's init file.
4491 2001-04-11  Eli Zaretskii  <eliz@is.elta.co.il>
4493         * textmodes/texinfo.el (texinfo-font-lock-keywords):
4494         Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
4495         @inforef.  Add an OVERRIDE of `keep' to highlight specs of
4496         keywords whose arguments routinely include @@.
4498 2001-04-10  Gerd Moellmann  <gerd@gnu.org>
4500         * emacs-lisp/advice.el (ad-make-advised-definition):
4501         Construct advice for subrs differently.
4503         * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
4504         regexp in parentheses when building the regexp for searching backwards.
4506         * simple.el (completion-list-mode-finish): New function.
4507         (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
4509         * language/european.el ("Polish"): Change sample text.
4510         From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
4512         * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
4513         parameter.
4515         * faces.el (menu): Doc fix.
4517 2001-04-10  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4519         * ps-print.el: Footer implementation.  Doc fix.
4520         (ps-print-version): New version number (6.5.1).
4521         (ps-header-frame-alist): New customization var for header frame
4522         properties.
4523         (ps-line-number-color): New customization var for line number color.
4524         (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
4525         (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
4526         (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
4527         (ps-right-footer): New customization vars for footers.
4528         (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
4529         footers.
4530         (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
4531         (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
4532         Code fix.
4533         (ps-prologue-file): Indentation fix.
4534         (ps-print-quote): Fun eliminated.
4535         (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
4536         (ps-output-frame-properties): New fun.
4537         (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
4538         (ps-skip-newline): Replace defun by defsubst.
4540 2001-04-10  Colin Walters <walters@cis.ohio-state.edu>
4542         * eshell/eshell.el (eshell-command): Needed a "%s" format
4543         specifier, in case the buffer contains percent characters.
4545 2001-04-10  John Wiegley  <johnw@gnu.org>
4547         * calendar/timeclock.el (timeclock-generate-report): Added a
4548         missing insert of the project name.
4550 2001-04-09  Gerd Moellmann  <gerd@gnu.org>
4552         * obsolete/profile.el: Moved from emacs-lisp/.
4554         * Makefile.in (nonobsolete_setwins): New macro.
4555         (finder-data): Use it instead of `setwins'.
4556         From: Dave Love <fx@gnu.org>.
4558         * server.el (server-visit-files): Set server-existing-buffer correctly.
4559         (server-visit-files): Run server-visit-hook after going to
4560         line 1 so that the hook can set point as it sees fit.
4562         * bindings.el (mode-line-modified): Unify help messages.
4564 2001-04-07  Eli Zaretskii  <eliz@is.elta.co.il>
4566         * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
4567         All callers changed.
4569 2001-04-06  Eli Zaretskii  <eliz@is.elta.co.il>
4571         * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
4572         long file names aren't supported, truncate the file names in
4573         quail-misc-package-ext-info to 8+3 before matching them against
4574         FILENAME.
4576         * dos-fns.el (dos-truncate-to-8+3): New function.
4578         * progmodes/compile.el (grep-compute-defaults): Use null-device
4579         instead of literal /dev/null. Reported by Jens Schmidt
4580         <schmidt@mathematik.uni-kl.de>.
4582         * simple.el (normal-erase-is-backspace-mode): Doc fix.
4584 2001-04-06  Stefan Monnier  <monnier@cs.yale.edu>
4586         * textmodes/sgml-mode.el: Add unknown maintainer.
4587         (sgml-tag): Pass `str' explicitly through skeleton-transformation.
4588         (html-mode-map): Use set-keymap-parent.
4590 2001-04-06  Dave Love  <fx@gnu.org>
4592         * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
4593         Remove redundant string-to-list.
4595 2001-04-05  Stefan Monnier  <monnier@cs.yale.edu>
4597         * composite.el (reference-point-alist): Doc fix.
4599 2001-04-05  Sam Steingold  <sds@gnu.org>
4601         * font-lock.el (font-lock-keywords-case-fold-search):
4602         Make buffer-local.  This fixes a very annoying bug when loading a Lisp
4603         file made font-lock case-insensitive.
4605 2001-04-05  Gerd Moellmann  <gerd@gnu.org>
4607         * faces.el (defface menu): Doc fix.
4609         * wid-edit.el (widget-color-sample-face-get): Don't make
4610         faces for undefined colors.
4612         * version.el (emacs-version): Include LessTif/Motif version info.
4614 2001-04-04  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4616         * ps-mule.el: Eliminate cl package dependence.
4617         (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
4618         if they aren't defined yet.
4619         (ps-mule-encode-header-string, ps-mule-header-string-charsets):
4620         Eliminate cl package dependence.
4622 2001-04-04  Stefan Monnier  <monnier@cs.yale.edu>
4624         * progmodes/cc-cmds.el (c-outline-level):
4625         Bind buffer-invisibility-spec.  Originally from Dave Love, but
4626         got lost when incorporating version 5.26.
4628 2001-04-04  Eli Zaretskii  <eliz@is.elta.co.il>
4630         * emulation/pc-select.el (pc-selection-mode):
4631         Call normal-erase-is-backspace-mode instead of binding
4632         keys individually.
4634         * cus-load.el (normal-erase-is-backspace): Use it instead of
4635         delete-key-deletes-forward.
4637         * startup.el (command-line): Use normal-erase-is-backspace and
4638         normal-erase-is-backspace-mode.
4640         * simple.el (normal-erase-is-backspace): Rename from
4641         delete-key-deletes-forward.  Doc fix.
4642         (normal-erase-is-backspace-mode): Rename from
4643         delete-key-deletes-forward-mode.  Doc fix.
4644         Run normal-erase-is-backspace-hook.
4646         * dired.el (dired-move-to-filename-regexp): Support file sizes in
4647         ``human-readable'' format produced by GNU `ls'.
4648         (dired-move-to-filename-regexp): Recognize ISO format dates.
4649         From Paul Eggert <eggert@twinsun.com>.
4651 2001-04-04  Gerd Moellmann  <gerd@gnu.org>
4653         * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
4654         New functions.
4655         (lm-verify): Check keywords.
4656         From Eric M. Ludlam <eric@siege-engine.com>.
4658 2001-04-03  Eric M. Ludlam  <eric@siege-engine.com>
4660         * speedbar.el (speedbar-insert-image-button-maybe): Check for
4661         `xemacs' feature instead of for the function `set-extent-property'.
4663 2001-04-03  Stefan Monnier  <monnier@cs.yale.edu>
4665         * mail/mh-utils.el (mh-folder-hist): New var.
4666         (mh-prompt-for-folder): Use it and pass `default' to completing-read.
4668 2001-04-03  Eli Zaretskii  <eliz@is.elta.co.il>
4670         * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
4671         region, position point on the first or last 16-byte group.
4672         (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
4673         and hexl-end-of-buffer.  Bind End and Home to hexl-end-of-line and
4674         hexl-beginning-of-line.
4676 2001-04-03  Gerd Moellmann  <gerd@gnu.org>
4678         * icomplete.el (icomplete-mode): Treat an argument like other
4679         modes do.
4681         * startup.el (fancy-splash-head): Use splash8.xpm for color
4682         depth 8.
4684         * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
4685         Add an antry for ``converts''.
4687         * language/slovak.el ("Slovak"): Add documentation string.
4688         From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
4690         * language/czech.el ("Czech"): Add documentation string.
4691         From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
4693         * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
4694         to `isci24-mule.bdf'.  From: Kenichi Handa <handa@etl.go.jp>.
4696 2001-04-02  Stefan Monnier  <monnier@cs.yale.edu>
4698         * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
4699         (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
4700         (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
4701         Use `defsubst' rather than a macro to ease debugging.
4702         (mail-extr-last): Remove (use `last' instead).
4703         (mail-extract-address-components): Properly reset the syntax-table
4704         after parsing an address.  Use `last' rather than mail-extr-last.
4705         Make sure the end marker stays at the very end.
4707 2001-04-02  Eli Zaretskii  <eliz@is.elta.co.il>
4709         * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
4710         last change.
4712 2001-04-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4714         * ps-print.el: Line and paragraph spacing feature.  Region to cut
4715         out when printing.  Doc fix.
4716         (ps-print-version): New version number (6.5).
4717         (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
4718         New vars.  Line and paragraph spacing feature.
4719         (ps-begin-cut-regexp, ps-end-cut-regexp): New vars.  Region to cut
4720         out when printing.
4721         (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
4722         (ps-get-font-size, ps-begin-job, ps-continue-line)
4723         (ps-plot-region): Code fix.
4724         (ps-print-prologue-2): Var eliminated.
4725         (ps-line-spacing-internal, ps-paragraph-spacing-internal):
4726         New internal vars.
4727         (ps-get-size): New fun.
4728         (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
4729         (ps-next-line): Replace defun by defsubst.
4730         (ps-mule-plot-string): Autoload doc fix.
4732         * ps-bdf.el: XEmacs compatibility.  Doc fix.
4733         (installation-directory, coding-system-for-read): Declare vars if
4734         it's not declared yet.
4735         (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
4737         * ps-mule.el: XEmacs compatibility.  Doc fix.
4738         (leading-code-private-22): Declare var if it's not declared yet.
4739         (charset-bytes, charset-dimension, charset-id, charset-width)
4740         (find-charset-region, split-char, char-width, chars-in-region)
4741         (forward-point, decompose-composite-char, encode-coding-string)
4742         (coding-system-p, ccl-execute-on-string, define-ccl-program):
4743         Define funs if not defined yet.
4744         (encode-composition-rule, find-composition): Define funs if not
4745         loaded yet.
4746         (ps-mule-prologue): PostScript code fix.
4748 2001-04-02  Kenichi Handa  <handa@etl.go.jp>
4750         * ps-mule.el (ps-mule-generate-font): New arg HEADER-P.  If it is
4751         non-nil, generate font for the header strings.
4752         (ps-mule-prepare-font): Likewise.
4753         (ps-mule-generate-glyphs): Likewise.
4754         (ps-mule-string-encoding): Likewise.
4755         (ps-mule-header-charsets): New variable.
4756         (ps-mule-encode-header-string): New function.
4757         (ps-mule-header-string-charsets): New function.
4758         (ps-mule-begin-job): Check charsets in the header strings.  If there
4759         are non-ASCII and non-Latin1 charsets, prepare fonts for them.
4761         * ps-print.el (ps-generate-header-line): Encode the header string by
4762         ps-mule-encode-header-string.
4763         (ps-mule-encode-header-string): Declare autoload.
4765 2001-04-02  Gerd Moellmann  <gerd@gnu.org>
4767         * frame.el (cursor-in-non-selected-windows):
4768         Replaces show-cursor-in-non-selected-windows.
4770 2001-03-31  Kenichi Handa  <handa@etl.go.jp>
4772         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4773         Delete entries for "chinese-py" and "chinese-ziranma".
4774         (quail-misc-package-ext-info): New variable.
4775         (tsang-quick-converter): New function.
4776         (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
4777         (quick-cns-converter, py-converter, ziranma-converter)
4778         (miscdic-convert, batch-miscdic-convert): New functions.
4780 2001-03-30  Kenichi Handa  <handa@etl.go.jp>
4782         * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
4783         eight-bit-control chars.
4785         * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
4786         Reduce making temporary vector (suggested by Dave Love).
4788 2001-03-30  Eli Zaretskii  <eliz@is.elta.co.il>
4790         * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
4791         string as well.
4793 2001-03-30  Andreas Schwab  <schwab@suse.de>
4795         * files.el (backup-directory-alist): Fix typo.
4797 2001-03-30  Eli Zaretskii  <eliz@is.elta.co.il>
4799         * time-stamp.el (time-stamp-format): Doc fix.  From Paul Eggert
4800         <eggert@twinsun.com>.
4802 2001-03-30  Dave Love  <fx@gnu.org>
4804         * progmodes/fortran.el (fortran-comment-region): Fix typo.
4806 2001-03-30  Eli Zaretskii  <eliz@is.elta.co.il>
4808         * simple.el (transient-mark-mode): Mention C-g in the doc string.
4810 2001-03-30  Miles Bader  <miles@gnu.org>
4812         * subr.el (interactive-form): Fix paren typo.
4814 2001-03-29  Eli Zaretskii  <eliz@is.elta.co.il>
4816         * emacs-lisp/profile.el: Say that it's obsolete in the header
4817         line, so that finder.el puts that into its data-base.
4818         Suggested by Alex Schroeder <alex@gnu.org>.
4820 2001-03-29  Paul Eggert  <eggert@twinsun.com>
4822         * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
4823         LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
4825 2001-03-29  Stefan Monnier  <monnier@cs.yale.edu>
4827         * generic.el (generic-mode-set-comments): Use "" rather than nil
4828         for comment-end.
4830 2001-03-29  Gerd Moellmann  <gerd@gnu.org>
4832         * emacs-lisp/advice.el (ad-make-advised-definition):
4833         Call interactive-form to obtain the interactive spec of subrs.
4835         * subr.el (interactive-form): New function.
4837 2001-03-29  Andre Spiegel  <spiegel@gnu.org>
4839         * vc-sccs.el (vc-sccs-register): Use relative file names.
4841 2001-03-28  Gerd Moellmann  <gerd@gnu.org>
4843         * bookmark.el (bookmark-get-bookmark): Handle case that
4844         BOOKMARK is not a string.
4846         * image.el (image-type-regexps): Change type for PS files
4847         to `postscript'.
4849         * subr.el (read-passwd): Clear command history after each
4850         character entered.  From: Stephen Gildea
4851         <gildea@stop.mail-abuse.org>.
4853 2001-03-27  Kenichi Handa  <handa@etl.go.jp>
4855         * international/kkc.el (kkc-save-init-file): Locally bind
4856         print-length to nil.
4858 2001-03-26  Gerd Moellmann  <gerd@gnu.org>
4860         * textmodes/flyspell.el: Some doc fixes.
4861         (flyspell-maybe-correct-transposition)
4862         (flyspell-maybe-correct-doubling): Use a temporary buffer
4864         * textmodes/ispell.el (ispell-parse-output): Doc fix.
4866         * emacs-lisp/byte-opt.el (byte-optimize-while)
4867         (byte-optimize-form-code-walker): Diagnose too few arguments
4868         for `if' and `while'.
4870 2001-03-26  Kenichi Handa  <handa@etl.go.jp>
4872         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4873         Prepend `\' to "\<quail-translation-docstring>".
4875 2001-03-26  Gerd Moellmann  <gerd@gnu.org>
4877         * autorevert.el (global-auto-revert-non-file-buffers):
4878         Remove duplicate defcustom.
4880 2001-03-26  Miles Bader  <miles@gnu.org>
4882         * international/latin1-disp.el (latin1-char-displayable-p):
4883         Add leading "-" for X font pattern.
4885 2001-03-26  Kenichi Handa  <handa@etl.go.jp>
4887         * international/mule-diag.el (describe-coding-system):
4888         For raw-text and emacs-mule, don't add anymore text about what
4889         charsets they can encode.
4891 2001-03-25  Eli Zaretskii  <eliz@is.elta.co.il>
4893         * help.el (view-lossage): Mention open-dribble-file in the doc
4894         string.  Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
4896 2001-03-23  Stefan Monnier  <monnier@cs.yale.edu>
4898         * skeleton.el (skeleton-internal-list): Fix bogus logic.
4899         (skeleton-pair-insert-maybe): Don't pair after a backslash.
4901 2001-03-23  Kenichi Handa  <handa@etl.go.jp>
4903         * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
4904         Call ccl-execute-on-string directly so that CCL program handling
4905         multibyte sequence can work correctly.
4906         (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
4907         property of the coding system.
4909 2001-03-23  Stefan Monnier  <monnier@cs.yale.edu>
4911         * textmodes/fill.el (fill-individual-paragraphs-prefix):
4912         Fix transcription typo.
4914 2001-03-22  Rajesh Vaidheeswarran  <rv@gnu.org>
4916         * whitespace.el: Add buffer local variables to toggle testing of
4917         whitespaces in buffers without affecting the default values.
4918         Bump version to 3.0 to account for a few other changes.
4919         (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
4920         (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
4921         (whitespace-toggle-spacetab-check): New functions.
4923 2001-03-21  Stefan Monnier  <monnier@cs.yale.edu>
4925         * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
4927 2001-03-21  Gerd Moellmann  <gerd@gnu.org>
4929         * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
4930         bs-cycle-configuration-name.  From Juanma Barranquero
4931         <lektu@uol.com.br>.
4933         * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
4934         and cc-vars.el.
4936         * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
4937         headers.  Always invoke sendmail with option -t.
4939 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
4941         * Release of cc-mode 5.28.
4943 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
4945         * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
4946         Removed the hardcoded switch to "java" style in Java mode.
4947         It's instead taken care of by the default value for c-default-style.
4949 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
4951         * cc-align.el (c-lineup-math): Fix bug where lineup was
4952         triggered by equal signs in string literals.
4954 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
4956         * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
4957         limit detection when at the ends of the buffer.
4959         * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
4960         "for" statement clause in case 7F; a better one is done
4961         earlier in case 7D anyway.
4963 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
4965         * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
4966         somewhat more and did a small optimization.
4968 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
4970         * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
4971         Use the limit argument only to limit the syntactic context
4972         search, not to limit the actual movement.
4974         * cc-cmds.el (c-beginning-of-statement): Move by sentence
4975         inside multiline strings, just like in comments.  Also various
4976         fixes to the paragraph and comment prefix recognition, block
4977         comment ender handling etc.
4979 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
4981         * cc-cmds.el (c-fill-paragraph): Take more care to preserve
4982         the relative position of the point.
4984         * cc-cmds.el (c-electric-continued-statement): New function to
4985         use as abbrev hook to reindent for keywords such as "else"
4986         that continues an earlier statement.
4988         * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
4989         like classes.
4991         * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
4992         (pike-mode): Populate the default abbrev tables to reindent for
4993         keywords such as "else" that can continue earlier statements.
4994         Abbrev mode is therefore turned on by default now.  (Note that
4995         this doesn't apply to idl-mode, since IDL afaik doesn't have
4996         statements at all.)
4998 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
5000         * cc-engine.el (c-inside-bracelist-p): Fix for handling
5001         bracelists where the declaration contains template arguments.
5003 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
5005         * cc-cmds.el (c-comment-indent):
5006         Use `c-get-syntactic-indentation' to correctly calculate the
5007         syntactic indentation.  Fixes bug with lineup functions that
5008         return vectors.
5010         * cc-engine.el (c-get-syntactic-indentation): Split the
5011         indentation sum calculation from `c-indent-line' to a separate
5012         function.
5014 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
5016         * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
5017         Fixed places where it was assumed that preprocessor directives
5018         have to start in column zero.
5020         * cc-engine.el (c-beginning-of-member-init-list): Handle C++
5021         template arguments after a class identifier properly.
5023         * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
5024         lists for `new Foo[]' constructs in Java as expressions and
5025         not top level definition brace lists on the top level, so that
5026         they'll get indented consistently with the same type of
5027         expression in a normal block.
5029 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
5031         * cc-cmds.el (c-fill-paragraph): The kludge that checks
5032         whether the adaptive filling package fails to keep the comment
5033         prefix is now kludged further to check for filladapt-mode
5034         which doesn't have that problem. This is really icky, but it's
5035         the only way that works with the current misfeatures/bugs in
5036         both adaptive-fill-mode and filladapt-mode.
5038         * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
5039         around point is recognized more robust.
5041 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
5043         * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
5044         (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
5045         (c-lit-type): Fixed all internal variables used dynamically so
5046         that they are always bound.
5048         * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
5049         errors:
5051         (c-indent-region): Fixed reporting of syntactic errors so that
5052         the region is fully reindented even when an error occurs.
5053         The last syntactic error is printed afterwards.  Also cleanup up a
5054         whole lot of code that tried to optimize indentation of whole
5055         sexps but in reality accomplishes nothing.
5057         (c-indent-sexp): Use c-indent-region.
5059         (c-parsing-error): Changed this variable to hold the message
5060         for any syntactic error that is discovered.
5062         (c-parse-state): Search backward from point instead of the bod
5063         position when the latter is invalid.  This makes CC Mode
5064         recover faster when there are unbalanced close braces.
5066         (c-backward-to-start-of-if): Use c-parsing-error to report
5067         dangling "else" clauses instead of throwing an error, and fall
5068         back to a reasonable position.
5070         (c-indent-line): Added argument to avoid reporting syntactic errors.
5072         (c-show-syntactic-information): Don't report any syntactic errors.
5074 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
5076         * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
5077         paragraph recognition when moving by sentence in literals.
5079         * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
5080         start regexp for javadoc to recognize javadoc markup in general instead
5081         of a specific set of keywords, to be more future-safe.
5083         (c-Pike-pikedoc-paragraph-start)
5084         (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
5085         pikedoc markup.
5087         * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
5089         (pike-mode): Initialize paragraph settings pikedoc recognition.
5091         * cc-vars.el (c-default-style): Made a nicer Customize widget.
5093         (c-comment-prefix-regexp): Made it possible to use an
5094         association list on this to specify mode specific regexps.
5095         The default value now use a special regexp in Pike mode to
5096         recognize pikedoc markup.
5098         (c-current-comment-prefix): New variable containing the actual
5099         regexp from c-comment-prefix-regexp for the current buffer.
5101 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
5103         * cc-cmds.el (c-electric-brace): Fixed check for special brace
5104         lists: We can't look at the syntax, since a brace list can get
5105         recognized as a plain statement-cont.
5107         * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
5108         special brace list opener broken over two lines got recognized
5109         as a statement on the second line.  Case 9A changed.
5111 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
5113         * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
5114         adjustment after line is reindented.
5116 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
5118         * cc-defs.el (c-point): Added optional argument for position
5119         to use instead of the current point.
5121         * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
5122         the in-expression block symbols when the construct starts at
5123         boi, to avoid the extra level of indentation in that case.
5124         Cases 4, 16A and 17E affected.
5126 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
5128         * cc-cmds.el: Use `indent-according-to-mode' instead of direct
5129         calls to `c-indent-line', to adhere better to Emacs conventions.
5131         * cc-engine.el (c-indent-line): Use the syntax already bound
5132         to `c-syntactic-context', if there is any.
5134 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
5136         * cc-engine.el (c-get-offset): Fixed bug where the indentation
5137         wasn't added up correctly when a lineup function returned nil.
5139 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
5141         * cc-engine.el (c-collect-line-comments): Fixed bug where
5142         empty lines were ignored when collecting line comments backwards.
5144 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
5146         * cc-align.el (c-lineup-dont-change): Return an absolute
5147         indentation column to work correctly in the case when several
5148         syntactic elements are processed for the same line.
5150         * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
5151         (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
5152         (c-set-offset): Added absolute indentation column settings by
5153         using the vector type.
5155 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
5157         * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
5158         Implemented two new cleanups `space-before-funcall' and
5159         `compact-empty-funcall'.
5161 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
5163         * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
5164         helping building regexps.
5166         * cc-engine.el (c-on-identifier): New function for detecting
5167         identifiers.  It takes keywords into account.
5169         * cc-langs.el, cc-mode.el: Added regexps for complete keyword
5170         lists.  `c-keywords' is set to a regexp matching all keywords
5171         in the current language.
5173 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
5175         * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
5176         list of characters to skip backwards over at the beginning of
5177         a statement, since it can precede string literals in Pike.
5179 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
5181         * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
5182         recognition when standing on the last line in a C++ comment
5183         with nothing but whitespace after the prefix.
5185         * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
5186         given no limit argument.
5188 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
5190         * cc-engine.el (c-inside-bracelist-p): Fixed brace list
5191         recognition for the `[]= operator symbol in Pike.
5193 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
5195         * cc-bytecomp.el (cc-eval-when-compile): New macro that works
5196         around a bug in `eval-when-compile' in the byte compiler.
5198         * cc-engine.el (c-forward-token-1): Fixed bug with return
5199         value when count is zero and there's no token start within the limit.
5201         (c-guess-basic-syntax): Don't add 'comment-intro to lines with
5202         "prefix comments", i.e. comments which are followed by code on
5203         the same line.
5205         * cc-mode-19.el: Fixes so that checks that must be done at
5206         compile time also are done then.
5208 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
5210         * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
5211         time and at runtime, and only when it's needed.
5213 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
5215         Major cleanup for less error prone and more warning free
5216         compilation, including some fixes for bugs due to different
5217         compilation orders. Thanks to Martin Buchholz for providing
5218         the basis for all this.
5220         * cc-bytecomp.el: New file that provides some byte compilation
5221         features: It ensures that files always are loaded from the
5222         current source directory during compilation, and it provides a
5223         set of macros to turn off specific compiler warnings for
5224         specific symbols.  (It's not CC Mode specific in any way.)
5226         Fixed a nearly acyclic dependency tree (both runtime and
5227         compile-time) between all files.
5229         * cc-defs.el: Separated all macros before the inline functions,
5230         to ensure correct compilation.
5232         * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
5233         cc-defs.el to cc-engine.el and made it a function instead.
5235         * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
5236         about char-after.
5238         * cc-vars.el: Cope even when there isn't a custom package
5239         containing defcustom available.
5241         * cc-make.el: Removed since it's no longer necessary.
5243         README: Updated installation instructions.
5245 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
5247         * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
5248         improve the modularity: Moved all mode init stuff from
5249         cc-langs.el to cc-mode.el, including the keymap
5250         initialization; cc-langs now only contains the various
5251         variables for configuring the language syntax.
5253         * cc-engine.el, cc-styles.el (c-evaluate-offset)
5254         (c-get-offset): Moved from cc-styles to cc-engine since file
5255         dependency analysis suggests they belong there (which also
5256         makes more sense).  Thanks to Martin Buchholz for doing the analysis.
5258 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
5260         * cc-cmds.el (c-fn-region-is-active-p): New function that
5261         wraps the corresponding macro, for use in places that aren't
5262         compiled.  Thanks to Martin Buchholz for pointing out this.
5264         * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
5266         * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
5267         add things to the bug report.
5269 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
5271         * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
5272         returned prefix could contain a newline when the search for a
5273         good prefix line failed.
5275 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
5277         * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
5278         (c-toggle-auto-hungry-state): Made the argument optional, as
5279         the documentation says it is.
5281 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
5283         * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
5284         multiline string syntax, #"...", as a cpp macro.
5286 2001-03-21  Paul Eggert  <eggert@twinsun.com>
5288         * international/mule-cmds.el (set-locale-environment):
5289         Set system-messages-locale and system-time-locale, but only if the
5290         caller specifies a non-nil locale name.
5292 2001-03-20  Gerd Moellmann  <gerd@gnu.org>
5294         * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
5295         problems for the interpreter.  From: John Wiegley  <johnw@gnu.org>
5297 2001-03-20  Gerd Moellmann  <gerd@gnu.org>
5299         * follow.el (follow-avoid-tail-recenter): Doc fix.
5301         * custom.el (custom-set-variables): Avoid reversing the list
5302         of args needlessly.
5304         * startup.el (fancy-splash-head): Don't change the colors of the
5305         XPM image on a dark background.
5307         * comint.el (comint-exec-1): Set columns of the terminal to
5308         window-width instead of frame-width.
5310         * info.el (Info-scroll-down): Add missing WINDOW arg for
5311         pos-visible-in-window-p.
5313         * ehelp.el (electric-help-mode-hook): Add defcustom.
5315         * mail/sendmail.el (mail-mode): Activate case-folding in
5316         font-lock-defaults.
5318 2001-03-19  Stefan Monnier  <monnier@cs.yale.edu>
5320         * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
5321         (completion-ignored-extensions): Remove duplicate ".class".
5323 2001-03-19  Andreas Schwab  <schwab@suse.de>
5325         * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
5326         From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
5328 2001-03-19  Gerd Moellmann  <gerd@gnu.org>
5330         * language/european.el ("Latin-5", "Latin-4"): Use postfix input
5331         methods since there are not prefix input methods.
5333 2001-03-19  Kenichi Handa  <handa@etl.go.jp>
5335         * international/mule-cmds.el (read-input-method-name):
5336         Locally bind enable-recursive-minibuffers to t.
5338 2001-03-18  Stefan Monnier  <monnier@cs.yale.edu>
5340         * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
5342 2001-03-17  Michael Kifer  <kifer@cs.sunysb.edu>
5344         * ediff-util.el: Copyright years.
5345         (ediff-choose-syntax-table): New function.
5346         (ediff-setup): Use ediff-choose-syntax-table.
5348         * ediff-init.el (ediff-with-syntax-table): New macro, uses
5349         with-syntax-table.
5351         * ediff.el: Date of last update, copyright years.
5353         * ediff-wind (ediff-setup-control-frame): Nill->nil.
5355         * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
5356         of Scott Bronson.
5357         (ex-cmd-assoc,ex-cmd-one-letr): New functions.
5358         (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
5359         Deleted functions.
5360         (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
5361         ex-token-list.
5363         * viper-util.el: Spaces, indentation.
5365         * viper.el: Changed version, modification time.
5367 2001-03-16  John Wiegley  <johnw@gnu.org>
5369         * calendar/timeclock.el (timeclock-workday-remaining):
5370         Check whether `discrep' is non-null before using it.
5372 2001-03-16  John Wiegley  <johnw@gnu.org>
5374         * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
5375         first-time checkins.
5376         (timeclock-log-data): Fixed problem with reading timelog log file.
5377         Resulting data in the "day list" was incorrect.
5378         (timeclock-find-discrep): Check if `timeclock-file' is readable
5379         before opening it.
5380         (timeclock-time-less-p): New function.
5381         (timeclock-day-base): New function.
5382         (timeclock-geometric-mean): New function.
5383         (timeclock-generate-report): Generate a summary report based on
5384         the contents of the log file.  This uses `timeclock-log-data', and
5385         is an example of writing a timelog manipulation function.
5386         (timeclock-visit-timelog): A quick command for opening the timelog
5387         file.
5388         (timeclock-log-data): Bound the variable event.
5390 2001-03-16  Kenichi Handa  <handa@etl.go.jp>
5392         * international/mule-cmds.el (select-safe-coding-system):
5393         Fix typo: symbol-name -> symbol-value.
5395         * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
5396         before substitute-in-file-name to handle double slashes in FILE
5397         correctly.
5399 2001-03-15  Gerd Moellmann  <gerd@gnu.org>
5401         * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
5402         for Slovak.  From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
5404 2001-03-14  Gerd Moellmann  <gerd@gnu.org>
5406         * bindings.el (features): Add `md5' and `overlay' to the list.
5408         * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
5409         bound before using it.  It's not bound when configured without X,
5410         for instance.
5412 2001-03-13  Thien-Thi Nguyen  <ttn@gnu.org>
5414         * progmodes/hideshow.el: Update copyright.
5415         (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
5416         (hs-minor-mode-hook): Include `:version' in defcustom form.
5418 2001-03-13  Gerd Moellmann  <gerd@gnu.org>
5420         * help.el (string-key-binding): Don't call event-start on
5421         a non-list.
5423 2001-03-13  Eli Zaretskii  <eliz@is.elta.co.il>
5425         * startup.el (fancy-splash-tail, command-line-1): Fix the
5426         copyright year.
5428 2001-03-13  Kenichi Handa  <handa@etl.go.jp>
5430         * term.el: These changes are based on a patch sent from Yong Lu
5431         <lyongu@yahoo.com>.
5432         (term-set-escape-char): Bind M-x to execute-extended-command in
5433         term-raw-escape-map.
5434         (term-move-columns): Don't try to move to negagive column.
5435         (term-emulate-terminal): Insert a string before deleting a text to
5436         overwrite.
5438 2001-03-12  Gerd Moellmann  <gerd@gnu.org>
5440         * play/life.el (life): Rearrange code so that all calls to
5441         life-display-generation are in a catch-form.
5443         * progmodes/etags.el (tags-loop-continue): Don't change point in a
5444         file that isn't interesting.  In an interesting file, push the old
5445         value of point on the mark ring.
5447         * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
5448         New function.
5449         (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
5450         Use it.
5452         * emacs-lisp/autoload.el (generate-file-autoloads):
5453         Remove warning about line lengths.
5455 2001-03-12  Philippe Waroquiers  <wao@gull.tact.cfmu.eurocontrol.be>
5457         * progmodes/etags.el (tags-compression-info-list): New variable.
5458         (find-tag-in-order): Use it to deal with compressed source files.
5459         (tag-file-name-match-p): New function.
5460         (etags-recognize-tags-table): Use it for better match of file names.
5462 2001-03-12  Kenichi Handa  <handa@etl.go.jp>
5464         * international/mule-cmds.el (register-input-method): Doc fix.
5466         * international/quail.el (quail-translate-key): Fix condition to
5467         check if there's another breaking point in the current key.
5469 2001-03-11  Eli Zaretskii  <eliz@is.elta.co.il>
5471         * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
5472         Babyl header to the newly-created output file, bind
5473         coding-system-for-write to either rmail-file-coding-system or
5474         emacs-mule-unix.
5476 2001-03-11  Stefan Monnier  <monnier@cs.yale.edu>
5478         * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
5479         Fix the name and regexp used for subsubsections.
5481 2001-03-10  Dave Love  <fx@gnu.org>
5483         * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
5484         and save-buffer if buffer-file-name non-nil.  From rms.
5486 2001-03-10  Andre Spiegel  <spiegel@gnu.org>
5488         * vc.el (vc-do-command): If the destination buffer is already
5489         current, don't set it up and don't erase it.  Updated doc string
5490         to reflect that.
5491         (vc-version-diff): When doing a single file diff, don't switch to the
5492         *vc-diff* buffer before the command.  This is to preserve local
5493         variable bindings that might affect the diff command.
5494         (vc-print-log): Don't switch to the *vc* buffer before the
5495         command, so that local variable bindings are preserved.
5497         * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
5498         not the current buffer.
5499         (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
5501         * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
5502         make output go to buffer *vc*, not the current buffer.
5504 2001-03-09  Stefan Monnier  <monnier@cs.yale.edu>
5506         * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
5507         so ^, $, *, ? and + are interpreted correctly.
5509 2001-03-09  Gerd Moellmann  <gerd@gnu.org>
5511         * help.el (string-key-binding): Renamed from
5512         mode-line-key-binding.  Handle any event on a string.
5513         Check for `keymap' properties as well as `local-map' properties.
5515         * comint.el (comint-insert-clicked-input): Use the last key
5516         from this-command-keys to lookup the global key definition.
5518 2001-03-09  Kenichi Handa  <handa@etl.go.jp>
5520         * international/characters.el: Add category `j' for
5521         katakana-jisx0201.   Fix syntaxes of katakana-jisx0201.
5523         * international/mule-conf.el (no-conversion): Fix docstring.
5524         (raw-text): Fix docstring.
5526 2001-03-08  Gerd Moellmann  <gerd@gnu.org>
5528         * simple.el (choose-completion-string): When not leaving the
5529         minibuffer, raise the minibuffer frame when minibuffer-auto-raise
5530         is set.
5532         * window.el (shrink-window-if-larger-than-buffer): Handle frame
5533         parameter `(minibuffer . t)'.
5535 2001-03-07  Stefan Monnier  <monnier@cs.yale.edu>
5537         * progmodes/sh-script.el (sh-st-symbol): New symbol.
5538         (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
5539         (sh-mode): Remove `make-local-variable' for unused var
5540         `font-lock-unfontify-region-function'.
5542 2001-03-07  Richard M. Stallman  <rms@gnu.org>
5544         * info.el (Info-scroll-down): Fix previous change.
5546         * mail/rmail.el (rmail-toggle-header): Use a window which
5547         is showing the Rmail buffer, rather than the selected window.
5549 2001-03-07  Dave Love  <fx@gnu.org>
5551         * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
5552         now, to avoid problems with binding imenu directly to a mouse event.
5554 2001-03-07  Gerd Moellmann  <gerd@gnu.org>
5556         * info.el (Info-scroll-down): Call pos-visible-in-window-p with
5557         second arg t.
5559 2001-03-07  Stefan Monnier  <monnier@cs.yale.edu>
5561         * log-edit.el (log-edit-common-indent): New var.
5562         (log-edit-set-common-indentation): Renamed from
5563         log-edit-delete-common-indentation.  Use the new var.
5564         (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
5566         * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
5567         (cvs-mode-add-change-log-entry-other-window):
5568         Don't presume change-log-default-name is defined.
5570         * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
5572         * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
5573         the "tree" operation as well.
5575         * pcvs-parse.el (cvs-parse-table): Add another ignored message.
5577         * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
5578         to match paragraph-start.
5580         * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
5581         comment-start-skip and set comment-end-skip as well.
5582         (sgml-comment-indent): Fix for new value of comment-start-skip.
5583         (html-autoview-mode): Don't bother using make-local-hook.
5585 2001-03-07  Gerd Moellmann  <gerd@gnu.org>
5587         * cus-edit.el (custom-save-delete): Move in front of local
5588         variables, otherwise long Custom entries would make them ineffective.
5590         * uniquify.el: Set maintainer to FSF.
5592 2001-03-07  Eli Zaretskii  <eliz@is.elta.co.il>
5594         * dired-aux.el (dired-do-shell-command): Doc fix.
5596 2001-03-06  Stefan Monnier  <monnier@cs.yale.edu>
5598         * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
5600         * which-func.el (which-func-modes): Add cperl-mode.
5601         (which-func-mode-global): Use define-minor-mode.
5603         * info-look.el: Docstring fixes and dead code eliminated.
5604         (cperl-mode): Add support.
5605         (emacs-lisp-mode): List all entries from elisp manual, whether
5606         or not they are currently (f)bound or not.  Update regexp.
5608         * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
5610         * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
5611         so that C-h m shows the correct information.
5612         Use make-local-variable rather than make-variable-buffer-local.
5613         (cperl-info-buffer, cperl-setup-tmp-buf):
5614         Use make-local-variable rather than make-variable-buffer-local.
5615         (cperl-msb-fix, cperl-get-help-defer):
5616         Check major-mode for `cperl-mode' as well.
5618         * progmodes/cperl-mode.el: Updated to author version 4.23.
5619         (cperl-electric-pod): SYNOPSIS was misspelled.
5620         (cperl-find-pods-heres): @if ? a : b was considered a REx.
5621         (cperl-after-expr-p): Make true after __END__.
5623 2001-03-06  Gerd Moellmann  <gerd@gnu.org>
5625         * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
5626         bookmark-completion-ignore-case is t.
5628         * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
5629         switch, like xterm, and concat resource strings, with a newline
5630         between them.
5632 2001-03-06  Eli Zaretskii  <eliz@is.elta.co.il>
5634         * international/codepage.el (cp770-decode-table)
5635         (cp773-decode-table, cp774-decode-table): New variables.
5637         * man.el (Man-hyphenated-reference-regexp): New variable.
5638         (Man-build-references-alist): Use it to search for referenced
5639         manpages.  If hyphenated is non-nil, record a concatenated word in
5640         Man-refpages-alist only if it matches Man-reference-regexp.
5641         Update word's length when it is concatenated.  Reverse the list,
5642         to get the first manpage at the head.
5643         (Man-possibly-hyphenated-word): New function.
5644         (Man-follow-manual-reference): Use it instead of current-word to
5645         find a manpage at point, in a way that accounts for hyphenated
5646         references.
5648 2001-03-06  Alex Schroeder  <alex@gnu.org>
5650         * sql.el (sql-interbase): New function.
5651         (sql-interbase-program): New option.
5652         (sql-interbase-options): New option.
5653         And some typos fixed: "customise" to "customize".
5655 2001-03-06  Dave Love  <fx@gnu.org>
5657         * textmodes/flyspell.el (flyspell-region):
5658         Set up flyspell-local-mouse-map.
5660 2001-03-05  Richard M. Stallman  <rms@gnu.org>
5662         * mail/rmail.el (rmail-retry-failure):
5663         Don't call rmail-beginning-of-message.
5664         Don't discard From: field.  Do discard Received: field.
5665         Use unwind-protect to re-prune.
5666         (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
5668 2001-03-06  Kenichi Handa  <handa@etl.go.jp>
5670         * international/quail.el (quail-title): Add autoload cookie.
5672 2001-03-05  Dave Love  <fx@gnu.org>
5674         * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
5675         new defs.
5677 2001-03-05  Kenichi Handa  <handa@etl.go.jp>
5679         * language/ethio-util.el (ethio-toggle-space):
5680         Update current-input-method-title if necessary.
5681         (ethio-toggle-punctuation): Likewise.
5683         * international/quail.el (quail-title): Fix for the case that a
5684         title of an input method is specified by a list of the same form
5685         as used in mode-line-format.
5687         * international/mule-cmds.el (activate-input-method):
5688         If current-input-method-title is set by activating INPUT-METHOD,
5689         respect that value.
5691 2001-03-05  Gerd Moellmann  <gerd@gnu.org>
5693         * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
5695 2001-03-05  Alex Schroeder  <alex@gnu.org>
5697         * sql.el (sql-sybase): Fix typo (was: query user about server two
5698         times instead of server and database).
5700         * sql.el (sql-sybase): Doc change.
5701         (sql-mysql): Doc change.
5702         (sql-postgres): Doc change.
5704 2001-03-05  Kenichi Handa  <handa@etl.go.jp>
5706         * international/mule-conf.el (emacs-mule, raw-text):
5707         Docstring modified.
5709 2001-03-04  Eli Zaretskii  <eliz@is.elta.co.il>
5711         * term/internal.el: Update copyright notice.
5713         * term/pc-win.el: Update copyright notice.
5715 2001-03-02  Dave Love  <fx@gnu.org>
5717         * files.el (insert-file-contents-literally):
5718         Bind inhibit-file-name-handlers and inhibit-file-name-operation,
5719         not jka-compr-compression-info-list.
5721 2001-03-02  Stefan Monnier  <monnier@cs.yale.edu>
5723         * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
5724         spaces in default comment-start-skip settings rather than \s-.
5726 2001-03-02  Eli Zaretskii  <eliz@is.elta.co.il>
5728         * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
5729         default-frame-alist as well.
5731 2001-03-01  Dave Love  <fx@gnu.org>
5733         * textmodes/reftex.el (defvar): Wrap some defvars in
5734         eval-when-compile.  From Markus Rost <rost@math.ohio-state.edu>.
5736         * subr.el (event-basic-type): Doc fix.
5738         * international/quail.el: Doc fixes.
5740         * international/utf-8.el: Doc fixes.
5742         * international/mule-cmds.el: Doc fixes.
5743         (leim-list-header): Fix header text.
5745         * international/mule.el (coding-system-category): Doc fix.
5747         * international/ccl.el (ccl-compile): Doc fix.
5749 2001-03-01  Stefan Monnier  <monnier@cs.yale.edu>
5751         * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
5752         rather than (before|after)-change-functions.
5754 2001-03-01  Gerd Moellmann  <gerd@gnu.org>
5756         * ediff-util.el (ediff-scroll-horizontally): Arrange for
5757         scroll-left and scroll-right being called interactively so that
5758         they set the window's min_hscroll.
5760 2001-03-01  Eli Zaretskii  <eliz@is.elta.co.il>
5762         * info.el (info-insert-file-contents-1): Accept an additional
5763         argument `lfn': if it is non-nil, concatenate `filename' and
5764         `suffix'; otherwise use the complicated MS-DOS code.
5765         All callers changed.
5766         (info-insert-file-contents, Info-find-node): If the MS-DOS port
5767         can access long file names, try the long file-name version of
5768         `info-insert-file-contents-1', then the short file-name version.
5770 2001-02-28  TAKAHASHI Naoto  <ntakahas@m17n.org>
5772         * language/ethio-util.el (setup-ethiopic-environment-internal):
5773         Change bindings of functions keys to conform to "Emacs Lisp Coding
5774         Convention".
5776         * language/ethiopic.el ("Ethiopic"): Add documentation.
5778 2001-02-28  Kenichi Handa  <handa@etl.go.jp>
5780         * international/utf-8.el (mule-utf-8): Set coding-category
5781         property to coding-category-utf-8.
5783 2001-02-27  Richard M. Stallman  <rms@gnu.org>
5785         * lpr.el (lpr-page-header-switches, print-region-1):
5786         Undo 2000-07-06 change.
5787         (lpr-add-switches): Default to t on gnu/linux.
5789 2001-02-27  Gerd Moellmann  <gerd@gnu.org>
5791         * bs.el (bs-attributes-list): Doc fix.
5793 2001-02-26  Gerd Moellmann  <gerd@gnu.org>
5795         * help.el (describe-project): Display the file THE-GNU-PROJECT.
5797         * help.el (view-order-manuals): Use goto-address.
5799         * startup.el (command-line-1): Add info about ordering manuals
5800         to the not so fancy splash screens.
5802 2001-02-26  Andre Spiegel  <spiegel@gnu.org>
5804         * vc.el (vc-default-workfile-unchanged-p)
5805         (vc-default-latest-on-branch-p): Add missing BACKEND argument.
5807 2001-02-26  Gerd Moellmann  <gerd@gnu.org>
5809         * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
5810         fontify in the right buffer.
5812         * allout.el (outline-flag-region): Move macro in front of first
5813         use to avoid a run-time error.
5815 2001-02-24  Andrew Innes  <andrewi@gnu.org>
5817         * makefile.w32-in: Fix copyright notice.
5819 2001-02-24  Kenichi Handa  <handa@etl.go.jp>
5821         * international/utf-8.el (mule-utf-8): Set correct value for
5822         valid-codes property.
5824         * international/fontset.el (x-complement-fontset-spec): In the
5825         case that we use ASCII font for the other charsets, use only
5826         family and registry part of it.
5828 2001-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
5830         * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
5831         (shrink-window-if-larger-than-buffer): Doc fix.
5833 2001-02-23  Stefan Monnier  <monnier@cs.yale.edu>
5835         * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
5836         predicate passed to completing-read.
5838 2001-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
5840         * startup.el (command-line): Fix last change.
5842 2001-02-23  Jason Rumney  <jasonr@gnu.org>
5844         * startup.el (tool-bar-originally-present): New variable.
5845         (command-line): Set it if the tool-bar is switched on at startup.
5847         * frame.el (frame-notice-user-settings): Only adjust frame height
5848         for no tool-bar case if tool-bar was originally switched on.
5849         From E. Jay Berkenbilt.
5851 2001-02-22  Stefan Monnier  <monnier@cs.yale.edu>
5853         * server.el (server-switch-buffer): Only switch window if the
5854         current one is dedicated.
5856         * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
5857         rather than using (match-beginning 0) when searching for break point.
5859 2001-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
5861         * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
5862         @ follows an accent command such as @'.  Support optional braces
5863         in commands that insert accents, like makeinfo does.
5865 2001-02-22  Gerd Moellmann  <gerd@gnu.org>
5867         * startup.el (fancy-splash-text): Add a line for ordering
5868         manuals.  Reverse order of splash screens shown.
5869         (use-fancy-splash-screens-p): Adapt to the text line added.
5871         * menu-bar.el (menu-bar-help-menu): Add an item for ordering
5872         manuals from the FSF.
5874         * help.el (view-order-manuals): New function.
5875         (toplevel): Bind C-h C-m to this function.
5877 2001-02-21  Stefan Monnier  <monnier@cs.yale.edu>
5879         * newcomment.el (comment-forward): Skip the comment-start before
5880         searching for the comment-end.
5882 2001-02-21  Dave Love  <fx@gnu.org>
5884         * custom.el (custom-initialize-changed, defcustom): Doc fix.
5886         * international/mule-cmds.el, international/mule.el: Doc fixes.
5888 2001-02-21  Gerd Moellmann  <gerd@gnu.org>
5890         * startup.el (fancy-splash-screens): Use display-hourglass
5891         instead of display-busy-cursor.
5893         * frame.el (display-hourglass): Renamed from busy-cursor.
5894         (hourglass-delay): Renamed from busy-cursor-delay-seconds.
5895         (show-cursor-in-non-selected-windows): Doc fix.
5897 2001-02-20  Dave Love  <fx@gnu.org>
5899         * international/utf-8.el: Doc and commentary fixes.
5901 2001-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
5903         * ehelp.el (with-electric-help): Doc fix.
5905 2001-02-20  Gerd Moellmann  <gerd@gnu.org>
5907         * msb.el (msb-mode): Call the update-buffers function explicitly
5908         with a FORCE argument.
5910         * menu-bar.el (menu-bar-update-buffers): Add optional parameter
5911         FORCE.  If set, update the menu even if frame-or-buffer-changed-p
5912         returns nil.
5914 2001-02-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5916         * ps-print.el: Timestamp package replacement.  Some enhancements.
5917         Some XEmacs compatibility.  Doc fix.
5918         (ps-print-version): New version number (6.4).
5919         (ps-printer-name): Initialization fix.
5920         (ps-zebra-stripe-follow): Funcionality enhancement.
5921         (ps-prologue-file): Code enhancement.
5922         (ps-right-header): Timestamp package replacement.
5923         (ps-setup, ps-face-bold-p, ps-face-italic-p)
5924         (ps-get-page-dimensions)
5925         (ps-generate-header, ps-begin-file, ps-begin-job)
5926         (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
5927         (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
5928         (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
5929         (coding-system-for-write): Var declaration (XEmacs compatibility).
5931 2001-02-20  Miles Bader  <miles@gnu.org>
5933         * image-file.el (image-file-name-extensions): Add "tif".
5935 2001-02-19  Gerd Moellmann  <gerd@gnu.org>
5937         * wid-edit.el (widget-button-click): Save the selected window
5938         around the code handling clicks on buttons.
5940 2001-02-18  Dave Love  <fx@gnu.org>
5942         * imenu.el (imenu--generic-function): Use mapc to iterate over
5943         syntax characters.
5945 2001-02-17  Richard M. Stallman  <rms@gnu.org>
5947         * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
5949         * uniquify.el (uniquify-buffer-name-style): Doc fix.
5951 2001-02-16  Gerd Moellmann  <gerd@gnu.org>
5953         * mouse.el (mouse-save-then-kill): If the distance from the new
5954         point to the mark is equal to the distance of point from the new
5955         point, move point instead of the mark.
5957 2001-02-16  Dave Love  <fx@gnu.org>
5959         * textmodes/flyspell.el (flyspell-get-word): Return string without
5960         properties.
5962 2001-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
5964         * generic.el (generic-find-file-regexp): Doc fix.
5965         (generic-ignore-files-regexp): New defcustom.
5966         (generic-mode-find-file-hook): If the file's name matches the
5967         regexp in `generic-ignore-files-regexp', don't enter
5968         default-generic-mode.  Doc fix.
5970 2001-02-16  Gerd Moellmann  <gerd@gnu.org>
5972         * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
5973         Add autoload cookies.
5975         * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
5976         of cal-tex-24.
5978 2001-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
5980         * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
5982         * progmodes/compile.el (grep-regexp-alist): Remove the blank from
5983         the character class after the (optional) drive, to support file
5984         names with embedded blanks.
5986 2001-02-15  Sam Steingold  <sds@gnu.org>
5988         * textmodes/tex-mode.el (tex-shell-running):
5989         Check the process buffer too.
5991 2001-02-15  Dave Love  <fx@gnu.org>
5993         * battery.el (battery-status-function): Fix doc, :type.
5995         * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
5997 2001-02-15  Gerd Moellmann  <gerd@gnu.org>
5999         * subr.el (read-passwd): Clear Lisp memory holding password.
6001 2001-02-15  Miles Bader  <miles@gnu.org>
6003         * info.el (Info-copy-current-node-name): New function.
6004         (Info-mode-menu): Add it to the menu.
6006 2001-02-14  Richard M. Stallman  <rms@theobromine.ai.mit.edu>
6008         * international/mule-cmds.el (toggle-input-method): Doc fix.
6010 2001-02-13  Stefan Monnier  <monnier@cs.yale.edu>
6012         * replace.el (occur): Stop at end of buffer.
6014 2001-02-13  Eli Zaretskii  <eliz@is.elta.co.il>
6016         * international/mule-cmds.el (set-input-method): Another doc fix.
6018 2001-02-13  David M. Koppelman <koppel@ee.lsu.edu>
6020         * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
6022 2001-02-13  Miles Bader  <miles@gnu.org>
6024         * faces.el (set-face-background, set-face-foreground)
6025         (set-face-stipple): Treat a value of nil as being `unspecified'.
6027 2001-02-12  Dave Love  <d.love@dl.ac.uk>
6029         * international/latin1-disp.el:  Doc fixes.
6030         (latin1-display) <defgroup>: Add :link.
6031         (latin1-display) <function>: Set variable latin1-display.
6033 2001-02-12  Eli Zaretskii  <eliz@is.elta.co.il>
6035         * international/mule-cmds.el (set-input-method): Doc fix.
6037 2001-02-12  Eric M. Ludlam  <zappo@choochoo.ultranet.com>
6039         * speedbar.el (speedbar-frame-parameters): No toolbar lines.
6040         (speedbar-line-file): Return nil if not a file.
6041         (speedbar-buffers-line-path): Return file for tags, and dir for files.
6043 2001-02-12  Michael Kifer  <kifer@cs.sunysb.edu>
6045         * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
6046         for remote files.
6047         (ediff-coding-system-for-read): Replaced the no-conversion default
6048         with raw-text.
6050         * ediff-init.el: Removed :version from defcustom vars.
6052         * ediff-util.el (ediff-compute-custom-diffs-maybe):
6053         Better handling of the diff mode.
6055         * ediff.texi: Added ediff-coding-system-for-read.
6057         * viper.texi: Fix typos.
6059 2001-02-11  Dave Love  <fx@gnu.org>
6061         * shadowfile.el: Doc fixes.
6062         (shadow) <defgroup>: Add :link.
6063         (shadowfile-unload-hook): New function.
6064         (shadow-initialize): Use defalias, not fset.
6065         (shadow-define-cluster, shadow-define-literal-group)
6066         (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
6068         * international/mule.el: Doc and message fixes.
6070         * international/ccl.el (define-ccl-program): Doc fix.
6072 2001-02-11  Kenichi Handa  <handa@etl.go.jp>
6074         * faces.el (mode-line): Set :line-width property to -1.
6076 2001-02-10  Richard M. Stallman  <rms@gnu.org>
6078         * complete.el (partial-completion-mode): Doc fix.
6080         * simple.el (delete-key-deletes-forward-mode):
6081         Change `let' to `let*' to fix gross bug in last change.
6083         * repeat.el (repeat): Don't let execute-kbd-macro alter
6084         real-last-command.
6086 2001-02-10  Eli Zaretskii  <eliz@is.elta.co.il>
6088         * simple.el (eval-expression): Doc fix.
6090 2001-02-09  Dave Love  <fx@gnu.org>
6092         * imenu.el (imenu-generic-expression): Doc fix.
6094         * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
6095         From Juanma Barranquero.
6097         * emacs-lisp/authors.el (authors): Expand `root' before running find.
6099 2001-02-09  Kenichi Handa  <handa@etl.go.jp>
6101         * faces.el (set-face-attribute): Describe the case of a negative
6102         value specified for :line-width.
6104 2001-02-08  Stefan Monnier  <monnier@cs.yale.edu>
6106         * which-func.el (which-func-mode): Invert which-func-mode-global.
6107         From Juanma Barranquero <lektu@uol.com.br>.
6109 2001-02-08  Dave Love  <fx@gnu.org>
6111         * wid-edit.el (widget-plist-convert-widget): Replace binding of
6112         widget-plist-value-type.
6113         (widget-alist-convert-widget): Replace binding of
6114         widget-alist-value-type.
6116         * textmodes/paragraphs.el (sentence-end): Doc fix.
6118         * eshell/em-rebind.el (eshell-cannot-leave-input-list):
6119         Remove `backward-line'.
6121         * play/pong.el (pong-blank-color, pong-bat-color)
6122         (pong-ball-color, pong-border-color, pong-left-key)
6123         (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
6124         (pong-pause-key, pong-resume-key, pong-timer-delay):
6125         * mail/mh-comp.el (mh-compose-letter-function):
6126         * eshell/esh-mode.el (eshell-skip-prompt-function):
6127         * emulation/viper-ex.el (ex-unix-type-shell-options):
6128         * recentf.el (recentf-menu-filter):
6129         * ps-print.el (ps-print-region-function):
6130         * lpr.el (print-region-function):
6131         * forms.el (forms-mode-hooks):
6132         * dirtrack.el (dirtrack-directory-change-hook):
6133         * cus-start.el (temp-buffer-show-function, display-buffer-function):
6134         * textmodes/spell.el (spell-filter):
6135         * textmodes/fill.el (adaptive-fill-function):
6136         * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
6137         * progmodes/etags.el (find-tag-default-function):
6138         * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
6139         * progmodes/ada-mode.el (ada-popup-key): Fix :type.
6141 2001-02-07  Eli Zaretskii  <eliz@is.elta.co.il>
6143         * emulation/viper-init.el (viper-fast-keyseq-timeout)
6144         (viper-translate-all-ESC-keysequences): Doc fix.  From Jim
6145         Meyering <jim@meyering.net>.
6147         * loadup.el: Revert last change.
6149 2001-02-07  Kenichi Handa  <handa@etl.go.jp>
6151         * international/mule.el (transform-make-coding-system-args):
6152         Make it work also for coding systems not using CCL.
6154 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
6156         * simple.el (previous-matching-history-element)
6157         (next-matching-history-element): Doc fix.
6159         * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
6160         specific part.
6162 2001-02-06  Dave Love  <fx@gnu.org>
6164         * add-log.el (add-log-current-defun-function)
6165         (add-log-buffer-file-name-function, add-log-file-name-function):
6166         Fix :type.
6167         (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
6169 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
6171         * info.el (info-initialize): Remove the test for system-type when
6172         invocation-directory is non-nil.
6174         * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
6175         of `font-lock-defaults' to `backward-paragraph' rather than nil.
6177 2001-02-06  Andrew Innes  <andrewi@gnu.org>
6179         * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
6180         absolute.
6182 2001-02-06  David M. Koppelman <koppel@ee.lsu.edu>
6184         * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
6185         buffers.  When hi-lock turned on rather than only checking current
6186         buffer for regexps, all buffers are checked. Moved activation of
6187         font-lock to hi-lock-refontify. When font-lock turned off rather
6188         than removing added highlighting just in current buffer, remove it
6189         in all buffers.  Changed edit menu text from "Automatic
6190         Highlighting" to "Regexp Highlighting" Documentation for
6191         highlighting phrases, minor documentation changes.
6192         (hi-lock-set-file-patterns): Execute only if there are new or
6193         existing file patterns.
6194         (hi-lock-refontify): Assume font-lock-fontify-buffer will first
6195         unfontify and, if a support mode is active, will not refontify the
6196         whole buffer.  If necessary, turn on font lock. (Removed
6197         font-lock-unfontify and font-lock support-mode-specific calls,
6198         such as lazy-lock-fontify-window.)
6199         (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
6200         patterns are found. Not useful now since find-file-hook is removed
6201         if hi-lock is off, but may be needed for per-buffer hi-lock activation.
6202         (hi-lock-face-phrase-buffer): New function.  Also added related
6203         menu item and keybinding.
6204         (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
6205         (hi-lock-process-phrase): New function.
6206         (hi-lock-line-face-buffer): Doc fixes.
6207         (hi-lock-face-buffer): Doc fixes.
6208         (hi-lock-unface-buffer): Doc fixes.
6210 2001-02-06  Gerd Moellmann  <gerd@gnu.org>
6212         * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
6213         dabbrev-ignored-regexps.
6215 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
6217         * simple.el (kill-line): Doc fix.
6219 2001-02-05  Dave Love  <fx@gnu.org>
6221         * loadup.el: Revert last two changes -- bootstrapping works with
6222         regenerated loaddefs.
6224 2001-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
6226         * isearch.el (isearch-forward): Doc fix.
6228         * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
6229         of font-lock-defaults to backward-paragraph.
6231 2001-02-05  Gerd Moellmann  <gerd@gnu.org>
6233         * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
6234         X-Complaints-To, NNTP-Posting-Date, and User-Agent.
6236 2001-02-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6238         * ebnf2ps.el: Eliminate time-stamp functions.
6239         (ebnf-version): New version (3.5).
6240         (ebnf-eps-finish-and-write): Replace time-stamp functions by
6241         format-time-string.
6243 2001-02-05  Gerd Moellmann  <gerd@gnu.org>
6245         * simple.el (next-line): Goto end-of-line before inserting a newline.
6247 2001-02-05  Miles Bader  <miles@gnu.org>
6249         * image-file.el (insert-image-file): When visiting an image, also
6250         set `truncate-lines' to t so that any fringe arrow looks correct.
6252 2001-02-05  Kenichi Handa  <handa@etl.go.jp>
6254         * isearch.el (isearch-forward): Add description about input method
6255         in the docsting.
6257 2001-02-04  Stefan Monnier  <monnier@cs.yale.edu>
6259         * skeleton.el (skeleton-internal-1): Always push the mark for @.
6261 2001-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
6263         * info.el (info-initialize): If installation-directory is nil, for
6264         DOS/Windows systems try looking in a sibling of invocation-directory.
6266 2001-02-02  Gerd Moellmann  <gerd@gnu.org>
6268         * wid-edit.el (widget-button-click): Fix last change.
6270         * frame.el (frame-notice-user-settings): When resizing the initial
6271         frame because the tool bar is off, also change the frame's top
6272         position if a negative top position was specified.
6274 2001-02-02  Miles Bader  <miles@gnu.org>
6276         * image-file.el (insert-image-file): When visiting an image,
6277         suppress the cursor in the image buffer.
6279 2001-02-01  Dave Love  <fx@gnu.org>
6281         * progmodes/f90.el (f90-mode): Remove startup message.
6283         * vc-cvs.el: Remove autoloads.  Require vc when compiling.
6285 2001-02-01  Gerd Moellmann  <gerd@gnu.org>
6287         * startup.el (command-line): Fix code determining whether or not
6288         to use delete-key-deletes-forward-mode.
6290 2001-02-01  Andre Spiegel  <spiegel@gnu.org>
6292         * vc.el (vc-diff-switches): New user option.
6293         (vc-version-diff): Use it.
6294         (vc-diff-switches-list): New macro.
6296         * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
6297         New customization options.
6298         (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
6300         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
6302 2001-02-01  Gerd Moellmann  <gerd@gnu.org>
6304         * msb.el (toplevel): Quote hook symbols.
6306 2001-02-01  Kenichi Handa  <handa@etl.go.jp>
6308         * international/mule.el (make-coding-system): Add description
6309         about recognized properties in the docstring.
6311         * international/mule-conf.el: Remove unused charsets
6312         mac-roman-lower and mac-roman-upper.
6314 2001-01-31  Gerd Moellmann  <gerd@gnu.org>
6316         * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
6317         is in front of the left-margin, if any.
6319         * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
6320         like `delete'.
6322         * bindings.el: Define `kp-delete' like `delete' in function-key-map.
6324         * term/w32-win.el (mouse-set-font): Doc fix.
6326 2001-01-31  Stefan Monnier  <monnier@cs.yale.edu>
6328         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
6329         (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
6330         on already.
6332 2001-01-31  Markus Rost  <rost@math.ohio-state.edu>
6334         * files.el (save-buffer): Don't give message if (buffer-file-name)
6335         returns nil.
6337 2001-01-31  Eli Zaretskii  <eliz@is.elta.co.il>
6339         * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
6341         * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
6342         concat for integers.  From Juanma Barranquero <lektu@uol.com.br>.
6344         * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
6345         display problems.
6347 2001-01-31  Kenichi Handa  <handa@etl.go.jp>
6349         * international/mule.el (charset-info): Fix docstring.
6351         * international/mule-diag.el (describe-character-set): Check final
6352         char valid before printing it.
6354 2001-01-30  Gerd Moellmann  <gerd@gnu.org>
6356         * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
6358         * frame.el (frame-notice-user-settings): Do the tool-bar
6359         stuff only for graphical displays.  Fix a braino.
6361         * frame.el (frame-initialize): Create initial frame visible.
6362         (frame-notice-user-settings): When tool-bar has been switched off,
6363         correct the frame size and sync tool-bar-mode.
6365         * startup.el (command-line): Remove manipulation of frame
6366         height for tool bars.
6368 2001-01-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6370         * lpr.el: Compatibility with XEmacs and doc fixes.
6371         (lpr-windows-system, lpr-lp-system): New vars.
6372         (lpr-printer-switch): New defcustom.
6373         (printer-name, lpr-command): Customization fix.
6374         (print-region-1): Code fix.
6375         (print-region-new-buffer, printify-region): Indentation fix.
6376         (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
6377         New functions.
6379 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
6381         * msb.el (toplevel): Fix the eval-after-load.
6383 2001-01-29  Dave Love  <fx@gnu.org>
6385         * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
6387         * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
6389         * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
6390         (tcl-using-emacs-19-23): Consider Emacs 21+.
6391         (tcl-help-directory-list, tcl-command-switches): Fix :type.
6392         (tcl-add-emacs-menu): Supply menu name.
6393         (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
6395 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
6397         * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
6399 2001-01-29  Stefan Monnier  <monnier@cs.yale.edu>
6401         * pcvs.el (cvs-mark-fis-dead): New function.
6402         (cvs-mode-add): Use it.
6403         (cvs-mode-add-change-log-entry-other-window):
6404         Rebind change-log-default-name to itself rather than to nil.
6406 2001-01-29  Sam Steingold  <sds@gnu.org>
6408         * vc-cvs.el: Replaced (require 'vc) with a bunch of
6409         `autoload' statements.
6411 2001-01-29  Eli Zaretskii  <eliz@is.elta.co.il>
6413         * files.el (confirm-kill-emacs): Doc fix.
6415         * frame.el (frame-initialize): Doc fix.
6417         * time-stamp.el (time-stamp-string): Doc fix.
6419         * woman.el (WoMan-log-1): Make the log buffer writable.
6420         From Markus Rost <rost@math.ohio-state.edu>.
6422 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
6424         * imenu.el (imenu-syntax-alist): Add autoload cookie for
6425         the `make-variable-buffer-local'.
6427 2001-01-29  Dave Love  <fx@gnu.org>
6429         * ansi-color.el (ansi-color-for-comint-mode): Add :version.
6430         (ansi-color-for-comint-mode-on, ansi-color-process-output):
6431         Add autoload cookie.
6432         (ansi-color-apply-sequence): Fix typo.
6434 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
6436         * menu-bar.el (menu-bar-files-menu): Add menu items for
6437         Postscript printing in black and white.
6439         * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
6440         X-Mailman-Version, Precedence, List-Help, List-Post,
6441         List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
6442         Content-Type, Content-Length.
6444 2001-01-29  Dave Love  <fx@gnu.org>
6446         * elide-head.el (elide-head): Make overlay evaporate.
6448         * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
6450 2001-01-28  Eli Zaretskii  <eliz@is.elta.co.il>
6452         * isearch.el (isearch-highlight): Don't punt if the display
6453         doesn't support colors, since isearch faces are defined for
6454         monochrome displays as well.
6456 2001-01-27  Sam Steingold  <sds@gnu.org>
6458         * shell.el (shell-write-history-on-exit): Make sure that we are in
6459         the shell buffer (M-x tex-file RET inserted the error message into
6460         the TeX buffer).
6462 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
6464         * simple.el (transient-mark-mode): Doc fix.
6466 2001-01-27  Gerd Moellmann  <gerd@gnu.org>
6468         * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
6470 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
6472         * shell.el (shell-unquote-argument): If the shell is one of the
6473         mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
6474         quote character.
6475         (shell-dumb-shell-regexp): Document that the shells which match
6476         this regexp are supposed to not treat a backslash as a quote character.
6478         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
6479         from 2001-01-12.  It is not needed, since backspace is mapped into DEL.
6481 2001-01-27  Richard M. Stallman  <rms@gnu.org>
6483         * dabbrev.el (dabbrev--substitute-expansion):
6484         Treat a one-capital-letter abbrev as "not all upper case",
6485         so as to force preservation of the expansion's pattern
6486         if the expansion starts with a capital letter.
6488 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
6490         * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
6491         Doc fix.
6493         * simple.el (transient-mark-mode): Document the fact that many
6494         commands act on the region when mark is active.
6496 2001-01-27  Kenichi Handa  <handa@etl.go.jp>
6498         * international/quail.el (quail-setup-completion-buf): Make the
6499         multibyteness of current buffer inherited to Quail completion buffer.
6500         (quail-show-guidance-buf): Make the multibyteness of current
6501         buffer inherited to Quail guidance buffer.
6502         (quail-help): Make the multibyteness of current buffer inherited
6503         to Quail help buffer.
6505 2001-01-26  Dave Love  <fx@gnu.org>
6507         * time-stamp.el: Doc fixes.
6509         * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
6510         (delphi-keyword-face, delphi-other-face): Fix :type.
6512         * textmodes/flyspell.el: Doc fixes.  Add :version to new options.
6514         * mail/feedmail.el (feedmail): Add :link.
6515         (feedmail-send-it): Doc fix.
6517         * mail/sendmail.el: Doc fixes.
6518         (sendmail-send-it): Fix the non-ASCII regexp and use
6519         rfc2047-encode-string.
6521         * dired.el, dired-aux.el: Revert last change.
6523 2001-01-26  Gerd Moellmann  <gerd@gnu.org>
6525         * makefile.w32-in (DONTCOMPILE): Add various term files.
6527 2001-01-26  Dave Love  <fx@gnu.org>
6529         * Makefile.in (DONTCOMPILE): Add various term files.
6531 2001-01-26  Gerd Moellmann  <gerd@gnu.org>
6533         * man.el (Man-default-man-entry, Man-mode): Doc fix.
6535         * startup.el (display-startup-echo-area-message): Make sure
6536         the echo area is resized to fit the size of the startup message.
6538         * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
6539         part of which is a constant.
6541 2001-01-26  Eli Zaretskii  <eliz@is.elta.co.il>
6543         * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
6545 2001-01-26  Richard M. Stallman  <rms@gnu.org>
6547         * simple.el (next-line): Don't let `newline' expand abbrevs.
6548         Simplify slightly.
6549         (open-line): Don't let `newline' expand abbrevs.
6551 2001-01-25  John Wiegley  <johnw@gnu.org>
6553         * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
6554         to `repeat' in the :type field.
6556         * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
6557         allow a choice of regexp or nil.
6558         (pcomplete-dir-ignore): Same.
6560         * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
6561         a command) to always fail.
6563 2001-01-25  Gerd Moellmann  <gerd@gnu.org>
6565         * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
6566         discard the result.
6567         (iswitchb-to-end): Likewise.
6569 2001-01-25  Sam Steingold  <sds@gnu.org>
6571         * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
6572         Require vc.
6574 2001-01-25  Stefan Monnier  <monnier@cs.yale.edu>
6576         * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
6578         * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
6580 2001-01-25  Dave Love  <fx@gnu.org>
6582         * lisp/international/mule-diag.el (describe-char-after): Doc fix.
6583         (describe-coding-system): Tweak the English text.
6585         * loadup.el: Preload international/ccl for utf-8.
6587 2001-01-25  Eli Zaretskii  <eliz@is.elta.co.il>
6589         * mail/rmail.el (rmail-redecode-body): Doc fix.
6591 2001-01-25  Kenichi Handa  <handa@etl.go.jp>
6593         * international/mule-cmds.el (reset-language-environment):
6594         Reset coding-category-utf-8 to mule-utf-8.
6596         * international/mule-conf.el (coding-category-utf-8):
6597         Initialize to mule-utf-8.
6599         * loadup.el: Preload international/utf-8.
6601         * international/utf-8.el: New file.
6603 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
6605         * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
6607 2001-01-24  Sam Steingold  <sds@gnu.org>
6609         * dired.el (dired-replace-in-string): Removed.
6610         (dired-sort-toggle): Use `replace-regexps-in-string'
6611         instead of `dired-replace-in-string'.
6613         * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
6614         (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
6616         * gs.el (gs-replace-in-string): Removed.
6617         (gs-options): Use `replace-regexps-in-string'
6618         instead of `gs-replace-in-string'.
6620 2001-01-24  Eli Zaretskii  <eliz@is.elta.co.il>
6622         * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
6623         bug report is mailed to an email list and posted to a news group.
6625 2001-01-24  Gerd Moellmann  <gerd@gnu.org>
6627         * comint.el (comint-replace-by-expanded-history-before-point):
6628         Fix change of 2000-08-03 to move point to the start of the line again.
6630         * startup.el (tool-bar-images-pixel-height): New variable.
6631         (command-line): After loading the user's init file, when
6632         tool-bar-mode is on, increase the frame's size by some lines for
6633         the tool-bar.
6635         * frame.el (frame-initialize): Create the initial frame invisible.
6637 2001-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
6639         * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
6640         (chinese-big5): MIME:Big5.
6642 2001-01-24  Gerd Moellmann  <gerd@gnu.org>
6644         * international/mule-cmds.el (universal-coding-system-argument):
6645         Handle commands with prefix args.
6647 2001-01-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
6649         * calendar/diary-lib.el (diary-float): Fix case of MONTH
6650         being a list of numbers.
6651         (diary-mail-entries): Rewritten.
6653 2001-01-23  Dave Love  <fx@gnu.org>
6655         * international/mule.el (make-coding-system): Fix typo.
6657         * textmodes/outline.el (outline-mode) <font-lock-defaults>:
6658         Add backward-paragraph as font-lock-beginning-of-syntax-function.
6660 2001-01-23  Eli Zaretskii  <eliz@is.elta.co.il>
6662         * font-lock.el (font-lock-mode): Doc fix.
6664 2001-01-23  Kenichi Handa  <handa@etl.go.jp>
6666         * international/mule.el (make-translation-table): Fix docstring.
6668 2001-01-22  Eli Zaretskii  <eliz@is.elta.co.il>
6670         * mail/rmail.el (rmail-redecode-body): New function.
6672         * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
6674 2001-01-22  Gerd Moellmann  <gerd@gnu.org>
6676         * isearch.el (isearch-lazy-highlight-case-fold-search)
6677         (isearch-lazy-highlight-regexp): New variables.
6678         (isearch-lazy-highlight-cleanup): Update lazy highlight if
6679         case-fold search or regexp search has been toggled.
6681         * wid-edit.el (widget-button-click): Avoid a save-excursion
6682         around running a global binding.
6684         * isearch.el (isearch-lazy-highlight-initial-delay): Set default
6685         to 0.25.
6687 2001-01-20  Miles Bader  <miles@gnu.org>
6689         * cus-edit.el (custom-face-save): Do post-processing on the face's
6690         new value like `custom-face-set' does.
6692 2001-01-19  Eli Zaretskii  <eliz@is.elta.co.il>
6694         * mail/emacsbug.el (report-emacs-bug): Report the value of
6695         LC_CTYPE, not LC_TYPE.
6697         * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
6698         isearch-toggle-regexp and isearch-edit-string to doc string.
6700 2001-01-19  Gerd Moellmann  <gerd@gnu.org>
6702         * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
6703         as font-lock-beginning-of-syntax-function in font-lock-defaults.
6705         * jit-lock.el (jit-lock-fontify-now): Don't bind
6706         font-lock-beginning-of-syntax-function to nil.
6708 2001-01-19  Eli Zaretskii  <eliz@is.elta.co.il>
6710         * mail/emacsbug.el (report-emacs-bug): Report values of
6711         locale-coding-system, default-enable-multibyte-characters, and the
6712         environment variables LC_ALL, LC_TYPE, and LANG.
6714 2001-01-19  Gerd Moellmann  <gerd@gnu.org>
6716         * font-lock.el (font-lock-default-fontify-region): Fix last change.
6718         * font-lock.el (font-lock-multiline): Default to nil.
6719         (font-lock-default-fontify-region): If font-lock-multiline is
6720         nil, don't check the property `font-lock-multiline'.
6722         * jit-lock.el (jit-lock-after-change): If font-lock-multiline
6723         is nil, don't check the `font-lock-multiline' text property.
6725 2001-01-19  Michael Kifer  <kifer@cs.sunysb.edu>
6727         * viper.el: Call initial-major-mode on startup.
6729         * ediff.el (ediff-patch-file): Use better defaults.
6731         * ediff-vers.el: Fix for 8+3 DOS file systems.
6733 2001-01-19  Colin Walters <walters@cis.ohio-state.edu>
6735         * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
6736         diff mode, if available.
6738 2001-01-19  Michael Kifer  <kifer@cs.sunysb.edu>
6740         * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
6742         * ediff-init.el (subst-char-in-string): Define and use it, unless
6743         it's already defined.
6745 2001-01-18  Gerd Moellmann  <gerd@gnu.org>
6747         * tooltip.el (tooltip-hide-delay): New user-option.
6748         (tooltip-show): Use tooltip-hide-delay instead of the default.
6750 2001-01-18  Kenichi Handa  <handa@etl.go.jp>
6752         * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
6753         kill-local-variable doesn't work for enable-multibyte-characters.
6755 2001-01-17  Dave Love  <fx@gnu.org>
6757         * ediff-init.el (ediff-before-setup-hook)
6758         (ediff-merge-filename-prefix): Add :version.
6760         * international/latin1-disp.el: Require disp-table.
6761         (latin1-display): Fix :set.
6763         * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
6765 2001-01-17  Gerd Moellmann  <gerd@gnu.org>
6767         * isearch.el (isearch-lazy-highlight-initial-delay)
6768         (isearch-lazy-highlight-interval): Default to 0.
6770 2001-01-17  Bob Glickstein  <bobg@zanshin.com>
6772         * isearch.el (isearch-highlight): Set isearch-overlay priority to
6773         1 here rather than each time through
6774         isearch-lazy-highlight-new-loop.
6775         (isearch-lazy-highlight-max): Variable deleted.
6776         (isearch-lazy-highlight-max-at-a-time): New user variable, like
6777         isearch-lazy-highlight-max but controls a single invocation of
6778         isearch-lazy-highlight-update.
6779         (isearch-lazy-highlight-wrapped): Variable recreated.
6780         (isearch-lazy-highlight-window-start): New variable.
6781         (isearch-lazy-highlight-cleanup): Restored to behavior of
6782         before 2-Jan.
6783         (isearch-lazy-highlight-remove-overlays): Function deleted;
6784         behavior folded into isearch-lazy-highlight-cleanup.  "Keep"
6785         behavior removed.
6786         (isearch-lazy-highlight-new-loop): Restore old behavior of calling
6787         isearch-lazy-highlight-update in a loop rather than just once.
6788         Test isearch-invalid-regexp here and decide not to start a new
6789         loop, rather than testing it each time through
6790         isearch-lazy-highlight-update.
6791         (isearch-lazy-highlight-search): Function restored.
6792         (isearch-lazy-highlight-update): Get called in a timer loop again,
6793         but this time highlight more than one match each time through.
6794         Only highlight matches in the visible part of the window.
6795         Start at point, move in the direction of the search, and wrap around at
6796         the edge of the window.  Use sit-for to force redisplay and ensure
6797         window-start is credible.  "Face suppressing" behavior removed;
6798         overlay priorities should make it unnecessary, right?
6799         (isearch-highlight): Face suppressing behavior removed.
6800         (isearch-dehighlight): Face suppressing behavior removed.
6801         (isearch-set-lazy-highlight-faces-at): Removed.
6803 2001-01-17  Kenichi Handa  <handa@etl.go.jp>
6805         * language/european.el ("Latin-1"): Make the format of description
6806         about additional language environments same as that of Latin-2.
6808 2001-01-16  Dave Love  <fx@gnu.org>
6810         * isearch.el (isearch-lazy-highlight): Add :version.
6812         * simple.el (backward-delete-char-untabify-method)
6813         (next-line-add-newlines): Add :version.
6815 2001-01-16  Gerd Moellmann  <gerd@gnu.org>
6817         * bindings.el: Bind <backspace> and <delete> via function-key-map.
6818         Don't bind <delete> otherwise.
6820         * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
6821         and <delete> via function-key-map.
6823         * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
6824         Subject line only if point is after the `Subject:'.
6826 2001-01-16  Kenichi Handa  <handa@etl.go.jp>
6828         * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
6829         japanese-jisx0213-2 in `charset' property of this lang. env.
6831         * language/european.el ("Latin-1"): Add description for Dutch and
6832         Spanish lang. env.
6834         * international/mule.el (decode-char): Fix conditions.
6835         (encode-char): Handle eight-bit-control too.
6836         (transform-make-coding-system-args): New function.
6837         (make-coding-system): Accept XEmacs style arguments for CCL base
6838         coding system.
6840 2001-01-15  Gerd Moellmann  <gerd@gnu.org>
6842         * progmodes/etags.el (find-tag-noselect): Save the value of
6843         tags-file-name before switching buffers, for the case it has a
6844         buffer-local value.
6846 2001-01-15  Alex Schroeder  <alex@gnu.org>
6848         * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
6849         From Dave Love <fx@gnu.org>.
6850         (ansi-color-for-comint-mode): Fix :version.
6852 2001-01-15  Alex Schroeder  <alex@gnu.org>
6854         * ansi-color.el (ansi-color-unfontify-region): Doc change.
6856 2001-01-14  Eli Zaretskii  <eliz@is.elta.co.il>
6858         * dired.el (dired-insert-directory): If file-system-info fails,
6859         remove the " free " part, but don't signal an error.
6861 2001-01-12  Sam Steingold  <sds@gnu.org>
6863         * bookmark.el (bookmark-maybe-historicize-string):
6864         Use new backquote syntax.
6866 2001-01-12  Richard M. Stallman  <rms@gnu.org>
6868         * subr.el (last): Handle a list that doesn't end in nil.
6870 2001-01-12  Sam Steingold  <sds@gnu.org>
6872         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
6873         to `backward-delete-char-untabify'.
6875 2001-01-12  Dave Love  <fx@gnu.org>
6877         * cus-edit.el (customize-menu-create): Fix the :filter following
6878         easymenu change.
6880         * wid-edit.el (function): Add :match-alternatives.
6881         (widget-color-action): Doc fix.
6883 2001-01-12  Gerd Moellmann  <gerd@gnu.org>
6885         * calendar/calendar.el (calendar-basic-setup): Doc fix.
6887 2001-01-12  Kenichi Handa  <handa@etl.go.jp>
6889         * international/mule-cmds.el (prefer-coding-system): Fix docstring.
6891         * international/ccl.el (define-ccl-program): Fix docstring.
6893 2001-01-11  Dave Love  <fx@gnu.org>
6895         * international/mule-cmds.el (standard-display-european-internal):
6896         Set display table for 2208 as for 160.
6898         * progmodes/ada-mode.el (ada-popup-key): Fix last change.
6900         * progmodes/fortran.el (fortran-mode-map): Modify Customization
6901         entry for custom-menu-create change.
6902         (fortran-strip-sqeuence-nos): Make arg optional.  Fix regexp and
6903         don't cons it in the search loop.
6905         * imenu.el (imenu--truncate-items): Revert last change.
6907 2001-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
6909         * info.el (Info-setup-header-line): If the node header includes
6910         either Next: or Prev: links, don't show the File: and Node: parts
6911         in the header line.
6913 2001-01-11  Gerd Moellmann  <gerd@gnu.org>
6915         * comint.el (comint-goto-process-mark): Don't print a message
6916         when running in batch mode.
6918         * isearch.el (isearch-search): In the condition-case handler for
6919         `error', set isearch-invalid-regexp to the whole error message.
6921         * subr.el (eval-after-load): Call load-symbol-file-load-history to
6922         ensure that eval-after-load works for files dumped with Emacs.
6924         * help.el (load-symbol-file-load-history): New function extracted
6925         from function symbol-file.
6926         (symbol-file): Use it.
6928         * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
6930 2001-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
6932         * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
6933         behave as if there were no prefix argument.
6934         (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
6935         argument were nil.
6937 2001-01-11  Richard M. Stallman  <rms@gnu.org>
6939         * isearch.el (isearch-lazy-highlight-update):
6940         Don't look for more potential matches once maximum is exceeded.
6941         Use overlays-in to check correctly for overlap with current match.
6942         Ignore empty matches.
6944 2001-01-11  Miles Bader  <miles@gnu.org>
6946         * textmodes/ispell.el (ispell-adjusted-window-height): New function.
6947         (ispell-overlay-window, ispell-help, ispell-show-choices)
6948         (ispell-command-loop): Use it instead of `window-height'.
6950 2001-01-10  Gerd Moellmann  <gerd@gnu.org>
6952         * files.el (confirm-kill-emacs): New user-option.
6953         (save-buffers-kill-emacs): Ask for final confirmation before
6954         killing Emacs.
6956         * isearch.el (isearch-done): Set isearch-lazy-highlight-start
6957         to nil.
6959 2001-01-10  Dave Love  <fx@gnu.org>
6961         * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
6963         * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
6965         * hi-lock.el (hi-lock-exclude-modes): Fix :type.
6967         * calculator.el (calculator-number-digits): Fix :type.
6969         * vc-cvs.el (vc-cvs-header): Fix :type.
6970         * vc-rcs.el (vc-rcs-header): Fix :type.
6971         * vc-sccs.el (vc-sccs-header): Fix :type.
6973         * progmodes/ada-mode.el (ada-popup-key): Fix :type.
6975         * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
6977         * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
6979 2001-01-10  Gerd Moellmann  <gerd@gnu.org>
6981         * simple.el (set-variable): Force a thorough redisplay for the
6982         case that the variable has an effect on the display, like
6983         `tab-width' has.
6985 2001-01-10  Andre Spiegel  <spiegel@gnu.org>
6987         * vc.el: Add documentation for backend interface.
6989 2001-01-10  Kenichi Handa  <handa@etl.go.jp>
6991         * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
6993         * international/mule-conf.el (latin-extra-code-table): Set to t
6994         for \223 and \224.
6996 2001-01-09  Kenichi Handa  <handa@etl.go.jp>
6998         * international/mule-cmds.el (locale-language-names): Map "es" to
6999         "Spanish" and "nl" to "Dutch".
7001 2001-01-09  Gerd Moellmann  <gerd@gnu.org>
7003         * bindings.el (global-map): Bind <home> to beginning-of-line,
7004         <end> to end-of-line, C-<home> to beginning-of-buffer, and
7005         C-<end> to end-of-buffer.
7007         * language/european.el: Add Dutch and Spanish language info
7008         to be able to use the appropriate tutorials.
7010 2001-01-09  Alex Schroeder  <alex@gnu.org>
7012         * ansi-color.el (ansi-color-process-output): Use markers instead
7013         of positions for start and end of region.
7014         (ansi-color-apply-on-region): Rewrote code to make it more robust.
7015         Previously, occasional mistakes happend when fontifying many
7016         chunks of output (eg. ls --color=yes /dev).  This happened
7017         whenever an overlay was created up to the end of the region, which
7018         coincided with the process-mark.  New text would then be added
7019         within that overlay instead of after it.
7020         (ansi-color-make-extent): Overlays are created with the property
7021         `modification-hooks' set to '(ansi-color-freeze-overlay).
7022         (ansi-color-freeze-overlay): New function.  When inserting text at
7023         the end of the overlay, the overlay will resize.
7025 2000-01-09  Alex Schroeder  <alex@gnu.org>
7027         * ansi-color.el (ansi-color-process-output): Doc change.
7028         (ansi-color-unfontify-region): Doc change.  No longer installed
7029         automatically in font-lock-unfontify-region-function.
7030         (ansi-color-apply): Doc change.
7031         (ansi-color-apply-on-region): Use extents or overlays instead of
7032         text-properties.
7033         (ansi-color-make-extent): New function.
7034         (ansi-color-set-extent-face): New function.
7036 2000-01-09  Alex Schroeder  <alex@gnu.org>
7038         * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
7039         both use ansi-color-process-output, now.
7040         (ansi-color-process-output): Doesn't return string anymore.  It is
7041         installed in comint-output-filter-functions for both Emacs and
7042         XEmacs, now.
7043         (ansi-color-unfontify-region): Simplified code removing variables
7044         pos and start-ansi.
7045         (ansi-color-apply): Put text-property ansi-color before putting
7046         text-property face because ansi-color-unfontify-region is called
7047         immediately after the call to put-text-property.
7048         (ansi-color-context-region): Doc change.
7049         (ansi-color-filter-region): Simplified code.
7050         (ansi-color-apply-on-region): Changed start to start-marker, using
7051         a marker explicitly.  Put text-property ansi-color before putting
7052         text-property face because ansi-color-unfontify-region is called
7053         immediately after the call to put-text-property.
7055 2000-01-09  Alex Schroeder  <alex@gnu.org>
7057         * ansi-color.el (ansi-color-faces-vector): Doc change.
7058         (ansi-color-for-comint-mode): Changed :type property to choice.
7059         (ansi-color-last-context): Removed.
7060         (ansi-color-process-output): Don't use ansi-color-last-context, as
7061         the main functions will store their context now.
7062         (ansi-color-context): Doc change.
7063         (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
7064         Uses ansi-color-context such that repeated calls will strip
7065         partial escape sequences, too.
7066         (ansi-color-apply): Simplified code.  Colorize end of string if
7067         face is not null.  Store context in new (FACE STRING) format, such
7068         that repeated calls will strip partial escape sequences, too.
7069         Append faces to face property using ansi-color-apply-sequence such
7070         that cumulative mode actually works.
7071         (ansi-color-context-region): New variable.
7072         (ansi-color-filter-region): Rewrote it based on
7073         ansi-color-apply-on-region.  Uses ansi-color-context-region such
7074         that repeated calls will strip partial escape sequences, too.
7075         (ansi-color-apply-on-region): Simplified code.  Colorize end of
7076         region if face is not null.  Store context in new (FACE POS)
7077         format, such that repeated calls will strip partial escape
7078         sequences, too.  Append faces to face property using
7079         ansi-color-apply-sequence such that cumulative mode actually works.
7080         (ansi-color-apply-sequence): New function.
7081         (ansi-color-get-face): When the default face is added to the list
7082         of faces, all previous settings are discarded and the list of
7083         faces is set to '(default).
7085 2000-01-09  Alex Schroeder  <alex@gnu.org>
7087         * ansi-color.el (ansi-color-faces-vector): Use nil for the default
7088         face, such that ansi-color-apply and ansi-color-apply-on-region
7089         will do the right thing.
7090         (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
7091         returns nil, set the list of faces back to nil instead of
7092         appending the result of ansi-color-get-face to the front of the list.
7094 2000-01-09  Alex Schroeder  <alex@gnu.org>
7096         * ansi-color.el (ansi-color-for-comint-mode): Doc change.
7097         (ansi-color-process): Doc change.
7098         (ansi-color-last-context): New buffer-local variable.
7099         (ansi-color-process-output): New function.  It is automatically
7100         added to comint-output-filter-functions if this is XEmacs.
7101         (ansi-color-unfontify-region): New optional parameter for XEmacs
7102         compatibility.  Check wether font-lock-syntactic-keywords is
7103         boundp before removing the syntax table text property, as XEmacs
7104         doesn't have it.
7105         (ansi-color-filter-region): Doc change.
7106         (ansi-color-apply-on-region): Doc change.
7107         (ansi-color-make-face): New function.  Compatibility layer for
7108         XEmacs.  Return temporary faces instead of cons cells for XEmacs.
7109         (ansi-color-make-color-map): Use ansi-color-make-face.
7110         (ansi-color-get-face): Avoid face text property '(nil) as results
7111         in an errow for XEmacs.
7113 2000-01-09  Alex Schroeder  <alex@gnu.org>
7115         * ansi-color.el (ansi-color-unfontify-region): New function.
7116         Uses text-property ansi-color in order to preserve fontification by
7117         ansi-color.  When the package is loaded, a lambda expression is
7118         put onto font-lock-mode-hook.  This lambda expression will check
7119         font-lock-unfontify-region-function and replace
7120         font-lock-default-unfontify-region with ansi-color-unfontify-region.
7121         (ansi-color-apply): Add text-property ansi-color in addition to
7122         text-property face.
7123         (ansi-color-apply-on-region): Add text-property ansi-color in
7124         addition to text-property face.
7125         (save-buffer-state): Copy of the macro that is also used by
7126         lazy-lock and font-lock.
7128         (ansi-color-for-comint-mode): New option.
7129         (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
7130         (ansi-color-for-comint-mode-off): Ditto.
7131         (ansi-color-for-comint-mode-filter): Ditto.
7132         (ansi-color-process): New function.  Uses ansi-color-for-comint-mode to
7133         decide what to do.  This function is added to
7134         comint-preoutput-filter-functions when the package is loaded.
7136         (ansi-color-for-shell-mode-set): Removed.
7137         (ansi-color-for-shell-mode): Removed.
7139 2000-01-09  Alex Schroeder  <alex@gnu.org>
7141         * ansi-color.el (ansi-color-for-shell-mode-set): New function with
7142         the lambda expression from the ansi-color-for-shell-mode :set
7143         property.  Additionally, modify shell-mode-hook to enable or
7144         disable font-lock-mode for future shell buffers.
7145         (ansi-color-for-shell-mode): The :set property calls
7146         ansi-color-for-shell-mode-set instead of a lambda expression.
7148 2000-01-09  Alex Schroeder  <alex@gnu.org>
7150         * ansi-color.el (ansi-color-for-shell-mode): Doc change.
7151         (ansi-color-context): New variable.
7152         (ansi-color-apply): Save context between calls.
7154 2001-01-09  Eli Zaretskii  <eliz@is.elta.co.il>
7156         * isearch.el (isearch, isearch-lazy-highlight-face):
7157         New definitions for face colors and attributes.
7159         * wid-edit.el (widget-choose): Call display-popup-menus-p instead
7160         of display-mouse-p.
7162 2001-01-09  Kenichi Handa  <handa@etl.go.jp>
7164         * international/mule.el (make-coding-system): If the coding system
7165         accepts extra latin codes, register such codes as safe for the
7166         coding system.
7168 2001-01-08  Richard M. Stallman  <rms@gnu.org>
7170         * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
7171         don't mention the file name or the date here, because they are
7172         logged at the start of the file.
7174 2001-01-08  Richard M. Stallman  <rms@gnu.org>
7176         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
7177         Change screen-width to frame-width.
7179 2001-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
7181         * info.el (Info-search): Print the default as part of the prompt.
7183 2001-01-08  Andre Spiegel  <spiegel@gnu.org>
7185         * vc.el (vc-default-latest-on-branch-p): New function, replaces
7186         constant implementations in backends.
7188         * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
7189         (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
7191         * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
7192         WRITABLE to EDITABLE.
7194         * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
7195         (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
7196         to EDITABLE.
7198 2001-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
7200         * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
7201         (copyright, copyright-update): Compute the current year at run time.
7203 2001-01-08  Gerd Moellmann  <gerd@gnu.org>
7205         * isearch.el (isearch-old-signal-hook): Removed.
7206         (isearch-mode): Add isearch-done to kbd-macro-termination-hook
7207         instead of setting signal-hook-function.
7208         (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
7210 2001-01-08  Kevin Gallagher  <kevingal@onramp.net>
7212         * emulation/edt.el: Update to version 4.0.  Provide support for
7213         EDT scroll margins at top and bottom of the window.  Provide an
7214         emulation of the EDT SUBS command (bound to GOLD-Enter, by
7215         default).  Enhance edt-quit, bound to GOLD-q by default, to warn
7216         user when file-related buffer modifications exist.
7217         Provide support for running EDT Emulation in XEmacs.
7218         Provide customize access to some user updatable variables.
7219         Add Commentary section to file header.
7220         Fixed a few minor bugs and cleaned up some code.
7222         * emulation/edt-mapper.el: Update to version 4.0.  Provide support
7223         for detecting a keypress that generates an ASCII key sequence.
7224         (Previously, only a keypress that generates a vector was
7225         recognized.)  Embed Window Manager name into name of the generated
7226         EDT Emulation initialization file since the initialization file is
7227         Window Manager specific.  Add Commentary section to file header.
7229 2001-01-07  Eli Zaretskii  <eliz@is.elta.co.il>
7231         * mail/sendmail.el (mail-mode): Doc fix.
7233         * info.el (Info-goto-emacs-command-node): Doc fix.
7234         (Info-goto-emacs-key-command-node): Doc fix.
7236 2001-01-06  Eli Zaretskii  <eliz@is.elta.co.il>
7238         * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
7239         systems without long file-name support.
7241 2001-01-06  Andrew Innes  <andrewi@gnu.org>
7243         * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
7245 2001-01-06  Eli Zaretskii  <eliz@is.elta.co.il>
7247         * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
7248         (isearch-lazy-highlight-update): Doc fix.
7250         * ffap.el (ffap-bindings): Doc fix.
7252         * dired-x.el (dired-virtual-guess-dir): Doc fix.
7254 2001-01-05  Dave Love  <fx@gnu.org>
7256         * emacs-lisp/cl-seq.el (remove, remq): Remove.
7258 2001-01-05  Gerd Moellmann  <gerd@gnu.org>
7260         * mouse-drag.el (mouse-drag-safe-scroll):
7261         Bind scroll-preserve-screen-position to nil.
7263         * isearch.el (isearch-old-signal-hook): New variable.
7264         (isearch-mode): Set signal-hook-function to isearch-done.
7265         (isearch-done): Restore old signal-hook-function.
7267         * info.el (Info-fontify-node): Mark one more char as intangible.
7269 2000-01-05  Kenichi Handa  <handa@etl.go.jp>
7271         * composite.el (compose-last-chars): New argument COMPONENTS.
7272         If it is non-nil, compose preceding characters by compose-region with
7273         COMPONENTS.
7275         * international/quail.el (quail-input-string-to-events): New function.
7276         (quail-input-method): Convert input string to events here.
7277         (quail-start-translation): Return input string, not event list.
7278         (quail-start-conversion): Likewise.
7280 2001-01-04  Gerd Moellmann  <gerd@gnu.org>
7282         * tooltip.el (tooltip-cancel-delayed-tip)
7283         (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
7284         and tooltip-add-timeout.
7285         (tooltip-show): Set border color from faces's foreground.
7286         (tooltip-show-help-function): If called with the same help string
7287         as last time, do nothing.
7288         (tooltip-help-tips): Don't set tooltip-help-message to nil.
7290         * startup.el (fancy-splash-screens): Don't bind show-help-function
7291         to nil.
7293         * tooltip.el (tooltip-frame-parameters): Remove colors.
7294         (tooltip): New face
7295         (tooltip-set-param): New function.
7296         (tooltip-show): Set up color frame parameters from face `tooltip'.
7297         Display the tooltip text in face `tooltip'.
7299 2001-01-04  Dave Love  <fx@gnu.org>
7301         * whitespace.el (whitespace-global-mode): Fix typo.
7303         * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
7305 2001-01-04  Eli Zaretskii  <eliz@is.elta.co.il>
7307         * help.el (help-for-help): Fix a typo in a doc string.
7308         From kwzh@gnu.org (Karl Heuer).
7310 2001-01-03  Dave Love  <fx@gnu.org>
7312         * dired-x.el: Doc fixes.  Maintainer change.
7313         (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
7314         (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
7315         (dired-guess-shell-alist-user): Customize.
7316         (dired-x-help-address): Set to bug-gnu-emacs.
7317         (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
7318         (dired-default-directory): Renamed from default-directory.
7320         * hl-line.el (hl-line): Doc fix.
7322 2001-01-03  Karl Fogel  <kfogel@red-bean.com>
7324         * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
7326 2001-01-02  Richard M. Stallman  <rms@gnu.org>
7328         * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
7329         to remove all the current alternative-match highlighting.
7330         If nil, remove only what's outside the current window.
7331         (isearch-lazy-highlight-remove-overlays): Take optional
7332         region within which NOT to remove them.
7333         (isearch-lazy-highlight-new-loop): Greatly simplified.
7334         (isearch-lazy-highlight-update): Find all the other occurrences
7335         visible in the window, in just one call.
7336         (isearch-lazy-highlight-start): Now holds start of region to scan.
7337         (isearch-lazy-highlight-end): Now holds end of region to scan.
7338         (isearch-lazy-highlight-wrapped): Variable deleted.
7339         (isearch-lazy-highlight-search): Function deleted.
7341 2000-01-02  Andrew Innes  <andrewi@gnu.org>
7343         * w32-fns.el (convert-standard-filename): Do length check on name
7344         before aref.
7346 2001-01-02  Dave Love  <fx@gnu.org>
7348         * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
7349         value.
7350         (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
7352         * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
7354         * net/browse-url.el (browse-url-filename-alist): Avoid backquote
7355         read syntax.
7357         * calendar/todo-mode.el (todo): Add :link, :version.
7358         (todo-save-top-priorities): Remove autoload cookie.
7359         (todo-add-category, todo-add-item-non-interactively)
7360         (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
7362 2001-01-02  Gerd Moellmann  <gerd@gnu.org>
7364         * comint.el (comint-input-history-ignore): New variable.
7365         (comint-read-input-ring): Ignore entries matching
7366         comint-input-history-ignore.
7368 2001-01-02  Eric M. Ludlam  <zappo@gnu.org>
7370         * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
7371         (lm-copyright-mark): New function.
7372         (lm-crack-copyright): New function.
7373         (lm-verify): Check that the file has a copyright.
7374         Check that the file is copyright Free Software Foundation.
7376 2000-12-30  Kenichi Handa  <handa@etl.go.jp>
7378         * international/mule-diag.el (print-fontset): Indent font name by
7379         24 columns, not 25.
7381 2000-12-29  Gerd Moellmann  <gerd@gnu.org>
7383         * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
7384         in Subject line.
7386         * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
7387         Use mail-mode-hook instead of mail-setup-hook.
7388         Otherwise continuing an interrupted message with C-u C-x m for
7389         instance, winds up in Mail mode without abbrevs.
7391 2000-12-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7393         * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
7394         non-nil.  Adding almost all customization variables on ps-setup.
7395         Doc fix.
7396         (ps-print-version): New version number (6.3.3).
7397         (ps-end-with-control-d): Initialization fix.
7398         (ps-lines-printed): New var.
7399         (ps-skip-newline): New fun.
7400         (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
7401         (ps-next-line, ps-continue-line, ps-plot-region)
7402         (ps-generate-postscript-with-faces, ps-end-job): Code fix.
7404 2000-12-29  Kenichi Handa  <handa@etl.go.jp>
7406         * international/fontset.el (x-complement-fontset-spec):
7407         Resolve ASCII font name so that the same family name is used for fonts
7408         registered in x-font-name-charset-alist.
7409         (create-fontset-from-fontset-spec): Adjusted for the above change.
7410         The name of fontset alias should be a unresolved ASCII font name.
7412 2000-12-28  Gerd Moellmann  <gerd@gnu.org>
7414         * simple.el (delete-key-deletes-forward-mode): Bind backspace
7415         and delete in isearch-mode-map.
7417 2000-12-28  Richard M. Stallman  <rms@gnu.org>
7419         * dired-x.el (dired-guess-shell-alist-default):
7420         Use xpdf instead of acroread.
7422 2000-12-28  Kenichi Handa  <handa@etl.go.jp>
7424         * textmodes/artist.el (artist-butlast): Deleted.
7425         (artist-ellipse-mirror-quadrant): Use butlast instead of
7426         artist-butlast.
7428         * subr.el (butlast, nbutlast): Moved from cl.el to here.
7430         * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
7432 2000-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
7434         From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
7436         * ls-lisp.el: Better support for the Mac and MS-Windows.
7437         (ls-lisp): New defgroup.
7438         (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
7439         (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
7440         (ls-lisp-support-shell-wildcards): New defcustoms.
7441         (ls-lisp-parse-symlink): New function.
7442         (insert-directory): Code to convert switches to a list and set up
7443         the wildcard argument copied from ls-lisp-insert-directory.
7444         (ls-lisp-insert-directory): New argument TIME-INDEX.  Add support
7445         for -C and -R switches.
7446         (ls-lisp-column-format): New function.
7447         (ls-lisp-delete-matching, ls-lisp-handle-switches)
7448         (ls-lisp-format-time): Add doc strings.
7449         (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
7450         Support ls-lisp-dirs-first.
7451         (ls-lisp-classify, ls-lisp-extension): New functions.
7452         (ls-lisp-format): Optionally support emulation of symlinks.
7453         Support -i, -s, and -G switches.
7455 2000-12-27  Gerd Moellmann  <gerd@gnu.org>
7457         * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
7459         * version.el (emacs-version): Print X scroll bar information.
7461         * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
7462         instead of x-toolkit-scroll-bars-p.
7464         * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
7465         of x-toolkit-scroll-bars-p.
7467 2000-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
7469         * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
7470         (ffap-bindings): Doc fix, to reflect the above change.
7472 2000-12-27  Kenichi Handa  <handa@etl.go.jp>
7474         * term.el (term-char-mode): Define all non-ascii self-inserting
7475         characters to 'term-send-raw in term-raw-map.
7477 2000-12-25  Michael Kifer  <kifer@cs.sunysb.edu>
7479         * viper-init (viper-restore-cursor-type): Added condition-case guard.
7481         * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
7482         Changed initialization; use add-hook.
7483         (ediff-file-remote-p): Use file-local-copy.
7485         * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
7487         * ediff.el (ediff-patch-buffer): Bug fix.
7488         (ediff-revision): Allow selection of the file at the prompt.
7490 2000-12-23  Stefan Monnier  <monnier@cs.yale.edu>
7492         * subr.el (combine-run-hooks): Remove.
7494         * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
7495         and remove the rogue second spec.
7497 2000-12-23  Gerd Moellmann  <gerd@gnu.org>
7499         * progmodes/compile.el (compilation-forget-errors): Fix indentation.
7501 2000-12-22  Stefan Monnier  <monnier@cs.yale.edu>
7503         * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
7504         Use minibuffer menu prompt for the `=' prefix.
7505         (smerge-command-prefix): Change default to C-^.
7506         (smerge-mode): Don't assume font-lock doesn't move point.
7508         * skeleton.el (skeleton-internal-1): Make sure the first line of
7509         the region is also re-indented.
7510         (skeleton-end-newline): New var.
7511         (skeleton-end-hook): Use it.
7513 2000-12-22  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
7515         * comint.el (comint-password-prompt-regexp): Support CVS.
7517 2000-12-22  Gerd Moellmann  <gerd@gnu.org>
7519         * simple.el (delete-key-deletes-forward-mode): Simplify.
7520         Also backspace key combinations, depending on
7521         delete-key-deletes-forward.
7523         * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
7525         * simple.el (delete-key-deletes-forward): Doc fix.
7527 2000-08-22  Emmanuel Briot  <briot@gnat.com>
7529         * xml.el (top level comment): Updated to reflect the fact that
7530         white spaces are relevant in the XML file.
7531         (xml-parse-file): Do not kill an existing Emacs buffer if the file
7532         to parse was already edited. This allows for on-the-fly analysis
7533         of XML files.
7534         (xml-parse-tag): Check that the casing is the same in the start
7535         tag and end tag, since XML is case-sensitive.  Allows for spaces
7536         in the end tag, after the name of the tag.
7537         (xml-parse-attlist): Allow for the character '-' in the name of
7538         attributes, as in the standard http-equiv attribute Do not save
7539         the properties in the XML tree, since they are not relevant.
7541 2000-12-21  Stefan Monnier  <monnier@cs.yale.edu>
7543         * generic.el (generic-read-type): Undo last change, inline into
7544         `generic-mode' and then remove.
7545         (generic-mode): Inline generic-read-type.
7546         (define-generic-mode): Push the symbol name rather than the symbol
7547         onto generic-mode-list.
7549 2000-12-21  Gerd Moellmann  <gerd@gnu.org>
7551         * generic.el (generic-read-type): Build an alist for
7552         completing-read as in 20.7.
7554         * play/landmark.el (lm): Use interactive spec `P'.
7555         (toplevel): Don't set debug-on-error.
7557         * server.el (server-switch-buffer): Choose a window on a visible frame.
7559 2000-12-21  Dave Pearson  <davep@davep.org>
7561         * quickurl.el: Commentry change, I've moved my web site.
7563 2000-12-21  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7565         * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
7566         ranges like \177-\237, but accepts the character sequence from \177 to
7567         \237.  Doc fix.
7568         (ebnf-version): New version (3.4).
7569         (ebnf-setup): Code fix.
7570         (ebnf-range-regexp): New fun.
7571         (ebnf-8-bit-chars): Const fix.
7573         * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
7574         entry.  Doc fix.
7575         (ebnf-bnf-lex): Code fix.
7576         (ebnf-bnf-comment-chars): Const fix.
7578         * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
7579         entry.  Doc fix.
7580         (ebnf-iso-comment-chars): Const fix.
7582         * ebnf-otz.el: Doc fix.
7584         * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
7585         entry.  Doc fix.
7586         (ebnf-yac-skip-code): Code fix.
7587         (ebnf-yac-comment-chars): Const fix.
7589 2000-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
7591         * files.el (insert-directory-safely): New function.
7592         (recover-file): Use it instead of insert-directory.
7593         From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7595 2000-12-21  Kenichi Handa  <handa@etl.go.jp>
7597         * international/mule-cmds.el (select-safe-coding-system):
7598         Check coding-category-list more rigidly.  Improve help message.
7600         * dired.el (dired-move-to-filename-regexp): Fix previous change.
7602 2000-12-21  Miles Bader  <miles@gnu.org>
7604         * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
7606 2000-12-21  Kenichi Handa  <handa@etl.go.jp>
7608         * international/mule-diag.el (describe-char-after): Make *Help*
7609         buffer inherit multibyteness of the current buffer.
7611         * international/mule.el (make-char): Docstring adjusted for the
7612         change of make-char-internal.
7614 2000-12-20  Stefan Monnier  <monnier@cs.yale.edu>
7616         * international/iso-cvt.el: Docstrings fix.
7618 2000-12-20  Dave Love  <fx@gnu.org>
7620         * subr.el (eval-after-load): Doc fix.
7622 2000-12-20  Kenichi Handa  <handa@etl.go.jp>
7624         * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
7625         for numbers.
7627 2000-12-20  Miles Bader  <miles@gnu.org>
7629         * international/quail.el (quail-help): Resize the help window
7630         again after it has all its contents.  Remove unneeded progn.
7632 2000-12-19  Gerd Moellmann  <gerd@gnu.org>
7634         * pcmpl-linux.el: Fix copy/paste error.
7636 2000-12-19  Andrew Innes  <andrewi@gnu.org>
7638         * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
7640 2000-12-19  Carsten Dominik  <dominik@strw.leidenuniv.nl>
7642         * progmodes/idlw-rinfo.el: Fixed copyright notice.
7644         * progmodes/idlw-toolbar.el: Fixed copyright notice.
7646         * progmodes/idlw-shell.el: Fixed copyright notice.
7648         * progmodes/idlwave.el: Fixed copyright notice.
7650         * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
7651         TAB as key separators.
7653 2000-12-19  Alex Schroeder  <alex@gnu.org>
7655         * sql.el (sql-sybase-options): New option.
7656         (sql-sybase): Use it.  Add sql-database to the list of parameters
7657         provided for login.  The options -w 2048 -n are not used any more.
7658         (sql-postgres-options): Changed default from "--pset" to "-P".
7659         (sql-mysql-options): Doc change.
7660         (sql-stop): Doc change.
7662 2000-12-19  Kenichi Handa  <handa@etl.go.jp>
7664         * international/quail.el (quail-input-method): Always hide
7665         the guidance buffer on exiting.
7667 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
7669         * tooltip.el (tooltip-mode): Signal an error if x-show-tip
7670         isn't fboundp.
7672         * server.el (server-buffer-done): Bury the buffer before
7673         killing it.
7675         * faces.el (face-spec-set): Interpret a nil in specs for
7676         foreground and background colors as `unspecified', for
7677         compatibility with 20.x.
7679 2000-12-18  Dave Love  <fx@gnu.org>
7681         * simple.el (mail-user-agent): Doc fix.
7682         (input-mode-8-bit): Removed.
7684         * international/mule.el (set-keyboard-coding-system): Doc fix.
7685         (keyboard-coding-system): New option.
7687         * mail/sendmail.el (send-mail-function): Customize.
7689 2000-12-18  Eli Zaretskii  <eliz@is.elta.co.il>
7691         * international/codepage.el (cp866-decode-table): New table.
7693 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
7695         * version.el (emacs-version): Remove `%a' from the time format
7696         because the weekday doesn't fit well into each locale.
7698 2000-12-18  Miles Bader  <miles@gnu.org>
7700         * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
7702         * textmodes/artist.el (artist-replace-chars, artist-replace-char):
7703         Check that emacs-major-version is `=' to 20, not `>='.
7704         (artist-replace-chars): Use `make-string' instead of a loop.
7706 2000-12-17  Stefan Monnier  <monnier@cs.yale.edu>
7708         * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
7709         (cvs-execute-single-file): Don't change directory.
7710         Patch from Per Cederqvist.
7712 2000-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
7714         * textmodes/ispell.el (check-ispell-version):
7715         If `ispell-program-name' is "aspell", pass it the -v switch instead
7716         of -vv.
7718 2000-12-16  Kenichi Handa  <handa@etl.go.jp>
7720         * international/mule-diag.el (mule-diag): Insert information about
7721         configure options, multibyte awareness, language env.
7723         * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
7724         regexp to search for candidates.
7726 2000-12-15  Eli Zaretskii  <eliz@is.elta.co.il>
7728         * info.el (Info-forward-node): If the node has an
7729         Info-header-line, widen the buffer before searching for "next:"
7730         and "up:" pointers, and set the search limit to stay in the
7731         current node.
7733 2000-12-16  Miles Bader  <miles@gnu.org>
7735         * simple.el (delete-trailing-whitespace): Remove extraneous let.
7737 2000-12-15  Miles Bader  <miles@gnu.org>
7739         * comint.el (comint-send-string, comint-send-region): Also accept
7740         a buffer, buffer-name, or nil for PROCESS, for compatibility with
7741         process-send-string/region.
7743 2000-12-15  Gerd Moellmann  <gerd@gnu.org>
7745         * isearch.el (isearch-lazy-highlight-max): New user-option.
7746         (isearch-lazy-highlight-update): Don't highlight more than
7747         isearch-lazy-highlight-max matches.
7749         * mail/mh-utils.el (mh-find-path): Set read-mail-command.
7751 2000-12-15  Richard M. Stallman  <rms@gnu.org>
7753         * sort.el (sort-columns): Fix error message.
7755         * dabbrev.el (dabbrev--last-case-pattern): Value is now
7756         `upcase' or `downcase' or nil.
7757         (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
7758         Pass new record-case-pattern arg to dabbrev--substitute-expansion.
7759         (dabbrev--substitute-expansion): New arg record-case-pattern.
7760         If it is non-nil, set dabbrev--last-case-pattern.
7761         If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
7763         * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
7765 2000-12-15  Miles Bader  <miles@gnu.org>
7767         * paths.el (Info-default-directory-list): Don't delete
7768         configure-info-directory from the list of standard info
7769         directories when appending it to the end -- their order is important.
7771         * faces.el (read-face-attribute): If there's no entry for the
7772         user's input in VALID, just use it as-is (this will often result
7773         in an error, but it may be OK for e.g. colors using hexadecimal
7774         notation, and at least will yield a better error message).
7776         * window.el (mode-line-window-height-fudge): Function removed.
7777         (height-affecting-face-attributes, mode-line-window-height-fudge):
7778         Variables removed.
7779         * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
7780         window is really the right size.  Use vertical-motion
7781         rather than forward-line.
7782         (ispell-help): Don't use ispell-mode-line-window-height-fudge.
7783         (ispell-command-loop, ispell-show-choices): Use the variable
7784         ispell-choices-win-default-height, rather than the function.
7785         (ispell-choices-win-default-height): Function removed.
7786         (ispell-mode-line-window-height-fudge): Function removed.
7788 2000-12-14  Stefan Monnier  <monnier@cs.yale.edu>
7790         * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
7792 2000-12-14  Eli Zaretskii  <eliz@is.elta.co.il>
7794         * paths.el (Info-default-directory-list):
7795         If configure-info-directory is not one of the standard directories,
7796         put it first in the list; otherwise put it last.  Doc string
7797         changed accordingly.
7799         * info.el (Info-directory-list): Change doc string to reflect the
7800         change in Info-default-directory-list.
7802         * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
7803         windows-nt as windowed environments, even under -nw.
7805         * startup.el (command-line): Don't call x-backspace-delete-keys-p
7806         if not fboundp.  Switch delete-forward mode for the <delete> key
7807         on all PC platforms, even under -nw.
7809         * term/internal.el ([M-delete]): Remap to M-d.
7811 2000-12-14  Gerd Moellmann  <gerd@gnu.org>
7813         * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
7815 2000-12-14  Eli Zaretskii  <eliz@is.elta.co.il>
7817         * frame.el (show-cursor-in-non-selected-windows): Doc fix.
7819 2000-12-14  Gerd Moellmann  <gerd@gnu.org>
7821         * startup.el (command-line): Call delete-key-deletes-forward-mode,
7822         if appropriate.
7824         * simple.el (delete-key-deletes-forward): New user-option.
7825         (delete-key-deletes-forward-mode): New function.
7827         * bindings.el: Bind `delete' to backward-delete-char.
7829         * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
7830         Test if symbol is bound before getting its value.
7832         * tooltip.el (tooltip-show): If an error is signaled in
7833         x-show-tip, display that error, and display the help in the
7834         echo area.
7836 2000-12-14  Kenichi Handa  <handa@etl.go.jp>
7838         * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
7839         Show "... entries" messages for every 10000 entries, not 10.
7841 2000-12-13  Karl Fogel  <kfogel@red-bean.com>
7843         * bookmark.el: Provide a generic exit hook, as suggested by
7844         Ovidiu Predescu <ovidiu@cup.hp.com>:
7845         (bookmark-exit-hook): New var.
7846         (bookmark-exit-hook-internal): New func, replaces
7847         old raw lambda form in `kill-emacs-hook', and runs new
7848         `bookmark-exit-hooks'.  No longer tests for the bookmark feature,
7849         as logically that feature must have been provided if this function
7850         is running.
7851         Removed ;;;###autoload before the `add-hook' call.
7853 2000-12-13  Stefan Monnier  <monnier@cs.yale.edu>
7855         * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
7856         (easy-menu-current-active-maps): New function.
7857         (easy-menu-get-map): Use it.
7858         Make a proper menu entry when creating a new keymap.
7860 2000-12-13  Kenichi Handa  <handa@etl.go.jp>
7862         * international/characters.el: Fix cases and syntaxes for
7863         mule-unicode-0100-24ff.
7865         * dired.el (dired-move-to-filename-regexp): Fixed for the case
7866         that a Japanese character is not appended after day and year.
7868         * info.el (Info-suffix-list): Change format for a command that
7869         requires arguments.
7870         (info-insert-file-contents): Adjusted for the above change.
7872 2000-12-12  Andreas Schwab  <schwab@suse.de>
7874         * tar-mode.el (tar-extract): Base the name of the subfile buffer
7875         on the name of the tar buffer.  Verify that the existing buffer is
7876         visiting the same subfile.
7878 2000-12-12  Dave Love  <fx@gnu.org>
7880         * subdirs.el: Add obsolete.
7882 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
7884         * mail/rmailsum.el (rmail-summary-expunge)
7885         (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
7886         instead of rmail-confirm-expunge.
7888         * replace.el (perform-replace): Don't use an empty match adjacent
7889         to a non-empty match when computing the next match before the
7890         replacement is performed.
7892 2000-12-12  Milan Zamazal  <pdm@freesoft.cz>
7894         * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
7895         definition (patch by Stefan Monnier).
7896         (glasses-mode): Use jit-lock instead of `after-change-functions'
7897         (patch by Stefan Monnier).
7899 2000-12-12  Miles Bader  <miles@gnu.org>
7901         * info.el (Info-last-preorder): Don't barf on nodes without a prev.
7902         (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
7904 2000-12-12  Andrew Choi  <akochoi@i-cable.com>
7906         * term/mac-win.el: Remove load for ls-lisp.
7908         * loadup.el: Load ls-lisp for system-type `macos'.
7910 2000-12-12  Miles Bader  <miles@gnu.org>
7912         * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
7913         Respect field end too.
7914         (just-one-space): Respect fields as `delete-horizontal-space'.
7915         (newline-and-indent, reindent-then-newline-and-indent):
7916         Use `delete-horizontal-space'.
7918 2000-12-11  Stefan Monnier  <monnier@cs.yale.edu>
7920         * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
7921         (so as to obey the field property in the minibuffer).
7923         * obsolete/c-mode.el: Moved from lisp/progmodes.
7924         * obsolete/auto-show.el: Moved from lisp.
7925         * obsolete/ooutline.el: Moved from lisp/textmodes.
7927 2000-12-11  Carsten Dominik  <dominik@strw.leidenuniv.nl>
7929         * progmodes/idlwave.el: Updated to IDLWAVE version 4.7.  Too many
7930         changes to list them here.
7932         * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
7933         Too many changes to list them here.
7935         * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
7936         Too many changes to list them here.
7938         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
7940 2000-12-11  Gerd Moellmann  <gerd@gnu.org>
7942         * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
7944         * cus-edit.el (custom-save-variables, custom-save-faces):
7945         Comment fix.
7947         * hscroll.el: Moved to `obsolete' subdir.
7949 2000-12-11  Miles Bader  <miles@gnu.org>
7951         * window.el (window-text-height): Function removed (now in C).
7953 2000-12-10  Stefan Monnier  <monnier@cs.yale.edu>
7955         * log-edit.el (log-edit-parent-buffer): New var.
7956         (log-edit): Set it.  Add BUFFER argument.
7957         (log-edit-done): Use char-before.
7958         Don't bother checking validity of vc-comment-ring.
7959         Only bury the buffer if log-edit popped it up.
7961         * pcvs.el: Update references to CVS-Edit (now Log-Edit).
7962         (cvs-mode-diff-help): Remove.
7963         (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
7964         (cvs-mode-marked): Set up the default for CMD manually.
7966         * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
7967         Remove binding for ? now made unnecessary.
7969 2000-12-10  Carsten Dominik  <dominik@strw.leidenuniv.nl>
7971         * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
7972         (reftex-TeX-master-file): Check for `tex-main-file' early enough.
7974         * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
7975         when master file is not open.
7977 2000-12-09  Stefan Monnier  <monnier@cs.yale.edu>
7979         * progmodes/ada-stmt.el: Update `maintainer'.
7981 2000-12-09  Stephen Gildea  <gildea@stop.mail-abuse.org>
7983         * time-stamp.el (time-stamp-old-format-warn): Reorder custom
7984         choices to match documentation string.
7986 2000-12-09  Miles Bader  <miles@gnu.org>
7988         * minibuf-eldef.el: New file.
7990         * window.el (fit-window-to-buffer): Don't pass last argument to
7991         pos-visible-in-window-p, now that its meaning is inverted.
7993 2000-12-08  Eli Zaretskii  <eliz@is.elta.co.il>
7995         * image.el (create-image): Doc fix; spotted by Per Cederqvist
7996         <ceder@lysator.liu.se>.
7998 2000-12-08  Stefan Monnier  <monnier@cs.yale.edu>
8000         * autoinsert.el (auto-insert-alist): Add missing final \n.
8002         * pcvs-defs.el (cvs-menu): Move.  Make submenu for diff commands.
8003         (cvs-menu-map): Remove.
8004         * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
8005         (cvs-mode-quit): Turn it back into a plain function.
8007         * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
8008         (texinfo-filter): Remove (move to texinfo.el).
8010         * textmodes/texinfo.el: Move the (require 'cl) to the front of the
8011         file where it's more visible.
8012         (texinfo-filter, texinfo-chapter-level-regexp): New variables
8013         moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
8014         (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
8015         (texinfo-inside-macro-p): Only catch `scan-error's.
8016         (texinfo-inside-env-p): Make better use of the match info.
8017         (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
8018         (texinfo-insert-@end): Slight re-organization.
8019         Also remove useless `looking-at' call.
8021 2000-12-08  Andrew Innes  <andrewi@gnu.org>
8023         * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
8024         accessible in -nw mode.
8026         * term/w32-win.el: Remove stuff about selection timeout, which is
8027         irrelevant on Windows.  Move clipboard support to w32-fns.el, so
8028         it is accessible in -nw mode.
8030 2000-12-08  Dave Love  <fx@gnu.org>
8032         * emacs-lisp/lisp-mode.el (lisp-mode):
8033         Set font-lock-keywords-case-fold-search.
8035 2000-12-08  Gerd Moellmann  <gerd@gnu.org>
8037         * textmodes/ispell.el (ispell): Doc fix.
8039 2000-12-08  Kenichi Handa  <handa@etl.go.jp>
8041         * international/quail.el (quail-insert-decode-map): Check the
8042         frame width of a window displaying the current buffer, not that of
8043         the selected frame.
8044         (quail-help): Make sure that the help buffer has window before
8045         inserting text in it.
8047 2000-12-07  Sam Steingold  <sds@gnu.org>
8049         * loadup.el: Load emacs-lisp/backquote instead of autoloading.
8050         Backquote is used in isearch.el, so autoloading saves nothing.
8052 2000-12-07  Eli Zaretskii  <eliz@is.elta.co.il>
8054         * startup.el (normal-top-level-add-subdirs-to-load-path):
8055         Ignore the CVS and RCS subdirectories case-insensitively.
8057         * dired.el (dired-insert-directory): If file-system-info is
8058         fboundp, call it instead of invoking dired-free-space-program.
8060 2000-12-07  Gerd Moellmann  <gerd@gnu.org>
8062         * server.el (server-visit-files): Push files on file-name-history.
8064         * progmodes/cc-langs.el: Update copyright.
8066         * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
8068         * bindings.el (mode-line-mode-menu): Add glasses-mode.
8070         * bindings.el (mode-line-mode-menu): Reverse the order
8071         of define-keys so that the menu appears in alphabetical order.
8073 2000-12-07  Milan Zamazal  <pdm@freesoft.cz>
8075         * progmodes/glasses.el (glasses-mode): Update mode line at the end
8076         of the function.
8078 2000-12-07  Dave Love  <fx@gnu.org>
8080         * jka-compr.el (jka-compr-compression-info-list): Fix :type.
8082         * facemenu.el (facemenu-unlisted-faces): Fix value.
8084 2000-12-07  Stefan Monnier  <monnier@cs.yale.edu>
8086         * font-lock.el (font-lock-default-fontify-region):
8087         Include the terminating \n (off-by-one error).
8088         (font-lock-set-defaults): Use dolist.
8090         * derived.el (define-derived-mode): Don't use combine-run-hooks.
8092 2000-12-07  Kenichi Handa  <handa@etl.go.jp>
8094         * international/mule-cmds.el (describe-language-environment):
8095         Fix for the case that an input method title is not string but a list.
8097         * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
8098         of wrong SIZE record.
8100 2000-12-06  Dave Love  <fx@gnu.org>
8102         * newcomment.el (comment-region, comment-dwim): Doc fix.
8104         * textmodes/texinfo.el: Require tex-mode when compiling.
8105         (texinfo-update-node): Doc fix.
8106         (texinfo-imenu-generic-expression): Add @anchor.
8107         (texinfo-font-lock-keywords): Add @uref.
8108         (texinfo-inside-macro-p): Don't use ignore-errors.
8109         (texinfo-insert-quote): Match more contexts.
8111         * international/mule.el (decode-char, encode-char): Doc fix.
8112         (auto-coding-alist): Customize.
8114         * files.el (load-file): Fix change of 2000-03-12.
8116         * wid-edit.el (widget-text-keymap): Doc fix.
8118 2000-12-06  Andrew Innes  <andrewi@gnu.org>
8120         * makefile.w32-in (lisp): Set to an absolute directory, namely
8121         $(CURDIR).
8123 2000-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
8125         * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
8126         read generated-autoload-file, and set buffer-file-coding-system to
8127         raw-text-unix after reading the file.
8129         * international/mule-conf.el (file-coding-system-alist):
8130         Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
8132 2000-12-06  Gerd Moellmann  <gerd@gnu.org>
8134         * replace.el (occur): Make line-number-width 1 smaller for the
8135         colon following the line number.
8137         * startup.el (fancy-splash-text, command-line-1):
8138         Use `File' for the menu name instead of `Files'.
8140         * tmm.el: Update copyright.
8142         * cus-start.el: Add entry for even-window-heights.
8144 2000-12-06  Miles Bader  <miles@gnu.org>
8146         * faces.el (frame-set-background-mode): Avoid stomping on
8147         locally modified faces.
8149 2000-12-06  Kenichi Handa  <handa@etl.go.jp>
8151         * international/fontset.el: Correct the font registries for
8152         japanese-jisx0213-1 and japanese-jisx0213-2.
8154 2000-12-05  Gerd Moellmann  <gerd@gnu.org>
8156         * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
8158         * iswitchb.el: Update customization commentary.
8160 2000-12-05  Rob Riepel  <riepel@Stanford.EDU>
8162         * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
8163         (tpu-search-highlight): Fixed comparison of overlay end positions.
8164         (tpu-trim-line-ends): Implemented trimming logic locally.
8166         * emulation/tpu-extras.el (tpu-write-file-hook)
8167         (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
8169 2000-12-05  Kenichi Handa  <handa@etl.go.jp>
8171         * language/chinese.el (chinese-iso-8bit): Change mime-charset name
8172         to cn-gb.
8173         (cn-gb, gb2312): New aliases for chinese-iso-8bit.
8175 2000-12-04  Dave Love  <fx@gnu.org>
8177         * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
8179 2000-12-04  Gerd Moellmann  <gerd@gnu.org>
8181         * mail/rmailsum.el (rmail-summary-expunge)
8182         (rmail-summary-expunge-and-save): Ask for confirmation with
8183         rmail-expunge-confirmed.
8185         * mail/rmail.el (rmail-expunge-confirmed): New function.
8186         (rmail-expunge): Use it.
8188 2000-12-04  Philippe Waroquiers  <wao@gull.tact.cfmu.eurocontrol.be>
8190         * progmodes/etags.el (tag-partial-file-name-match-p): New function.
8191         (etags-recognize-tags-table, find-tag-in-order):
8192         New functionality: interpret file names as tags.
8194 2000-12-04  Eli Zaretskii  <eliz@is.elta.co.il>
8196         * info.el (Info-scroll-prefer-subnodes): New defcustom.
8197         (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
8198         the first subnode until the bottom of the current node is visible.
8200 2000-12-04  Gerd Moellmann  <gerd@gnu.org>
8202         * format.el (format-decode): Don't change buffer's undo list.
8204 2000-12-04  Kenichi Handa  <handa@etl.go.jp>
8206         * faces.el (face-font-registry-alternatives): Add entries for CJK
8207         fonts.  Doc-string adjusted for the actual usage of this data.
8209         * international/fontset.el: Change the font registries for CJK
8210         fonts in the default fontset.  Don't append '*' to registries.
8212 2000-12-03  Stefan Monnier  <monnier@cs.yale.edu>
8214         * emacs-lisp/easy-mmode.el (define-derived-mode)
8215         (easy-mmode-derived-mode-p): Remove (moved to derived.el).
8217         * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
8218         (derived-mode-p): New function.
8219         (derived-mode-make-docstring): Add `docstring' argument.
8220         Use it if available and complete it if necessary.
8222 2000-12-03  Andreas Schwab  <schwab@suse.de>
8224         * type-break.el (type-break): Don't make parent of itself.
8226 2000-12-03  Miles Bader  <miles@gnu.org>
8228         * simple.el (delete-trailing-whitespace): Don't delete newlines too.
8230 2000-12-02  Stefan Monnier  <monnier@cs.yale.edu>
8232         * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
8233         (tex-main-file, tex-file): Simplify.
8234         (tex-generate-zap-file-name): Use subst-char-in-string.
8235         (tex-strip-dots): Remove.
8237         * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
8239         * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
8240         to check if the match succeeded.
8242 2000-12-02  Gerd Moellmann  <gerd@gnu.org>
8244         * startup.el (use-fancy-splash-screens-p): New function.
8245         (command-line-1): Use it to determine whether or not to use
8246         a fancy splash screen.
8248 2000-12-02  Andreas Schwab  <schwab@suse.de>
8250         * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
8252 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
8254         * international/mule.el (make-char): Fix last change.
8256         * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
8257         New defcustoms.
8258         (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
8259         autoloading tex-mode; instead, do the same manually.
8260         Use texinfo-open-quote and texinfo-close-quote.  Insert literal quote
8261         with numeric argument.  Docstring fix.
8262         (toplevel): Require cl when compiling.
8264         * international/mule.el (make-char): Doc fix.
8266 2000-12-02  Jason Rumney  <jasonr@gnu.org>
8268         * term/w32-win.el (x-select-enable-clipboard): Customize (as per
8269         the Emacs Lisp manual)
8271 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
8273         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
8275         * term/pc-win.el (x-select-enable-clipboard): Customize (as per
8276         the Emacs Lisp manual).
8278 2000-12-02  Gerd Moellmann  <gerd@gnu.org>
8280         * simple.el (next-line-add-newlines): Change default to nil.
8282 2000-12-01  Eli Zaretskii  <eliz@is.elta.co.il>
8284         * files.el (revert-buffer, recover-file):
8285         Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
8287 2000-12-01  Gerd Moellmann  <gerd@gnu.org>
8289         * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
8291 2000-12-01  Miles Bader  <miles@gnu.org>
8293         * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
8295 2000-12-01  Kenichi Handa  <handa@etl.go.jp>
8297         * international/mule-diag.el (describe-char-after): Fix typo.
8298         (describe-character-set, non-iso-charset-alist): Fix typo.
8300 2000-12-01  Miles Bader  <miles@gnu.org>
8302         * image-file.el (image-file-name-regexp): Automatically add
8303         upper-case variants of each filename extension in
8304         `image-file-name-extensions', since they seem to be common.
8306         * simple.el (minibuffer-contents)
8307         (minibuffer-contents-no-properties, delete-minibuffer-contents):
8308         New functions.
8309         * filecache.el (file-cache-directory-name)
8310         (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
8312 2000-12-01  Milan Zamazal  <Milan.Zamazal@qbizm.com>
8314         * filecache.el (file-cache-minibuffer-complete): Don't try to
8315         delete the minibuffer prompt.
8317 2000-11-30  Dave Love  <fx@gnu.org>
8319         * cus-start.el: Fix read-buffer-function type.
8321 2000-11-30  Gerd Moellmann  <gerd@gnu.org>
8323         * md5.el: Removed.  There's a built-in function, now.
8325 2000-11-30  Markus Rost  <rost@math.ohio-state.edu>
8327         * mail/rmail.el (rmail-set-message-counters): Don't use "D"
8328         as dummy 0-th char of rmail-deleted-vector.
8330 2000-11-30  Eli Zaretskii  <eliz@is.elta.co.il>
8332         * ps-print.el (ps-end-job): Bind case-fold-search only after
8333         switching to ps-spool-buffer.
8335 2000-11-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8337         * ps-print.el: Line number font customization.  PostScript: Lines and
8338         PageCount are initialized on each page.  Doc Fix.
8339         (ps-print-version): New version number (6.3.2).
8340         (ps-lpr-switches, ps-font-info-database, ps-font-size)
8341         (ps-header-font-size, ps-header-title-font-size, ps-left-header)
8342         (ps-right-header): Customization fix.
8343         (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
8344         Fix code.
8345         (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
8346         New vars.
8348 2000-11-30  Gerd Moellmann  <gerd@gnu.org>
8350         * bs.el: Fix typos and spelling errors.
8351         (bs-appearance) <defgroup>: Renamed from bs-appearence.
8352         (bs-configuration): Doc fix.
8354         * bs.el: Undo mistaken change of 2000-11-28.  Update copyright.
8356 2000-11-30  Rob Riepel  <riepel@Stanford.EDU>
8358         * emulation/tpu-edt.el (tpu-version): New version.
8359         (tpu-search-overlay, tpu-replace-overlay): New initial range.
8360         (tpu-original-mode-line): Variable deleted.
8361         (tpu-mark-flag): New initial value.
8362         (tpu-set-mode-line): Don't redefine mode-line-format.
8363         Add tpu-mark-flag to minor-mode-alist.
8364         (tpu-update-mode-line): New mark flag logic.
8365         (tpu-get): Use find-file-wildcards.
8366         (tpu-search-highlight): Move overlay less, reset overlay properly.
8367         (tpu-unselect): Deactivate mark.
8368         (tpu-lm-replace): Reset overlay properly.
8369         (tpu-forward-line): Use forward-visible-line.
8370         (tpu-edt-on): Set transient mark mode.  ispell autoloads deleted.
8372         * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
8374 2000-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
8376         * cus-edit.el (custom-face-value-create): Always emphasize tag.
8378 2000-11-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
8380         * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
8381         and skip whitespace and newlines.
8383 2000-11-30  Stefan Monnier  <monnier@cs.yale.edu>
8385         * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
8387 2000-11-29  Gerd Moellmann  <gerd@gnu.org>
8389         * help.el (describe-function-1): Regexp-quote function name
8390         when used as part of a regexp.
8392         * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
8393         Use face-attribute instead of face-foreground and face-background.
8394         (tool-bar-add-item): Likewise, and handle unspecified colors.
8396         * enriched.el (enriched-face-ans): Use face-attribute instead
8397         of face-foreground and face-background.
8399         * faces.el (face-foreground, face-background, face-stipple):
8400         Return nil if attribute is unspecified, for backward compatibility.
8402         * files.el (auto-mode-alist): Add an entry for antlr-mode.
8404         * play/5x5.el: Remove version info.
8406         * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
8408         * frame.el (blink-cursor-mode): Doc fix.
8410 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
8412         * antlr-mode.el: New commands to run ANTLR from within Emacs and
8413         to create Makefile rules.
8414         (antlr-tool-command): New user option.
8415         (antlr-ask-about-save): New user option.
8416         (antlr-makefile-specification): New user option.
8417         (antlr-file-formats-alist): New variable.
8418         (antlr-special-file-formats): New variable.
8419         (antlr-unknown-file-formats): New user option.
8420         (antlr-help-unknown-file-text): New variable.
8421         (antlr-help-rules-intro): New variable.
8422         (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
8423         (antlr-mode-menu): Add entries.
8424         (antlr-file-dependencies): New function.
8425         (antlr-directory-dependencies): New function.
8426         (antlr-superclasses-glibs): New function.
8427         (antlr-run-tool): New command.
8428         (antlr-makefile-insert-variable): New function.
8429         (antlr-insert-makefile-rules): New function.
8430         (antlr-show-makefile-rules): New command.
8432         * antlr-mode.el: More Emacs/XEmacs stuff.
8433         (antlr-no-action-keywords): New constant with value nil.
8434         (antlr-font-lock-keywords-alist): Use it.  Old value would break
8435         syntax highlighting in Emacs-21.0.
8436         (antlr-default-directory): Emacs/XEmacs dependend function.
8437         (antlr-read-shell-command): Ditto.
8438         (antlr-with-displaying-help-buffer): Ditto.
8440 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
8442         * antlr-mode.el: imenu, parsing and highlighting changes.
8443         (antlr-imenu-create-index-function): Don't create extra submenus
8444         for definitions in different grammar classes.  It is not necessary
8445         for the menu and would make command `imenu' awkward to use.
8446         (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
8447         header actions and more than one.
8448         (antlr-font-lock-tokendef-face): Changed color.
8449         (antlr-font-lock-tokenref-face): Changed color.
8450         (antlr-font-lock-additional-keywords): Also highlight lowercase.
8451         (antlr-mode-syntax-table): New variable.
8452         (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
8453         (antlr-with-syntax-table): Don't copy syntax table.
8455 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
8457         * antlr-mode.el: Minor changes: language setting.
8458         (antlr-language-alist): The value for file option "language" can
8459         be both an identifier and a string.
8460         Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
8461         (antlr-language-limit-n-regexp): Change accordingly.
8463 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
8465         * antlr-mode.el: Minor changes: tabs, hiding.
8466         (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
8467         (antlr-action-visibility): Also allow value nil to also hide the
8468         braces.  Renamed from `antlr-tiny-action-length'.
8469         Suggested by Jay@aol.com.
8470         (antlr-hide-actions): Change accordingly.  Hide line if completely
8471         hidden action is on a line of its own.
8473 2000-11-29  Stefan Monnier  <monnier@cs.yale.edu>
8475         * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
8477         * sort.el (sort-columns): Don't concat strings with numbers.
8479 2000-11-29  Dave Love  <fx@gnu.org>
8481         * cus-edit.el (face): Fix :format.
8483         * mail/feedmail.el: Require smtpmail when compiling.
8484         (mail-do-fcc): Autoload.
8485         (feedmail) <defgroup>: Fix :link.
8486         (feedmail-nuke-body-in-fcc): Fix :type.
8487         (feedmail-send-it): Add autoload cookie.
8489 2000-11-29  Stefan Monnier  <monnier@cs.yale.edu>
8491         * newcomment.el (comment-indent): Save excursion around call to
8492         comment-indent-function.
8494 2000-11-29  Miles Bader  <miles@gnu.org>
8496         * subr.el (member-ignore-case): Return the tail of the list who's
8497         car matches, like `member', not the matching element itself.
8499 2000-11-29  Kenichi Handa  <handa@etl.go.jp>
8501         * xml.el (xml-parse-tag): Fix finding opening tag.  A tag name
8502         should not contain `\n'.
8504 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
8506         * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
8508         * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
8510         * dired-aux.el (dired-do-create-files): Construct default file
8511         name for dired-mark-read-file-name so that when the user enters
8512         just RET, the target file will end up in the target directory.
8514         * abbrev.el (prepare-abbrev-list-buffer): Get the value of
8515         local-abbrev-table before changing buffers because it might
8516         have a buffer-local binding.
8518 2000-11-28  Miles Bader  <miles@gnu.org>
8520         * simple.el (delete-horizontal-space): Handle fields more generally.
8522 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
8524         * simple.el (delete-horizontal-space): Handle minibuffer prompt.
8526 2000-11-28  Dave Love  <fx@gnu.org>
8528         * progmodes/ps-mode.el (ps-mode): Set comment-start and
8529         comment-start-skip locally.
8531         * progmodes/fortran.el (fortran-mode): Don't set
8532         fortran-comment-line-start-skip.  Set comment-start to
8533         fortran-comment-line-start.
8534         (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
8535         (fortran-comment-line-start-skip): Simplify slightly.
8537 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
8539         * play/5x5.el: Remove RCS keyword.
8541         * bs.el: Mistaken commit, undone 2000-11-30.
8543 2000-11-28  Milan Zamazal  <pdm@freesoft.cz>
8545         * textmodes/tildify.el (tildify-string-alist):
8546         Add `plain-tex-mode' here.
8548 2000-11-28  Colin Walters  <walters@cis.ohio-state.edu>
8550         * chistory.el (Command-history-setup): Remove extraneous `keymap'
8551         reference.
8553 2000-11-28  Miles Bader  <miles@gnu.org>
8555         * cus-face.el (custom-face-attributes): Add post-filter function
8556         for :box.  Make pre-filter function for :box handle all cases.
8558         * wid-edit.el (widget-choose): Make sure pop-up window is large
8559         enough to display all the choices, as there's no way to scroll it.
8561 2000-11-28  Kenichi Handa  <handa@etl.go.jp>
8563         * international/mule-conf.el: Make the coding system no-conversion
8564         safe for all characters.
8566 2000-11-27  Dave Love  <fx@gnu.org>
8568         * net/ldap.el (ldap) <defgroup>: Add :version.
8570         * tooltip.el (tooltip-use-echo-area): Doc fix.
8572         * cus-start.el <minibuffer-prompt-properties>: Add version.
8573         <read-buffer-function>: Add.
8575         * apropos.el (apropos-print): Add help-echo to active text.
8577         * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
8579 2000-11-27  Gerd Moellmann  <gerd@gnu.org>
8581         * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
8582         type, group and version.
8584 2000-11-27  Eli Zaretskii  <eliz@is.elta.co.il>
8586         * select.el (x-get-selection): Docstring fix.
8588 2000-11-27  Dave Pearson <davep@hagbard.demon.co.uk>
8590         * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
8592 2000-11-27  Andrew Innes  <andrewi@gnu.org>
8594         * makefile.nt (.SUFFIXES): Add .SUFFIXES.
8596         * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
8598 2000-11-27  Miles Bader  <miles@gnu.org>
8600         * dired.el (dired-get-filename): Return filename verbatim if
8601         LOCALP is `verbatim'.
8602         * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
8603         `verbatim' so that we don't inadvertently delete a non-existant
8604         directory name.
8606 2000-11-27  Kenichi Handa  <handa@etl.go.jp>
8608         * international/characters.el: Specify cases and syntaxes for
8609         mule-unicode-0100-24ff.
8611 2000-11-27  Gerd Moellmann  <gerd@gnu.org>
8613         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
8614         that foreground and/or background colors of the face `tool-bar'
8615         are unspecified.
8617 2000-11-27  Miles Bader  <miles@gnu.org>
8619         * wid-edit.el (widget-field-buffer, widget-field-start)
8620         (widget-field-end): Handle widget field `pseudo-overlays'.
8621         (widget-field-value-delete): Delete WIDGET from `widget-field-new'
8622         if it's there instead of in `widget-field-list'.
8624         * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
8625         (help-make-xrefs): Delete extraneous newlines at the end of the
8626         docstring.
8628 2000-11-25  Jason Rumney  <jasonr@gnu.org>
8630         * startup.el (command-line): Call set-locale-environment after
8631         Window System init file is read, as it can result in a call to
8632         redraw-frame.
8634 2000-11-25  Eli Zaretskii  <eliz@is.elta.co.il>
8636         * simple.el (shell-command): Mention the effect of the prefix
8637         argument in the doc string.
8639 2000-11-25  Miles Bader  <miles@gnu.org>
8641         * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
8643         * wid-edit.el (widget-field-value-delete): Don't try to delete
8644         overlay when it's the `pseudo-overlay' that exists at some points.
8646 2000-11-24  Jason Rumney  <jasonr@gnu.org>
8648         * international/mule-cmds.el (locale-language-names): Add "jp" as
8649         a non-standard alternative for Japanese.
8651 2000-11-24  Andre Spiegel  <spiegel@gnu.org>
8653         * vc-hooks.el: Require 'cl during compilation.
8655 2000-11-24  Gerd Moellmann  <gerd@gnu.org>
8657         * faces.el (face-set-after-frame-default): Let face attributes
8658         specified for new frames override frame parameters.
8660         * startup.el (command-line): Fix computation of the source file
8661         for user-init-file when user-init-file is a compiled file.
8663 2000-11-24  Miles Bader  <miles@gnu.org>
8665         * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
8666         (custom-post-filter-face-spec): New functions.
8667         (custom-face-set, custom-face-value-create): Filter the face spec
8668         before and after customization.
8669         (custom-face-set): If VALUE specifies a null face, pass a
8670         non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
8671         * cus-face.el (custom-face-attributes): Remove SET and GET
8672         functions.  Add some IN-FILTER and OUT-FILTER functions in the few
8673         cases they're needed.
8675         * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
8676         that it's distinguishable from the :off-glyph on dark-background
8677         displays.  Set its background color too.
8679         * cus-start.el (all): Restore entry for `mode-line-inverse-video',
8680         so that people can easily turn it off.
8682 2000-11-24  Michael Kifer  <kifer@cs.sunysb.edu>
8684         * ediff-diff.el: Moved variables around to have it compile under NT.
8686         * ediff-help.el (ediff-use-long-help-message): Made it customizable.
8688         * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
8690         * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
8691         redundant skip-small-frames test.
8693         * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
8694         (viper-downgrade-to-insert): Protect against errors in hooks.
8696         * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
8697         (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
8698         (viper-restore-cursor-type,viper-set-insert-cursor-type):
8699         New functions.
8701         * viper-util.el (viper-memq-char): Bug fixes.
8703         * viper.el (viper-mode): Fix cursor handling.
8705 2000-11-24  Kenichi Handa  <handa@etl.go.jp>
8707         * international/mule-diag.el (list-iso-charset-chars):
8708         For two-byte charset, fix the `while' condition.
8709         (list-non-iso-charset-chars): Fix the `while' condition.
8711 2000-11-23  Stefan Monnier  <monnier@cs.yale.edu>
8713         * subr.el (add-hook, remove-hook): Don't call make-local-hook
8714         if the variable is make-variable-buffer-local.
8716         * progmodes/ada-stmt.el (ada-template-map):
8717         Initialize and bind it to C-c t in ada-mode-map.
8718         (ada-stmt-mode-hook): New function extracted from old code.
8719         Only change the buffer-local side of skeleton-*.
8720         (ada-mode-hook): Use it.
8722 2000-11-23  Eli Zaretskii  <eliz@is.elta.co.il>
8724         * iswitchb.el (iswitchb-minibuf-depth): New variable.
8725         (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
8726         we expect to be returned by minibuffer-depth once we prompt the
8727         user in the minibuffer.
8728         (iswitchb-entryfn-p): If minibuffer-depth returns the same value
8729         as recorded in iswitchb-minibuf-depth, return non-nil.
8731 2000-11-23  Eli Zaretskii <eliz@is.elta.co.il>
8733         * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
8734         (hscroll-window-maybe): Docstring fix.
8736 2000-11-23  Dave Love  <fx@gnu.org>
8738         * rect.el (string-rectangle): Don't test delete-selection-mode.
8740 2000-11-23  Gerd Moellmann  <gerd@gnu.org>
8742         * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
8743         is in the tool bar.
8745         * dired-aux.el (dired-add-entry): Don't call dired-get-filename
8746         with `no-dir'; we want the directory part to be able to remove it.
8748 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
8750         * textmodes/outline.el (outline-flag-region):
8751         Don't bind inhibit-read-only since we don't modify the buffer.
8752         (outline-isearch-open-invisible): Don't jump to overlay-start
8753         since we're trying to unhide text around point.
8754         (outline-discard-overlays): Use dolist.
8756         * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
8758 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
8760         * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
8762 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
8764         * textmodes/tex-mode.el (tex-font-lock-keywords-1):
8765         Fix ARG regexp to skip quoted braces.
8766         (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
8767         Remove `bf' and `it' from `bold' and `italic' (they were wrong and
8768         are (correctly) handled separately).
8769         Remove `caption' and `footnote' from `citations': they contain text.
8770         Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
8771         (latex-skeleton-end-hook): New function.
8772         (latex-mode): Use it.
8773         (tex-start-tex-marker): Remove.
8774         (tex-send-tex-command): Don't set tex-start-tex-marker.
8775         (tex-error-parse-syntax-table): New var.
8776         (tex-compilation-parse-errors): Use it.
8777         Ignore tex-start-tex-marker.  Don't bother with marker-position.
8778         (tex-validate-buffer): Don't bother with marker-position.
8780         * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
8781         (flyspell-generic-progmode-verify): Use it.
8783 2000-11-22  Sam Steingold  <sds@gnu.org>
8785         * simple.el (delete-trailing-whitespace): New interactive function.
8787         * progmodes/ada-mode.el (ada-mode): Use it instead of
8788         `ada-remove-trailing-spaces'.
8789         (ada-remove-trailing-spaces): Removed.
8791         * textmodes/two-column.el (2C-merge): Recommend it in the doc.
8793         * textmodes/picture.el (picture-clean): Removed.
8794         (picture-mode-exit): Call it instead of `picture-clean'.
8796 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
8798         * frame.el (show-cursor-in-non-selected-windows): Doc fix.
8800         * hi-lock.el (hi-lock-refontify): Don't call non-existent
8801         jit-lock-fontify-buffer; it should anyway be unneccessary to
8802         do anything special when jit-lock is active.
8803         (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
8805 2000-11-22  Dave Love  <fx@gnu.org>
8807         * calendar/todo-mode.el (todo-top-priorities): Use
8808         todo-tmp-buffer-name.  From Milan Zamazal <Milan.Zamazal@qbizm.com>.
8810         * language/chinese.el, language/cyrillic.el:
8811         * language/devanagari.el, language/ethiopic.el, language/greek.el:
8812         * language/hebrew.el, language/indian.el, language/japanese.el:
8813         * language/korean.el, language/lao.el, language/misc-lang.el:
8814         * language/thai.el, language/tibetan.el, language/vietnamese.el:
8815         Use provide.
8817         * cus-edit.el (custom-buffer-create-internal): Save some consing.
8818         (custom-variable-set): Improve validation error mesage.
8820         * rect.el (string-rectangle): Revert last change.
8821         (string-rectangle-line): New arg DELETE.
8822         (string-rectangle): Check delete-selection-mode.
8824         * emacs-lisp/edebug.el (edebug-version)
8825         (edebug-maintainer-address): Deleted.
8826         (edebug-submit-bug-report): Just alias to report-emacs-bug.
8827         (edebug-read-function): Account for other `'#' read forms.
8828         (edebug-mode-menus): Make some items toggles.
8829         (edebug-outside-unread-command-event, unread-command-event):
8830         Remove these to avoid warnings.
8832 2000-11-22  David Ponce  <david@dponce.com>
8834         * recentf.el (recentf-menu-items-for-commands)
8835         (recentf-make-menu-items, recentf-make-menu-item)
8836         (recentf-filter-changer): Added :help and :active menu-item properties.
8838         (recentf-build-dir-rules, recentf-dump-variable)
8839         (recentf-edit-list, recentf-open-files-item)
8840         (recentf-open-files): Replaced unnecessary `mapcar' with new
8841         built-in `mapc'.
8843 2000-11-23  Miles Bader  <miles@gnu.org>
8845         * faces.el (menu): Make inverse-video on ttys too.
8847 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
8849         * simple.el (comment-line-break-function): Use the new name
8850         indent-new-comment-line -> comment-indent-new-line.
8851         (clone-indirect-buffer): Don't ignore NORECORD.
8852         (next-completion): Properly handle the case where items are adjacent.
8854         * mouse.el (popup-menu): Stupid typo.
8856 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
8858         * emacs-lisp/authors.el: Remove autoload cookies, add author,
8859         maintainer, keywords tags.
8861         * rect.el (replace-rectangle): Don't call string-rectangle-line
8862         with too many arguments.
8864 2000-11-22  Andre Spiegel  <spiegel@gnu.org>
8866         * ediff-util.el (ediff-file-checked-out-p)
8867         (ediff-file-checked-in-p): Call vc-state instead of
8868         vc-locking-user, which no longer exists.
8870         * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
8872 2000-11-22  Dave Love  <fx@gnu.org>
8874         * md5.el (md5): Provide.
8875         (md5): Fix error call.
8877 2000-11-22  Miles Bader  <miles@gnu.org>
8879         * textmodes/refill.el (refill-adjust-ignorable-overlay)
8880         (refill-fill-paragraph-at): Remove debugging code.
8882         * calendar/calendar.el (generate-calendar-window): When we don't
8883         call `fit-window-to-buffer', make sure the top line is fully visible.
8885         * image-file.el (insert-image-file): Don't make `read-only'
8886         property rear-nonsticky.
8888         * isearch.el (isearch-original-minibuffer-message-timeout): New var.
8889         (isearch-mode): Set `minibuffer-message-timeout' to nil, after
8890         stashing away its original value.
8891         (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
8892         in the recursive edit.
8893         Bind `isearch-original-minibuffer-message-timeout' to protect it.
8894         (isearch-done): Restore `minibuffer-message-timeout'.
8896         * cus-start.el: Remove entry for `mode-line-inverse-video'.
8898 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
8900         * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
8902         * find-lisp.el (find-lisp-find-files-internal):
8903         Use dolist, when and file-name-as-directory.
8905         * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
8906         (define-derived-mode, define-minor-mode): Add specs.
8908         * window.el: General comment and spacing fixes.
8909         (save-selected-window): Use backquotes.
8910         (window-safely-shrinkable-p): New function.
8911         (shrink-window-if-larger-than-buffer): Use it.
8913         * subr.el (make-local-hook): Docstring fix.
8915         * shell.el (shell-mode): Use define-derived-mode.
8917         * newcomment.el (comment-indent): Insert comment before calling
8918         comment-indent-function.  Don't insert in column 0.
8919         (comment-dwim): Indent before inserting comment.
8921         * isearch.el (isearch-mode-map): Fix docstring.  Init in defvar.
8922         (minibuffer-local-isearch-map): Init in defvar.  Use inheritance.
8923         (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
8924         Use mapc rather than map.
8926         * files.el (find-buffer-visiting): Compare all attributes before
8927         declaring two files identical (rather than just their inode-no).
8928         (auto-mode-alist): Use \' rather than $.
8930         * which-func.el: Update maintainer line.
8932         * pcvs.el (uniquify-buffer-file-name): Remove advice.
8933         * uniquify.el (uniquify-list-buffers-directory-modes): New var.
8934         (uniquify-buffer-file-name): Use it.
8936 2000-11-22  Miles Bader  <miles@gnu.org>
8938         * cus-start.el: Add entry for `minibuffer-prompt-properties'.
8939         * simple.el (minibuffer-avoid-prompt): New function.
8941 2000-11-21  Gerd Moellmann  <gerd@gnu.org>
8943         * Makefile.in (.SUFFIXES): Add .SUFFIXES.
8945 2000-11-21  Miles Bader  <miles@gnu.org>
8947         * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
8948         inclusion of `track-mouse'.
8950         * textmodes/refill.el (refill-ignorable-overlay): New variable.
8951         (refill-adjust-ignorable-overlay): New function.
8952         (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
8953         only the paragraph's tail if possible.
8954         Update `refill-ignorable-overlay'.
8955         (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
8957         * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
8958         point inside the fill-prefix.
8960         * textmodes/refill.el (refill-post-command-function): Don't reset
8961         refill-doit in the case where a self-insertion command doesn't
8962         case a refill.  Use `refill-fill-paragraph-at', getting position
8963         from `refill-doit'.
8964         (refill-after-change-function): Set `refill-doit' to END.
8965         (refill-fill-paragraph-at): New function, mostly from old
8966         refill-fill-paragraph.
8967         (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
8968         (refill-pre-command-function): New function.
8969         (refill-mode): Add it to `pre-command-hook'.
8971 2000-11-20  Gerd Moellmann  <gerd@gnu.org>
8973         * textmodes/artist.el (artist-mode): Fix autoload cookie.
8975         * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
8976         javadoc tags.
8978 2000-11-20  Andre Spiegel  <spiegel@gnu.org>
8980         * vc.el, vc-hooks.el: Undo prev change (moved functions back to
8981         vc.el).
8983         * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
8984         require vc.
8986         * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
8987         checkouts.
8989 2000-11-20  Dave Love  <fx@gnu.org>
8991         * Makefile.in (DONTCOMPILE): Omit bindings.el.
8993 2000-11-20  Eli Barzilay <eli@www.barzilay.org>
8995         * calculator.el (calculator-paste): Use `if' instead of `and'
8996         and `or'.
8997         (calculator-help): Don't use electric-describe-mode for XEmacs.
8999 2000-11-19  Gerd Moellmann  <gerd@gnu.org>
9001         * info.el (info-menu-5): Doc fix.
9003         * textmodes/artist.el: New file.
9005 2000-11-19  Andre Spiegel  <spiegel@gnu.org>
9007         * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
9008         and differentiate according to checkout model.
9009         (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
9010         since this function is only concerned with master state.
9012         * vc-hooks.el (vc-workfile-unchanged-p)
9013         (vc-default-workfile-unchanged-p): Moved here from vc.el.
9015         * vc.el (vc-workfile-unchanged-p)
9016         (vc-default-workfile-unchanged-p): See above.
9018 2000-11-19  Miles Bader  <miles@gnu.org>
9020         * image-file.el (insert-image-file): Make `intangible' and
9021         `read-only' properties rear-nonsticky too.
9023 2000-11-18  Gerd Moellmann  <gerd@gnu.org>
9025         * ps-print.el: Update copyright notice.
9027         * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
9028         (tooltip-show): Use the offsets.
9030         * bindings.el (mode-line-modified): Fix a typo.
9031         (mode-line-toggle-modified, mode-line-widen)
9032         (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
9034 2000-11-17  Vinicius Jose Latorre <vinicius@cpqd.com.br>
9036         * ps-print.el (toplevel): Test for find-coding-system being
9037         fboundp before calling ps-x-find-coding-system.
9039 2000-11-16  Stefan Monnier  <monnier@cs.yale.edu>
9041         * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
9042         (vc-version-backup-file): Docstring fix.
9044 2000-11-16  Gerd Moellmann  <gerd@gnu.org>
9046         * files.el (basic-save-buffer): Don't add a newline if
9047         find-file-literally is non-nil.
9048         (find-file-literally): Extend doc string.
9050         * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
9051         sort(1) with the `-f' argument.
9053 2000-11-16  Andre Spiegel  <spiegel@gnu.org>
9055         * vc.el: Updated backend documentation.
9056         (vc-default-check-headers): New function.
9058         * vc-{cvs,rcs,sccs}.el: Functions reordered.
9060         * vc.el (vc-revert-buffer): Ask for confirmation if file seems
9061         up-to-date.
9062         (vc-do-command): In the asynchronous case, output messages only if
9063         the minibuffer is not active.
9065         * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
9066         `vc-cvs-use-edit' is on.
9067         (vc-cvs-checkout): When this is used for reverting the workfile,
9068         make a backup of the original contents and revert to that in case
9069         of error.
9070         (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9071         remote repositories.
9073         * vc.el (vc-annotate): Changed handling of prefix arg; now asks
9074         for both version and ratio in the minibuffer.
9076         * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
9077         Use vc-do-command to perform the annotation, not call-process.
9079 2000-11-16  Kenichi Handa  <handa@etl.go.jp>
9081         * international/quail.el (quail-start-translation): Don't call
9082         `message' before reading key sequence.
9084 2000-11-16  Miles Bader  <miles@lsi.nec.co.jp>
9086         * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
9088 2000-11-16  Kenichi Handa  <handa@etl.go.jp>
9090         * window.el (fit-window-to-buffer): Be sure to acquire at least
9091         one text line even if the buffer is empty.
9093 2000-11-16  Gerd Moellmann  <gerd@gnu.org>
9095         * net/ange-ftp.el (ange-ftp-file-writable-p)
9096         (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
9097         Bind ange-ftp-process-verbose to nil.
9099 2000-11-15  Dave Love  <fx@gnu.org>
9101         * wid-edit.el (widget-specify-field, widget-specify-button):
9102         If :help-echo is a function, set help-echo of overlay to
9103         widget-mouse-help.
9104         (widget-mouse-help): New function.
9105         (widget-echo-help): Rewritten for :help-echo functions only taking
9106         a widget arg.
9108         * net/eudc-bob.el (eudc-bob-can-display-inline-images):
9109         Use display-graphic-p.
9110         (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
9111         and that JPEG is available.
9112         (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
9114         * international/mule-cmds.el (locale-charset-language-names):
9115         Match @euro.
9117 2000-11-15  Gerd Moellmann  <gerd@gnu.org>
9119         * faces.el (face-set-after-frame-default):
9120         If `inhibit-default-face-x-resources' is bound, don't intialize the
9121         default face from X resources.
9123 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
9125         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
9126         Don't set EMACSLOADPATH.
9128 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
9130         * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
9131         texinfo-insert-@url.
9132         (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
9133         (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
9135 2000-11-14  Stefan Monnier  <monnier@cs.yale.edu>
9137         * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
9138         (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
9139         (checkdoc-minor-keymap): Backward compatibility.
9140         (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
9141         (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
9142         (checkdoc-this-string-valid-engine): Be a bit more strict
9143         to avoid matching substrings of `...' quoted vars/funs.
9144         (checkdoc-defun-info): Only look for `interactive' if alone.
9145         (debug-ignored-errors): Add "arg doesn't appear in docstring".
9147         * progmodes/compile.el (grep): `tag-default' can be nil.
9149         * newcomment.el (comment-indent): Paren typo.
9151 2000-11-14  Dave Love  <fx@gnu.org>
9153         * calculator.el: New maintainer version.
9155         * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
9157         * cmuscheme.el: Doc fixes.
9158         (cmuscheme) <defgroup>: Use `scheme' as parent.
9159         (cmuscheme-program-name): Remove.  Change uses to scheme-program-name.
9161         * xscheme.el (scheme-program-name): Don't define here.
9163         * progmodes/scheme.el (scheme-program-name): New variable
9164         (originally in cmuscheme).
9166 2000-11-14  Miles Bader  <miles@gnu.org>
9168         * window.el (fit-window-to-buffer): Handle windows without mode-lines.
9169         Handle header-lines.  Don't loop forever if we can't enlarge the
9170         window anymore.  Simplify a bit.
9172 2000-11-14  Kenichi Handa  <handa@etl.go.jp>
9174         * window.el (fit-window-to-buffer): Don't check
9175         window-text-height.  Assure that the last line is fully visible.
9177         * international/quail.el (quail-show-guidance-buf):
9178         Call fit-window-to-buffer to assure the enough height of the guidance
9179         buffer.
9180         (quail-update-guidance): Avoid making the guidance buffer shorter.
9182 2000-11-14  Stefan Monnier  <monnier@cs.yale.edu>
9184         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
9185         rather than `prepend' and add an interesting comment.
9186         (tex-math-face, tex-font-lock-syntactic-face-function):
9187         New face and function to use it.
9188         (tex-define-common-keys, tex-mode-map): Use menu-item rather
9189         than `menu-enable' symbol property.
9190         (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
9191         (tex-mode): Add some latex-mode commands for auto-selection.
9192         Use tex-font-lock-syntactic-face-function.
9193         (tex-insert-quote): Simplify.
9194         (tex-shell): New mode.
9195         (tex-start-shell): Use it.
9196         (tex-shell-proc, tex-shell-buf): New functions.
9197         (tex-send-command): Use it.
9198         (tex-main-file): Fix the meaning of the new arg REALFILE.
9199         (tex-send-tex-command): New function split from `tex-start-tex'.
9200         Set compilation-last-buffer and compilation-parsing-end.
9202         * newcomment.el (comment-indent-default): Stick \s<\s< to the left
9203         when it follows non-comment text on the line.
9205         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
9206         Set font-lock-defaults.
9207         (lisp-mode-shared-map): Init inside the defvar.
9208         (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
9209         Use define-derived-mode.
9211 2000-11-14  Miles Bader  <miles@lsi.nec.co.jp>
9213         * faces.el (header-line): Use `:box nil' for color/gs displays too.
9215 2000-11-14  Gerd Moellmann  <gerd@gnu.org>
9217         * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
9218         Don't recursively optimize body because that can lead to infinite
9219         recursion; see comment there.
9221 2000-11-13  Eli Zaretskii  <eliz@is.elta.co.il>
9223         * faces.el (face-spec-set-match-display): Revert the change from
9224         2000-10-24.  Add a FIXME for after v21.1.
9226 2000-11-13  Miles Bader  <miles@gnu.org>
9228         * textmodes/fill.el (skip-line-prefix): New function.
9229         (fill-region-as-paragraph, fill-region):  Return the fill-prefix.
9230         (fill-paragraph): Don't leave point inside the fill-prefix.
9231         * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
9232         point inside the fill-prefix.
9234 2000-11-13  Miles Bader  <miles@lsi.nec.co.jp>
9236         * calendar/calendar.el (generate-calendar-window):
9237         Use `fit-window-to-buffer'.
9239 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
9241         * gud.el (gud-minor-mode): New var.
9242         (gud-symbol, gud-val): New functions.
9243         (gud-find-file): Copy gud-minor-mode to the new buffer.
9244         (gud-menu-map): Include entries for commands that are not always
9245         available, using :enable to (de)activate them.
9246         (gud-minor-mode-map): New map.  Add it to minor-mode-map-alist.
9247         (gud-mode-map): New map.
9248         (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
9249         (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
9250         Don't set up gud's menu (it's done by the minor-mode).
9251         (gud-minibuffer-local-map): New.
9252         Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
9253         (gud-query-cmdline): New function.
9254         (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it.  Set gud-minor-mode.
9255         (gud-mode): Use define-derived-mode.
9256         Don't set up gud's menu (it's done by the minor-mode).
9257         (gud-chop-words): Remove.
9258         (gud-common-init): Use split-string instead.
9259         (gud-new-keymap, gud-make-debug-menu): Eradicate.
9261         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
9262         Add keyword arg :name.
9264         * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
9265         (diff-count-matches, diff-split-hunk): New functions.
9266         (diff-mode-map): Bind C-c C-s to diff-split-hunk.
9268         * pcvs-info.el (cvs-fi-conflict-face): New var.
9270         * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
9271         Make it into a simple syntax-table, shared among all submodes.
9272         (sh-heredoc-face): Re-introduce.
9273         (sh-font-lock-syntactic-face-function): New function.
9274         (sh-mode): Use it.  Also use define-derived-mode.
9275         Remove old bogus setting of indent-region-function.
9276         (sh-set-shell): Don't set the syntax-table any more.
9277         (sh-mode-syntax-table) <defun>: Remove.
9279 2000-11-12  Miles Bader  <miles@gnu.org>
9281         * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
9282         message if interactive.
9284 2000-11-12  Dave Love  <fx@gnu.org>
9286         * mail/feedmail.el: Fix header,
9287         (feedmail) <defgroup>: Add :link.
9289         * view.el: Use local-map property, not keymap on mode-line string.
9291         * scroll-all.el (scroll-all-mode): Customize variable.
9292         Add autoload cookie to function.
9294         * lazy-lock.el: Remove compatibility code.
9296         * finder.el (finder-known-keywords): Add `files', remove `vms'.
9297         (finder-help-echo): New variable.
9298         (finder-mouse-face-on-line): Add help-echo stuff.
9299         (finder-list-keywords, finder-list-matches): Use mapc.
9301         * faces.el (face-font-registry-alternatives): Add :version.
9303         * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
9304         tags-table-list.
9306         * net/browse-url.el (browse-url-browser-function): Update :version.
9308         * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
9309         (mail-mode): Use [:alnum:] in some regexps.
9311 2000-11-10  Dave Love  <fx@gnu.org>
9313         * ediff.el (ediff-regions-internal, ediff-documentation):
9314         * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
9315         fundamental mode.
9317         * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
9318         buffer into fundamental mode.
9319         (ediff-set-difference): Use copy-sequence if available.
9321         * ediff-ptch.el (ediff-dispatch-file-patching-job):
9322         Check ediff-patch-map non-nil.
9323         (ediff-fixup-patch-map, ediff-fixup-patch-map)
9324         (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
9325         buffer into fundamental mode.
9327         * ediff-merg.el (state-or-merge): Defvar when compiling.
9329 2000-11-10  Jason Rumney  <jasonr@gnu.org>
9331         * w32-fns.el (w32-add-charset-info): New function.
9332         (w32-charset-info-alist): Use it.
9334 2000-11-10  Gerd Moellmann  <gerd@gnu.org>
9336         * faces.el (face-font-registry-alternatives): New user-option.
9338 2000-11-10  Stefan Monnier  <monnier@cs.yale.edu>
9340         * textmodes/texinfo.el (texinfo-block-default): New var.
9341         (texinfo-insert-block): Use it.  Insert a newline if needed.
9343         * textmodes/fill.el (fill-indent-according-to-mode): New var.
9344         (fill-region-as-paragraph): Use it.
9346         * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
9347         (latex-mode): Tweak tex-*-(head|trail)er regexps.
9348         Tweak paragraph regexps to allow a leading [ \t]*.
9349         (tex-latex-block): Insert a newline if necessary.
9350         (latex-insert-item): Only insert a newline if necessary.
9351         (tex-guess-main-file): New function.
9352         (tex-main-file): Use it.  Add arg `realfile'.  Trim `.tex'.
9353         Set tex-main-file if TeX-master is provided.
9354         (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
9356 2000-11-10  Gerd Moellmann  <gerd@gnu.org>
9358         * startup.el (command-line): Set the default tooltip-mode
9359         to t for graphical displays which implement x-show-tip.
9361         * tooltip.el (tooltip-mode): Add a comment about startup.el
9362         setting the default value of this user-option.
9364 2000-11-09  Stefan Monnier  <monnier@cs.yale.edu>
9366         * font-lock.el (font-lock-*-face) <defvar>: Move.
9367         (font-lock-defaults-alist): Mark obsolete.
9368         (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
9369         (font-lock-mode): Use define-minor-mode.
9370         (font-lock-support-mode): Tweak type to default to jit-lock-mode.
9371         (font-lock-turn-off-thing-lock): Be more explicit.
9372         (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
9373         (font-lock-syntactic-face-function): New var.
9374         (font-lock-fontify-syntactically-region): Use it.
9375         (font-lock-doc-face): New.
9377         * pcvs.el (cvs-enabledp): Ignore errors.
9378         (cvs-commit-filelist): Never query.
9379         (cvs-mode-insert): Always add a terminating / in the initial prompt.
9380         (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
9381         (cvs-do-removal): Use cvs-partition rather than delete-if.
9382         Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
9383         cvs-bury-buffer.
9385         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9386         Allow `next' to jump to after the end of the last match.
9388 2000-11-09  Gerd Moellmann  <gerd@gnu.org>
9390         * simple.el (byte-compiling-files-p): New function.
9392         * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
9393         if it is there.
9395         * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
9396         nil again.
9398         * textmodes/ispell.el (ispell-library-path): Don't call
9399         check-ispell-version when byte-compiling because that starts
9400         an ispell process, and ispell might not be installed.
9401         (toplevel): Don't set up a menu when byte-compiling.
9403         * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
9404         it, so that a boundp test can be used to determine if we're
9405         currently byte-compiling.
9407 2000-11-09  Dave Love  <fx@gnu.org>
9409         * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
9411 2000-11-09  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9413         * ps-print.el: Patch for variable initialization when spooling.
9414         Doc fix.
9415         (ps-output-list): Fun eliminated.
9416         (ps-begin-file, ps-begin-job): Code fix.
9418 2000-11-08  Dave Love  <fx@gnu.org>
9420         * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
9422 2000-11-08  Gerd Moellmann  <gerd@gnu.org>
9424         * simple.el (shell-command, display-message-or-buffer)
9425         (shell-command-on-region): Mention resize-mini-windows in the doc
9426         string.
9427         (display-message-or-buffer): Take the value of resize-mini-windows
9428         into account.
9430 2000-11-07  Gerd Moellmann  <gerd@gnu.org>
9432         * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
9434         * dired.el (dired-between-files): Add `^. find' as an alternative
9435         to the regular expression, for find-dired.
9437 2000-11-06  Stefan Monnier  <monnier@cs.yale.edu>
9439         * textmodes/texnfo-upd.el: Require texinfo.
9440         (defmacro, defgroup): Remove.
9441         (texinfo-section-to-generic-alist): Remove.
9442         Use texinfo-section-list instead (i.e. level is changed string->int).
9443         (texinfo-filter): New function.
9444         (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
9445         (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
9446         Use it.  And use regexp-opt.
9447         (texinfo-find-higher-level-node, texinfo-hierarchic-level)
9448         (texinfo-update-menu-region-beginning)
9449         (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
9450         (texinfo-update-the-node, texinfo-sequentially-update-the-node)
9451         (texinfo-update-menu-same-level-regexps): Update.
9452         (texinfo-update-node, texinfo-every-node-update)
9453         (texinfo-sequential-node-update): Remove autoload cookie.
9455         * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
9456         (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
9457         (texinfo-chapter-level-regexp): Remove.
9458         (texinfo-mode): Hard code texinfo-chapter-level-regexp.
9460 2000-11-06  Dave Love  <fx@gnu.org>
9462         * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
9464         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
9465         Match defun*.
9467 2000-11-06  Kenichi Handa  <handa@etl.go.jp>
9469         * composite.el (composition-function-table): Variable declaration
9470         moved to src/composite.c.
9471         (compose-chars-after): New optional arg object.
9473 2000-11-06  Gerd Moellmann  <gerd@gnu.org>
9475         * bindings.el (mode-line-toggle-read-only)
9476         (mode-line-toggle-modified, mode-line-widen)
9477         (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
9478         (make-mode-line-mouse2-map): Rewritten.
9479         (mode-line-modified, mode-line-format, minor-mode-alist): Use new
9480         functions so that C-h k can show something with a doc string.
9482         * startup.el (fancy-splash-delay): Set to 10 seconds.
9483         (fancy-splash-max-time): New user-option.
9484         (fancy-splash-stop-time): New variable.
9485         (fancy-splash-screens): Set it.  Catch `stop-splashing'.
9486         (fancy-splash-screens-1): Throw `stop-splashing' when current
9487         time is greater than fancy-splash-stop-time.
9489 2000-11-06  Stefan Monnier  <monnier@cs.yale.edu>
9491         * vc-hooks.el (vc-insert-file): Don't assume byte==char.
9493         * pcvs.el (cvs-mode-marked): New arg `noquery'.
9494         Prompt user for a file rather than raising an error.
9495         (cvs-enabledp): Fix call to cvs-mode-marked.
9496         (cvs-insert-file): New function (extracted from cvs-mode-insert).
9497         (cvs-mode-insert): Use it.  Change the init prompt' value.
9498         (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
9500         * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
9501         Don't pass default arg to ewoc-locate.
9502         (ewoc-collect): Return result in the right order.
9504         * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
9506         * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
9507         (cvs-status-get-tags): Fix regexp.
9508         (cvs-status-trees, cvs-status-cvstrees):
9509         Combine after change hooks and don't sit-for.
9510         (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
9511         (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
9512         Use make-char rather than hard-coded cryptic data.
9513         (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
9515         * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
9517         * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
9518         (cvs-insert-strings): New function.
9520 2000-11-06  Miles Bader  <miles@lsi.nec.co.jp>
9522         * mwheel.el (mouse-wheel-scroll-amount): Renamed from
9523         `mwheel-scroll-amount'.
9524         (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
9525         (mouse-wheel-mode): Use (featurep 'xemacs) instead of
9526         string-matching against the version string.
9528 2000-11-06  Kenichi Handa  <handa@etl.go.jp>
9530         * language/thai.el ("Thai"): Set a lisp form that produces
9531         composed string in `sample-text' language info.
9533         * language/tibetan.el ("Tibetan"): Set a lisp form that produces
9534         composed string in `sample-text' language info.
9536         * international/mule-cmds.el (describe-language-environment):
9537         Eval `sample-text' data and insert the result.
9539         * international/mule-conf.el (compound-text): Define this coding
9540         system here.  Make x-ctext and ctext aliases of it.
9542         * language/european.el (compound-text, ctext): Moved to
9543         international/mule-conf.el.
9545 2000-11-05  Andrew Innes  <andrewi@gnu.org>
9547         * w32-fns.el (w32-version): New function.
9549 2000-11-05  Stefan Monnier  <monnier@cs.yale.edu>
9551         * progmodes/awk-mode.el: Update copyright.
9552         (awk-mode-abbrev-table): Remove.
9553         (awk-font-lock-keywords): Use regexp-opt.
9554         (awk-mode): Use define-derived-mode.
9556         * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
9557         when extracting a suffix.
9559 2000-11-04  Andre Spiegel  <spiegel@gnu.org>
9561         * vc-hooks.el (vc-insert-file): Rewritten.  Don't bother about
9562         auto-save-mode.
9564 2000-11-04  Jason Rumney  <jasonr@gnu.org>
9566         * language/european.el (decode-mac-roman): Test against r1 not r0.
9568 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
9570         * progmodes/icon.el (icon-mode-map): Don't rebind \t.
9571         (icon-mode): Define indent-line-function.
9572         (icon-comment-indent): Simplify.
9573         (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
9575         * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
9577         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
9578         Bind change-log-default-mode to defeat the caching done on it.
9579         Don't bother saving excursion any more.
9581         * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
9583         * frame.el (after-setting-font-hook): Rename hooks -> hook.
9584         (set-frame-font): Use the new name (and the old for compatibility).
9586         * toolbar/tool-bar.el (tool-bar-mode):
9587         * time.el (display-time-mode):
9588         * recentf.el (recentf-mode):
9589         * paren.el (show-paren-mode):
9590         * mwheel.el (mouse-wheel-mode):
9591         * msb.el (msb-mode):
9592         * jka-compr.el (auto-compression-mode):
9593         * image-file.el (auto-image-file-mode):
9594         * hl-line.el (hl-line-mode):
9595         * delsel.el (delete-selection-mode):
9596         * autoinsert.el (auto-insert-mode):
9597         * complete.el (partial-completion-mode): Drop unneeded positional args.
9599         * info.el (Info-mode):
9600         * comint.el (comint-mode): Don't bother with make-local-hook.
9602         * log-edit.el (log-edit-menu): New menu.
9604 2000-11-03  Miles Bader  <miles@gnu.org>
9606         * wid-edit.el (widget-end-of-line): Reinstate, with a new
9607         definition, so that trailing spaces are handled properly.
9608         (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
9610 2000-11-03  Gerd Moellmann  <gerd@gnu.org>
9612         * startup.el (fancy-splash-text, fancy-splash-text): Use a single
9613         tab character.
9614         (fancy-splash-screens): Set tab-width to 20.
9616 2000-11-03  Dave Love  <fx@gnu.org>
9618         * comint.el (comint-completion-addsuffix): Fix custom type.
9620 2000-11-02  Stefan Monnier  <monnier@cs.yale.edu>
9622         * font-lock.el (font-lock-buffers): Remove.
9623         (font-lock-global-modes): Define with easy-mmode-define-global-mode.
9624         (font-lock-change-major-mode): Remove.
9625         (turn-on-font-lock-if-enabled): Only apply to the current buffer.
9626         (font-lock-default-fontify-region): Extend the multiline
9627         fontification to whole lines.
9628         (font-lock-fontify-anchored-keywords)
9629         (font-lock-fontify-keywords-region): If matching just one
9630         line (with \n) only mark the \n as multiline.
9632         * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
9633         Correctly handle the case where several :group args are supplied.
9634         Allow :extra-args.
9635         (easy-mmode-define-global-mode): Allow :extra-args.
9636         Correctly handle the case where several :group args are supplied.
9638 2000-11-02  Miles Bader  <miles@gnu.org>
9640         * calendar/calendar.el (diary-face, calendar-today-face)
9641         (holiday-face): Remove dependency on `window-system'.
9643 2000-11-02  Ken Raeburn  <raeburn@gnu.org>
9645         * Makefile.in (emacs): Set EMACSLOADPATH always.
9646         (update-authors, .el.elc, compile-files): Don't do it explicitly here.
9647         (compile-files): Bomb out if compilation of a file fails.
9649 2000-11-02  Dave Love  <fx@gnu.org>
9651         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
9653 2000-11-02  Eli Zaretskii  <eliz@is.elta.co.il>
9655         * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
9656         punctuation in the warning inserted into the *mail* buffer.
9658 2000-11-02  Gerd Moellmann  <gerd@gnu.org>
9660         * emacs-lisp/authors.el (authors-public-domain-files): New variable.
9661         (authors-public-domain-p): New function.
9662         (authors-print): Use it.
9664         * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
9666         * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
9668 2000-11-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9670         * ps-print.el: Extension for even/odd printing.  Doc fix.
9671         (ps-print-version): New version number (6.3.1).
9672         (ps-even-or-odd-pages): Customization fix.
9673         (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
9674         (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
9675         (ps-page-count): Var replaced by `ps-page-column'.
9676         (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
9677         (ps-print-sheet-p): New fun.
9679 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
9681         * tooltip.el (tooltip-gud-tips-setup): New function.
9682         (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
9683         (tooltip-mode): Call tooltip-gud-tips-setup.
9684         (tooltip-gud-tips): Use `gud-basic-call' instead of
9685         process-send-string, so the prompt gets frobbed appropriately.
9686         Handle nil return value from `tooltip-gud-print-command'.
9688 2000-11-01  Eric M. Ludlam  <zappo@ultranet.com>
9690         * comint.el (comint-add-to-input-history): New function.
9691         (comint-send-input): Use `comint-add-to-input-history'.
9693 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
9695         * info.el (info-menu-header): New face.
9696         (Info-fontify-menu-headers): New function.
9697         (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
9699         * info.el (Info-insert-dir): Don't include blank lines at
9700         beginning of additional dir files (one is added automatically).
9702 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
9704         * emacs-lisp/easy-mmode.el (define-minor-mode):
9705         Revert the latest changes.
9706         Allow the three positional arguments to be skipped and replaced
9707         by keyword arguments.
9708         Add a :toggle argument to determine whether a nil arg means toggle
9709         or means turn-on.  The default is unchanged.
9710         Add a call to force-mode-line-update.
9712 2000-11-01  Dave Love  <fx@gnu.org>
9714         * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
9716 2000-11-01  Miles Bader  <miles@lsi.nec.co.jp>
9718         * calendar/calendar.el (diary-face, holiday-face):
9719         Add dark-background variants.
9721 2000-10-31  Sam Steingold  <sds@gnu.org>
9723         * textmodes/tex-mode.el (tex-file): Use `default-directory' when
9724         `tex-main-file' does not have directory in it.
9726 2000-10-31  Stefan Monnier  <monnier@cs.yale.edu>
9728         * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
9730 2000-10-31  Thien-Thi Nguyen  <ttn@gnu.org>
9732         * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
9733         functional change.
9735 2000-10-31  Gerd Moellmann  <gerd@gnu.org>
9737         * files.el (find-file-noselect): When we expand a wildcard, return
9738         a list of buffers, as we should do according to the doc string.
9740 2000-10-31  Ken Raeburn  <raeburn@gnu.org>
9742         * loadup.el (top level): Adjust load path if program name is
9743         "../src/bootstrap-emacs", in case it's not dumped and thus the
9744         load path adjustment hasn't already been done.
9746 2000-10-31  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9748         * ps-print.el: Fix bug on selected pages for printing.
9749         Use `color-values' for Emacs 21.  Ensure fontification when jit-lock
9750         is on.  Try to avoid warning messages when compiling.  Doc Fix.
9751         (ps-print-version): New version number (6.3).
9752         (ps-color-device): Use `color-values' to determine if device
9753         supports color.
9754         (ps-color-values): Try to use `x-color-values' when using XEmacs.
9755         (ps-print-page-p): Changed from defsubst to defun.
9756         (ps-page-number): Changed from defmacro to defun.
9757         (ps-header-sheet, ps-header-page): Fix bug on selected pages for
9758         printing.
9759         (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
9760         (ps-end-file, ps-dummy-page): Funs eliminated.
9761         (ps-print-color-scale): Changed default value.
9762         (ps-page-n-up, ps-print-page-p): New internal vars.
9763         (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
9764         (ps-plot-region, ps-generate, ps-end-job): Code fix.
9766         * delim-col.el: Little programming improvement.
9767         (delimit-columns-str): New macro.
9768         (delimit-columns-region, delimit-columns-rectangle): Code fix.
9770 2000-10-31  Kenichi Handa  <handa@etl.go.jp>
9772         * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
9773         Moved to european.el.
9774         (ccl-encode-mac-roman-font, fontset-mac): Modified for
9775         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
9776         (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
9777         (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
9779 2000-10-30  Dave Love  <fx@gnu.org>
9781         * progmodes/cc-menus.el (imenu-generic-expression)
9782         (imenu-progress-message): Only defvar when compiling.
9784         * emacs-lisp/elp.el (elp-unload-hook): New function.
9786         * loadhist.el (unload-feature): Call elp-restore-function,
9787         checking for symbols; don't use elp-restore-all.
9788         (loadhist-hook-functions): Doc fix.
9790 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
9792         * log-edit.el (log-edit-confirm): Fix the default.
9794 2000-10-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9796         * delim-col.el: Little fix: replace delimit-columns-align-columns by
9797         delimit-columns-format.
9798         (delimit-columns-region, delimit-columns-rectangle): Code fix.
9800 2000-10-30  Miles Bader  <miles@lsi.nec.co.jp>
9802         * comint.el (comint-replace-by-expanded-history): Don't use
9803         comint-get-old-input (we're not looking at *old* input).
9804         (comint-get-old-input-default): If using fields, signal an error
9805         when the point is not in an input field.
9807 2000-10-30  Kenichi Handa  <handa@etl.go.jp>
9809         * international/mule-conf.el: New charsets mule-unicode-2500-33ff
9810         and mule-unicode-e000-ffff.
9812         * international/mule.el (decode-char, encode-char): New functions.
9813         (make-coding-system): Accept a symbol of translation table as a
9814         value of property `safe-chars'.
9816         * international/mule-cmds.el (encode-coding-char): Check property
9817         safe-chars instead of safe-charsets.
9819         * international/fontset.el (fontset-default): Modified for
9820         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
9821         (x-font-name-charset-alist): Likewise.
9822         (ccl-encode-unicode-font): New CCL program.  Record it in
9823         font-ccl-encoder-alist to be used for fonts "ISO10646-1".
9825         * language/european.el (mac-roman-decoder, mac-roman-encoder):
9826         New translation tables.
9827         (decode-mac-roman, encode-mac-roman): Definition of these CCL
9828         programs are modified and moved from mac-win.el.
9829         (mac-roman): Definition of this coding system is modified and
9830         moved from mac-win.el.
9832 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
9834         * ediff-wind.el (ediff-setup-control-frame): Enclose
9835         face-attribute in condition-case to avoid errors in older emacsen.
9837 2000-10-29  Miles Bader  <miles@gnu.org>
9839         * custom.el (custom-add-to-group): Allow multiple entries for a
9840         given value OPTION, as long as their widget types are different.
9841         * cus-edit.el (custom-face-value-create): If face name doesn't end
9842         with "face", add such here (similar to custom group widgets).
9844         * comint.el (comint-highlight-prompt): Add :type.
9846 2000-10-28  John Wiegley  <johnw@gnu.org>
9848         * calendar/timeclock.el (timeclock-log): Doc fix.
9849         (timeclock-last-event): Doc fix.
9850         (timeclock-log): Kill the timelog buffer after appending a new event.
9851         (timeclock-find-discrep): Use a temp buffer to read in the
9852         timelog, instead of visiting the file.
9853         (timeclock-log-data): A new function, along with a host of helper
9854         functions, for the purpose of making timelog data accessible to
9855         programmers.
9857         * eshell/esh-mode.el (window-height test): Make certain that
9858         `eshell-stringify-t' is non-nil.
9859         (eshell-password-prompt-regexp): Changed to a much simpler
9860         password regexp.
9861         (eshell-send-input): If `eshell-invoke-directly' returns t,
9862         directly invoke the parsed command using `eval'.  This improves
9863         turn-around time on simple commands by a factor of three or
9864         greater, such as cd, ls, pwd, etc. -- which get used very often.
9865         It also conserves thousands of cons cells per call (since
9866         `eshell-do-eval' consumes memory like a Cookie Monster set loose
9867         in the Pacific Cookie Company).
9869         * eshell/esh-test.el (eshell-test): Whitespace fix.
9871         * eshell/em-ls.el (eshell-ls-insert-directory):
9872         Make `eshell-ls-initial-args' nil when inserting directory contents.
9874         * eshell/em-script.el (eshell-script-initialize): Add names to
9875         `eshell-complex-commands, since `source' and `.' are complex.
9877         * eshell/esh-cmd.el (eshell-rewrite-for-command)
9878         (eshell-rewrite-while-command): Use `eshell-protect' instead of
9879         `eshell-copy-handles'.
9880         (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
9881         bodies.
9882         (eshell-separate-commands): Whitespace fix.
9883         (eshell-complex-commands): Added a new list of names, for
9884         determining whether a given command is as simple as it looks.
9885         (eshell-invoke-directly): New function.  Returns t if a command
9886         should be invoked directly (using `eval'), rather than indirectly
9887         using `eshell-do-eval'.
9888         (eshell-do-eval): Whitespace fix.
9890         * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
9891         which provides an emulation of the DOS shell behavior of assuming
9892         that cp/mv/ln should copy/move/link to the current directory.
9893         (eshell-remove-entries): Added a doc string.
9894         (eshell-shuffle-files): Removed the check for `target' being null.
9895         (eshell-mvcp-template, eshell-mvcpln-template): Renamed
9896         `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
9897         it to do a smarter check of whether a destination was provided.
9898         (eshell/mv, eshell/cp): Enable `:preserve-args'.
9899         (eshell/ln): Enable `:preserve-args', and use
9900         `eshell-mvcpln-template' to implement the body of the function.
9901         (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
9902         (eshell/du, eshell/diff, eshell/locate): Stringify the argument
9903         list after flattening it.  This makes it possible to cat files
9904         with numerical names.
9905         (eshell-unix-initialize): Added several names to
9906         `eshell-complex-commands.
9907         (eshell-unix-command-complex-p): Return t if a given command name
9908         may result in external processes being invoked.
9910         * eshell/em-glob.el (eshell-glob-show-progress): Make this
9911         variable nil by default, since it slows down glob processing by a
9912         factor of two or more, and increases memory consumption.
9914         * eshell/em-smart.el: Added a note about how memory consumptive
9915         smart display mode can be (at least this is true in Emacs 21).
9916         (eshell-smart-initialize): Whitespace fix.
9917         (eshell-refresh-windows): Use `if' instead of `when'.
9918         (eshell-smart-scroll-window): Calling `save-current-buffer' was
9919         not necessary.
9920         (eshell-currently-handling-window): Added a missing global variable.
9922         * eshell/em-ls.el (eshell-do-ls): Code simplification.
9923         (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
9924         Whitespace fix.
9925         (eshell-ls-exclude-hidden): Added this variable in addition to
9926         `eshell-ls-exclude-regexp'.  This one prevents files beginning
9927         with . from even being read, which can improve memory consumption
9928         quite a bit.
9929         (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
9930         read file entries beginning with a dot.  In home directories with
9931         lots of hidden files, fully two-thirds of the time spent in ls is
9932         used to read directory entries that are immediately thrown away.
9933         (eshell-ls-initial-args): Added back this configuration variable,
9934         for specifying default initial arguments to every call to ls.
9935         Much faster than using an alias to do the same thing.
9936         (eshell-do-ls): Use `eshell-ls-initial-args', if set.
9937         (eshell-ls-dir): Whitespace change.
9939         * eshell/em-dirs.el (eshell/pwd): Small code simplification.
9941         * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
9942         (eshell-stringify-t): Added a customization variable, to indicate
9943         whether `t' should be rendered as a string at all.  If not, one
9944         can still determine if the result of an expression is true using
9945         "file-exists-p FILE && echo true".
9946         (eshell-stringify): If `eshell-stringify-t' is nil, don't
9947         stringify t!
9949         * eshell/esh-module.el: Whitespace fix.
9951         * eshell/em-alias.el (eshell-alias-initialize):
9952         Added `eshell-command-aliased-p' to `eshell-complex-commands'.
9953         (eshell-command-aliased-p): New function that returns t if a
9954         command name names an aliased.
9956 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
9958         * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
9959         redrawing the screen when changing cursor color.
9960         (viper-insert-state-pre-command-sentinel)
9961         (viper-replace-state-pre-command-sentinel)
9962         (viper-replace-state-post-command-sentinel):
9963         Use viper-preserve-cursor-color.
9964         Many functions changed to use viper= instead of = when comparing
9965         characters.
9966         * viper-util.el (viper-memq-char,viper=): New functions for
9967         working with characters.
9968         (viper-change-cursor-color): Fixed buglet.
9969         Many functions changed to use viper= instead of = when comparing
9970         characters.
9971         * viper.el (viper-insert-state-mode-list): Added eshell.
9973         * ediff-init.el (ediff-before-setup-hook): New hook.
9974         Several typos fixed in various docstrings.
9975         * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
9976         * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
9977         (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
9978         * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
9979         (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
9980         (ediff-get-selected-buffers): New function.
9981         * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
9982         (ediff-vc-merge-internal,ediff-rcs-merge-internal):
9983         Use save-window-excursion.
9984         * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
9985         termination check in while loop.
9986         * ediff.el (ediff-get-default-file-name): Better defaults when in
9987         dired buffer.
9988         (ediff-files,ediff-merge-files,ediff-files3)
9989         (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
9991 2000-10-28  Dave Love  <fx@gnu.org>
9993         * info.el (Info-fontify-node): Add help-echo for menu items.
9995 2000-10-28  Eli Zaretskii  <eliz@is.elta.co.il>
9997         * startup.el (normal-top-level): If the value of $TERM indicates
9998         we are running from xterm or one of its work-alikes, default to a
9999         light background mode.
10001         Support for -fg, -bg, and -rv command-line arguments for TTYs:
10002         * faces.el (tty-handle-reverse-video): New function.
10003         (tty-create-frame-with-faces): Call it.
10005         * frame.el (frame-notice-user-settings): Don't apply
10006         default-frame-alist and initial-frame-alist to MS-DOS frames.
10007         Call tty-handle-reverse-video, frame-set-background-mode, and
10008         face-set-after-frame-default for non-MS-DOS frames.
10010         * startup.el (tty-long-option-alist): New variable.
10011         (tty-handle-args): New function.
10012         (command-line): Call tty-handle-args.
10014         * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
10015         startup.el now does that for all character-terminal frames.
10017 2000-10-28  Miles Bader  <miles@gnu.org>
10019         * emacs-lisp/easy-mmode.el (define-minor-mode):
10020         Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
10021         is global.  If :global is followed by a non-nil but non-t value,
10022         make the mode buffer-local, but also generate a `global-MODE'
10023         version using `easy-mmode-define-global-mode'.
10024         Add :conditional-turn-on keyword argument.
10026 2000-10-28  Dave Love  <fx@gnu.org>
10028         * international/latin1-disp.el (latin1-char-displayable-p):
10029         Don't use window-system.
10031 2000-10-27  Eli Zaretskii  <eliz@is.elta.co.il>
10033         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
10034         Don't call find-buffer-file-type-coding-system.  Instead, just
10035         set eol-type to -unix if inhibit-eol-conversion is in effect, or
10036         if the file is on an untranslated filesystem.
10037         (add-untranslated-filesystem): Use "D" instead of "f" inside
10038         interactive.
10040 2000-10-27  Dave Love  <fx@gnu.org>
10042         * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
10043         (refill-mode): Use it.
10045 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
10047         * international/quail.el (quail-activate): Don't make-local-hook.
10049 2000-10-27  Andre Spiegel  <spiegel@gnu.org>
10051         * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
10052         manual backups and file.~<rev>.~ for automatic ones.
10053         (vc-make-version-backup): Don't do it on MS-DOS without long file
10054         names.
10056         * vc.el (vc-version-other-window): If an automatic backup of the
10057         desired version exists, rename it instead of copying it.
10059         * vc-cvs.el (vc-cvs-checkin): Check both status and error message
10060         after command.  If there's an unexpected error, signal it instead
10061         of being silent.
10062         (vc-cvs-merge-news): Be prepared for no news at all.
10064 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
10066         * shell.el (shell): Add BUFFER argument.
10067         * comint.el (make-comint-in-buffer): New function.
10068         (make-comint): Use it.
10070         * faces.el (face-spec-choose): Change syntax so that the list of
10071         attribute-value pairs is now the cdr of each clause, not the cadr.
10072         Detect old-style entries, and handle them.  Use pop.
10074 2000-10-26  Stefan Monnier  <monnier@cs.yale.edu>
10076         * cus-edit.el (custom-mode-map): Use a sparse map.
10077         (custom-mode): Don't bother with make-local-hook.
10079         * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
10081         * vc.el (vc-start-entry): Only erase the buffer if comment is set.
10083 2000-10-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10085         * ps-print.el: Avoid compilation gripes.
10086         (ps-print-version): New version number (6.2.1).
10088 2000-10-26  Dave Love  <fx@gnu.org>
10090         * menu-bar.el: Modify some menu item help strings.
10091         (menu-bar-help-menu): Add link to MORE.STUFF.
10093         * cus-edit.el (custom-mode): Add `special' mode-class property.
10095         * wid-browse.el (widget-browse-mode): Likewise.
10097         * wid-edit.el (widget-specify-field): Revert to using local-map
10098         property, not keymap.
10100 2000-10-26  Miles Bader  <miles@lsi.nec.co.jp>
10102         * wid-edit.el (widget-field-end): When checking for a `boundary'
10103         field, do so in the correct buffer.
10105         * simple.el (undo): Correctly distinguish between numeric and
10106         non-numeric prefix args in non-transient-mark-mode, as per the doc
10107         string.  When in transient-mark-mode, treat all prefix-args as
10108         numeric.
10110         * simple.el (previous-matching-history-element): Miscellaneous cleanup.
10111         Position point on match.  Handle N == 0 correctly.
10113         * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
10114         (comint-mode-map): Reverse order of `comint-write-output' and
10115         `comint-append-output-to-file'.
10116         (comint-append-output-to-file): Reinstate this function, for the
10117         benefit of the menu.
10119 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
10121         * vc.el (vc-version-other-window): Bind `file'.
10123 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
10125         * Makefile.in (update-authors): New target for maintenance purposes.
10127         * emacs-lisp/authors.el (batch-update-authors): New function.
10128         (authors-fixed-entries): New defconst.
10129         (authors-add-fixed-entries): New function.
10130         (authors): Call it.: Don't process lispref/.
10132 2000-10-25  Jason Rumney  <jasonr@gnu.org>
10134         * cus-edit.el (custom-button-face, custom-button-pressed-face):
10135         Merge x w32 and mac definitions.
10137 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
10139         * menu-bar.el (menu-bar-options-menu): Add a help string for
10140         `uniquify'.
10142 2000-10-25  Stephen Gildea  <gildea@stop.mail-abuse.org>
10144         * time-stamp.el (time-stamp-string-preprocess):
10145         Fix a wrong type argument error.
10147 2000-10-25  Miles Bader  <miles@gnu.org>
10149         * recentf.el (recentf-mode): Variable removed.
10150         (recentf-mode): Use `define-minor-mode'.
10152         * mwheel.el (mouse-wheel-mode): New global minor mode.
10153         (mwheel-install): Use `mouse-wheel-mode'.
10155 2000-10-25  Dave Love  <fx@gnu.org>
10157         * progmodes/cperl-mode.el (cperl-mode):
10158         Set normal-auto-fill-function correctly.
10160         * wid-edit.el (widget-field-keymap, widget-text-keymap):
10161         Don't inherit from global-map and don't nullify menu-bar and tool-bar
10162         bindings.
10164 2000-10-25  Miles Bader  <miles@lsi.nec.co.jp>
10166         * wid-edit.el (widget-field-at): New function.
10167         (widget-at, widget-field-activate): Use it.
10168         (widget-tabable-at): Use `widget-at'.
10169         (widget-specify-field): If the terminating character of the widget
10170         field (which is read-only) is a newline, put it into a special
10171         `boundary' field so that C-n/C-p act more naturally.
10172         (widget-field-end): Also don't subtract one if a special
10173         `boundary' field has been added after the widget field.
10175         * comint.el (comint-output-filter, comint-send-input):
10176         Don't bother adding stickiness fields to overlays to fool the field
10177         code, since it should notice the overlay insertion-types now.
10179         * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
10180         Replace with aliases of the normal emacs b-o-l/e-o-l functions.
10181         (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
10183 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
10185         * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
10186         (authors): Set file coding system to iso-2022-7bit.
10187         Add file-local variables to output buffer.
10189         * files.el (after-find-file): Don't print any warnings if
10190         WARN is nil.
10192 2000-10-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10194         * ps-print.el (ps-generate): Fix odd/even pages printing bug.
10196         * delim-col.el: Now there is a column formatting mechanism.
10197         Modified to customization mechanisms convention.  Doc fix.
10198         (columns): New group for delim-col.
10199         (delimit-columns-before, delimit-columns-after)
10200         (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
10201         (delimit-columns-end): New vars.
10202         (delimit-columns-customize, delimit-columns-format): New funs.
10203         (delimit-columns-region, delimit-columns-rectangle)
10204         (delimit-columns-rectangle-line): Modified to support column
10205         formatting.
10207 2000-10-24  Dave Love  <fx@gnu.org>
10209         * log-edit.el (log-edit): Add :version and a :group for vc.
10211 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
10213         * files.el (after-find-file): Don't print a message ``New file''
10214         if WARN is nil.
10216         * wid-edit.el (widget-field-keymap, widget-text-keymap):
10217         Define the tool-bar map as nil, as for the menu-bar.  Otherwise, we'll
10218         get duplicate tool-bar entries because we'll see the global ones
10219         on more than one path through keymaps.
10221         * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
10223         * progmodes/cmacexp.el: Change Francesco's email address.
10225 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
10227         * window.el (fit-window-to-buffer): Adjust point of the window
10228         buffer, not that of the current buffer.
10230 2000-10-24  Eli Zaretskii  <eliz@is.elta.co.il>
10232         * progmodes/cmacexp.el: Update the euthor's email address.
10234 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
10236         * faces.el (face-spec-set-match-display): Add `graphic' display
10237         type (the inverse of `tty').  Use `display-graphic-p' instead of
10238         the window-system variable.
10240 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
10242         * international/isearch-x.el (isearch-with-input-method):
10243         Call input-method-function with the first event in
10244         unread-command-events.
10246 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
10248         * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
10250 2000-10-24  Andrew Choi  <akochoi@i-cable.com>
10252         * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
10253         New charsets.
10255         * term/mac-win.el: Remove definitions of mac-roman-lower and
10256         mac-roman-upper, require dired, and define instead of set
10257         mac-ready-for-drag-n-drop to avoid compilation error.
10259 2000-10-23  Andrew Innes  <andrewi@gnu.org>
10261         * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
10262         Remove superfluous calls to subst-char-in-string; instead apply
10263         expand-file-name after convert-standard-filename to ensure
10264         expected directory separators are used.
10266 2000-10-23  Eli Zaretskii  <eliz@is.elta.co.il>
10268         * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
10270 2000-10-23  Dave Love  <fx@gnu.org>
10272         * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
10273         (tool-bar-add-item): Set foreground and background for XBM icons.
10275         * international/latin1-disp.el (latin1-char-displayable-p):
10276         New function (from Handa).
10277         (latin1-display-check-font): Use it.
10279         * imenu.el (imenu--create-keymap-2): Build menu with menu-item
10280         using :key-sequence, making it much more usable.
10281         Use nconc, not append.
10282         (imenu--create-keymap-1): Avoid append.
10284         * textmodes/refill.el: Remove bits redundant with define-minor-mode.
10286 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
10288         [the following changes fix a bug where `define-minor-mode' didn't
10289         correctly generate :require clauses for defcustoms in compiled files]
10290         * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
10291         (byte-compile-log-file, byte-compile-log-1): Don't set
10292         `byte-compile-current-file' to nil.  Instead set
10293         `byte-compile-last-logged-file' to it.  Test whether
10294         byte-compile-current-file equals byte-compile-last-logged-file
10295         instead of whether its nil.
10296         (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
10298 2000-10-23  Stefan Monnier  <monnier@cs.yale.edu>
10300         * textmodes/refill.el: Fix var names in doc.
10301         (refill-mode): Don't bother with make-local-hook anymore.
10303 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
10305         * faces.el (face-user-default-spec, face-default-spec): New functions.
10306         (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
10307         (frame-set-background-mode, face-set-after-frame-default):
10308         Use `face-user-default-spec'.  Simplify code slightly.
10310         * woman.el (woman-italic-face, woman-bold-face)
10311         (woman-unknown-face): Add dark-background variants.
10312         (woman-default-faces): Renamed from `woman-colour-faces'.
10313         Set using the stored defaults, rather than using hard-wired colors.
10314         (woman-monochrome-faces): Renamed from `woman-black-faces'.
10315         Just make the foreground `unspecified' rather than "black".
10316         (woman-menu): Rename menu entries accordingly.
10318         * faces.el (header-line): Make more reasonable on mono/grayscale
10319         displays.
10321 2000-10-23  Andrew Choi  <akochoi@i-cable.com>
10323         * cus-edit.el (custom-button-face): Use 3D look for mac.
10324         (custom-button-pressed-face): Likewise.
10326         * faces.el (set-face-attributes-from-resources): Handle mac frames
10327         in the same way as x and w32 frames.
10328         (face-valid-attribute-values): Likewise.
10329         (read-face-attribute): Likewise.
10330         (defined-colors): Likewise.
10331         (color-defined-p): Likewise.
10332         (color-values): Likewise.
10333         (display-grayscale-p): Likewise.
10334         (face-set-after-frame-default): Likewise.
10335         (mode-line): Same default face as for x and w32.
10336         (tool-bar): Likewise.
10338         * frame.el: Remove call to frame-notice-user-settings at end of
10339         the file.
10341         * info.el (Info-fontify-node): Make underlines invisible for mac
10342         as for x, pc, and w32 frame types.
10344         * term/mac-win.el: New file.
10346 2000-10-22  Dave Love  <fx@gnu.org>
10348         * textmodes/refill.el: New file.
10350 2000-10-22  Andre Spiegel  <spiegel@gnu.org>
10352         * vc-hooks.el (vc-version-backup-file-name): New optional args
10353         MANUAL and REGEXP.
10354         (vc-delete-automatic-version-backups, vc-make-version-backup):
10355         New functions.
10356         (vc-before-save): Use the latter.
10357         (vc-default-make-version-backups-p): Added `-p' suffix to avoid
10358         confusion.
10360         * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
10361         expected by vc[-hooks].el.
10363         * vc.el (vc-checkout): Added `-p' suffix in call to
10364         vc-make-version-backups-p; use vc-make-version-backup to actually
10365         make the backup.
10366         (vc-version-other-window, vc-version-backup-file): Handle both
10367         automatic and manual backups.
10368         (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
10369         of all of them.
10371 2000-10-22  Miles Bader  <miles@gnu.org>
10373         * comint.el (comint-highlight-input, comint-highlight-prompt):
10374         Renamed, `-face' at end removed.
10375         (comint-send-input, comint-output-filter): Use renamed faces.
10377         * window.el (fit-window-to-buffer): Change defaulting of
10378         MAX-HEIGHT slightly.
10380         * faces.el (color-values, color-defined-p): Use `member', not
10381         `memq', because it works correctly for strings.
10382         (frame-set-background-mode): Actually, "unspecified-fg" and
10383         "unspecified-bg" *are* strings.  Use `member', not `memq', and
10384         `equal', not `eq', when a string value is possible.
10386 2000-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
10388         * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
10390 2000-10-21  Stefan Monnier  <monnier@cs.yale.edu>
10392         * progmodes/sh-script.el (sh-mode-map): Remove bindings for
10393         sh-electric-rparen, sh-electric-less and sh-electric-hash.
10394         (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
10395         (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
10396         (sh-font-lock-syntactic-keywords): Use them.
10397         (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
10398         (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
10399         (sh-mode): Don't override font-lock-unfontify-region-function.
10400         Use a copy of sh-font-lock-syntactic-keywords.
10401         (sh-set-shell): Don't set sh-electric-rparen-needed-here.
10402         Don't call sh-scan-buffer since font-lock does it on the fly.
10403         (sh-get-indent-info): Use `face' rather than `syntax-table'
10404         text-property to detect here-documents.
10405         Replace sh-special-syntax with sh-st-punc.
10406         (sh-prev-line): Use `face' rather than `syntax-table'
10407         text-property to skip over here-documents.
10408         (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
10409         (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
10410         (sh-electric-less, sh-set-here-doc-region)
10411         (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
10412         (sh-scan-buffer, sh-rescan-buffer): Remove.
10414 2000-10-21  Andrew Innes  <andrewi@gnu.org>
10416         * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
10417         remote (ange-ftp) file names.
10419 2000-10-21  Miles Bader  <miles@gnu.org>
10421         * window.el (fit-window-to-buffer): New function.
10422         (shrink-window-if-larger-than-buffer): Use it.
10423         (window-text-height): Don't expect minibuffers to have mode-lines.
10425         * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
10426         * international/quail.el (quail-update-guidance):
10427         Use `fit-window-to-buffer' instead of `set-window-text-height'.
10429         * international/quail.el (quail-show-guidance-buf): Make sure
10430         guidance window really has enough room.
10431         (quail-update-guidance): If quail-guidance-win is already shown,
10432         make sure its height is OK.
10434         * window.el (window-text-height, set-window-text-height):
10435         New functions.
10436         (shrink-window-if-larger-than-buffer): Use `window-text-height'
10437         instead of `window-height' & `mode-line-window-height-fudge'.
10438         (mode-line-window-height-fudge): Add FACE parameter.
10439         * help.el (resize-temp-buffer-window): Use `set-window-text-height'
10440         instead of `enlarge-window' & `mode-line-window-height-fudge'.
10442 2000-10-20  Miles Bader  <miles@gnu.org>
10444         * window.el (height-affecting-face-attributes): Use `defconst'.
10446         * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
10447         New function, conditionally aliased to `mode-line-window-height-fudge'.
10448         (ispell-help): Use it.
10449         (ispell-choices-win-default-height): Don't include mode-line fudge.
10450         (ispell-choices-win-default-height): New function.
10451         (ispell-show-choices, ispell-command-loop): Use function
10452         `ispell-choices-win-default-height' instead of variable.
10454 2000-10-20  Miles Bader  <miles@lsi.nec.co.jp>
10456         * window.el (mode-line-window-height-fudge): New variable.
10457         (height-affecting-face-attributes): New variable.
10458         (mode-line-window-height-fudge): New function.
10459         (shrink-window-if-larger-than-buffer): Use it.
10460         * help.el (resize-temp-buffer-window): Likewise.
10462         * info.el (Info-fontify-node): Add support for @subsubsection
10463         titles, which use `Info-title-4-face'.
10464         (Info-title-4-face): New face.
10465         (Info-title-3-face): Inherit from Info-title-4-face instead of
10466         variable-pitch.
10468 2000-10-19  Jason Rumney  <jasonr@gnu.org>
10470         * dired.el (dired-insert-directory): Do not let errors signalled by
10471         attempt to run dired-free-space-program prevent dired from working.
10473 2000-10-19  Stefan Monnier  <monnier@cs.yale.edu>
10475         * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
10477 2000-10-19  Gerd Moellmann  <gerd@gnu.org>
10479         * dirtrack.el (dirtrack): Fix call to run-hooks.
10481         * cmuscheme.el (cmuscheme-program-name): Renamed from
10482         scheme-program-name because xscheme.el contains a defcustom with
10483         the same name.  As a consequence, customizing group `cmuscheme'
10484         loaded `xscheme' which redefined run-scheme.
10485         (run-scheme): Use cmuscheme-program-name.
10487         * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
10489         * play/doctor.el (doctor-death): Update the Samaritans'
10490         anonymous address, and add a website for Befrienders International.
10492 2000-10-19  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10494         * ps-print.el: Even/odd pages fix.  Fix little bug on XEmacs.
10495         Avoid compilation gripes.  Doc fix.
10496         (ps-print-version): New version number (6.2).
10497         (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
10498         (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
10499         (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
10500         (ps-x-extent-priority, ps-x-extent-start-position)
10501         (ps-x-face-font-instance, ps-x-find-coding-system)
10502         (ps-x-font-instance-properties, ps-x-make-color-instance)
10503         (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
10504         avoid compilation gripes without defining functions.
10505         (ps-e-find-composition): Alias for function find-composition, to have a
10506         suitable function depending on Emacs version.
10507         (ps-color-device, ps-color-values, ps-face-foreground-name)
10508         (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
10509         (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
10510         (ps-print-ensure-fontified): Function definitions surrounded by
10511         `eval-and-compile' to avoid compilation gripes.
10512         (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
10513         by symbol-value to avoid compilation gripes.
10514         (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
10515         (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
10517 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
10519         * startup.el (normal-top-level): Call `frame-set-background-mode'
10520         after `frame-notice-user-settings' because the latter doesn't call
10521         the former on a tty.
10523         * faces.el (frame-set-background-mode): `unspecified' &c are
10524         symbols, not strings.
10526 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
10528         * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
10529         why some "light*" colors are deliberately absent from the alist.
10531         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
10532         Change colors for tty's, as suggested by Miles Bader.
10534 2000-10-19  Kenichi Handa  <handa@etl.go.jp>
10536         * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
10537         (ccl-encode-mule-unicode-0100-24ff): New CCL program.  Register it
10538         for ISO10646-1 fonts.
10539         (x-font-name-charset-alist): Add an entry for "iso10646-1".
10541 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
10543         * faces.el (frame-set-background-mode): If a tty frame defines a
10544         background color, use that to compute the background mode, instead
10545         of always defaulting to "dark".
10547 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
10549         * comint.el (comint-write-output): New function.
10550         (comint-mode-map): Add it to the menu.
10551         Bind `C-c C-s' to comint-write-output.
10553 2000-10-18  Gerd Moellmann  <gerd@gnu.org>
10555         * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
10556         Use fancy-splash-delay.
10558 2000-10-18  Alex Schroeder  <alex@gnu.org>
10560         * progmodes/sql.el (sql-sybase-options): New option.
10561         (sql-sybase): Use it.  Add sql-database to the list of parameters
10562         provided for login.  The options -w 2048 -n are not used any more.
10564         * comint.el (comint-read-input-ring): Bugfix such that the first
10565         and the last entry of the input ring file are not lost.
10567 2000-10-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10569         * ps-print.el: Internal variable changes to defcustom,
10570         make-local-hook changes to defvar.  Doc fix.
10571         (ps-print-version): New version number (6.1).
10572         (ps-setup, ps-do-despool): Code fix.
10573         (ps-printer-name): Customization fix.
10574         (ps-printer-name-option): Now is a defcustom instead of an
10575         internal variable.
10576         (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
10577         (ps-print-begin-column-hook): Now are defvar instead of
10578         make-local-hook.
10580 2000-10-18  Miles Bader  <miles@gnu.org>
10582         * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
10583         (comint-kill-output): Changed into an alias for `comint-delete-output',
10584         and made obsolete.
10585         (comint-mode-map): Rename references to comint-kill-output.
10587 2000-10-18  Eli Zaretskii  <eliz@is.elta.co.il>
10589         * diff-mode.el (diff-header-face, diff-file-header-face)
10590         (diff-changed-face): Add bold and italic attributes to tty faces.
10591         (diff-function-face): New face.
10592         (diff-font-lock-keywords): Use it.
10594 2000-10-18  Miles Bader  <miles@lsi.nec.co.jp>
10596         * comint.el (comint-output-filter): Fixup comint-last-input-end too.
10597         Remove commented-out call to force-mode-line-update.
10598         (comint-kill-output): Use `forward-line 0' instead of
10599         beginning-of-line to make sure we get past the prompt.
10601 2000-10-17  Stefan Monnier  <monnier@cs.yale.edu>
10603         * diff-mode.el (diff-header-face, diff-file-header-face):
10604         Add specific setting for dark background.
10605         (diff-context-face): Renamed from diff-comment-face.
10606         Set explicitly rather than inheriting from font-lock-comment-face.
10608 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
10610         * startup.el (command-line): Move the code which sets the default
10611         TTY colors to before before-init-hook.
10613 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
10615         * jit-lock.el (jit-lock-stealth-time): Doc fix.
10617 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
10619         * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
10620         extensions, for MS-DOS.
10622         * diff-mode.el (diff-header-face, diff-file-header-face)
10623         (diff-changed-face): Define tty-specific colors.
10625 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
10627         * startup.el (fancy-splash-text): Realign the text.
10629 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
10631         * font-lock.el (font-lock-comment-face): Define a separate default
10632         for dark-background tty's.
10634 2000-10-17  Miles Bader  <miles@gnu.org>
10636         * help.el (resize-temp-buffer-window): Add hack to avoid last line
10637         being obscured by whizzy mode-lines on graphics displays.
10639 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
10641         * info.el (Info-title-1-face, Info-title-2-face)
10642         (Info-title-3-face): Define colors for tty's.
10643         (info-header-node): Remove unneeded tty-specific definition.
10645 2000-10-16  Eli Zaretskii  <eliz@is.elta.co.il>
10647         * term/pc-win.el (msdos-handle-reverse-video): Don't remove
10648         reverse from the frame parameters, and don't invert foreground and
10649         background colors.
10651 2000-10-16  Miles Bader  <miles@gnu.org>
10653         * info.el (Info-set-mode-line): Use `%b' instead of hardwired
10654         string "*Info*".  Call propertized-buffer-identification to spruce
10655         up the result.
10657 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
10659         * help.el: Provide `help' for the sake of define-minor-mode
10660         which generates defcustoms with requires.
10662         * jit-lock.el (jit-lock-after-change): If we're in text that
10663         matches a multi-line font-lock pattern, make sure the whole text
10664         will be redisplayed.
10666         * emacs-lisp/authors.el (authors-add): Don't add an entry if
10667         author's name is unknown.
10669         * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
10670         * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
10671         * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
10672         * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
10673         * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
10674         * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
10675         * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
10676         * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
10677         * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
10678         Add author information.
10680 2000-10-16  Miles Bader  <miles@lsi.nec.co.jp>
10682         * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
10683         * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
10684         full-color version (using the Gimp) to eliminate dithering artifacts.
10686 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
10688         * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
10690         * simple.el (syntax-flag-table, string-to-syntax): Remove.
10692 2000-10-15  Dave Love  <fx@gnu.org>
10694         * progmodes/sh-script.el: Require skeleton and comint when compiling.
10696         * pcomplete.el (pcomplete) <defgroup>: Add :version.
10698         * whitespace.el: Doc fixes.
10699         (top-level): Don't add hooks here.
10700         (whitespace-running-emacs): Deleted.
10701         (timer): Don't require.
10702         (whitespace): Add back :version conditional on xemacs test.
10703         (whitespace-spacetab-regexp, whitespace-indent-regexp)
10704         (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
10705         (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
10706         (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
10707         Avoid specific xemacs test.
10708         (whitespace-global-mode): New option.
10709         (whitespace-global-mode): New command.
10710         (whitespace-unload-hook): New function.
10712         * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
10713         (Info-fontify-node, Info-goto-node, Info-mode-menu)
10714         (Info-fontify-node): `Goto' goes to `Go to'.
10715         (Info-fontify-node): Add help-echo to xref links.
10717 2000-10-15  Eli Zaretskii  <eliz@is.elta.co.il>
10719         * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
10721 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
10723         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
10724         Use plist-get and allow :inherit.
10726         * emacs-lisp/cl-macs.el (cl-do-arglist):
10727         Use plist-get and plist-member instead of memq.
10729         * emacs-lisp/ewoc.el (ewoc-location): New function.
10730         (ewoc-enter-after, ewoc-enter-before): Document return value.
10731         * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
10732         Don't need make-local-hook any more.
10733         (cvs-addto-collection): Return the new tin.
10734         (cvs-mode-insert): Jump to the new line.
10736         * jit-lock.el (jit-lock-fontify-buffer): Remove.
10738         * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
10740         * font-lock.el (font-lock-syntactically-fontified): New var.
10741         (font-lock-fontify-syntactic-keywords-region): Use it.
10742         (font-lock-mode): Fix docstring.  Don't need make-local-hook anymore.
10744         * diff-mode.el (diff-find-file-name): Fix regexp.
10746         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
10747         (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
10749         * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
10750         (sh-mode-syntax-table): Add punctuation syntax for < and >.
10751         (sh-mode): Don't make all vars local here.
10752         (sh-kw): Reformat.
10753         (sh-set-shell): Use dolist.  Don't set indent-region-function.
10754         (sh-mode-syntax-table): Use pop.
10755         (sh-remember-variable): Use push.
10756         (sh-help-string-for-variable): Use memq.
10757         (sh-safe-backward-sexp): Remove.
10758         (sh-safe-forward-sexp): Add ARG.
10759         (sh-get-indent-info, sh-prev-stmt): Use it.
10760         (sh-prev-line): Simplify by using forward-comment.
10761         (sh-this-is-a-continuation): Simplify.
10762         (sh-learn-buffer-indent): Use dolist.
10763         (sh-do-nothing): Remove.
10764         (sh-set-char-syntax, sh-set-here-doc-region):
10765         Use inhibit-modification-hooks.
10766         (sh-name-style): Use mapcar and push.
10767         (sh-load-style): Use dolist.
10768         (sh-save-styles-to-buffer): Use with-current-buffer and pp.
10769         (sh-case, sh-while-getopts): Use propertize directly rather
10770         than sh-electric-rparen.
10772 2000-10-14  Stefan Monnier  <monnier@cs.yale.edu>
10774         * textmodes/tex-mode.el: Require CL when compiling.
10775         (tex-mode-syntax-table): Init immediately.
10776         (tex-mode-map): Bind M-RET to latex-insert-item.
10777         (latex-mode): Set indent-line-function to latex-indent.
10778         (tex-common-initialization): Don't setup the syntax-table any more.
10779         (latex-insert-item): New skeleton.
10780         (tex-next-unmatched-end): Fix copy/paste braino.
10781         (latex-syntax-after, latex-skip-close-parens, latex-down-list)
10782         (latex-indent, latex-find-indent): New functions.
10783         (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
10784         (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
10785         (tex-compilation-parse-errors): Use with-syntax-table.
10787 2000-10-15  Miles Bader  <miles@gnu.org>
10789         * font-lock.el (font-lock-comment-face): Change dark-background,
10790         color, non-tty, default to `chocolate1'.
10792 2000-10-13  John Wiegley  <johnw@gnu.org>
10794         * eshell/esh-util.el (require): Added a missing `require' form,
10795         needed when compiling (for an ange-ftp macro definition).
10797 2000-10-13  Dave Love  <fx@gnu.org>
10799         * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
10801 2000-10-13  Gerd Moellmann  <gerd@gnu.org>
10803         * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
10805         * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
10806         transparent -colors 8).
10808 2000-10-13  Stephen Gildea  <gildea@stop.mail-abuse.org>
10810         * time-stamp.el (time-stamp): Fixed bug in new multi-line code
10811         that breaks with old list format timestamps.
10812         (time-stamp-warn-inactive, time-stamp-old-format-warn)
10813         (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
10815 2000-10-13  John Wiegley  <johnw@gnu.org>
10817         * align.el, pcomplete.el, calendar/timeclock.el,
10818         eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
10820         * calendar/timeclock.el (timeclock-find-discrep): A fix to some
10821         faulty math, where holiday hours were being computing as seconds.
10823 2000-10-13  John Wiegley  <johnw@gnu.org>
10825         * desktop.el (desktop-buffer-modes-to-save): Added a global for
10826         specifying what "other" kinds of buffers should be saved.
10827         This used to be hard-coded.
10828         (desktop-buffer-misc-functions): A global for specifying how
10829         auxiliary data should be determined for special buffer types.
10830         (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
10831         instead of hard-coding the special buffer types.
10832         (desktop-save): Run `desktop-buffer-misc-functions' to gather
10833         auxiliary data, instead of hard-coding for Info buffers and dired.
10834         (desktop-buffer-info-misc-data): Aux function for determining Info
10835         buffer auxiliary info.
10836         (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
10837         (desktop-buffer-info): Changed this function to use the info
10838         gathered above.
10839         (desktop-create-buffer): Be a little more careful about what
10840         `minor-mode' means before calling it.  This is important for some
10841         buffer types.
10843 2000-10-13  John Wiegley  <johnw@gnu.org>
10845         * eshell/esh-util.el: Added a global form which declares an
10846         autoload for `parse-time-string', if that function is not already
10847         defined, and if parse-time.el is available on the user's system.
10849         * eshell/em-ls.el (eshell-ls-applicable): Extended this function
10850         to be aware of ange-ftp user info.
10851         (eshell-do-ls): Bind `ange-cache'.  Also, use `eshell-file-attributes'.
10852         (eshell-ls-annotate): Use `eshell-file-attributes'.
10853         (eshell-ls-file): Made the user-id printing code a bit smarter.
10855         * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
10856         allow identification of alias user ids in remote directories.
10857         It's manual, but there's no other way to know when the current user
10858         on the local machine, is also the owning user on the remote machine.
10859         (fboundp): Bind `ange-cache'.
10860         (eshell-directory-files-and-attributes): Re-organized the logic a
10861         bit to use `eshell-file-attributes' instead of `file-attributes'.
10862         The former is more sensitive to directories that are read via FTP,
10863         and knows how to use ange-ftp to determine full attribute
10864         information, instead of just the name and last modtime.
10865         (eshell-current-ange-uids): Return the current user id when in a
10866         remote directory.
10867         (eshell-parse-ange-ls): Parse a full directory listing that has
10868         been returned by ange-ftp.
10869         (eshell-file-attributes): This beefed up version of
10870         `file-attributes' is only special if the user is currently in a
10871         remote directory, in which case it does a lot of work to find out
10872         what the real attributes of a file are, as they appear on the
10873         remote machine.  This makes usage of remote directories (i.e.,
10874         ange-ftp pathnames) much more useful.  You can now use Eshell as a
10875         full-fledged FTP client, with much more manipulation ability than
10876         most other clients.
10878         * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
10879         variable, which means that Eshell's du should always be preferred
10880         in remote directories.
10881         (eshell-shuffle-files): Use `eshell-file-attributes', rather than
10882         just `file-attributes'.
10883         (eshell-mvcp-template): Bind `ange-cache', to improve performance
10884         when reading remote directories.  This is an Eshell-specific
10885         variable (not part of ange-ftp).
10886         (eshell/ln): Bind `ange-cache'.
10887         (eshell/du): Added some extra logic for determining when to use
10888         Eshell's du (which is slow), and when to use the external version
10889         (which may or may not exist).
10891         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
10892         Call `eshell-interactive-process', rather than using
10893         `get-buffer-process', since backgrounded processes don't count in
10894         the context of this function's logic.
10896         * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
10897         `forward-char', so that null strings are parsed correctly.
10899 2000-09-13  John Wiegley  <johnw@gnu.org>
10901         * eshell/em-pred.el (eshell-pred-file-type)
10902         (eshell-pred-file-links, eshell-pred-file-size):
10903         Use `eshell-file-attributes'.  This is more correct over ange-ftp.
10905         * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
10906         that remote file globbing is more efficient.
10908         * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
10909         gathering the files and attributes within a directory.
10911         * eshell/em-unix.el (eshell/cat): If any of the files passed on
10912         the command line is a special file (not a regular file, directory
10913         or symlink), always attempt to call the external version of cat.
10915 2000-09-13  John Wiegley  <johnw@gnu.org>
10917         * eshell/esh-mode.el (eshell-find-tag): Corrections to the
10918         Eshell-friendly version of find-tag.
10920 2000-10-13  Miles Bader  <miles@lsi.nec.co.jp>
10922         * image-file.el (image-file-name-extensions)
10923         (image-file-name-regexps): Add autoload cookies.
10925 2000-10-13  Kenichi Handa  <handa@etl.go.jp>
10927         * international/mule-cmds.el (select-safe-coding-system): If FROM
10928         is string, show it in *Warning* buffer.
10930 2000-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
10932         * startup.el (normal-top-level): Use display-popup-menus-p instead
10933         of window-system.
10934         (command-line): Use display-graphic-p instead of window-system.
10935         (command-line-1): Use display-popup-menus-p and display-mouse-p
10936         instead of window-system.
10938 2000-10-12  Sam Steingold  <sds@gnu.org>
10940         * tooltip.el (tooltip-use-echo-area): New user variable.
10941         (tooltip-show): Use it to choose between `x-show-tip' and `message'.
10943 2000-10-12  Dave Love  <fx@gnu.org>
10945         * recentf.el: Maintainer's checkdoc fixes.
10947         * startup.el (normal-top-level-add-subdirs-to-load-path):
10948         Use character class, not ASCII when matching file names.
10949         (fancy-splash-head): Add trailing slash to URL.
10950         (command-line): Don't require XPM support for toolbar.
10952         * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
10953         (cperl-invalid-face): Revert last change.
10954         (cperl-init-faces): Quote cperl-invalid-face.
10956 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
10958         * startup.el (fancy-splash-text): Remove superfluous quote.
10960 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
10962         * startup.el (fancy-splash-screens): Don't add a pre-command hook.
10963         (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
10964         (command-line-1): Don't use fancy-splash-pending-command.
10965         (fancy-splash-screens-1): Goto point-min after inserting text.
10967         * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
10969         * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
10970         instead of shared-lisp-mode-map.
10972 2000-10-12  Miles Bader  <miles@lsi.nec.co.jp>
10974         * faces.el (header-line): Change tty-variant to use underlining.
10976         * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
10977         (isearch-highlight): Restore lazy-isearch face properties at old
10978         position, and suppress them at new position.
10979         (isearch-dehighlight): Restore lazy-isearch face properties.
10980         (isearch-lazy-highlight-update): Add lazy-isearch overlays even
10981         over the real isearch overlay, but in that case, don't give it a
10982         face property.  Use `push'.
10984 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
10986         * man.el (Man-getpage-in-background): Fix previous change.
10987         Decode the process output only when we are in multibyte mode.
10989 2000-10-11  Dave Love  <fx@gnu.org>
10991         * info.el (Info-mode-menu): Fix some help.
10992         (info-tool-bar-map): Add entry for Info-last.
10994         * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
10995         * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
10996         * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
10997         * toolbar/cut.xpm, toolbar/mail_compose.xpm:
10998         * toolbar/search-replace.xpm, toolbar/exit.xpm:
10999         * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
11000         * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
11001         * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
11002         * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
11003         * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
11004         Reduce colour requirements to 25 overall.  (Probably wants
11005         revisiting from the originals to reduce further.)
11007 2000-10-11  Eli Zaretskii  <eliz@is.elta.co.il>
11009         * hexl.el (hexlify-buffer): Bind coding-system-for-write to
11010         buffer-file-coding-system, instead of raw-text.
11011         (dehexlify-buffer): Bind coding-system-for-read to
11012         buffer-file-coding-system, instead of raw-text.
11014 2000-10-11  Sam Steingold  <sds@gnu.org>
11016         * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
11017         `underline' - fixes the bug introduced on 2000-09-21.
11019 2000-10-11  Dave Love  <fx@gnu.org>
11021         * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
11022         Avoid compiler warnings.
11023         (scheme-mode): Doc fix.
11024         (scheme-font-lock-keywords-1): Match `define-syntax'.
11026 2000-10-11  Miles Bader  <miles@lsi.nec.co.jp>
11028         * faces.el (frame-set-background-mode): Pay attention to saved
11029         face specs as well as default ones.  Only do anything if the
11030         bg-mode or display-type has actually changed.  Use `dolist'.
11031         (region): Make dark-background `region' face less in-your-face.
11033 2000-10-10  Sam Steingold  <sds@gnu.org>
11035         * chistory.el, ielm.el, ledit.el:
11036         * progmodes/inf-lisp.el, progmodes/scheme.el:
11037         Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
11039 2000-10-10  Stefan Monnier  <monnier@cs.yale.edu>
11041         * textmodes/texinfo.el: Update copyright and fix typo.
11043         * desktop.el (desktop-modes-not-to-save): New var.
11044         (desktop-save-buffer-p): Use it.
11045         Also, obey desktop-buffers-not-to-save even for non-file buffers.
11046         (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
11048 2000-10-10  Dave Love  <fx@gnu.org>
11050         * toolbar/tool-bar.el (tool-bar-add-item)
11051         (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
11053         * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
11054         * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
11055         * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
11056         * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
11057         * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
11058         * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
11059         * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
11060         * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
11061         * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
11062         * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
11063         the .xpms; probably need retouching.
11065 2000-10-10  Miles Bader  <miles@lsi.nec.co.jp>
11067         * subr.el (add-to-list): Add optional argument APPEND.
11068         * battery.el (display-battery): Use `add-to-list'.
11070 2000-10-09  Thien-Thi Nguyen  <ttn@gnu.org>
11072         * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
11073         properties.
11074         (zone, zone-when-idle, zone-leave-me-alone)
11075         (zone-pgm-whack-chars): Use new symbol properties.
11077         * battery.el (display-battery): Doc spelling fix.
11079         * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
11080         property.
11082 2000-10-09  Dave Love  <fx@gnu.org>
11084         * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
11085         has been initialized before calling tool-bar-setup.
11086         (tool-bar-add-item-from-menu): Add autoload cookie.
11088 2000-10-09  Eli Zaretskii  <eliz@is.elta.co.il>
11090         * menu-bar.el (send-mail-item-name): New function.
11091         (menu-bar-tools-menu) <compose-mail>: Use it to display the value
11092         of mail-user-agent in the menu.  Don't display the "Send Mail"
11093         item if mail-user-agent is nil or its value is ignore.
11094         (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
11095         if read-mail-command is nil or its value is ignore.
11097         * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
11099 2000-10-09  Miles Bader  <miles@gnu.org>
11101         * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
11102         Correct image size.
11103         * toolbar/left_arrow.xpm: Correct image size.
11105         * jka-compr.el: Don't call `jka-compr-install' when loading (it
11106         will be done by the definition of `auto-compression-mode' if
11107         necessary.  Move code to uninstall existing file-name handler
11108         before definition of `auto-compression-mode'.
11110         * image-file.el (auto-image-file-mode): Move to the end of the
11111         file, because `define-minor-mode' actually calls the mode-function
11112         if the associated variable is non-nil, which requires that all
11113         needed functions be already defined.
11115         * mouse.el (popup-menu): Balance parens.
11117 2000-10-08  Stefan Monnier  <monnier@cs.yale.edu>
11119         * mouse.el (popup-menu): Move the command call outside the loop
11120         so that popup-menu returns whatever the command returns.
11122         * progmodes/etags.el: Docstring fixes.  Maintainer line updated.
11123         (initialize-new-tags-table): Use run-hook-with-args-until-success.
11124         (find-tag): Use pop-to-buffer if switch-to-buffer failed.
11125         (tags-table-format-functions): Renamed from tags-table-format-hooks.
11127         * vc.el (vc-version-diff): diff-switches can be a list.
11128         Use relative filenames for prettier output.
11130         * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
11131         (vc-post-command-functions): Remove old-VC compatibility code.
11133         * newcomment.el (comment-indent-default): Autoload.
11135         * font-lock.el (font-lock-defaults): Make buffer-local.
11136         (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
11137         (font-lock-choose-keywords):
11138         Ignore LEVEL unless KEYWORDS is a list of syms.
11139         (c-keywords, c++-keywords, objc-keywords, java-keywords):
11140         Don't wrap regexp-opt things in \(...\) unnecessarily.
11142         * jit-lock.el: Don't require font-lock any more.
11143         (jit-lock-functions): Make buffer-local.
11144         (jit-lock-saved-fontify-buffer-function): Remove.
11145         (jit-lock-mode): Remove autoload cookie.
11146         Remove font-lock specific code.
11147         (jit-lock-unregister): Don't bother handling complex hooks any more.
11148         (jit-lock-refontify): New function.
11149         (jit-lock-fontify-buffer): Use it.
11150         (jit-lock-function-1): Replaced by jit-lock-fontify-now.
11151         (jit-lock-fontify-now): Renamed from jit-lock-function-1.
11152         Add optional args START and END.
11153         Never call font-lock-fontify-region directly.
11154         (jit-lock-function, jit-lock-stealth-fontify): Use it.
11156         * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
11158 2000-10-08  Dave Love  <fx@gnu.org>
11160         * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
11162         * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
11164         * play/studly.el (studlify-region, studlify-word): Add autoload
11165         cookie.
11167         * play/morse.el (morse-region, unmorse-region): Add autoload
11168         cookie.
11170         * play/spook.el (spook-phrases-file): Use expand-file-name, not
11171         concat.
11173         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
11174         insist on symbols starting with word syntax.
11175         (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
11176         (eval-defun-1): Doc fix.
11177         (indent-sexp): Use nconc to build up indent-stack.
11179         * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
11180         Gnus with little use.
11181         (mail-setup-hook): Add mail-abbrevs-setup to options.
11183         * recentf.el: Doc fixes.
11185         * vcursor.el (vcursor-cs-binding): Remove compatibility code.
11186         Clean up remainder.
11188         * timezone.el (timezone-parse-date): Doc fix.  Fix regexps for (5)
11189         without timezone and (8) with timezone to enforce some whitespace.
11190         Simplify code somewhat.
11192         * options.el (list-options): Doc that you should use customize.
11194         * iswitchb.el (iswitchb-mode): Add :require.
11196         * info.el (Info-goto-node, Info-menu): Doc fix.
11197         (Info-mode-menu): Bind beginning-of-buffer, Info-edit
11198         (info-tool-bar-map): New variable.
11199         (Info-mode): Use it.
11200         (Info-edit-map): Define all in defvar.
11201         (speedbar-attached-frame): Avoid compiler warning.
11203         * toolbar/tool-bar.el (tool-bar-map): Define it empty.
11204         (global-map): Bind [tool-bar] to a filtered map.
11205         (tool-bar-add-item): Remove MAP arg.  Allow PBM icons.
11206         (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
11207         Allow PBM icons.
11208         (tool-bar-setup): Adjust calls of tool-bar-add-item.
11210         * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
11211         * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
11212         * toolbar/right_arrow.xpm: New files.  Renamed from tigert's
11213         icons, except up_arrow, which is left-arrow rotated.
11215         * imenu.el (imenu-add-to-menubar): Fix last change.
11217 2000-10-08  Peter Breton  <pbreton@ne.mediaone.net>
11219         * generic-x.el (rul-generic-mode): Remove eval-when-compile
11220         statements. Suggested by Stefan Monnier  <monnier@cs.yale.edu>.
11222 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
11224         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
11225         typos in doc strings.
11227         * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
11228         the doc strings how to customize Font Lock faces.
11230         * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
11231         computing growth when dragging the header line.
11233 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
11235         * simple.el (kill-line): Doc fix.
11237 2000-10-08  Miles Bader  <miles@gnu.org>
11239         * faces.el (secondary-selection): Make foreground visible on tty.
11241         * jka-compr.el (auto-compression-mode): Move to the end of the
11242         file, because `define-minor-mode' actually calls the mode-function
11243         if the associated variable is non-nil, which requires that all
11244         needed functions be already defined.
11245         (with-auto-compression-mode): Add autoload cookie.
11247 2000-10-07  Eli Zaretskii  <eliz@is.elta.co.il>
11249         * files.el (find-backup-file-name) [ms-dos]: If support for long
11250         file names is not available, behave as if version-control were set
11251         to never.
11253 2000-10-07  Dave Love  <fx@gnu.org>
11255         * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
11256         (browse-url-gnome-moz): New function.
11257         (browse-url-browser-function): Use it.
11258         Suggested by Colin Walters <walters@cis.ohio-state.edu>.
11260 2000-10-07  Stefan Monnier  <monnier@cs.yale.edu>
11262         * indent.el (tab-always-indent): New var.
11263         (indent-for-tab-command): Use it.
11265         * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
11266         raise an error.  This way it can still default to a sane value.
11268 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
11270         * startup.el (fancy-splash-screens): Use local rather than global map.
11271         Don't use `update-menu-bindings' any more.
11272         Get rid of assumptions about keymap representation.
11274 2000-10-06  Dave Love  <fx@gnu.org>
11276         * textmodes/fill.el (sentence-end-double-space)
11277         (sentence-end-without-period):  Doc fix.
11278         (adaptive-fill-regexp): Purecopy.
11279         (unjustify-current-line): Use line-end-position.
11280         (fill-individual-paragraphs-prefix): Use line-beginning-position.
11282         * net/eudc-vars.el (eudc): Add :version, :link.
11284         * international/mule-conf.el (file-coding-system-alist): Use \', not $.
11286         * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
11287         Fix for define-minor-mode.
11288         (function-at-point): Alias to function-called-at-point.
11290         * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
11292         * simple.el (backward-word): Doc fix.
11294         * image-file.el (image-file-name-regexp): image-file-regexps ->
11295         image-file-name-regexps.
11296         (image-file-name-extensions): Add pbm.
11298 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
11300         * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
11301         and add filename to the names so that diff-mode can jump to source.
11303         * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
11304         (tex-font-lock-keywords, tex-font-lock-keywords-2)
11305         (tex-font-lock-keywords-1): Remove.
11306         (font-lock-turn-on-thing-lock): Use jit-lock-register.
11307         (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
11308         (font-lock-default-fontify-region):
11309         Expand beg..end correctly when just following a multiline region.
11310         (font-lock-fontify-anchored-keywords):
11311         Include the anchor text as part of the multiline.
11313 2000-10-06  Gerd Moellmann  <gerd@gnu.org>
11315         * loadup.el (toplevel): Load `loaddefs' before `help' because the
11316         latter needs the autoloaded define-minor-mode macro during the
11317         bootstrap.
11319         * startup.el (command-line): For now, activate tool-bar-mode only
11320         if XPM images are supported.
11322         * mouse.el (mouse-drag-header-line): Don't allow resizing a
11323         window by dragging a header-line at the top of the frame; that's
11324         confusing because the header-line doesn't move.
11325         (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
11326         of treating the event as a list.  Some cleanup.
11328 2000-10-06  Miles Bader  <miles@gnu.org>
11330         * simple.el (display-message-or-buffer): New function.
11331         (shell-command-on-region): Use `display-message-or-buffer'.
11333         * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
11334         docstring parts.
11336         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
11337         (smbclient-prompt-regexp): Add usage note to doc string.
11338         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
11339         (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
11340         Use add-hook for adding the comint filter function, and only do so
11341         if it's not already in the global hook list.
11342         (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
11343         to `make-local-variable'.
11344         (nslookup-font-lock-keywords): Remove prompt entry.
11345         (nslookup): Don't set the process-filter.
11346         (finger): Exit the loop correctly when the regexps list runs out.
11347         (ftp, smbclient, smbclient-list-shares):
11348         Set the real major mode immediately, not after execing.
11349         Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
11351         * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
11353 2000-10-05  Stefan Monnier  <monnier@cs.yale.edu>
11355         * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
11357         * which-func.el (which-func-format): Remove spurious space.
11358         (which-func-mode): Don't make it permanent-local.
11359         (which-func-ff-hook): Allow which-func-maxout to be nil.
11360         (which-func-update): Simplify a bit.  Only run if which-func-mode is t.
11361         (which-func-mode): Simplify.
11362         Use post-command-idle-hook rather than post-command-hook.
11363         Go through all buffers and update their state.
11364         (which-function): Also try add-log-current-defun-function.
11366         * vc.el (with-vc-properties): Use conses rather than length-2 lists.
11367         (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
11368         Update call to with-vc-properties accordingly.
11369         (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
11370         (vc-revert-buffer): More careful about window selection and deletion.
11371         (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
11373         * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
11374         (cvs-retrieve-revision): Reuse a pre-existing buffer.
11375         (cvs-dired-action): Change the default to quickdir.
11377         * newcomment.el (comment-indent): Delegate to indent-according-to-mode
11378         if comment-indent-function returns nil.
11379         (comment-indent-default): New function.
11380         (comment-indent-function): Use it and document the new semantics.
11382         * image-file.el: Docstring fixes.
11384         * help.el (help-xref-on-pp): Use match-string.
11385         (describe-variable): New arg BUFFER.
11386         Store the current buffer in the help-xref-stack.
11387         (temp-buffer-resize-mode): Use define-minor-mode.
11389         * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
11390         consistently with its docstring.
11391         Set jit-lock-first-unfontify-pos in an idempotent way.
11392         (jit-lock-register): Autoload and add arg CONTEXTUAL.
11394 2000-10-05  Alex Schroeder  <alex@gnu.org>
11396         * sql.el (sql-mysql-options): New variable.
11397         (sql-mysql): Use it.
11399 2000-10-05  Miles Bader  <miles@lsi.nec.co.jp>
11401         * image.el (image): New group.
11403         * smerge-mode.el (smerge-mine-face, smerge-other-face)
11404         (smerge-base-face, smerge-markers-face): Add dark-background variants.
11406 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
11408         * net/net-utils.el (nslookup-font-lock-keywords)
11409         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
11410         Ignore the value of wqindow-system; always define keywords
11412 2000-10-05  Kenichi Handa  <handa@etl.go.jp>
11414         * startup.el (fancy-splash-screens): Remove the code for
11415         debugging; `(trace-to-stderr "EXITTT\n")'.
11417 2000-10-05  Miles Bader  <miles@gnu.org>
11419         * diff-mode.el (diff-goto-source): Update call to
11420         `diff-hunk-status-msg' to reflect new REV variable.
11422 2000-10-04  Stefan Monnier  <monnier@cs.yale.edu>
11424         * progmodes/icon.el (icon-mode):
11425         Don't gratuitously override the default for comment-column.
11427         * vc-hooks.el (vc-mode-line): Fix interactive spec.
11429         * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
11430         (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
11431         (jit-lock-functions): New var.
11432         (jit-lock-function-1): Use it if non-nil.
11433         Don't switch the syntax-table.  Don't set parse-sexp-lookup-properties.
11434         Set the `fontified' property before doing the fontification to avoid
11435         repeatedly going through the same error.
11436         Don't turn errors into messages.
11437         (jit-lock-register, jit-lock-unregister): New functions.
11439         * dired.el (dired-mark-pop-up): Turn comment into docstring.
11440         Use with-current-buffer.
11442         * dired-aux.el (dired-do-create-files, dired-kill-tree):
11443         Turn comment into docstring.
11445         * apropos.el (apropos-mode): Use define-derived-mode.
11447 2000-10-04  Gerd Moellmann  <gerd@gnu.org>
11449         * startup.el (fancy-splash-pending-command): New variable.
11450         (fancy-splash-pre-command): New function.
11451         (fancy-splash-screens): Rewritten.
11452         (command-line-1): If fancy-splash-pending-command is set, call it
11453         interactively.
11455 2000-10-04  Dave Love  <fx@gnu.org>
11457         * toolbar/tool-bar.el (tool-bar-setup): New function.
11458         (tool-bar-mode): Use it.
11460         * subr.el (substitute-key-definition): Doc fix.
11461         (play-sound-file): New command.
11463 2000-10-04  Andre Spiegel  <spiegel@gnu.org>
11465         * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
11466         vc-version-backup-file-name): New functions.
11468         * files.el (basic-save-buffer): Call vc-before-save before saving.
11470         * vc-cvs.el (vc-cvs-make-version-backups): Return t if
11471         vc-cvs-stay-local-p.
11473         * vc.el (vc-revert-buffer): Handle empty diff properly.
11474         (vc-version-backup-file): New function.
11475         (vc-checkout): Create a version backup if necessary.
11476         (vc-checkin): If a version backup file exists, delete it.
11477         (vc-version-diff): Diff locally using version backups, if available.
11478         (vc-revert-file): If there's a version backup, revert locally.
11479         (vc-transfer-file): Use version backup for base version, if
11480         available.  If not, ask for confirmation whether to get it from the
11481         server.  Update mode line before check-in.
11483 2000-10-04  Dave Love  <fx@gnu.org>
11485         * toolbar/tool-bar.el (tool-bar-setup): New function.
11486         (tool-bar-mode): Use it.
11488 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
11490         * net/net-utils.el (nslookup-font-lock-keywords)
11491         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
11492         Only set if window-system is non-nil
11493         (net-utils-run-program): Returns buffer.
11494         (network-connection-reconnect): Added this function.
11496         * generic.el:
11497         Incorporates extensive cleanup and docfixes by
11498         Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
11499         Uses cl compile-time macros.
11500         (generic-mode-name, generic-comment-list)
11501         (generic-keywords-list, generic-font-lock-expressions)
11502         (generic-mode-function-list, generic-mode-syntax-table):
11503         Removed variables.
11504         (generic-mode-alist): Renamed to generic-mode-list.
11505         (generic-find-file-regexp): Default changed to "^#".
11506         (generic-read-type): Uses completing read on generic-mode-list.
11507         (generic-mode-sanity-check): removed this function.
11508         (generic-add-to-auto-mode): Removed this function
11509         (generic-mode-internal): Bind mode-specific definitions
11510         into function instead of putting them in alist.
11511         (generic-mode-set-comments): Reworked extensively.
11512         (generic-mode-find-file-hook): Simplified regexp searching
11513         (generic-make-keywords-list): Omit extra pair of parens
11515         * find-lisp.el (find-lisp-find-files-internal):
11516         Make sure directory name ends with "/".
11518         * generic-x.el (apache-conf-generic-mode):
11519         Regexp now allows leading whitespace.
11520         (rc-generic-mode): Added eval-when-compile
11521         around generic-make-keywords-list.
11522         Deleted duplicate regexp
11523         (rul-generic-mode): Added eval-when-compile
11524         around generic-make-keywords-list.
11525         (etc-fstab-generic-mode): New generic mode.
11526         (rul-generic-mode): Removed one eval-when-compile
11527         which caused a max-specpdl-size exceeded error.
11529 2000-10-04  Miles Bader  <miles@gnu.org>
11531         * simple.el (minibuffer-temporary-goal-position): New variable.
11532         (next-history-element): Try to keep the position of point in the
11533         input string constant.
11535         * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
11536         (dired-do-create-files): If there's only one file, pass it in as
11537         the DEFAULT arg to dired-mark-read-file-name.
11539 2000-10-03  Stefan Monnier  <monnier@cs.yale.edu>
11541         * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
11542         (diff-goto-source): Be smarter when choosing REVERSE or not.
11544         * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
11545         (texinfo-mode-menu): Add an explicit shortcut for update all.
11547 2000-10-03  Andre Spiegel  <spiegel@gnu.org>
11549         * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
11550         factorize backend-specific code cleanly (this was essentially
11551         conceived by Stefan Monnier).
11552         (vc-unregister): Function removed.
11553         (vc-revert-file): New function.
11554         (vc-revert-buffer): Delegate some of the work to it.
11556         * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
11557         default branch unconditionally.
11558         (vc-rcs-set-default-branch): New function.
11559         (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
11560         (vc-rcs-checkin): If an appropriate default branch has been set,
11561         force creation of that branch.
11562         (vc-rcs-receive-file): Rewritten to contain only backend-specific
11563         code (as suggested by Stefan Monnier).
11565 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
11567         * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
11568         highlighting overlay with a different face over the overlay
11569         isearch uses to highlight the current match because that can lead
11570         to bad face combinations.
11572         * loadup.el (toplevel): Load faces before isearch.
11574         * isearch.el (isearch-faces): New custom group.
11575         (isearch): New defface; was already tested for in the code.
11576         (isearch-lazy-highlight-face): Changed to defface from defcustom.
11577         (isearch-highlight): Always use face `isearch'.
11579 2000-10-02  Dave Love  <fx@gnu.org>
11581         * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
11582         unused vars.  Treat byte-constant2 like byte-constant.  Fix bogus
11583         comparison of opcode with operand.
11585 2000-10-03  Miles Bader  <miles@gnu.org>
11587         * play/yow.el (yow): Don't display multi-line quotations in a *Help*
11588         buffer, since the echo area will now grow to accommodate them.
11590 2000-10-02  Andre Spiegel  <spiegel@gnu.org>
11592         * vc-hooks.el (vc-registered): If FILE used to be registered under
11593         a certain backend, try that one first.
11595         * vc.el (vc-responsible-backend): Undo the previous change in the
11596         argument list.  Handle multiple backends correctly.
11597         (vc-find-new-backend): Function removed.
11598         (vc-register): Use vc-responsible-backend, as before.
11599         (vc-next-action-on-file): Do use vc-registered, not vc-backend.
11601 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
11603         * startup.el (fancy-splash-head): Change message below the
11604         logo.
11606 2000-10-02  Miles Bader  <miles@lsi.nec.co.jp>
11608         * diff-mode.el (diff-goto-source): Emit a status message.
11609         (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
11610         (diff-test-hunk): Fix doc string.
11611         (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
11612         (diff-advance-after-apply-hunk): New variable.
11613         (diff-apply-hunk): Don't return a value.
11615 2000-10-01  Stefan Monnier  <monnier@cs.yale.edu>
11617         * vc.el (vc-editable-p): Minor optimization.
11618         (edit-vc-file, vc-next-action-on-file): Don't use find-file.
11619         (vc-find-new-backend): New function split from vc-responsible-backend.
11620         (vc-register): Use it.
11621         (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
11622         (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
11623         (vc-default-unregister, vc-revert-buffer): Docstring fix.
11624         (vc-clear-headers): Don't use find-file.
11625         (vc-revert-buffer): Use `and' again (must have been a braino).
11626         (vc-switch-backend): Only prompt if requested.
11627         Short circuit if nothing is to be done.
11628         Don't use vc-resynch-buffer which could lose unsaved editing.
11629         (vc-default-receive-file): Update call to vc-unregister.
11630         (with-vc-file, vc-next-action-on-file):
11631         Use vc-backend rather than vc-registered.
11632         (vc-next-action-on-file): Use intern-soft.
11633         Deal with read-only *vc-diff* buffer.
11634         (vc-transfer-file): Docstring fix.
11636         * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
11637         (vc-rcs-receive-file): Avoid with-vc-properties.
11638         Update call to vc-unregister.
11639         Use constant `RCS' rather than (dynamically bound) var `backend'.
11641 2000-10-01  Andre Spiegel  <spiegel@gnu.org>
11643         * vc.el (vc-next-action-on-file): Update mode line only if file
11644         is visited.
11645         (vc-start-entry): New argument initial-contents.  Don't visit the file
11646         if it isn't already visited.  Brought documentation up-to-date.
11647         (vc-next-action, vc-register): Updated calls to vc-start-entry.
11648         (vc-checkin): New optional arg initial-contents, which is passed to
11649         vc-start-entry.
11650         (vc-finish-logentry): Make sure to bury log buffer only if there
11651         really is one.  Call `vc-resynch-buffer' on log-file, not
11652         buffer-file-name.
11653         (vc-default-comment-history, vc-default-wash-log): New functions.
11654         (vc-index-of): Removed.
11655         (vc-transfer-file): Make do without the above.
11656         (vc-default-receive-file): Call comment-history unconditionally.  Pass
11657         the resulting string to vc-checkin, instead of inserting it into the
11658         comment ring.
11660         * vc-rcs.el (vc-rcs-receive-file): Call comment-history
11661         unconditionally.  Use the comments as initial contents of the log
11662         entry buffer.  Document the trick to force branch creation with no
11663         changes.
11665 2000-10-01  Miles Bader  <miles@gnu.org>
11667         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
11668         `recenter' with an arg to prevent redrawing the display.
11670 2000-09-30  Stefan Monnier  <monnier@cs.yale.edu>
11672         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
11674         * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
11676         * progmodes/c-mode.el (c-mode):
11677         Don't gratuitously override the default for comment-column.
11679         * textmodes/tex-mode.el (latex-metasection-list): New var.
11680         (latex-imenu-create-index): Use it.
11681         Move the regexp construction outside loops (and use push).
11682         (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
11683         (tex-font-lock-keywords): Moved from font-lock.el.
11684         (tex-comment-indent): Remove.
11685         (tex-common-initialization): Don't set comment-indent-function.
11686         (latex-block-default): New var.
11687         (tex-latex-block): Use it to provide a default choice.
11688         Add any unknown choice to latex-block-names.
11689         Insert [...] after {...}.
11690         (tex-last-unended-begin): Simplify regexp.
11691         (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
11692         (latex-forward-sexp-1, latex-forward-sexp): New functions.
11693         (latex-mode): Set forward-sexp-function.
11695         * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
11696         Add regexp for @ignore ... @end ignore.
11697         (texinfo-heading-face): New face.
11698         (texinfo-font-lock-keywords): Use it.
11699         (texinfo-mode-menu): New menu.
11700         (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
11701         New functions.
11702         (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
11703         (texinfo-section-types-regexp, texinfo-section-level-regexp)
11704         (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
11705         Remove declaration.
11706         (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
11708         * delsel.el (delete-selection-mode): Use define-minor-mode.
11710         * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
11712 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
11714         * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
11716 2000-09-30  Gerd Moellmann  <gerd@gnu.org>
11718         * replace.el (keep-lines-read-args): New function.
11719         (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
11720         read arguments interactively.  Add parameters RSTART and REND.
11721         Operate on the active region in Transient Mark mode.
11723         * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
11725         * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
11726         (authors-obsolete-files-regexps): New variable.
11727         (authors-add): Don't record changes in obsolete files.
11729 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
11731         * autoinsert.el (auto-insert-mode): Use define-minor-mode.
11733         * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
11734         (comment-indent): Make sure there's a space between code and comment.
11735         Shift comments left to avoid going past fill-column.
11737 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
11739         * startup.el (startup-echo-area-message): New function.
11740         (display-startup-echo-area-message): Use it.
11741         (fancy-splash-screens): Rewritten to use keymaps and a timer.
11742         (fancy-splash-default-action): New function.
11743         (fancy-splash-screens-1): New function.
11744         (fancy-splash-head): Put a help-echo and a keymap under the image.
11746 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
11748         * diff-mode.el (diff-add-log-file-name): Remove.
11749         (diff-mode): Use add-log-buffer-file-name-function.
11751         * add-log.el (find-change-log): New arg BUFFER-FILE.
11752         (add-log-file-name): Obey add-log-file-name-function.
11753         (add-log-buffer-file-name-function): New var.
11754         (add-change-log-entry): Use it.
11756 2000-09-29  Miles Bader  <miles@gnu.org>
11758         * image-file.el (image-file-name-extensions): New variable.
11759         (image-file-name-regexps): Renamed from `image-file-regexps'.
11760         New default value is nil.  Call `auto-image-file-mode'.
11761         (image-file-name-regexp): New function.
11762         (auto-image-file-mode): New minor mode.
11763         (insert-image-file): Don't make conditional on the image-file
11764         handler being enabled.
11765         (image-file-handler): Make the call here conditional instead.
11766         (set-image-file-handler-enabled, enable-image-file-handler)
11767         (disable-image-file-handler): Functions removed.
11769         * emacs-lisp/authors.el (authors-print): Rephrase many-files
11770         string.
11772 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
11774         * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
11775         it's a function from CL.
11776         (latex-imenu-create-index): Replace eval-when-compile with progn
11777         because latex-section-alist is not bound while compiling.
11779 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
11781         * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
11782         (outline-mode): Use define-derived-mode.
11784         * progmodes/perl-mode.el (perl-mode):
11785         * progmodes/awk-mode.el (awk-mode):
11786         * progmodes/asm-mode.el (asm-mode):
11787         Don't gratuitously override the default for comment-column.
11789         * emacs-lisp/lisp.el (lisp-complete-symbol):
11790         Distinguish the let-binding case from the funcall case.
11791         (forward-sexp-function): New variable.
11792         (forward-sexp): Use it.
11794         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
11795         (easy-mmode-defmap): Remove the now useless autoload.
11797         * time.el (display-time-mode): Use define-minor-mode.
11799         * subr.el (add-minor-mode): Don't eval NAME.
11800         Don't depend on the presence of TOGGLE-FUN for any special behavior.
11801         Use if rather than cond.
11803         * simple.el (read-expression-map): Define more properly.
11804         (comment-indent-hook): Remove.
11805         (string-to-syntax): Bug fix.
11807         * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
11808         (cvs-ediff-diff): Fix typo.
11809         (cvs-revert-if-needed): Don't bother preserving read-only.
11811         * paren.el (show-paren-mode): Use define-minor-mode.
11813         * jka-compr.el (auto-compression-mode): Use define-minor-mode.
11814         (toggle-auto-compression): Remove.
11815         (jka-compr-build-file-regexp): Remove useless grouping.
11817         * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
11818         Avoid user-reserved bindings.
11819         (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
11820         (diff-header-face): Revert to grey85.
11822         * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
11824         * complete.el (partial-completion-mode) <defcustom>: Remove.
11825         (partial-completion-mode): Use define-minor-mode.
11826         (PC-do-completion): Understand `completion-auto-help = delay'
11827         to mean to popup the completion buffer only the second time.
11828         (PC-include-file-all-completions, PC-include-file-all-completions)
11829         (PC-include-file-all-completions): Don't quote lambda.
11831         * comint.el (comint-mode-hook): Docstring fix.
11832         (comint-mode): Use define-derived-mode.
11833         (comint-mode-map): Remove obsolete comment.
11834         (make-comint): Minor stylistic change.
11835         (comint-insert-clicked-input): Be more careful to find the overlay.
11836         Use this-command-keys rather than hardcoding mouse-2.
11838         * font-lock.el: Replace confusing (,@ with ,
11839         (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
11840         Don't use regexp-opt-depth.  Spice up the regexp for args.
11841         Don't distinguish between cmds that can take an opt arg or not.
11842         Use `append' and `prepend' rather than `keep'.
11844         * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
11845         (latex-outline-regexp): New var.
11846         (latex-outline-level): New fun.
11847         (latex-section-alist): New var.
11848         (latex-imenu-create-index): Use it.  Use `push' as well.
11849         (tex-shell-map): Initialize it properly.
11850         (tex-mode): Minor stylistic change.
11851         (plain-tex-mode): Use define-derived-mode.
11852         (latex-mode): Use define-derived-mode.
11853         Construct the paragraph regexps in a more readable way.
11854         Set the buffer-local outline-{level,regexp} vars.
11855         (slitex-mode): Derive from latex-mode.
11856         (tex-common-initialization): Don't kill-all-vars anymore.
11857         Add setting for comment-add and font-lock-defaults.
11858         (tex-start-shell): Use with-current-buffer and don't re-init keymap.
11859         (tex-main-file): New fun.  Obey TeX-master as well and remove `.tex'.
11860         (tex-start-tex): New arg DIR (and send a chdir command for it).
11861         Also display the shell buffer and save it in tex-last-buffer-texed.
11862         (tex-region): Use expand-file-name rather than concat.
11863         Remove code made useless by changes in tex-start-tex.
11864         (tex-file): Use tex-main-file and adapt to new tex-start-tex.
11866         * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
11868 2000-09-28  Dave Love  <fx@gnu.org>
11870         * eshell/eshell.el (eshell) <defgroup>: Add :version.
11872 2000-09-28  Gerd Moellmann  <gerd@gnu.org>
11874         * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
11875         `append'.
11877 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
11879         * info.el (Info-extract-pointer): Undo last change.
11880         Instead, fix the position of the `bound' arg to re-search-backward.
11882 2000-09-27  Stefan Monnier  <monnier@cs.yale.edu>
11884         * info.el (Info-extract-pointer):
11885         Widen more carefully, to avoid finding pointers in other nodes.
11886         (Info-index): Use push.
11888 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
11890         * frame.el (set-frame-font): Remove call to obsolete function
11891         frame-update-faces.
11892         (set-foreground-color, set-background-color): Likewise for
11893         frame-update-face-colors.
11895 2000-09-27  Miles Bader  <miles@gnu.org>
11897         * image-file.el: New file.
11899 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
11901         * frame.el (frame-notice-user-settings): Don't call
11902         frame-update-faces, which is a no-op now.
11904         * ediff-wind.el (ediff-control-frame-parameters): Add zero
11905         tool-bar-lines.
11907 2000-09-27  Dave Love  <fx@gnu.org>
11909         * mouse.el: Fix last change.
11911 2000-09-27  Miles Bader  <miles@lsi.nec.co.jp>
11913         * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
11915 2000-09-22  Kenichi Handa  <handa@etl.go.jp>
11917         * international/quail.el (quail-help): The output message is
11918         improved.
11920 2000-09-26  Dave Love  <fx@gnu.org>
11922         * mouse.el (popup-menu): If POSITION is nil, set it using
11923         mouse-position.
11925 2000-09-25  Sam Steingold  <sds@gnu.org>
11927         * net/browse-url.el (browse-url-file-url): Check for null maps.
11929 2000-09-26  Gerd Moellmann  <gerd@gnu.org>
11931         * frame.el (frame-notice-user-settings): Don't add a
11932         tool-bar-lines frame parameter to default-frame-alist in batch mode.
11934         * frame.el (frame-notice-user-settings):
11935         Make tool-bar-mode and default-frame-alist consistent.
11937         * toolbar/tool-bar.el (tool-bar-help): New function.
11939 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
11941         * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
11942         current-load-list in top-level forms.  Else this leaks a cons cell
11943         every time a defun is called.
11945         * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
11947 2000-09-25  Dave Love  <fx@gnu.org>
11949         * startup.el (fancy-splash-head): Check XPM is available.
11951         * autoinsert.el (auto-insert): Doc fix.
11952         (auto-insert-alist): Following GNU notices, don't say `copyright
11953         _by_'.  Use line-beginning-position.
11954         (auto-insert): Check buffer-file-name is non-nil before use.
11956 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
11958         * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
11959         starting with `@def' or `@multitable', in addition to ones
11960         specified by the user in auto-fill-inhibit-regexp.
11962 2000-09-25  Markus Rost  <rost@math.ohio-state.edu>
11964         * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
11965         rmail-dont-reply-to-names matches the empty string.
11967 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
11969         * startup.el (command-line-1, fancy-splash-text): Change the
11970         text to sound more friendly.
11972 2000-09-23  Thien-Thi Nguyen  <ttn@gnu.org>
11974         * progmodes/hideshow.el: Update author email address.
11975         Generally, sync w/ maintainer version 5.22.
11976         (hs-hide-all-non-comment-function): New var.
11977         (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
11978         (hs-hide-all): Use `hs-hide-all-non-comment-function'.
11979         (hs-show-region): Delete this command.
11980         (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
11982 2000-09-22  Dave Love  <fx@gnu.org>
11984         * hl-line.el (hl-line-overlay): Don't make it buffer-local.
11985         (hl-line-highlight): Specify buffer when moving overlay.
11987         * progmodes/fortran.el (fortran-mode): Locally set
11988         normal-auto-fill-function.
11989         (fortran-auto-fill-mode): Just alias to auto-fill-mode.
11990         (fortran-mode-map): Adjust auto-fill menu entry.
11992 2000-09-22  Gerd Moellmann  <gerd@gnu.org>
11994         * vc-rcs.el (toplevel): Require `vc' when compiling.
11996         * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
11998 2000-09-22  Andre Spiegel  <spiegel@gnu.org>
12000         * vc.el (vc-switch-backend): Signal an error if the file is not
12001         registered under the new backend.
12003         * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
12004         without explicit revision number.
12006 2000-09-21  Stefan Monnier  <monnier@cs.yale.edu>
12008         * diff-mode.el (diff-file-header-face): Reset to its previous value.
12009         (diff-hunk-text): Correctly use offsets rather than buffer-positions.
12010         (diff-xor): New function.
12011         (diff-find-source-location): Use it.  Fix a stupid name clash.
12012         (diff-hunk-status-msg): New function.
12013         (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
12014         (diff-test-hunk): Use diff-find-source-location.
12015         (diff-goto-source): Favor the `reverse'.
12016         (diff-hunk-text): Properly handle one-sided context diffs.
12017         (diff-apply-hunk): When done, advance to the next hunk.
12019 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
12021         * startup.el (command-line): If frame was created with a non-zero
12022         tool-bar-lines parameter, switch tool-bar-mode on.
12024         * add-log.el (change-log-date-face, change-log-name-face)
12025         (change-log-email-face, change-log-file-face)
12026         (change-log-list-face, change-log-conditionals-face)
12027         (change-log-function-face, change-log-acknowledgement-face):
12028         New faces, inheriting from font-lock faces.
12029         (change-log-font-lock-keywords): Use them.
12031 2000-09-21  Dave Love  <fx@gnu.org>
12033         * progmodes/cperl-mode.el (top-level): Clean up
12034         `eval-when-compile's and assorted defvars.
12035         (cperl-invalid-face): Don't double-quote value.  Change custom
12036         type.
12037         (cperl-mode): Set normal-auto-fill-function and don't zap
12038         auto-fill-function.
12039         (cperl-imenu--function-name-regexp-perl): Renamed from
12040         imenu-example--function-name-regexp-perl.
12041         (cperl-imenu--create-perl-index): Renamed from
12042         imenu-example--create-perl-index.
12043         (cperl-xsub-scan): Don't require cl.
12045         * msb.el (msb-mode-map): Use substitute-key-definition.
12046         (msb-mode): Use msb-mode-map.
12048 2000-09-21  Andre Spiegel  <spiegel@gnu.org>
12050         * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
12051         New functions.
12052         (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
12053         (vc-switch-backend): New function.
12054         (vc-prefix-map): Bind `vc-switch-backend' to `b'.
12055         (vc-register): Fix prompt.
12056         (vc-unregister, vc-default-unregister): New functions.
12057         (vc-version-diff): Handle empty buffer in sentinel.
12059         * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
12060         (vc-rcs-state-heuristic): Use it to guess the state of files with
12061         non-strict locking.
12062         (vc-rcs-find-most-recent-rev): Handle the case when a branch has
12063         been set with -b, but not created yet.
12064         (vc-rcs-fetch-master-state): With non-strict locking, compare file
12065         contents in order to find the state.
12066         (vc-rcs-checkin): Allow creation of branches with no changes.
12067         (vc-rcs-unregister, vc-rcs-receive-file)
12068         (vc-rcs-set-non-strict-locking): New functions.
12070         * vc-hooks.el (vc-name): Force correct computation of the value
12071         in case it is missing.
12073 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
12075         * startup.el (fancy-splash-tail): Use a different foreground
12076         color on a dark frame background.
12078 2000-09-21  Miles Bader  <miles@lsi.nec.co.jp>
12080         * info.el: Use the correct capitalization when making Info-mode
12081         and Info-edit-mode `special' modes.
12083 2000-09-20  Stefan Monnier  <monnier@cs.yale.edu>
12085         * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
12086         (diff-mode): Add support for add-log.el.
12087         (diff-hunk-text): Use char offsets rather than line offsets.
12088         (diff-find-source-location): Replace LINE with line-offset (nil
12089         if not found) and always set POS to a meaningful position.
12090         Adapt to the new char-offsets.
12091         (diff-apply-hunk): Drop support for the unused `select' POPUP.
12092         Adapt to the new diff-find-source-location.
12093         (diff-goto-source): Adapt to the new diff-find-source-location.
12095         * add-log.el (add-log-file-name): New function (split out of
12096         add-change-log-entry).
12097         (add-change-log-entry): Use it.
12098         Call add-log-file-name-function with the changelog file name if
12099         the current buffer is not associated with any file.
12100         Avoid find-file if the selected window is dedicated.
12102         * diff-mode.el (diff-find-source-location):
12103         Move code from diff-apply-hunk.  Return buffer rather than file.
12104         (diff-apply-hunk): Use the new result from  diff-find-source-location.
12105         (diff-goto-source): Use the new diff-find-source-location.
12107 2000-09-20  Dave Love  <fx@gnu.org>
12109         * iswitchb.el: Some doc fixes.
12110         (iswitchb-mode-map): Define completely initially.  Inherit
12111         minibuffer-local-map.
12112         (iswitchb-completion-help) <!iswitchb-xemacs>: Use
12113         fundamental-mode.
12114         (iswitchb-global-map): New variable.
12115         (iswitchb-summaries-to-end): Amalgamate regexps.
12116         (iswitchb-mode): New.
12117         (iswitchb-mode-hook): New variable.
12118         (iswitchb) <defgroup>: Add URL link.  Use group `completion', not
12119         `extensions'.
12121 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
12123         * ehelp.el (electric-help): New defgroup.
12124         (electric-help-shrink-window): New user-option.
12125         (with-electric-help): Use it.
12127         * window.el (shrink-window-if-larger-than-buffer): If face
12128         `mode-line' has a :box, and we're on a graphical frame, add 1
12129         to the needed window height.
12131         * frame.el (frame-notice-user-settings): Add a last parameter nil
12132         to a call to `append', because the last list passed to `append' is
12133         not copied, and so subsequent calls to assq-delete-all will modify
12134         default-frame-alist.
12136         * startup.el (fancy-splash-image): Change :type.
12137         (fancy-splash-head): Use an XBM image if appropriate.
12138         (command-line-1): Show splash screens in more cases.
12140         * startup.el (fancy-splash-text): Don't quote faces.
12142         * dired.el (dired-font-lock-keywords): Undo last change.
12143         (dired-readin): Bind indent-tabs-mode to nil.
12145         * startup.el (fancy-splash-head): If frame's background mode
12146         is `dark', change the black background of the image to gray.
12147         (fancy-splash-screens): Display startup echo area message.
12148         (display-startup-echo-area-message): New function.
12150 2000-09-20  Miles Bader  <miles@lsi.nec.co.jp>
12152         * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
12154         * info.el (info-header-node): Tweak for color ttys.
12156         * faces.el (face-valid-attribute-values): Make sure directories we
12157         search for stipples both exist and are readable before trying to
12158         search them.
12160         * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
12161         in the dry-run case.
12163         * jka-compr.el (with-auto-compression-mode): New macro.
12165         * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
12166         (custom-group-tag-face, custom-variable-tag-face): Use relative
12167         :height and inherit from `variable-pitch' face instead of
12168         hardwiring :family.
12169         * hi-lock.el (hi-black-hb): Likewise.
12171         Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
12172         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
12173         toolbar-add-item, if image doesn't have a mask add a `:mask
12174         heuristic'.
12176 2000-09-19  Stefan Monnier  <monnier@cs.yale.edu>
12178         * diff-mode.el: Docstring fixes.
12179         (diff-header-face, diff-comment-face): New faces.
12180         (diff-font-lock-keywords): Highlight a bit differently.
12181         (diff-find-source-location): Don't return SPAN any more.
12182         (diff-hunk-text): Don't bother erasing the temp buffer.
12183         (diff-find-text): Drop argument LINE.
12184         (diff-apply-hunk): Update calls to diff-find-text.
12185         (diff-goto-source): Use pop-to-buffer again and don't raise an error.
12187         * calendar/calendar.el: Docstring fixes.
12188         (calendar-make-alist): Don't quote lambda.
12189         (calendar-star-date): Use make-local-variable.
12191 2000-09-19  Dave Love  <fx@gnu.org>
12193         * toolbar/tool-bar.el: Renamed from toolbar.el.
12194         Change `toolbar' to `tool-bar' generally in symbols.
12195         Make some items invisible in `special' major modes.
12196         (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
12197         Add arg PROPS.
12199         * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
12200         Add :version here.
12201         (fancy-splash-delay, fancy-splash-image): Remove :version here.
12203 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
12205         * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
12207         * files.el (find-file-suppress-same-file-warnings): New user-option.
12208         (find-file-noselect): Use it.
12210         * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
12211         (fancy-splash-screen): Defgroup.
12213         * add-log.el (change-log-font-lock-keywords): Match names
12214         more exactly for the case that font-lock-constant-face is
12215         underlined.
12217 2000-09-19  Richard M. Stallman  <rms@gnu.org>
12219         * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
12221 2000-09-19  Andre Spiegel  <spiegel@gnu.org>
12223         * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
12225 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
12227         * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
12228         * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
12229         * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
12230         * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
12231         * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
12232         * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
12233         * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
12234         * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
12235         * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
12236         * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
12237         * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
12238         * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
12240         * startup.el (fancy-splash-text): New variable.
12241         (fancy-splash-delay, fancy-splash-image): New user-options.
12242         (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
12243         (fancy-splash-screens): New functions.
12244         (command-line-1): If display has a `display' frame parameter, has
12245         colors, and we have XPM support, show more fancy splash screens.
12247 2000-09-19  Dave Love  <fx@gnu.org>
12249         * map-ynp.el (map-y-or-n-p): Check use-dialog-box.  Don't lose
12250         with null `help'.  Use modern backquote syntax.
12252 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
12254         * font-lock.el (font-lock-mode): Change message telling the user
12255         that ``the buffer is too big''.
12257         * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
12258         for instance for the case that tab-width is 2.
12260 2000-09-18  Gerd Moellmann  <gerd@gnu.org>
12262         * toolbar/toolbar.el (toolbar-like-menu-item): Like in
12263         toolbar-add-item, if image doesn't have a mask add a `:mask
12264         heuristic'.
12266 2000-09-18  Miles Bader  <miles@lsi.nec.co.jp>
12268         * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
12269         and return a cons if it's non-nil.
12270         (diff-apply-hunk): Try to jump to the line in the source text
12271         corresponding to the position of point in the in the hunk.
12273         * info.el (Info-title-3-face, Info-title-2-face)
12274         (Info-title-1-face): Use face inheritance and relative sizes
12275         instead of hard-wiring things.
12277         * faces.el (secondary-selection): Make dark-background variant sane.
12279 2000-09-16  Andrew Innes  <andrewi@gnu.org>
12281         * makefile.w32-in (compile-files-CMD): No need to make .elc files
12282         read-only, since they aren't under VC now.
12284 2000-09-17  Dave Love  <fx@gnu.org>
12286         * tmm.el: Replace mapcar with mapc in several places.
12288         * loadhist.el (unload-feature): Maybe call elp-restore-list and
12289         ad-unadvise.
12291         * international/latin1-disp.el: New file.
12293         * calendar/cal-move.el (scroll-calendar-left)
12294         (scroll-calendar-right): Make arg optional (for active mode line).
12296         * calendar/calendar.el (calendar-mode-line-format): Make fields
12297         mouse-sensitive.
12298         (calendar-read-date, calendar-read-date, calendar-window-list):
12299         Unquote lambda.
12300         (calendar-month-name): Use aref, not sref.
12302         * view.el (minor-mode-alist): Propertize the string.
12304         * international/characters.el (standard-case-table): Add entries
12305         for Greek.
12307 2000-09-18  Miles Bader  <miles@gnu.org>
12309         * info.el (info-node, info-xref): Add dark-background variants.
12311         * faces.el (header-line): Change defaults to be less confusing
12312         when mixed with mode-lines.
12314         * info.el (Info-fontify-node): Make a few cleanups.
12315         Add extra `help-echo' and `local-map' props to node xrefs.
12316         Use header-specific faces for node-names & xrefs.
12317         (Info-use-header-line): New variable.
12318         (info-header-xref, info-header-node): New faces.
12319         (Info-setup-header-line): New function.
12320         (Info-select-node): Call Info-setup-header-line when enabled.
12321         (Info-extract-pointer): Work even if the header line is hidden.
12322         (Info-header-line): New variable.
12324 2000-09-16  Stefan Monnier  <monnier@cs.yale.edu>
12326         * vms-patch.el (print-region-function): Don't quote lambda.
12328         * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
12330         * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
12331         (lm-get-header-re): Allow spaces between the header and the colon.
12332         (lm-header): Allow $ in non-RCS headers.
12333         (lm-header-multiline): Put the strings back into order.
12334         Stop at an empty line.  Don't require two space chars if the
12335         line is clearly not another header line.
12337         * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
12338         (popup-menu-popup): Remove.
12340 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
12342         * toolbar/toolbar.el (toolbar-add-item): Use the same image
12343         specification if or if not tool-bar item contains an `:enabled'
12344         property.
12346         * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
12347         current buffer has no file name.
12349 2000-09-15  Dave Love  <fx@gnu.org>
12351         * strokes.el: Sync with maintainer's current version with changes
12352         for Emacs, but avoid runtime cl and levents.
12353         (toplevel):  Change autoloads and compilation requires.
12354         (strokes-version, strokes-bug-address, strokes-lift): Values
12355         changed.
12356         (strokes-xpm-header, strokes-insinuated): New variable.
12357         (strokes): Add :link.
12358         (strokes-mode): Customized.
12359         (strokes-while-inhibiting-garbage-collector): New macro.
12360         (strokes-remassoc): Avoid remove-if.
12361         (strokes-fix-button2-command): Don't use ad-do-it.
12362         (strokes-insinuate): New function.
12363         (strokes-button-press-event-p, strokes-button-release-event-p):
12364         New functions, used instead of non-`strokes-' versions..
12365         (strokes-mouse-event-p): Rewritten.
12366         (strokes-event-closest-point): Avoid event-point.
12367         (strokes-get-grid-position): Avoid cdadr, caadr
12368         (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
12369         functions.
12370         (strokes-help): Use with-output-to-temp-buffer.
12371         (strokes-window-configuration-changed-p): New function.
12372         (strokes-update-window-configuration): Use buffer-live-p,
12373         strokes-window-configuration-changed-p.
12374         (strokes-mode): Use strokes-insinuate.  Alter mouse bindings.
12375         (strokes-char-face): New face.
12376         (strokes-char-table, strokes-base64-chars): New variable.
12377         (strokes-xpm-for-stroke, strokes-list-strokes)
12378         (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
12379         (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
12380         (strokes-xpm-to-compressed-string, strokes-decode-buffer)
12381         (strokes-encode-buffer, strokes-xpm-for-compressed-string)
12382         (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
12383         functions.
12385 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
12387         * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
12389         * image.el (create-image): Doc fix.
12391         * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
12392         instead of `:heuristic-mask t'.
12394 2000-09-14  Andrew Innes  <andrewi@gnu.org>
12396         * makefile.w32-in: Revert to Unix line endings.
12398 2000-09-14  Andrew Innes  <andrewi@gnu.org>
12400         * makefile.w32-in: Add bootstrap support.  Also copy lisp source
12401         when installing.
12403         * makefile.nt (DONTCOMPILE): Fix typo.
12405         * shell.el (shell-write-history-on-exit): New function.
12406         (shell-dumb-shell-regexp): New custom variable.
12407         (shell-mode): Make shell-write-history-on-exit the process
12408         sentinel if shell name matches shell-dumb-shell-regexp.
12410         * w32-fns.el: Comment out before-init-hook function which resets
12411         source-directory based; this breaks bootstrap.
12413 2000-09-14  Dave Love  <fx@gnu.org>
12415         * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
12416         toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
12417         toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
12418         toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
12419         toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
12420         toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
12421         toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm:  New.
12422         From Tuomas Kuosmanen <tigert@gimp.org>.  (Gnome icons fetched
12423         from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
12425         * toolbar/toolbar.el: New.
12427         * subdirs.el: Add toolbar.
12429 2000-09-14  Gerd Moellmann  <gerd@gnu.org>
12431         * indent.el (indent-for-tab-command): Doc fix.
12433 2000-09-14  Alex Schroeder  <alex@gnu.org>
12435         * ansi-color.el (ansi-colors): Doc change.
12436         (ansi-color-get-face): Simplified regexp.
12437         (ansi-color-faces-vector): Added more faces, doc change.
12438         (ansi-color-names-vector): Doc change.
12439         (ansi-color-regexp): Simplified regexp.
12440         (ansi-color-parameter-regexp): New regexp.
12441         (ansi-color-filter-apply): Doc change.
12442         (ansi-color-filter-region): Doc change.
12443         (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
12444         deal with zero length parameters.
12445         (ansi-color-apply-on-region): Doc change.
12446         (ansi-color-map): Doc change.
12447         (ansi-color-map-update): Removed debugging message.
12448         (ansi-color-get-face-1): Added condition-case to trap
12449         args-out-of-range errors.
12450         (ansi-color-get-face): Doc change.
12451         (ansi-color-make-face): Removed.
12452         (ansi-color-for-shell-mode): New option.
12454 2000-09-13  Kenichi Handa  <handa@etl.go.jp>
12456         * international/quail.el (quail-start-translation): Translate KEY
12457         if necessary even if it doesn't have any mapping in the current
12458         input method.
12459         (quail-start-conversion): Likewise.
12460         (quail-help): The output message is improved.
12462 2000-09-13  Miles Bader  <miles@gnu.org>
12464         * comint.el (comint-output-filter): Revert to using
12465         `insert-before-markers'.  Add bletcherous hack to undo damage
12466         caused by `insert-before-markers'.  Put `front-sticky' property on
12467         overlays created here so that the field code understands how the
12468         overlay works.  Use a let when making comint-last-prompt-overlay,
12469         so that the code is easier to read.
12471 2000-09-13  Dave Love  <fx@gnu.org>
12473         * wid-edit.el (widget-default-format-handler): DTRT when
12474         doc-property is a function.
12476 2000-09-12  Francesco Potorti`  <pot@gnu.org>
12478         * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
12479         filed name if it's not there.
12481 2000-09-12  Dave Love  <fx@gnu.org>
12483         * simple.el (read-mail-command): Doc fix.
12484         (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
12486         * vc.el (vc-dired-listing-switches): Fix :version.
12488         * vc-hooks.el: Doc fixes.
12490         * subr.el (add-minor-mode): Use toggle-fun arg.
12492         * speedbar.el: Add :version to several defcustoms.
12494         * imenu.el (imenu--truncate-items, imenu--cleanup)
12495         (imenu--generic-function): Avoid mapcar.
12496         (imenu--replace-spaces): Function removed.
12497         (imenu--completion-buffer): Use subst-char-in-string.
12498         (imenu-add-to-menubar): Use keymap inheritance.
12500 2000-09-12  Miles Bader  <miles@gnu.org>
12502         * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
12503         (diff-mode-map): Bind `diff-test-hunk'.
12504         (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
12506 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
12508         * bytecomp.el (byte-compile-defvar): Undo last change
12509         because it breaks '(make-variable-buffer-local (defvar ...)'
12510         which is used at least in dired.
12512 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
12514         * international/quail.el (quail-define-package): Docstring
12515         modified.
12517 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
12519         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
12520         extra docstrings for "chinese-ccdospy", "chinese-ecdict",
12521         "chinese-etzy", "chinese-sw", and "chinese-ziranma".  Modify the
12522         docstring of "chinese-py".
12524         * international/quail.el (quail-translation-docstring): New
12525         variable.
12526         (quail-show-keyboard-layout): Docstring modified.
12527         (quail-select-current): Likewise.
12528         (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
12529         infinite recursive call.
12530         (quail-help): Check quail-translation-docstring.  Format of the
12531         output changed.
12532         (quail-help-insert-keymap-description): Adjusted for the above
12533         change.
12535 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
12537         * bytecomp.el (byte-compile-defvar): Only cons onto
12538         current-load-list in top-level forms.  Else this leaks a cons cell
12539         every time a defun is called.
12541 2000-09-11  Miles Bader  <miles@lsi.nec.co.jp>
12543         * diff-mode.el (diff-apply-hunk): Function basically rewritten.
12544         Now understands non-unified diffs.  Some functionality moved into
12545         `diff-hunk-text' and `diff-find-text'.  Add OTHER-FILE, DRY-RUN,
12546         POPUP, and NOERROR arguments.  If DRY-RUN is true, don't actually
12547         modify anything.  Only reposition point in the patched file if the
12548         patch succeeds.  Only pop up another window if POPUP is true.
12549         Emit a message describing what happened if successful, and at what
12550         line-offset.  Automatically detect reversed hunks and do something
12551         appropriate.
12552         (diff-hunk-text, diff-find-text): New functions.
12553         (diff-filter-lines): Function removed.
12554         (diff-test-hunk): New function.
12555         (diff-goto-source): Rewritten in terms of diff-apply-hunk.
12557 2000-09-10  Dave Love  <fx@gnu.org>
12559         * textmodes/tildify.el: Minor doc/commentary fixes.
12560         (tildify) <defgroup>: Add :version.
12562         * faces.el (face-x-resources): Make custom type more specific.
12563         (frame-background-mode): Use mapc.
12564         (region) <defcustom>: Add :version.
12566 2000-09-08  Stefan Monnier  <monnier@cs.yale.edu>
12568         * vc-sccs.el (vc-sccs-register):
12569         * vc-rcs.el (vc-rcs-register):
12570         * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
12571         * vc.el (vc-register): Clear file's properties.
12573 2000-09-08  Gerd Moellmann  <gerd@gnu.org>
12575         * faces.el (face-spec-set): Only face-spec-reset-face when
12576         ATTRS is non-nil.
12578 2000-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
12580         * help.el (help-insert-xref-button): Fix a typo in doc string.
12582 2000-09-07  Eli Zaretskii  <eliz@is.elta.co.il>
12584         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
12585         Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
12586         methods.
12588         * menu-bar.el (read-mail-item-name): New function.
12589         (menu-bar-tools-menu): Use it to compute and display the package
12590         used to read email.
12591         (menu-bar-tools-menu): Fix typo in GUD's help string.
12593 2000-09-07  Dave Love  <fx@gnu.org>
12595         * diff-mode.el (diff-mouse-goto-source): New function.
12597         * vc-sccs.el: Doc fixes.
12598         (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
12600         * vc-rcs.el: Doc fixes.
12601         (vc-rcs-register-switches, vc-rcs-checkin-switches)
12602         (vc-rcs-checkout-switches, vc-rcs-header)
12603         (vc-rcs-master-templates): Add or change :version.
12605         * vc-cvs.el: Doc fixes.
12606         (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
12607         (vc-cvs-stay-local): Add :version.
12609         * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
12611 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
12613         * international/quail.el (quail-help): Fix previous change.
12615 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
12617         * faces.el (color-values): Doc fix.
12619         * faces.el (frame-set-background-mode): Use frame-parameter
12620         instead of frame-parameters.
12622         * frame.el (filtered-frame-list): Reduce consing.
12623         (frames-on-display-list): Call frame-parameter instead of
12624         frame-parameters.
12626 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
12628         * language/devan-util.el (devanagari-to-indian-region): In the
12629         loop, change the following char, not preceding char.
12631 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
12633         * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
12634         instead of frame-parameters.
12636         * faces.el (set-face-attribute): Simplify by calling
12637         internal-set-lisp-face-attribute with FRAME being 0.
12639         * vc.el: Remove `Id' version control keyword.
12641 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
12643         * help.el (help-make-xrefs): Adjusted for the change of
12644         help-xref-mule-regexp.
12645         (help-insert-xref-button): New function.
12647         * international/mule-cmds.el (help-xref-mule-regexp-template):
12648         Include the pattern for character set.
12649         (leim): New group.
12651         * international/quail.el: Don't require face.
12652         (quail): New group.
12653         (quail-other-command): Dummy command to make quail-help work better.
12654         (quail-keyboard-layout-alist): Add Keyboard type "jp106".
12655         (quail-keyboard-layout-substitution): New variable.
12656         (quail-update-keyboard-layout): New function.
12657         (quail-keyboard-layout-type): New customizable variable.
12658         (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
12659         (quail-keyboard-translate): Pay attention to
12660         quail-keyboard-layout-substitution.
12661         (quail-insert-kbd-layout): New function.
12662         (quail-show-keyboard-layout): New function.
12663         (quail-get-translation): If the definition is a vector of length
12664         1, and the element is a string of length 1, return the character
12665         in that string.
12666         (quail-update-current-translations): Fix the case of
12667         relative-index out of range.
12668         (quail-build-decode-map, quail-insert-decode-map): New Functions.
12669         (quail-help): Show keyboard layout by quail-insert-kbd-layout.
12670         Show key sequences for all available characters.
12671         (quail-help-insert-keymap-description): Don't show such verbose
12672         key bindings as quail-self-insert-command.
12674         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
12675         Format changed, and each element now have extra documentations.
12676         (tit-process-header): Delete invalid characters from TIT-PROMPT.
12677         Adjusted for the change of quail-cxterm-package-ext-info.
12679 2000-09-06  Gerd Moellmann  <gerd@gnu.org>
12681         * vc-hooks.el (toplevel): Don't require `vc' during compilation;
12682         requiring it leads to a recursive loading of vc.el and vc-hooks.el
12683         during bootstrap.
12685 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
12687         * vc.el: (toplevel): Don't require `dired' at run-time.
12688         (vc-dired-resynch-file): Remove autoload cookie.
12690 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
12692         * vc.el: Made several backend functions optional.
12693         (vc-default-responsible-p): New function.
12694         (vc-merge): Use RET for first version to trigger merge-news, not
12695         prefix arg.
12696         (vc-annotate): Handle backends that do not support annotation.
12697         (vc-default-merge-news): Removed.  The existence of a merge-news
12698         implementation is now checked on caller sites.
12700         * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
12701         case.
12703         * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
12704         special case that has been removed from the default in vc-hooks.el.
12706 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
12708         * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
12710 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
12712         * vc-hooks.el: Require vc during compilation.
12713         (vc-file-setprop): Use `vc-touched-properties' if bound by the new
12714         macro `with-vc-properties' in vc.el.
12715         (vc-file-getprop): Doc fix.
12716         (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
12718         * vc.el: Require dired-aux during compilation.
12719         (vc-name-assoc-file): Moved to vc-sccs.el.
12720         (with-vc-properties): New macro.
12721         (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
12722         vc-finish-steal): Use it.
12723         (vc-cancel-version): Moved RCS-specific code to vc-rcs.el.  The call
12724         to the backend-specific function is now supposed to do the checkout,
12725         too.
12726         (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
12728         * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
12729         set file properties; that gets done in the generic code now.
12731         * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
12732         Changed parameter list, added code from vc.el that does the
12733         checkout, possibly with a double-take.
12735         * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
12736         (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
12737         the above under the new name.
12738         (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'.  Changed
12739         parameter list, added checkout command.
12740         (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
12741         properties; that gets done in the generic code now.
12743 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
12745         * vc.el: Docstring fixes (courtesy of checkdoc).
12747 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
12749         * vc.el (vc-checkout-writable-buffer-hook)
12750         (vc-checkout-writable-buffer): Remove.
12751         (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
12752         (vc-log-mode): Make it into a clean derived major mode.
12753         (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
12754         vc-log-mode if log-edit is not available.
12755         (vc-dired-mode-map): Don't set-keymap-parent yet.
12756         (vc-dired-mode): Do set-keymap-parent here.
12757         (vc-dired-buffers-for-dir): Nop if dired is not loaded.
12759 2000-09-05  Gerd Moellmann  <gerd@gnu.org>
12761         * faces.el (set-face-attribute, face-spec-reset-face)
12762         (face-spec-set): Avoid consing by removing calls to `apply'.
12764         * frame.el (frame-parameter): Move to C code.
12766 2000-09-05  Dave Love  <fx@gnu.org>
12768         * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
12769         insert-before-markers-and-inherit.  Now checked systematically!
12771 2000-09-05  Alex Schroeder  <alex@gnu.org>
12773         * sql.el (sql-postgres): Use sql-postgres-options.
12774         (sql-postgres-options): New variable.
12776 2000-09-05  Alex Schroeder  <alex@gnu.org>
12778         * sql.el (sql-mode-menu): Work around missing variable mark-active
12779         in XEmacs.
12780         (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
12781         (sql-interactive-mode): Added call to easy-menu-add for XEmacs
12782         compatibility.
12784 2000-09-04  Gerd Moellmann  <gerd@gnu.org>
12786         * vc.el (vc-dired-resynch-file): Add autoload cookie.
12788         * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
12790         * Makefile.in (DONTCOMPILE): Fix typo in file name.
12792 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
12794         * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
12795         don't support anything else under SCCS yet.
12797         * vc-hooks.el: Minor doc fixes.
12799 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
12801         * vc.el (vc-next-action-on-file): Do not visit the file if it's
12802         not necessary.  If verbose in state `needs-patch', do the same as
12803         under `up-to-date'.  When NOT verbose and `needs-patch', check out
12804         latest version instead of `merge-news'.
12805         (vc-next-action-dired): Don't mess with default-directory here; it
12806         breaks other parts of dired.  It is the job of the
12807         backend-specific functions to adjust it temporarily if they need it.
12808         (vc-next-action): Remove a special CVS case.
12809         (vc-clear-headers): New optional arg FILE.
12810         (vc-checkin, vc-checkout): Set properties vc-state and
12811         vc-checkout-time properly.
12812         (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
12813         (vc-print-log): Use new backend function `show-log-entry'.
12814         (vc-cancel-version): Do the checks in a different order.  Added a
12815         FIXME concerning RCS-only code.
12817         * vc-rcs.el (vc-rcs-show-log-entry): New function.
12818         (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
12820         * vc-cvs.el (vc-cvs-show-log-entry): New function.
12822         * vc-hooks.el (vc-default-mode-line-string): Show state
12823         `needs-patch' as a `-' too.
12825 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
12827         * vc.el (vc-responsible-backend): New optional arg REGISTER.
12828         (vc-default-could-register): New function.
12829         (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
12830         (vc-resynch-buffer): Call vc-dired-resynch-file.
12831         (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
12832         vc-resynch-buffer instead of vc-resynch-window.
12833         (vc-next-action-dired): Don't redisplay here, that gets done as a
12834         result of the individual file operations.
12835         (vc-retrieve-snapshot): Corrected prompt order.
12837         * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
12839         * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
12840         as well.
12841         (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p.  Handle
12842         hostname regexps.  Updated all callers.
12843         (vc-cvs-responsible-p): Handle directories as well.
12844         (vc-cvs-could-register): New function.
12845         (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
12846         properties up-to-date.
12848         * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
12849         user whether to create one.
12851 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
12853         * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
12854         check out a non-existing file.
12856         * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
12857         workfile does not exist.
12859         * vc.el (vc-version-diff): Use `require' to check for existence of
12860         diff-mode.
12862 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
12864         * vc-cvs.el (vc-cvs-registered): Use new function
12865         vc-cvs-parse-entry to do the actual work.
12867 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
12869         * vc-hooks.el (vc-find-backend-function): If function doesn't
12870         exist, return nil instead of error.
12871         (vc-call-backend): Doc fix.
12873         * vc.el (vc-do-command): Doc fix.
12874         (vc-finish-logentry): When checking in from vc-dired, choose the
12875         right backend for logentry check.
12876         (vc-dired-mode-map): Inherit from dired-mode-map.
12877         (vc-dired-mode): Local value of dired-move-to-filename-regexp
12878         simplified.
12879         (vc-dired-state-info): Removed, updated caller.
12880         (vc-default-dired-state-info): Use parentheses instead of hyphens.
12881         (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
12882         (vc-dired-listing-switches): New variable.
12883         (vc-directory): Use it, instead of dired-listing-switches.
12885         * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
12886         (vc-cvs-dir-state): New function.
12887         (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
12888         (vc-cvs-parse-entry): New function, also to be used in
12889         vc-cvs-registered.
12891 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
12893         * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
12894         *or* single-window-frames.
12896 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
12898         * vc.el (vc-update-changelog): Split into generic part and default
12899         implementation.  Doc string adapted.
12900         (vc-default-update-changelog): New function.  Call the `rcs2log'
12901         script in exec-directory, to fix a long-standing nuisance.
12903         * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
12904         simply signals an error.
12906 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
12908         * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
12909         control-flow more clear and to avoid running `cvs' twice.
12911         * vc.el (vc-next-action-on-file): Doc fix.
12912         (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
12913         (vc-print-log): Eval `file' before constructing the continuation.
12915 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
12917         * vc.el (vc-next-action-on-file): Corrected several messages.
12918         (vc-merge): Add prefix arg `merge-news'; handle it.
12920         * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
12921         is not reached.  It is.
12922         (vc-cvs-merge): Set state to 'edited after merge.
12923         (vc-cvs-merge-news): Set workfile version to nil if not known.
12924         (vc-cvs-latest-on-branch-p): Recommented.  Candidate for removal.
12926         * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
12927         via stdout. (Merge from main line.)
12929 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
12931         * vc.el (vc-finish-logentry): Thinko in the "same comment"
12932         detection.
12934 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
12936         * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
12937         against kill-all-local-variables.
12938         (vc-log-edit): Don't save vc-parent-buffer any more.
12939         (vc-last-comment-match): Initialize to an empty string.
12940         (vc-post-command-functions): New hook.
12941         (vc-do-command): Run it.
12942         (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
12943         (vc-finish-logentry): Only add the comment to the ring if it's
12944         different from the last comment entered.
12945         (vc-new-comment-index): New function.
12946         (vc-previous-comment): Use it.  Make the minibuffer message
12947         slightly less terse.
12948         (vc-comment-search-reverse): Make it work forward as well.  Don't
12949         set vc-comment-ring-index if no match is found.  Use
12950         vc-new-comment-index.
12951         (vc-comment-search-forward): Use vc-comment-search-reverse.
12952         (vc-dired-mode-map): Don't inherit from dired-mode-map since
12953         define-derived-mode will do it for us.  Bind `v' to a keymap that
12954         inherits from vc-prefix-map so that we can bind `vt' without
12955         binding C-x v t.
12956         (vc-retrieve-snapshot): Parenthesis typo.
12958         * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
12959         to 1.  Make sure to switch to *vc* before looking for an error
12960         message.  Use vc-parse-buffer.
12962 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
12964         * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
12965         and NAME.
12966         (vc-retrieve-snapshot): Split into two parts.
12967         (vc-default-retrieve-snapshot): New function.
12969         * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
12970         (vc-cvs-retrieve-snapshot): New function (untested).
12971         (vc-cvs-stay-local): Default to t.
12972         (vc-cvs-remote-p): New function and property.
12973         (vc-cvs-state): Stay local only if the above is t.
12974         (vc-handle-cvs): Removed.
12975         (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
12976         done via vc-handled-backends now.
12977         (vc-cvs-header): Escape Id.
12979 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
12981         * vc.el (vc-do-command): Remove unused commands.
12982         (vc-version-diff): Make sure default-directory ends with a slash.
12983         Move the window commands into a vc-exec-after.
12984         (vc-print-log): Move more of the code into the `vc-exec-after'.
12986 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
12988         * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
12989         (vc-print-log): Search current revision from beginning of buffer.
12990         (vc-revert-buffer): Clear echo area after the diff is finished.
12991         (vc-prefix-map): Removed definition of "t" for terse display in vc
12992         dired.
12993         (vc-dired-mode-map): Inherit from dired-mode-map.  Added
12994         definition of "vt" for terse display.
12995         (vc-dired-mode): Fix dired-move-to-filename-regexp.
12997 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
12999         * vc.el (vc-exec-after): Avoid caddr.
13001 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
13003         * vc.el (vc-exec-after): New function.
13004         (vc-do-command): Use it to add a termination message for async
13005         procs.
13006         (vc-checkout): Try to handle a missing-backend situation.
13007         (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
13008         of a directory with a backend using async diffs.
13009         (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
13010         present.
13012         * vc-sccs.el (vc-sccs-state-heuristic): Use
13013         file-ownership-preserved-p.
13015         * vc-rcs.el (vc-rcs-state-heuristic): Use
13016         file-ownership-preserved-p.
13017         (vc-rcs-checkout): Remove the error-handling for missing-rcs.
13019 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
13021         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
13022         vc-do-command.
13024         * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
13025         when there are no changes.
13027 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
13029         * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
13031         * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
13033 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
13035         * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
13037         * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
13038         the `fset' outside of the defvar so that it works even if
13039         vc-prefix-map was already defined.
13040         (vc-setup-buffer): New function, split out of vc-do-command.
13041         (vc-do-command): Allow BUFFER to be t to mean `just use the
13042         current buffer without any fuss'.
13043         (vc-version-diff): Change the `diff' backend operation to just put
13044         the diff in the current buffer without erasing it.  Always use
13045         *vc-diff* even for directory-diffs.  Use vc-setup-buffer.  Protect
13046         shrink-window-if-larger-than-buffer.
13047         (vc-print-log): Change the `print-log' backend operation to just
13048         put the log in the current buffer without erasing it.  Protect
13049         shrink-window-if-larger-than-buffer.
13050         (vc-update-change-log): Fix setd typo.
13052         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
13053         (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
13055         * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
13056         (vc-rcs-diff): Insert in the current buffer and remove unused arg
13057         CMP.
13059         * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
13060         with-temp-file.  Use the new BUFFER=t argument to vc-do-command.
13061         (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
13063 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
13065         * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
13066         not possible, use vc-BACKEND-workfile-unchanged-p.
13067         (vc-default-workfile-unchanged-p): New function.  Delegates to a
13068         full vc-BACKEND-diff.
13070         * vc-hooks.el (vc-simple-command): Removed.
13072         * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
13073         instead of vc-simple-command.
13074         (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
13075         avoid doing a diff when opening a file.
13076         (vc-rcs-state): Added check for unlocked-changes.
13077         (vc-rcs-header): Escape Id.
13078         (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
13079         (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
13080         version.
13082         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
13083         (vc-sccs-diff): Remove optional arg CMP.
13084         (vc-sccs-state): Call vc-workfile-unchanged-p, not the
13085         SCCS-specific function.
13087         * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
13088         vc-simple-command.
13090 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
13092         * vc.el (vc-editable-p): Renamed from vc-writable-p.
13093         (with-vc-file, vc-merge): Use vc-editable-p.
13094         (vc-do-command): Remove unused var vc-file and fix the
13095         doubly-defined `status' var.  Add a user message when starting an
13096         async command.
13097         (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
13098         (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
13099         Use with-current-buffer.
13100         (vc-buffer-sync): Use unless.
13101         (vc-next-action-on-file): If the file is 'edited by read-only,
13102         make it read-write instead of trying to commit.
13103         (vc-version-diff, vc-update-change-log): Use `setq
13104         default-directory' rather than `cd'.
13105         (vc-log-edit): Don't forget to set default-directory in the
13106         buffer.
13108         * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
13109         (vc-sccs-state-heuristic): Use file-writable-p instead of
13110         comparing userids.
13111         (vc-sccs-checkout): Use `unless'.
13113         * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
13114         of comparing userids.
13115         (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
13116         Simplify the logic by eliminating unreachable code.
13117         (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
13118         just do a recursive call if we need to retry.
13119         (vc-rcs-checkout): Handle the case where rcs is missing by making
13120         the buffer read-write if requested and re-signalling the error.
13122         * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
13124 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
13126         * vc-hooks.el (vc-handled-backends): Docstring change.
13127         (vc-ignore-vc-files): Mark obsolete.
13128         (vc-registered): Check vc-ignore-vc-files.
13129         (vc-find-file-hook, vc-file-not-found-hook): Don't check
13130         vc-ignore-vc-files.
13132         * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
13134 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
13136         * vc.el (vc-checkout): Don't do anything special for ange-ftp
13137         files since ange-ftp already has vc-registered return nil.
13139         * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
13140         (vc-sccs-workfile-version): Use with-temp-buffer and new
13141         vc-parse-buffer and don't bother setting the property.
13142         (vc-sccs-add-triple): Use with-current-buffer and
13143         find-file-noselect.
13144         (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
13146         * vc-rcs.el (vc-rcs-find-most-recent-rev): New function.  The code
13147         derives from the old vc-parse-buffer but uses the revision number
13148         rather than the date (much easier to compare robustly).
13149         (vc-rcs-fetch-master-state): Use `with-temp-buffer'.  Adapt to the
13150         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).  Find the
13151         locking-user more directly.  Check strict locking and set
13152         checkout-model appropriately.
13153         (vc-rcs-parse-locks): Remove.
13154         (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
13155         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
13156         (vc-rcs-system-release): Use with-current-buffer and
13157         vc-parse-buffer.
13158         (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
13160         * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
13161         (vc-simple-command): Docstring fix.
13162         (vc-registered): Align the way the file-handler is called with the
13163         way the function itself works.
13164         (vc-file-owner): Remove.
13166         * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer.  Reorder
13167         extraction of fields and call to file-attributes because of a
13168         temporary bug in rcp.el.
13169         (vc-cvs-fetch-status): Use with-current-buffer.
13171 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
13173         * vc.el (vc-do-command): Use file-relative-name.
13174         (vc-responsible-backend): Use vc-backend if possible.
13175         (vc-create-snapshot): Improve the `interactive' spec. Add support
13176         for branches and dispatch to backend-specific `create-snapshot'.
13177         (vc-default-create-snapshot): New function, containing the bulk of
13178         the old vc-create-snapshot.
13179         (vc-retrieve-snapshot): Improve the interactive spec.
13181         * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
13182         (vc-backend-hook-functions): Remove.
13183         (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
13184         (vc-backend): Reintroduce the test for `file = nil' now that I
13185         know why it was there (and added a comment to better remember).
13187         * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
13188         code from vc-sccs-hooks.el.
13189         (vc-sccs-release, vc-sccs-system-release): Remove.  Don't require
13190         'vc anymore.
13191         (vc-sccs-responsible-p): Use expand-file-name instead of concat
13192         and file-directory-p instead of file-exists-p.
13193         (vc-sccs-check-headers): Simplify the regexp.
13195         * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
13196         from vc-rcs-hooks.el.  Don't require 'vc anymore.
13197         (vc-rcs-responsible-p): Use expand-file-name instead of concat and
13198         file-directory-p instead of file-exists-p.
13200         * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
13201         from vc-cvs-hooks.el.
13202         (proto vc-cvs-registered): Require 'vc-cvs instead of
13203         'vc-cvs-hooks.  Don't require 'vc anymore.
13204         (vc-cvs-responsible-p): Use expand-file-name instead of concat and
13205         file-directory-p instead of file-exists-p.
13206         (vc-cvs-create-snapshot): New function, replacing
13207         vc-cvs-assign-name.
13208         (vc-cvs-assign-name): Remove.
13210 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
13212         * vc-cvs.el (vc-cvs-header): New var.
13214         * vc-rcs.el (vc-rcs-exists): Remove.
13215         (vc-rcs-header): New var.
13217         * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
13218         `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
13219         (vc-sccs-header): New var.
13221         * vc.el (vc-do-command): Get rid of the `last' argument.
13222         (vc-header-alist): Remove, replaced by vc-X-header.
13223         (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
13224         (vc-dired-hook): Use expand-file-name instead of concat.
13225         (vc-directory): Use file-name-as-directory.
13226         (vc-snapshot-precondition, vc-create-snapshot)
13227         (vc-retrieve-snapshot): Allow the command to operate on any
13228         directory.
13230         * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
13231         just removing the 'WORKFILE argument or by removing the 'MASTER
13232         argument and replacing `file' with (vc-name file).
13234 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
13236         * vc.el: Update Copyright and add a crude list of backend funs.
13237         (vc-writable-p): New function.
13238         (with-vc-file): Use vc-writable-p.
13239         (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
13240         (vc-register): Avoid vc-name.
13241         (vc-locking-user): Remove.
13242         (vc-steal-lock): Make the `owner' arg non-optional.
13243         (vc-merge): Use vc-writable-p instead of vc-locking-user and
13244         vc-checkout-model.
13245         (vc-default-dired-state-info): Use vc-state instead of
13246         vc-locking-user and return special strings for special states.
13247         (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
13248         and get rid of one of the special CVS cases.
13249         (vc-cancel-version): prettify error message with \\[...].
13250         (vc-rename-master): New function.
13251         (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
13252         use vc-rename-master) instead of vc-BACKEND-record-rename.  Make
13253         the CVS special case generic.
13254         (vc-default-record-rename): Remove.
13255         (vc-file-tree-walk-internal): Only call FUNC for files that are
13256         under control of some VC backend and replace `concat' with
13257         expand-file-name.
13258         (vc-file-tree-walk): Update docstring.
13259         (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
13260         (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
13262         * vc-sccs.el (vc-sccs-rename-file): Renamed from
13263         vc-sccs-record-rename.  Use `find-file-noselect' rather than
13264         `find-file' and call `vc-rename-master' to do the actual move.
13265         (vc-sccs-diff): Remove unused `backend' variable.
13267         * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
13268         to delay loading of vc-sccs until it is really used.
13269         (vc-sccs-master-templates): Preload.
13270         (vc-sccs-state): Update call to vc-sccs-parse-locks.
13271         (vc-sccs-project-dir): Remove (merged into
13272         vc-sccs-search-project-dir).
13273         (vc-sccs-search-project-dir): Rewrite using file name handling ops
13274         rather than `concat', make sure it is preloaded and don't bother
13275         to check that the file actually exists.
13276         (vc-sccs-parse-locks): Remove unused `file' argument, remove
13277         `locks' argument (use buffer's content instead) and eliminate n^2
13278         behavior.
13280         * vc-rcs.el: Update Copyright.
13281         (vc-rcs-rename-file): New function.
13282         (vc-rcs-diff): Remove unused `backend' variable.
13284         * vc-hooks.el: Update Copyright.
13285         (vc-backend): Don't accept a nil argument any more.
13286         (vc-up-to-date-p): Turn into a defsubst.
13287         (vc-possible-master): New function.
13288         (vc-check-master-templates): Use `vc-possible-master' and allow
13289         funs in vc-X-master-templates to return a non-existent file.
13291         * vc-cvs.el: Update Copyright.
13292         (vc-cvs-diff): Remove unused `backend' variable.
13293         (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
13295         * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
13297 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
13299         * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
13300         since it can be called from vc-rcs.el.
13301         (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
13303 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
13305         * vc.el (vc-version-diff): Expand file name read from the
13306         minibuffer.  Handle the case when a previous version number can't
13307         be guessed.  Give suitable messages when there were no differences
13308         found.
13309         (vc-clear-headers): Call backend-specific implementation, if one
13310         exists.
13311         (vc-cancel-version): Made error checks generic.  When done, clear
13312         headers generically, too.
13314         * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
13315         from vc-clear-headers in vc.el.
13317         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
13318         correctly.
13319         (vc-rcs-latest-on-branch-p): Made second argument VERSION
13320         optional.  Handle the case when it's not there.
13322 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
13324         * vc.el (vc-locking-user): Moved from vc-hooks.el.
13326 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
13328         * vc-hooks.el (vc-loadup): Remove.
13329         (vc-find-backend-function): Use `require'.  Also, handle the case
13330         where vc-BACKEND-hooks.el doesn't exist.
13331         (vc-call-backend): Cleanup.
13333 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
13335         * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
13336         vc-rcs-grab-templates)
13337         (vc-rcs-registered): Remove.  The default function works as well.
13338         * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
13339         vc-sccs-grab-templates)
13340         (vc-sccs-registered): Remove.  The default function works as well.
13342         * vc.el (vc-version-diff): Left out a vc- in call to
13343         vc-call-backend.
13344         (vc-default-dired-state-info, vc-default-record-rename)
13345         (vc-default-merge-news): Update for the new backend argument.
13347         * vc-hooks.el (vc-find-backend-function): Return a cons cell if
13348         using the default function.
13349         (vc-call-backend): If calling the default function, pass it the
13350         backend as first argument.  Update the docstring accordingly.
13351         (vc-default-state-heuristic, vc-default-mode-line-string): Update
13352         for the new backend argument.
13353         (vc-make-backend-sym): Renamed from vc-make-backend-function.
13354         (vc-find-backend-function): Use the new name.
13355         (vc-default-registered): New function.
13357 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
13359         * vc.el (vc-merge): Use vc-find-backend-function.
13361         * vc-hooks.el (vc-backend-functions): Remove.
13362         (vc-loadup): Don't setup 'vc-functions.
13363         (vc-find-backend-function): New function.
13364         (vc-call-backend): Use above fun and populate 'vc-functions
13365         lazily.
13366         (vc-backend-defines): Remove.
13368 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
13370         * vc.el (vc-register): Put a FIXME note for a newly found bug.
13371         Call vc-call-backend without the leading vc-.
13372         (vc-responsible-backend, vc-finish-logentry, vc-annotate)
13373         (vc-check-headers): Call vc-call-backend without the leading vc-.
13374         (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
13375         (vc-annotate-display): Replace confusing use of `cond' with `or'.
13376         Call vc-call-backend without the leading vc-.
13378         * vc-cvs.el (tail): Provide vc-cvs.
13379         * vc-sccs.el (tail): Provide vc-sccs.
13380         * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
13382         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
13383         (vc-make-backend-function, vc-call): Pass names without leading
13384         `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
13385         (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
13386         (vc-call-backend): Always try to load vc-X-hooks.
13387         (vc-registered): Remove vc- in call to vc-call-backend.
13389 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
13391         * vc.el (vc-process-filter): New function.
13392         (vc-do-command): Setup `vc-process-filter' for the async process.
13393         (vc-maybe-resolve-conflicts): New function to reduce
13394         code-duplication.  Additionally, it puts the buffer in
13395         `smerge-mode' if applicable.
13396         (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
13397         calling `merge-news'.
13398         (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
13399         (vc-log-edit): New function.  Replacement for `vc-log-mode' by
13400         interfacing to log-edit.el.
13401         (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
13402         log-edit is available.
13403         (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
13405 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
13407         * vc.el (vc-register): Remove `vc-buffer-backend' setup.
13408         (vc-log-mode-map): New name for vc-log-entry-mode and merge the
13409         defvar and the initialization.
13410         (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
13412         * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
13413         (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
13415         * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
13417 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
13419         * vc.el (vc-file-clear-masterprops): Removed.
13420         (vc-checkin, vc-revert-buffer): Removed calls to the above.
13421         (vc-version-diff): Use buffer-size without argument.
13422         (vc-register): Heed vc-initial-comment.
13424         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
13425         default branch.
13427         * vc-rcs.el (vc-rcs-register): Parse command output to find master
13428         file name and workfile version.
13429         (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
13431         * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
13432         vc-file-clear-masterprops.
13434         * vc-sccs.el (vc-sccs-checkout): Removed call to
13435         vc-file-clear-masterprops.  If writable, set vc-state to 'edited
13436         rather than user login name.
13439 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
13441         * vc.el (vc-workfile-unchanged-p): Remove unused argument
13442         `want-differences-if-changed' and simplify.
13443         (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
13444         (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
13445         output (which is invalid for async vc-diff) to decide whether to
13446         do the revert silently or not.
13448 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
13450         * vc-hooks.el (vc-loadup): Load files quietly.
13451         (vc-call-backend): Oops, brain fart.
13453 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
13455         * vc-cvs.el (vc-cvs-state): Typo.
13456         (vc-cvs-merge-news): Return the status code rather than the error msg.
13458 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
13460         * vc.el (with-vc-file, vc-next-action, vc-version-diff)
13461         (vc-dired-mark-locked): Replaced usage of vc-locking-user with
13462         vc-state or vc-up-to-date-p.
13463         (vc-merge): Use vc-backend-defines to check whether merging is
13464         possible.  Set state to 'edited after successful merge.
13466         * vc-hooks.el (vc-locking-user): If locked by the calling user,
13467         return that name.  Redocumented.
13469 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
13471         * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
13472         new `vc-state' semantics.
13473         (vc-finish-steal): Set 'vc-state to 'edited rather than setting
13474         'vc-locking-user to the current user.
13475         (vc-merge): Inline vc-backend-merge.  Comment out code that I
13476         don't understand and hence can't adapt to the new `vc-state' and
13477         `vc-locking-user' semantics.
13478         (vc-backend-merge): Remove.
13480         * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
13481         rather than 'vc-locking-user.
13483         * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
13485         * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
13486         (vc-state): Don't use 'reserved any more.  Just use the same
13487         convention as the one used for vc-<backend>-state where the
13488         locking user (as a string) is returned.
13489         (vc-locking-user): Update, based on the above convention. The
13490         'vc-locking-user property has disappeared.
13491         (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
13493         * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
13494         with a heuristic one.
13495         (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
13496         (vc-cvs-checkin): Do a trivial parse to set the state in case of
13497         error.  That allows us to get to 'needs-merge even in the
13498         stay-local case.  There's still no way to detect 'needs-patch in
13499         such a setup (or to force an update for that matter).
13500         (vc-cvs-logentry-check): Remove, the default works as well.
13502 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
13504         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
13506         * vc.el (vc-do-command): kill-all-local-variables, to reset any
13507         major-mode in which the buffer might have been put earlier.  Use
13508         `remove' and `when'.  Allow `okstatus' to be `async' and use
13509         `start-process' in this case.
13510         (vc-version-diff): Handle the case where the diff looks empty
13511         because of the use of an async process.
13513 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
13515         * vc.el (vc-next-action-on-file): Removed optional parameter
13516         `simple'.  Recompute state unconditionally.
13517         (vc-default-toggle-read-only): Removed.
13519         * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
13520         (vc-toggle-read-only): Undid prev change.
13522         * vc-cvs.el (vc-cvs-stay-local): Renamed from
13523         vc-cvs-simple-toggle.  Redocumented.
13524         (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
13525         (vc-cvs-toggle-read-only): Removed.
13527 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
13529         * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
13530         (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
13531         (vc-release-greater-or-equal-p): Move to vc-rcs.el.
13532         (vc-file-clear-masterprops): Braindead "fix".  It was a nop and
13533         still is. So maybe it should be removed.
13534         (vc-head-version, vc-find-binary): Remove.
13535         (vc-recompute-state): Move from vc-hooks.el.
13536         (vc-next-action-on-file): Add a `simple' argument to allow
13537         avoiding the `recompute' step (use for vc-cvs-simple-toggle).
13538         (vc-default-toggle-read-only, vc-default-record-rename): New funs.
13539         (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
13540         (vc-dired-mode-map): Properly defvar it.
13541         (vc-print-log): Call log-view-mode if available.
13542         (small-temporary-file-directory): defvar instead of use boundp.
13543         (vc-merge-news): Moved to vc-cvs.el.
13544         (vc-default-merge-news): New function.
13546         * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
13547         (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
13548         (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
13549         unknown `vc-latest-version' function.  It should probably refer to
13550         vc-workfile-version or somesuch, but it's very unclear to me and I
13551         don't have SCCS to test things.
13553         * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
13554         (vc-sccs-state-heuristic): Fix typo.
13555         (vc-sccs-workfile-unchanged-p): Add missing argument.
13557         * vc-rcs.el: Require vc and vc-rcs-hooks.
13558         (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
13559         (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
13560         (vc-release-greater-or-equal-p): Move from vc.
13561         (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
13562         vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
13563         (vc-rcs-checkout): Add a missing `new-version' argument in the
13564         call to vc-rcs-latest-on-branch-p.  Hopefully that was the right one.
13566         * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
13567         (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
13568         (vc-rcs-latest-on-branch-p): Use the `version' argument rather
13569         than the apparently unbound `workfile-version'.
13571         * vc-hooks.el (vc-master-templates): Def the obsolete var.
13572         (vc-file-prop-obarray): Use `make-vector'.
13573         (vc-backend-functions): Add new hookable functions
13574         vc-toggle-read-only, vc-record-rename and vc-merge-news.
13575         (vc-loadup): If neither backend nor default functions exist, use
13576         the backend function rather than nil.
13577         (vc-call-backend): If the function if not bound yet, try to load
13578         the non-hook file to see if it provides it.
13579         (vc-call): New macro plus use it wherever possible.
13580         (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
13581         nor `vc-find-binary' since it's only called from
13582         vc-mistrust-permission which is only used once the backend is known.
13583         (vc-checkout-model): Fix parenthesis.
13584         (vc-recompute-state, vc-prefix-map): Move to vc.el.
13586         * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
13587         (vc-cvs-release, vc-cvs-system-release): Remove.
13588         (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
13589         (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
13590         status symbols.
13591         (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
13592         (vc-cvs-toggle-read-only): First cut at a function to allow a
13593         cvs-status-free vc-toggle-read-only.
13594         (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
13595         (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
13596         vc-cvs-status.  Also set vc-state rather than vc-locking-user.
13597         (vc-cvs-checkout): Modify access rights directly if the user
13598         requested not to use `cvs edit'.  And refresh the mode line.
13600         * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
13601         (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
13603 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
13605         * vc-cvs.el (vc-cvs-checkout): Docstring fix.  Added a `(if
13606         workfile' that got lost when the code was extracted from vc.el.
13607         And merged the tail with the rest of the code (not possible in the
13608         old vc.el where the tail was shared among all backends).  And
13609         explicitly set the state to 'edited if `writable' is set.
13611         * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
13612         (vc-cvs-state): Be careful to return the value from
13613         vc-cvs-parse-state.
13614         (vc-cvs-parse-status): Use expand-file-name.  Don't set 'vc-state
13615         property but return it instead.  Also be careful to handle a nil
13616         or "" `rev' when workfile is non-nil (it was handled properly when
13617         workfile was nil).
13619         * vc.el: Removed those pesky unnecessary `(function' quotes.
13620         (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
13621         directly in the defvar.
13622         (vc-do-command): Bind inhibit-read-only so as to properly handle
13623         the case where the destination buffer has been made read-only.
13624         (vc-diff): Delegate to vc-version-diff in all cases.
13625         (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
13626         (vc-annotate-mode-variables): Removed (code moved partly to
13627         defvars and partly to vc-annotate-add-menu).
13628         (vc-annotate-mode): Turned into a derived-mode.
13629         (vc-annotate-add-menu): Moved in code in
13630         vc-annotate-mode-variables.
13631         (vc-update-change-log): Use make-temp-file if available.
13633 2000-09-04  Martin Lorentzson  <martinl@delysid.gnu.org>
13635         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
13636         `vc-checkout-model' updated to `vc-cvs-update-model'.
13638 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
13640         * vc.el (vc-next-action-on-file): Added handling of state
13641         `unlocked-changes'.
13642         (vc-checkout-carefully): Is now practically obsolete, unless the
13643         above is too slow to be enabled unconditionally.
13644         (vc-update-change-log): Fixed typo.
13646         * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
13648         * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
13649         Now handles state `unlocked-changes'.
13650         (vc-sccs-workfile-unchanged-p): New function, to support the above.
13652         * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
13654         * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
13655         (vc-rcs-fetch-master-state): Bug fixes.  Recognize state
13656         `unlocked-changes'.
13657         (vc-rcs-workfile-unchanged-p): Renamed from
13658         `vc-rcs-workfile-unchanged'.  This is not a real backend-specific
13659         function yet, but supposed to become one soon.
13661         * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
13662         `vc-steal-lock'.
13663         (vc-call-backend): Changed error message.
13664         (vc-state): Added description of state `unlocked-changes'.
13666 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
13668         * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
13669         always return t in CVS-controlled directories.
13671         * vc.el (vc-responsible-backend): New function.
13672         (vc-register): Largely rewritten.
13673         (vc-admin): Removed (implementation moved into vc-register).
13674         (vc-checkin): Redocumented.
13675         (vc-finish-logentry): If no backend defined yet (because we are in
13676         the process of registering), use the responsible backend.
13678         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
13679         Updated function lists.
13680         (vc-call-backend): Fixed typo.
13682         * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
13683         New functions.
13684         (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
13685         Removed query option.  Redocumented.
13687 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
13689         * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
13691         * vc.el: Updated callers of `vc-checkout-required' to use
13692         `vc-checkout-model'.
13694 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
13696         * vc-rcs.el (vc-rcs-backend-release-p): function added.  other
13697         stuff updated to reference this function instead of the old
13698         `vc-backend-release-p'.
13700 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
13702         * vc-sccs-hooks.el (vc-uses-locking): Renamed to
13703         vc-checkout-model.  Return appropriate values.  Updated callers.
13705 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
13707         * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
13708         (vc-backend-revert): Function moved into `vc-revert';
13709         `vc-next-action' must be updated to accomodate this change.
13710         (vc-backend-steal): Function moved into `vc-finish-steal'.
13711         (vc-backend-logentry-check): Function moved into
13712         `vc-finish-logentry'.
13713         (vc-backend-printlog): Function moved into `vc-print-log'.
13714         (vc-backend-uncheck): Function moved into `vc-cancel-version'.
13715         (vc-backend-assign-name): Function moved into
13716         `vc-create-snapshot'.
13718 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
13720         * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
13721         Rename to vc-checkout-model.  Return appropriate values.
13722         Update callers.
13724         * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
13725         to vc-checkout-model.
13726         (vc-checkout-required): Rename to vc-checkout-model.
13727         Re-implement and re-comment.
13728         (vc-after-save): Use vc-checkout-model.
13730 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
13732         * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
13733         Update to use the vc-BACKEND-diff functions instead.
13734         `vc-diff' is now working.
13736         * vc-rcs.el (vc-rcs-logentry-check): New function.
13738         * vc-cvs.el (vc-cvs-logentry-check): New function.
13740         * vc-sccs.el (vc-sccs-diff): Function changed name from
13741         `vc-backend-diff'.  This makes `vc-diff' work.
13743         * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
13744         of functions possibly implemented in a vc-BACKEND library.
13745         (vc-checkout-required): Fix bug that caused an error to be
13746         signaled during `vc-after-save'.
13748         * vc.el: Fix typo.
13749         This checkin is made with our new VC code base for the very first time.
13750         A simple `(vc-checkin (buffer-file-name))' was used to perform it.
13752         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
13753         `vc-checkout-required' updated to `vc-cvs-uses-locking'.
13755         * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
13756         updated to `vc-uses-locking'.
13757         (vc-checkout-required): Call to backend function.
13758         `vc-checkout-required' updated to `vc-uses-locking' instead.
13760         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
13761         `vc-checkout-required' updated to `vc-rcs-uses-locking'.
13763         * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
13764         to match the split into various backends.
13765         (vc-backend-checkin): Remove.  Merge with `vc-checkin'.
13766         (vc-retrieve-snapshot): Bug fix.
13768 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
13770         * vc-sccs.el (vc-sccs-release): Doc fix.
13772 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
13774         * vc.el (vc-next-action-on-file): Bug found and fixed.
13775         (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
13776         (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
13778         * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
13779         (vc-rcs-checkout): Name space cleaned up.  No more revision number
13780         crunching function names that are not prefixed with vc-rcs.
13781         (vc-rcs-checkout-model): Function added.  References to
13782         `vc-checkout-model' replaced.
13784 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
13786         * vc.el (vc-next-action-on-file): Rewritten for the new state model.
13787         (vc-backend-merge-news): Renamed to `vc-merge-news'.  (Specific parts
13788         still need to be split, and implemented for RCS).
13790 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
13792         * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
13794         * vc-sccs.el (vc-sccs-admin): Added the query-only option as
13795         required by the vc.el file.
13797         * vc-rcs.el (vc-rcs-admin): Added the query-only option as
13798         required by the vc.el file.
13799         (vc-rcs-exists): Function added.
13801         * vc-cvs.el (vc-cvs-admin): Added the query-only option as
13802         required by the vc.el file.
13804         * vc.el (vc-admin): Updated to handle selection of appropriate
13805         backend.  Current implementation is crufty and need re-thinking.
13807         * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
13809 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
13811         * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
13812         beginning of annotate buffers correctly.
13814         * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
13815         (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
13816         functionality updated quite a lot to support multiple backends.
13817         Variables `vc-annotate-mode', `vc-annotate-buffers',
13818         `vc-annotate-backend' added.
13820         * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
13821         `vc-annotate-difference' added to supported backend functions.
13823 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
13825         * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
13826         Use with-temp-file instead of /bin/sh.  Merged from mainline
13828 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
13830         * vc-sccs-hooks.el (vc-sccs-registered): Updated.
13832         * vc-rcs-hooks.el (vc-rcs-registered): Updated.
13834         * vc-cvs-hooks.el (vc-cvs-registered): Updated.
13836 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
13838         * vc-hooks.el: vc-state-heuristic added to
13839         vc-backend-hook-functions.
13841         * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
13843         * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
13845         * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
13846         `vc-uses-locking' to `vc-checkout-required'.  Rename the `locked'
13847         state to `reserved'.
13849         * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
13850         `vc-checkout-required'.  Rename the `locked' state to `reserved'.
13852 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
13854         * vc-rcs-hooks.el: Implement new state model.  Hardly anything
13855         untouched.
13857         * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
13859         * vc.el (vc-update-change-log): Use small-temporary-file-directory,
13860         if defined.  (Merged from main line, slightly adapted.)
13862         * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
13863         millenium problem (merged from mainline).
13865 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
13867         * vc-cvs.el: Split the annotate feature into a BACKEND-specific
13868         part and moved the non-BACKEND stuff to vc.el.
13870         * vc.el: Split the annotate feature into a BACKEND specific part
13871         and moved it from the vc-cvs.el file to this one.
13873 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
13875         * vc-hooks.el: Implement new state model.
13876         (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
13877         (vc-locking-user): Simplify.  Now only needed if the file is
13878         locked by somebody else.
13879         (vc-lock-from-permissions): Remove.  Functionality is in
13880         vc-sccs-hooks.el and vc-rcs-hooks.el now.
13881         (vc-mode-line-string): New name for former vc-status.  Adapted.
13882         (vc-mode-line): Adapt to use the above.  Remove optional parameter.
13884         * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
13885         Various simplifications and adaptations all over the place.
13887         * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
13888         Simplify and adapt the rest.
13890         * vc.el (vc-resynch-window): Add TODO comment: check for
13891         interaction with view mode according to recent RCS change.
13892         (vc-backend-merge-news): Merge "CMUP" patch from mainline.
13894 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
13896         * vc.el: Convert the remaining function comments to docstrings.
13898 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
13900         * vc.el (vc-backend-release, vc-release-greater-or-equal)
13901         (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
13902         (vc-minor-part, vc-previous-version): Functions that operate and
13903         compare revision numbers got proper documentation.  Comments added
13904         about their possible removal.
13906 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
13908         * vc.el (vc-latest-on-branch-p): Function removed and replaced in
13909         the vc-backend.el files.
13911         * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
13913         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
13914         (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
13915         (vc-rcs-previous-version): Functions added.
13917         * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
13919         * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
13921 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
13923         * vc-hooks.el (vc-master-templates): Is really obsolete.
13924         Comment out the definition for now.  What is the right procedure
13925         to get rid of it?
13926         (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
13927         rewritten.
13928         (vc-default-registered): Remove.
13929         (vc-check-master-templates): New function; does mostly what the
13930         above did before.
13931         (vc-locking-user): Don't rely on the backend to set the property.
13933         * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
13934         Rewrite documentation.
13935         (vc-rcs-templates-grabbed): New variable.
13936         (vc-rcs-grab-templates): New function.
13937         (vc-rcs-registered): Rewrite to use above mechanism.
13939         * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
13940         Rewrite documentation.
13941         (vc-sccs-templates-grabbed): New variable.
13942         (vc-sccs-grab-templates): New function.
13943         (vc-sccs-registered): Rewrite to use above mechanism.
13944         (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
13945         Don't throw the result, simply return it.
13947         * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
13948         (vc-cvs-find-master): Remove.  Code is now in vc-cvs-registered.
13949         (vc-cvs-registered): Does the check itself now.  Simplify.
13951         * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
13952         from main line.
13954 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
13956         * vc-cvs.el (vc-cvs-diff): New function.
13958         * vc-sccs.el (vc-sccs-diff): New function.
13960         * vc-rcs.el (vc-rcs-diff): New function.
13961         (vc-rcs-checkout): Bug (typo) found and fixed.
13962         (vc-rcs-register-switches): New variable.
13964         * vc.el (vc-backend-diff): Function removed and placed in the
13965         backend files.
13967 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
13969         * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
13971         * vc.el (vc-backend-checkout): Function removed and replaced in
13972         the vc-backend.el files.
13974         * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
13976         * vc.el (vc-backend-admin): Removed and replaced in the
13977         vc-backend.el files.
13979         * vc.el (Martin): Removed all the annotate functionality since it
13980         is CVS backend specific.
13982 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
13984         * spec.txt: Added specification of vc-state.
13986         * vc-sccs-hooks.el (vc-sccs-master-properties):
13987         Remove handling of vc-latest-version and
13988         vc-your-latest-version.  What used to be vc-latest-version, is now
13989         returned as vc-workfile-version.
13990         (vc-sccs-workfile-version): Adapt.
13992 2000-09-04  Dave Love  <fx@gnu.org>
13994         * vc.el: [Merged from mainline.]
13995         (vc-dired-mode): Make the dired-move-to-filename-regexp
13996         regexp match the date, to avoid treating date as file size.
13997         Add YYYY S option to WESTERN/
13999 2000-09-04  Dave Love  <fx@gnu.org>
14001         * vc.el: Require `compile' when compiling.
14002         (vc-logentry-check-hook): New option.
14003         (vc-steal-lock): Use compose-mail.
14004         (vc-dired-mode-map): Defvar when compiling.
14005         (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
14006         vc-sccs.el and renamed.  Callers changed.
14007         (vc-backend-checkout, vc-backend-logentry-check)
14008         (vc-backend-merge-news): Doc fix.
14009         (vc-default-logentry-check): New function.
14010         (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
14011         (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
14012         (vc-backend-merge): Doc fix.  Use backend functions.
14013         (vc-check-headers): Use backend functions.
14015         * vc-cvs.el: Require vc when compiling.
14016         (vc-cvs-register-switches): Doc fix.
14017         (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
14018         (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
14019         (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
14020         New functions (code from vc.el).
14021         (vc-annotate-display-default): Fix interactive spec.
14022         (vc-annotate-time-span): Doc fix.
14024         * vc-rcs.el: Require vc when compiling.
14025         (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
14026         (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
14027         (vc-rcs-checkin): New functions (code from vc.el).
14028         (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
14029         Doc fix.
14030         (vc-rcs-release): Deleted.  (Duplicated vc-rcs-system-release).
14032         * vc-sccs.el: Require vc when compiling.
14033         (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
14034         (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
14035         (vc-sccs-revert)
14036         (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
14037         from vc.el).
14038         (vc-sccs-add-triple, vc-sccs-record-rename)
14039         (vc-sccs-lookup-triple): Moved from vc.el and renamed.
14040         (vc-sccs-admin): Doc fix.
14042 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
14044         * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
14045         (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
14046         (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
14047         from vc.el.
14049         * vc-sccs.el (vc-admin-sccs): Added from vc.el
14051         * vc-cvs.el: Moved the annotate functionality from vc.el.
14052         (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
14054 2000-09-04  Dave Love  <fx@gnu.org>
14056         * vc.el (vc-backend-release): Call vc-system-release.
14058         * vc-sccs.el (vc-sccs-system-release):
14059         Renamed from vc-sccs-backend-release.
14061         * vc-rcs.el (vc-rcs-system-release):
14062         Renamed from vc-rcs-backend-release.
14064         * vc-cvs.el (vc-cvs-system-release):
14065         Renamed from vc-cvs-backend-release.
14067 2000-09-04  Dave Love  <fx@gnu.org>
14069         * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
14070         backend files.
14071         (vc-backend-release): Dispatch to backend functions.
14072         (vc-backend-release-p): Don't mention CVS, RCS.  [The SCCS case
14073         probably needs attention.]
14075         * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
14076         (vc-sccs-backend-release): New function.
14078         * vc-cvs.el (vc-cvs-release): Moved from vc.el.
14079         (vc-cvs-backend-release): New function.
14081         * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
14082         Doc fix.
14083         (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
14084         (vc-default-dired-state-info): New function.
14085         (vc-dired-state-info): Dispatch to backends.
14086         (vc-dired-hook): Doc fix.  Simplify, pending removal of CVS specifics.
14088         * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
14089         from vc.el and renamed.
14091 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
14093         * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
14094         (vc-version-other-window, vc-backend-assign-name): Removed
14095         references to vc-latest-version; sometimes changed into
14096         vc-workfile-version.
14098         * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
14099         vc-rcs-master-workfile-version.
14100         (vc-rcs-workfile-version): Use the above.  Don't call
14101         vc-latest-version (that was unreachable code, anyway).
14102         (vc-rcs-fetch-master-properties): Doc fix.
14104         * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
14105         (vc-backend-hook-functions): Removed them from this list, too.
14106         (vc-fetch-properties): Removed.
14107         (vc-workfile-version): Doc fix.
14109         * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
14110         (vc-rcs-workfile-version, vc-rcs-locking-user)
14111         (vc-rcs-uses-locking): Use it.
14113         * vc-hooks.el (vc-consult-rcs-headers):
14114         Moved into vc-rcs-hooks.el, under the name
14115         vc-rcs-consult-headers.
14117         * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
14118         headers.
14119         (vc-cvs-find-master): Use this name only; correct different
14120         versions of the name.
14122         * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
14123         New functions.
14124         (vc-sccs-locking-user): Use the latter.
14126         * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
14127         New functions.
14129         * vc-hooks.el (vc-master-locks, vc-master-locking-user):
14130         Moved into both
14131         vc-rcs-hooks.el and vc-sccs-hooks.el.  These properties and access
14132         functions are implementation details of those two backends.
14134 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
14136         * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
14137         (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
14139         * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
14140         (vc-sccs-parse-locks): SCCS-specific code moved here from
14141         vc-hooks.
14143         * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
14144         code moved here from vc-hooks.
14146         * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
14147         into back-end specific parts and removed.  Callers not updated
14148         yet; because I guess these callers will disappear into back-end
14149         specific files anyway.
14151 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
14153         * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
14154         (vc-backend-checkout): Changed calls to `vc-checkout-model' to
14155         `vc-uses-locking'.
14157         * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
14158         Store yes/no in the property, and return t/nil.  Updated all
14159         callers.
14161         * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
14162         vc-sccs-uses-locking.  Don't set property.
14163         (vc-sccs-locking-user): Don't set property.
14165         * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
14166         vc-cvs-uses-locking.  Don't set property here; leave that to
14167         vc-hooks.
14168         (vc-cvs-locking-user): Reflect above change.  Streamlined.
14170         * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
14171         vc-rcs-uses-locking.
14172         (vc-rcs-locking-user): Reflect above change.
14174 2000-09-04  Dave Love  <fx@gnu.org>
14176         * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
14178         * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
14180         * vc-hooks.el (vc-checkout-model): Punt to backends.
14182         * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
14184         * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
14186         * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
14187         New functions.
14189         * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
14190         New functions.
14192         * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
14193         (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
14195         * vc-hooks.el (vc-default-locking-user): New function.
14196         (vc-locking-user, vc-workfile-version): Punt to backends.
14198 2000-09-04  Dave Love  <fx@gnu.org>
14200         * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
14201         (vc-master-workfile-version): Moved from vc-hooks.
14203         * vc-rcs-hooks.el: Fix duplicate code in last change.
14205         * vc-rcs-hooks.el: Require vc-hooks when compiling.
14206         (vc-rcs-master-templates): Improve :type.
14207         (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
14208         vc-master-workfile-version): Moved from vc-hooks.
14210         * vc-sccs-hooks.el: Require vc-hooks when compiling.
14211         (vc-sccs-master-templates): Improve :type.
14212         (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
14214         * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
14216         * vc-cvs-hooks.el: Require vc-hooks when compiling.
14217         (vc-cvs-master-templates): Improve :type.  Use
14218         vc-cvs-find-cvs-master.
14219         (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
14220         from vc-hooks.
14221         (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
14223         * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
14224         Moved to vc-cvs-hooks.
14226         * vc-hooks.el: Add doc strings in various places.  Simplify the
14227         minor mode setup.
14228         (vc-handled-backends): New user variable.
14229         (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
14230         simplification.
14232 2000-09-04  Dave Love  <fx@gnu.org>
14234         * vc.el: Some doc fixes for autoloaded and interactive functions.
14235         Fix compilation warnings from ediff stuff.
14236         (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
14238         * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
14240         * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
14242         * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
14244 2000-09-04  Dave Love  <fx@gnu.org>
14246         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
14247         New variable.
14248         (vc-make-backend-function, vc-loadup, vc-call-backend)
14249         (vc-backend-defines): New functions.
14251         * vc-hooks.el: Various doc fixes.
14252         (vc-default-back-end, vc-follow-symlinks): Custom fix.
14253         (vc-match-substring): Function removed.  Callers changed to use
14254         match-string.
14255         (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
14256         Simplify.
14258 2000-09-04  Dave Love  <fx@gnu.org>
14260         * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
14261         type.
14262         (vc-sccs-project-dir, vc-search-sccs-project-dir)
14263         (vc-sccs-registered): Doc fix.
14265         * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
14266         (vc-cvs-registered): Doc fix.
14268         * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
14269         (vc-rcs-registered): Doc fix.
14271 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
14273         * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
14275         * vc-hooks.el: vc-registered has been renamed
14276         vc-default-registered.  Some functions have been moved to the
14277         backend specific files.  they all support the
14278         vc-BACKEND-registered functions.
14280 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
14282         * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
14284         * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
14286 2000-09-04  Dave Love  <fx@gnu.org>
14288         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
14289         menu-bar-update-hook.
14291         * help.el (help-manyarg-func-alist): Add
14292         find-operation-coding-system.
14294         * wid-edit.el (widget-sexp-validate): Fix garbled code.
14296         * custom.el (custom-set-variables): Print message about errors in
14297         setting.
14299 2000-09-03  Andrew Innes  <andrewi@gnu.org>
14301         * makefile.w32-in: Change to DOS line endings.
14303 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
14305         * mouse.el (mouse-popup-menubar): Supply the prompt string for
14306         minor-mode keymaps, if they don't have one.
14308 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
14310         * eshell/esh-module.el (eval-when-compile): Don't lose if
14311         esh-module.el's file name is truncated to DOS 8+3 limits.
14313 2000-09-01  John Wiegley  <johnw@gnu.org>
14315         * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
14316         predicate, which caused entries in the completion list to be
14317         doubled.
14319 2000-08-30  John Wiegley  <johnw@gnu.org>
14321         * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
14322         sending to subprocesses.  Also, hook pre-command-hook if
14323         `eshell-send-direct-to-subprocesses' is non-nil.
14324         (eshell-send-direct-to-subprocesses): New config variable.  If t,
14325         subprocess input is send immediately.
14326         (eshell-toggle-direct-send): New function.
14327         (eshell-self-insert-command): New function.
14328         (eshell-intercept-commands): New function.
14329         (eshell-send-input): If direct subprocess sending is enabled,
14330         don't echo any input to the Eshell buffer.  Let the subprocess
14331         handle that.  This requires "stty echo" in bash, for example.
14333 2000-08-28  John Wiegley  <johnw@gnu.org>
14335         * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
14336         completion function for Eshell's implementation of `unset'.
14338 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
14340         * info.el (Info-directory-list): Doc fix.
14342 2000-08-31  Peter Breton  <pbreton@ne.mediaone.net>
14344         * filecache.el (file-cache-add-directory-using-find): Don't quote
14345         wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
14347 2000-08-31  Kenichi Handa  <handa@etl.go.jp>
14349         * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
14350         coding systems.
14352 2000-08-30  Andrew Innes  <andrewi@gnu.org>
14354         * timer.el (run-with-idle-timer): Undo last change, so that timer
14355         is not activated immediately if Emacs is already idle.  Some
14356         existing code relies on this behaviour.
14358 2000-08-30  Miles Bader  <miles@gnu.org>
14360         * frame.el (set-frame-font): Do completion of font-name for
14361         interactive use.
14363 2000-08-30  Kenichi Handa  <handa@etl.go.jp>
14365         * international/quail.el (quail-start-translation): Bind locally
14366         last-command-event, last-command, and this-command.
14367         (quail-start-conversion): Likewise.
14368         (quail-self-insert-command): Fix docstring.
14370 2000-08-29  Gerd Moellmann  <gerd@gnu.org>
14372         * progmodes/executable.el
14373         (executable-make-buffer-file-executable-if-script-p): Check that
14374         buffer contains at least 2 characters.
14376 2000-08-29  Eli Zaretskii  <eliz@is.elta.co.il>
14378         * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
14380 2000-08-29  Dave Love  <fx@gnu.org>
14382         * diff-mode.el (diff-mode) <defgroup>: Add :version.
14383         (diff-mode-shared-map): Bind mouse-2.
14384         (diff-imenu-generic-expression): New variable.
14385         (diff-mode): Use it.
14387         * mouse.el (mouse-major-mode-menu): Use local-key-binding.
14388         (mouse-popup-menubar): Add minor mode menus.
14389         (popup-menu): Check for lookup-key returning number.
14391 2000-08-29  Miles Bader  <miles@gnu.org>
14393         * comint.el (comint-send-input): Create overlays using the proper
14394         front/read-advance arguments.
14396 2000-08-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14398         * ps-print.el: Even/odd pages printing.  Doc fix.
14399         (ps-print-version): New version number (6.0).
14400         (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
14401         (ps-background, ps-begin-file, ps-begin-job): Code fix.
14402         (ps-print-duplex-feature): Variable eliminated.
14403         (ps-even-or-odd-pages): New variable.
14405         * progmodes/ebnf2ps.el: Doc fix.
14406         (ebnf-version): New version (3.3).
14407         (ebnf-user-arrow): Change variable customization to sexp.
14408         (ebnf-user-arrow): Function eliminated.
14409         (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
14411 2000-08-29  Kenichi Handa  <handa@etl.go.jp>
14413         * help.el (help-xref-mule-regexp): New variable.
14414         (help-make-xrefs): Handle help-xref-mule-regexp.
14416         * international/mule-cmds.el (help-xref-mule-regexp-template): New
14417         variable.
14418         (describe-input-method): Temporarily activate the specfied input
14419         method to display the information.
14420         (describe-language-environment): Hyperlinks to mule related items.
14422         * international/mule-diag.el (charset-multibyte-form-string): New
14423         function.
14424         (list-character-sets-1): Use charset-multibyte-form-string.
14425         (describe-character-set): New function.
14426         (describe-coding-system): Hyperlinks to safe character sets.
14428         * international/quail.el (quail-help): New arg PACKAGE.
14429         Hyperlinks to mule related items.
14430         (quail-help-insert-keymap-description): Use
14431         substitute-command-keys instead of describe-bindings.
14432         (quail-translation-help): Hyperlinks to mule related items.
14434 2000-08-28  John Wiegley  <johnw@gnu.org>
14436         * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
14437         have a defsubst call itself.  Made `eshell-flatten-list' back into
14438         a function again.
14440         * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
14441         catch, in case re-centering point at bottom messes up the display.
14442         This happens frequently in Emacs 21, due I believe to variable
14443         line heights.
14445         * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
14446         to call `find-tag-interactive'.
14448         * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
14449         the list of remember directories.
14451 2000-08-28  John Wiegley  <johnw@gnu.org>
14453         * align.el: Test align-region-separate to see if it's a symbol.
14455 2000-08-28  John Wiegley  <johnw@gnu.org>
14457         * eshell/esh-util.el (eshell-flatten-list): Made this function
14458         into a defsubst form.  It gets used very frequently, although
14459         calls don't occur all that often.
14461         * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
14462         examining it.
14464         * eshell/esh-cmd.el (eshell-rewrite-while-command):
14465         (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
14466         `eshell-protect'.
14467         (eshell-copy-handles): Created a new macro for duplicating the
14468         current set of open handles.  This is needed by the looping
14469         functions.
14470         (eshell-do-eval): Fixed while and if, so that the eshell-test-body
14471         is not incorrectly stomped on.
14473         * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
14474         declaration for pcomplete-use-paring.
14475         (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
14476         value of eshell-cmpl-use-paring.
14477         * pcomplete.el (pcomplete-use-paring): New config variable, to
14478         indicate whether paring should be used.
14479         (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
14480         completion alternatives that have already been used.
14482         * eshell/esh-mode.el (eshell-repeat-argument): Added function,
14483         bound to C-c C-y, which will repeat the previous N arguments
14484         (based on prefix argument).
14485         (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
14487         * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
14488         if there is no *Help* buffer.  This is for XEmacs, which renames
14489         its help buffers uniquely.  TODO: Find out what the current buffer
14490         name to delete is.
14492         * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
14493         first entry that correlates to a passwd/group number.  Later
14494         entries (used for group/user name aliasing to multiple IDs) are
14495         ignored.
14497         * eshell/em-xtra.el (eshell/expr):
14498         * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
14499         (eshell-grep, eshell/diff, eshell/locate):
14500         * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
14501         argument list, before passing it to the system command.
14503         * eshell/esh-mode.el (eshell-find-tag): Added a special version of
14504         `find-tag' for use at final position in Eshell buffers (which
14505         otherwise triggers an error on Emacs 21).
14506         (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
14507         buffer, if it is currently bound to `find-tag'.
14509         * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
14510         in the list of matched Makefile names.
14511         (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
14512         directory, prefer its contents to Makefile.
14514         * eshell/em-dirs.el (eshell/cd): cd commands that look up
14515         directory parts (like "cd old new", or "cd =regexp"), are now case
14516         sensitive on non-Windows/DOS platforms.
14518         * eshell/esh-mode.el (eshell-parse-command-input): When a user
14519         types RET after an open delimiter (like "), display a message
14520         indicating that Eshell is waiting for the closing delimiter.
14522         * eshell/esh-var.el (eshell/unset): Added a command for unsetting
14523         environment variables.
14525         * eshell/em-unix.el (eshell/diff): Added logic to fail more
14526         gracefully if the user enters incorrect arguments.
14528         * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
14529         Eshell buffers.
14531         * eshell/esh-var.el (eshell-interpolate-variable):
14532         * eshell/esh-mode.el (eshell-move-argument):
14533         * eshell/em-unix.el (eshell-du-sum-directory):
14534         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
14535         * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
14536         (not (= ...)).
14538         * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
14539         to ensure the `preserve' flag gets propagated when doing recursive
14540         directory copies.
14542 2000-08-28  Stefan Monnier  <monnier@cs.yale.edu>
14544         * eshell/em-hist.el (eshell-put-history, eshell-get-history):
14545         Don't convert \n into \0177 in memory.
14546         (eshell-read-history, eshell-write-history): Convert \n to \0177,
14547         and back again, when reading and writing.
14549 2000-08-28  Eli Zaretskii  <eliz@is.elta.co.il>
14551         * eshell/esh-util.el (eshell-processp): Added to relieve constant
14552         testing of `fboundp' on `processp'.
14554         * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
14555         (eshell/jobs): Don't call process-list if it is not bound.
14556         (eshell-gather-process-output): Support systems where async
14557         subprocesses aren't supported.
14558         (eshell-scratch-buffer, eshell-last-sync-output-start): New
14559         variables.
14561         * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
14562         eshell-do-eval returns t.
14563         (eshell-do-pipelines-synchronously): New defmacro.
14564         (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
14565         when async subprocesses aren't supported.
14566         (eshell-do-eval): Use eshell-processp.  Don't throw eshell-defer
14567         if async subprocesses aren't supported.
14568         (eshell-resume-command): Don't assume STATUS is a string.
14570         * eshell/em-unix.el (eshell/rm): Use eshell-processp.
14572         * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
14573         (eshell-close-target, eshell-get-target): Use eshell-processp.
14574         (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
14575         fix.
14576         (eshell-get-target, eshell-create-handles): Doc fix.
14578 2000-08-28  Miles Bader  <miles@lsi.nec.co.jp>
14580         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
14581         criterion to include commands that output something, as long as it
14582         leaves both the command and the end-of-buffer visible when the
14583         command has exited.
14584         (eshell-review-quick-commands): Adjust the help doc string
14585         accordingly.
14587 2000-08-28  Peter Breton  <pbreton@ne.mediaone.net>
14589         * locate.el (locate): Cleaned up locate command's interactive prompting
14590         Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
14592         * filecache.el (file-cache-case-fold-search): New variable
14593         (file-cache-assoc-function): New variable
14594         (file-cache-minibuffer-complete): Use file-cache-assoc-function.
14595         Use file-cache-case-fold-search variable
14596         (file-cache-add-file): Use file-cache-assoc-function
14597         (file-cache-delete-file): likewise
14598         (file-cache-directory-name): likewise
14599         (file-cache-debug-read-from-minibuffer): likewise
14601 2000-08-28  Gerd Moellmann  <gerd@gnu.org>
14603         * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
14604         (abbrev-table-name): New function.
14605         (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
14606         If non-nil list local abbrev, only.
14608 2000-08-28  Stanislav Shalunov  <shalunov@internet2.edu>
14610         * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
14611         from Gnus support code, and use special article copy buffer
14612         `(gnus-original-article-buffer)' instead.  This allows to get rid
14613         of article-hide-headers usage (which breaks in the latest Gnus
14614         version).  Thanks to Detlev Zundel.
14616 2000-08-28  Kenichi Handa  <handa@etl.go.jp>
14618         * international/quail.el (quail-use-package): Hide "... loaded"
14619         message.
14620         (quail-start-translation, quail-start-conversion): Likewise.
14622         * international/kkc.el (kkc-region): Hide "... loaded" message.
14624 2000-08-27  Dave Love  <fx@gnu.org>
14626         * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
14628 2000-08-27  Miles Bader  <miles@gnu.org>
14630         * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
14632 2000-08-27  Kenichi Handa  <handa@etl.go.jp>
14634         * international/ja-dic-cnv.el (skkdic-convert): Insert (require
14635         'ja-dic-cnv), not (require 'skkdic-cnv).
14637 2000-08-26  Miles Bader  <miles@gnu.org>
14639         * faces.el (face-x-resources): Add entry for :inherit.
14640         * cus-face.el (custom-face-attributes): Add support for :inherit
14641         attribute.  Add support for relative face heights.
14642         (custom-face-attributes-get): Treat `nil' as being a default value
14643         for :inherit (as well as `unspecified').
14645         * faces.el (set-face-attribute): Update doc string.
14646         (face-attribute-name-alist): Add :inherit.
14647         (face-valid-attribute-values): Handle :inherit.
14648         (face-read-string): Rephrase prompt to be less confusing.
14649         Assume that DEFAULT is a string, since we must return a string.
14650         (face-read-integer): Use `format' to turn DEFAULT into an
14651         acceptable default for face-read-string.  Match NEW-VALUE against
14652         the string "unspecified", not the symbol `unspecified', since
14653         that's what face-read-string returns.
14654         (read-face-attribute): Lookup a name for old-value in valid, and
14655         use it as a default if we find one.  Treat all values from
14656         face-read-string as strings.  If the default is used, don't do any
14657         more processing on the value, just use the old value directly.
14658         (read-face-and-attribute, modify-face): Tweak prompt.
14659         (read-face-name): Don't assume prompt ends with a space.
14661         * faces.el (describe-face): Add support for :inherit attribute.
14663 2000-08-25  Kenichi Handa  <handa@etl.go.jp>
14665         * terminal.el (terminal-emulator): Fix args to `concat'.  Now
14666         concat doesn't accept interger.
14668         * international/kkc.el: Remove SKK from Keywords.  Require
14669         ja-dic-utl instead of skkdic-utl.
14671         * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
14672         Provide ja-dic-cnv instead of skkdic-cnv.
14673         (ja-dic-filename): Renamed from skkdic-filename.  Referers changed
14674         (iso-2022-7bit-short): Add safe-charsets property.
14675         (skkdic-convert-postfix): Search Japanese chou-on character in
14676         addition to Hiragana character.
14677         (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
14678         (skkdic-convert): Change file names from skkdic.el to ja-dic.el
14679         (batch-skkdic-convert): Likewise.
14681         * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
14682         Provide ja-dic-utl instead of skkdic-utl.
14683         (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
14685 2000-08-24  Dave Love  <fx@gnu.org>
14687         * disp-table.el (standard-display-default): Make the test of `l'
14688         useful.
14690         * language/european.el ("Latin-8", "Latin-9"): Add input methods,
14691         mod sample text.
14693         * international/iso-ascii.el: Make pilcrow convenient string
14694         consistent with section.
14695         (iso-ascii-display): Set up multibyte characters as well as
14696         unibyte.
14698 2000-08-24  Kenichi Handa  <handa@etl.go.jp>
14700         * international/mule-cmds.el (reset-language-environment): Set
14701         default-process-coding-system to '(undecided . iso-latin-1), which
14702         makes process I/O almost consistent with file I/O.   Call this
14703         function when mule-cmds.el[c] is loaded.
14705 2000-08-22  Andrew Innes  <andrewi@gnu.org>
14707         * makefile.w32-in: New file.
14709 2000-08-22  Miles Bader  <miles@lsi.nec.co.jp>
14711         * comint.el (comint-output-filter): Compare end of
14712         comint-last-output-overlay with the start of the newly inserted
14713         text, not the end, when deciding whether to extend it.
14714         Set saved-point's insertion type to advance after insertion.
14716         * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
14717         since this is now done independently of font-lock mode.
14719 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
14721         * server.el (server-kill-new-buffers): New user option.
14722         (server-existing-buffer): New buffer-local variable.
14723         (server-visit-files): When using an existing buffer, set
14724         server-existing-buffer to t.
14725         (server-buffer-done): If server-kill-new-buffers is t, kill the
14726         buffer, unless it was already present before visiting it with
14727         Emacs server.
14729 2000-08-21  Eli Zaretskii  <eliz@is.elta.co.il>
14731         * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
14732         even if the display doesn't support colors: some displays will
14733         support bold/underline faces.
14735 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
14737         * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
14739         * startup.el (command-line): If user's init file had an error,
14740         add explanatory text to *Messages*.
14742 2000-08-21  Kenichi Handa  <handa@etl.go.jp>
14744         * man.el (Man-getpage-in-background): Decode the process output by
14745         the system locale coding system.
14747 2000-08-20  Dave Love  <fx@gnu.org>
14749         * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
14750         Don't test x-popup-menu.
14751         (function) <complete-function>: Complete only fbound symbols.
14752         <validate, value>: New.
14753         (variable) <complete-function>: Complete only bound symbols.
14754         (coding-system): Add :base-only, :complete-function, :validate,
14755         :value, :prompt-match.
14756         (widget-coding-system-prompt-value): Use read-coding-system and
14757         act on :base-only.
14758         (editable-field): Add :help-echo.
14759         (widget-push-button-gui, widget-push-button-cache)
14760         (widget-gui-action, widget-editable-list-gui): COmment out, along
14761         with uses.
14762         (widget-at): Make arg optional.
14763         (widget-echo-help): Adjust for current help-echo calling sequence.
14764         (widget-specify-field, widget-specify-button)
14765         (widget-specify-insert, widget-get-sibling, widget-image-find)
14766         (widget-convert, widget-insert, widget-leave-text)
14767         (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
14768         (widget-setup, widget-field-find, widget-before-change)
14769         (widget-after-change, widget-default-complete)
14770         (widget-default-create, widget-default-delete)
14771         (widget-push-button-value-create, editable-field)
14772         (widget-field-prompt-value, widget-field-validate)
14773         (widget-choice-value-create, widget-choice-action)
14774         (widget-choice-validate, widget-checklist-add-item)
14775         (widget-radio-add-item, widget-radio-chosen)
14776         (widget-radio-value-inline, widget-editable-list-value-create)
14777         (widget-editable-list-entry-create)
14778         (widget-documentation-link-add)
14779         (widget-documentation-string-value-create)
14780         (widget-regexp-validate, widget-file-complete)
14781         (widget-sexp-validate, widget-plist-convert-widget)
14782         (widget-plist-convert-widget, widget-alist-convert-widget)
14783         (widget-alist-convert-widget, widget-color-complete): Simplify,
14784         particularly to avoid bindings which aren't optimized out.
14786         * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
14787         Doc fix.
14788         (down-list, backward-up-list, up-list, kill-sexp)
14789         (backward-kill-sexp, mark-sexp): Make arg optional.
14790         (lisp-complete-symbol): Add optional arg PREDICATE.
14792         * cus-start.el: Add display-buffer-reuse-frames,
14793         file-coding-system-alist.
14795 2000-08-20  Gerd Moellmann  <gerd@gnu.org>
14797         * startup.el (command-line): Clear realized faces after
14798         modifying TTY color mappings.
14800 2000-08-20  Miles Bader  <miles@gnu.org>
14802         * faces.el (face-attr-match-p): Don't return true if ATTRS are
14803         merely a subset of FACE's attributes.
14805 2000-08-19  Miles Bader  <miles@gnu.org>
14807         * comint.el (comint-output-filter): Save the point with a marker,
14808         not just a buffer position.
14810         * international/mule.el (set-buffer-process-coding-system): Make
14811         interactive prompt less confusing.
14813 2000-08-19  Gerd Moellmann  <gerd@gnu.org>
14815         * hilit-chg.el: General cleanup of doc strings, comments and
14816         code formatting.
14818 2000-08-19  Miles Bader  <miles@gnu.org>
14820         * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
14821         Compiler macro removed; beginning-of-line is no longer always
14822         equivalent to forward-line, in the presence of fields.
14824         * comint.el (comint-output-filter): Remove ad-hoc saving of
14825         restriction, and just use save-restriction, now that it works
14826         correctly.  Don't adjust comint-last-input-start to account for
14827         our insertion; it shouldn't have moved because we don't use
14828         insert-before-markers anymore.  Comment out call to
14829         `force-mode-line-update'; why is it here?
14831         * gud.el (gud-basic-call): Temporarily widen gud comint buffer
14832         while checking for prompt to delete.  Use `forward-line 0'
14833         instead of beginning-of-line.
14834         (gud-filter): Temporarily widen gud comint buffer while
14835         examining output.
14837 2000-08-18  Stefan Monnier  <monnier@cs.yale.edu>
14839         * progmodes/sh-script.el: Big bag of typos.
14841         * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
14842         check since ispell-process is not bound when ispell is not yet loaded.
14844 2000-08-18  Dave Love  <fx@gnu.org>
14846         * image.el (find-image): Copy `spec' before using plist-put.
14848 2000-08-18  Gerd Moellmann  <gerd@gnu.org>
14850         * textmodes/ispell.el (ispell-dictionary-alist-6): Add
14851         `portugues'.
14853         * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
14854         backward-kill-sexp, analogous to kill-sexp.
14856         * progmodes/icon.el (icon-indent-line)
14857         (icon-is-continuation-line): Handle comments specially.
14859 2000-08-17  Ken Stevens <k.stevens@ieee.org>
14861         * ispell.el: Set to standard author/maintainer/keyword fields.
14862         Fine tuning to menu map appearance and operation, and added help.
14863         Remove `start' and `end' error messages when compiling.
14864         (ispell-choices-win-default-height): Fixed comment string.
14865         (ispell-dictionary-alist-1): Fixed regexp in castellano and
14866         castellano8 dictionaries.
14867         (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
14868         (ispell-dictionary-alist-4): Fixed regexp in francais-tex
14869         dictionary, added italiano dictionary.
14870         (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
14871         word character
14872         (ispell-tex-skip-alists): Added psfig support.
14873         (ispell-skip-html): Renamed from ispell-skip-sgml.
14874         (ispell-begin-skip-region-regexp, ispell-skip-region)
14875         (ispell-minor-check): Improved html skipping support to skip across
14876         code, and recognize `&' commands without propper `;' syntax;
14877         (ispell-process-line): Fix alignment error when manually
14878         correcting spelling.
14879         (ispell): Fix comment string.
14880         (ispell-add-per-file-word-list): Always put word list on new line.
14882 2000-08-17  Gerd Moellmann  <gerd@gnu.org>
14884         * format.el (format-encode-run-method): Fix error message to say
14885         `encode' instead of `decode'.  Use save-window-excursion around
14886         shell-command-on-region as in format-decode-run-method because
14887         shell-command-on-region can display a buffer with error output.
14888         (format-decode): Don't record undo information for the decoding.
14889         (format-annotate-function): Add parameter FORMAT-COUNT.  Make
14890         that number part of the temporary buffer name so that more than
14891         one decoding using a temporary buffer can happen safely.
14893         * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
14894         of `A-z' in the regexp.
14896         * hilit-chg.el: Fix typos in commentary.
14898         * help.el (view-emacs-news): Rewritten for new naming scheme
14899         for old NEWS files.
14901         * startup.el (command-line): Pop to *Messages* in case an error
14902         is signaled while loading user-init-file.
14904 2000-08-17  Andreas Schwab  <schwab@suse.de>
14906         * files.el (insert-directory): Don't lose original file name,
14907         undoing an undocumented change.
14909 2000-08-17  Alex Schroeder  <alex@gnu.org>
14911         * sql.el (sql-magic-go): Use comint-bol.
14912         (sql-copy-column): Use comint-line-beginning-position.
14913         (comint-line-beginning-position): Define a replacement for
14914         comint-line-beginning-position if it is not fboundp.
14916 2000-08-17  Alex Schroeder  <alex@gnu.org>
14918         * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
14919         it didn't have any effect anyway.
14921 2000-08-17  Alex Schroeder  <alex@gnu.org>
14923         * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
14924         --pset and pager=off instead of sending \\o|cat at the beginning
14925         of the session.
14927 2000-08-17  Miles Bader  <miles@gnu.org>
14929         * progmodes/octave-inf.el: Add compatibility definition of
14930         comint-line-beginning-position.
14932 2000-08-17  Kenichi Handa  <handa@etl.go.jp>
14934         * startup.el (normal-top-level): Look in each dir in load-path for
14935         a leim-list.el file too.  This assures of loading leim-list.el
14936         that is created at Emacs installation time even if a user have his
14937         own leim-list.el.
14939 2000-08-17  Miles Bader  <miles@gnu.org>
14941         * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
14942         foreground color to black if the background is dark.
14944 2000-08-16  Stefan Monnier  <monnier@cs.yale.edu>
14946         * loadhist.el (unload-feature): Typo.
14948         * finder.el (finder-compile-keywords):
14949         * cus-dep.el (custom-make-dependencies): Add local-variable settings
14950         to the generated file.
14952         * mail/mh-e.el (mh-make-local-vars):
14953         Replace make-variable-buffer-local with make-local-variable.
14955         * play/landmark.el:
14956         * options.el (Edit-options-{set,toggle,t,nil}):
14957         * mail/mailabbrev.el (mail-abbrevs-mode):
14958         * textmodes/tex-mode.el (tex-expand-files):
14959         * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
14961         * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
14963         * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
14964         (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
14965         Allow going past the last element.
14966         * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
14967         (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
14968         (cvs-mouse-toggle-mark): Don't move point.
14969         (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
14971         * progmodes/compile.el (grep): Provide a default set of files.
14972         (next-error): Docstring fix.
14973         (compilation-find-file): Avoid find-file (fails in a dedicated window).
14975         * emacs-lisp/easy-mmode.el (define-minor-mode):
14976         Use `symbol-value' to keep the byte-compiler quiet.
14978         * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
14979         (diff-find-source-location): New fun, extracted from diff-goto-source.
14980         (diff-goto-source): Use it.
14981         (diff-next-complex-hunk, diff-filter-lines): New function.
14982         (diff-apply-hunk): New command.
14984         * smerge-mode.el (smerge-mode-menu): Doc fix.
14986         * msb.el (msb-mode): Define it in terms of define-minor-mode.
14988 2000-08-16  Dave Love  <fx@gnu.org>
14990         * windmove.el (windmove) <defgroup>: Add :version.
14992         * net/goto-addr.el: Don't require browse-url.  Require thingatpt.
14993         (goto-address-fontify-p, goto-address-highlight-p)
14994         (goto-address-url-face, goto-address-url-mouse-face)
14995         (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
14996         (goto-address-url-regexp): Use thing-at-point-url-regexp.
14997         (goto-address-fontify, goto-address-at-mouse): Simplify,
14998         (goto-address-at-point): browse-url-url-at-point,
14999         goto-address-find-address-at-point can return nil.
15000         (goto-address-find-address-at-point): Return nil on failure.
15002         * align.el (align) <defgroup>: Add :version.
15004         * calculator.el (calculator): Add :version.
15005         (calculator): Use two lines for calculator window if `modeline'
15006         face is boxed.
15008         * play/5x5.el: Doc fixes.
15009         (5x5) <defgroup>: Add :version.
15011         * play/fortune.el (fortune) <defgroup>: Add :version.
15012         (fortune-append): Fix error message.
15013         (fortune-from-region): Doc fix.
15015         * play/pong.el (pong): Doc fix.
15017         * play/morse.el: Keywords, commentary, autoloads.
15019 2000-08-16  Eli Zaretskii  <eliz@is.elta.co.il>
15021         * desktop.el (desktop-save): Don't look at symbol-value of a
15022         member of minor-mode-alist, unless it is boundp.
15024 2000-08-16  Sam Steingold  <sds@gnu.org>
15026         * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
15027         `while'; use `with-current-buffer' instead of `save-excursion'.
15028         Removed unnecessary kludges now that "*Buffer List*" is excluded.
15030 2000-08-16  Kenichi Handa  <handa@etl.go.jp>
15032         * international/ccl.el (declare-ccl-program): Docstring modified.
15033         (ccl-execute-with-args): Likewise.
15035 2000-08-16  Miles Bader  <miles@gnu.org>
15037         * progmodes/sql.el: Add compatibility definition of
15038         comint-line-beginning-position.
15040 2000-08-15  Gerd Moellmann  <gerd@gnu.org>
15042         * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
15043         'buffer-menu' property.
15044         (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
15045         fails.
15046         (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
15047         buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
15048         wasn't killed.
15050         * buff-menu.el (list-buffers-noselect): Don't display the
15051         *Buffer List* buffer.
15053         * font-lock.el: Require jit-lock to prevent a very late
15054         `Loading jit-lock' message.
15056         * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
15057         * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
15058         mail address.
15060 2000-08-15  Miles Bader  <miles@gnu.org>
15062         * textmodes/ispell.el (ispell-graphic-p): New constant.
15063         (ispell-choices-win-default-height, ispell-help): Use
15064         `ispell-graphic-p' instead of `xemacsp'.
15066 2000-08-15  Dave Love  <fx@gnu.org>
15068         * simple.el: Autoload widget-convert when compiling.
15069         (mail-user-agent): Doc fix.
15071         * help.el (function-called-at-point, variable-at-point): Use
15072         with-syntax-table.
15073         (help-manyarg-func-alist): Add insert-and-inherit.
15075         * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
15077         * delsel.el (delsel-unload-hook): New function.
15079         * find-file.el: Doc fixes.  Move provide to end.
15080         (ff) <defgroup>: Add :link.
15081         (ff-goto-click): Deleted.
15082         (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
15083         Use mouse-set-point.
15085         * textmodes/tildify.el: Doc fixes.
15086         (tildify) <defgroup>: Add:version.
15088         * progmodes/glasses.el (glasses) <defgroup>: Add :version.
15089         (glasses-custom-set): Use set-default, not set.
15090         (minor-mode-alist): Propertize the lighter.
15091         (glasses-mode): Provide optional arg.
15093         * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
15094         (global-cwarn-mode): Don't make it a user option.  Unquote lambda.
15095         (cwarn-font-lock-feature-keywords-alist): Don't make it a user
15096         option.  Provide :type.
15097         (cwarn-configuration): Provide :type.
15098         (cwarn-mode): Doc fix.
15100         * add-log.el (change-log-merge): Doc fix.
15101         (change-log-redate): New command.
15103         * net/browse-url.el (browse-url-filename-alist): Add a clause for
15104         Doze and Dog.
15105         (browse-url): Use dolist, not mapcar.
15106         (browse-url-at-point): Check for null url.
15107         (browse-url-event-buffer, browse-url-event-point): Functions
15108         deleted.
15109         (browse-url-at-mouse, browse-url-netscape): Simplify.
15111         * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
15112         modes.
15113         (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
15114         Fix previous change to mapcan.
15115         (msb--init-file-alist, msb--add-separators)
15116         (msb--make-keymap-menu): Simplify.
15117         (msb--choose-file-menu): Use copy-sequence.
15118         (msb-mode-map): Add title to keymap.
15119         (msb-unload-hook): New function.
15121         * bs.el: Fix indentation.
15122         (bs) <defgroup>: Add :links.
15123         (bs-show): Doc fix.
15124         (bs-apply-sort-faces): Don't use window-system.
15125         (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
15127 2000-08-15  Eli Zaretskii  <eliz@is.elta.co.il>
15129         * calendar/timeclock.el (timeclock-file): Run .timelog through
15130         convert-standard-filename.
15132 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
15134         * emacs-lisp/authors.el: New file.
15136         * paren.el (show-paren-priority): New user option.
15137         (show-paren-function): Set overlay priorities to
15138         show-paren-priority.
15140 2000-08-14  Miles Bader  <miles@gnu.org>
15142         * comint.el (comint-bol): Use `forward-line 0' instead of calling
15143         beginning-of-line with inhibit-field-text-motion bound.
15145 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
15147         * calendar/timeclock.el: New file.
15149 2000-08-14  David Ponce  <david@dponce.com>
15151         * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
15152         `widget-button-click'. so that one can use left mouse button to
15153         click on dialog buttons.
15155 2000-08-14  Emmanuel Briot  <briot@gnat.com>
15157         * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
15158         identifiers, since XML is case sensitive
15160 2000-08-12  Miles Bader  <miles@gnu.org>
15162         * comint.el (comint-output-filter): Don't bother frobbing
15163         window-start, it doesn't seem to be necessary.
15165         * comint.el (comint-send-string, comint-send-region): Make into
15166         real functions.  Snapshot the prompt before sending.
15168 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
15170         * info.el (Info-find-emacs-command-nodes): Rewrite to use
15171         technique similar to Info-index, instead of relying on specific
15172         names of relevant Index nodes.
15173         (Info-goto-emacs-command-node): Bind Info-history to nil when
15174         going to the first node found by Info-find-emacs-command-nodes.
15176 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
15178         * menu-bar.el (menu-bar-help-menu): Add a :help string.
15180 2000-08-10  Miles Bader  <miles@gnu.org>
15182         * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
15184 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
15186         * info.el (Info-file-list-for-emacs): More elements for the
15187         autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
15188         and woman manuals.
15190 2000-08-10  Miles Bader  <miles@lsi.nec.co.jp>
15192         * comint.el (comint-send-input): Make the newline boundary overlay
15193         rear-nonsticky.  Use `insert' instead of `insert-before-markers'.
15194         (comint-output-filter): Use `insert' instead of
15195         `insert-before-markers'.  Extend comint-last-output-overlay when
15196         necessary since we can't rely on insert-before-markers to do it.
15197         * gud.el (gud-filter): Use `with-current-buffer' instead of
15198         save-excursion when inserting the output, so that point gets
15199         updated correctly; the old method relied on a rather dodgy
15200         side-effect of comint-output-filter to avoid the effect of
15201         save-excursion.
15203 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
15205         * files.el (recover-file): Call insert-directory instead of
15206         invoking `ls' directly.
15208 2000-08-10  Miles Bader  <miles@gnu.org>
15210         * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
15211         (comint-last-prompt-overlay): New variables.
15212         (comint-output-filter): Implement prompt highlighting.
15213         (comint-snapshot-last-prompt): New function.
15214         (comint-send-input): Snapshot the last prompt.
15215         Use comint-highlight-input-face.
15216         (comint-highlight-input-face): Renamed from `comint-highlight-face'.
15217         Use defface instead of defcustom.
15218         (send-invisible, comint-send-eof): Snapshot the last prompt.
15219         (comint-delchar-or-maybe-eof): Use comint-send-eof.
15220         (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
15222 2000-08-09  Stefan Monnier  <monnier@cs.yale.edu>
15224         * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
15225         (regexp-opt-group): Use a list of chars for `letters'.
15226         (regexp-opt-charset): `chars' is now a list of chars.
15227         Use a char-table rather than a vector so it works for multibyte chars.
15229         * pcvs.el (cvs-menu): Don't move point.  Use popup-menu.
15230         Set cvs-minor-current-files to the selected fileinfo.
15231         (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
15232         (cvs-mode-insert): Manually macroexpand `ignore-errors'.
15234 2000-08-09  Eli Zaretskii  <eliz@is.elta.co.il>
15236         * files.el (insert-directory): Don't call access-file on
15237         directories on DOS and Windows.
15239 2000-08-09  Kenichi Handa  <handa@etl.go.jp>
15241         * international/ccl.el (ccl-embed-data): Make ccl-program-vector
15242         longer if necessary.
15243         (ccl-embed-code): Call ccl-embed-data to store CODE in
15244         ccl-program-vector.
15246 2000-08-09  Miles Bader  <miles@gnu.org>
15248         * comint.el (comint-output-filter): Properly handle the case where
15249         the text surrounded by comint-last-output-overlay was deleted.
15251 2000-08-08  Gerd Moellmann  <gerd@gnu.org>
15253         * info.el (Info-insert-dir): Use Info-additional-directory-list if
15254         non-nil.
15255         (Info-file-list-for-emacs): Remove "info" from the list because
15256         that leads to trying to use the documentation from file `info'
15257         in various situations where it isn't appropriate, for instance
15258         C-h C-k C-h i.
15260         * ffap.el (ffap-read-file-or-url-internal): Handle case that
15261         DIR and/or STRING are nil.
15263         * progmodes/compile.el (compilation-setup): Make variable
15264         compilation-error-screen-columns buffer-local, as some comment
15265         in the code suggests it should be.
15267         * files.el (auto-mode-interpreter-regexp): New variable.
15268         (set-auto-mode): Use it.
15270         * indent.el (indent-for-tab-command): Doc fix.
15272         * mouse-sel.el (mouse-sel-mode): Doc fix.
15274         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
15275         labels.
15277         * help.el (print-help-return-message): When
15278         display-buffer-reuse-frames is set, let the help window been quit,
15279         instead of deleting it, which might delete a reused frame.
15281 2000-08-08  Eli Zaretskii  <eliz@is.elta.co.il>
15283         * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
15284         rename a directory to a name that differs only by its letter case.
15286 2000-08-08  Kenichi Handa  <handa@etl.go.jp>
15288         * international/quail.el (quail-define-rules): Handle Quail decode
15289         map correctly.  Add code for supporting annotations.
15290         (quail-install-decode-map): New function.
15291         (quail-defrule-internal): New optional arguments decode-map and
15292         props.
15293         (quail-advice): New function.
15295 2000-08-07  Sam Steingold  <sds@gnu.org>
15297         * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
15298         `defconst', `define-condition', `with-slots'.
15299         * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
15301 2000-08-03  Miles Bader  <miles@gnu.org>
15303         * comint.el (comint-use-prompt-regexp-instead-of-fields):
15304         New variable.
15305         (comint-prompt-regexp, comint-get-old-input): Document dependence on
15306         comint-use-prompt-regexp-instead-of-fields.
15307         (comint-send-input): Add `input' field property to stuff we send to
15308         the process, if comint-use-prompt-regexp-instead-of-fields is nil.
15309         (comint-output-filter): Add `output' field property to process
15310         output, if comint-use-prompt-regexp-instead-of-fields is nil.
15311         (comint-replace-by-expanded-history)
15312         (comint-get-old-input-default, comint-show-output)
15313         (comint-backward-matching-input, comint-forward-matching-input)
15314         (comint-next-prompt, comint-previous-prompt):  Use field
15315         properties if comint-use-prompt-regexp-instead-of-fields is nil.
15316         (comint-line-beginning-position): New function.
15317         (comint-bol): Use comint-line-beginning-position.  Make ARG optional.
15318         (comint-replace-by-expanded-history-before-point): Use
15319         comint-line-beginning-position and line-end-position.
15320         (comint-last-output-overlay): New variable.
15321         (comint-mode): Make `comint-last-output-overlay' buffer-local.
15323         * shell.el (shell-prompt-pattern): Doc change.
15324         (shell-backward-command): Use line-beginning-position.
15326         * gud.el (gud-gdb-complete-command): Use
15327         comint-line-beginning-position.
15329         * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
15330         comint-bol doesn't actually go to the beginning of the line.
15332         * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
15333         if comint-use-prompt-regexp-instead-of-fields is non-nil.
15334         (try-expand-line-all-buffers): Likewise.
15336         * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
15337         explicitly matching comint-prompt-regexp.
15338         (sql-copy-column): Use comint-line-beginning-position instead of
15339         explicitly matching comint-prompt-regexp.
15341         * progmodes/octave-inf.el (inferior-octave-complete): Use
15342         comint-line-beginning-position.
15344         * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
15346         * progmodes/idlw-shell.el (idlwave-shell-send-command): When
15347         looking for a prompt, use `forward-line 0' instead of
15348         `beginning-of-line', to avoid getting caught by an input field.
15350 2000-08-07  Gerd Moellmann  <gerd@gnu.org>
15352         * files.el (shell-quote-wildcard-pattern): Make sure to return
15353         PATTERN, in the Unix case.
15355 2000-08-07  Eli Zaretskii  <eliz@is.elta.co.il>
15357         * play/zone.el (zone): Discard any pending input before running
15358         the randomly-chosen pgm.
15360 2000-08-07  Kenichi Handa  <handa@etl.go.jp>
15362         * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
15363         checking the existence of any multibyte characters.
15365 2000-08-06  Gerd Moellmann  <gerd@gnu.org>
15367         * help.el (describe-mode): Test minor-mode symbol for being
15368         bound before testing its value for being nil.
15370         * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
15371         `first', `second', and `third'.
15373         * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
15374         (second): Make it an alias for `cadr'.
15376 2000-08-06  Eli Zaretskii  <eliz@is.elta.co.il>
15378         * bs.el (bs-apply-sort-faces): Don't use window-system, since all
15379         types of display support faces now.
15381 2000-08-05  Gerd Moellmann  <gerd@gnu.org>
15383         * pcvs.el (require): Require `cl' during compilation, only.
15385         * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
15386         (toplevel): Remove `remq' and `remove' from autoloads.
15387         (cl-fake-autoloads): New variable.  If set, arrange for an error
15388         when CL functions etc. are autoloaded.
15390 2000-08-04  Eli Zaretskii  <eliz@is.elta.co.il>
15392         * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
15394         * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
15395         popped up, but the user clicks outside the menu, return an empty
15396         regexp (that causes unhighlight-regexp to have no effect).
15398         * menu-bar.el (menu-bar-games-menu): Add Zone.
15400         * hi-lock.el (toplevel): Require font-lock.
15402 2000-08-03  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
15404         * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
15405         (ebnf-8-bit-chars): New var for bug fix.
15406         (ebnf-string): Bug fix.
15408 2000-08-03  Sam Steingold  <sds@gnu.org>
15410         * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
15411         instead of `buffer-string'.
15412         (require 'cl): Always, not just when compiling.
15413         `ignore-errors' in `interactive', `list*', `defun*' &c make this
15414         necessary.
15416 2000-08-03  Eli Zaretskii  <eliz@is.elta.co.il>
15418         * international/mule-cmds.el (select-safe-coding-system): Make
15419         the message text about selecting a safe coding system more clear.
15421 2000-08-02  Gerd Moellmann  <gerd@gnu.org>
15423         * hi-lock.el: New file.
15425         * play/zone.el: New file.
15427         * replace.el (occur): Set tab-width in the *Occur* buffer to the
15428         value of tab-width in the original buffer.  Choose a line number
15429         format that's a multiple of the original buffer's tab width, so
15430         that lines appear right.
15432         * textmodes/ispell.el (ispell): New function, replacing an alias.
15433         Spell-check active region if in transient-mark-mode and mark
15434         is active; otherwise spell-check buffer.
15436 2000-08-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
15438         * ps-mule.el: Fix a customization problem on
15439         ps-mule-font-info-database-default.
15441 2000-08-02  Eli Zaretskii  <eliz@is.elta.co.il>
15443         * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
15444         display-mouse-p instead of window-system.
15445         (ebrowse-member-mode-map): Ditto.
15447 2000-08-01  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
15449         * progmodes/ebnf2ps.el: Update ps-print functions call.
15450         Indentation fix.  Doc fix.
15451         (ebnf-version): New version number (3.2).
15452         (ebnf-format-color, ebnf-begin-job): Code fix.
15454 2000-08-01  Eli Zaretskii  <eliz@is.elta.co.il>
15456         * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
15457         font lock support on window-system.
15458         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
15460         * textmodes/ispell.el (ispell-highlight-spelling-error): Use
15461         display-color-p, if fboundp, instead of window-system.
15463 2000-07-31  Eli Zaretskii  <eliz@is.elta.co.il>
15465         * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
15466         instead of window-system.
15468         * wid-edit.el (widget-choose): Use display-mouse-p instead of
15469         window-system.
15470         (widget-choice-mouse-down-action): Use display-popup-menus-p
15471         instead of window-system.
15473         * strokes.el (strokes-file): Run the file name through
15474         convert-standard-filename.
15475         (strokes-mode): Call display-mouse-p instead of looking at
15476         window-system.  Change the error message accordingly.
15478         * progmodes/cpp.el (toplevel): Support faces on tty's.
15480         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
15481         (lm-plot-square, lm-init-display): Don't use window-system.
15483         * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
15484         (gomoku-plot-square, gomoku-init-display): Don't use window-system.
15486         * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
15487         instead of looking at window-system.
15489 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
15491         * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
15492         of testing if iswitchb-prepost-hooks is bound, because the
15493         latter will always be true when invoking a recursive minibuffer
15494         from an active Iswitchb buffer.
15496 2000-07-30  Eli Zaretskii  <eliz@is.elta.co.il>
15498         * files.el (shell-quote-wildcard-pattern): New function.
15499         (insert-directory): Call it.  Only prepend "\" to command on Unix
15500         and GNU/Linux systems.
15502 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
15504         * eshell/esh-groups.el: Change custom :link file names
15505         from `eshell.info' to `eshell'.
15507 2000-07-30  Francis Wright  <fjw@maths.qmw.ac.uk>
15509         * dired.el (dired-build-subdir-alist): Expand subdirectory names
15510         correctly in recursive ange-ftp listings.
15512 2000-07-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
15514         * ps-print.el: Fix bug 1: if ps-font-size-internal,
15515         ps-header-font-size-internal and
15516         ps-header-title-font-size-internal variables are not set,
15517         ps-nb-pages and ps-line-lengths-internal crashes.  Fix bug 2: if
15518         face text property is (foreground-color . COLOR) or
15519         `(background-color . COLOR)', ps-print crashes.  Doc fix.
15520         (ps-print-version): New version number (5.2.4).
15521         (ps-plot-region): Code fix.
15522         (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
15523         (ps-face-attribute-list, ps-face-attributes, ps-face-background):
15524         Bug fix 2.
15526 2000-07-30  Milan Zamazal  <pdm@freesoft.cz>
15528         * glasses.el (glasses-make-readable): Fix uncapitalization of
15529         identifiers like `myXMLDocument'.
15531 2000-07-28  Karl Fogel  <kfogel@red-bean.com>
15533         * mail/mail-hist.el (mail-hist-previous-input)
15534         (mail-hist-next-input): Do the obvious code factorization.
15535         (mail-hist-retrieve-and-insert): New func, contains common
15536         code of above two.
15537         If inserting a message body, leave point at top.
15539 2000-07-28  Sam Steingold  <sds@gnu.org>
15541         * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
15542         Use `<=', not `<' to compare times!
15543         (ange-ftp-ls): Remove.
15545 2000-07-27  Gerd Moellmann  <gerd@gnu.org>
15547         * play/cookie1.el: Add explanation of how to make cookie.el
15548         compatible with strfile(1) to comment.
15550         * subr.el (remove, remq): New functions.
15552         * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
15553         escape `*' in regexps.
15554         (midnight-find): Reverse order of arguments in the funcall of
15555         TEST.
15557         * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
15558         and `.class'.
15560         * play/meese.el: Add Commentary section.
15562 2000-07-27  Alex Schroeder  <alex@gnu.org>
15564         * sql.el (sql-ms): Added autoload cookie.
15565         (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
15566         (sql-oracle): Ditto.
15567         (sql-help): Doc change.
15569         (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
15570         types and exceptions.
15572 2000-07-27  Alex Schroeder  <alex@gnu.org>
15574         * sql.el (sql-placeholder-history): New variable.
15575         (sql-query-placeholders-and-send): New function that will query
15576         the user and replace placeholders with user input.
15577         (sql-oracle): If running on NT, set comint-input-sender to
15578         sql-query-placeholders-and-send.
15580         (sql-stop): If in the SQLi buffer, insert stop notification, else
15581         present it as a message.
15583 2000-07-27  Alex Schroeder  <alex@gnu.org>
15585         * sql.el (sql-input-ring-separator): Doc change.
15586         (sql-input-ring-file-name): Doc change.
15587         (sql-interactive-mode): Use `sql-input-ring-separator' and
15588         `sql-input-ring-file-name' to set the comint-mode equivalents
15589         without making them local variables.
15590         (sql-stop): Don't bind `sql-input-ring-separator' and
15591         `sql-input-ring-file-name' dynamically to their comint-mode
15592         equivalents.
15594 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
15596         * international/mule.el (register-char-codings): New function.
15597         (make-coding-system): Handle `safe-chars' specification in the arg
15598         PROPERTY.
15600         * international/mule-cmds.el
15601         (find-coding-systems-region-subset-p): This function deleted.
15602         (sort-coding-systems-predicate): New variable.
15603         (sort-coding-systems): New function.
15604         (find-coding-systems-region): Use
15605         find-coding-systems-region-internal.
15606         (find-coding-systems-string): Use find-coding-systems-region.
15607         (find-coding-systems-for-charsets): Check
15608         char-coding-system-table.
15609         (select-safe-coding-system-accept-default-p): New variable.
15610         (select-safe-coding-system): Mostly rewritten.  New argument
15611         ACCEPT-DEFAULT-P.
15612         (select-message-coding-system): Call select-safe-coding-system
15613         with ACCEPT-DEFAULT-P arg.
15614         (reset-language-environment): Reset default-sendmail-coding-system
15615         to the default value iso-latin-1.
15616         (set-language-environment): Don't set the obsolete variable
15617         charset-origin-alist.
15619         * international/codepage.el (cp-coding-system-for-codepage-1):
15620         Give `safe-chars' property to make-coding-system.
15622         * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
15623         calling select-message-coding-system twice.
15625         * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
15626         instead of `safe-charsets'.
15627         (cyrillic-alternativnyj): Likewise.
15628         (ccl-encode-alternativnyj): Don't check the charset
15629         cyrillic-iso8859-5.
15631 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
15633         * composite.el (compose-chars-after): Preserve match data.
15635 2000-07-26  Sam Steingold  <sds@gnu.org>
15637         * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
15638         (ange-ftp-real-file-newer-than-file-p): New function.
15639         (ange-ftp-verify-visited-file-modtime): Use `float-time'.
15640         (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
15642         * tooltip.el (tooltip-float-time): Removed (use `float-time').
15643         * midnight.el (midnight-float-time): Ditto.
15645 2000-07-26  Andreas Schwab  <schwab@suse.de>
15647         * files.el (normal-backup-enable-predicate): Correct
15648         interpretation of the return value of compare-strings.
15650 2000-07-26  Gerd Moellmann  <gerd@gnu.org>
15652         * isearch.el (isearch-resume): New function.
15653         (isearch-done): Add something to command-history to resume
15654         the search.
15655         (isearch-yank-line, isearch-yank-word): Use
15656         buffer-substring-no-properties instead of buffer-substring.
15658         * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
15659         of flyspell-mouse-map.
15661         * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
15662         duplicate definition.
15663         (makefile-mode): Remove duplicate setting of local-abbrev-table.
15665         * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
15666         (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
15668 2000-07-25  Sam Steingold  <sds@gnu.org>
15670         * net/ange-ftp.el: Get modtime over the net.
15671         (ange-ftp-file-modtime): New function.
15672         (ange-ftp-write-region, ange-ftp-insert-file-contents)
15673         (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
15674         Use it.
15675         (ange-ftp-dot-to-slash): New function.
15676         (ange-ftp-fix-name-for-vms): Use it.
15678         * midnight.el (midnight-buffer-display-time): Use
15679         `with-current-buffer'.
15681 2000-07-25  Gerd Moellmann  <gerd@gnu.org>
15683         * find-dired.el: Update copyright notice.
15684         (find-dired): Offer to kill a running `find'.
15686         * enriched.el (enriched-face-ans): For a `foreground-color'
15687         property, return '(("x-color" COLOR))' so that COLOR will be
15688         output as a parameter of the x-color annotation.  Likewise for the
15689         `background-color' property.  In the case of normal face
15690         properties, don't return annotations for unspecified foreground
15691         and background face attributes.
15693 2000-07-25  Kenichi Handa  <handa@etl.go.jp>
15695         * language/japan-util.el (japanese-katakana-region): Fix handling
15696         HANKAKU argument.
15698 2000-07-25  Miles Bader  <miles@gnu.org>
15700         * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
15701         constrain-to-field.  Pass nil ESCAPE-FROM-EDGE argument to
15702         constrain-to-field.
15704 2000-07-24  Andrew Innes  <andrewi@gnu.org>
15706         * timer.el (timer-activate-when-idle): Add optional parameter
15707         DONT-WAIT.  Update docstring.
15708         (run-with-idle-timer): Specify extra parameter to
15709         timer-activate-when-idle, so that timer will be activated
15710         immediately if Emacs is already idle.
15712         * w32-fns.el (w32-using-nt): Fix docstring.
15714 2000-07-24  Dave Love  <fx@gnu.org>
15716         * mouse.el (popup-menu): Set last-command-event.
15717         (mouse-major-mode-menu-prefix): Declare.
15719 2000-07-24  Gerd Moellmann  <gerd@gnu.org>
15721         * textmodes/flyspell.el: Update to author's version 1.5d.
15723         * progmodes/hideshow.el: Update copyright notice.
15725         * vcursor.el: Set maintainer to FSF, since author cannot
15726         be reached.
15728 2000-07-24  Eli Zaretskii  <eliz@is.elta.co.il>
15730         * info.el (Info-goto-emacs-key-command-node): Leave a space after
15731         the prompt.
15733         * mouse.el (popup-menu): Run the keymap through indirect-function,
15734         in case it was defined with define-prefix-key.  If the menu is a
15735         list of keymaps, look up the binding of user's choice in each one
15736         of the keymaps.
15737         (mouse-popup-menubar): If the global and local menu-bar keymaps
15738         don't have a prompt string, create one and insert it into the
15739         keymap.  Don't barf if current-local-map returns nil.
15741 2000-07-24  Francis Wright  <fjw@maths.qmw.ac.uk>
15743         * dired.el (dired-sort-R-check): Added to allow recursive listing
15744         to be undone.
15745         (dired-sort-other): Use it.
15747 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
15749         * Release of cc-mode 5.27
15751 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
15753         * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
15754         c-beginning-of-statement-1 that caused a bad case of recursion
15755         which could consume a lot of CPU in large classes in languages
15756         that have in-expression classes (i.e. Java and Pike).
15758         * cc-engine.el (c-guess-basic-syntax): Check for in-expression
15759         statements before top level constructs (i.e. case 6 is moved
15760         before case 5 and is now case 4) to catch in-expression
15761         classes in top level expressions correctly.
15763 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
15765         * cc-engine.el (c-guess-basic-syntax): Less naive handling of
15766         objc-method-intro. Case 4 removed and case 5I added.
15768         * cc-langs.el (c-append-paragraph-start): New variable used by
15769         c-common-init to get paragraph-start correct.
15770         * cc-langs.el (c-common-init): Use c-append-paragraph-start to
15771         initialize paragraph-start to make it correct both with and
15772         without the javadoc special case.
15774         * cc-mode.el (java-mode): Use c-append-paragraph-start to
15775         initialize paragraph-start for javadoc markup.
15777         * cc-vars.el (c-style-variables-are-local-p): Incompatible
15778         change by defaulting this to t.  It's motivated by the
15779         confusing behavior that otherwise arise from the style system
15780         when editing both java and non-java files at the same time
15781         (see the comments about style setting in c-common-init).
15783 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
15785         * cc-cmds.el (c-indent-new-comment-line): Added a kludge
15786         similar to the one in c-fill-paragraph to check the fill
15787         prefix from the adaptive fill function for sanity.
15789 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
15791         * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
15792         defun block.
15794 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
15796         * cc-align.el (c-lineup-multi-inher): Handle lines with
15797         leading comma nicely. Extended to handle member initializers
15798         too.
15800         * cc-engine.el: (c-beginning-of-inheritance-list,
15801         c-guess-basic-syntax): Fixed recognition of inheritance lists
15802         when the lines begins with a comma.
15804         * cc-vars.el (c-offsets-alist): Changed default for
15805         member-init-cont to c-lineup-multi-inher since it now handles
15806         member initializers and indents better for leading commas.
15808 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
15810         * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
15811         handling that caused class open lines to be recognized as
15812         statement-conts in some cases.
15814         * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
15815         guessed by the adaptive fill function unless point is on the
15816         first line of a block comment.
15818         * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
15819         when the buffer ends with a macro continuation char.
15821         * cc-engine.el (c-guess-basic-syntax): Added support for
15822         function definitions as statements in Pike.  The first
15823         statement in a lambda block is now labeled defun-block-intro
15824         instead of statement-block-intro.
15826         * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
15827         so that the class surrounding point is selected, not the one
15828         innermost in the state.
15830         * cc-engine.el (c-guess-basic-syntax): Fixed bug in
15831         recognition of switch labels having hanging multiline
15832         statements.
15834         * cc-engine.el (c-beginning-of-member-init-list): Broke out
15835         some code in c-guess-basic-syntax to a separate function.
15836         * cc-engine.el (c-just-after-func-arglist-p): Fixed
15837         recognition of member inits with multiple line arglists.
15838         * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
15839         member-init-cont when the commas are in funny places.
15841 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
15843         * cc-defs.el (c-auto-newline): Removed this macro since it's
15844         not used anymore.
15846         * cc-engine.el (c-looking-at-bos): New helper function.
15847         * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
15848         inexpr and toplevel classes apart in Pike.
15850         * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
15851         of case 9A.
15853         * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
15854         constant, since "class" can introduce an in-expression class
15855         in Pike nowadays.
15857 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
15859         * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
15860         indentation on cpp-macro lines.
15862         * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
15863         a syntax modifier like comment-intro, to make it possible to
15864         get syntactic indentation for preprocessor directives.  It's
15865         incompatible wrt to lineup functions on cpp-macro, but it has
15866         no observable effect in the 99.9% common case where cpp-macro
15867         is set to -1000.
15869 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
15871         * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
15872         member-init-cont when the preceding arglist is several lines.
15874 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
15876         * cc-styles.el (c-style-alist): The basic offset for the BSD
15877         style corrected to 8.
15879 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
15881         * cc-styles.el (c-style-alist): Adjusted the indentation of
15882         brace list openers in the gnu style.
15884 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
15886         * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
15888         * cc-cmds.el (c-electric-brace, c-electric-slash,
15889         c-electric-star, c-electric-semi&comma, c-electric-colon,
15890         c-electric-lt-gt, c-electric-paren): Don't reindent old lines
15891         when c-syntactic-indentation is nil.
15893         * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
15894         we were left at comments preceding the first statement when
15895         reaching the beginning of the buffer.
15897         * cc-vars.el (c-syntactic-indentation): New variable to turn
15898         off all syntactic indentation.
15900 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
15902         * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
15903         between the text and the block comment ender when it hangs,
15904         depending on how many there are before the fill.
15906 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
15908         * cc-engine.el (c-beginning-of-closest-statement): New helper
15909         function to go back to the closest preceding statement start,
15910         which could be inside a conditional statement.
15911         * cc-engine.el (c-guess-basic-syntax): Use
15912         c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
15914         * cc-engine.el (c-guess-basic-syntax): Better handling of
15915         arglist-intro, arglist-cont-nonempty and arglist-close when
15916         the arglist is nested inside parens.  Cases 7A, 7C and 7F
15917         changed.
15919         * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
15920         up-to-date with javadoc 1.2.
15922 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
15924         * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
15925         multiline Pike type decls.
15927 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
15929         * cc-cmds.el (c-indent-new-comment-line): Always break
15930         multiline comments in multiline mode, regardless of
15931         comment-multi-line.
15933 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
15935         * cc-engine.el (c-guess-basic-syntax): Fixed bug with
15936         fully::qualified::names in C++ member init lists.  Preamble in
15937         case 5D changed.
15939 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
15941         * cc-langs.el (c-common-init): Handling of obsolete variables
15942         moved to c-initialize-cc-mode.  More compatible style override
15943         when using global style variables.
15944         * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
15945         variables moved here.
15947         * cc-styles.el (c-make-styles-buffer-local): Flag style
15948         variable localness in c-style-variables-are-local-p to make
15949         the compatibility measure in c-common-init work well.
15951         * cc-styles.el (c-set-style-1): c-special-indent-hook can no
15952         longer contain set-from-style.
15953         * cc-styles.el (c-initialize-builtin-style): Don't check for
15954         set-from-style on c-special-indent-hook.
15955         * cc-styles.el (c-copy-tree): Obsolete.  The standard function
15956         copy-alist is sufficient now.
15958         * cc-styles.el (c-set-style, c-set-style-1,
15959         c-get-style-variables): Fixes to variable initialization so
15960         that duplicate entries in styles have the same effect
15961         regardless of DONT-OVERRIDE.
15963         * cc-styles.el (c-set-style-2): Fixed bug where the
15964         initialization of inheriting styles failed when the
15965         dont-override flag is set.
15967         * cc-vars.el (c-special-indent-hook): Don't use set-from-style
15968         on this.
15970 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
15972         * cc-defs.el (c-forward-comment): Removed the workaround
15973         introduced in 5.38 since it had worse side-effects.  If a line
15974         contains the string "//\"", it regarded the // as a comment
15975         start since the \ temporarily doesn't have escape syntax.
15977 2000-07-17  Emmanuel Briot  <briot@act-europe.fr>
15979         * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
15980         ada-xref.el before ada-prj.el, so that the Project menu is created
15981         when ada-prj tries to add to it.
15982         (ada-activate-keys-for-case): Suppress the characters that are not
15983         part of the Ada syntax. Better compatibility with else-mode
15984         (ada-adjust-case-interactive): When auto-casing is not active,
15985         correctly insert newlines (used to insert only ^M).  Prevent the
15986         syntax table from being changed in case of an error
15987         (or '_' becomes part of a word and some commands are confused).
15988         Do nothing if ada-auto-case is nil.
15989         (ada-after-keyword-p): Ignore keywords that are also attributes
15990         (ada-batch-reformat): Update usage comment
15991         (ada-call-from-contextual-menu): New function
15992         (ada-case-read-exceptions): Reinitialize the casing exception list
15993         first to nil first, so that the casing exception file can be
15994         shared.
15995         (ada-check-defun-name): Handles "configure" keyword for gnatdist
15996         files.
15997         (ada-compile-goto-error): Fix regexp used to detect a file:line
15998         anywhere in the error message
15999         (ada-contextual-menu-last-point): New variable
16000         (ada-create-keymap): If the variable delete-key-deletes-forward is
16001         t on XEmacs, it means that DEL should delete one character
16002         forward.
16003         (ada-create-menu): Use :included instead of :visible for XEmacs.
16004         New submenu "Options".
16005         (ada-end-stmt-re): Correctly indent "select ... then abort"
16006         statements.
16007         (ada-fill-comment-paragraph): Correctly delete all leading '--'
16008         even if they don't match ada-fill-comment-prefix Fix handling of
16009         paragraphs on the first or last line of a file.
16010         (ada-format-paramlist): Fix handling of default parameter values.
16011         (ada-get-body-name): New function.
16012         (ada-get-current-indent): Optimized by searchling directly for an
16013         existing generic part or a statement outside of it.  Handle
16014         ada-indent-align-comments when indenting comments Replaced some
16015         regexps by testing directly the next character. This results in a
16016         huge speedup on some files.  New indentation scheme for renames
16017         statements.  Stop looking for the 'while' or 'for' associated with
16018         a 'loop' at the first semicolon encountered.  A "return" can also
16019         match an anonymous access subprogram declaration.
16020         (ada-get-indent-noindent): Ignore strings and comments when
16021         looking for the keywords "record" and "private".
16022         (ada-goto-matching-decl-start): When matching "if", make sure we
16023         are not in fact seeing "end if".  Ignore "when" statements except
16024         when initial keyword was "begin".  Fix handling of nested
16025         procedures.  Add a recursive call to this function to skip over
16026         other 'end' statmts.  Fix indentation for "when .. => begin"
16027         (ada-in-open-paren-p): Fix indentation for complex boolean
16028         expressions, where 'and then', 'or else' and parenthesis
16029         statements are mixed up.
16030         (ada-in-paramlist-p): Skip comments while searching for the
16031         beginning Fix handling of operator declarations.
16032         (ada-indent-align-comments): New variable
16033         (ada-indent-current): Change the syntax table only in the
16034         protected section, so that we are sure it is restored correctly.
16035         (ada-indent-on-previous-lines): Use ada-use-indent and
16036         ada-with-indent Correctly indent "select ... then"
16037         (ada-indent-region): Slight speedup.
16038         (ada-indent-renames): New variable.
16039         (ada-last-which-function-subprog, ada-last-which-function-line):
16040         New variables
16041         (ada-looking-at-semi-private): Correctly indent the 'private'
16042         keyword when it is the first word in a package declaration.
16043         (ada-loose-case-word): Stop searching if at the end of the buffer.
16044         (ada-loose-case-word, ada-capitalize-word): Recase the whole word
16045         even if point is not initially at the end of the word.
16046         (ada-matching-decl-start-re): Add "when".
16047         (ada-mode): Add support for abbrev-mode, outline-mode and
16048         which-func-mode Override the old find-file.el entry in
16049         ff-special-constructs since it is using the obsolete
16050         ada-spec-suffix variable
16051         (ada-no-auto-case): New function
16052         (ada-scan-paramlist): When parsing the argument type, accept
16053         spaces (as in "X 'Class", generated by Rational Rose).
16054         (ada-other-file-name): No longer loads the other file.
16055         (ada-popup-menu): Save and restore the current buffer and cursor
16056         position before and after displaying the menu.
16057         (ada-search-ignore-complex-boolean): New function.
16058         (ada-uncomment-region): Emacs21 already knows how to delete
16059         comments not starting in the first column.
16060         (ada-use-indent): New variable
16061         (ada-which-function): New function.
16062         (ada-with-indent): New variable
16063         (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
16064         can be batch-compiled from the command line.
16066         * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
16067         Add to the menu when the file is loaded, not in ada-mode-hook.
16068         Add -toolbar to the default ddd command Switches moved from
16069         ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
16070         ada-prj-default-comp-opt
16071         (ada-add-ada-menu): Remove the map and name parameters Add the Ada
16072         Reference Manual to the menu
16073         (ada-check-current): rewritten as a call to ada-compile-current
16074         (ada-compile): Removed.
16075         (ada-compile-application, ada-compile-current, ada-check-current):
16076         Set the compilation-search-path so that compile.el automatically
16077         finds the sources in src_dir.  Automatic scrollong of the
16078         compilation buffer.  C-uC-cC-c asks for confirmation before
16079         compiling
16080         (ada-compile-current): New parameter, prj-field
16081         (ada-complete-identifier): Load the .ali file before doing
16082         processing
16083         (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
16084         conform to gnatmake's behavior.
16085         (ada-find-file-in-dir): New function
16086         (ada-find-references): Set the environment variables for gnatfind
16087         (ada-find-src-file-in-dir): New function.
16088         (ada-first-non-nil): Removed
16089         (ada-gdb-application): Add support for jdb, the java debugger.
16090         (ada-get-ada-file-name): Load the original-file first if not done
16091         yet.
16092         (ada-get-all-references): Handles the new ali syntax (parent types
16093         are found between <>).
16094         (ada-initialize-runtime-library): New function
16095         (ada-mode-hook): Always load a project file when a file is opened,
16096         so that the casing exceptions are correctly read.
16097         (ada-operator-re): Add all missing operators ("abs", "rem", "**").
16098         (ada-parse-prj-file): Use find-file-noselect instead of find-file
16099         to open the project file, since the latter does not work with
16100         speedbar Get default values before loading the prj file, or the
16101         default executable file name is wrong.  Use the absolute value of
16102         src_dir to initialize ada-search-directories and
16103         compilation-search-path,...  Add the standard runtime library to
16104         the search path for find-file.
16105         (ada-prj-default-debugger): Was missing an opening '{'
16106         (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
16107         variables.
16108         (ada-prj-default-gnatmake-opt): New variable
16109         (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
16110         buffers, the project file is the default one Save the windows
16111         configuration before displaying the menu.
16112         (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
16113         (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
16114         ...)  regexp-quote identifiers names to support operators +,
16115         -,... in regexps.
16116         (ada-remote): New function.
16117         (ada-run-application): Erase the output buffer before starting the
16118         run Support remote execution of the application.  Use
16119         call-process, or the arguments are incorrectly parsed
16120         (ada-set-default-project-file): Reread the content of the active
16121         project file, not the one from the current buffer When a project
16122         file is set as the default project, all directories are
16123         automatically associated with it.
16124         (ada-set-environment): New function
16125         (ada-treat-cmd-string): New special variable ${current}
16126         (ada-treat-cmd-string): Revised.  The substitution is now done for
16127         any ${...} substring
16128         (ada-xref-current): If no body was found, compiles the spec
16129         instead.  Setup ADA_{SOURCE,OBJECTS}_PATH before running the
16130         compiler to get rid of command line length limitations.
16131         (ada-xref-get-project-field): New function
16132         (ada-xref-project-files): New variable
16133         (ada-xref-runtime-library-specs-path)
16134         (ada-xref-runtime-library-ali-path): New variables
16135         (ada-xref-set-default-prj-values): Default run command now does a
16136         cd to the build directory.  New field: main_unit Provide a default
16137         file name even if the current buffer has no prj file.
16139         * ada-prj.el:
16140         Rewritten to show a tabbed-dialog.
16141         (ada-prj-add-ada-menu): Remove the map and name parameters.
16142         (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
16143         New function
16144         (ada-prj-load-directory, ada-prj-subdirs-of): New functions
16145         (ada-prj-load-from-file): New function
16146         (ada-prj-save): Always save fields that depend on the current buffer
16147         (ada-prj-show-value): New function
16149         * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
16150         Ada mode. This will allow us to display the Ada menu in any buffer
16151         we want (for project items).
16152         (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
16153         number of spaces in the header.
16155 2000-07-24  Dave Love  <fx@gnu.org>
16157         * ediff-init.el (ediff-region-help-echo): Bind face-help.
16159 2000-07-23  Noah Friedman  <friedman@splode.com>
16161         * type-break.el (type-break): perform autosave.
16162         Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
16163         (type-break-do-query): Cancel query schedule while performing
16164         actual query, to avoid possibility of a second query being made
16165         while first one is already in progress.
16166         (type-break-time-stamp-format): New variable.
16167         (type-break-time-stamp): New function.
16168         (type-break-time-warning): Use it.
16169         (type-break-keystroke-warning): Use it.
16170         (type-break-noninteractive-query): Use it.
16172         * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
16173         cookie.
16174         Use add-minor-mode to set minor-mode-alist, if available.
16175         (eldoc-echo-area-use-multiline-p): New user option.
16176         (eldoc-echo-area-multiline-supported-p): New variable.
16177         (eldoc-docstring-format-sym-doc): Use them.
16178         (eldoc-mode): If not using idle timers, append to local post and
16179         pre command hooks.  Suggested by David Byers <davby@ida.liu.se>.
16180         (eldoc-display-message-no-interference-p): Don't interfere with
16181         edebug.
16182         Add autoload cookie for eldoc-mode minor-mode-alist initialization.
16183         (eldoc-function-arglist): New function.
16184         (eldoc-function-argstring): Use it.
16186         * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
16187         auto save directory exists before calling directory-files.
16189 2000-07-23  Dave Love  <fx@gnu.org>
16191         * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
16192         ^o, ^u.
16194 2000-07-21  Dave Love  <fx@gnu.org>
16196         * ediff-init.el (ediff-region-help-echo): Modify to use overlay
16197         now passed to the function.  It now works properly.
16199         * smerge-mode.el (smerge-mode-menu): Fill it out.
16201 2000-07-20  Gerd Moellmann  <gerd@gnu.org>
16203         * info-look.el (info-lookup): If *info* is shown in another frame
16204         on the same display, select that frame, instead of switching to
16205         the Info buffer in another window of the selected frame.
16207         * simple.el (universal-argument-map): Bind numeric keypad keys
16208         kp-0 to kp-9 and kp-subtract.
16209         (digit-argument): Handle these keys.
16211 2000-07-20  Dave Love  <fx@gnu.org>
16213         * net/goto-addr.el (goto-address-fontify): Don't bother with
16214         buffer-modified and read-only stuff -- irrelevant with overlays.
16215         Put an extra property on the overlays and use it to clean up in
16216         case goto-address is re-run.
16218 2000-07-19  Richard M. Stallman  <rms@gnu.org>
16220         * timer.el (run-with-idle-timer): Doc fix.
16222         * mail/mail-utils.el (mail-strip-quoted-names):
16223         Handle case where <...> appears inside "...".
16224         Use replace-match to edit the string more simply.
16225         (rmail-dont-reply-to): Cope with an unmatched ".
16227 2000-07-19  Dave Love  <fx@gnu.org>
16229         * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
16230         implementation.
16232         * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
16233         (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
16234         (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
16236 2000-07-19  Gerd Moellmann  <gerd@gnu.org>
16238         * textmodes/refer.el: Correct maintainer's email address.
16240         * progmodes/hideif.el: Correct author's email address.
16241         Fix typo in comment.
16243         * xml.el: New file.
16245         * mail/mailheader.el: Correct author's mail address.
16247         * gnus/parse-time.el: Correct author's mail address.
16249 2000-07-19  Colin Walters <walters@cis.ohio-state.edu>
16251         * comint.el (comint-highlight-input, comint-highlight-face):
16252         New user options.
16253         (comint-input-ring-file-name): Change custom type.
16254         (comint-mode-map): Bind mouse-2.
16255         (comint-insert-clicked-input): New function.
16256         (comint-send-input): Handle input highlighting.
16258 2000-07-18  Stefan Monnier  <monnier@cs.yale.edu>
16260         * mouse.el (popup-menu): New function.
16261         (mouse-major-mode-menu): Use it.
16263 2000-07-18  Dave Love  <fx@gnu.org>
16265         * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
16266         improvements.
16268 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
16270         * faces.el (face-font-selection-order)
16271         (face-font-family-alternatives): Add custom type.
16273 2000-07-18  Dave Love  <fx@gnu.org>
16275         * cus-edit.el (custom-variable-reset-saved)
16276         (custom-variable-reset-standard): Remove unused bindings.
16278         * rect.el (open-rectangle-line): Remove unused let.
16280         * hl-line.el (hl-line-highlight): Check hl-line-mode.
16282 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
16284         * cdl.el: Fix `Maintainer' keyword.
16286         * play/pong.el: Add author's email address.
16288 2000-07-17  Sam Steingold  <sds@gnu.org>
16290         * files.el (insert-directory): Call `split-string' instead of
16291         re-implementing it.
16293 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
16295         * mail/vms-pmail.el: Change maintainer to FSF.
16297         * net/goto-addr.el: Change maintainer to FSF.
16299         * info.el (Info-title-face-alist): Removed.
16301 2000-07-18  David Ponce  <david@dponce.com>
16303         * recentf.el (recentf-open-files): New command that works like
16304         `recentf-open-more-files', but shows the whole list of files (not just
16305         those omitted from the menu). Useful if you don't use a menu-bar!
16306         (recentf-open-more-files) Modified to use `recentf-open-files'.
16308         (recentf-open-files, recentf-open-more-files)
16309         (recentf-edit-list): Dialogs use `recentf-dialog-mode'
16311         (recentf-dialog-mode): New mode for dialogs. You can now just type
16312         "q" to cancel the dialogs.
16314 2000-07-18  David Ponce  <david@dponce.com>
16316         * recentf.el: This is a major update of recentf.el. It adds new
16317         features to better organize the recentf menu and "More..." buffer.
16319         Using new provided menu filtering functions you can now organize the
16320         recent files list:
16322         - by major modes
16323         - by directories
16324         - by user defined rules
16326         Finally, with the new `recentf-filter-changer' customizable filter you
16327         can define a ring of filters and dynamically (via the menu) cycle on
16328         each menu organization in the ring (a la msb).
16330 2000-07-18  Eli Zaretskii  <eliz@is.elta.co.il>
16332         * eshell/eshell.el (eshell): Replace links to eshell.info with
16333         links to eshell, to avoid problems on systems where the manual is
16334         installed as `eshell'.
16335         * eshell/esh-cmd.el (eshell-cmd): Ditto.
16336         * eshell/em-smart.el (eshell-smart): Ditto.
16337         * eshell/em-banner.el (eshell-banner): Ditto.
16338         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
16340         * eshell/em-unix.el (eshell-shuffle-files): Don't disable
16341         same-file check in the MS-DOS version (it does support inodes).
16343         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
16345         * eshell/eshell.el (eshell-directory-name):
16346         Run default directory name through convert-standard-filename.
16348 2000-07-18  Kenichi Handa  <handa@etl.go.jp>
16350         * international/mule-cmds.el (select-safe-coding-system):
16351         Fix typo in the comment.
16353         * language/european.el (compound-text):
16354         Force katakana-jisx0201 to be designated to G1.
16356         * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
16357         Don't translate some national variant characters of latin-jisx0201.
16358         (x-ctext): Force katakana-jisx0201 to be designated to G1.
16360         * international/kkc.el (kkc-after-update-conversion-functions):
16361         New variable.
16362         (kkc-update-conversion): Run functions in it at the tail.
16364 2000-07-16  John Wiegley  <johnw@gnu.org>
16366         * lisp/align.el (align-newline-and-indent):
16367         Adding new function.  for auto-aligning blocks of code on RET.
16368         (align-region): Fixed badly formatted minibuffer message.
16370 2000-07-17  Kenichi Handa  <handa@etl.go.jp>
16372         * international/kkc.el (kkc-show-conversion-list-count): Customize it.
16373         (kkc-region): Update kkc-next-count and kkc-prev-count here.  Show
16374         the conversion list at first if appropriate.
16375         (kkc-next): Don't update kkc-next-count here.
16376         (kkc-prev): Don't update kkc-prev-count here.
16377         (kkc-show-conversion-list-update): Fix setting up of conversion
16378         list message.
16380 2000-07-16  Stefan Monnier  <monnier@cs.yale.edu>
16382         * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
16384 2000-07-16  Dave Love  <fx@gnu.org>
16386         * cus-edit.el (custom-buffer-create-internal): Use a help-echo
16387         function to be more specific.
16389         * wid-edit.el (widget-specify-field, widget-specify-button): Allow
16390         non-string help-echo.
16391         (widget-types-convert-widget): Defsubst it.
16392         (widget-echo-help): Try to cope with a help-echo function of two
16393         possible sorts.
16395 2000-07-15  Jason Rumney  <jasonr@gnu.org>
16397         * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
16398         Declare as obsolete.
16400         * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
16402 2000-07-14  Gerd Moellmann  <gerd@gnu.org>
16404         * hilit-chg.el: Fix typo.
16406 2000-07-14  Dave Love  <fx@gnu.org>
16408         * info.el (Info-mode-menu): Fix use of :help, :enable.
16410 2000-07-14  Stefan Monnier  <monnier@cs.yale.edu>
16412         * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
16414 2000-07-13  Dave Love  <fx@gnu.org>
16416         * emacs-lisp/easymenu.el: Doc fixes.
16417         (easy-menu-remove): Defalias to ignore.
16419         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
16420         Call throw correctly.
16422 2000-07-13  Gerd Moellmann  <gerd@gnu.org>
16424         * faces.el (frame-background-mode): Doc fix.
16426         * simple.el (eval-expression-print-length): Change custom type to
16427         allow entering nil as value.
16429 2000-07-13  Dave Love  <fx@gnu.org>
16431         * progmodes/fortran.el (fortran-imenu-generic-expression):
16432         Change definition layout.
16433         (fortran-mode-menu): Reinstate customize entries.
16435         * cus-edit.el (custom-group-menu-create, customize-menu-create):
16436         Use :filter, per old XEmacs code.
16438 2000-07-12  Gerd Moellmann  <gerd@gnu.org>
16440         * term.el (term-send-raw-meta): Strip modifiers from the keyboard
16441         event when deciding what to send to the terminal.
16443 2000-07-12  Dave Love  <fx@gnu.org>
16445         * cus-start.el: Add optional version as 4th element of specs and
16446         use it for several things new in v21.  Remove load-path.  Fix type
16447         of line-number-display-limit.
16449 2000-07-11  Dave Love  <fx@gnu.org>
16451         * progmodes/fortran.el: Don't require easymenu.
16452         Use repeat counts in various regexps.
16453         (fortran-mode-syntax-table): Defvar directly.
16454         (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
16455         (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
16456         Use defvar, not defconst.
16457         (fortran-mode-map): Change locals in `let'.  Use `fortran-auto-fill'.
16458         (fortran-mode): Set fortran-comment-line-start-skip,
16459         fortran-comment-line-start-skip, dabbrev-case-fold-search.
16460         (fortran-comment-indent): Use defsubst.
16461         (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
16462         Use fortran-comment-indent, not fortran-comment-indent-function.
16463         (fortran-comment-region, fortran-electric-line-number): Simplify.
16464         (fortran-auto-fill): New function.
16465         (fortran-do-auto-fill): Deleted.
16466         (fortran-find-comment-start-skip):
16467         Check for non-null comment-start-skip.
16468         (fortran-auto-fill-mode, fortran-fill-statement):
16469         Use fortran-auto-fill.
16470         (fortran-fill): Use fortran-auto-fill.  Check for null
16471         comment-start-skip.  Simplify final clause and use end-of-line finally.
16473         * widget.el (widget-plist-member): New alias.
16475 2000-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
16477         * eshell/esh-module.el (toplevel): Reference
16478         byte-compile-current-file only if it is bound.
16480 2000-07-10  Gerd Moellmann  <gerd@gnu.org>
16482         * dired.el: Don't require `dired-aux'.
16484 2000-07-10  Miles Bader  <miles@lsi.nec.co.jp>
16486         * dired-aux.el (dired-show-file-type): New function.
16487         * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
16488         (dired-show-file-type): Add autoload.
16490 2000-07-10  Kenichi Handa  <handa@etl.go.jp>
16492         * international/mule-diag.el (describe-font): Adjusted for the
16493         change of fontset-info.
16494         (print-fontset): Likewise.
16496 2000-07-09  Stefan Monnier  <monnier@cs.yale.edu>
16498         * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
16500 2000-07-07  Gerd Moellmann  <gerd@gnu.org>
16502         * bindings.el: Bind `[delete]' to delete-char.
16504         * dired.el (dired-find-alternate-file): New function.
16505         (dired-mode-map): Bind `a' to dired-find-alternate-file.
16506         (toplevel): Require dired-aux when compiling.
16507         (dired-buffers): Move defvar within file to avoid compiler warning.
16509         * info.el (Info-last-search): Variable removed.
16510         (Info-search-history): New variable.
16511         (Info-search): New Info-search-history.
16513         * battery.el, info-look.el: Change author's mail address.
16515 2000-07-07  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
16517         * mail/rmail.el (rmail-clear-headers): Don't throw an error
16518         if rmail-ignored-headers is nil.
16519         (rmail-retry-failure): Bind rmail-ignored-headers and
16520         rmail-displayed-headers to nil.
16522 2000-07-06  Gerd Moellmann  <gerd@gnu.org>
16524         * lpr.el (lpr-page-header-switches): Add `-h' switch.
16525         (print-region-1): Don't hard code `-h' here.
16527         * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
16529 2000-07-01  Francesco Potorti`  <pot@gnu.org>
16531         * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
16532         exim can use "your message" instead of "the message".
16534 2000-07-06  Stefan Monnier  <monnier@cs.yale.edu>
16536         * facemenu.el: Docstrings fixes.
16537         (facemenu-get-face): Don't use internal-find-face.
16538         (facemenu-iterate): Rename arg to match the docstring.
16540         * newcomment.el (uncomment-region): Be more careful when skipping
16541         backwards over `=' not to bump into BOBP.
16543 2000-07-05  Michael Kifer  <kifer@cs.sunysb.edu>
16545         * ediff-diff.el (ediff-wordify): Use syntax table.
16546         * ediff-init.el (ediff-has-face-support-p): Use
16547         ediff-color-display-p.
16548         (ediff-color-display-p): Use display-color-p, changed to defun
16549         from defsubst.
16550         Got rid of special cases for NeXT and OS/2.
16551         * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
16552         face.
16554 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
16556         * emacs-lisp/lucid.el: Require CL.
16557         (copy-tree, remprop): Remove, it's provided by CL.
16558         (map-keymap): Define in terms of cl-map-keymap.
16559         (extent-property, set-extent-end-glyph): New functions.
16561         * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
16563 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
16565         * Makefile.in (DONTCOMPILE): Add comment that the name may
16566         not be changed without changing the make-dist script.
16568         * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
16569         (cl-mapc): Use mapc instead of cl-old-mapc.
16571 2000-07-05  Andrew Innes  <andrewi@gnu.org>
16573         * makefile.nt: Add support for `bootstrap' and related targets.
16575 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
16577         * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
16578         (easy-menu-do-define): Use `menu-item' format.
16579         Handle case where easy-menu-create-menu returns a symbol.
16580         Manually call the potential top-level filter in the function binding.
16581         (easy-menu-filter-return): New arg NAME.
16582         Convert to a keymap if MENU is an XEmacs menu.
16583         (easy-menu-convert-item-1): New.  Extracted from easy-menu-do-add-item.
16584         (easy-menu-converted-items-table, easy-menu-convert-item):
16585         New var and fun to memoize easy-menu-convert-item-1.
16586         (easy-menu-do-add-item): Use it.
16587         (easy-menu-create-menu): Use easy-menu-convert-item.
16588         Wrap easy-menu-filter-return around any :filter specification.
16589         Don't convert the menu if a filter was specified.
16590         Tell easy-menu-make-symbol not to check for MENU being an expression.
16591         (easy-menu-make-symbol): New arg NOEXP.
16593 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
16595         * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
16596         EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
16597         (eval-defun): If called with prefix arg, instrument code for
16598         Edebug.
16600         * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
16601         similar to that of eval-defun.
16603 2000-07-04  Dave Love  <fx@gnu.org>
16605         * hl-line.el (hl-line-overlay): Make it permanent-local.
16607         * calendar/todo-mode.el: Replaced with a working version, based on
16608         1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
16610 2000-07-03  Miles Bader  <miles@lsi.nec.co.jp>
16612         * paths.el (prune-directory-list): New function.
16613         (Info-default-directory-list): Rewritten to more methodically
16614         enumerate a big list of possible info directories (based on the
16615         list used by the standalone info reader).
16617         * info.el (info-initialize): Use prune-directory-list to remove
16618         non-existent directories from Info-directory-list.
16620         * paths.el (Info-default-directory-list): Try a list of possible
16621         info-directories instead of a single one.  Add the possible
16622         info directory "/usr/share/info".
16624         * woman.el (woman-man.conf-path): Explicitly include the debian
16625         man-db config file "/etc/manpath.config".
16626         (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
16627         are present in `manpath.config'.
16628         (woman-manpath): Include "/usr/share/man".
16630 2000-07-03  Gerd Moellmann  <gerd@gnu.org>
16632         * frame.el (blink-cursor-mode): Don't hide cursor initially.
16634         * startup.el (command-line): Initialize blink-cursor based
16635         on window-system.
16637         * frame.el (blink-cursor): Default to nil if not running under
16638         a window-system.
16640         * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
16641         (face-x-resources): Remove duplicate entry for :font.
16643         * textmodes/refer.el (refer-find-entry-internal): Use some-window
16644         instead of cycling through windows with next-window.
16646         * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
16647         of cycling through windows with next-window.
16649         * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
16650         of cycling through windows with next-window.
16652         * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
16653         (edebug-get-displayed-buffer-points): Use walk-windows/some-window
16654         instead of cycling through windows with next-window.
16656         * calendar/appt.el (appt-select-lowest-window): Use walk-windows
16657         instead of cycling through windows with next-window.
16659         * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
16660         of cycling through windows with next-window.
16662         * terminal.el (te-process-output): Use walk-windows instead of
16663         cycling through windows with next-window.
16665         * server.el (server-switch-buffer): Use some-window instead of
16666         cycling through windows with next-window.
16668         * window.el (some-window): New function.
16669         (walk-windows): Remove reference to walk-windows-start.
16671         * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
16673 2000-07-03  Richard Stallman  <rms@gnu.org>
16675         * window.el (walk-windows): Guarantee termination by keeping a list
16676         of all the windows already handled.
16678 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
16680         * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
16681         window-system.
16683         * man.el (Man-notify-when-ready): Don't use window-system.  If
16684         Man-notify-method is newframe, and the display is not
16685         multi-frame, select the frame created for the man page.
16686         (Man-init-defvars): Doc fix.
16688 2000-06-28  Gerd Moellmann  <gerd@gnu.org>
16690         * faces.el (region): Change background color for light background.
16692         * ediff-wind.el (ediff-setup-control-frame): Remove :box
16693         attribute from mode-line face of Ediff control frame.
16695         * replace.el (query-replace-map): Bind `e' like `E'.
16697 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
16699         * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
16700         Change name to "Select All".
16702         * dos-fns.el (convert-standard-filename): Fix last change.
16704 2000-06-27  Gerd Moellmann  <gerd@gnu.org>
16706         * help.el (describe-variable): Don't insert a second `'s' in front
16707         of the string `value is shown below'.  Since the syntax-table is
16708         set to emacs-lisp-mode-syntax-table, forward-sexp skips over
16709         an existing `'s', so that this won't be deleted.
16711         * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
16712         * pcmpl-unix.el: New files.
16714 2000-06-26  Stefan Monnier  <monnier@cs.yale.edu>
16716         * wid-edit.el (widget-member): Use the new plist-member.
16718 2000-06-26  Gerd Moellmann  <gerd@gnu.org>
16720         * replace.el (perform-replace): Undo change of 2000-04-04.
16721         Instead, move backward 1 character at the end of the loop when
16722         necessary.
16724         * faces.el (fringe): Change face for different backgrounds.
16726         * eshell/esh-module.el (toplevel): Load defgroup's differently;
16727         patch from John.
16729         * eshell/*.el: Change spelling of the Free Software Foundation.
16731         * eshell/esh-toggle.el: Removed.
16733         * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
16735         * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
16736         interactively.
16738 2000-06-26  Alex Schroeder  <alex@gnu.org>
16740         * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
16741         `define-key'; instead of checking `(emacs-version)' check for
16742         `set-keymap-parent' and `set-keymap-name' directly.  Add entries
16743         for `;' and `o' which might be electric.
16745         (sql-electric-stuff): New user option.
16746         (sql-magic-go): New function which uses `sql-electric-stuff'.
16747         (sql-magic-semicolon): New function which uses
16748         `sql-electric-stuff'.
16750         (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
16751         is not fboundp.
16753         (sql-oracle-options): New variable.
16754         (sql-oracle): Use it.
16756         (sql-imenu-generic-expression): Doc change.
16757         (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
16758         is used.
16760         (sql-informix): Added command line parameter "-" to force
16761         sql-informix-program to use stdout.
16763 2000-06-25  Eli Zaretskii  <eliz@is.elta.co.il>
16765         * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
16766         (cp864-decode-table): Doc fix.
16767         (cp720-decode-table): New variable, supports the Arabic OEM
16768         codepage used by Windows.
16769         (cp737-decode-table): New, Greek OEM codepage used by Windows.
16771 2000-06-23  Dave Love  <fx@gnu.org>
16773         * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
16774         (font-lock-fontify-anchored-keywords): Use
16775         line-beginning-position.
16776         (global-font-lock-mode): Use mapc.
16778 2000-06-23  Stefan Monnier  <monnier@cs.yale.edu>
16780         * eshell/esh-module.el: Require CL when compiling.
16782 2000-06-23  Gerd Moellmann  <gerd@gnu.org>
16784         * comint.el (comint-substitute-in-file-name): Call replace-match
16785         with second and third arg t.
16787         * cus-edit.el (custom-button-face, custom-button-pressed-face):
16788         Specify foreground color.
16790         * faces.el (tool-bar, mode-line, header-line): Specify foreground
16791         color.
16793         * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
16795         * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
16796         cddr instead of cdddr.
16798         * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
16799         instead of copy-list.
16801         * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
16802         of copy-list.
16804         * subdirs.el: Add eshell subdirectory.
16806         * eshell: New subdirectory containing the Eshell package.
16808         * pcomplete.el: New file.
16810 2000-06-23  Paul Eggert  <eggert@twinsun.com>
16812         * mail/mailpost.el (post-mail-send-it): Make sure file has
16813         proper permissions from birth.
16815         * files.el (basic-save-buffer-2): When temporarily setting
16816         file modes, set them to current modes plus 0200, not to 0777.
16818         * emerge.el (emerge-make-temp-file): Make sure file has proper
16819         permissions from birth.
16821 2000-06-22  Eli Zaretskii  <eliz@is.elta.co.il>
16823         * files.el (make-backup-file-name-1): On DOS/Windows, run the
16824         backup file name through convert-standard-filename.
16826         * dos-fns.el (convert-standard-filename): Convert leading
16827         directories as well.  When long file names are supported, convert
16828         characters that are invalid in Windows file names.
16830 2000-06-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
16832         * ps-print.el: Fix bug: if ^L is the very first buffer character,
16833         ps-print crashes.  New feature: page selection for printing.  Create
16834         raw-text-unix coding system for XEmacs.  Doc fix.
16835         (ps-print-version): New version number (5.2.3).
16836         (ps-plot-region): Bug fix.
16837         (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
16838         (ps-header-sheet, ps-generate, ps-end-job): Code fix.
16839         (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
16840         funs.
16841         (ps-selected-pages, ps-last-selected-pages, ps-first-page)
16842         (ps-last-page): New vars.
16844 2000-06-21  Gerd Moellmann  <gerd@gnu.org>
16846         * progmodes/sh-script.el (sh-while-getopts): Fix handling of
16847         empty option string.
16849 2000-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
16851         * man.el (man): Doc fix.
16853 2000-06-21  Kenichi Handa  <handa@etl.go.jp>
16855         * international/mule-cmds.el (set-language-info-alist): Docstring
16856         fixed.
16858 2000-06-20  Gerd Moellmann  <gerd@gnu.org>
16860         * version.el (emacs-version): Use ISO date format.
16862         * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
16863         instead of `M-backspace'.
16865         * simple.el (turn-off-auto-fill): New function.
16867 2000-06-20  Stefan Monnier  <monnier@cs.yale.edu>
16869         * jit-lock.el (with-buffer-prepared-for-jit-lock):
16870         Renamed from with-buffer-prepared-for-font-lock and use
16871         inhibit-modification-hooks rather than setting *-change-functions.
16872         Update all functions to use the new name.
16873         (jit-lock-first-unfontify-pos): New semantics (and doc).
16874         (jit-lock-mode): Make non-interactive.
16875         Don't automatically turn on font-lock.
16876         Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
16877         Always use jit-lock-after-change.
16878         Remove and restore font-lock-after-change-function.
16879         (turn-on-jit-lock, jit-lock-after-fontify-buffer)
16880         (jit-lock-after-unfontify-buffer): Remove.
16881         (jit-lock-stealth-fontify):
16882         Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
16883         (jit-lock-after-change): Set the `fontified' text-prop to nil.
16885 2000-06-20  Sam Steingold  <sds@gnu.org>
16887         * emacs-lisp/cl-indent.el (toplevel): Indent
16888         `print-unreadable-object' properly.  Untabify.
16890 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
16892         * textmodes/reftex.el (reftex-find-citation-regexp-format):
16893         Support for bibentry.
16894         (reftex-compile-variables): Fixed problem with end of section-re.
16896         * texmodes/reftex-dcr.el (reftex-view-crossref,
16897         reftex-view-crossref-from-bibtex):
16898         Deal with changed `reftex-find-citation-regexp-format'.
16899         (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
16900         Replaced `remprop' with `put'.
16901         (reftex-view-crossref, reftex-view-crossref-when-idle):
16902         Support for bibentry.
16904         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
16905         New entry for bibentry package.
16907         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
16908         Regexp also matches "\nobibliography".
16910         * textmodes/reftex-global.el (reftex-renumber-simple-labels):
16911         Call `reftex-ensure-write-access' before doing anything.
16912         (reftex-ensure-write-access): New function.
16914 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
16916         * progmodes/idlwave.el: File re-installed (update to version 4.2)
16918         * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
16920         * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
16922         * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
16925 2000-06-20  Dave Love  <fx@gnu.org>
16927         * faces.el (frame-background-mode): Use set-default, not set, in
16928         setter.
16929         (frame-update-faces, frame-update-face-colors): Define with
16930         defalias.
16932         * enriched.el (enriched-decode-foreground)
16933         (enriched-decode-background): Don't use internal-find-face.
16935         * apropos.el: Doc fixes.
16937         * cus-edit.el (customize-changed-options): Check arg.
16938         (customize-version-lessp): Don't require decimal point.
16940         * custom.el (defcustom, defgroup): Doc fix.
16942         * newcomment.el (comment) <defgroup>: Add :version.
16943         (comment-multi-line): Doc fix.
16945         * emulation/mlsupport.el (define-hooked-local-abbrev,
16946         define-hooked-global-abbrev): Fix, using define-abbrev.
16948 2000-06-19  Gerd Moellmann  <gerd@gnu.org>
16950         * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
16951         the whole buffer.
16953 2000-06-19  Dave Love  <fx@gnu.org>
16955         * menu-bar.el (menu-bar-options-save): New function.
16956         (menu-bar-options-menu): Use it.
16957         (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
16958         Simplify.
16960 2000-06-19  Andreas Schwab  <schwab@suse.de>
16962         * progmodes/etags.el (tags-query-replace): Put new parameters
16963         START and END at the end, for backward compatibility.
16965 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
16967         * international/codepage.el:
16968         (cp-coding-system-for-codepage-1): Delete special codes for
16969         generating xxx-dos coding system because now a CCL based coding
16970         system can handle EOL conversion by default.
16972         * international/mule.el (make-coding-system): Generate subsidiary
16973         coding systems for EOL handling variants even for a CCL based
16974         coding system.
16976 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
16978         * international/isearch-x.el (isearch-minibuffer-input-method)
16979         (isearch-minibuffer-input-method-function): These variables
16980         deleted.
16981         (isearch-with-input-method): Don't use the above variables.
16982         (isearch-process-search-multibyte-characters): Likewise.  Call
16983         read-string with the arg INHERIT-INPUT-METHOD t.
16985 2000-06-17  Stefan Monnier  <monnier@cs.yale.edu>
16987         * font-lock.el (font-lock-after-fontify-buffer)
16988         (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
16990         * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
16991         Use consistent make-local-variable style for font-lock-fontified.
16992         (jit-lock-fontify-buffer):
16993         Don't bother checking for font-lock-mode and jit-lock-mode.
16995         * time.el: Remove trailing ^M that prevent CVS-merging.
16997 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
16999         * Makefile.in (distclean): New target.
17001 2000-06-16  Stefan Monnier  <monnier@cs.yale.edu>
17003         * Makefile.in (srcdir): Define for update-subdirs.
17005 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
17007         * find-lisp.el: New file.
17009 2000-06-16  Andrew Innes  <andrewi@gnu.org>
17011         * time.el (display-time-mail-function): New variable, to allow
17012         external packages to indicate when new mail is available.
17013         (display-time-update): Use it.
17015 2000-06-16  Kenichi Handa  <handa@etl.go.jp>
17017         * international/mule.el (mule-version): Change version name to
17018         SAKAKI.  AOI has already been used by Meadow.
17020         * international/quail.el (quail-show-guidance-buf): To find the
17021         bottom window (but minibuffer), pay attention to the height of
17022         minibuffer.
17024 2000-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
17026         * arc-mode.el (archive-mode-map): Use the new menu-item format for
17027         menu-bar menus.  Add help strings.  Don't remove the Edit menu
17028         from the menu bar, as the menu bar has enough space now.
17030         * Makefile.in (SHELL): Make sure /bin/sh is used.
17032         * woman.el (woman-man-buffer): Fix bold and underlined CJK
17033         characters, which use series of two ^H characters instead of one.
17035 2000-06-15  Gerd Moellmann  <gerd@gnu.org>
17037         * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
17038         (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
17039         functions.
17040         (Info-find-node-2): Try a case-sensitive search first, then
17041         do a case-insensitive search.
17043         * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
17044         tutorials.
17046         * complete.el (PC-env-vars-alist): New variable.
17047         (PC-complete-as-file-name): New function.
17048         (partial-completion-mode): Initialize PC-env-vars-alist from
17049         process-environment.
17050         (PC-do-completion): Handle completion of env vars.
17052         * info.el (Info-set-mode-line): Show file name in mode line,
17053         use `*Info*' instead of `Info:'.
17055         * startup.el (command-line-1): Change copyright messages to year
17056         2000.
17058 2000-06-15  Dave Love  <fx@gnu.org>
17060         * net/goto-addr.el (goto-address-fontify): Use keymap property,
17061         not local-map.
17063 2000-06-15  Kenichi Handa  <handa@etl.go.jp>
17065         * international/mule.el (set-buffer-file-coding-system): Almost
17066         rewritten to handle `undecided' as no-op.
17068 2000-06-14  Gerd Moellmann  <gerd@gnu.org>
17070         * Makefile.in: New file.
17072         * Makefile: Removed.
17074         * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
17075         (goto-address-highlight-keymap): Bind C-c RET.
17077 2000-06-14  Kenichi Handa  <handa@etl.go.jp>
17079         * mail/sendmail.el (sendmail-send-it): The temporary buffer
17080         inherits buffer-file-coding-system of the current buffer.
17082         * tar-mode.el (tar-extract): For goto-char, use (point-min), not
17083         0.  Give correct argument to set-auto-coding-function.
17084         (tar-expunge): For goto-char, use (point-min), not 0.
17085         (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
17086         (tar-subfile-save-buffer): Likewize.
17088         * international/mule.el
17089         (after-insert-file-set-buffer-file-coding-system): Call
17090         set-buffer-file-coding-system with the arg FORCE t.
17092 2000-06-13  Gerd Moellmann  <gerd@gnu.org>
17094         * mail/sendmail.el (mail-specify-envelope-from): Initialize to
17095         nil.  Contemporary sendmails issue an X-Authentication-Warning if
17096         the sender is set with `-f'.
17098 2000-06-13  Dave Love  <fx@gnu.org>
17100         * help.el (describe-function-1): Kluge around cases of functions
17101         fset to subrs whose doc doesn't match their symbol-name.
17103         * image.el (insert-image): Default STRING to a space.
17105         * info.el Doc fixes.
17106         (Info-build-node-completions): Match Ref tags.
17108 2000-06-13  Eli Zaretskii <eliz@is.elta.co.il>
17110         * frame.el (display-multi-frame-p, display-multi-font-p): New
17111         defaliases for display-graphic-p.
17113         * hl-line.el: Fixed a typo in commentary.
17115 2000-06-13  Kenichi Handa  <handa@etl.go.jp>
17117         * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
17118         fixed.
17120 2000-06-12  Dave Love  <fx@gnu.org>
17122         * image.el (insert-image): Save a little consing.
17124 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
17126         * language/tibet-util.el: Convert all tibetan-1-column characters
17127         to the corresponding tibetan characters.
17128         (tibetan-add-components): Delete code for the special treatment of
17129         'a chung.
17131         * language/tibetan.el (tibetan-composable-pattern): Fix previous
17132         change.
17133         (tibetan-vowel-transcription-alist): More rules added.
17134         (tibetan-composite-vowel-alist): New variable.
17135         (tibetan-precomposition-rule-alist): More rules added.
17137 2000-06-12  Stefan Monnier  <monnier@cs.yale.edu>
17139         * startup.el (command-line): Only call menu-bar-mode if interactive.
17141         * thingatpt.el (toplevel symbol-properties):
17142         * textmodes/makeinfo.el (makeinfo-compile):
17143         * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
17144         * progmodes/hideif.el (hif-compress-define-list)
17145         (hide-ifdef-use-define-alist):
17146         * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
17147         (ange-ftp-vms-add-file-entry):
17148         * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
17149         * man.el (Man-build-man-command):
17150         * mail/rnewspost.el (news-reply-header-hook):
17151         * info.el (Info-insert-dir):
17152         * emulation/mlconvert.el (backward-word, forward-word, setq):
17153         * emacs-lisp/gulp.el (gulp-send-requests):
17154         * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
17155         (byte-optimize-inline-handler, byte-optimize-form-code-walker)
17156         (byte-optimize-apply, end of file):
17157         * emacs-lisp/advice.el (ad-advice-class-completion-table)
17158         (ad-make-freeze-definition):
17159         * startup.el (command-line, command-line-1): Don't quote lambdas.
17161         * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
17162         (cvs-cleanup-removed): New function.
17163         (cvs-cleanup-functions): New var.
17164         (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
17165         some flexibility in specifying additional entries to auto-cleanup.
17166         (cvs-quickdir): New function.
17167         (cvs-mode-insert): Use cvs-fileinfo-from-entries.
17168         (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
17169         (cvs-mode-find-file): Check that we are on a filename or dirname
17170         when invoked through a mouse-click.
17171         (cvs-full-path): Remove.
17172         (cvs-dired-action): Re-introduced.
17173         (cvs-dired-noselect): Use it.
17174         (vc-post-command-functions): use this new hook if available.
17176         * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
17177         (cvs-status-map): Don't inherit from cvs-mode-map anymore.
17178         (cvs-filename-map, cvs-dirname-map): Remove.
17179         (cvs-default-action): Remove.
17180         (cvs-add-face): Use `keymap' rather than `local-map' property, and only
17181         if the arg is really a keymap.
17182         (cvs-fileinfo-pp): Don't use any special map for file and dir names.
17183         Don't hardcode the mapping from state (aka type) to face, but check
17184         the var cvs-fi-<type>-face instead.
17185         (cvs-fileinfo-from-entries): New function.
17187         * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
17188         Docstring fix.
17189         (cvs-find-file-and-jump): Change default to be safer.
17190         (cvs-mode-diff-map): Define it as a function as well.
17191         (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
17192         Bind mouse-2 in this global map rather than with text-properties.
17194         * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
17195         file to resolve the ambiguity between C(conflict) and C(need-merge).
17197 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
17199         * international/mule.el (set-buffer-file-coding-system): If
17200         CODING-SYSTEM is nil, set buffer-file-coding-system to nil
17201         unconditionally.
17203 2000-06-12  Dave Love  <fx@gnu.org>
17205         * wid-edit.el (widget-specify-button): Really suppress the face if
17206         required.
17208 2000-06-11  Gerd Moellmann  <gerd@gnu.org>
17210         * term/x-win.el (x-colors): Add colors from recent rgb.txt.
17212 2000-06-11  Stefan Monnier  <monnier@cs.yale.edu>
17214         * imenu.el (imenu-generic-expression): Docstring fix.
17216         * composite.el (composition-function-table): Move the `put'
17217         below the autoload cookie so we can load the file before loaddefs.
17219         * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
17221         * emacs-lisp/autoload.el (make-autoload): Use `cond'.
17222         Handle easy-mmode-define-global-mode.
17223         For complex macros like define-minor-mode that can generate
17224         several autoload entries, try to autoload entries in the
17225         macroexpanded code.
17227         * emacs-lisp/easy-mmode.el (define-minor-mode):
17228         If KEYMAP is a symbol, just use it.
17229         Use byte-compile-current-file and load-file-name to infer the
17230         proper :require to pass to defcustom.
17231         Wrap the hook var into `progn' so as not to autoload it.
17232         Add a :autoload-end cookie.
17233         Be more careful about the evaluation of KEYMAP.
17234         (easy-mmode-define-global-mode): Add a :autoload-end cookie.
17235         (define-derived-mode): Move define-abbrev-table outside of defvar.
17237 2000-06-10  Stefan Monnier  <monnier@cs.yale.edu>
17239         * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
17240         (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
17241         (backup-compiled-files): Ignore errors during `tar'.
17242         (bootstrap): Make autoloads before elc files.
17244 2000-06-10  Kenichi Handa  <handa@etl.go.jp>
17246         * international/mule.el (set-buffer-file-coding-system): If one of
17247         undecided-XXX is specified, change only EOL conversion.
17249         * international/mule-conf.el (unix): New alias for the coding
17250         system undecided-unix.
17252 2000-06-09  Dave Love  <fx@gnu.org>
17254         * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
17256         * progmodes/executable.el: Byte compile dynamic.
17257         (executable-insert): Change custom type.
17258         (executable-find): Add autoload cookie.
17259         (executable-make-buffer-file-executable-if-script-p): New
17260         function.  After Noah Friedman.
17262         * files.el (after-save-hook): Customize, with
17263         executable-make-buffer-file-executable-if-script-p as an option.
17265 2000-06-09  Kenichi Handa  <handa@etl.go.jp>
17267         * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
17268         "tib24p-mule.bdf" for Tibetan.
17270         * composite.el (decompose-composite-char): Declare it as obsolete.
17272         * man.el (Man-fontify-manpage): Pay attention to underline and
17273         overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
17275 2000-06-08  Gerd Moellmann  <gerd@gnu.org>
17277         * thingatpt.el (forward-thing): Use functionp instead of fboundp.
17278         Set maintainer to FSF since author isn't reachable.
17280 2000-06-08  Dave Love  <fx@gnu.org>
17282         * international/mule-cmds.el (select-safe-coding-system): If
17283         DEFAULT-CODING-SYSTEM is not specified, also check the most
17284         preferred coding-system if buffer-file-coding-system is
17285         `undecided'.  From Handa.
17287 2000-06-08  Kenichi Handa  <handa@etl.go.jp>
17289         * international/mule.el
17290         (after-insert-file-set-buffer-file-coding-system): If the buffer
17291         size is greater than INSERTED, judget that we are not visiting.
17293 2000-06-07  Rajesh Vaidheeswarran  <rv@gnu.org>
17295         * whitespace.el (defgroup whitespace): Comment out `:version'.
17296         XEmacs 20.4 has problems defining the group with this present.
17297         We'll have this commented out till get resolve the problem.
17299 2000-06-07  John Wiegley  <johnw@gnu.org>
17301         * align.el (align-dq-string-modes, align-sq-string-modes)
17302         (align-open-comment-modes): Add pyhton-mode.
17303         (align-rules-list): Use get-text-property instead of
17304         text-properties-at.
17305         (align-rules-list): Add python-assignment.
17306         (align-rules-list): Change perl-comma-delimiter to
17307         basic-comma-delimiter.  Use if for Perl modes and python-mode.
17308         (align-rules-list): Add python-chain-logic and
17309         basic-line-continuation.
17311 2000-06-07  Jari Aalto  <jari.aalto@poboxes.com>
17313         * apropos.el (apropos-mode-hook): New user variable.
17314         (apropos-mode): Run apropos-mode-hook.
17316 2000-06-07  David Ponce  <david@dponce.com>
17318         * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
17319         commands.  Require `wid-edit' at run-time.
17321 2000-06-07  David Ponce  <david@dponce.com>
17323         * recentf.el: Added some "Commentary".
17324         (recentf-open-more-files, recentf-edit-list): Minor changes to
17325         move the point at the top of the file list.  This behaviour is
17326         consistent with the menu one when the list contains a lot of
17327         files.
17328         (recentf-cleanup): Now displays the number of items removed from
17329         the list.
17330         (recentf-relative-filter) New menu filter to show filenames
17331         relative to `default-directory'.
17333 2000-06-07  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
17335         * ps-print.el: XEmacs compatibility.  Doc fix.  Can select page size
17336         with/without giving an error if PostScript printer doesn't have this
17337         kind of page size.  Zebra Stripe continues or restarts on next page.
17338         Manual/automatic paper feeding.  Switch or not the header.
17339         (ps-print-version): New version number (5.2.2).
17340         (ps-windows-system): Include emx as a Windows system.
17341         (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
17342         (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
17343         (ps-background-text): Code fix.
17344         (ps-error-handler-message, ps-user-defined-prologue)
17345         (ps-print-prologue-header, ps-printer-name)
17346         (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
17347         (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
17348         (ps-use-face-background): Customization fix.
17349         (ps-n-up-database): Data fix.
17350         (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
17351         (ps-switch-header): New vars.
17352         (ps-xemacs-color-name, ps-face-foreground-name)
17353         (ps-face-background-name, ps-boolean-constant): New funs.
17355 2000-06-07  Dave Love  <fx@gnu.org>
17357         * allout.el: New version from Manheimer.
17359 2000-06-07  Kenichi Handa  <handa@etl.go.jp>
17361         * textmodes/fill.el (fill-find-break-point): Check the validity of
17362         charset.
17364 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
17366         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
17367         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
17368         Call display-color-p and display-mouse-p instead of looking at
17369         window-system.
17371 2000-06-06  Dave Love  <fx@gnu.org>
17373         * image.el (find-image): Doc fix.  Return nil if image not found.
17374         (put-image, insert-image): Make STRING arg optional.
17376 2000-06-06  Kenichi Handa  <handa@etl.go.jp>
17378         * language/vietnamese.el: Remove eval-when-compile.
17379         (viet-viscii-nonascii-translation-table): Define it as a
17380         translation table made from viet-viscii-decode-table.
17381         (viet-viscii-encode-table): Define it as a translation table made
17382         from the reverse map of above.
17383         (viet-vscii-nonascii-translation-table): Define it as a
17384         translation table made from viet-vscii-decode-table.
17385         (viet-vscii-encode-table): Define it as a translation table made
17386         from the reverse map of above.
17387         (ccl-decode-viscii): Use translate-character.
17388         (ccl-encode-viscii, ccl-encode-viscii-font)
17389         (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
17390         Likewize.
17392         * language/cyrillic.el: Remove eval-when-compile.
17393         (cyrillic-koi8-r-nonascii-translation-table): Define it as a
17394         translation table made from cyrillic-koi8-r-decode-table.
17395         (cyrillic-koi8-r-encode-table): Define it as a translation table
17396         made from the reverse map of above.
17397         (ccl-decode-koi8): Use translate-character.
17398         (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
17399         (cyrillic-alternativnyj-nonascii-translation-table): Define it as
17400         a translation table made from cyrillic-alternativnyj-decode-table.
17401         (cyrillic-alternativnyj-encode-table): Define it as a translation
17402         table made from the reverse map of above.
17403         (ccl-decode-alternativnyj): Use translate-character.
17404         (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
17405         Likewize
17407         * international/mule-diag.el (non-iso-charset-alist): Specify
17408         translation table symbol instead of translation table itself.
17409         (list-block-of-chars): CHARSET may be a translation table symbol.
17411         * international/mule.el (make-coding-system): If CODING-SYSTEM
17412         already exists, override it.
17414         * international/fontset.el: Use family `proportional' for Tibetan
17415         fonts.
17417         * international/ccl.el (ccl-compile-translate-character): Don't
17418         check if Rrr has property translation-table.
17419         (ccl-compile-map-multiple): Modified to avoid compiler warning.
17421 2000-06-05  Gerd Moellmann  <gerd@gnu.org>
17423         * info.el: Bind case-fold-search to t when searching in case
17424         a user sets it to nil in a hook.
17426 2000-06-05  Stefan Monnier  <monnier@cs.yale.edu>
17428         * autoarg.el (autoarg-mode, autoarg-kp-mode):
17429         * hl-line.el (hl-line-mode): Use the new :global key argument.
17431         * tar-mode.el (tar-header-block-recompute-checksum): Remove.
17432         (tar-clip-time-string): Prepend a space.
17433         (tar-grind-file-mode): Construct a string rather than modifying one.
17434         (tar-header-block-summarize): Fix docstring.
17435         Use `format' rather than an error-prone set of copy-loops.
17437         * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
17438         (diff-goto-source, diff-unified->context, diff-context->unified)
17439         (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
17440         understand the format output by the `-p' argument to diff.
17442         * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
17443         (sh-re-done): Use defconst.
17444         (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
17445         (sh-help-string-for-variable, sh-guess-basic-offset):
17446         Don't quote lambdas.
17447         (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
17448         (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
17450         * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
17451         (mh-letter-mode): Derive from text-mode.
17452         This implicitly means that it now calls kill-all-local-variables.
17453         Also remove the Emacs-18 compatibility code.
17455         * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
17456         Make use of symbol-property doc-string-elt.
17457         Use memq rather than a sequence of eq.
17458         (doc-string-elt): Fix the wrong or missing previously unused values.
17459         (autoload-print-form): New function extracted from
17460         generate-file-autoloads to allow recursion when handling progn
17461         so that defvar's and defun's docstrings are properly printed.
17462         (generate-file-autoloads): Use it.
17464         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
17465         Use find-file-hooks in the minor-mode function.
17466         Be careful not to loop indefinitely in the post-command-hook function.
17468 2000-06-05  Michael Kifer  <kifer@cs.sunysb.edu>
17470         * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
17471         tty's.
17472         * ediff-diff.el (ediff-exec-process): Use --binary for fine
17473         differences whenever appropriate.
17474         * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
17475         * viper.el (find-file, find-file-other-window): Get viper to do
17476         wildcards.
17478 2000-06-04  Stefan Monnier  <monnier@cs.yale.edu>
17480         * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
17481         (jit-lock-fontify-buffer): New function for JIT refontification.
17482         (jit-lock-mode): Fix docstring.
17483         Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
17484         Remove jit-lock-after-change from the _local_ hook.
17485         (jit-lock-function-1): Fix docstring.
17487         * info.el (Info-on-current-buffer): Initialize info.
17489         * newcomment.el (comment-indent): Ignore comment-indent-hook.
17491         * progmodes/tcl.el (tcl-indent-for-comment):
17492         Ignore comment-indent-hook.
17494         * emacs-lisp/easy-mmode.el: Require CL during compilation.
17495         (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
17496         (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
17497         and improve to use the lighter to guess the capitalization.
17498         (define-minor-mode): Inline code from easy-mmode-define-toggle.
17499         Add keyword arguments to specify global-ness or the custom group.
17500         Add local-map and help-echo properties to the lighter.
17501         (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
17502         (easy-mmode-define-global-mode): New macro.
17504 2000-06-02  Dave Love  <fx@gnu.org>
17506         * wid-edit.el: byte-compile-dynamic since we typically don't use
17507         all the widgets.  Don't require cl or widget.  Remove
17508         eval-and-compile.  Don't autoload finder-commentary.  Doc fixes.
17509         (widget-read-event): Removed.  Callers changed to use read-event.
17510         (widget-button-release-event-p): Renamed from
17511         button-release-event-p.
17512         (widget-field-add-space, widget-field-use-before-change):
17513         Uncustomize.
17514         (widget-specify-field): Use keymap property, not local-map.
17515         (widget-specify-button): Obey :suppress-face.
17516         (widget-specify-insert): Use modern backquote syntax.
17517         (widget-image-directory): Renamed from widget-glyph-directory.
17518         (widget-image-enable): Renamed from widget-glyph-enable.
17519         (widget-image-find): Replaces widget-glyph-find.
17520         (widget-button-pressed-face): Move defvar.
17521         (widget-image-insert): Replaces widget-glyph-insert.
17522         (widget-convert): Use keywordp.
17523         (widget-leave-text, widget-children-value-delete): Use mapc.
17524         (widget-keymap): Remove XEmacs stuff.
17525         (widget-field-keymap, widget-text-keymap): Define all inside defvar.
17526         (widget-button-click): Don't set point at the click, but re-centre
17527         if we scroll out of window.  Rewritten for images v. glyphs &c.
17528         (widget-tabable-at): Use POS arg, not point.
17529         (widget-beginning-of-line, widget-end-of-line)
17530         (widget-item-value-create, widget-sublist, widget-princ-to-string)
17531         (widget-sexp-prompt-value, widget-echo-help): Simplify.
17532         (widget-default-create): Use widget-image-insert; some rewriting.
17533         (widget-visibility-value-create)
17534         (widget-push-button-value-create, widget-toggle-value-create): Use
17535         widget-image-insert.
17536         (checkbox): Create on and off images dynamically.
17537         (documentation-link): Change :help-echo.
17538         (widget-documentation-link-echo-help): Remove.
17540 2000-06-02  Stefan Monnier  <monnier@cs.yale.edu>
17542         * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
17544         * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
17545         (easy-mmode-define-toggle, define-minor-mode): Use it.
17546         (easy-mmode-define-keymap): Docstring fix.
17547         (define-derived-mode): Default PARENT to fundamental-mode.
17548         Add the derived-mode-parent symbol-property.
17549         (easy-mmode-derived-mode-p): New function.
17551 2000-06-02  Dave Love  <fx@gnu.org>
17553         * files.el (convert-standard-filename): Doc fix.
17554         (normal-backup-enable-predicate): New function.
17555         (backup-enable-predicate): Use it to replace the lambda form.
17557         * calendar/todo-mode.el: [This needs more work on the outline
17558         stuff.]  Doc fixes.
17559         (todo) <defgroup>: Add :version.
17560         (todo-add-category): Don't use pushnew.
17561         (todo-cmd-raise): Fix typo.
17562         (todo-top-priorities): Change temp buffer name.
17563         (todo-category-alist): Avoid redundant lambda.
17564         (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
17565         Use outline-next-heading.
17567         * autoarg.el: Rewritten to use define-minor-mode.
17568         (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
17569         (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
17571 2000-06-02  Kenichi Handa  <handa@etl.go.jp>
17573         * isearch.el (isearch-other-meta-char): Fix previous change.
17575 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
17577         * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
17578         (log-edit-done): Only add the comment to the ring if it's different
17579         from the last comment entered.
17581         * isearch.el (isearch-highlight): Turn internal-find-face into facep.
17583 2000-06-01  Dave Love  <fx@gnu.org>
17585         * hl-line.el: Rewritten using define-minor-mode.
17587         * help.el (describe-function-1): Distinguish special form from
17588         builtin function.  Sanity-check presence of arglist for builtins.
17590 2000-06-01  Kenichi Handa  <handa@etl.go.jp>
17592         * international/characters.el: Fix syntax/category setting of
17593         Tibetan characters.
17595         * language/tibet-util.el (tibetan-add-components): Fixes for new
17596         encoding of Tibetan characters.
17597         (tibetan-decompose-precomposition-alist): New variable.
17598         (tibetan-decompose-region): Convert precomposed characters to
17599         non-precomposed characters.
17600         (tibetan-decompose-string): Likewise.
17601         (tibetan-composition-function): Fix args to
17602         thibetan-compose-string.
17604         * language/tibetan.el (tibetan-composable-pattern): More
17605         characters included.
17606         (tibetan-consonant-transcription-alist): Rule for "R" added.
17607         (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
17608         "+R" added.
17609         (tibetan-base-to-subjoined-alist): Rule for "RA" added.
17611         * language/lao-util.el (lao-composition-function): Fix args to
17612         compose-string.
17614         * language/thai-util.el (thai-composition-function): Fix args to
17615         compose-string.
17617         * isearch.el (isearch-update): Set disable-point-adjustment to t
17618         to prevent the point moving to the end of a composition when a
17619         part of a composition is searched.
17620         (isearch-other-meta-char): If the key invoking this command can be
17621         mapped by function-key-map to a printing char, call
17622         isearch-process-search-char directly.
17624 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
17626         * emacs-lisp/bytecomp.el:
17627         * frame.el:
17628         * international/mule-cmds.el:
17629         * international/mule-util.el:
17630         * international/mule.el:
17631         * mouse.el:
17632         * subr.el:
17633         * faces.el: Update calls to make-obsolete with a WHEN argument.
17635         * byte-run.el (make-obsolete, make-obsolete-variable):
17636         Add an optional WHEN argument and change the format of the
17637         symbol-property information.
17638         * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
17639         (byte-compile-obsolete, byte-compile-variable-ref): Understand the
17640         new obsolete-symbol-property format and print WHEN if it is provided.
17642 2000-05-31  Dave Love  <fx@gnu.org>
17644         * loadhist.el (loadhist-hook-functions): Remove
17645         before-change-function, after-change-function.
17646         (unload-feature): Deal with symbols which are both bound and
17647         fbound.
17649         * mouse.el (mouse-save-then-kill-delete-region): Don't bind
17650         before-change-function, after-change-function.
17652         * simple.el (newline): Don't bind before-change-function,
17653         after-change-function.
17655 2000-05-31  Rajesh Vaidheeswarran <rv@gnu.org>
17657         * whitespace.el (whitespace-rescan-timer-time): Update interval
17658         set to 600 seconds (10 minutes) instead of 60 seconds since
17659         a large number of whitespace buffers causes emacs to `freeze'
17660         for a considerable amount of time.
17662         * whitespace.el: Updated email address
17664 2000-05-31  Dave Love  <fx@gnu.org>
17666         * add-log.el (change-log-font-lock-keywords) <function>: Add
17667         pattern for function of change.
17668         (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
17669         acknowledgements patterns.
17671 2000-05-31  Kenichi Handa  <handa@etl.go.jp>
17673         * isearch.el (isearch-printing-char): If keyboard coding system is
17674         being used, call isearch-process-search-multibyte-characters.
17676         * international/isearch-x.el: Mostly rewritten.
17678         * international/quail.el (quail-start-conversion): Don't include
17679         unhandled events in the returned events, but set them in
17680         unread-command-events.  Exit if all inputs are deleted.
17682 2000-05-30  Jason Rumney  <jasonr@gnu.org>
17684         * w32-fns.el (w32-charset-info-alist): Add each charset separately.
17686         * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
17687         Reenable code to create initial fontsets.
17688         Use set-fontset-font in place of put-charset-property.
17690 2000-05-30  Gerd Moellmann  <gerd@gnu.org>
17692         * progmodes/perl-mode.el (perl-indent-line): When looking for a
17693         label, ensure that the first colon isn't followed by another.
17695         * paths.el (Info-default-directory-list): Doc fix.
17697         * net/net-utils.el (finger-X.500-host-regexps): New user-option.
17698         (finger): If HOST matches a regexp from finger-X.500-host-regexps,
17699         send a query containing USER only, not USER@HOST.
17701         * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
17702         and rmail-msgend to compute the restriction at the end, instead of
17703         computing it.
17705 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
17707         * dabbrev.el (dabbrev-expand): Don't display messages in the
17708         echo area if the minibuffer window is active.
17710         * jit-lock.el (jit-lock-mode): Add after change function to
17711         local hook.
17713 2000-05-29  Christoph Wedler  <Christoph.Wedler@sap.com>
17715         * antlr-mode.el: New commands: hide/unhide actions,
17716         upcase/downcase literals.
17717         (antlr-tiny-action-length): New user option.
17718         (antlr-hide-actions): New command.  Suggested by
17719         Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
17720         (antlr-mode-map): New binding [C-c C-v].
17721         (antlr-mode-menu): New entries.
17722         (antlr-downcase-literals): New command.
17723         (antlr-upcase-literals): Ditto.
17725         * antlr-mode.el: Minor changes: indendation, mode-name.
17726         (antlr-indent-line): Indent cpp directive at column 0.
17727         (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
17729         * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
17730         (antlr-font-lock-additional-keywords): Workaround for intentional
17731         bug in XEmacs version of font-lock.
17732         (antlr-mode): Set symbol property `mode-name' to "Antlr".  Could
17733         be used by a smarter version of `buffers-menu-grouping-function'.
17735 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
17737         * tmm.el (tmm-prompt): Recognize menu item definitions of the for
17738         `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
17740 2000-05-29  Kenichi Handa  <handa@etl.go.jp>
17742         * international/encoded-kb.el
17743         (encoded-kbd-iso2022-designation-map): Pay attention to that
17744         charset-iso-final-char return -1 for eight-bit-control and
17745         eight-bit-graphic.
17747 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
17749         * speedbar.el (speedbar-use-images, speedbar-update-flag)
17750         (speedbar-easymenu-definition-base): Use display-graphic-p where
17751         available, instead of window-system.
17753 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
17755         * international/codepage.el (cp-coding-system-for-codepage-1): Add
17756         eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
17757         coding systems.
17759 2000-05-26  Dave Love  <fx@gnu.org>
17761         * disp-table.el (standard-display-underline): Don't use
17762         internal-find-face.
17764         * mail/reporter.el: Maintainer change.  Doc fixes.
17765         (reporter-version): Deleted.
17767         * emacs-lisp/elp.el: Maintainer change.
17768         (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
17770 2000-05-26  Stefan Monnier  <monnier@cs.yale.edu>
17772         * add-log.el (add-change-log-entry): Merge the current entry with the
17773         previous one if the previous one is empty.
17775 2000-05-26  Dave Love  <fx@gnu.org>
17777         * loadhist.el (unload-feature): Fix interactive spec [from
17778         lijnzaad@ebi.ac.uk].
17780         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
17781         subr-arity to check primitives.
17782         (byte-compile-flush-pending, byte-compile-file-form-progn)
17783         (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
17784         (byte-compile-insert, byte-compile-funcall): Use mapc instead of
17785         mapcar.
17787 2000-05-26  Kenichi Handa  <handa@etl.go.jp>
17789         * international/fontset.el: Set family names of non-latin charsets
17790         in default fontset to "*".
17792         * international/mule-diag.el (print-fontset): Combine family part
17793         and registry part of the fontname by "-*-" instead of "-".
17795         * international/mule-cmds.el (encode-coding-char): Make strings
17796         multibyte before calling encode-coding-string.
17798 2000-05-25  Stefan Monnier  <monnier@cs.yale.edu>
17800         * derived.el: Fix keywords.
17801         (define-derived-mode): Only define if needed.
17803         * simple.el (fill-comment, comment-column, comment-start)
17804         (comment-start-skip, comment-end, comment-indent-function)
17805         (block-comment-start, block-comment-end, indent-for-comment)
17806         (set-comment-column, kill-comment, comment-padding, comment-region)
17807         (comment-multi-line, indent-new-comment-line): Remove.
17809         * bindings.el (esc-map): Change ; to comment-dwim and use the new
17810         function names for comment operations.
17812         * newcomment.el: Add abundant autoload cookies.
17813         (comment-style): Don't depend on runtime data at compile-time.
17814         (comment-indent-hook): Remove.
17815         (comment-indent): Check if comment-indent-hook is bound.
17816         (comment-region): Docstring fix.
17818 2000-05-25  Dave Love  <fx@gnu.org>
17820         * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
17821         byte-code-function-p.
17823         * mail/rmailsum.el: Add provide.
17825         * net/goto-addr.el (goto-address-fontify): Add help-echo property.
17827         * smerge-mode.el (smerge-diff-switches): Don't use list* in
17828         defcustom.
17830 2000-05-25  Michael Kifer  <kifer@cs.sunysb.edu>
17832         * ediff-diff.el (ediff-exec-process): delete --binary option from
17833         non-buffer ediff jobs.
17835 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
17837         * hilit-chg.el (highlight-changes-mode): Ask about color or
17838         grayscale support, not about window-system.
17840         * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
17841         window-system.
17842         (ffap-highlight): Always default to t.
17844         * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
17845         display-popup-menus-p instead of looking at window-system.
17847         * disp-table.el (standard-display-g1, standard-display-graphic):
17848         Only refuse to use string glyphs on X and MS-Windows.
17850         * avoid.el: Remove window-system from commentary, suggest to use
17851         display-*-p instead.
17853         * apropos.el (apropos-print): Use display-mouse-p instead of
17854         window-system.
17856 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
17858         * international/codepage.el (cp-decoding-vector-for-codepage):
17859         Fill up unsupported characters with their own codes.  From Kenichi
17860         Handa.
17862 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
17864         * international/mule-diag.el (describe-char-after): Use
17865         display-graphic-p instead of window-system, so that this function
17866         works on MS-DOS.
17868 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
17870         * international/codepage.el (cp-make-coding-systems-for-codepage):
17871         Remove the eight-bit-graphic and eight-bit-control charsets from
17872         the list of charsets which we convert into `?'.
17874 2000-05-25  Kenichi Handa  <handa@etl.go.jp>
17876         * international/mule-conf.el: Specify CHARSET-ID explicitely for
17877         private charsets.
17878         (mule-unicode-0100-24ff, japanese-jisx0213-1,
17879         japanese-jisx0213-2): New charsets.
17881         * international/fontset.el: Setup default fontset for new charsets.
17883 2000-05-24  Dave Love  <fx@gnu.org>
17885         * info.el (Info-find-node-2): Restructure [following "Vadim
17886         S. Solomin" <sovs@uic.nnov.ru>].
17888         * icomplete.el: Fix header for Finder.
17890 2000-05-24  Eric M. Ludlam  <zappo@ultranet.com>
17892         * rmailout.el (rmail-output-to-rmail-file): Added optional param
17893         STAY.
17895         * rmail.el (rmail-automatic-folder-directives): New user variable.
17896         (rmail-show-message): Add call to `rmail-auto-file' during
17897         display.
17898         (rmail-auto-file): New function.
17900 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
17902         * ediff-diff.el (ediff-forward-word): Take syntactic word class into
17903         account.
17904         (ediff-test-utility,ediff-diff-mandatory-option)
17905         (ediff-reset-diff-options): Utilities for proper initialization of
17906         ediff-diff-options and ediff-diff3-options on Windows.
17908         * ediff-init.el (ediff-merge-filename-prefix): New customizable
17909         variable.
17911         * ediff-mult.el (ediff-filegroup-action): Use
17912         ediff-merge-filename-prefix.
17914 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
17916         * viper-ex.el (ex-write): Set selective display to nil.
17918 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
17920         * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
17921         aliases for hebrew-iso-8bit.
17923 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
17925         * woman.el: New version from Francis J. Wright
17926         <F.J.Wright@Maths.QMW.ac.uk>.
17927         (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
17928         names in environment variables regardless of the path separator.
17929         (woman-topic-all-completions-1): Don't call file-name-directory-p
17930         on all files, since woman-file-regexp already filters out any
17931         directories.
17933 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
17935         * international/quail.el (quail-start-translation): Don't change
17936         modified-p of the current buffer.
17937         (quail-start-conversion): Likewise.
17939         * international/kkc.el (kkc-region): Don't change modified-p of
17940         the current buffer.
17942         * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
17943         conform to RFC1468.
17944         (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
17946 2000-05-23  Eric M. Ludlam  <zappo@ballista.ultranet.com>
17948         * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
17949         (speedbar-insert-button): Invisible text property fix.
17950         (speedbar-directory-plus): Renamed from speedbar-directory-+
17951         (speedbar-directory-minus): Renamed from speedbar-directory--
17952         (speedbar-page-plus): Renamed from speedbar-file-+
17953         (speedbar-page-minus): Renamed from speedbar-file--
17954         (speedbar-page): Renamed from speedbar-file-
17955         (speedbar-tag): Renamed from speedbar-tag-
17956         (speedbar-tag-plus): Renamed from speedbar-tag-+
17957         (speedbar-tag-minus): Renamed from speedbar-tag--
17958         (speedbar-expand-image-button-alist): Use above renames.
17960         * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
17961         * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
17962         * sb-pg-plus.xpm: Renamed from sb-file+.xpm
17963         * sb-pg-minus.xpm: Renamed from sb-file-.xpm
17964         * sb-pg.xpm: Renamed from sb-file.xpm
17965         * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
17966         * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
17968 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
17970         * international/quail.el (quail-show-guidance-buf): Set
17971         current-input-method of the guidance buffer to the name of the
17972         curren input method.
17974 2000-05-23  Stefan Monnier  <monnier@cs.yale.edu>
17976         * progmodes/compile.el (compile-internal): Style typo.
17978         * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
17979         quote vars and functions in the docstring.
17981         * newcomment.el (comment-make-extra-lines): Don't use `assert'.
17983         * completion.el (dynamic-completion-mode, dynamic-completion-mode):
17984         Don't quote lambdas.
17986         * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
17988 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
17990         * startup.el (command-line): Determine source file of compiled
17991         user init file differently.  Warn if compiled user init file
17992         is older than its source file.
17994         * ffap.el (ffap-url-regexp): Add `https'.
17996 2000-05-23  Eli Zaretskii  <eliz@is.elta.co.il>
17998         * files.el (make-backup-file-name-1): Replace slashes with `!'
17999         rather than `|' (which is not allowed on Windows).  Replace the
18000         drive letters with a string "drive_X".
18002 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
18004         * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
18006         * files.el (interpreter-mode-alist): Add `bash2'.
18008 2000-05-22  Dave Love  <fx@gnu.org>
18010         * loadhist.el (feature-symbols, file-provides, file-requires): Use
18011         mapc.
18012         (feature-file): Avoid calling symbol-name.  Doc fix.
18013         (file-set-intersect, file-dependents): Use dolist, not mapcar.
18014         (loadhist-hook-functions): Add mouse-position-function.
18015         (unload-feature): Change uses of mapcar.
18017         * files.el (parse-colon-path): Doc fix.
18018         (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
18019         (set-auto-mode): Use mapc.
18021         * complete.el (PC-look-for-include-file): Use :alnum: character
18022         class.
18023         (partial-completion-mode): Add autoload cookie.
18025 2000-05-22  Sam Steingold  <sds@gnu.org>
18027         * info.el (Info-fontify-node): Fixed the call to
18028         `add-text-properties' (bug introduced on 2000-05-18).
18030 2000-05-22  Dave Love  <fx@gnu.org>
18032         * bindings.el: Remove debug-ignored-errors set in other files.
18034         * progmodes/etags.el: Add to debug-ignored-errors.
18035         (visit-tags-table-buffer): Clear out buffers holding old tables
18036         when making a new list.
18037         (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
18038         mapc.
18040         * completion.el: Doc fixes.  Add to debug-ignored-errors.  Don't
18041         quote keywords.
18042         (cmpl-string-case-type): Use character classes.
18044         * comint.el:
18045         * textmodes/ispell.el:
18046         * imenu.el:
18047         * mail/mh-e.el:
18048         * progmodes/compile.el: Add to debug-ignored-errors.
18050         * dabbrev.el: Add to debug-ignored-errors.
18051         (dabbrev-completion): Use mapc.
18053 2000-05-22  Eli Zaretskii  <eliz@is.elta.co.il>
18055         * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
18056         (woman-mapcan, woman-parse-man.conf)
18057         (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
18058         (woman-reset-emulation, woman-select-symbol-fonts): New functions.
18059         (woman-parse-colon-path): Call woman-mapcan.  Recognize Cygwin
18060         path syntax better.
18061         (woman-man.conf-path, woman-use-own-frame): New defcustoms.
18062         (woman-manpath): Call woman-parse-man.conf.
18063         (woman-emulation): New defcustom, defaults to nroff.
18064         (woman-font-support): New defconst.
18065         (woman-use-symbol-font): New defcustom.
18066         (woman-menu): Add new menu items: "Colored/BW", "Advanced",
18067         "Emulation".
18068         Many functions: Doc fix.
18070 2000-05-22  Kenichi Handa  <handa@etl.go.jp>
18072         * international/quail.el (quail-simple-translation-keymap): Map
18073         128..255 to quail-self-insert-command.
18074         (quail-keyboard-layout-alist): Add definition for "pc102-de".
18076 2000-05-22  Stefan Monnier  <monnier@cs.yale.edu>
18078         * help.el (help-manyarg-func-alist): Typo.
18080         * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
18081         intervals which makes it heaps simpler.
18083         * newcomment.el (comment-region-internal): Go back to BEG after quoting
18084         the nested comment markers.
18086         * subr.el (remove-hook): Don't turn the hook's value into a list.
18088 2000-05-21  Dave Love  <fx@gnu.org>
18090         * edmacro.el (edmacro-parse-keys): Return vector if any elements
18091         are invalid characters.
18093         * international/mule-util.el (detect-coding-with-priority): Use
18094         mapc.  Remove redundant lambda.
18096         * international/mule-diag.el (list-non-iso-charset-chars)
18097         (describe-fontset): Remove redundant lambda.
18099         * emulation/crisp.el (brief-mode): New alias.
18101         * emacs-lisp/ring.el (ring-elements): New function.
18103         * emacs-lisp/easymenu.el (easy-menu-create-menu)
18104         (easy-menu-do-add-item): Use keywordp.
18106         * emacs-lisp/byte-opt.el: Update side-effect free function lists.
18108         * replace.el: Doc and error message fixes.
18109         (replace-highlight): Use facep, not internal-find-face.
18111 2000-05-20  Stefan Monnier  <monnier@cs.yale.edu>
18113         * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
18115         * log-edit.el (log-edit-done): Cleanup trailing empty lines.
18116         (log-edit-insert-changelog): Drop `:' as well.
18118         * log-view.el: Fix file description.
18119         (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
18120         available.
18121         (log-view-font-lock-keywords): Only use cvs-filename-face if present.
18122         (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
18124         * emacs-lisp/easy-mmode.el: Update copyright and commentary.
18125         (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
18126         Print a status message if the toggle is called interactively.
18127         (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
18128         for global minor modes and use `defcustom' for them.
18129         Use add-minor-mode.
18130         (easy-mmode-define-derived-mode): Remove.
18131         (define-derived-mode): Fancier default docstring.
18132         (easy-mmode-define-navigation): Signal an error rather than (ding).
18134         * newcomment.el (comment-styles): New `box-multi'.
18135         (comment-normalize-vars): Better default for comment-continue to
18136         avoid whitespace-only continuations.
18137         (comment-search-forward): Always move even in the no-syntax case.
18138         (comment-padright): Only obey N if it's only obeyed for padleft.
18139         (comment-make-extra-lines): Better handling of empty continuations.
18140         Use `=' for the filler if comment-start has only one character.
18141         (uncomment-region): Try handling the special `=' filler.
18142         (comment-region): Allow LINES even if MULTI is nil.
18143         (comment-box): Choose box style based on comment-style.
18145 2000-05-20  Kenichi Handa  <handa@etl.go.jp>
18147         * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
18148         (ccl-compile-write-repeat): If ARG is string, make it unibyte.
18150 2000-05-20  Kenichi HANDA  <handa@etl.go.jp>
18152         * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
18153         and insert, not subst-char-in-region.
18155         * international/mule-diag.el (list-character-sets-1): Handle
18156         charsets eight-bit-control and eight-bit-graphic.
18157         (list-iso-charset-chars): Likewise.
18158         (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
18159         charactes as is.  Use indent-to to align characters.
18161         * international/mule-cmds.el (find-multibyte-characters): Never
18162         exclude charsets eight-bit-control and eight-bit-graphic.
18164 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
18166         * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
18167         Don't quote lambdas.
18169         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
18171 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
18173         * gud.el (gud-jdb-directories): Doc fix.
18175 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
18177         * newcomment.el: New file.
18179 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
18181         * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
18183 2000-05-18  Andreas Schwab  <schwab@suse.de>
18185         * dired.el (dired-between-files): Also skip lines beginning with
18186         `used'.
18188 2000-05-18  Gerd Moellmann  <gerd@gnu.org>
18190         * msb.el (msb-menu-cond): Add choice `user'.
18192 2000-05-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
18194         * ps-print.el: Compatibility, customization and doc fix.
18195         (ps-printer-name-option): Replace defconst by defvar.
18196         (ps-postscript-code-directory): XEmacs compatibility.
18197         (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
18198         fix.
18199         (ps-user-defined-prologue, ps-print-prologue-header)
18200         (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
18201         compatibility and code fix.
18202         (ps-print-background-image, ps-print-background-text):
18203         Customization fix.
18204         (ps-line-number-start, ps-n-up-on): New vars.
18206 2000-05-18  Espen Skoglund  <esk@ira.uka.de>
18208         * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
18209         the indent-comment function to just return the appropriate indent.
18211 2000-05-18  Eric M. Ludlam  <zappo@ultranet.com>
18213         * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
18214         sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
18215         sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
18217 2000-05-18  Dave Love  <fx@gnu.org>
18219         * info.el (Info-fontify-node): Add intangible property as well as
18220         invisible.
18222         * calendar/appt.el (appt-make-list): Match all lines of entry.
18223         From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
18225 2000-05-18  Kenichi Handa  <handa@etl.go.jp>
18227         * international/mule-diag.el (describe-char-after): Call
18228         internal-char-font, not char-font.  If internal-char-font returns
18229         nil, display "-- none --".
18231 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
18233         * image.el (image-type-available-p): Don't reference image-types
18234         if it isn't bound.
18236 2000-05-17  Stefan Monnier  <monnier@cs.yale.edu>
18238         * autoarg.el (autoarg-mode): Typo in the :set argument.
18240 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
18242         * startup.el (command-line-1): Don't signal an error if the
18243         directory for auto-save-list files does not yet exist.
18245 2000-05-17  Kenichi Handa  <handa@etl.go.jp>
18247         * international/mule-conf.el (arabic-iso8859-6): Fix typo.
18249 2000-05-16  Stefan Monnier  <monnier@cs.yale.edu>
18251         * subr.el (remove-hook): `setq' hook-value, not `set'.
18253 2000-05-16  Sam Steingold  <sds@gnu.org>
18255         * info.el (debug-ignored-errors): More errors to ignore.
18257 2000-05-16  Dave Love  <fx@gnu.org>
18259         * cus-edit.el: Don't require cl or easymenu.
18260         (custom-variable-prompt): Test standard-value property, not
18261         user-variable-p.
18263 2000-05-16  Sam Steingold  <sds@gnu.org>
18265         * subr.el (add-hook): `setq' hook-value, not `set'.
18267 2000-05-16  Gerd Moellmann  <gerd@gnu.org>
18269         * startup.el (command-line-1): Mention the FAQ in the startup
18270         message.
18272         * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
18274         * progmodes/compile.el (compilation-parse-errors): Collect
18275         `nomessage' regexps last.
18277         * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
18279         * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
18280         to the function name.
18282 2000-05-15  Dave Love  <fx@gnu.org>
18284         * speedbar.el (speedbar-recenter): Typo.
18285         (speedbar-expand-line): Make arg optional.
18286         (speedbar-mode): Avoid a compiler warning.
18288 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
18290         * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
18291         user-specified option string is empty.
18293         * mouse.el (mouse-yank-at-click): Doc fix.
18295 2000-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
18297         * term/internal.el (IT-character-translations): More updates of
18298         latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
18299         documents.
18301 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
18303         * env.el (getenv): New function, interactively callable.
18304         (setenv, getenv): Remove autoload cookies.
18306         * loadup.el: Load `env'.
18308         * progmodes/f90.el: Change author's mail address.
18310 2000-05-14  Dave Love  <fx@gnu.org>
18312         * mail/rmail.el (rmail-show-message-hook): Customize and offer
18313         goto-addr as an option.
18315         * help.el (help-xref-stack): Doc fix.
18316         (help-xref-following): New variable.
18317         (help-make-xrefs): Use it.
18318         (help-xref-go-back): Use position information from stack element.
18319         (help-follow): Make position in stack element a pair.  Use
18320         help-xref-following.
18322         * autoarg.el: New file.
18324         * faces.el: Declare more functions obsolete.
18326         * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
18327         * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
18328         * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
18329         * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
18330         Remove all the setup-...-environment functions.
18332 2000-05-13  Eric M. Ludlam  <zappo@ultranet.com>
18334         * speedbar.el: Updated the commentary section.  xemacs20p now uses
18335         >= when detecting.  Require `defimage' safely.
18336         (speedbar-easymenu-definition-base): Add toggle for images.
18337         (speedbar-easymenu-definition-special): Add flush cache & expand.
18338         (speedbar-visiting-tag-hook): Set new defaults.  Added options.
18339         (speedbar-reconfigure-keymaps-hook): New variable.
18340         (speedbar-frame-parameters): Updated documentation.
18341         (speedbar-use-imenu-flag): Updated custom tag
18342         (speedbar-dynamic-tags-function-list): New variable.
18343         (speedbar-tag-hierarchy-method): Updated doc & custom.
18344         (speedbar-indentation-width, speedbar-indentation-width) New
18345         variables.
18346         (speedbar-hide-button-brackets-flag): Customizable.
18347         (speedbar-vc-indicator): Doc update.
18348         (speedbar-ignored-path-expressions): Updated default value.
18349         (speedbar-supported-extension-expressions): Updated default value.
18350         (speedbar-syntax-table): Remove {} paren status.
18351         (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
18352         as "+".  Added overlay aliases.
18353         (speedbar-mode): Use `speedbar-mode-line-update' instead of
18354         `force-mode-line-update'.
18355         (speedbar-mode, speedbar-quick-mouse, speedbar-click)
18356         (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
18357         `mouse-set-point'
18358         (speedbar-reconfigure-keymaps): Run configure keymap hooks.
18359         (speedbar-item-info-tag-helper): Revamped to handle a wider range
18360         of arbitrary text, and new helper functions.
18361         (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
18362         filename finder.
18363         (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
18364         (speedbar-directory-buttons): Update path search/expansion.
18365         (speedbar-make-tag-line): Pay attention to
18366         `speedbar-indentation-width'.  Use more care w/ invisible
18367         properties.
18368         (speedbar-change-expand-button-char): Call
18369         `speedbar-insert-image-button-maybe'.
18370         (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
18371         (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
18372         (speedbar-trim-words-tag-hierarchy)
18373         (speedbar-simple-group-tag-hierarchy): New functions
18374         (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
18375         (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
18376         functions.
18377         (speedbar-mouse-set-point): New function
18378         (speedbar-power-click): Updated documentation.
18379         (speedbar-line-token, speedbar-goto-this-file): Handle more types
18380         of tag prefix text.
18381         (speedbar-expand-line, speedbar-contract-line): Make more robust
18382         to strange text.
18383         (speedbar-expand-line): Takes universal argument to flush the
18384         cache.
18385         (speedbar-flush-expand-line): New function.
18386         (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
18387         Use new generator insertion method.
18388         (speedbar-fetch-dynamic-tags): New function.
18389         (speedbar-fetch-dynamic-imenu): Removed code now handled in
18390         `speedbar-fetch-dynamic-imenu'.
18391         (speedbar-fetch-dynamic-etags): Fix current buffer problem.
18392         (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
18393         "Revert Buffer" menu items.
18394         (speedbar-buffer-buttons-engine): Be smarter when creating a
18395         filename tag (for expansion purposes.).
18396         (speedbar-highlight-one-tag-line,
18397         (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
18398         (speedbar-recenter): New functions.
18399         (defimage-speedbar): Image loading abstraction.
18400         (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
18401         (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
18402         (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
18403         (speedbar-tag-type, speedbar-tag-mail): New images.
18404         (speedbar-expand-image-button-alist): New variable.
18405         (speedbar-insert-image-button-maybe): Insert an image over some
18406         buttons.
18408 2000-05-13  Kenichi Handa  <handa@etl.go.jp>
18410         * international/mule-cmds.el (encode-coding-char): An ASCII
18411         character is always encodable.
18413         * international/mule-conf.el: Add more information in descriptions
18414         of character sets.
18416         * international/mule-diag.el (describe-char-after): New function.
18417         (describe-font-internal): Adjusted for the change of font-info.
18418         (describe-font): Likewise.
18419         (print-fontset): Rewritten for the new fontset implementation.
18420         (describe-fontset): Include fontset alias names in completion.
18421         (list-fontsets): Adjusted for the change of print-fontset.
18423         * simple.el (what-cursor-position): If DETAIL is non-nil, call
18424         describe-char-after instead of displaying the detail in the echo
18425         area.
18426         (syntax-code-table): Format changed.
18427         (string-to-syntax): Adjusted for the above change.
18429 2000-05-12  Stefan Monnier  <monnier@cs.yale.edu>
18431         * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
18433 2000-05-12  Dave Love  <fx@gnu.org>
18435         * calendar/todo-mode.el: Remove some compatibility stuff and CL
18436         dependence.  Use line-{beginning,end}-position, not
18437         point-at{b,e}ol.  Some doc fixes.
18438         (todo-position): New function.  Fix callers of position to use it.
18439         (todo-save-top-priorities, todo-print): Use with-temp-buffer.
18441 2000-05-12  Gerd Moellmann  <gerd@gnu.org>
18443         * time.el (display-time-mail-icon): Use `:ascent center'.
18445         * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
18446         handling FTP security extensions.
18448 2000-05-11  Dave Love  <fx@gnu.org>
18450         * calendar/todo-mode.el: New file.
18452 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
18454         * comint.el (comint-read-input-ring): Move reference to
18455         comint-input-ring-size outside of the save-excursion.  It was
18456         causing the default value to be the only one ever seen.
18458         * font-lock.el: Update copyright.  Remove Simon Marshall's email
18459         address on request from him.
18461         * subr.el (substitute-key-definition): Add comment describing
18462         the meaning of PREFIX.
18464 2000-05-10  Stefan Monnier  <monnier@cs.yale.edu>
18466         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
18468         * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
18469         (add-minor-mode): Don't make the variable buffer-local and add a
18470         reference to define-minor-mode in the docstring.
18472         * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
18473         HEADER/FOOTER and fix bug with trailing empty directory.
18474         (cvs-append-to-ignore): Use vc-editable-p if available.
18475         (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
18476         (vc-do-command): Tweak advice to handle the new VC.
18478         * log-view.el (log-view-goto-rev): New function for the new VC.
18479         (log-view-minor-wrap): Use mark-active.
18481         * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
18482         (log-edit-changelog-full-paragraphs): New var.
18483         (log-edit-insert-changelog): Remove a lonely leading `* file'.
18484         (log-edit-narrow-changelog, log-edit-changelog-paragraph)
18485         (log-edit-changelog-subparagraph, log-edit-changelog-entry)
18486         (log-edit-changelog-ours-p, log-edit-changelog-entries)
18487         (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
18488         Replace the `cvs' prefix with `log-edit'.
18490         * iswitchb.el (iswitchb-completion-help): Unquote lambda.
18492         * diff-mode.el (diff-font-lock-keywords): Recognize comments.
18493         (diff-font-lock-defaults): Explicitly turn off multiline.
18494         (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
18495         (diff-ediff-patch): Fix call to ediff-patch-file.
18496         (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
18497         Handle comments.
18499         * frame.el (automatic-hscrolling): Typo.
18501         * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
18503 2000-05-09  Sam Steingold  <sds@goems.com>
18505         * apropos.el (apropos-print): use `describe-face' instead of
18506         `customize-face-other-window'.
18508 2000-05-09  Dave Love  <fx@gnu.org>
18510         Changes mostly following Richard Sharman <rsharman@wave.home.com>.
18512         * help.el (describe-variable): Have customize button pop the
18513         help-xref stack when invoked.
18514         (help-xref-symbol-regexp): Add `face'.
18515         (help-make-xrefs): Check for quoted face names and adapt regexp
18516         submatch numbers to cope.
18517         (help-xref-interned): Maybe insert face doc too.  Separate
18518         sections with a line of hyphens.
18520         * faces.el:  Some doc fixes.  Declare some functions obsolete.
18521         (describe-face): Add customize button.  Return the help
18522         text.  Fix prompt.
18524 2000-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
18526         * term/internal.el (IT-character-translations): Fix last change.
18528 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
18530         * woman.el: New file
18531         (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
18533 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
18535         * term/internal.el (IT-character-translations): Update ASCII
18536         simulations for greek-iso8859-7, add latin-iso8859-14 and
18537         latin-iso8859-15.
18539         * international/mule-cmds.el (set-language-info-alist): Call
18540         define-prefix-command with 3 arguments, to make the map suitable
18541         for a menu.
18543 2000-05-07  Dave Love  <fx@gnu.org>
18545         * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
18547 2000-05-05  Dave Love  <fx@gnu.org>
18549         * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
18550         list in doc string.  Don't quote keyword symbols.
18551         * emacs-lisp/cl.el: Likewise
18552         * emacs-lisp/cl-seq.el: Likewise
18554 2000-05-05  Gerd Moellmann  <gerd@gnu.org>
18556         * abbrev.el (abbrev-mode): Make ARG optional.
18558 2000-05-04  Gerd Moellmann  <gerd@gnu.org>
18560         * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
18562         * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
18564         * subr.el (substitute-key-definition): Clarify documentation.
18566 2000-05-04  Milan Zamazal  <pdm@freesoft.cz>
18568         * glasses.el (glasses-convert-to-unreadable): Use
18569         `glasses-separator' instead of the hard-wired "_".
18570         (glasses-mode): Call `glasses-make-unreadable' only in a single
18571         place.
18573 2000-05-04  Eli Zaretskii  <eliz@is.elta.co.il>
18575         * term/internal.el (cjk-codepages-alist): Add associations for
18576         Chinese and Korean codepages.  Remove FIXME comment.
18578 2000-05-03  Dave Love  <fx@gnu.org>
18580         * time.el (display-time-mail-face, display-time-use-mail-icon):
18581         New option.
18582         (display-time-mail-icon): New variable.
18583         (display-time-string-forms): Use the above.  Fix the local-map.
18585 2000-05-03  Gerd Moellmann  <gerd@gnu.org>
18587         * replace.el (query-replace-map): Add binding for `E'.
18588         (query-replace-help): Extend help text.
18589         (perform-replace): Allow editing the replacement string.
18591         * make-mode.el (makefile-mode-abbrev-table): New variable.
18592         (makefile-mode): Set local abbrev table to
18593         makefile-mode-abbrev-table.
18594         (makefile-font-lock-keywords): Fontify includes and conditionals.
18596         * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
18597         set TOGGLE's value.
18599         * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
18600         mail-interactive-insert-alias.
18601         (mail-abbrev-complete-alias): New command.
18602         (mail-mode-map): Bind it to `M-TAB'.
18604 2000-05-03  Kenichi Handa  <handa@etl.go.jp>
18606         * language/lao-util.el (lao-compose-region): New function.
18608 2000-05-02  Gerd Moellmann  <gerd@gnu.org>
18610         * files.el (recover-session): Make directories as necessary
18611         if they don't exist yet.
18613         * calendar/cal-french.el
18614         (french-calendar-multibyte-special-days-array)
18615         (french-calendar-special-days-array): Change French text.
18616         (calendar-french-date-string): Change output.
18617         (calendar-goto-french-date): Likewise.
18619 2000-05-02  Per Abrahamsen  <abraham@dina.kvl.dk>
18621         * wid-edit.el (widget-default-active): Obey `:always-active'.
18622         (widget-documentation-string-value-create): Set `:always-active'.
18624 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
18626         * startup.el (auto-save-list-file-prefix): For ms-dos, set the
18627         default prefix to `~/_emacs.d/auto-save.list/_s'.
18628         (normal-top-level): Create the directory for auto-save files, if
18629         it doesn't already exist (in the ms-dos case only).
18631 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
18633         * international/mule-cmds.el (set-language-environment): Don't
18634         concat an integer (dos-codepage), use format instead.
18636 2000-05-02  Dave Love  <fx@gnu.org>
18638         * help.el (help-xref-on-pp): Check for constant symbols.
18640 2000-04-29  Gerd Moellmann  <gerd@gnu.org>
18642         * startup.el (normal-top-level): Put a condition-case around
18643         the code loading subdirs.el.
18645 2000-04-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
18647         * ps-print.el: Upside-down and face background color printing,
18648         line number step, doc fix.
18649         (ps-print-version): New version number (5.2).
18650         (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
18651         (ps-face-attribute-list, ps-plot-with-face): Code fix.
18652         (ps-spool-config): Var fix.
18653         (ps-printer-name-option): Const fix.
18654         (ps-print-upside-down, ps-use-face-background)
18655         (ps-line-number-step): New vars.
18656         (ps-window-system, ps-lp-system): New consts.
18657         (ps-face-background): New fun.
18659 2000-04-28  Richard Stallman  <rms@gnu.org>
18661         * files.el (make-auto-save-file-name):
18662         Apply auto-save-file-name-transforms to visited file name
18663         before generating auto save file name.
18664         (auto-save-file-name-transforms): New variable.
18666         * files.el (backup-enable-predicate):
18667         Correctly test for a file under a temporary directory.
18669 2000-04-28  Gerd Moellmann  <gerd@gnu.org>
18671         * subr.el (add-minor-mode): Rewritten.
18673 2000-04-28  Kenichi Handa  <handa@etl.go.jp>
18675         * mail/sendmail.el (sendmail-send-it): Set
18676         buffer-file-coding-system to the selected coding system for MIME
18677         header.
18679 2000-04-27  Gerd Moellmann  <gerd@gnu.org>
18681         * dired.el (dired-move-to-filename-regexp): Allow format where
18682         YYYY is followed by two spaces.
18684         * progmodes/etags.el (etags-tags-completion-table): Add a `:'
18685         in the second character class of the regexp.
18687         * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
18688         mh-etc, too.
18690         * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
18691         nil.
18693         * subr.el (add-minor-mode): Use `set' instead of `setq'.
18695         * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
18696         argument.
18698 2000-04-27  Sen Nagata <sen@eccosys.com>
18700         * emacs-lisp/crm.el (crm-completion-table): New variable.
18701         (crm-collection-fn, crm-test-completion)
18702         (completing-read-multiple): Use it.
18704 2000-04-27  Dave Love  <fx@gnu.org>
18706         * help.el (locate-library): Use mapc.
18707         (help-manyarg-func-alist): Add call-process-region.
18709 2000-04-26  Gerd Moellmann  <gerd@gnu.org>
18711         * subr.el (add-minor-mode): Make argument MAP optional.
18713         * desktop.el (desktop-save): Save list of minor modes.
18714         (desktop-create-buffer): Restore minor modes.
18715         (desktop-minor-mode-table): New user-option.
18717         * subr.el (add-minor-mode): New function.
18719         * image.el (find-image): New function.
18720         (defimage): Rewritten to find image at load time.
18722         * startup.el (normal-top-level-add-to-load-path): Handle
18723         case that the default directory is not in load-path.
18725         * help.el: Old patch from Stefan Monnier.
18726         (help-xref-on-pp): New function.
18727         (describe-variable): Use it to display xrefs in a symbol's value.
18729 2000-04-26  Stefan Monnier  <monnier@cs.yale.edu>
18731         * cus-edit.el (custom-face): Fix parenthesis.
18733 2000-04-26  Kenichi Handa  <handa@etl.go.jp>
18735         * mail/rmail.el (rmail-expunge): When there are no deleted
18736         messages, do nothing.
18738 2000-04-26  Dave Love  <fx@gnu.org>
18740         * international/mule-cmds.el (locale-translation-file-name):
18741         Defvar to nil.
18742         (set-locale-environment): Set it here (at runtime).
18744 2000-04-25  Gerd Moellmann  <gerd@gnu.org>
18746         * replace.el (perform-replace): Add parameters START and END.  Use
18747         them instead of the check for a region in Transient Mark mode.
18748         (query-replace-read-args): Return two more list elements for the
18749         start and end of the region in Transient Mark mode.
18750         (query-replace, query-replace-regexp, query-replace-regexp-eval)
18751         (map-query-replace-regexp, replace-string, replace-regexp): Add
18752         optional last arguments START and END and pass them to
18753         perform-replace.
18755         * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
18756         form with additional arguments for perform-replace.
18758         * progmodes/etags.el (tags-query-replace): Add parameters START
18759         and END.  Construct a form with additional arguments for
18760         perform-replace.
18762         * simple.el (shell-command): Set default directory for "*Shell
18763         Command Output" buffer.
18765         * language/european.el (iso-latin-4): Fix typo.
18767         * emacs-lisp/crm.el: New file.
18769 2000-04-24  Dave Love  <fx@gnu.org>
18771         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
18772         (Custom-reset-saved, Custom-reset-standard)
18773         (custom-group-value-create, custom-group-set, custom-group-save)
18774         (custom-group-reset-current, custom-group-reset-saved)
18775         (custom-group-reset-standard): Use mapc.
18776         (custom-buffer-create-internal): Disable undo when creating items.
18777         Use mapc.
18778         (custom-face): Avoid redundant lambda.
18780 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
18782         * startup.el (auto-save-list-file-prefix): Set default to
18783         `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
18785 2000-04-24  Sam Steingold  <sds@gnu.org>
18787         * time-stamp.el (time-stamp-string-preprocess): Always convert
18788         `field-result' to a string.
18790 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
18792         * frame.el (scrolling): New group.
18793         (automatic-hscrolling): New user-option.
18795         * startup.el (command-line-x-option-alist): Add `-lsp' and
18796         `--line-spacing'.
18798 2000-04-19  Dave Love  <fx@gnu.org>
18800         * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
18801         (cl-mapc): Rename from mapc.  Fix the funcall.
18803 2000-04-19  Gerd Moellmann  <gerd@gnu.org>
18805         * simple.el (clone-indirect-buffer-other-window): New command.
18806         (clone-indirect-buffer): Add optional arg NORECROD.
18807         (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
18809         * help.el (resize-temp-buffer-window): Use count-screen-lines.
18811         * window.el (count-screen-lines): New function.
18812         (shrink-window-if-larger-than-buffer): Use count-screen-lines
18813         instead of window-buffer-height.
18815         * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
18816         non-existing variable comint-input-sentinel.
18817         (inferior-lisp-args-to-list): Removed.
18818         (inferior-lisp): Use split-string instead of
18819         inferior-lisp-args-to-list.
18821         * hexl.el (hexl-insert-hex-string): New command.
18823         * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
18824         instead of concat.
18826 2000-04-18  Gerd Moellmann  <gerd@gnu.org>
18828         * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
18829         at the start of an existing but empty folder.
18831 2000-04-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
18833         * ps-mule.el: Customization fix, doc fix.
18834         (ps-multibyte-buffer): Customization fix.
18836 2000-04-17  Richard M. Stallman  <rms@gnu.org>
18838         * subr.el (read-passwd): Use read-char-exclusive.
18840 2000-04-17  Gerd Moellmann  <gerd@gnu.org>
18842         * textmodes/texinfo.el (texinfo-insert-@email)
18843         (texinfo-insert-@emph, texinfo-insert-@quotation)
18844         (texinfo-insert-@strong, texinfo-insert-@url): New functions.
18845         (texinfo-mode-map): Add key bindings for them.
18847         * files.el (basic-save-buffer-2): Use a template with `$'
18848         instead of `#' for VMS.
18850         * simple.el (clone-indirect-buffer): New function.
18852 2000-04-16  Stephen Eglen  <stephen@gnu.org>
18854         * iswitchb.el (iswitchb-case): New function.  If the user input
18855         contains any upper-case characters, the search is made
18856         case-sensitive.
18858 2000-04-17  Stefan Monnier  <monnier@cs.yale.edu>
18860         * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
18861         comment-end.
18862         (texinfo-font-lock-syntactic-keywords): New var.
18863         (texinfo-font-lock-keywords): Remove comment regexp.
18864         (texinfo-insert-block): New function.
18865         (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
18866         (texinfo-mode): Use define-derived-mode.  Tweak comment-start-skip
18867         and font-lock-defaults.  Use regexp-opt for outline-regexp.
18868         (texinfo-environments): New var.
18869         (texinfo-environment-regexp): Use regexp-opt and
18870         texinfo-environments.
18872         * textmodes/ispell.el (ispell-menu-map-needed): Check that
18873         ispell-process is bound since this might be eval'd before ispell
18874         is loaded.
18875         (ispell-message): Use a tiny bit less magic and a bit more hard
18876         data to figure out what kind of sc-cite-regexp to use.
18878         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
18880         * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
18881         (insert-cyclic-diary-entry): Unquote the lambda.
18883         * gud.el (gud-jdb-build-source-files-list): Fix typo.
18885         * files.el (backup-enable-predicate): Unquote the lambda.
18887         * cus-edit.el (custom-face, face): Unquote the lambda.
18889 2000-04-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
18891         * ps-print.el: Check for line-beginning-position definition.
18893         * ps-print.el: Fix counting lines in a region.
18894         (ps-print-version): New version number (5.1.5).
18895         (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
18896         (ps-printing-region): Fun code fix.
18898 2000-04-15  Gerd Moellmann  <gerd@gnu.org>
18900         * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
18901         to file-directory-p.
18903 2000-04-14  Gerd Moellmann  <gerd@gnu.org>
18905         * gud.el (gud-jdb-build-source-files-list): Check that directory
18906         exists before calling directory-files.
18908 2000-04-13  Dave Love  <fx@gnu.org>
18910         * emacs-lisp/trace.el: Change maintainer.  Use new backquote
18911         syntax.
18913         * emacs-lisp/cl-specs.el: Remove when, unless.
18915         * emacs-lisp/cl-extra.el: Don't quote keywords.
18916         (cl-old-mapc): New variable.
18917         (mapc): Use it.
18918         (cl-map-intervals): Use with-current-buffer.  Don't check for
18919         next-property-change.
18920         (cl-map-overlays): Use with-current-buffer.
18921         (cl-expt): Remove.
18922         (copy-tree, remprop): Define unconditionally.
18924         * emacs-lisp/cl-compat.el (keywordp): Remove.
18926         * emacs-lisp/edebug.el (edebug-keywordp): Remove.  Change callers
18927         to use keywordp.
18928         (edebug-spec): Enable keywordp.
18930         * cus-edit.el (custom-sort-items): Avoid symbol-name with new
18931         string-lessp.
18933         * cus-start.el: Use keywordp.
18935 2000-04-13  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
18937         * diary-lib.el (include-other-diary-files): Fix the fix of
18938         2000-02-18 by doing a save-excursion.
18940 2000-04-13  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
18942         * ps-print.el: Customization fix, doc fix.
18943         (ps-print-version): New version number (5.1.4).
18944         (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
18945         (ps-print-preprint): Adjust code.
18946         (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
18947         (ps-print-prologue-header, ps-print-control-characters)
18948         (ps-spool-config): Customization fix.
18950 2000-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
18952         * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
18953         converted to the new menu-item format, names silightly changed,
18954         help strings added.
18956         Support for spelling without async subprocesses:
18958         * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
18959         (ispell-session-buffer): New variables.
18960         (ispell-start-process, ispell-process-status,
18961         ispell-accept-output, ispell-send-string): New functions, for
18962         Ispell invocation when async subprocesses aren't supported.
18963         (ispell-word, ispell-pdict-save, ispell-command-loop,
18964         ispell-process-line, ispell-buffer-local-parsing): Replace calls
18965         to process-send-string with calls to ispell-send-string, and
18966         accept-process-output with ispell-accept-output.
18967         (ispell-init-process): Call ispell-process-status instead of
18968         process-status with.
18969         (ispell-init-process): Call ispell-start-process.  Call
18970         ispell-accept-output and ispell-send-string.  Don't call
18971         process-kill-without-query and kill-process if they are unbound.
18972         (ispell-async-processp): New function.
18974 2000-04-12  Dave Love  <fx@gnu.org>
18976         * info.el: Add debug-ignored-errors.
18977         (Info-mode-menu): Add some items.
18978         (Info-directory): Add autoload cookie.
18980         * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
18981         Modify `truncate-lines'.  Make `describe-language-environment'
18982         always visible and add help.  Modify `describe-key' help.  Invoke
18983         Info-directory from `info'.  New entry `emacs-manual'.
18985 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
18987         * progmodes/ebrowse.el (ebrowse-tree-mode):
18988         Use propertized-buffer-identification.
18989         (ebrowse-update-member-buffer-mode-line): Likewise.
18990         (ebrowse--mode-strings): Removed.
18991         (ebrowse--mode-line-props): Removed.
18993         * files.el (auto-mode-alist): Add `EBROWSE'.
18995         * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
18996         space before testing for end of buffer.
18997         (ebrowse-load): Removed.
18998         (ebrowse-revert-tree-buffer-from-file): Rewritten.
18999         (ebrowse-create-tree-buffer): Rewritten.
19000         (ebrowse-tree-mode): Read tree from buffer.
19002         * progmodes/ebrowse-ffh.el: Removed.
19004 2000-04-10  Kenichi Handa  <handa@etl.go.jp>
19006         * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
19008 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
19010         * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
19011         at the wrong place.
19013 2000-04-09  Dave Love  <fx@gnu.org>
19015         * files.el (backup-enable-predicate):
19016         Use temporary-file-directory, small-temporary-file-directory.
19017         (make-backup-file-name-function, backup-directory-alist): New vars.
19018         (make-backup-file-name-1): New function.
19019         (make-backup-file-name): Use it.
19020         (find-backup-file-name): Likewise.  Use format for clarity, not concat.
19021         (file-newest-backup): Use make-backup-file-name.
19023 2000-04-09  Gerd Moellmann  <gerd@gnu.org>
19025         * progmodes/ebrowse-ffh.el: New file.
19027         * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
19028         Moved to ebrowse-ffh.el.
19029         (ebrowse-load): Add autoload.
19031         * finder.el (finder-commentary): Add autoload cookie.
19033         * mail/rfc2368.el: Correct author's email address.
19035         * progmodes/ebrowse.el: New file.
19037         * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
19038         item help string.
19039         (easy-menu-do-add-item): Ditto.
19040         (easy-menu-define): Extend doc string.
19042         * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
19043         (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
19044         (jit-lock-function, jit-lock-stealth-fontify): Don't use
19045         with-buffer-unmodified.
19047 2000-04-08  Dave Love  <fx@gnu.org>
19049         * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
19050         unless, when.
19052 2000-04-07  Mikio Nakajima  <minakaji@osaka.email.ne.jp>
19054         * viper-util.el (viper-put-on-search-overlay): New subroutine.
19055         (viper-flash-search-pattern): No operation when using Emacs
19056         doesn't support face.
19057         Use `viper-put-on-search-overlay'.
19059 2000-04-04  Gerd Moellmann  <gerd@gnu.org>
19061         * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
19062         like C-r.
19064         * progmodes/make-mode.el: Some doc fixes.
19065         (makefile-mode-abbrev-table): New variable.
19066         (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
19067         (makefile-font-lock-keywords): Fontify includes and conditionals.
19068         (toplevel): Require `dabbrev' and `add-log' when compiling.
19070         * replace.el (perform-replace): Don't move forward one char
19071         when MATCH-AGAIN is nil, and REGEXP-FLAG is t.  We don't want
19072         to do that because it leaves point 1 position after the last
19073         replacement, after everything has been replaced.
19075         * jit-lock.el (with-buffer-unmodified): New macro.
19076         (with-buffer-prepared-for-font-lock): Don't preserve buffer's
19077         modified state.
19078         (jit-lock-function-1): Extracted from jit-lock-function; not
19079         preserving buffer's modified state.
19080         (jit-lock-function, jit-lock-stealth-fontify):
19081         Call jit-lock-function-1.
19083         * mail/rfc2368.el: Remove supernumerary copyright line.
19085 2000-04-04  Milan Zamazal  <pdm@freesoft.cz>
19087         * glasses.el: Provide facilities for inserting space before left
19088         parentheses and uncapitalization of identifiers.
19089         (glasses-mode): Try to remove old overlays in all cases.
19091 2000-04-03  Gerd Moellmann  <gerd@gnu.org>
19093         * progmodes/compile.el (compile-internal): Display the compilation
19094         buffer in a different frame, if it's already displayed there.
19096         * mail/rfc2368.el: New file.
19098         * simple.el (sendmail-user-agent-compose): Recognize a `body'
19099         header and insert its value as mail body.
19101         * subr.el (member-ignore-case): New function.
19103         * dabbrev.el (dabbrev-ignored-regexps): New user-option.
19104         (dabbrev--find-expansion): Ignore buffers matching a regexp
19105         from dabbrev-ignored-regexps.
19107         * jka-compr.el (jka-compr-compression-info-list): Add `.z'
19108         to extensions handled by gzip.
19110 2000-04-03  Richard M. Stallman  <rms@gnu.org>
19112         * files.el (insert-directory): List the total free space
19113         along with the used space.
19115         * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
19116         line is followed by one that matches CITATION-REGEXP, end the
19117         paragraph.
19119 2000-04-03  Markus Rost  <rost@delysid.gnu.org>
19121         * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
19122         (rmail-make-basic-summary-line): Use that option.
19124 2000-04-03  Kenichi Handa  <handa@etl.go.jp>
19126         * international/mule-cmds.el (encoded-string-description):
19127         Rewritten.   Try pretty description for ISO 2022 escape sequences
19128         only if CODING-SYSTEM is based on ISO 2022.  Use uppercase letters
19129         for hexadecimal format.
19131 2000-04-01  Dave Love  <fx@gnu.org>
19133         * cpp.el: Change customization group to `c' from `C'.
19135         * vcursor.el (vcursor-move): Use display-color-p.
19137         * international/mule-util.el: Provide mule-utils.
19138         (string-to-sequence): Simplify and speed up.
19140         * international/mule.el (make-coding-system): Purecopy doc-string.
19142         * international/mule-cmds.el: Various menu changes.
19143         (describe-specified-language-support): Handle `Default'.
19144         (set-language-info): Purecopy `info'.
19146 2000-03-31  Andrew Innes  <andrewi@gnu.org>
19148         * vc.el (vc-backend-diff): Return the correct status if we had to
19149         retry the rcsdiff command without the --brief option.
19151 2000-03-31  Dave Love  <fx@gnu.org>
19153         * help.el (help-manyarg-func-alist): Correct several omissions.
19155         * add-log.el: Don't require cl, fortran.
19156         (add-log-current-defun-function): Doc fix.
19157         (change-log-version-number-regexp-list): Remove SCCS part.  Doc fix.
19158         (change-log-version-rcs): Function deleted.
19159         (change-log-version-number-search): Doc fix.
19160         Use vc-workfile-version. Avoid CL dolist.
19161         (add-change-log-entry): Just call add-log-current-defun to get
19162         defun.  Simplify somewhat.
19163         (change-log-get-method-definition-1): Likewise.
19164         (add-log-current-defun): Return nil if calling
19165         add-log-current-defun-function does so.  Move Fortran stuff to
19166         fortran.el.  Return string without properties.
19168         * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
19169         and :alpha: char classes.
19171         * mail/supercite.el: Defvar curline when compiling.
19172         (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
19173         (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
19174         rather than a-zA-Z0-9 to allow non-ASCII characters.
19176 2000-03-31  Gerd Moellmann  <gerd@gnu.org>
19178         * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
19180         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
19181         Re-enable new code.
19183         * lpr.el (print-region-1): Use -d to specify printer name for
19184         systems `usg-unix-v*, `dgux', `hpux', `irix'.
19186 2000-03-31  Dave Love  <fx@gnu.org>
19188         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
19189         Look for function definition in symbol's function value slot first
19190         instead of first consulting byte-compile-function-environment.
19192 2000-03-31  Kenichi Handa  <handa@etl.go.jp>
19194         * language/european.el ("Polish"): New language environment.
19195         (setup-polish-environment): New function.
19197 2000-03-30  Gerd Moellmann  <gerd@gnu.org>
19199         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
19200         Disable new code.
19202         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
19203         trying to `load' the symbol of an autoload instead of the file
19204         recorded in the autoload.  Fix error messages.
19206 2000-03-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
19208         * ps-print.el: PostScript programming fix for ghostview, doc fix.
19209         (ps-print-version): New version number (5.1.3).
19210         (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
19211         (ps-insert-file, ps-output-boolean, ps-plot-with-face)
19212         (ps-generate-postscript-with-faces): Code fix.
19213         (ps-color-values): XEmacs compatibility.
19214         (ps-print-background-image, ps-print-background-text, ps-printer-name)
19215         (ps-default-fg, ps-default-bg): Adjust customization.
19216         (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
19217         (ps-color-scale): Renaming old ps-color-value fun.
19218         (ps-print-headers): Replace ps-print-header group to avoid conflict
19219         with ps-print-header variable.
19220         (ps-print-miscellany): New group.
19221         (ps-format-color, ps-rgb-color): New funs.
19222         (ps-default-foreground): New var.
19223         (ps-printer-name-option): New const.
19225 2000-03-30  Peter Breton  <pbreton@ne.mediaone.net>
19227         * net/net-utils.el:
19228         (network-connection-host, network-connection-service): New variables
19229         (network-connection-mode): New mode, derived from comint-mode
19230         (network-connection-mode-setup): New function, saves host and
19231         service information in local variables.
19233         * lisp/locate.el:
19234         (locate-word-at-point): Added this function
19235         (locate): Default to using locate-word-at-point as input
19236         Run dired-mode-hook
19238 2000-03-29  Dave Love  <fx@gnu.org>
19240         * calendar/appt.el: Doc fixes.
19241         (appt-check): Convert min-to-app to a string before passing to
19242         appt-disp-window-function or concat.
19243         (appt-delete-window): Remove test for frame-root-window.
19244         (appt-select-lowest-window, appt-convert-time): Simplify.
19246         * emacs-lisp/bytecomp.el: Doc fixes.
19247         (byte-compile-file-form-autoload):
19248         Update byte-compile-function-environment.
19250 2000-03-29  Andreas Schwab  <schwab@suse.de>
19252         * emacs-lisp/autoload.el: Also print defsubst doc string specially.
19254         * dired.el (dired-insert-directory): If dired-free-space-program
19255         failed just delete its output.
19257 2000-03-29  Dave Love  <fx@gnu.org>
19259         * international/iso-cvt.el: Move provide to end.  Doc fixes.
19260         (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
19261         (iso-iso2sgml, iso-sgml2iso): New functions.
19262         (iso-cvt-define-menu): Fix some entries and use backquote for
19263         clarity.
19265         * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
19267 2000-03-28  Gerd Moellmann  <gerd@gnu.org>
19269         * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
19270         ISO-DATE.  If non-nil, return date in ISO 8601 format.
19272 2000-03-26  Stefan Monnier  <monnier@cs.yale.edu>
19274         * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
19275         if it ever becomes used.
19276         (log-edit-mode-hook): Default to vc-log-mode-hook.
19277         (log-edit-mode): Fix the docstring.
19279         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
19280         the code.
19282 2000-03-26  Dave Love  <fx@gnu.org>
19284         * net/browse-url.el (browse-url): Re-fix case of
19285         browse-url-browser-function being an alist.
19286         (browse-url): Add :link to defgroup.
19288         * files.el: Doc fixes.
19289         (file-truename): Include `[' in wildcard characters.
19290         (automount-dir-prefix): Customize.
19291         (find-file-wildcards): Add :version.
19292         (find-file-noselect): Simplify a mapcar call.
19294         * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
19295         compatible with inf-lisp version.
19296         (eval-defun-1): Fix custom-declare-variable case.
19298 2000-03-25  Stefan Monnier  <monnier@cs.yale.edu>
19300         * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
19302 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
19304         * Makefile (COMPILE_FIRST): New macro.
19305         (compile-files): Compile files from COMPILE_FIRST first.
19307         * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
19309         * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
19310         matching open parenthesis in column 0 to defun-prompt-regexp
19311         only if open-paren-in-column-0-is-defun-start is set.
19313         * sun-curs.el: Require CL at compile-time only.
19315         * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
19316         instead of copy-list which is a function from CL.
19317         (msb--choose-menu, msb--mode-menu-cond)
19318         (msb--create-buffer-menu-2): Use dolist instead of mapc.
19319         (msb--init-file-alist): Use mapcar instead of mapcan.
19320         (msb--aggregate-alist): Use mapcar instead of mapcan.
19321         Fix `(' in column 0 in doc string.
19322         (msb--add-separators): Use mapcar instead of mapcan.
19324         * cus-dep.el: Require CL at compile-time only.
19326 2000-03-24  Stefan Monnier  <monnier@cs.yale.edu>
19328         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
19329         (byte-compile-warnings): New warning `noruntime'.
19330         (byte-compile-constants, byte-compile-variables): Fix docstring.
19331         (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
19332         execute `eval-whenc-compile's body.
19333         (byte-compile-unresolved-functions): Fix docstring.
19334         (byte-compile-eval): New function.
19335         (byte-compile-callargs-warn): Check if the function will be available
19336         at runtime (via property `byte-compile-noruntime').
19337         (byte-compile-print-syms): New function.
19338         (byte-compile-warn-about-unresolved-functions): Also warn about
19339         `noruntime' functions (and use `byte-compile-print-syms').
19340         (byte-compile-file): Capitalize the message.
19342 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
19344         * mail/rmail.el (rmail-confirm-expunge): New user-option.
19345         (rmail-expunge): Ask for confirmation depending on the setting
19346         of rmail-confirm-expunge.
19348 2000-03-23  Gerd Moellmann  <gerd@gnu.org>
19350         * Makefile (bootstrap-clean): If $(emacs) exists, build
19351         loaddefs.el first.  A loaddefs.el that's not up-to-date might
19352         cause a bootstrap failure because things don't autoload as expected.
19354 2000-03-23  Dave Love  <fx@gnu.org>
19356         * net/browse-url.el: Restore previous use of
19357         browse-url-maybe-new-window.
19359 2000-03-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
19361         * ps-print.el: Skip banner page fix.
19362         (ps-print-version): New version number (5.1.2).
19363         (ps-begin-file, ps-end-file, ps-generate): Code fix.
19365 2000-03-23  Dave Pearson  <davep@davep.org>
19367         * net/quickurl.el Changed the type of parameter passed to the
19368         function defined by `quickurl-format-function'. Before only the
19369         text of the URL was passed. Now the whole URL structure is passed
19370         and the function is responsible for extracting the parts it requires.
19371         Changed the default of `quickurl-format-function' accordingly.
19372         (quickurl-insert): Changed the `funcall' of
19373         `quickurl-format-function' to match the above change.
19374         (quickurl-list-insert): Changed the `url' case so that it makes
19375         use of `quickurl-format-function', previous to this the format was
19376         hard wired.
19378 2000-03-22  Gerd Moellmann  <gerd@gnu.org>
19380         * startup.el: Change some spellings for the X Window System.
19382 2000-03-22  Stefan Monnier  <monnier@cs.yale.edu>
19384         * progmodes/make-mode.el (makefile-warn-suspicious-lines):
19385         Clean up the code and the regexp and make sure the cursor is
19386         temporarily moved to the suspicious line while querying the user.
19388 2000-03-22  Jason Rumney  <jasonr@gnu.org>
19390         * w32-fns.el (w32-charset-info-alist): Initialize.
19392 2000-03-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
19394         * ps-print.el: N-up last page fix.
19395         (ps-print-version): New version number (5.1.1).
19396         (ps-end-file, ps-end-job, ps-generate): Code fix.
19398 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
19400         * files.el (find-file-run-dired): Update docstring.
19401         (find-directory-functions): New hook.
19402         (find-file-noselect): Run find-directory-functions rather than
19403         calling dired directly.
19405         * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
19407         * pcvs.el: Add a minimal leading commentary.
19408         (cvs-make-cvs-buffer): Change the header part by removing the startup
19409         message and adding a `Module' entry.  Also replace the FOOTER and
19410         HEADER special fileinfos with the new support in ewoc for updating
19411         its own footer and header.
19412         (cvs-update-header): Update to use the header/footer of the ewoc.
19413         (cvs-mode): Use define-derived-mode and set truncate-lines to t.
19414         (cvs-is-within-p): New function.
19415         (cvs-mode-run): Take advantage of `save-some-buffers's new ability
19416         to only examine some subset of the buffers.
19418         * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
19419         `format' instead of our own ad-hoc functions.
19420         Remove HEADER and FOOTER cases, now handled in the EWOC.
19421         (cvs-fileinfo<): Remove HEADER and FOOTER cases.
19423         * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
19424         output to avoid scaring the user.
19425         (cvs-parse-table): Catch message for non-up-to-date commits.
19427         * pcvs-defs.el (cvs-startup-message): Remove.
19428         (cvs-global-menu): New autoloaded menu.
19430         * pcvs-util.el (cvs-string-fill): Remove.
19432         * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
19433         (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
19434         PP part of it and also make it work for footers and headers.
19435         (ewoc-create): Drop POS and BUFFER arguments.
19436         Use the DLL's dummy node to store the end-of-footer position.
19437         (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
19438         (ewoc-refresh): Remove unused `header' variable.
19439         (ewoc-(get|set)-hf): New functions.
19441         * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
19442         log-view-*-(message|file) and use easy-mmode-define-navigation.
19443         (log-view-message-re): Match SCCS format as well.
19444         And match the revision line rather than the dashed separator line.
19445         (log-view-mode): Use the new define-derived-mode.
19446         (log-view-current-tag): Fill in with an actual implementation.
19448         * cvs-status.el (cvs-status-(prev|next)): Rename from
19449         cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
19450         (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
19451         to let the output "breathe" a little more (more readable).
19452         (cvs-status-mode): Use the new define-derived-mode.
19454         * smerge-mode.el (smerge-auto-leave): New function and variable.
19455         (smerge-basic-map): Rename from smerge-basic-keymap.
19456         Change the bindings for smerge-diff-*.
19457         (smerge-*-map): Use easy-mmode-defmap.
19458         (smerge-(next|prev)): Use easy-mmode-define-navigation.
19459         (smerge-keep-*): Use smerge-auto-leave.
19461 2000-03-21  Jason Rumney  <jasonr@gnu.org>
19463         * cus-edit.el (custom-button-face): Use 3D look for w32.
19464         (custom-button-pressed-face): Likewise.
19466 2000-03-21  Gerd Moellmann  <gerd@gnu.org>
19468         * progmodes/etags.el (tags-case-fold-search): New user-option.
19469         (tags-loop-eval): New function.  Bind case-fold-search around eval
19470         depending on the value of tags-case-fold-search.
19471         (tags-loop-continue): Use tags-loop-eval.
19472         (find-tag-in-order): Bind case-fold-search depending on the value
19473         of tags-case-fold-search.
19475 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
19477         * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
19478         (diff-end-of-hunk): Return the end position for use in
19479         `easy-mmode-define-navigation'.
19480         (diff-recenter): Remove.
19481         (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
19482         of `easy-mmode-define-navigation'.
19483         (diff-kill-*): Rename `diff-*-kill' (for consistency with the
19484         previous renaming) and fix to use new names.
19485         (diff-merge-strings): Use \n as separator: simpler, faster.
19486         (diff-mode): Use `define-derived-mode'.
19488         * derived.el (define-derived-mode): Don't autoload anymore.
19489         Prefer the macro-only version provided by easy-mmode.el.
19491         * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
19492         `easy-mmode-define-derived-mode'.  Use `combine-run-hooks'.
19493         (easy-mmode-define-navigation): New macro.
19495         * subr.el (combine-run-hooks): New function.
19497 2000-03-21  Kenichi HANDA  <handa@etl.go.jp>
19499         * term/x-win.el: Fontsets related initialization is simplified.
19501         * international/mule-diag.el (describe-font): Don't refer to
19502         global-fontset-alist, instead call font-list.
19503         (describe-fontset, list-fontsets, mule-diag): Likewise.
19504         (print-fontset): Adjusted for the change of fontset implementation.
19506         * international/fontset.el (x-charset-registries): Variable removed,
19507         instead the corresponding data is stored in the default fontset.
19508         (register-alternate-fontnames): Function removed.
19509         (resolved-ascii-font): Variable removed.
19510         (x-compose-font-name): Ignore the second argument REDOCE.
19511         (x-complement-fontset-spec): Complement only an ASCII font and
19512         element for those charsets than can use that ASCII font.
19513         (generate-fontset-menu): Don't refer to global-fontset-alist,
19514         instead call fontset-list.
19515         (uninstantiated-fontset-alist): Variable removed.
19516         (x-style-funcs-alist): Likewise.
19517         (fontset-default-styles): Likewise.
19518         (x-modify-font-name): Function removed.
19519         (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
19520         (create-fontset-from-ascii-font): Docsting adjusted for the above
19521         change.
19522         (instantiate-fontset, resolve-fontset-name): Functions removed.
19523         (fontset-list): Now implemented by C code.
19525         * faces.el (read-face-font): Fix TABLE arg to completing-read.
19526         (describe-face): Include `font' attribute in the description.
19528 2000-03-21  Kenichi Handa  <handa@etl.go.jp>
19530         * international/quail.el (quail-set-keyboard-layout): Typo fixed.
19532 2000-03-20  Gerd Moellmann  <gerd@gnu.org>
19534         * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
19535         ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
19536         zone-mode.el, snmp-mode.el: Moved to net subdirectory.
19538         * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
19539         about behavior of set-buffer-modified-p wrt redisplay.
19541 2000-03-19  Richard M. Stallman  <rms@gnu.org>
19543         * view.el (view-mode-disable): Kill local binding of view-read-only.
19545 2000-03-18  Gerd Moellmann  <gerd@gnu.org>
19547         * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
19548         is a string, convert it to a syntax cell using string-to-syntax.
19550         * simple.el (syntax-code-table, syntax-flag-table): New variables.
19551         (string-to-syntax): New function.
19553         * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
19554         (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
19555         try to use passive ftp mode.
19557 2000-03-17  Gerd Moellmann  <gerd@gnu.org>
19559         * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
19561         * simple.el (append-to-buffer): Update point of windows after
19562         insertion.
19564         * abbrev.el (inverse-add-abbrev): Identify word by first moving
19565         forward then moving backward.  Reindent.
19567         * frame.el (other-frame): Call x-focus-frame only if
19568         focus-follows-mouse is off.
19570 2000-03-17  Dave Love  <fx@gnu.org>
19572         * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
19574 2000-03-17  Stefan Monnier  <monnier@cs.yale.edu>
19576         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
19577         regexp for labels cannot span several lines.
19579         * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
19580         `(setq :<key> ':<key>)' to the macro expansion.
19582 2000-03-16  Dave Love  <fx@gnu.org>
19584         * progmodes/f90.el (f90): Put custom group under `languages', not
19585         `fortran'.
19586         (f90-mode-hook): Customize.
19587         (f90-mode): Set add-log-current-defun-function.
19588         (f90-current-defun): New function.
19590 2000-03-16  Gerd Moellmann  <gerd@gnu.org>
19592         * cus-edit.el (custom-variable-tag-face): Handle case that
19593         default face's height is not a number.
19594         (custom-face-tag-face, custom-group-tag-face-1)
19595         (custom-group-tag-face): Ditto.
19596         (custom-group-tag-face-1): Add :group.
19598         * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
19600 2000-03-15  Gerd Moellmann  <gerd@gnu.org>
19602         * pcvs-defs.el (toplevel): Remove autoload cookie for form
19603         requiring easymenu.
19605 2000-03-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
19607         * ps-print.el: PostScript user-defined prologue, PostScript error
19608         handler, doc fix.
19609         (ps-print-version): New version number (5.1).
19610         (ps-user-defined-prologue, ps-error-handler-message)
19611         (ps-print-prologue-0, ps-error-handler-alist): New vars.
19612         (ps-setup, ps-begin-file, ps-begin-job): Code fix.
19613         (ps-insert-string): New function.
19615 2000-03-15  Kenichi Handa  <handa@etl.go.jp>
19617         * international/ccl.el (ccl-compile-expression): Don't generate
19618         invalid self-assignment code.
19620 2000-03-14  Dave Love  <fx@gnu.org>
19622         * subr.el (replace-regexp-in-string): Renamed from
19623         replace-regexps-in-string.  Doc fix.
19625 2000-03-12  Dave Love  <fx@gnu.org>
19627         * cus-edit.el: Doc fixes.
19628         (customize-set-variable, customize-save-variable): Rename args for doc.
19629         (custom-variable-tag-face, custom-face-tag-face)
19630         (custom-group-tag-face-1, custom-group-tag-face): Modify from
19631         style which user identify as hyperlink.
19632         (hook): Don't add undefined functions to the hook.
19633         (debug-ignored-errors): Transfer message from bindings.el.
19635 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
19637         * recentf.el (recentf-keep-non-readable-files-p):
19638         Remove double/nested definition.
19640 2000-03-12  Dave Love  <fx@gnu.org>
19642         * facemenu.el (facemenu-get-face): Use display-color-p.
19643         * enriched.el (enriched-decode-foreground): Likewise.
19644         (enriched-decode-background): Likewise.
19645         * isearch.el (isearch-highlight): Likewise.
19646         * info-look.el (info-lookup): Likewise.
19647         * simple.el (completion-setup-function): Likewise.
19649         * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
19650         :options.
19652         * bindings.el (mode-line-format): Fix line-number and
19653         column-number items.  Add help-echo for the background.
19654         (mode-line-mule-info): Modify help-echo.
19656         * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
19658         * files.el (load-file): Allow completion to .elc.
19660         * man.el: Doc fixes.
19661         (Man-init-defvars): Use display-color-p to set fontification.
19663         * play/hanoi.el (hanoi-internal): Don't use oddp.
19665 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
19667         * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
19669         * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
19671 2000-03-12  Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
19673         * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
19674         Fix comment.
19676 2000-03-10  Stefan Monnier  <monnier@cs.yale.edu>
19678         * font-lock.el (font-lock-keywords): Fix the doc now that
19679         regexp-opt-depth is unnecessary.
19680         (save-buffer-state): Set an edebug spec.
19681         (font-lock-fontify-anchored-keywords): Properly handle the case when
19682         the matcher goes past the limit.
19684         * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
19685         pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
19687         * emacs-lisp/ewoc.el: New file.  This is a merge of elib-node.el,
19688         dll.el and cookie.el (from Elib) with heavy renaming and other
19689         massaging.
19691         * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
19692         Autoload the functions used.
19693         (easy-mmode-define-syntax): Fix CL typo.
19694         (easy-mmode-define-derived-mode): Improve the docstring generation.
19696 2000-03-10  Gerd Moellmann  <gerd@gnu.org>
19698         * textmodes/texinfo.el (texinfo-version): Variable and function
19699         removed.
19701 2000-03-09  Stefan Monnier  <monnier@cs.yale.edu>
19703         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
19704         allow more flexibility.
19705         (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
19706         (easy-mmode-defmap, easy-mmode-defsyntax)
19707         (easy-mmode-define-derived-mode): New macros.
19709 2000-03-09  Didier Verna  <didier@xemacs.org>
19711         * rect.el (replace-rectangle): New function.
19713 2000-03-09  Dave Love  <fx@gnu.org>
19715         * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
19716         (fortran-comment-line-start-skip): Don't match cpp stuff.
19717         (font-lock-keywords): Add * to comment-chars.  Grok cpp stuff.
19718         (fortran-mode-map): Remove over-eager custom-menu-create for now.
19719         (fortran-mode): Don't set fortran-comment-line-start-skip,
19720         fortran-comment-line-start here.  Set comment-start,
19721         add-log-current-defun.
19722         (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
19723         (fortran-current-defun): New function.
19725 2000-03-09  Gerd Moellmann  <gerd@gnu.org>
19727         * emacs-lisp/re-builder.el: New file.
19729         * mouse.el (mouse-drag-region): Don't run up-event handler
19730         if hscroll has changed.
19732         * octave-mod.el (octave-font-lock-keywords): To font-lock the
19733         builtin operators, use `font-lock-builtin-face' for Emacs and
19734         `font-lock-preprocessor-face' otherwise.
19736         * font-lock.el (lisp-font-lock-keywords-1): Highlight
19737         `(defun (setf foo)' differently.
19739 2000-03-08  Stefan Monnier  <monnier@cs.yale.edu>
19741         * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
19742         (regexp-opt): Update comment and adapt the code the new meaning of
19743         the `paren' argument of regex-opt-group for shy-groups.
19744         (regexp-opt-depth): Handle shy groups as well as backslashed
19745         backslashes.
19746         (regexp-opt-group): Turn the leading comment into a docstring.
19747         Allow `paren' to be a string (the string to use to open a group).
19748         Remove open-presuf and close-presuf.  Instead of checking for `all
19749         one-char' and then later on check for `several one-char', handle
19750         both cases close together.  Also apply a more generic algorithm
19751         for suffixes (the mirror image of the algorithm used for
19752         prefixes).  Use shy-groups.  Use nreverse rather than reverse.
19753         (regexp-opt-try-suffix): Removed.
19755         * cmuscheme.el (inferior-scheme-mode-map): Define it independently
19756         from comint-mode-map, so we can just inherit from it.  Also, move
19757         the initialization into the `defvar' since there's no docstring
19758         anyway and it's fairly short.
19759         (inferior-scheme-mode): Define it as derived-mode: the code is
19760         shorter and this way we inherit from comint-mode-map rather than
19761         copying it.
19763         * subr.el (replace-regexps-in-string): Properly handle the case
19764         where we match an empty string.
19766         * comint.el (comint-exec-1): Add the current-dir to the exec-path
19767         when the command has a directory component (such as "./testml").
19768         Also fix a typo in the comment.
19770 2000-03-08  Gerd Moellmann  <gerd@gnu.org>
19772         * Makefile (compile-files): Compile files one by one because
19773         that's the only way to ensure a clean compilation environment for
19774         each individual file.
19776         * frame.el (other-frame): Call x-focus-frame.
19778 2000-03-07  Dave Love  <fx@gnu.org>
19780         * recentf.el (recentf-keep-non-readable-files-p): Add :set,
19781         :require to defcustom.
19783         * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
19785         * files.el (auto-mode-alist): Add configure.in.
19787         * progmodes/autoconf.el: New file.
19789 2000-03-07  Gerd Moellmann  <gerd@gnu.org>
19791         * mail/mh-e.el: Change maintainer to `none'.
19793         * recentf.el (recentf-keep-non-readable-files-p): Quote args
19794         to remove-hook and add-hook.
19796 2000-03-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
19798         * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
19799         it as the default.
19800         (mail-send): Test mail-send-nonascii also for the new `mime' value.
19801         (sendmail-send-it): Conditionally add MIME headers specifying the
19802         used character set.
19804 2000-03-07  Dave Love  <fx@gnu.org>
19806         * winner.el: Fix keywords, autoload cookies.
19807         Split eval-when-compile form to avoid compilation failure.
19809 2000-03-07  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
19811         * international/mule.el: Modify comment about coding system
19812         property `coding-category'.
19813         (make-coding-system): New argument EOL-TYPE.  Pay attention to
19814         coding-category property of PROPERTIES.
19816         * international/mule-conf.el (coding-category-utf-8)
19817         (coding-category-utf-16-be, coding-category-utf-16-le): New coding
19818         categories.  Include them in the argument for set-coding-priority.
19820         * international/mule-cmds.el (reset-language-environment):
19821         Include coding-category-utf-8, coding-category-utf-16-be, and
19822         coding-category-utf-16-le in the argument for set-coding-priority.
19823         (reset-language-environment): Initialize coding-category-utf-8,
19824         coding-category-utf-16-be, and coding-category-utf-16-le to nil.
19826 2000-03-06  Karl Fogel  <kfogel@red-bean.com>
19828         * bookmark.el (bookmark-file-or-variation-thereof): New func, for
19829         code abstracted out of `bookmark-jump-noselect'.  Now tries info
19830         extensions as well as compression extensions.
19831         (bookmark-jump-noselect): Use above new func.
19833 2000-03-03  Gerd Moellmann  <gerd@gnu.org>
19835         * strokes.el: Change maintainer's mail address.
19837 2000-03-03  Kenichi Handa  <handa@etl.go.jp>
19839         * international/mule-diag.el (list-character-sets): Make help-echo
19840         string by substitute-command-keys.
19841         (list-character-sets): Likewise.
19842         (sort-listed-character-sets): Call help-setup-xref.
19844 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
19846         * time.el (display-time-mail-file): Add `none' to the list of choices.
19848 2000-03-01  Dave Love  <fx@gnu.org>
19850         * help.el (help-xref-go-back): Don't try to set position.
19852         * international/mule-diag.el (list-character-sets):
19853         Call help-setup-xref.  Add help-echo to xrefs.
19854         (list-character-sets-1): Add help-echo to xrefs.
19856 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
19858         * frame.el (blink-cursor-mode): Switch cursor on when turning
19859         the mode off.
19861         * add-log.el (add-log-current-defun): Add support for
19862         Autoconf mode.
19864         * mail/rmail.el (rmail-quit-hook): New variable.
19866 2000-03-01  Dave Love  <fx@gnu.org>
19868         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
19870         * help.el (help-xref-button): Add help-echo arg.
19871         (describe-function-1, describe-variable, help-make-xrefs): Use it.
19873         * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
19875         * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
19877 2000-03-01  Gerd Moellmann  <gerd@gnu.org>
19879         * image.el (defimage): Look for image files in load-path.
19881         * frame.el (busy-cursor-delay-seconds): Change type to `number'.
19883 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
19885         * recentf.el (recentf): Added version tag to the defgroup of recentf.
19887 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
19889         * recentf.el (recentf-cleanup): Changed to remove excluded file too.
19890         (recentf-edit-list-action): `recentf-edit-list' checkbox widget
19891         action to select/unselect a file.
19892         (recentf-edit-list): Code cleanup and improvement.
19893         (recentf-open-more-files-action): `recentf-open-more-files' button
19894         widget action to open a file.
19895         (recentf-open-more-files): No more use standard completion but widgets.
19896         (recentf-more-collection): Deleted.
19897         (recentf-more-history): Deleted.
19898         (recentf-setup-more-completion): Deleted.
19900 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
19902         * recentf.el (recentf-mode): No more needs that Emacs is running
19903         under a window-system.
19905 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
19907         * recentf.el (recentf-edit-list): New command to edit the recent
19908         list which allow the user to remove files.
19909         (recentf-edit-selected-items): New global variable, used by
19910         `recentf-edit-list' to hold the list of files to be removed from
19911         the recent list.
19912         (recentf-make-menu-items): Updated to display a "Edit list..."
19913         menu item.  Minor code cleanup.
19915 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
19917         * recentf.el (recentf-open-more-files): New command to open files
19918         that are not displayed in the menu.
19919         (recentf-more-collection): New global variable holding the set of
19920         permissible completions used by `recentf-open-more-files'.
19921         (recentf-more-history): New global variable holding the history list
19922         used by `recentf-open-more-files' completion.
19923         (recentf-setup-more-completion): New function to setup completion for
19924         `recentf-open-more-files'.
19925         (recentf-make-menu-items): Updated to display a "More..." menu item.
19927 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
19929         * recentf.el (recentf-menu-action): Doc fixed.
19931 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
19933         * recentf.el (recentf-menu-filter): Doc updated.
19934         (recentf-update-menu-hook): Allow menu filters to force menu update.
19935         (recentf-make-menu-items): New menu filter handling.
19936         (recentf-make-menu-item): New helper function.
19937         (recentf-menu-elements): New menu handling function.
19938         (recentf-sort-ascending): Updated to new menu filter handling.
19939         (recentf-sort-descending): Updated to new menu filter handling.
19940         (recentf-sort-basenames-ascending): New menu filter function.
19941         (recentf-sort-basenames-descending): New menu filter function.
19942         (recentf-show-basenames): New menu filter function.
19943         (recentf-show-basenames-ascending): New menu filter function.
19944         (recentf-show-basenames-descending): New menu filter function.
19946 2000-02-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
19948         * diary-lib.el (list-diary-entries): Don't try to go forward at
19949         the end of the buffer.
19951 2000-02-29  Kenichi Handa  <handa@etl.go.jp>
19953         * international/mule-diag.el (list-character-sets):
19954         Completely rewritten.
19955         (sort-listed-character-sets): New function.
19956         (list-character-sets-1): Completely rewritten.
19957         (list-character-sets-2): New function.
19958         (non-iso-charset-alist): New variable.
19959         (decode-codepage-char): New function.
19960         (charset-history): New variable.
19961         (read-charset) (list-block-of-chars)
19962         (list-iso-charset-chars)
19963         (list-non-iso-charset-chars)
19964         (list-charset-chars): New functions.
19965         (mule-diag): Call list-character-sets-2, not list-character-sets-2.
19966         (dump-charsets): Likewise.
19968 2000-02-29  Gerd Moellmann  <gerd@gnu.org>
19970         * dired-x.el (dired-filename-at-point): Add `@' to valid
19971         file name characters.
19972         (dired-filename-at-point): Handle ange-ftp file names.
19974         * frame.el (frame-notice-user-settings): Use assq-delete-all
19975         instead of assoc-delete-all.
19976         (frame-notice-user-settings): Ditto.
19978         * subr.el (assq-delete-all): Renamed from assoc-delete-all.
19979         Don't copy alist.
19981 2000-02-28  Eli Barzilay  <eli@cs.cornell.edu>
19983         * calculator.el (calculator-use-menu): New option.
19984         (calculator-initial-bindings): Changed some bindings to work as macros.
19985         (calculator-forced-input): Removed.
19986         (calculator-restart-other-mode): New variable.
19987         (calculator-mode-map): Set up menu.
19989 2000-02-28  Jari Aalto  <jari.aalto@poboxes.com>
19991         * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
19993 2000-02-28  Michael Kifer  <kifer@cs.sunysb.edu>
19995         * viper-cmd.el (viper-envelop-ESC-key): Add the option to
19996         translate all ESC key sequences.
19997         (viper-goto-mark-subr): Restore markers for files for which
19998         they were saved.
19999         * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
20000         * viper-util.el (viper-set-replace-overlay-glyphs)
20001         (viper-set-replace-overlay): Always check if the replacement
20002         overlay is live.
20003         * viper.el (viper-vi-state-mode-list): Add major modes.
20004         * ediff-wind.el: Minor comment changes.
20005         * ediff.el: Copyright notice date fix.
20007 2000-02-27  Jason Rumney  <jasonr@gnu.org>
20009         * faces.el (face-font-family-alternatives): Add arial to helv.
20010         (mode-line, header-line, tool-bar): Same default as x for w32.
20011         (fixed-pitch, variable-pitch): Remove wildcard as it prevents
20012         face-font-family-alternatives from working.
20013         * term/w32-win.el (mouse-set-font): Do not build fontset from
20014         chosen font.
20016 2000-02-25  Sam Steingold  <sds@goems.com>
20018         * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
20019         properly.
20021 2000-02-25  Richard M. Stallman  <rms@gnu.org>
20023         * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
20025 2000-02-25  Gerd Moellmann  <gerd@gnu.org>
20027         * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
20029         * frame.el (busy-cursor-delay-seconds): New option.
20031 2000-02-24  Gerd Moellmann  <gerd@gnu.org>
20033         * frame.el (show-cursor-in-non-selected-windows): New option.
20035 2000-02-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
20037         * diary-lib.el (include-other-diary-files): Undo the selective
20038         display in any included file and don't kill it.
20040 2000-02-24  Eli Zaretskii  <eliz@is.elta.co.il>
20042         * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
20043         Menu items converted to (menu-item format, help strings added.
20044         [downcase, upcase]: Don't enable on MS-DOS.
20045         [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
20046         [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
20048 2000-02-23  Dave Love  <fx@gnu.org>
20050         * simple.el (zap-to-char, kill-line, kill-region, kill-word)
20051         (backward-kill-word): Revert addition of * to interactive spec --
20052         it's a feature.
20054         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
20055         (backward-kill-sentence, kill-sentence): Likewise.
20057         * gud.el (gud-jdb-build-class-source-alist): Prepend space to
20058         scratch buffer name.
20059         (gud-format-command): Use int-to-string in ?l case.  Simplify slightly.
20061         * term/w32-win.el (internal-face-interactive): Update prompt for
20062         new read-face-name.
20064         * mail/footnote.el (footnote): Add :version to defgroup.
20065         (footnote-section-tag-regexp): Customize.
20066         (footnote-start-tag, footnote-end-tag): New option.
20067         (footnote-latin-regexp): New variable.
20068         (Footnote-latin): New function.
20069         (footnote-style-alist): Add element for latin style.
20070         (footnote-style): Moved.
20071         (Footnote-goto-footnote): Use eq to test arg.
20073         * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
20075         * emacs-lisp/byte-opt.el: Change old backquote syntax.
20076         (byte-compile-trueconstp): Include keywords.
20077         (byte-optimize-quote, byte-optimize-lapcode):
20078         Use byte-compile-const-symbol-p.
20079         (byte-optimize-char-before): New optimization.
20081         * emacs-lisp/bytecomp.el: Change old backquote syntax.
20082         (byte-compile-const-symbol-p): New function.
20083         (byte-compile-constp, byte-compile-out-toplevel)
20084         (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
20085         Use it.
20087         * subr.el (define-key-after): Default AFTER to t.  Doc fix.
20089 2000-02-23  Kenichi Handa  <handa@etl.go.jp>
20091         * international/encoded-kb.el: Be sure to update minor-mode-alist
20092         and minor-mode-map-alist.
20093         (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
20094         codes SS2 and SS3 correctly.
20095         (encoded-kbd-self-insert-ccl): New function.
20096         (encoded-kbd-setup-keymap): New function.
20097         (encoded-kbd-mode): Handle CCL based coding system.  Setup keymap
20098         by calling encoded-kbd-setup-keymap.
20100         * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
20101         (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
20103 2000-02-22  Dave Love  <fx@gnu.org>
20105         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
20106         (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
20107         (lisp-mode-syntax-table): Set up for #|...|# comments.
20108         (lisp-imenu-generic-expression): Purecopy strings.  Use syntax
20109         classes.  Match `defface'.
20110         (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
20111         (eval-defun-1): Fix for defcustom.
20112         (lisp-indent-region): Doc fix.
20114         * subr.el (when, unless, split-string): Doc fix.
20115         (read-passwd): Move call of clear-this-command-keys to the right place.
20116         (replace-regexps-in-string): New function.
20118 2000-02-22  Gerd Moellmann  <gerd@gnu.org>
20120         * help.el (describe-variable): Set syntax table to
20121         emacs-lisp-mode-syntax-table when moving forward over the
20122         symbol's name.
20124 2000-02-22  Dave Love  <fx@gnu.org>
20126         * xt-mouse.el: Doc fixes.
20127         (xterm-mouse-position-function): New function, replacing advice of
20128         mouse-position.
20129         (xterm-mouse-mode): Use it.  Don't turn on under a window system.
20131         * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
20133 2000-02-21  Gerd Moellmann  <gerd@gnu.org>
20135         * format.el (format-annotate-single-property-change):
20136         Handle properties.with dotted-list values.
20137         (format-proper-list-p): New function.
20139         * enriched.el (enriched-face-ans): Handle '(foreground-color
20140         . COLOR) and (background-color . COLOR).
20142 2000-02-20  Dave Love  <fx@gnu.org>
20144         * textmodes/flyspell.el (flyspell-mouse-map): Change definition
20145         and assignments to it.
20146         (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
20147         current local map.
20148         (make-flyspell-overlay): Use it.
20149         (flyspell-correct-word/mouse-keymap): Change XEmacs test.
20151         * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
20152         (lm-get-header-re): Defun, not defsubst.
20153         (lm-get-package-name): Defun, not defsubst.  Simplify.
20154         (lm-version): Doc fix.  Simplify.
20155         (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
20156         (lm-crack-address, lm-last-modified-date, lm-commentary)
20157         (lm-verify, lm-synopsis): Simplify.
20158         (lm-report-bug): Require emacsbug.  Use compose-mail.
20160 2000-02-20  Gerd Moellmann  <gerd@gnu.org>
20162         * dired.el (dired-mode): Call propertized-buffer-identification
20163         to set mode-line-buffer-identification to something having
20164         the right text properties.
20166         * bindings.el (propertized-buffer-identification): New function.
20168 2000-02-20  Dave Love  <fx@gnu.org>
20170         * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
20171         check for t-mouse too.
20173         * cus-start.el: Make echo-keystrokes `number'.
20175 2000-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
20177         * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
20178         Don't call ring-empty-p unless tags-location-ring is bound.
20179         From Noah Friedman <friedman@splode.com>.
20181 2000-02-18  Thien-Thi Nguyen  <ttn@gnu.org>
20183         * progmodes/hideshow.el (hs-flag-region): No longer use
20184         `intangible' overlay property.
20186         (hs-toggle-hiding): New command.
20187         (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
20189         (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
20190         Fix omission bug: Run `hs-minor-mode-hook' for both activation
20191         and deactivation.
20193 2000-02-18  Gerd Moellmann  <gerd@gnu.org>
20195         * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
20197 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
20199         * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
20201         * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
20202         of `*' to handle `(* ... *)' comments.
20204 2000-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
20206         * faces.el (list-faces-display): Use display-mouse-p instead of
20207         window-system.
20209         * menu-bar.el (global-map): Menu-bar items converted to the new
20210         format (menu-item..., rearranged for better CUA compliance, and
20211         their names changed for better clarity.  Help strings added.
20213         * international/mule-cmds.el (mule-menu-keymap)
20214         (describe-language-environment-map, set-coding-system-map)
20215         (setup-language-environment-map): Convert to new (menu-item...
20216         form, add help strings.  Change names of menu items for better clarity.
20217         "Mule" menu-bar item removed (it's now in the "Options" submenu).
20219 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
20221         * dired-aux.el (dired-do-copy): Remove spurious character.`n'
20222         within the code.
20224 2000-02-16  Dave Love  <fx@gnu.org>
20226         * faces.el: Don't require custom.  Add more specific :groups to
20227         various deffaces.
20228         (set-face-attribute): Purecopy args.
20229         (read-face-name): Default to name at point and use it in prompt.
20230         Remove colon from arg in all callers.
20231         (list-faces-display): Hyperlink to face descriptions and customize
20232         buffers.
20234 2000-02-16  Per Abrahamsen  <abraham@dina.kvl.dk>
20236         * wid-edit.el (widget-match-inline): An atom never matches a list.
20238 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
20240         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
20241         at ':' characters by call to split-string.
20243 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
20245         * textmodes/bibtex.el: Added RCS version identification.
20247 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
20249         * textmodes/bibtex.el: Some temporary comments removed.
20250         (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
20251         (bibtex-field-const): Allow capital letters.
20252         (bibtex-start-of-string): Deleted because unused.
20254         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
20255         use the term 'reference' to describe a bibtex entry as a whole.
20256         Further, reference keys are no longer called 'labels'.
20257         (bibtex-keys): Renamed to bibtex-reference-keys.
20258         (bibtex-reformat-previous-labels): Renamed to
20259         bibtex-reformat-previous-reference-keys.
20260         (bibtex-reference-type): Renamed to bibtex-entry-type.
20261         (bibtex-reference-head): Renamed to bibtex-entry-head.
20262         (bibtex-reference-maybe-empty-head): Renamed to
20263         bibtex-entry-maybe-empty-head.
20264         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
20265         (bibtex-search-reference): Renamed to bibtex-search-entry.
20266         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
20267         bibtex-enclosing-entry-maybe-empty-head.
20268         (bibtex-entry-field-alist, bibtex-entry-head)
20269         (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
20270         (bibtex-map-entries, bibtex-search-entry)
20271         (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
20272         (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
20273         (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
20274         (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
20275         (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
20276         (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
20277         (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
20279 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
20281         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
20282         comment.
20283         (bibtex-format-field-delimiters): New function, functionality
20284         extracted from bibtex-format-entry.
20285         (bibtex-autokey-get-yearfield-digits): New function, functionality
20286         extracted from bibtex-autokey-get-yearfield.
20288         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
20289         entries in order to avoid stack overflow in the regexp matcher if
20290         field contents become large.
20291         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
20292         (bibtex-field-string-part-not-braced)
20293         (bibtex-field-string-part-no-inner-braces)
20294         (bibtex-field-string-part-1-inner-brace)
20295         (bibtex-field-string-part-2-inner-braces)
20296         (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
20297         (bibtex-field-string-quoted, bibtex-field-string)
20298         (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
20299         (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
20300         (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
20301         Deleted as parsing is now performed by the following functions.
20302         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
20303         (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
20304         (bibtex-parse-field-string, bibtex-search-forward-field-string)
20305         (bibtex-parse-association, bibtex-field-name-for-parsing)
20306         (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
20307         (bibtex-search-forward-field, bibtex-search-backward-field)
20308         (bibtex-start-of-field, bibtex-end-of-field)
20309         (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
20310         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
20311         (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
20312         (bibtex-parse-string, bibtex-search-forward-string)
20313         (bibtex-search-backward-string, bibtex-start-of-string)
20314         (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
20315         (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
20316         (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
20317         entries.  Instead of reporting the results of the parsing by
20318         match-beginning or match-end, these functions return data structures
20319         that hold the corresponding positions.
20320         (bibtex-enclosing-field): Changed to also report field boundaries by
20321         return values rather than by match-beginning or match-end.
20322         The following functions have been adapted to use the new
20323         parsing functions.
20324         (bibtex-skip-to-valid-entry, bibtex-search-reference)
20325         (bibtex-enclosing-field, bibtex-format-entry)
20326         (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
20327         (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
20328         (bibtex-print-help-message, bibtex-end-of-entry)
20329         (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
20330         (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
20331         (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
20332         Use the new method for parsing.
20333         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
20334         (bibtex-map-entries, bibtex-flash-head)
20335         (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
20336         (bibtex-autokey-change, bibtex-autokey-get-namefield)
20337         (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
20338         (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
20339         (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
20340         (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
20341         (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
20342         order to make the new binding of case-fold-search immediately visible.
20344 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
20346         * textmodes/bibtex.el: Copyright notice is up to date.
20347         Added constant 'bibtex-maintainer-salutation.
20349         * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
20350         than make-temp-name, use match-string-no-properties and eliminate
20351         a quadratic behavior when building bibtex-strings.
20353         * bibtex.el (bibtex-reference-key): Accept string entries whose
20354         reference key contains upper case letters.
20356 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
20358         * bibtex.el (bibtex-reference-head): Allow entries to start with
20359         a new line.
20361 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
20363         * bibtex.el: Hiding of entry bodies is not longer provided by
20364         bibtex.el directly.  Instead the hideshow package can be used.
20365         Added a special bibtex entry to hs-special-modes-alist.
20366         (bibtex-hs-forward-sexp): Added for hideshow.el.
20368 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
20370         * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
20371         proceedings entry type (for cross referencing). Thanks to Wagner
20372         Toledo Correa for the suggestion.
20374         * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
20376 2000-02-14  Kenichi Handa  <handa@etl.go.jp>
20378         * international/characters.el: Setup case table for Vietnamese.
20380 2000-02-12  Gerd Moellmann  <gerd@gnu.org>
20382         * uniquify.el (toplevel): Require CL at compile time.
20383         (uniquify-push): Removed.
20385         * shadowfile.el (shadow-when): Removed.
20387         * tempo.el (tempo-dolist, tempo-mapc): Removed.
20388         (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
20390         * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
20391         regexp for paragraph-start.
20393         * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
20394         commas as well.
20396 2000-02-10  Dave Love  <fx@gnu.org>
20398         * wid-edit.el: (widgets) [defgroup]: Remove url link.
20399         (widget-color-choice-list, widget-color-history, widget-mouse-help):
20400         Deleted.
20401         (widget-specify-field, widget-specify-button): Don't use
20402         widget-mouse-help as help-echo property.
20403         (default): Use #'ignore for :validate and :mouse-down-action.
20404         (checkbox): Add help-echo.
20405         (widget-sexp-validate): Rewritten to clarify error messages.
20406         (character): Use char-valid-p in :match function.
20407         (widget-color-complete): Use facemenu-color-alist.
20408         (widget-color-action): Use facemenu-read-color.
20410         * emacs-lisp/cl-macs.el: Don't bother testing for defalias.  Don't
20411         set up `caar' &c that we now have.
20413 2000-02-09  Ray Blaak  <blaak@gnu.org>
20415         * delphi.el: Make resourcestring a declaration region, like const
20416         and var.
20418 2000-02-09  Dave Love  <fx@gnu.org>
20420         * bindings.el (mode-line-input-method-map): New variable.
20421         (mode-line-mule-info): Use it; fix last change.
20422         (mode-line-mode-menu): Move definition.
20423         (mode-line-mouse-sensitive-p): Deleted.
20424         (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
20425         (make-mode-line-mouse-sensitive): Deleted.  Body moved to top level.
20427         * startup.el (command-line-1): Don't call
20428         make-mode-line-mouse-sensitive.
20430 2000-02-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
20432         * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
20433         before rmail-toggle-header, because the former toggles headers.
20435 2000-02-06  Stefan Monnier  <monnier@cs.yale.edu>
20437         * diff-mode.el (diff-kill-junk): New interactive function.
20438         (diff-reverse-direction): Use delete-and-extract-region.
20439         (diff-post-command-hook): Restrict the area so that the hook also works
20440         outside of any diff hunk.  This is necessary for the minor-mode.
20441         (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
20442         (diff-minor-mode): Setup the hooks for header-hunk rewriting.
20444         * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
20445         (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
20446         so that it can be used more easily in <foo>-mode-hook.  Also make sure
20447         to avoid duplicate entries.
20448         (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
20449         (font-lock-remove-keywords): Just as was done for `add', allow it to
20450         work even if font-lock-mode is nil.  Also make sure we don't modify
20451         any pre-existing list by forcing a copy-sequence.  Finally rename
20452         `major-mode' to `mode'.
20453         (font-lock-fontify-syntactic-anchored-keywords)
20454         (font-lock-fontify-anchored-keywords)
20455         (font-lock-fontify-keywords-region): Use line-end-position.
20456         Don't make `font-lock-multiline' local (it's now done in
20457         font-lock-set-defaults).
20458         (font-lock-set-defaults): Make `font-lock-multiline' local.
20459         Move the `font-lock-fontified' creation to inside the `unless'.
20461 2000-02-06  Andrew Innes  <andrewi@gnu.org>
20463         * term/w32-win.el (x-handle-args): Comment out call to message,
20464         which occurs before window system is initialized.
20466         * makefile.nt: Add support for recompiling lisp code.
20468 2000-02-04  Dave Love  <fx@gnu.org>
20470         * bindings.el (mode-line-mule-info): Fix/extend last change.
20472         * completion.el: Replace completion-dolist with dolist.
20474         * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
20476 2000-02-04  Carsten Dominik  <dominik@strw.leidenuniv.nl>
20478         * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
20479         environment names before they go into the section regexp.
20481         * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
20482         char class in regexp.
20484         * textmodes/reftex-parse.el (reftex-with-special-syntax):
20485         Bind `case-fold-search' to nil.
20487         * progmodes/idlwave.el (idlwave-template):
20488         Respect `idlwave-abbrev-change-case'.
20489         (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
20490         (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
20491         (idlwave-while): Respect `idlwave-reserved-word-upcase'.
20492         (idlwave-rw-case): New function.
20493         (idlwave-statement-match): Fixed problem with assignment regexp.
20494         (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
20495         (idlwave-surround): New argument LENGTH to support padding of
20496         operators longer than 1 char.
20498         * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
20499         idlwave-shell-expression-overlay.  Implemented printing of
20500         expressions on higher levels of the calling stack.
20501         (idlwave-shell-display-level-in-calling-stack): Restore stack level.
20502         (idlwave-retrieve-expression-from-level): New function.
20503         (idlwave-shell-last-calling-stack): Variable removed.
20504         (idlwave-shell-reset): Argument action reversed (`visible' to
20505         `hidden').  Also remove stop-line overlay.
20506         (idlwave-shell-calling-stack-routine): New variable.
20507         (idlwave-shell-parse-stack-and-display): Messages now display
20508         negative level numbers.
20509         (idlwave-shell-mode): Set `modeline-format'.
20510         (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
20511         (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
20512         (idlwave-shell-print-expression-function): New option.
20514         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
20515         (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
20516         `tool-bar' instead of `toolbar'.
20518 2000-02-02  Dave Love  <fx@gnu.org>
20520         * emacs-lisp/cl.el: Use bytecomp-load-hook, not
20521         emacs-lisp-mode-hook.  Don't check for defalias being defined.
20523         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
20524         (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
20525         Use the new builtins directly.
20527         * whitespace.el (whitespace): Add :version to defgroup.
20529         * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
20530         Doc fix.
20532         * thingatpt.el (sexp-at-point, symbol-at-point)
20533         (number-at-point, list-at-point): Add autoload cookie.
20535         * recentf.el (recentf): Add :version to defgroup.
20537         * quickurl.el (quickurl): Add :version to defgroup.
20539         * elide-head.el (elide-head): Use point-marker more.
20541         * bs.el (bs): Add :version to defgroup.
20543         * autorevert.el (global-auto-revert-mode): Add autoload cookie.
20545         * progmodes/delphi.el (delphi): Add :version to defgroup.
20547 2000-02-02  Gerd Moellmann  <gerd@gnu.org>
20549         * ange-ftp.el (ange-ftp-write-region): Handle case that
20550         succeeding process operation sets a different coding system.
20552         * calculator.el: New file.
20554 2000-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
20556         * frame.el (frames-on-display-list, framep-on-display): New functions.
20557         (display-mouse-p, display-popup-menus-p, display-graphic-p)
20558         (display-selections-p, display-screens, display-pixel-width)
20559         (display-pixel-height, display-mm-width, display-mm-height)
20560         (display-backing-store, display-save-under, display-planes)
20561         (display-color-cells, display-visual-class): New functions.
20563         * term/tty-colors.el (tty-color-gray-shades): New function.
20565         * faces.el (display-color-p): Use framep-on-display.
20566         (display-grayscale-p): New function.
20568 2000-01-31  Dave Love  <fx@gnu.org>
20570         * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
20571         (create-fontset-from-x-resource): Don't concat integers.
20573 2000-01-31  Inge Frick  <inge@nada.kth.se>
20575         * view.el: Some changes in documentation.  Removed some trailing
20576         whitespace. Changed some parameter names to agree with documentation.
20577         (view-mode-exit): Keep entry in `view-return-to-alist' only when a
20578         window is not deleted.  Modifies change 1998-04-26.
20580 2000-01-31  Gerd Moellmann  <gerd@gnu.org>
20582         * windmove.el: New file.
20584         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
20585         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
20586         progmodes/ebnf-yac.el: Update copyright and license info.
20588         * jit-lock.el (jit-lock-function): Widen before calculating
20589         end position.
20590         (jit-lock-stealth-chunk-start): Rewritten.
20592         * info.el (Info-title-face-alist): Removed.
20593         (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
20594         (Info-fontify-node): Use these faces.
20596 2000-01-30  Gerd Moellmann  <gerd@gnu.org>
20598         * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
20599         (cl-macro-list1): Recognize `&allow-other-keys' instead of
20600         `&allow-other-keywords'.
20602         * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
20603         the list of directories scanned heuristically.
20605         * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
20607 2000-01-30  Jason Rumney  <jasonr@gnu.org>
20609         * w32-fns.el: Define w32-tty-standard-colors.
20611         * startup.el (command-line): Use w32-tty-standard-colors when in
20612         w32 console mode.
20614 2000-01-30  Dave Love  <fx@gnu.org>
20616         * jka-compr.el (jka-compr-load): Fix up load-history.
20618         * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
20620         * emacs-lisp/cl-macs.el: Revert previous change.
20622 2000-01-29  Dave Love  <fx@gnu.org>
20624         * facemenu.el: Purecopy various strings.
20626         * timezone.el (timezone-fix-time): Window against 69 for two-digit
20627         years.  Deal with three-digit years.
20629         * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
20630         Use defconst, purecopy.
20631         (help-back-label): Purecopy it.
20633 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
20635         * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
20636         variable. If non-nil, order the buffer list according to the
20637         currently selected frame.
20638         (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
20639         non-nil, pass the selected frame to function buffer-list.
20641 2000-01-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
20643         * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
20645 2000-01-28  Dave Love  <fx@gnu.org>
20647         * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
20649         * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
20650         Don't use lisp-indent-hook property.
20651         (cl-abs): Remove.
20653         * subr.el: Move out indent and edebug specs for when and unless.
20655         * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
20656         when, unless.
20658         * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
20659         unless, when.
20661 2000-01-28  Gerd Moellmann  <gerd@gnu.org>
20663         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
20664         `collecting' as synonym for `collect'.
20666         * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
20667         for the case it contains spaces.
20669         * simple.el (what-cursor-position): Change formatting of messages.
20671         * frame.el (delete-other-frames): New function.
20672         (toplevel): Bind it to C-x 5 1.
20674         * sort.el (sort-numeric-base): New option.
20675         (sort-numeric-fields): If number starts with `0' or `0[xX[',
20676         interpret it as octal or hexadecimal.  Use sort-numeric-base
20677         as default base.
20679         * progmodes/glasses.el: New file.
20681 2000-01-27  Gerd Moellmann  <gerd@gnu.org>
20683         * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
20684         userids differently.
20686         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
20687         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
20688         progmodes/ebnf-yac.el: New files.
20690 2000-01-26  Dave Love  <fx@gnu.org>
20692         * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
20693         on a function with an empty body.  [From Eric Ludlam.]
20695 2000-01-25  Andre Spiegel  <spiegel@gnu.org>
20697         * vc.el (vc-version-diff): Make sure file name is expanded.
20699 2000-01-25  Gerd Moellmann  <gerd@gnu.org>
20701         * scroll-bar.el (scroll-bar-timer): Variable removed.
20702         (scroll-bar-toolkit-scroll): Don't use a timer.
20704 2000-01-25  Kenichi Handa  <handa@etl.go.jp>
20706         * language/thai-util.el (thai-composition-function):
20707         Delete superfluous `a'.
20709 2000-01-24  Dave Love  <fx@gnu.org>
20711         * fortran.el (fortran-mode): Use beginning-of-defun-function,
20712         end-of-defun-function.
20714         * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
20716 2000-01-22  Jason Rumney  <jasonr@gnu.org>
20718         * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
20719         conflicts with new face support.
20721 2000-01-22  Richard M. Stallman  <rms@gnu.org>
20723         * replace.el (query-replace): Rename last arg to DELIMITED.
20724         (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
20725         (query-replace-regexp): Likewise.
20727 2000-01-20  Richard M. Stallman  <rms@gnu.org>
20729         * subr.el (with-syntax-table): Use make-symbol, not gensym.
20731         * emacs-lisp/lisp.el (beginning-of-defun-function):
20732         Variable renamed from beginning-of-defun.
20733         Do not call make-variable-buffer-local.
20734         (beginning-of-defun-raw): Use new variable name; doc fix.
20735         (beginning-of-defun): Doc fix.
20736         (end-of-defun-function): Variable renamed from end-of-defun.
20737         Do not call make-variable-buffer-local.
20738         (end-of-defun): Use new variable name; doc fix.
20740         * subr.el (dolist, dotimes): Copied from cl-macs.el
20741         and made to work.
20743         * mail/undigest.el (rmail-digest-end-regexps):
20744         Variable replaces rmail-digest-end-regexp.
20745         Allows multiple regexps for detecting the end line.
20746         (undigestify-rmail-message): Corresponding changes.
20748 2000-01-19  Dave Love  <fx@gnu.org>
20750         * files.el (user-init-file): Don't declare here -- is primitive.
20752         * startup.el (command-line): Check for compiled user-init-file and
20753         set to uncompiled version if necessary.
20755 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
20757         * mail/undigest.el (rmail-digest-end-regexp): New user option.
20758         (undigestify-rmail-message): Use it.
20760         * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
20762 2000-01-17  Gerd Moellmann  <gerd@gnu.org>
20764         * tmm.el (tmm-goto-completions): Adapt to prompt being part
20765         of mini-buffer.
20767 2000-01-14  Gerd Moellmann  <gerd@gnu.org>
20769         * emacs-lisp/copyright.el (copyright-update): Removed the
20770         requirement for a trailing space from `copyright-regexp', to
20771         support copyrights with owner specified on a separate line..
20773         * align.el: New file.
20775         * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
20777         * net/eudc.el (toplevel): Define EUDC menu for Emacs.
20779 2000-01-13  Dave Love  <fx@gnu.org>
20781         * ph.el: Removed.  (Obsoleted by EUDC.)
20783 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
20785         * net/eudc.el (toplevel): Remove autoloaded code installing
20786         menu with easymenu, because that causes build problems.
20788         * frame.el (frame-notice-user-settings): New variable.
20789         (frame-notice-user-settings): Don't modify frame parameters
20790         if called a second time.
20792 2000-01-13  Richard M. Stallman  <rms@gnu.org>
20794         * frame.el (frame-notice-user-settings):
20795         Notice default-frame-parameters even for non-window frames.
20797 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
20799         * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
20800         for Emacs.
20801         (eudc-bob-can-display-inline-images): Extend for Emacs.
20802         (eudc-bob-toggle-inline-display): Ditto.
20803         (eudc-bob-display-jpeg): Ditto.
20805 2000-01-12  Gerd Moellmann  <gerd@gnu.org>
20807         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
20808         net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
20809         net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
20811         * add-log.el (add-change-log-entry): Fix error trying an
20812         `(insert nil)'.
20814         * subdirs.el: Add `net' directory.
20816         * net: New directory.
20818         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
20819         eval-last-sexp.  Don't bind debug-on-error here.
20820         (eval-last-sexp): New function.  Bind debug-on-error if
20821         eval-expression-debug-on-error is non-nil.
20822         (eval-defun-2, eval-defun): Likewise.
20824         * simple.el (eval-expression): Don't bind debug-on-error if
20825         eval-expression-debug-on-error is nil.  Detect changed
20826         debug-on-error, and propagate new value to global binding, if
20827         eval-expression-debug-on-error is non-nil,
20828         (eval-expression-debug-on-error): Change doc string.
20830 2000-01-11  Richard M. Stallman  <rms@gnu.org>
20832         * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
20834         * emacs-lisp/lisp-mode.el (with-syntax-table):
20835         Set up lisp-indent-function property.
20837         * subr.el (with-syntax-table): Moved from simple.el.
20839         * simple.el (with-syntax-table): Moved to subr.el.
20841 2000-01-11  Gerd Moellmann  <gerd@gnu.org>
20843         * tmm.el (tmm-shortcut): Delete region after prompt instead
20844         of erasing buffer.
20846         * textmodes/fill.el (fill-common-string-prefix): New function.
20847         (fill-context-prefix): Use the longest common prefix of first
20848         and second line fill prefix, if there is one.
20850 2000-01-11  Richard M. Stallman  <rms@gnu.org>
20852         * array.el (array-mode): Don't use make-variable-buffer-local.
20853         Use make-local-variable for `truncate-lines'.
20855 2000-01-11  Jari Aalto  <jari.aalto@poboxes.com>
20857         * add-log.el (add-log-current-defun): Handle user-defined
20858         add-log-current-function returning nil,
20860         * add-log.el (add-change-log-entry): Insert version number
20861         if having found a current function
20863         * add-log.el (add-log-current-defun):
20864         Call `add-log-current-defun-function'.  Try matches at level 0 and
20865         level 1.  Strip whitespace from defun found.
20867 2000-01-10  John Wiegley  <johnw@gnu.org>
20869         * allout.el (isearch-done/outline-provisions): Added `edit'
20870         argument to correspond with the current definition of `isearch-done'.
20872 2000-01-10  Dave Love  <fx@gnu.org>
20874         * elide-head.el (elide-head): Use point-marker, not point.
20876 2000-01-10  Gerd Moellmann  <gerd@gnu.org>
20878         * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
20879         before and after the year 2000.
20881         * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
20882         Add ispell- prefix.
20884 2000-01-10  Ken Stevens  <k.stevens@ieee.org>
20886         * ispell.el:  Only define dictionaries in menus when they exist.
20887         (version18p): New variable.
20888         (version20p): New variable.
20889         (xemacsp): New variable.
20890         (ispell-choices-win-default-height): Fix for XEmacs visibility.
20891         (ispell-dictionary-alist1): Added Brasileiro dictionary.
20892         (ispell-dictionary-alist6): Russian command lines no longer accept
20893         run-together words.
20894         (ispell-local-dictionary-alist): Add koi8-r to customize definition.
20895         (ispell-dictionary-alist): Add koi8-r to customize definition.
20896         (check-ispell-version): Added documentation string.  Return library
20897         path when called non-interactively.
20898         (ispell-menu-map-needed): Uses new variables.
20899         (ispell-library-path): New variable.
20900         (ispell-decode-string): XEmacs fix for bogus variable bindings.
20901         (ispell-word): Improved documentation string.  Test for valid
20902         character mappings.  Correctly check typed in word changes that can
20903         result in single words split into multiple words.
20904         Return replacement word.
20905         (ispell-command-loop): Fixes XEmacs display bugs.  Show word to
20906         replace in recursive query replace mode.  Help message for
20907         recursive edit mode.
20908         (ispell-show-choices): Protect against bad framepop bindings.
20909         (ispell-help): Fix to work with XEmacs.
20910         (ispell-highlight-spelling-error): Use new variables.
20911         (ispell-overlay-window): Fix to work with XEmacs.
20912         (ispell-parse-output): Passed and returns location information
20913         tracking spelling corrections.  Doesn't recheck same word on
20914         current line.
20915         (ispell-init-process): Protect against bogus XEmacs variable binding.
20916         Fix call to single argument in sleep-for.  Use new variables.
20917         (ispell-region): Passed and returns location information tracking
20918         spelling corrections.  Doesn't check same word on current line.
20919         Improved documentation string.  Doesn't resend a line already
20920         checked to the ispell process - fixes bug in LaTeX parsing.
20921         (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
20922         (ispell-skip-region): No longer skips <TT> in SGML.
20923         (ispell-process-line): Tracks location information with spelling
20924         corrections.  Added documentation string.  Accounts for words
20925         already accepted on this line.  Don't allow query-replace on line
20926         starting with math characters.  Doesn't resend a line already sent
20927         to ispell process.  Fixes alignment error bug.
20929 2000-01-10  Richard M. Stallman  <rms@gnu.org>
20931         * dired-x.el (dired-guess-shell-alist-default):
20932         Suggest xloadimage, which is free, not xv, which isn't.
20934         * ange-ftp.el (ange-ftp-file-name-nondirectory):
20935         Don't ever include the host name or user name in the value.
20937 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
20939         * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
20940         of a real newline.
20942 2000-01-09  Stephen Eglen  <stephen@gnu.org>
20944         * dired-x.el (dired-guess-shell-alist-default): Suggest xv
20945         for .png files.
20947 2000-01-09  Per Abrahamsen  <abraham@dina.kvl.dk>
20949         * cus-edit.el (custom-hook-convert-widget): Fix comment.
20951 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
20953         * progmodes/cperl-mode.el: Replace ^F with ^L.
20955         * sendmail.el (toplevel): Provide `sendmail' when compiling before
20956         `require'ing rmail and mailalias to prevent infinite recursion.
20958 2000-01-08  Dave Love  <fx@gnu.org>
20960         * emacs-lisp/backquote.el: Remove inappropriate customization
20961         (allowing custom.el to use backquote).
20963 2000-01-07  Dave Love  <fx@gnu.org>
20965         * add-log.el (add-log-debugging): Deleted.
20966         (add-change-log-entry): Treat a backup FILE-NAME as its parent
20967         file.  Remove debugging code.
20968         (change-log-get-method-definition, change-log-name): Add doc.
20969         (change-log-sortable-date-at): New function.
20970         (change-log-merge): New command.
20972         * time.el (display-time-string-forms): Make the Mail string active.
20973         (display-time-update): Provide help-echo for load average.
20975         * bindings.el (make-mode-line-mouse2-map): New function.
20976         (mode-line-modified): Use it and simplify.
20977         (mode-line-mule-info): Provide help-echo info.
20978         (minor-mode-alist): Activate the strings.
20979         (make-mode-line-mouse-sensitive): Simplify for
20980         mode-line-buffer-identification.
20982 2000-01-07  Gerd Moellmann  <gerd@gnu.org>
20984         * play/pong.el: New file.
20986 2000-01-06  Dave Love  <fx@gnu.org>
20988         * array.el: Assorted cleanups for compiler warnings, doc strings,
20989         `array-' prefix for symbols.
20991 2000-01-05  Dave Love  <fx@gnu.org>
20993         * textmodes/outline.el (outline-mode-menu-bar-map):
20994         Add outline-headers-as-kill.
20995         (outline-mode): Define imenu-generic-expression.
20996         (outline-headers-as-kill): New command.
20998         * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
20999         from paragraph-start.
21000         (paragraph-indent-minor-mode): New command.
21002         * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
21003         M-C-e, M-C-h, C-j, C-xnd, TAB.
21004         (fortran-mode): Set beginning-of-defun, end-of-defun.
21005         (fortran-column-ruler): Simplify.
21006         (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
21007         (fortran-with-subprogram-narrowing): Likewise.
21008         (fortran-indent-subprogram): Call mark-defun.
21009         (fortran-check-for-matching-do): Change narrowing.
21011         * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
21012         (cl-lucid-hash-tag): Delete.
21013         (cl-hash-table-p): Correct test for native table.
21014         (cl-hash-table-count): Use hash-table-count.
21016         * browse-url.el (browse-url): Fix case of
21017         browse-url-browser-function being an alist.
21019 2000-01-05  Carsten Dominik  <cd@gnu.org>
21021         * textmodes/reftex-vars.el (reftex-parse-file-extension)
21022         (reftex-index-phrase-file-extension): New options.
21024         * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
21025         Use new option `reftex-index-phrase-file-extension'.
21027         * textmodes/reftex.el (reftex-access-parse-file): Use new option
21028         `reftex-parse-file-extension'.
21030 2000-01-05  Dave Love  <fx@gnu.org>
21032         * emacs-lisp/lisp.el (beginning-of-defun): New variable.
21033         (beginning-of-defun-raw): Use it.
21034         (end-of-defun): New variable.
21035         (end-of-defun): Use it.
21036         (check-parens): New command.
21038 2000-01-05  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
21040         * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
21041         (hs-show-block): Don't use `mapcar' when not accumulating.
21043         Fix buglet in local variables initialization.
21045 2000-01-05  Andreas Schwab  <schwab@suse.de>
21047         * hscroll.el (hscroll): Doc fix.
21049 2000-01-05  Carsten Dominik  <cd@gnu.org>
21051         * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
21052         Require idlw-toolbar.
21054         * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
21055         file idlw-rinfo.el.
21056         (idlwave-customize): Load must read file idlw-shell.el.
21057         (idlwave-create-customize-menu): Load must read file idlw-shell.el.
21059 2000-01-05  Carsten Dominik  <dominik@astro.uva.nl>
21061         * progmodes/idlw-shell.el: Also provide idlwave-shell
21062         * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
21063         * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
21065         * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
21066         both reftex-dcr and reftex-vcr.
21068         * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
21070 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
21072         * ps-print.el: PostScript code now is in separate files, doc fix.
21073         (ps-print-version): New version number (5.0.3).
21074         (ps-header-lines, ps-left-header, ps-right-header): No more buffer
21075         local.
21076         (ps-spool-config): Initialization fix.
21077         (ps-print-prologue-1, ps-print-prologue-2)
21078         (ps-print-duplex-feature): PostScript code moved to separated file.
21079         (ps-background-image): Little code reformating.
21080         (ps-begin-file, ps-begin-job): Fix code.
21081         (ps-postscript-code-directory, ps-mark-code-directory): New vars.
21082         (ps-prologue-file): New fun.
21084 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
21086         * ps-vars.el: Eliminated.
21088         * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
21089         `;;;###autoload'.
21091         * ps-print.el: ps-vars eliminated, doc fix.
21092         (ps-print-version): New version number (5.0.2).
21093         (ps-spool-config): Initialization fix.
21094         (ps-print-customize): New fun.
21096 2000-01-04  Gerd Moellmann  <gerd@gnu.org>
21098         * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
21100 2000-01-04  Dave Love  <fx@gnu.org>
21102         * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
21103         menu items.
21105 2000-01-03  Dave Love  <fx@gnu.org>
21107         * elide-head.el (elide-head) [defgroup]: Add :version.
21109         * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
21110         (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
21111         Use `cl-hash-table-p', not `hash-table-p'.
21112         (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
21114 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
21116         * faces.el (face-read-integer, read-face-attribute)
21117         (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
21119 2000-01-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
21121         * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
21122         at comment end, and re-insert them after filling.
21124 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
21126         * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
21127         * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
21128         progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
21130 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
21132         * term/x-win.el (xw-defined-colors): Call color-supported-p,
21133         the new name of face-color-supported-p.
21135         * term/w32-win.el (xw-defined-colors): Likewise.
21137 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
21139         * simple.el (completion-setup-function): Count completion-size
21140         from minibuffer-prompt-end, not from point-min.
21142 2000-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
21144         * faces.el (read-face-attribute, defined-colors, color-defined-p):
21145         Pass the frame to tty-color-* functions.
21146         (display-color-p, frame-set-background-mode): Pass the frame to
21147         tty-display-color-p.
21149         * term/tty-colors.el (tty-defined-color-alist): Renamed from
21150         tty-color-alist.
21151         (tty-color-alist, tty-modify-color-alist): New functions.
21152         (tty-color-define,  tty-color-clear, tty-color-approximate)
21153         (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
21154         optional parameter FRAME.
21156 2000-01-01  Gerd Moellmann  <gerd@gnu.org>
21158         * image.el (create-image, defimage): Don't assume image data is
21159         a string.
21161         * image.el (defimage): Handle specifications containing :data
21162         instead of :file.
21163         (image-type-from-data): New function.
21164         (image-type-from-file-header): Use it.
21165         (create-image): Add parameter DATA-P.
21167 See ChangeLog.8 for earlier changes.
21169 ;; Local Variables:
21170 ;; coding: iso-2022-7bit
21171 ;; End:
21173     Copyright (C) 2000, 2001 Free Software Foundation, Inc.
21174   Copying and distribution of this file, with or without modification,
21175   are permitted provided the copyright notice and this notice are preserved.