*** empty log message ***
[emacs.git] / lisp / ChangeLog
blob49c158fa4bb8f6bf4f0e3db158c38e6ed5331d64
1 2001-04-05  Stefan Monnier  <monnier@cs.yale.edu>
3         * composite.el (reference-point-alist): Doc fix.
5 2001-04-05  Sam Steingold  <sds@gnu.org>
7         * font-lock.el (font-lock-keywords-case-fold-search):
8         Make buffer-local.  This fixes a very annoying bug when loading a Lisp
9         file made font-lock case-insensitive.
11 2001-04-05  Gerd Moellmann  <gerd@gnu.org>
13         * faces.el (defface menu): Doc fix.
15         * wid-edit.el (widget-color-sample-face-get): Don't make
16         faces for undefined colors.
18         * version.el (emacs-version): Include LessTif/Motif version info.
20 2001-04-04  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
22         * ps-mule.el: Eliminate cl package dependence.
23         (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
24         if they aren't defined yet.
25         (ps-mule-encode-header-string, ps-mule-header-string-charsets):
26         Eliminate cl package dependence.
28 2001-04-04  Stefan Monnier  <monnier@cs.yale.edu>
30         * progmodes/cc-cmds.el (c-outline-level):
31         Bind buffer-invisibility-spec.  Originally from Dave Love, but
32         got lost when incorporating version 5.26.
34 2001-04-04  Eli Zaretskii  <eliz@is.elta.co.il>
36         * emulation/pc-select.el (pc-selection-mode):
37         Call normal-erase-is-backspace-mode instead of binding
38         keys individually.
40         * cus-load.el (normal-erase-is-backspace): Use it instead of
41         delete-key-deletes-forward.
43         * startup.el (command-line): Use normal-erase-is-backspace and
44         normal-erase-is-backspace-mode.
46         * simple.el (normal-erase-is-backspace): Rename from
47         delete-key-deletes-forward.  Doc fix.
48         (normal-erase-is-backspace-mode): Rename from
49         delete-key-deletes-forward-mode.  Doc fix.
50         Run normal-erase-is-backspace-hook.
52         * dired.el (dired-move-to-filename-regexp): Support file sizes in
53         ``human-readable'' format produced by GNU `ls'.
54         (dired-move-to-filename-regexp): Recognize ISO format dates.
55         From Paul Eggert <eggert@twinsun.com>.
57 2001-04-04  Gerd Moellmann  <gerd@gnu.org>
59         * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
60         New functions.
61         (lm-verify): Check keywords.
62         From Eric M. Ludlam <eric@siege-engine.com>.
64 2001-04-03  Eric M. Ludlam  <eric@siege-engine.com>
66         * speedbar.el (speedbar-insert-image-button-maybe): Check for
67         `xemacs' feature instead of for the function `set-extent-property'.
69 2001-04-03  Stefan Monnier  <monnier@cs.yale.edu>
71         * mail/mh-utils.el (mh-folder-hist): New var.
72         (mh-prompt-for-folder): Use it and pass `default' to completing-read.
74 2001-04-03  Eli Zaretskii  <eliz@is.elta.co.il>
76         * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
77         region, position point on the first or last 16-byte group.
78         (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
79         and hexl-end-of-buffer.  Bind End and Home to hexl-end-of-line and
80         hexl-beginning-of-line.
82 2001-04-03  Gerd Moellmann  <gerd@gnu.org>
84         * icomplete.el (icomplete-mode): Treat an argument like other
85         modes do.
87         * startup.el (fancy-splash-head): Use splash8.xpm for color
88         depth 8.
90         * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
91         Add an antry for ``converts''.
93         * language/slovak.el ("Slovak"): Add documentation string.
94         From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
96         * language/czech.el ("Czech"): Add documentation string.
97         From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
99         * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
100         to `isci24-mule.bdf'.  From: Kenichi Handa <handa@etl.go.jp>.
102 2001-04-02  Stefan Monnier  <monnier@cs.yale.edu>
104         * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
105         (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
106         (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
107         Use `defsubst' rather than a macro to ease debugging.
108         (mail-extr-last): Remove (use `last' instead).
109         (mail-extract-address-components): Properly reset the syntax-table
110         after parsing an address.  Use `last' rather than mail-extr-last.
111         Make sure the end marker stays at the very end.
113 2001-04-02  Eli Zaretskii  <eliz@is.elta.co.il>
115         * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
116         last change.
118 2001-04-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
120         * ps-print.el: Line and paragraph spacing feature.  Region to cut
121         out when printing.  Doc fix.
122         (ps-print-version): New version number (6.5).
123         (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
124         New vars.  Line and paragraph spacing feature.
125         (ps-begin-cut-regexp, ps-end-cut-regexp): New vars.  Region to cut
126         out when printing.
127         (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
128         (ps-get-font-size, ps-begin-job, ps-continue-line)
129         (ps-plot-region): Code fix.
130         (ps-print-prologue-2): Var eliminated.
131         (ps-line-spacing-internal, ps-paragraph-spacing-internal):
132         New internal vars.
133         (ps-get-size): New fun.
134         (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
135         (ps-next-line): Replace defun by defsubst.
136         (ps-mule-plot-string): Autoload doc fix.
138         * ps-bdf.el: XEmacs compatibility.  Doc fix.
139         (installation-directory, coding-system-for-read): Declare vars if
140         it's not declared yet.
141         (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
143         * ps-mule.el: XEmacs compatibility.  Doc fix.
144         (leading-code-private-22): Declare var if it's not declared yet.
145         (charset-bytes, charset-dimension, charset-id, charset-width)
146         (find-charset-region, split-char, char-width, chars-in-region)
147         (forward-point, decompose-composite-char, encode-coding-string)
148         (coding-system-p, ccl-execute-on-string, define-ccl-program):
149         Define funs if not defined yet.
150         (encode-composition-rule, find-composition): Define funs if not
151         loaded yet.
152         (ps-mule-prologue): PostScript code fix.
154 2001-04-02  Kenichi Handa  <handa@etl.go.jp>
156         * ps-mule.el (ps-mule-generate-font): New arg HEADER-P.  If it is
157         non-nil, generate font for the header strings.
158         (ps-mule-prepare-font): Likewise.
159         (ps-mule-generate-glyphs): Likewise.
160         (ps-mule-string-encoding): Likewise.
161         (ps-mule-header-charsets): New variable.
162         (ps-mule-encode-header-string): New function.
163         (ps-mule-header-string-charsets): New function.
164         (ps-mule-begin-job): Check charsets in the header strings.  If there
165         are non-ASCII and non-Latin1 charsets, prepare fonts for them.
167         * ps-print.el (ps-generate-header-line): Encode the header string by
168         ps-mule-encode-header-string.
169         (ps-mule-encode-header-string): Declare autoload.
171 2001-04-02  Gerd Moellmann  <gerd@gnu.org>
173         * frame.el (cursor-in-non-selected-windows):
174         Replaces show-cursor-in-non-selected-windows.
176 2001-03-31  Kenichi Handa  <handa@etl.go.jp>
178         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
179         Delete entries for "chinese-py" and "chinese-ziranma".
180         (quail-misc-package-ext-info): New variable.
181         (tsang-quick-converter): New function.
182         (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
183         (quick-cns-converter, py-converter, ziranma-converter)
184         (miscdic-convert, batch-miscdic-convert): New functions.
186 2001-03-30  Kenichi Handa  <handa@etl.go.jp>
188         * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
189         eight-bit-control chars.
191         * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
192         Reduce making temporary vector (suggested by Dave Love).
194 2001-03-30  Eli Zaretskii  <eliz@is.elta.co.il>
196         * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
197         string as well.
199 2001-03-30  Andreas Schwab  <schwab@suse.de>
201         * files.el (backup-directory-alist): Fix typo.
203 2001-03-30  Eli Zaretskii  <eliz@is.elta.co.il>
205         * time-stamp.el (time-stamp-format): Doc fix.  From Paul Eggert
206         <eggert@twinsun.com>.
208 2001-03-30  Dave Love  <fx@gnu.org>
210         * progmodes/fortran.el (fortran-comment-region): Fix typo.
212 2001-03-30  Eli Zaretskii  <eliz@is.elta.co.il>
214         * simple.el (transient-mark-mode): Mention C-g in the doc string.
216 2001-03-30  Miles Bader  <miles@gnu.org>
218         * subr.el (interactive-form): Fix paren typo.
220 2001-03-29  Eli Zaretskii  <eliz@is.elta.co.il>
222         * emacs-lisp/profile.el: Say that it's obsolete in the header
223         line, so that finder.el puts that into its data-base.
224         Suggested by Alex Schroeder <alex@gnu.org>.
226 2001-03-29  Paul Eggert  <eggert@twinsun.com>
228         * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
229         LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
231 2001-03-29  Stefan Monnier  <monnier@cs.yale.edu>
233         * generic.el (generic-mode-set-comments): Use "" rather than nil
234         for comment-end.
236 2001-03-29  Gerd Moellmann  <gerd@gnu.org>
238         * emacs-lisp/advice.el (ad-make-advised-definition):
239         Call interactive-form to obtain the interactive spec of subrs.
241         * subr.el (interactive-form): New function.
243 2001-03-29  Andre Spiegel  <spiegel@gnu.org>
245         * vc-sccs.el (vc-sccs-register): Use relative file names.
247 2001-03-28  Gerd Moellmann  <gerd@gnu.org>
249         * bookmark.el (bookmark-get-bookmark): Handle case that
250         BOOKMARK is not a string.
252         * image.el (image-type-regexps): Change type for PS files
253         to `postscript'.
255         * subr.el (read-passwd): Clear command history after each
256         character entered.  From: Stephen Gildea <gildea@alum.mit.edu>.
258 2001-03-27  Kenichi Handa  <handa@etl.go.jp>
260         * international/kkc.el (kkc-save-init-file): Locally bind
261         print-length to nil.
263 2001-03-26  Gerd Moellmann  <gerd@gnu.org>
265         * textmodes/flyspell.el: Some doc fixes.
266         (flyspell-maybe-correct-transposition)
267         (flyspell-maybe-correct-doubling): Use a temporary buffer
269         * textmodes/ispell.el (ispell-parse-output): Doc fix.
271         * emacs-lisp/byte-opt.el (byte-optimize-while)
272         (byte-optimize-form-code-walker): Diagnose too few arguments
273         for `if' and `while'.
275 2001-03-26  Kenichi Handa  <handa@etl.go.jp>
277         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
278         Prepend `\' to "\<quail-translation-docstring>".
280 2001-03-26  Gerd Moellmann  <gerd@gnu.org>
282         * autorevert.el (global-auto-revert-non-file-buffers):
283         Remove duplicate defcustom.
285 2001-03-26  Miles Bader  <miles@gnu.org>
287         * international/latin1-disp.el (latin1-char-displayable-p):
288         Add leading "-" for X font pattern.
290 2001-03-26  Kenichi Handa  <handa@etl.go.jp>
292         * international/mule-diag.el (describe-coding-system):
293         For raw-text and emacs-mule, don't add anymore text about what
294         charsets they can encode.
296 2001-03-25  Eli Zaretskii  <eliz@is.elta.co.il>
298         * help.el (view-lossage): Mention open-dribble-file in the doc
299         string.  Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
301 2001-03-23  Stefan Monnier  <monnier@cs.yale.edu>
303         * skeleton.el (skeleton-internal-list): Fix bogus logic.
304         (skeleton-pair-insert-maybe): Don't pair after a backslash.
306 2001-03-23  Kenichi Handa  <handa@etl.go.jp>
308         * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
309         Call ccl-execute-on-string directly so that CCL program handling
310         multibyte sequence can work correctly.
311         (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
312         property of the coding system.
314 2001-03-23  Stefan Monnier  <monnier@cs.yale.edu>
316         * textmodes/fill.el (fill-individual-paragraphs-prefix):
317         Fix transcription typo.
319 2001-03-22  Rajesh Vaidheeswarran  <rv@gnu.org>
321         * whitespace.el: Add buffer local variables to toggle testing of
322         whitespaces in buffers without affecting the default values.
323         Bump version to 3.0 to account for a few other changes.
324         (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
325         (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
326         (whitespace-toggle-spacetab-check): New functions.
328 2001-03-21  Stefan Monnier  <monnier@cs.yale.edu>
330         * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
332 2001-03-21  Gerd Moellmann  <gerd@gnu.org>
334         * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
335         bs-cycle-configuration-name.  From Juanma Barranquero
336         <lektu@uol.com.br>.
338         * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
339         and cc-vars.el.
341         * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
342         headers.  Always invoke sendmail with option -t.
344 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
346         * Release of cc-mode 5.28.
348 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
350         * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
351         Removed the hardcoded switch to "java" style in Java mode.
352         It's instead taken care of by the default value for c-default-style.
354 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
356         * cc-align.el (c-lineup-math): Fix bug where lineup was
357         triggered by equal signs in string literals.
359 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
361         * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
362         limit detection when at the ends of the buffer.
364         * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
365         "for" statement clause in case 7F; a better one is done
366         earlier in case 7D anyway.
368 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
370         * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
371         somewhat more and did a small optimization.
373 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
375         * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
376         Use the limit argument only to limit the syntactic context
377         search, not to limit the actual movement.
379         * cc-cmds.el (c-beginning-of-statement): Move by sentence
380         inside multiline strings, just like in comments.  Also various
381         fixes to the paragraph and comment prefix recognition, block
382         comment ender handling etc.
384 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
386         * cc-cmds.el (c-fill-paragraph): Take more care to preserve
387         the relative position of the point.
389         * cc-cmds.el (c-electric-continued-statement): New function to
390         use as abbrev hook to reindent for keywords such as "else"
391         that continues an earlier statement.
393         * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
394         like classes.
396         * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
397         (pike-mode): Populate the default abbrev tables to reindent for
398         keywords such as "else" that can continue earlier statements.
399         Abbrev mode is therefore turned on by default now.  (Note that
400         this doesn't apply to idl-mode, since IDL afaik doesn't have
401         statements at all.)
403 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
405         * cc-engine.el (c-inside-bracelist-p): Fix for handling
406         bracelists where the declaration contains template arguments.
408 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
410         * cc-cmds.el (c-comment-indent):
411         Use `c-get-syntactic-indentation' to correctly calculate the
412         syntactic indentation.  Fixes bug with lineup functions that
413         return vectors.
415         * cc-engine.el (c-get-syntactic-indentation): Split the
416         indentation sum calculation from `c-indent-line' to a separate
417         function.
419 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
421         * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
422         Fixed places where it was assumed that preprocessor directives
423         have to start in column zero.
425         * cc-engine.el (c-beginning-of-member-init-list): Handle C++
426         template arguments after a class identifier properly.
428         * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
429         lists for `new Foo[]' constructs in Java as expressions and
430         not top level definition brace lists on the top level, so that
431         they'll get indented consistently with the same type of
432         expression in a normal block.
434 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
436         * cc-cmds.el (c-fill-paragraph): The kludge that checks
437         whether the adaptive filling package fails to keep the comment
438         prefix is now kludged further to check for filladapt-mode
439         which doesn't have that problem. This is really icky, but it's
440         the only way that works with the current misfeatures/bugs in
441         both adaptive-fill-mode and filladapt-mode.
443         * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
444         around point is recognized more robust.
446 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
448         * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
449         (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
450         (c-lit-type): Fixed all internal variables used dynamically so
451         that they are always bound.
453         * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
454         errors:
456         (c-indent-region): Fixed reporting of syntactic errors so that
457         the region is fully reindented even when an error occurs.
458         The last syntactic error is printed afterwards.  Also cleanup up a
459         whole lot of code that tried to optimize indentation of whole
460         sexps but in reality accomplishes nothing.
462         (c-indent-sexp): Use c-indent-region.
464         (c-parsing-error): Changed this variable to hold the message
465         for any syntactic error that is discovered.
467         (c-parse-state): Search backward from point instead of the bod
468         position when the latter is invalid.  This makes CC Mode
469         recover faster when there are unbalanced close braces.
471         (c-backward-to-start-of-if): Use c-parsing-error to report
472         dangling "else" clauses instead of throwing an error, and fall
473         back to a reasonable position.
475         (c-indent-line): Added argument to avoid reporting syntactic errors.
477         (c-show-syntactic-information): Don't report any syntactic errors.
479 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
481         * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
482         paragraph recognition when moving by sentence in literals.
484         * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
485         start regexp for javadoc to recognize javadoc markup in general instead
486         of a specific set of keywords, to be more future-safe.
488         (c-Pike-pikedoc-paragraph-start)
489         (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
490         pikedoc markup.
492         * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
494         (pike-mode): Initialize paragraph settings pikedoc recognition.
496         * cc-vars.el (c-default-style): Made a nicer Customize widget.
498         (c-comment-prefix-regexp): Made it possible to use an
499         association list on this to specify mode specific regexps.
500         The default value now use a special regexp in Pike mode to
501         recognize pikedoc markup.
503         (c-current-comment-prefix): New variable containing the actual
504         regexp from c-comment-prefix-regexp for the current buffer.
506 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
508         * cc-cmds.el (c-electric-brace): Fixed check for special brace
509         lists: We can't look at the syntax, since a brace list can get
510         recognized as a plain statement-cont.
512         * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
513         special brace list opener broken over two lines got recognized
514         as a statement on the second line.  Case 9A changed.
516 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
518         * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
519         adjustment after line is reindented.
521 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
523         * cc-defs.el (c-point): Added optional argument for position
524         to use instead of the current point.
526         * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
527         the in-expression block symbols when the construct starts at
528         boi, to avoid the extra level of indentation in that case.
529         Cases 4, 16A and 17E affected.
531 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
533         * cc-cmds.el: Use `indent-according-to-mode' instead of direct
534         calls to `c-indent-line', to adhere better to Emacs conventions.
536         * cc-engine.el (c-indent-line): Use the syntax already bound
537         to `c-syntactic-context', if there is any.
539 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
541         * cc-engine.el (c-get-offset): Fixed bug where the indentation
542         wasn't added up correctly when a lineup function returned nil.
544 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
546         * cc-engine.el (c-collect-line-comments): Fixed bug where
547         empty lines were ignored when collecting line comments backwards.
549 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
551         * cc-align.el (c-lineup-dont-change): Return an absolute
552         indentation column to work correctly in the case when several
553         syntactic elements are processed for the same line.
555         * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
556         (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
557         (c-set-offset): Added absolute indentation column settings by
558         using the vector type.
560 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
562         * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
563         Implemented two new cleanups `space-before-funcall' and
564         `compact-empty-funcall'.
566 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
568         * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
569         helping building regexps.
571         * cc-engine.el (c-on-identifier): New function for detecting
572         identifiers.  It takes keywords into account.
574         * cc-langs.el, cc-mode.el: Added regexps for complete keyword
575         lists.  `c-keywords' is set to a regexp matching all keywords
576         in the current language.
578 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
580         * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
581         list of characters to skip backwards over at the beginning of
582         a statement, since it can precede string literals in Pike.
584 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
586         * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
587         recognition when standing on the last line in a C++ comment
588         with nothing but whitespace after the prefix.
590         * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
591         given no limit argument.
593 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
595         * cc-engine.el (c-inside-bracelist-p): Fixed brace list
596         recognition for the `[]= operator symbol in Pike.
598 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
600         * cc-bytecomp.el (cc-eval-when-compile): New macro that works
601         around a bug in `eval-when-compile' in the byte compiler.
603         * cc-engine.el (c-forward-token-1): Fixed bug with return
604         value when count is zero and there's no token start within the limit.
606         (c-guess-basic-syntax): Don't add 'comment-intro to lines with
607         "prefix comments", i.e. comments which are followed by code on
608         the same line.
610         * cc-mode-19.el: Fixes so that checks that must be done at
611         compile time also are done then.
613 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
615         * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
616         time and at runtime, and only when it's needed.
618 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
620         Major cleanup for less error prone and more warning free
621         compilation, including some fixes for bugs due to different
622         compilation orders. Thanks to Martin Buchholz for providing
623         the basis for all this.
625         * cc-bytecomp.el: New file that provides some byte compilation
626         features: It ensures that files always are loaded from the
627         current source directory during compilation, and it provides a
628         set of macros to turn off specific compiler warnings for
629         specific symbols.  (It's not CC Mode specific in any way.)
631         Fixed a nearly acyclic dependency tree (both runtime and
632         compile-time) between all files.
634         * cc-defs.el: Separated all macros before the inline functions,
635         to ensure correct compilation.
637         * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
638         cc-defs.el to cc-engine.el and made it a function instead.
640         * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
641         about char-after.
643         * cc-vars.el: Cope even when there isn't a custom package
644         containing defcustom available.
646         * cc-make.el: Removed since it's no longer necessary.
648         README: Updated installation instructions.
650 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
652         * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
653         improve the modularity: Moved all mode init stuff from
654         cc-langs.el to cc-mode.el, including the keymap
655         initialization; cc-langs now only contains the various
656         variables for configuring the language syntax.
658         * cc-engine.el, cc-styles.el (c-evaluate-offset)
659         (c-get-offset): Moved from cc-styles to cc-engine since file
660         dependency analysis suggests they belong there (which also
661         makes more sense).  Thanks to Martin Buchholz for doing the analysis.
663 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
665         * cc-cmds.el (c-fn-region-is-active-p): New function that
666         wraps the corresponding macro, for use in places that aren't
667         compiled.  Thanks to Martin Buchholz for pointing out this.
669         * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
671         * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
672         add things to the bug report.
674 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
676         * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
677         returned prefix could contain a newline when the search for a
678         good prefix line failed.
680 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
682         * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
683         (c-toggle-auto-hungry-state): Made the argument optional, as
684         the documentation says it is.
686 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
688         * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
689         multiline string syntax, #"...", as a cpp macro.
691 2001-03-21  Paul Eggert  <eggert@twinsun.com>
693         * international/mule-cmds.el (set-locale-environment):
694         Set system-messages-locale and system-time-locale, but only if the
695         caller specifies a non-nil locale name.
697 2001-03-20  Gerd Moellmann  <gerd@gnu.org>
699         * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
700         problems for the interpreter.  From: John Wiegley  <johnw@gnu.org>
702 2001-03-20  Gerd Moellmann  <gerd@gnu.org>
704         * follow.el (follow-avoid-tail-recenter): Doc fix.
706         * custom.el (custom-set-variables): Avoid reversing the list
707         of args needlessly.
709         * startup.el (fancy-splash-head): Don't change the colors of the
710         XPM image on a dark background.
712         * comint.el (comint-exec-1): Set columns of the terminal to
713         window-width instead of frame-width.
715         * info.el (Info-scroll-down): Add missing WINDOW arg for
716         pos-visible-in-window-p.
718         * ehelp.el (electric-help-mode-hook): Add defcustom.
720         * mail/sendmail.el (mail-mode): Activate case-folding in
721         font-lock-defaults.
723 2001-03-19  Stefan Monnier  <monnier@cs.yale.edu>
725         * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
726         (completion-ignored-extensions): Remove duplicate ".class".
728 2001-03-19  Andreas Schwab  <schwab@suse.de>
730         * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
731         From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
733 2001-03-19  Gerd Moellmann  <gerd@gnu.org>
735         * language/european.el ("Latin-5", "Latin-4"): Use postfix input
736         methods since there are not prefix input methods.
738 2001-03-19  Kenichi Handa  <handa@etl.go.jp>
740         * international/mule-cmds.el (read-input-method-name):
741         Locally bind enable-recursive-minibuffers to t.
743 2001-03-18  Stefan Monnier  <monnier@cs.yale.edu>
745         * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
747 2001-03-17  Michael Kifer  <kifer@cs.sunysb.edu>
749         * ediff-util.el: Copyright years.
750         (ediff-choose-syntax-table): New function.
751         (ediff-setup): Use ediff-choose-syntax-table.
753         * ediff-init.el (ediff-with-syntax-table): New macro, uses
754         with-syntax-table.
756         * ediff.el: Date of last update, copyright years.
758         * ediff-wind (ediff-setup-control-frame): Nill->nil.
760         * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
761         of Scott Bronson.
762         (ex-cmd-assoc,ex-cmd-one-letr): New functions.
763         (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
764         Deleted functions.
765         (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
766         ex-token-list.
768         * viper-util.el: Spaces, indentation.
770         * viper.el: Changed version, modification time.
772 2001-03-16  John Wiegley  <johnw@gnu.org>
774         * calendar/timeclock.el (timeclock-workday-remaining):
775         Check whether `discrep' is non-null before using it.
777 2001-03-16  John Wiegley  <johnw@gnu.org>
779         * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
780         first-time checkins.
781         (timeclock-log-data): Fixed problem with reading timelog log file.
782         Resulting data in the "day list" was incorrect.
783         (timeclock-find-discrep): Check if `timeclock-file' is readable
784         before opening it.
785         (timeclock-time-less-p): New function.
786         (timeclock-day-base): New function.
787         (timeclock-geometric-mean): New function.
788         (timeclock-generate-report): Generate a summary report based on
789         the contents of the log file.  This uses `timeclock-log-data', and
790         is an example of writing a timelog manipulation function.
791         (timeclock-visit-timelog): A quick command for opening the timelog
792         file.
793         (timeclock-log-data): Bound the variable event.
795 2001-03-16  Kenichi Handa  <handa@etl.go.jp>
797         * international/mule-cmds.el (select-safe-coding-system):
798         Fix typo: symbol-name -> symbol-value.
800         * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
801         before substitute-in-file-name to handle double slashes in FILE
802         correctly.
804 2001-03-15  Gerd Moellmann  <gerd@gnu.org>
806         * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
807         for Slovak.  From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
809 2001-03-14  Gerd Moellmann  <gerd@gnu.org>
811         * bindings.el (features): Add `md5' and `overlay' to the list.
813         * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
814         bound before using it.  It's not bound when configured without X,
815         for instance.
817 2001-03-13  Thien-Thi Nguyen  <ttn@gnu.org>
819         * progmodes/hideshow.el: Update copyright.
820         (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
821         (hs-minor-mode-hook): Include `:version' in defcustom form.
823 2001-03-13  Gerd Moellmann  <gerd@gnu.org>
825         * help.el (string-key-binding): Don't call event-start on
826         a non-list.
828 2001-03-13  Eli Zaretskii  <eliz@is.elta.co.il>
830         * startup.el (fancy-splash-tail, command-line-1): Fix the
831         copyright year.
833 2001-03-13  Kenichi Handa  <handa@etl.go.jp>
835         * term.el: These changes are based on a patch sent from Yong Lu
836         <lyongu@yahoo.com>.
837         (term-set-escape-char): Bind M-x to execute-extended-command in
838         term-raw-escape-map.
839         (term-move-columns): Don't try to move to negagive column.
840         (term-emulate-terminal): Insert a string before deleting a text to
841         overwrite.
843 2001-03-12  Gerd Moellmann  <gerd@gnu.org>
845         * play/life.el (life): Rearrange code so that all calls to
846         life-display-generation are in a catch-form.
848         * progmodes/etags.el (tags-loop-continue): Don't change point in a
849         file that isn't interesting.  In an interesting file, push the old
850         value of point on the mark ring.
852         * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
853         New function.
854         (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
855         Use it.
857         * emacs-lisp/autoload.el (generate-file-autoloads):
858         Remove warning about line lengths.
860 2001-03-12  Philippe Waroquiers  <wao@gull.tact.cfmu.eurocontrol.be>
862         * progmodes/etags.el (tags-compression-info-list): New variable.
863         (find-tag-in-order): Use it to deal with compressed source files.
864         (tag-file-name-match-p): New function.
865         (etags-recognize-tags-table): Use it for better match of file names.
867 2001-03-12  Kenichi Handa  <handa@etl.go.jp>
869         * international/mule-cmds.el (register-input-method): Doc fix.
871         * international/quail.el (quail-translate-key): Fix condition to
872         check if there's another breaking point in the current key.
874 2001-03-11  Eli Zaretskii  <eliz@is.elta.co.il>
876         * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
877         Babyl header to the newly-created output file, bind
878         coding-system-for-write to either rmail-file-coding-system or
879         emacs-mule-unix.
881 2001-03-11  Stefan Monnier  <monnier@cs.yale.edu>
883         * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
884         Fix the name and regexp used for subsubsections.
886 2001-03-10  Dave Love  <fx@gnu.org>
888         * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
889         and save-buffer if buffer-file-name non-nil.  From rms.
891 2001-03-10  Andre Spiegel  <spiegel@gnu.org>
893         * vc.el (vc-do-command): If the destination buffer is already
894         current, don't set it up and don't erase it.  Updated doc string
895         to reflect that.
896         (vc-version-diff): When doing a single file diff, don't switch to the
897         *vc-diff* buffer before the command.  This is to preserve local
898         variable bindings that might affect the diff command.
899         (vc-print-log): Don't switch to the *vc* buffer before the
900         command, so that local variable bindings are preserved.
902         * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
903         not the current buffer.
904         (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
906         * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
907         make output go to buffer *vc*, not the current buffer.
909 2001-03-09  Stefan Monnier  <monnier@cs.yale.edu>
911         * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
912         so ^, $, *, ? and + are interpreted correctly.
914 2001-03-09  Gerd Moellmann  <gerd@gnu.org>
916         * help.el (string-key-binding): Renamed from
917         mode-line-key-binding.  Handle any event on a string.
918         Check for `keymap' properties as well as `local-map' properties.
920         * comint.el (comint-insert-clicked-input): Use the last key
921         from this-command-keys to lookup the global key definition.
923 2001-03-09  Kenichi Handa  <handa@etl.go.jp>
925         * international/characters.el: Add category `j' for
926         katakana-jisx0201.   Fix syntaxes of katakana-jisx0201.
928         * international/mule-conf.el (no-conversion): Fix docstring.
929         (raw-text): Fix docstring.
931 2001-03-08  Gerd Moellmann  <gerd@gnu.org>
933         * simple.el (choose-completion-string): When not leaving the
934         minibuffer, raise the minibuffer frame when minibuffer-auto-raise
935         is set.
937         * window.el (shrink-window-if-larger-than-buffer): Handle frame
938         parameter `(minibuffer . t)'.
940 2001-03-07  Stefan Monnier  <monnier@cs.yale.edu>
942         * progmodes/sh-script.el (sh-st-symbol): New symbol.
943         (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
944         (sh-mode): Remove `make-local-variable' for unused var
945         `font-lock-unfontify-region-function'.
947 2001-03-07  Richard M. Stallman  <rms@gnu.org>
949         * info.el (Info-scroll-down): Fix previous change.
951         * mail/rmail.el (rmail-toggle-header): Use a window which
952         is showing the Rmail buffer, rather than the selected window.
954 2001-03-07  Dave Love  <fx@gnu.org>
956         * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
957         now, to avoid problems with binding imenu directly to a mouse event.
959 2001-03-07  Gerd Moellmann  <gerd@gnu.org>
961         * info.el (Info-scroll-down): Call pos-visible-in-window-p with
962         second arg t.
964 2001-03-07  Stefan Monnier  <monnier@cs.yale.edu>
966         * log-edit.el (log-edit-common-indent): New var.
967         (log-edit-set-common-indentation): Renamed from
968         log-edit-delete-common-indentation.  Use the new var.
969         (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
971         * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
972         (cvs-mode-add-change-log-entry-other-window):
973         Don't presume change-log-default-name is defined.
975         * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
977         * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
978         the "tree" operation as well.
980         * pcvs-parse.el (cvs-parse-table): Add another ignored message.
982         * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
983         to match paragraph-start.
985         * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
986         comment-start-skip and set comment-end-skip as well.
987         (sgml-comment-indent): Fix for new value of comment-start-skip.
988         (html-autoview-mode): Don't bother using make-local-hook.
990 2001-03-07  Gerd Moellmann  <gerd@gnu.org>
992         * cus-edit.el (custom-save-delete): Move in front of local
993         variables, otherwise long Custom entries would make them ineffective.
995         * uniquify.el: Set maintainer to FSF.
997 2001-03-07  Eli Zaretskii  <eliz@is.elta.co.il>
999         * dired-aux.el (dired-do-shell-command): Doc fix.
1001 2001-03-06  Stefan Monnier  <monnier@cs.yale.edu>
1003         * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
1005         * which-func.el (which-func-modes): Add cperl-mode.
1006         (which-func-mode-global): Use define-minor-mode.
1008         * info-look.el: Docstring fixes and dead code eliminated.
1009         (cperl-mode): Add support.
1010         (emacs-lisp-mode): List all entries from elisp manual, whether
1011         or not they are currently (f)bound or not.  Update regexp.
1013         * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
1015         * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
1016         so that C-h m shows the correct information.
1017         Use make-local-variable rather than make-variable-buffer-local.
1018         (cperl-info-buffer, cperl-setup-tmp-buf):
1019         Use make-local-variable rather than make-variable-buffer-local.
1020         (cperl-msb-fix, cperl-get-help-defer):
1021         Check major-mode for `cperl-mode' as well.
1023         * progmodes/cperl-mode.el: Updated to author version 4.23.
1024         (cperl-electric-pod): SYNOPSIS was misspelled.
1025         (cperl-find-pods-heres): @if ? a : b was considered a REx.
1026         (cperl-after-expr-p): Make true after __END__.
1028 2001-03-06  Gerd Moellmann  <gerd@gnu.org>
1030         * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
1031         bookmark-completion-ignore-case is t.
1033         * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
1034         switch, like xterm, and concat resource strings, with a newline
1035         between them.
1037 2001-03-06  Eli Zaretskii  <eliz@is.elta.co.il>
1039         * international/codepage.el (cp770-decode-table)
1040         (cp773-decode-table, cp774-decode-table): New variables.
1042         * man.el (Man-hyphenated-reference-regexp): New variable.
1043         (Man-build-references-alist): Use it to search for referenced
1044         manpages.  If hyphenated is non-nil, record a concatenated word in
1045         Man-refpages-alist only if it matches Man-reference-regexp.
1046         Update word's length when it is concatenated.  Reverse the list,
1047         to get the first manpage at the head.
1048         (Man-possibly-hyphenated-word): New function.
1049         (Man-follow-manual-reference): Use it instead of current-word to
1050         find a manpage at point, in a way that accounts for hyphenated
1051         references.
1053 2001-03-06  Alex Schroeder  <alex@gnu.org>
1055         * sql.el (sql-interbase): New function.
1056         (sql-interbase-program): New option.
1057         (sql-interbase-options): New option.
1058         And some typos fixed: "customise" to "customize".
1060 2001-03-06  Dave Love  <fx@gnu.org>
1062         * textmodes/flyspell.el (flyspell-region):
1063         Set up flyspell-local-mouse-map.
1065 2001-03-05  Richard M. Stallman  <rms@gnu.org>
1067         * mail/rmail.el (rmail-retry-failure):
1068         Don't call rmail-beginning-of-message.
1069         Don't discard From: field.  Do discard Received: field.
1070         Use unwind-protect to re-prune.
1071         (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
1073 2001-03-06  Kenichi Handa  <handa@etl.go.jp>
1075         * international/quail.el (quail-title): Add autoload cookie.
1077 2001-03-05  Dave Love  <fx@gnu.org>
1079         * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
1080         new defs.
1082 2001-03-05  Kenichi Handa  <handa@etl.go.jp>
1084         * language/ethio-util.el (ethio-toggle-space):
1085         Update current-input-method-title if necessary.
1086         (ethio-toggle-punctuation): Likewise.
1088         * international/quail.el (quail-title): Fix for the case that a
1089         title of an input method is specified by a list of the same form
1090         as used in mode-line-format.
1092         * international/mule-cmds.el (activate-input-method):
1093         If current-input-method-title is set by activating INPUT-METHOD,
1094         respect that value.
1096 2001-03-05  Gerd Moellmann  <gerd@gnu.org>
1098         * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
1100 2001-03-05  Alex Schroeder  <alex@gnu.org>
1102         * sql.el (sql-sybase): Fix typo (was: query user about server two
1103         times instead of server and database).
1105         * sql.el (sql-sybase): Doc change.
1106         (sql-mysql): Doc change.
1107         (sql-postgres): Doc change.
1109 2001-03-05  Kenichi Handa  <handa@etl.go.jp>
1111         * international/mule-conf.el (emacs-mule, raw-text):
1112         Docstring modified.
1114 2001-03-04  Eli Zaretskii  <eliz@is.elta.co.il>
1116         * term/internal.el: Update copyright notice.
1118         * term/pc-win.el: Update copyright notice.
1120 2001-03-02  Dave Love  <fx@gnu.org>
1122         * files.el (insert-file-contents-literally):
1123         Bind inhibit-file-name-handlers and inhibit-file-name-operation,
1124         not jka-compr-compression-info-list.
1126 2001-03-02  Stefan Monnier  <monnier@cs.yale.edu>
1128         * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
1129         spaces in default comment-start-skip settings rather than \s-.
1131 2001-03-02  Eli Zaretskii  <eliz@is.elta.co.il>
1133         * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
1134         default-frame-alist as well.
1136 2001-03-01  Dave Love  <fx@gnu.org>
1138         * textmodes/reftex.el (defvar): Wrap some defvars in
1139         eval-when-compile.  From Markus Rost <rost@math.ohio-state.edu>.
1141         * subr.el (event-basic-type): Doc fix.
1143         * international/quail.el: Doc fixes.
1145         * international/utf-8.el: Doc fixes.
1147         * international/mule-cmds.el: Doc fixes.
1148         (leim-list-header): Fix header text.
1150         * international/mule.el (coding-system-category): Doc fix.
1152         * international/ccl.el (ccl-compile): Doc fix.
1154 2001-03-01  Stefan Monnier  <monnier@cs.yale.edu>
1156         * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
1157         rather than (before|after)-change-functions.
1159 2001-03-01  Gerd Moellmann  <gerd@gnu.org>
1161         * ediff-util.el (ediff-scroll-horizontally): Arrange for
1162         scroll-left and scroll-right being called interactively so that
1163         they set the window's min_hscroll.
1165 2001-03-01  Eli Zaretskii  <eliz@is.elta.co.il>
1167         * info.el (info-insert-file-contents-1): Accept an additional
1168         argument `lfn': if it is non-nil, concatenate `filename' and
1169         `suffix'; otherwise use the complicated MS-DOS code.
1170         All callers changed.
1171         (info-insert-file-contents, Info-find-node): If the MS-DOS port
1172         can access long file names, try the long file-name version of
1173         `info-insert-file-contents-1', then the short file-name version.
1175 2001-02-28  TAKAHASHI Naoto  <ntakahas@m17n.org>
1177         * language/ethio-util.el (setup-ethiopic-environment-internal):
1178         Change bindings of functions keys to conform to "Emacs Lisp Coding
1179         Convention".
1181         * language/ethiopic.el ("Ethiopic"): Add documentation.
1183 2001-02-28  Kenichi Handa  <handa@etl.go.jp>
1185         * international/utf-8.el (mule-utf-8): Set coding-category
1186         property to coding-category-utf-8.
1188 2001-02-27  Richard M. Stallman  <rms@gnu.org>
1190         * lpr.el (lpr-page-header-switches, print-region-1):
1191         Undo 2000-07-06 change.
1192         (lpr-add-switches): Default to t on gnu/linux.
1194 2001-02-27  Gerd Moellmann  <gerd@gnu.org>
1196         * bs.el (bs-attributes-list): Doc fix.
1198 2001-02-26  Gerd Moellmann  <gerd@gnu.org>
1200         * help.el (describe-project): Display the file THE-GNU-PROJECT.
1202         * help.el (view-order-manuals): Use goto-address.
1204         * startup.el (command-line-1): Add info about ordering manuals
1205         to the not so fancy splash screens.
1207 2001-02-26  Andre Spiegel  <spiegel@gnu.org>
1209         * vc.el (vc-default-workfile-unchanged-p)
1210         (vc-default-latest-on-branch-p): Add missing BACKEND argument.
1212 2001-02-26  Gerd Moellmann  <gerd@gnu.org>
1214         * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
1215         fontify in the right buffer.
1217         * allout.el (outline-flag-region): Move macro in front of first
1218         use to avoid a run-time error.
1220 2001-02-24  Andrew Innes  <andrewi@gnu.org>
1222         * makefile.w32-in: Fix copyright notice.
1224 2001-02-24  Kenichi Handa  <handa@etl.go.jp>
1226         * international/utf-8.el (mule-utf-8): Set correct value for
1227         valid-codes property.
1229         * international/fontset.el (x-complement-fontset-spec): In the
1230         case that we use ASCII font for the other charsets, use only
1231         family and registry part of it.
1233 2001-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
1235         * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
1236         (shrink-window-if-larger-than-buffer): Doc fix.
1238 2001-02-23  Stefan Monnier  <monnier@cs.yale.edu>
1240         * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
1241         predicate passed to completing-read.
1243 2001-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
1245         * startup.el (command-line): Fix last change.
1247 2001-02-23  Jason Rumney  <jasonr@gnu.org>
1249         * startup.el (tool-bar-originally-present): New variable.
1250         (command-line): Set it if the tool-bar is switched on at startup.
1252         * frame.el (frame-notice-user-settings): Only adjust frame height
1253         for no tool-bar case if tool-bar was originally switched on.
1254         From E. Jay Berkenbilt.
1256 2001-02-22  Stefan Monnier  <monnier@cs.yale.edu>
1258         * server.el (server-switch-buffer): Only switch window if the
1259         current one is dedicated.
1261         * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
1262         rather than using (match-beginning 0) when searching for break point.
1264 2001-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
1266         * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
1267         @ follows an accent command such as @'.  Support optional braces
1268         in commands that insert accents, like makeinfo does.
1270 2001-02-22  Gerd Moellmann  <gerd@gnu.org>
1272         * startup.el (fancy-splash-text): Add a line for ordering
1273         manuals.  Reverse order of splash screens shown.
1274         (use-fancy-splash-screens-p): Adapt to the text line added.
1276         * menu-bar.el (menu-bar-help-menu): Add an item for ordering
1277         manuals from the FSF.
1279         * help.el (view-order-manuals): New function.
1280         (toplevel): Bind C-h C-m to this function.
1282 2001-02-21  Stefan Monnier  <monnier@cs.yale.edu>
1284         * newcomment.el (comment-forward): Skip the comment-start before
1285         searching for the comment-end.
1287 2001-02-21  Dave Love  <fx@gnu.org>
1289         * custom.el (custom-initialize-changed, defcustom): Doc fix.
1291         * international/mule-cmds.el, international/mule.el: Doc fixes.
1293         * play/fortune.el: Fix autoload cookies.  Add types to defcustoms.
1294         (fortune) <defgroup>: Add :link.
1295         (fortune-from-region): Use eq, not eql.
1297 2001-02-21  Gerd Moellmann  <gerd@gnu.org>
1299         * startup.el (fancy-splash-screens): Use display-hourglass
1300         instead of display-busy-cursor.
1302         * frame.el (display-hourglass): Renamed from busy-cursor.
1303         (hourglass-delay): Renamed from busy-cursor-delay-seconds.
1304         (show-cursor-in-non-selected-windows): Doc fix.
1306 2001-02-20  Dave Love  <fx@gnu.org>
1308         * international/utf-8.el: Doc and commentary fixes.
1310 2001-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
1312         * ehelp.el (with-electric-help): Doc fix.
1314 2001-02-20  Gerd Moellmann  <gerd@gnu.org>
1316         * msb.el (msb-mode): Call the update-buffers function explicitly
1317         with a FORCE argument.
1319         * menu-bar.el (menu-bar-update-buffers): Add optional parameter
1320         FORCE.  If set, update the menu even if frame-or-buffer-changed-p
1321         returns nil.
1323 2001-02-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1325         * ps-print.el: Timestamp package replacement.  Some enhancements.
1326         Some XEmacs compatibility.  Doc fix.
1327         (ps-print-version): New version number (6.4).
1328         (ps-printer-name): Initialization fix.
1329         (ps-zebra-stripe-follow): Funcionality enhancement.
1330         (ps-prologue-file): Code enhancement.
1331         (ps-right-header): Timestamp package replacement.
1332         (ps-setup, ps-face-bold-p, ps-face-italic-p)
1333         (ps-get-page-dimensions)
1334         (ps-generate-header, ps-begin-file, ps-begin-job)
1335         (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
1336         (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
1337         (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
1338         (coding-system-for-write): Var declaration (XEmacs compatibility).
1340 2001-02-20  Miles Bader  <miles@gnu.org>
1342         * image-file.el (image-file-name-extensions): Add "tif".
1344 2001-02-19  Gerd Moellmann  <gerd@gnu.org>
1346         * wid-edit.el (widget-button-click): Save the selected window
1347         around the code handling clicks on buttons.
1349 2001-02-18  Dave Love  <fx@gnu.org>
1351         * imenu.el (imenu--generic-function): Use mapc to iterate over
1352         syntax characters.
1354 2001-02-17  Richard M. Stallman  <rms@gnu.org>
1356         * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
1358         * uniquify.el (uniquify-buffer-name-style): Doc fix.
1360 2001-02-16  Gerd Moellmann  <gerd@gnu.org>
1362         * mouse.el (mouse-save-then-kill): If the distance from the new
1363         point to the mark is equal to the distance of point from the new
1364         point, move point instead of the mark.
1366 2001-02-16  Dave Love  <fx@gnu.org>
1368         * textmodes/flyspell.el (flyspell-get-word): Return string without
1369         properties.
1371 2001-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
1373         * generic.el (generic-find-file-regexp): Doc fix.
1374         (generic-ignore-files-regexp): New defcustom.
1375         (generic-mode-find-file-hook): If the file's name matches the
1376         regexp in `generic-ignore-files-regexp', don't enter
1377         default-generic-mode.  Doc fix.
1379 2001-02-16  Gerd Moellmann  <gerd@gnu.org>
1381         * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
1382         Add autoload cookies.
1384         * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
1385         of cal-tex-24.
1387 2001-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
1389         * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
1391         * progmodes/compile.el (grep-regexp-alist): Remove the blank from
1392         the character class after the (optional) drive, to support file
1393         names with embedded blanks.
1395 2001-02-15  Sam Steingold  <sds@gnu.org>
1397         * textmodes/tex-mode.el (tex-shell-running):
1398         Check the process buffer too.
1400 2001-02-15  Dave Love  <fx@gnu.org>
1402         * battery.el (battery-status-function): Fix doc, :type.
1404         * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
1406 2001-02-15  Gerd Moellmann  <gerd@gnu.org>
1408         * subr.el (read-passwd): Clear Lisp memory holding password.
1410 2001-02-15  Miles Bader  <miles@gnu.org>
1412         * info.el (Info-copy-current-node-name): New function.
1413         (Info-mode-menu): Add it to the menu.
1415 2001-02-14  Richard M. Stallman  <rms@theobromine.ai.mit.edu>
1417         * international/mule-cmds.el (toggle-input-method): Doc fix.
1419 2001-02-13  Stefan Monnier  <monnier@cs.yale.edu>
1421         * replace.el (occur): Stop at end of buffer.
1423 2001-02-13  Eli Zaretskii  <eliz@is.elta.co.il>
1425         * international/mule-cmds.el (set-input-method): Another doc fix.
1427 2001-02-13  David M. Koppelman <koppel@ee.lsu.edu>
1429         * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
1431 2001-02-13  Miles Bader  <miles@gnu.org>
1433         * faces.el (set-face-background, set-face-foreground)
1434         (set-face-stipple): Treat a value of nil as being `unspecified'.
1436 2001-02-12  Dave Love  <d.love@dl.ac.uk>
1438         * international/latin1-disp.el:  Doc fixes.
1439         (latin1-display) <defgroup>: Add :link.
1440         (latin1-display) <function>: Set variable latin1-display.
1442 2001-02-12  Eli Zaretskii  <eliz@is.elta.co.il>
1444         * international/mule-cmds.el (set-input-method): Doc fix.
1446 2001-02-12  Eric M. Ludlam  <zappo@choochoo.ultranet.com>
1448         * speedbar.el (speedbar-frame-parameters): No toolbar lines.
1449         (speedbar-line-file): Return nil if not a file.
1450         (speedbar-buffers-line-path): Return file for tags, and dir for files.
1452 2001-02-12  Michael Kifer  <kifer@cs.sunysb.edu>
1454         * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
1455         for remote files.
1456         (ediff-coding-system-for-read): Replaced the no-conversion default
1457         with raw-text.
1459         * ediff-init.el: Removed :version from defcustom vars.
1461         * ediff-util.el (ediff-compute-custom-diffs-maybe):
1462         Better handling of the diff mode.
1464         * ediff.texi: Added ediff-coding-system-for-read.
1466         * viper.texi: Fix typos.
1468 2001-02-11  Dave Love  <fx@gnu.org>
1470         * shadowfile.el: Doc fixes.
1471         (shadow) <defgroup>: Add :link.
1472         (shadowfile-unload-hook): New function.
1473         (shadow-initialize): Use defalias, not fset.
1474         (shadow-define-cluster, shadow-define-literal-group)
1475         (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
1477         * international/mule.el: Doc and message fixes.
1479         * international/ccl.el (define-ccl-program): Doc fix.
1481 2001-02-11  Kenichi Handa  <handa@etl.go.jp>
1483         * faces.el (mode-line): Set :line-width property to -1.
1485 2001-02-10  Richard M. Stallman  <rms@gnu.org>
1487         * complete.el (partial-completion-mode): Doc fix.
1489         * simple.el (delete-key-deletes-forward-mode):
1490         Change `let' to `let*' to fix gross bug in last change.
1492         * repeat.el (repeat): Don't let execute-kbd-macro alter
1493         real-last-command.
1495 2001-02-10  Eli Zaretskii  <eliz@is.elta.co.il>
1497         * simple.el (eval-expression): Doc fix.
1499 2001-02-09  Dave Love  <fx@gnu.org>
1501         * imenu.el (imenu-generic-expression): Doc fix.
1503         * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
1504         From Juanma Barranquero.
1506         * emacs-lisp/authors.el (authors): Expand `root' before running find.
1508 2001-02-09  Kenichi Handa  <handa@etl.go.jp>
1510         * faces.el (set-face-attribute): Describe the case of a negative
1511         value specified for :line-width.
1513 2001-02-08  Stefan Monnier  <monnier@cs.yale.edu>
1515         * which-func.el (which-func-mode): Invert which-func-mode-global.
1516         From Juanma Barranquero <lektu@uol.com.br>.
1518 2001-02-08  Dave Love  <fx@gnu.org>
1520         * wid-edit.el (widget-plist-convert-widget): Replace binding of
1521         widget-plist-value-type.
1522         (widget-alist-convert-widget): Replace binding of
1523         widget-alist-value-type.
1525         * textmodes/paragraphs.el (sentence-end): Doc fix.
1527         * eshell/em-rebind.el (eshell-cannot-leave-input-list):
1528         Remove `backward-line'.
1530         * play/pong.el (pong-blank-color, pong-bat-color)
1531         (pong-ball-color, pong-border-color, pong-left-key)
1532         (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
1533         (pong-pause-key, pong-resume-key, pong-timer-delay):
1534         * mail/mh-comp.el (mh-compose-letter-function):
1535         * eshell/esh-mode.el (eshell-skip-prompt-function):
1536         * emulation/viper-ex.el (ex-unix-type-shell-options):
1537         * recentf.el (recentf-menu-filter):
1538         * ps-print.el (ps-print-region-function):
1539         * lpr.el (print-region-function):
1540         * forms.el (forms-mode-hooks):
1541         * dirtrack.el (dirtrack-directory-change-hook):
1542         * cus-start.el (temp-buffer-show-function, display-buffer-function):
1543         * textmodes/spell.el (spell-filter):
1544         * textmodes/fill.el (adaptive-fill-function):
1545         * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
1546         * progmodes/etags.el (find-tag-default-function):
1547         * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1548         * progmodes/ada-mode.el (ada-popup-key): Fix :type.
1550 2001-02-07  Eli Zaretskii  <eliz@is.elta.co.il>
1552         * emulation/viper-init.el (viper-fast-keyseq-timeout)
1553         (viper-translate-all-ESC-keysequences): Doc fix.  From Jim
1554         Meyering <jim@meyering.net>.
1556         * loadup.el: Revert last change.
1558 2001-02-07  Kenichi Handa  <handa@etl.go.jp>
1560         * international/mule.el (transform-make-coding-system-args):
1561         Make it work also for coding systems not using CCL.
1563 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
1565         * simple.el (previous-matching-history-element)
1566         (next-matching-history-element): Doc fix.
1568         * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
1569         specific part.
1571 2001-02-06  Dave Love  <fx@gnu.org>
1573         * add-log.el (add-log-current-defun-function)
1574         (add-log-buffer-file-name-function, add-log-file-name-function):
1575         Fix :type.
1576         (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
1578 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
1580         * info.el (info-initialize): Remove the test for system-type when
1581         invocation-directory is non-nil.
1583         * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
1584         of `font-lock-defaults' to `backward-paragraph' rather than nil.
1586 2001-02-06  Andrew Innes  <andrewi@gnu.org>
1588         * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
1589         absolute.
1591 2001-02-06  David M. Koppelman <koppel@ee.lsu.edu>
1593         * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
1594         buffers.  When hi-lock turned on rather than only checking current
1595         buffer for regexps, all buffers are checked. Moved activation of
1596         font-lock to hi-lock-refontify. When font-lock turned off rather
1597         than removing added highlighting just in current buffer, remove it
1598         in all buffers.  Changed edit menu text from "Automatic
1599         Highlighting" to "Regexp Highlighting" Documentation for
1600         highlighting phrases, minor documentation changes.
1601         (hi-lock-set-file-patterns): Execute only if there are new or
1602         existing file patterns.
1603         (hi-lock-refontify): Assume font-lock-fontify-buffer will first
1604         unfontify and, if a support mode is active, will not refontify the
1605         whole buffer.  If necessary, turn on font lock. (Removed
1606         font-lock-unfontify and font-lock support-mode-specific calls,
1607         such as lazy-lock-fontify-window.)
1608         (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
1609         patterns are found. Not useful now since find-file-hook is removed
1610         if hi-lock is off, but may be needed for per-buffer hi-lock activation.
1611         (hi-lock-face-phrase-buffer): New function.  Also added related
1612         menu item and keybinding.
1613         (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
1614         (hi-lock-process-phrase): New function.
1615         (hi-lock-line-face-buffer): Doc fixes.
1616         (hi-lock-face-buffer): Doc fixes.
1617         (hi-lock-unface-buffer): Doc fixes.
1619 2001-02-06  Gerd Moellmann  <gerd@gnu.org>
1621         * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
1622         dabbrev-ignored-regexps.
1624 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
1626         * simple.el (kill-line): Doc fix.
1628 2001-02-05  Dave Love  <fx@gnu.org>
1630         * loadup.el: Revert last two changes -- bootstrapping works with
1631         regenerated loaddefs.
1633 2001-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
1635         * isearch.el (isearch-forward): Doc fix.
1637         * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
1638         of font-lock-defaults to backward-paragraph.
1640 2001-02-05  Gerd Moellmann  <gerd@gnu.org>
1642         * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
1643         X-Complaints-To, NNTP-Posting-Date, and User-Agent.
1645 2001-02-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1647         * ebnf2ps.el: Eliminate time-stamp functions.
1648         (ebnf-version): New version (3.5).
1649         (ebnf-eps-finish-and-write): Replace time-stamp functions by
1650         format-time-string.
1652 2001-02-05  Gerd Moellmann  <gerd@gnu.org>
1654         * simple.el (next-line): Goto end-of-line before inserting a newline.
1656 2001-02-05  Miles Bader  <miles@gnu.org>
1658         * image-file.el (insert-image-file): When visiting an image, also
1659         set `truncate-lines' to t so that any fringe arrow looks correct.
1661 2001-02-05  Kenichi Handa  <handa@etl.go.jp>
1663         * isearch.el (isearch-forward): Add description about input method
1664         in the docsting.
1666 2001-02-04  Stefan Monnier  <monnier@cs.yale.edu>
1668         * skeleton.el (skeleton-internal-1): Always push the mark for @.
1670 2001-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
1672         * info.el (info-initialize): If installation-directory is nil, for
1673         DOS/Windows systems try looking in a sibling of invocation-directory.
1675 2001-02-02  Gerd Moellmann  <gerd@gnu.org>
1677         * wid-edit.el (widget-button-click): Fix last change.
1679         * frame.el (frame-notice-user-settings): When resizing the initial
1680         frame because the tool bar is off, also change the frame's top
1681         position if a negative top position was specified.
1683 2001-02-02  Miles Bader  <miles@gnu.org>
1685         * image-file.el (insert-image-file): When visiting an image,
1686         suppress the cursor in the image buffer.
1688 2001-02-01  Dave Love  <fx@gnu.org>
1690         * progmodes/f90.el (f90-mode): Remove startup message.
1692         * vc-cvs.el: Remove autoloads.  Require vc when compiling.
1694 2001-02-01  Gerd Moellmann  <gerd@gnu.org>
1696         * startup.el (command-line): Fix code determining whether or not
1697         to use delete-key-deletes-forward-mode.
1699 2001-02-01  Andre Spiegel  <spiegel@gnu.org>
1701         * vc.el (vc-diff-switches): New user option.
1702         (vc-version-diff): Use it.
1703         (vc-diff-switches-list): New macro.
1705         * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
1706         New customization options.
1707         (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
1709         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
1711 2001-02-01  Gerd Moellmann  <gerd@gnu.org>
1713         * msb.el (toplevel): Quote hook symbols.
1715 2001-02-01  Kenichi Handa  <handa@etl.go.jp>
1717         * international/mule.el (make-coding-system): Add description
1718         about recognized properties in the docstring.
1720         * international/mule-conf.el: Remove unused charsets
1721         mac-roman-lower and mac-roman-upper.
1723 2001-01-31  Gerd Moellmann  <gerd@gnu.org>
1725         * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
1726         is in front of the left-margin, if any.
1728         * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
1729         like `delete'.
1731         * bindings.el: Define `kp-delete' like `delete' in function-key-map.
1733         * term/w32-win.el (mouse-set-font): Doc fix.
1735 2001-01-31  Stefan Monnier  <monnier@cs.yale.edu>
1737         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
1738         (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
1739         on already.
1741 2001-01-31  Markus Rost  <rost@math.ohio-state.edu>
1743         * files.el (save-buffer): Don't give message if (buffer-file-name)
1744         returns nil.
1746 2001-01-31  Eli Zaretskii  <eliz@is.elta.co.il>
1748         * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
1750         * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
1751         concat for integers.  From Juanma Barranquero <lektu@uol.com.br>.
1753         * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
1754         display problems.
1756 2001-01-31  Kenichi Handa  <handa@etl.go.jp>
1758         * international/mule.el (charset-info): Fix docstring.
1760         * international/mule-diag.el (describe-character-set): Check final
1761         char valid before printing it.
1763 2001-01-30  Gerd Moellmann  <gerd@gnu.org>
1765         * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
1767         * frame.el (frame-notice-user-settings): Do the tool-bar
1768         stuff only for graphical displays.  Fix a braino.
1770         * frame.el (frame-initialize): Create initial frame visible.
1771         (frame-notice-user-settings): When tool-bar has been switched off,
1772         correct the frame size and sync tool-bar-mode.
1774         * startup.el (command-line): Remove manipulation of frame
1775         height for tool bars.
1777 2001-01-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1779         * lpr.el: Compatibility with XEmacs and doc fixes.
1780         (lpr-windows-system, lpr-lp-system): New vars.
1781         (lpr-printer-switch): New defcustom.
1782         (printer-name, lpr-command): Customization fix.
1783         (print-region-1): Code fix.
1784         (print-region-new-buffer, printify-region): Indentation fix.
1785         (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
1786         New functions.
1788 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
1790         * msb.el (toplevel): Fix the eval-after-load.
1792 2001-01-29  Dave Love  <fx@gnu.org>
1794         * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
1796         * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
1798         * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
1799         (tcl-using-emacs-19-23): Consider Emacs 21+.
1800         (tcl-help-directory-list, tcl-command-switches): Fix :type.
1801         (tcl-add-emacs-menu): Supply menu name.
1802         (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
1804 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
1806         * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
1808 2001-01-29  Stefan Monnier  <monnier@cs.yale.edu>
1810         * pcvs.el (cvs-mark-fis-dead): New function.
1811         (cvs-mode-add): Use it.
1812         (cvs-mode-add-change-log-entry-other-window):
1813         Rebind change-log-default-name to itself rather than to nil.
1815 2001-01-29  Sam Steingold  <sds@gnu.org>
1817         * vc-cvs.el: Replaced (require 'vc) with a bunch of
1818         `autoload' statements.
1820 2001-01-29  Eli Zaretskii  <eliz@is.elta.co.il>
1822         * files.el (confirm-kill-emacs): Doc fix.
1824         * frame.el (frame-initialize): Doc fix.
1826         * time-stamp.el (time-stamp-string): Doc fix.
1828         * woman.el (WoMan-log-1): Make the log buffer writable.
1829         From Markus Rost <rost@math.ohio-state.edu>.
1831 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
1833         * imenu.el (imenu-syntax-alist): Add autoload cookie for
1834         the `make-variable-buffer-local'.
1836 2001-01-29  Dave Love  <fx@gnu.org>
1838         * ansi-color.el (ansi-color-for-comint-mode): Add :version.
1839         (ansi-color-for-comint-mode-on, ansi-color-process-output):
1840         Add autoload cookie.
1841         (ansi-color-apply-sequence): Fix typo.
1843 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
1845         * menu-bar.el (menu-bar-files-menu): Add menu items for
1846         Postscript printing in black and white.
1848         * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
1849         X-Mailman-Version, Precedence, List-Help, List-Post,
1850         List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
1851         Content-Type, Content-Length.
1853 2001-01-29  Dave Love  <fx@gnu.org>
1855         * elide-head.el (elide-head): Make overlay evaporate.
1857         * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
1859 2001-01-28  Eli Zaretskii  <eliz@is.elta.co.il>
1861         * isearch.el (isearch-highlight): Don't punt if the display
1862         doesn't support colors, since isearch faces are defined for
1863         monochrome displays as well.
1865 2001-01-27  Sam Steingold  <sds@gnu.org>
1867         * shell.el (shell-write-history-on-exit): Make sure that we are in
1868         the shell buffer (M-x tex-file RET inserted the error message into
1869         the TeX buffer).
1871 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
1873         * simple.el (transient-mark-mode): Doc fix.
1875 2001-01-27  Gerd Moellmann  <gerd@gnu.org>
1877         * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
1879 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
1881         * shell.el (shell-unquote-argument): If the shell is one of the
1882         mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
1883         quote character.
1884         (shell-dumb-shell-regexp): Document that the shells which match
1885         this regexp are supposed to not treat a backslash as a quote character.
1887         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
1888         from 2001-01-12.  It is not needed, since backspace is mapped into DEL.
1890 2001-01-27  Richard M. Stallman  <rms@gnu.org>
1892         * dabbrev.el (dabbrev--substitute-expansion):
1893         Treat a one-capital-letter abbrev as "not all upper case",
1894         so as to force preservation of the expansion's pattern
1895         if the expansion starts with a capital letter.
1897 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
1899         * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
1900         Doc fix.
1902         * simple.el (transient-mark-mode): Document the fact that many
1903         commands act on the region when mark is active.
1905 2001-01-27  Kenichi Handa  <handa@etl.go.jp>
1907         * international/quail.el (quail-setup-completion-buf): Make the
1908         multibyteness of current buffer inherited to Quail completion buffer.
1909         (quail-show-guidance-buf): Make the multibyteness of current
1910         buffer inherited to Quail guidance buffer.
1911         (quail-help): Make the multibyteness of current buffer inherited
1912         to Quail help buffer.
1914 2001-01-26  Dave Love  <fx@gnu.org>
1916         * time-stamp.el: Doc fixes.
1918         * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
1919         (delphi-keyword-face, delphi-other-face): Fix :type.
1921         * textmodes/flyspell.el: Doc fixes.  Add :version to new options.
1923         * mail/feedmail.el (feedmail): Add :link.
1924         (feedmail-send-it): Doc fix.
1926         * mail/sendmail.el: Doc fixes.
1927         (sendmail-send-it): Fix the non-ASCII regexp and use
1928         rfc2047-encode-string.
1930         * dired.el, dired-aux.el: Revert last change.
1932 2001-01-26  Gerd Moellmann  <gerd@gnu.org>
1934         * makefile.w32-in (DONTCOMPILE): Add various term files.
1936 2001-01-26  Dave Love  <fx@gnu.org>
1938         * Makefile.in (DONTCOMPILE): Add various term files.
1940 2001-01-26  Gerd Moellmann  <gerd@gnu.org>
1942         * man.el (Man-default-man-entry, Man-mode): Doc fix.
1944         * startup.el (display-startup-echo-area-message): Make sure
1945         the echo area is resized to fit the size of the startup message.
1947         * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
1948         part of which is a constant.
1950 2001-01-26  Eli Zaretskii  <eliz@is.elta.co.il>
1952         * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
1954 2001-01-26  Richard M. Stallman  <rms@gnu.org>
1956         * simple.el (next-line): Don't let `newline' expand abbrevs.
1957         Simplify slightly.
1958         (open-line): Don't let `newline' expand abbrevs.
1960 2001-01-25  John Wiegley  <johnw@gnu.org>
1962         * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
1963         to `repeat' in the :type field.
1965         * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
1966         allow a choice of regexp or nil.
1967         (pcomplete-dir-ignore): Same.
1969         * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
1970         a command) to always fail.
1972 2001-01-25  Gerd Moellmann  <gerd@gnu.org>
1974         * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
1975         discard the result.
1976         (iswitchb-to-end): Likewise.
1978 2001-01-25  Sam Steingold  <sds@gnu.org>
1980         * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
1981         Require vc.
1983 2001-01-25  Stefan Monnier  <monnier@cs.yale.edu>
1985         * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
1987         * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
1989 2001-01-25  Dave Love  <fx@gnu.org>
1991         * lisp/international/mule-diag.el (describe-char-after): Doc fix.
1992         (describe-coding-system): Tweak the English text.
1994         * loadup.el: Preload international/ccl for utf-8.
1996 2001-01-25  Eli Zaretskii  <eliz@is.elta.co.il>
1998         * mail/rmail.el (rmail-redecode-body): Doc fix.
2000 2001-01-25  Kenichi Handa  <handa@etl.go.jp>
2002         * international/mule-cmds.el (reset-language-environment):
2003         Reset coding-category-utf-8 to mule-utf-8.
2005         * international/mule-conf.el (coding-category-utf-8):
2006         Initialize to mule-utf-8.
2008         * loadup.el: Preload international/utf-8.
2010         * international/utf-8.el: New file.
2012 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
2014         * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
2016 2001-01-24  Sam Steingold  <sds@gnu.org>
2018         * dired.el (dired-replace-in-string): Removed.
2019         (dired-sort-toggle): Use `replace-regexps-in-string'
2020         instead of `dired-replace-in-string'.
2022         * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
2023         (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
2025         * gs.el (gs-replace-in-string): Removed.
2026         (gs-options): Use `replace-regexps-in-string'
2027         instead of `gs-replace-in-string'.
2029 2001-01-24  Eli Zaretskii  <eliz@is.elta.co.il>
2031         * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
2032         bug report is mailed to an email list and posted to a news group.
2034 2001-01-24  Gerd Moellmann  <gerd@gnu.org>
2036         * comint.el (comint-replace-by-expanded-history-before-point):
2037         Fix change of 2000-08-03 to move point to the start of the line again.
2039         * startup.el (tool-bar-images-pixel-height): New variable.
2040         (command-line): After loading the user's init file, when
2041         tool-bar-mode is on, increase the frame's size by some lines for
2042         the tool-bar.
2044         * frame.el (frame-initialize): Create the initial frame invisible.
2046 2001-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
2048         * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
2049         (chinese-big5): MIME:Big5.
2051 2001-01-24  Gerd Moellmann  <gerd@gnu.org>
2053         * international/mule-cmds.el (universal-coding-system-argument):
2054         Handle commands with prefix args.
2056 2001-01-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
2058         * calendar/diary-lib.el (diary-float): Fix case of MONTH
2059         being a list of numbers.
2060         (diary-mail-entries): Rewritten.
2062 2001-01-23  Dave Love  <fx@gnu.org>
2064         * international/mule.el (make-coding-system): Fix typo.
2066         * textmodes/outline.el (outline-mode) <font-lock-defaults>:
2067         Add backward-paragraph as font-lock-beginning-of-syntax-function.
2069 2001-01-23  Eli Zaretskii  <eliz@is.elta.co.il>
2071         * font-lock.el (font-lock-mode): Doc fix.
2073 2001-01-23  Kenichi Handa  <handa@etl.go.jp>
2075         * international/mule.el (make-translation-table): Fix docstring.
2077 2001-01-22  Eli Zaretskii  <eliz@is.elta.co.il>
2079         * mail/rmail.el (rmail-redecode-body): New function.
2081         * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
2083 2001-01-22  Gerd Moellmann  <gerd@gnu.org>
2085         * isearch.el (isearch-lazy-highlight-case-fold-search)
2086         (isearch-lazy-highlight-regexp): New variables.
2087         (isearch-lazy-highlight-cleanup): Update lazy highlight if
2088         case-fold search or regexp search has been toggled.
2090         * wid-edit.el (widget-button-click): Avoid a save-excursion
2091         around running a global binding.
2093         * isearch.el (isearch-lazy-highlight-initial-delay): Set default
2094         to 0.25.
2096 2001-01-20  Miles Bader  <miles@gnu.org>
2098         * cus-edit.el (custom-face-save): Do post-processing on the face's
2099         new value like `custom-face-set' does.
2101 2001-01-19  Eli Zaretskii  <eliz@is.elta.co.il>
2103         * mail/emacsbug.el (report-emacs-bug): Report the value of
2104         LC_CTYPE, not LC_TYPE.
2106         * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
2107         isearch-toggle-regexp and isearch-edit-string to doc string.
2109 2001-01-19  Gerd Moellmann  <gerd@gnu.org>
2111         * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
2112         as font-lock-beginning-of-syntax-function in font-lock-defaults.
2114         * jit-lock.el (jit-lock-fontify-now): Don't bind
2115         font-lock-beginning-of-syntax-function to nil.
2117 2001-01-19  Eli Zaretskii  <eliz@is.elta.co.il>
2119         * mail/emacsbug.el (report-emacs-bug): Report values of
2120         locale-coding-system, default-enable-multibyte-characters, and the
2121         environment variables LC_ALL, LC_TYPE, and LANG.
2123 2001-01-19  Gerd Moellmann  <gerd@gnu.org>
2125         * font-lock.el (font-lock-default-fontify-region): Fix last change.
2127         * font-lock.el (font-lock-multiline): Default to nil.
2128         (font-lock-default-fontify-region): If font-lock-multiline is
2129         nil, don't check the property `font-lock-multiline'.
2131         * jit-lock.el (jit-lock-after-change): If font-lock-multiline
2132         is nil, don't check the `font-lock-multiline' text property.
2134 2001-01-19  Michael Kifer  <kifer@cs.sunysb.edu>
2136         * viper.el: Call initial-major-mode on startup.
2138         * ediff.el (ediff-patch-file): Use better defaults.
2140         * ediff-vers.el: Fix for 8+3 DOS file systems.
2142 2001-01-19  Colin Walters <walters@cis.ohio-state.edu>
2144         * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2145         diff mode, if available.
2147 2001-01-19  Michael Kifer  <kifer@cs.sunysb.edu>
2149         * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
2151         * ediff-init.el (subst-char-in-string): Define and use it, unless
2152         it's already defined.
2154 2001-01-18  Gerd Moellmann  <gerd@gnu.org>
2156         * tooltip.el (tooltip-hide-delay): New user-option.
2157         (tooltip-show): Use tooltip-hide-delay instead of the default.
2159 2001-01-18  Kenichi Handa  <handa@etl.go.jp>
2161         * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
2162         kill-local-variable doesn't work for enable-multibyte-characters.
2164 2001-01-17  Dave Love  <fx@gnu.org>
2166         * ediff-init.el (ediff-before-setup-hook)
2167         (ediff-merge-filename-prefix): Add :version.
2169         * international/latin1-disp.el: Require disp-table.
2170         (latin1-display): Fix :set.
2172         * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
2174 2001-01-17  Gerd Moellmann  <gerd@gnu.org>
2176         * isearch.el (isearch-lazy-highlight-initial-delay)
2177         (isearch-lazy-highlight-interval): Default to 0.
2179 2001-01-17  Bob Glickstein  <bobg@zanshin.com>
2181         * isearch.el (isearch-highlight): Set isearch-overlay priority to
2182         1 here rather than each time through
2183         isearch-lazy-highlight-new-loop.
2184         (isearch-lazy-highlight-max): Variable deleted.
2185         (isearch-lazy-highlight-max-at-a-time): New user variable, like
2186         isearch-lazy-highlight-max but controls a single invocation of
2187         isearch-lazy-highlight-update.
2188         (isearch-lazy-highlight-wrapped): Variable recreated.
2189         (isearch-lazy-highlight-window-start): New variable.
2190         (isearch-lazy-highlight-cleanup): Restored to behavior of
2191         before 2-Jan.
2192         (isearch-lazy-highlight-remove-overlays): Function deleted;
2193         behavior folded into isearch-lazy-highlight-cleanup.  "Keep"
2194         behavior removed.
2195         (isearch-lazy-highlight-new-loop): Restore old behavior of calling
2196         isearch-lazy-highlight-update in a loop rather than just once.
2197         Test isearch-invalid-regexp here and decide not to start a new
2198         loop, rather than testing it each time through
2199         isearch-lazy-highlight-update.
2200         (isearch-lazy-highlight-search): Function restored.
2201         (isearch-lazy-highlight-update): Get called in a timer loop again,
2202         but this time highlight more than one match each time through.
2203         Only highlight matches in the visible part of the window.
2204         Start at point, move in the direction of the search, and wrap around at
2205         the edge of the window.  Use sit-for to force redisplay and ensure
2206         window-start is credible.  "Face suppressing" behavior removed;
2207         overlay priorities should make it unnecessary, right?
2208         (isearch-highlight): Face suppressing behavior removed.
2209         (isearch-dehighlight): Face suppressing behavior removed.
2210         (isearch-set-lazy-highlight-faces-at): Removed.
2212 2001-01-17  Kenichi Handa  <handa@etl.go.jp>
2214         * language/european.el ("Latin-1"): Make the format of description
2215         about additional language environments same as that of Latin-2.
2217 2001-01-16  Dave Love  <fx@gnu.org>
2219         * isearch.el (isearch-lazy-highlight): Add :version.
2221         * simple.el (backward-delete-char-untabify-method)
2222         (next-line-add-newlines): Add :version.
2224 2001-01-16  Gerd Moellmann  <gerd@gnu.org>
2226         * bindings.el: Bind <backspace> and <delete> via function-key-map.
2227         Don't bind <delete> otherwise.
2229         * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
2230         and <delete> via function-key-map.
2232         * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
2233         Subject line only if point is after the `Subject:'.
2235 2001-01-16  Kenichi Handa  <handa@etl.go.jp>
2237         * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
2238         japanese-jisx0213-2 in `charset' property of this lang. env.
2240         * language/european.el ("Latin-1"): Add description for Dutch and
2241         Spanish lang. env.
2243         * international/mule.el (decode-char): Fix conditions.
2244         (encode-char): Handle eight-bit-control too.
2245         (transform-make-coding-system-args): New function.
2246         (make-coding-system): Accept XEmacs style arguments for CCL base
2247         coding system.
2249 2001-01-15  Gerd Moellmann  <gerd@gnu.org>
2251         * progmodes/etags.el (find-tag-noselect): Save the value of
2252         tags-file-name before switching buffers, for the case it has a
2253         buffer-local value.
2255 2001-01-15  Alex Schroeder  <alex@gnu.org>
2257         * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
2258         From Dave Love <fx@gnu.org>.
2259         (ansi-color-for-comint-mode): Fix :version.
2261 2001-01-15  Alex Schroeder  <alex@gnu.org>
2263         * ansi-color.el (ansi-color-unfontify-region): Doc change.
2265 2001-01-14  Eli Zaretskii  <eliz@is.elta.co.il>
2267         * dired.el (dired-insert-directory): If file-system-info fails,
2268         remove the " free " part, but don't signal an error.
2270 2001-01-12  Sam Steingold  <sds@gnu.org>
2272         * bookmark.el (bookmark-maybe-historicize-string):
2273         Use new backquote syntax.
2275 2001-01-12  Richard M. Stallman  <rms@gnu.org>
2277         * subr.el (last): Handle a list that doesn't end in nil.
2279 2001-01-12  Sam Steingold  <sds@gnu.org>
2281         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
2282         to `backward-delete-char-untabify'.
2284 2001-01-12  Dave Love  <fx@gnu.org>
2286         * cus-edit.el (customize-menu-create): Fix the :filter following
2287         easymenu change.
2289         * wid-edit.el (function): Add :match-alternatives.
2290         (widget-color-action): Doc fix.
2292 2001-01-12  Gerd Moellmann  <gerd@gnu.org>
2294         * calendar/calendar.el (calendar-basic-setup): Doc fix.
2296 2001-01-12  Kenichi Handa  <handa@etl.go.jp>
2298         * international/mule-cmds.el (prefer-coding-system): Fix docstring.
2300         * international/ccl.el (define-ccl-program): Fix docstring.
2302 2001-01-11  Dave Love  <fx@gnu.org>
2304         * international/mule-cmds.el (standard-display-european-internal):
2305         Set display table for 2208 as for 160.
2307         * progmodes/ada-mode.el (ada-popup-key): Fix last change.
2309         * progmodes/fortran.el (fortran-mode-map): Modify Customization
2310         entry for custom-menu-create change.
2311         (fortran-strip-sqeuence-nos): Make arg optional.  Fix regexp and
2312         don't cons it in the search loop.
2314         * imenu.el (imenu--truncate-items): Revert last change.
2316 2001-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
2318         * info.el (Info-setup-header-line): If the node header includes
2319         either Next: or Prev: links, don't show the File: and Node: parts
2320         in the header line.
2322 2001-01-11  Gerd Moellmann  <gerd@gnu.org>
2324         * comint.el (comint-goto-process-mark): Don't print a message
2325         when running in batch mode.
2327         * isearch.el (isearch-search): In the condition-case handler for
2328         `error', set isearch-invalid-regexp to the whole error message.
2330         * subr.el (eval-after-load): Call load-symbol-file-load-history to
2331         ensure that eval-after-load works for files dumped with Emacs.
2333         * help.el (load-symbol-file-load-history): New function extracted
2334         from function symbol-file.
2335         (symbol-file): Use it.
2337         * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
2339 2001-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
2341         * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
2342         behave as if there were no prefix argument.
2343         (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
2344         argument were nil.
2346 2001-01-11  Richard M. Stallman  <rms@gnu.org>
2348         * isearch.el (isearch-lazy-highlight-update):
2349         Don't look for more potential matches once maximum is exceeded.
2350         Use overlays-in to check correctly for overlap with current match.
2351         Ignore empty matches.
2353 2001-01-11  Miles Bader  <miles@gnu.org>
2355         * textmodes/ispell.el (ispell-adjusted-window-height): New function.
2356         (ispell-overlay-window, ispell-help, ispell-show-choices)
2357         (ispell-command-loop): Use it instead of `window-height'.
2359 2001-01-10  Gerd Moellmann  <gerd@gnu.org>
2361         * files.el (confirm-kill-emacs): New user-option.
2362         (save-buffers-kill-emacs): Ask for final confirmation before
2363         killing Emacs.
2365         * isearch.el (isearch-done): Set isearch-lazy-highlight-start
2366         to nil.
2368 2001-01-10  Dave Love  <fx@gnu.org>
2370         * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
2372         * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
2374         * hi-lock.el (hi-lock-exclude-modes): Fix :type.
2376         * calculator.el (calculator-number-digits): Fix :type.
2378         * vc-cvs.el (vc-cvs-header): Fix :type.
2379         * vc-rcs.el (vc-rcs-header): Fix :type.
2380         * vc-sccs.el (vc-sccs-header): Fix :type.
2382         * progmodes/ada-mode.el (ada-popup-key): Fix :type.
2384         * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
2386         * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
2388 2001-01-10  Gerd Moellmann  <gerd@gnu.org>
2390         * simple.el (set-variable): Force a thorough redisplay for the
2391         case that the variable has an effect on the display, like
2392         `tab-width' has.
2394 2001-01-10  Andre Spiegel  <spiegel@gnu.org>
2396         * vc.el: Add documentation for backend interface.
2398 2001-01-10  Kenichi Handa  <handa@etl.go.jp>
2400         * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
2402         * international/mule-conf.el (latin-extra-code-table): Set to t
2403         for \223 and \224.
2405 2001-01-09  Kenichi Handa  <handa@etl.go.jp>
2407         * international/mule-cmds.el (locale-language-names): Map "es" to
2408         "Spanish" and "nl" to "Dutch".
2410 2001-01-09  Gerd Moellmann  <gerd@gnu.org>
2412         * bindings.el (global-map): Bind <home> to beginning-of-line,
2413         <end> to end-of-line, C-<home> to beginning-of-buffer, and
2414         C-<end> to end-of-buffer.
2416         * language/european.el: Add Dutch and Spanish language info
2417         to be able to use the appropriate tutorials.
2419 2001-01-09  Alex Schroeder  <alex@gnu.org>
2421         * ansi-color.el (ansi-color-process-output): Use markers instead
2422         of positions for start and end of region.
2423         (ansi-color-apply-on-region): Rewrote code to make it more robust.
2424         Previously, occasional mistakes happend when fontifying many
2425         chunks of output (eg. ls --color=yes /dev).  This happened
2426         whenever an overlay was created up to the end of the region, which
2427         coincided with the process-mark.  New text would then be added
2428         within that overlay instead of after it.
2429         (ansi-color-make-extent): Overlays are created with the property
2430         `modification-hooks' set to '(ansi-color-freeze-overlay).
2431         (ansi-color-freeze-overlay): New function.  When inserting text at
2432         the end of the overlay, the overlay will resize.
2434 2000-01-09  Alex Schroeder  <alex@gnu.org>
2436         * ansi-color.el (ansi-color-process-output): Doc change.
2437         (ansi-color-unfontify-region): Doc change.  No longer installed
2438         automatically in font-lock-unfontify-region-function.
2439         (ansi-color-apply): Doc change.
2440         (ansi-color-apply-on-region): Use extents or overlays instead of
2441         text-properties.
2442         (ansi-color-make-extent): New function.
2443         (ansi-color-set-extent-face): New function.
2445 2000-01-09  Alex Schroeder  <alex@gnu.org>
2447         * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
2448         both use ansi-color-process-output, now.
2449         (ansi-color-process-output): Doesn't return string anymore.  It is
2450         installed in comint-output-filter-functions for both Emacs and
2451         XEmacs, now.
2452         (ansi-color-unfontify-region): Simplified code removing variables
2453         pos and start-ansi.
2454         (ansi-color-apply): Put text-property ansi-color before putting
2455         text-property face because ansi-color-unfontify-region is called
2456         immediately after the call to put-text-property.
2457         (ansi-color-context-region): Doc change.
2458         (ansi-color-filter-region): Simplified code.
2459         (ansi-color-apply-on-region): Changed start to start-marker, using
2460         a marker explicitly.  Put text-property ansi-color before putting
2461         text-property face because ansi-color-unfontify-region is called
2462         immediately after the call to put-text-property.
2464 2000-01-09  Alex Schroeder  <alex@gnu.org>
2466         * ansi-color.el (ansi-color-faces-vector): Doc change.
2467         (ansi-color-for-comint-mode): Changed :type property to choice.
2468         (ansi-color-last-context): Removed.
2469         (ansi-color-process-output): Don't use ansi-color-last-context, as
2470         the main functions will store their context now.
2471         (ansi-color-context): Doc change.
2472         (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
2473         Uses ansi-color-context such that repeated calls will strip
2474         partial escape sequences, too.
2475         (ansi-color-apply): Simplified code.  Colorize end of string if
2476         face is not null.  Store context in new (FACE STRING) format, such
2477         that repeated calls will strip partial escape sequences, too.
2478         Append faces to face property using ansi-color-apply-sequence such
2479         that cumulative mode actually works.
2480         (ansi-color-context-region): New variable.
2481         (ansi-color-filter-region): Rewrote it based on
2482         ansi-color-apply-on-region.  Uses ansi-color-context-region such
2483         that repeated calls will strip partial escape sequences, too.
2484         (ansi-color-apply-on-region): Simplified code.  Colorize end of
2485         region if face is not null.  Store context in new (FACE POS)
2486         format, such that repeated calls will strip partial escape
2487         sequences, too.  Append faces to face property using
2488         ansi-color-apply-sequence such that cumulative mode actually works.
2489         (ansi-color-apply-sequence): New function.
2490         (ansi-color-get-face): When the default face is added to the list
2491         of faces, all previous settings are discarded and the list of
2492         faces is set to '(default).
2494 2000-01-09  Alex Schroeder  <alex@gnu.org>
2496         * ansi-color.el (ansi-color-faces-vector): Use nil for the default
2497         face, such that ansi-color-apply and ansi-color-apply-on-region
2498         will do the right thing.
2499         (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
2500         returns nil, set the list of faces back to nil instead of
2501         appending the result of ansi-color-get-face to the front of the list.
2503 2000-01-09  Alex Schroeder  <alex@gnu.org>
2505         * ansi-color.el (ansi-color-for-comint-mode): Doc change.
2506         (ansi-color-process): Doc change.
2507         (ansi-color-last-context): New buffer-local variable.
2508         (ansi-color-process-output): New function.  It is automatically
2509         added to comint-output-filter-functions if this is XEmacs.
2510         (ansi-color-unfontify-region): New optional parameter for XEmacs
2511         compatibility.  Check wether font-lock-syntactic-keywords is
2512         boundp before removing the syntax table text property, as XEmacs
2513         doesn't have it.
2514         (ansi-color-filter-region): Doc change.
2515         (ansi-color-apply-on-region): Doc change.
2516         (ansi-color-make-face): New function.  Compatibility layer for
2517         XEmacs.  Return temporary faces instead of cons cells for XEmacs.
2518         (ansi-color-make-color-map): Use ansi-color-make-face.
2519         (ansi-color-get-face): Avoid face text property '(nil) as results
2520         in an errow for XEmacs.
2522 2000-01-09  Alex Schroeder  <alex@gnu.org>
2524         * ansi-color.el (ansi-color-unfontify-region): New function.
2525         Uses text-property ansi-color in order to preserve fontification by
2526         ansi-color.  When the package is loaded, a lambda expression is
2527         put onto font-lock-mode-hook.  This lambda expression will check
2528         font-lock-unfontify-region-function and replace
2529         font-lock-default-unfontify-region with ansi-color-unfontify-region.
2530         (ansi-color-apply): Add text-property ansi-color in addition to
2531         text-property face.
2532         (ansi-color-apply-on-region): Add text-property ansi-color in
2533         addition to text-property face.
2534         (save-buffer-state): Copy of the macro that is also used by
2535         lazy-lock and font-lock.
2537         (ansi-color-for-comint-mode): New option.
2538         (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
2539         (ansi-color-for-comint-mode-off): Ditto.
2540         (ansi-color-for-comint-mode-filter): Ditto.
2541         (ansi-color-process): New function.  Uses ansi-color-for-comint-mode to
2542         decide what to do.  This function is added to
2543         comint-preoutput-filter-functions when the package is loaded.
2545         (ansi-color-for-shell-mode-set): Removed.
2546         (ansi-color-for-shell-mode): Removed.
2548 2000-01-09  Alex Schroeder  <alex@gnu.org>
2550         * ansi-color.el (ansi-color-for-shell-mode-set): New function with
2551         the lambda expression from the ansi-color-for-shell-mode :set
2552         property.  Additionally, modify shell-mode-hook to enable or
2553         disable font-lock-mode for future shell buffers.
2554         (ansi-color-for-shell-mode): The :set property calls
2555         ansi-color-for-shell-mode-set instead of a lambda expression.
2557 2000-01-09  Alex Schroeder  <alex@gnu.org>
2559         * ansi-color.el (ansi-color-for-shell-mode): Doc change.
2560         (ansi-color-context): New variable.
2561         (ansi-color-apply): Save context between calls.
2563 2001-01-09  Eli Zaretskii  <eliz@is.elta.co.il>
2565         * isearch.el (isearch, isearch-lazy-highlight-face):
2566         New definitions for face colors and attributes.
2568         * wid-edit.el (widget-choose): Call display-popup-menus-p instead
2569         of display-mouse-p.
2571 2001-01-09  Kenichi Handa  <handa@etl.go.jp>
2573         * international/mule.el (make-coding-system): If the coding system
2574         accepts extra latin codes, register such codes as safe for the
2575         coding system.
2577 2001-01-08  Richard M. Stallman  <rms@gnu.org>
2579         * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
2580         don't mention the file name or the date here, because they are
2581         logged at the start of the file.
2583 2001-01-08  Richard M. Stallman  <rms@gnu.org>
2585         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
2586         Change screen-width to frame-width.
2588 2001-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
2590         * info.el (Info-search): Print the default as part of the prompt.
2592 2001-01-08  Andre Spiegel  <spiegel@gnu.org>
2594         * vc.el (vc-default-latest-on-branch-p): New function, replaces
2595         constant implementations in backends.
2597         * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
2598         (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
2600         * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
2601         WRITABLE to EDITABLE.
2603         * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
2604         (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
2605         to EDITABLE.
2607 2001-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
2609         * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
2610         (copyright, copyright-update): Compute the current year at run time.
2612 2001-01-08  Gerd Moellmann  <gerd@gnu.org>
2614         * isearch.el (isearch-old-signal-hook): Removed.
2615         (isearch-mode): Add isearch-done to kbd-macro-termination-hook
2616         instead of setting signal-hook-function.
2617         (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
2619 2001-01-08  Kevin Gallagher  <kevingal@onramp.net>
2621         * emulation/edt.el: Update to version 4.0.  Provide support for
2622         EDT scroll margins at top and bottom of the window.  Provide an
2623         emulation of the EDT SUBS command (bound to GOLD-Enter, by
2624         default).  Enhance edt-quit, bound to GOLD-q by default, to warn
2625         user when file-related buffer modifications exist.
2626         Provide support for running EDT Emulation in XEmacs.
2627         Provide customize access to some user updatable variables.
2628         Add Commentary section to file header.
2629         Fixed a few minor bugs and cleaned up some code.
2631         * emulation/edt-mapper.el: Update to version 4.0.  Provide support
2632         for detecting a keypress that generates an ASCII key sequence.
2633         (Previously, only a keypress that generates a vector was
2634         recognized.)  Embed Window Manager name into name of the generated
2635         EDT Emulation initialization file since the initialization file is
2636         Window Manager specific.  Add Commentary section to file header.
2638 2001-01-07  Eli Zaretskii  <eliz@is.elta.co.il>
2640         * mail/sendmail.el (mail-mode): Doc fix.
2642         * info.el (Info-goto-emacs-command-node): Doc fix.
2643         (Info-goto-emacs-key-command-node): Doc fix.
2645 2001-01-06  Eli Zaretskii  <eliz@is.elta.co.il>
2647         * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
2648         systems without long file-name support.
2650 2001-01-06  Andrew Innes  <andrewi@gnu.org>
2652         * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
2654 2001-01-06  Eli Zaretskii  <eliz@is.elta.co.il>
2656         * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
2657         (isearch-lazy-highlight-update): Doc fix.
2659         * ffap.el (ffap-bindings): Doc fix.
2661         * dired-x.el (dired-virtual-guess-dir): Doc fix.
2663 2001-01-05  Dave Love  <fx@gnu.org>
2665         * emacs-lisp/cl-seq.el (remove, remq): Remove.
2667 2001-01-05  Gerd Moellmann  <gerd@gnu.org>
2669         * mouse-drag.el (mouse-drag-safe-scroll):
2670         Bind scroll-preserve-screen-position to nil.
2672         * isearch.el (isearch-old-signal-hook): New variable.
2673         (isearch-mode): Set signal-hook-function to isearch-done.
2674         (isearch-done): Restore old signal-hook-function.
2676         * info.el (Info-fontify-node): Mark one more char as intangible.
2678 2000-01-05  Kenichi Handa  <handa@etl.go.jp>
2680         * composite.el (compose-last-chars): New argument COMPONENTS.
2681         If it is non-nil, compose preceding characters by compose-region with
2682         COMPONENTS.
2684         * international/quail.el (quail-input-string-to-events): New function.
2685         (quail-input-method): Convert input string to events here.
2686         (quail-start-translation): Return input string, not event list.
2687         (quail-start-conversion): Likewise.
2689 2001-01-04  Gerd Moellmann  <gerd@gnu.org>
2691         * tooltip.el (tooltip-cancel-delayed-tip)
2692         (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
2693         and tooltip-add-timeout.
2694         (tooltip-show): Set border color from faces's foreground.
2695         (tooltip-show-help-function): If called with the same help string
2696         as last time, do nothing.
2697         (tooltip-help-tips): Don't set tooltip-help-message to nil.
2699         * startup.el (fancy-splash-screens): Don't bind show-help-function
2700         to nil.
2702         * tooltip.el (tooltip-frame-parameters): Remove colors.
2703         (tooltip): New face
2704         (tooltip-set-param): New function.
2705         (tooltip-show): Set up color frame parameters from face `tooltip'.
2706         Display the tooltip text in face `tooltip'.
2708 2001-01-04  Dave Love  <fx@gnu.org>
2710         * whitespace.el (whitespace-global-mode): Fix typo.
2712         * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
2714 2001-01-04  Eli Zaretskii  <eliz@is.elta.co.il>
2716         * help.el (help-for-help): Fix a typo in a doc string.
2717         From kwzh@gnu.org (Karl Heuer).
2719 2001-01-03  Dave Love  <fx@gnu.org>
2721         * dired-x.el: Doc fixes.  Maintainer change.
2722         (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
2723         (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
2724         (dired-guess-shell-alist-user): Customize.
2725         (dired-x-help-address): Set to bug-gnu-emacs.
2726         (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
2727         (dired-default-directory): Renamed from default-directory.
2729         * hl-line.el (hl-line): Doc fix.
2731 2001-01-03  Karl Fogel  <kfogel@red-bean.com>
2733         * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
2735 2001-01-02  Richard M. Stallman  <rms@gnu.org>
2737         * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
2738         to remove all the current alternative-match highlighting.
2739         If nil, remove only what's outside the current window.
2740         (isearch-lazy-highlight-remove-overlays): Take optional
2741         region within which NOT to remove them.
2742         (isearch-lazy-highlight-new-loop): Greatly simplified.
2743         (isearch-lazy-highlight-update): Find all the other occurrences
2744         visible in the window, in just one call.
2745         (isearch-lazy-highlight-start): Now holds start of region to scan.
2746         (isearch-lazy-highlight-end): Now holds end of region to scan.
2747         (isearch-lazy-highlight-wrapped): Variable deleted.
2748         (isearch-lazy-highlight-search): Function deleted.
2750 2000-01-02  Andrew Innes  <andrewi@gnu.org>
2752         * w32-fns.el (convert-standard-filename): Do length check on name
2753         before aref.
2755 2001-01-02  Dave Love  <fx@gnu.org>
2757         * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
2758         value.
2759         (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
2761         * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
2763         * net/browse-url.el (browse-url-filename-alist): Avoid backquote
2764         read syntax.
2766         * calendar/todo-mode.el (todo): Add :link, :version.
2767         (todo-save-top-priorities): Remove autoload cookie.
2768         (todo-add-category, todo-add-item-non-interactively)
2769         (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
2771 2001-01-02  Gerd Moellmann  <gerd@gnu.org>
2773         * comint.el (comint-input-history-ignore): New variable.
2774         (comint-read-input-ring): Ignore entries matching
2775         comint-input-history-ignore.
2777 2001-01-02  Eric M. Ludlam  <zappo@gnu.org>
2779         * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
2780         (lm-copyright-mark): New function.
2781         (lm-crack-copyright): New function.
2782         (lm-verify): Check that the file has a copyright.
2783         Check that the file is copyright Free Software Foundation.
2785 2000-12-30  Kenichi Handa  <handa@etl.go.jp>
2787         * international/mule-diag.el (print-fontset): Indent font name by
2788         24 columns, not 25.
2790 2000-12-29  Gerd Moellmann  <gerd@gnu.org>
2792         * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
2793         in Subject line.
2795         * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
2796         Use mail-mode-hook instead of mail-setup-hook.
2797         Otherwise continuing an interrupted message with C-u C-x m for
2798         instance, winds up in Mail mode without abbrevs.
2800 2000-12-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2802         * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
2803         non-nil.  Adding almost all customization variables on ps-setup.
2804         Doc fix.
2805         (ps-print-version): New version number (6.3.3).
2806         (ps-end-with-control-d): Initialization fix.
2807         (ps-lines-printed): New var.
2808         (ps-skip-newline): New fun.
2809         (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
2810         (ps-next-line, ps-continue-line, ps-plot-region)
2811         (ps-generate-postscript-with-faces, ps-end-job): Code fix.
2813 2000-12-29  Kenichi Handa  <handa@etl.go.jp>
2815         * international/fontset.el (x-complement-fontset-spec):
2816         Resolve ASCII font name so that the same family name is used for fonts
2817         registered in x-font-name-charset-alist.
2818         (create-fontset-from-fontset-spec): Adjusted for the above change.
2819         The name of fontset alias should be a unresolved ASCII font name.
2821 2000-12-28  Gerd Moellmann  <gerd@gnu.org>
2823         * simple.el (delete-key-deletes-forward-mode): Bind backspace
2824         and delete in isearch-mode-map.
2826 2000-12-28  Richard M. Stallman  <rms@gnu.org>
2828         * dired-x.el (dired-guess-shell-alist-default):
2829         Use xpdf instead of acroread.
2831 2000-12-28  Kenichi Handa  <handa@etl.go.jp>
2833         * textmodes/artist.el (artist-butlast): Deleted.
2834         (artist-ellipse-mirror-quadrant): Use butlast instead of
2835         artist-butlast.
2837         * subr.el (butlast, nbutlast): Moved from cl.el to here.
2839         * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
2841 2000-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
2843         From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
2845         * ls-lisp.el: Better support for the Mac and MS-Windows.
2846         (ls-lisp): New defgroup.
2847         (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
2848         (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
2849         (ls-lisp-support-shell-wildcards): New defcustoms.
2850         (ls-lisp-parse-symlink): New function.
2851         (insert-directory): Code to convert switches to a list and set up
2852         the wildcard argument copied from ls-lisp-insert-directory.
2853         (ls-lisp-insert-directory): New argument TIME-INDEX.  Add support
2854         for -C and -R switches.
2855         (ls-lisp-column-format): New function.
2856         (ls-lisp-delete-matching, ls-lisp-handle-switches)
2857         (ls-lisp-format-time): Add doc strings.
2858         (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
2859         Support ls-lisp-dirs-first.
2860         (ls-lisp-classify, ls-lisp-extension): New functions.
2861         (ls-lisp-format): Optionally support emulation of symlinks.
2862         Support -i, -s, and -G switches.
2864 2000-12-27  Gerd Moellmann  <gerd@gnu.org>
2866         * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
2868         * version.el (emacs-version): Print X scroll bar information.
2870         * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
2871         instead of x-toolkit-scroll-bars-p.
2873         * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
2874         of x-toolkit-scroll-bars-p.
2876 2000-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
2878         * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
2879         (ffap-bindings): Doc fix, to reflect the above change.
2881 2000-12-27  Kenichi Handa  <handa@etl.go.jp>
2883         * term.el (term-char-mode): Define all non-ascii self-inserting
2884         characters to 'term-send-raw in term-raw-map.
2886 2000-12-25  Michael Kifer  <kifer@cs.sunysb.edu>
2888         * viper-init (viper-restore-cursor-type): Added condition-case guard.
2890         * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
2891         Changed initialization; use add-hook.
2892         (ediff-file-remote-p): Use file-local-copy.
2894         * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
2896         * ediff.el (ediff-patch-buffer): Bug fix.
2897         (ediff-revision): Allow selection of the file at the prompt.
2899 2000-12-23  Stefan Monnier  <monnier@cs.yale.edu>
2901         * subr.el (combine-run-hooks): Remove.
2903         * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
2904         and remove the rogue second spec.
2906 2000-12-23  Gerd Moellmann  <gerd@gnu.org>
2908         * progmodes/compile.el (compilation-forget-errors): Fix indentation.
2910 2000-12-22  Stefan Monnier  <monnier@cs.yale.edu>
2912         * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
2913         Use minibuffer menu prompt for the `=' prefix.
2914         (smerge-command-prefix): Change default to C-^.
2915         (smerge-mode): Don't assume font-lock doesn't move point.
2917         * skeleton.el (skeleton-internal-1): Make sure the first line of
2918         the region is also re-indented.
2919         (skeleton-end-newline): New var.
2920         (skeleton-end-hook): Use it.
2922 2000-12-22  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
2924         * comint.el (comint-password-prompt-regexp): Support CVS.
2926 2000-12-22  Gerd Moellmann  <gerd@gnu.org>
2928         * simple.el (delete-key-deletes-forward-mode): Simplify.
2929         Also backspace key combinations, depending on
2930         delete-key-deletes-forward.
2932         * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
2934         * simple.el (delete-key-deletes-forward): Doc fix.
2936 2000-08-22  Emmanuel Briot  <briot@gnat.com>
2938         * xml.el (top level comment): Updated to reflect the fact that
2939         white spaces are relevant in the XML file.
2940         (xml-parse-file): Do not kill an existing Emacs buffer if the file
2941         to parse was already edited. This allows for on-the-fly analysis
2942         of XML files.
2943         (xml-parse-tag): Check that the casing is the same in the start
2944         tag and end tag, since XML is case-sensitive.  Allows for spaces
2945         in the end tag, after the name of the tag.
2946         (xml-parse-attlist): Allow for the character '-' in the name of
2947         attributes, as in the standard http-equiv attribute Do not save
2948         the properties in the XML tree, since they are not relevant.
2950 2000-12-21  Stefan Monnier  <monnier@cs.yale.edu>
2952         * generic.el (generic-read-type): Undo last change, inline into
2953         `generic-mode' and then remove.
2954         (generic-mode): Inline generic-read-type.
2955         (define-generic-mode): Push the symbol name rather than the symbol
2956         onto generic-mode-list.
2958 2000-12-21  Gerd Moellmann  <gerd@gnu.org>
2960         * generic.el (generic-read-type): Build an alist for
2961         completing-read as in 20.7.
2963         * play/landmark.el (lm): Use interactive spec `P'.
2964         (toplevel): Don't set debug-on-error.
2966         * server.el (server-switch-buffer): Choose a window on a visible frame.
2968 2000-12-21  Dave Pearson  <davep@davep.org>
2970         * quickurl.el: Commentry change, I've moved my web site.
2972 2000-12-21  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2974         * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
2975         ranges like \177-\237, but accepts the character sequence from \177 to
2976         \237.  Doc fix.
2977         (ebnf-version): New version (3.4).
2978         (ebnf-setup): Code fix.
2979         (ebnf-range-regexp): New fun.
2980         (ebnf-8-bit-chars): Const fix.
2982         * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
2983         entry.  Doc fix.
2984         (ebnf-bnf-lex): Code fix.
2985         (ebnf-bnf-comment-chars): Const fix.
2987         * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
2988         entry.  Doc fix.
2989         (ebnf-iso-comment-chars): Const fix.
2991         * ebnf-otz.el: Doc fix.
2993         * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
2994         entry.  Doc fix.
2995         (ebnf-yac-skip-code): Code fix.
2996         (ebnf-yac-comment-chars): Const fix.
2998 2000-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
3000         * files.el (insert-directory-safely): New function.
3001         (recover-file): Use it instead of insert-directory.
3002         From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
3004 2000-12-21  Kenichi Handa  <handa@etl.go.jp>
3006         * international/mule-cmds.el (select-safe-coding-system):
3007         Check coding-category-list more rigidly.  Improve help message.
3009         * dired.el (dired-move-to-filename-regexp): Fix previous change.
3011 2000-12-21  Miles Bader  <miles@gnu.org>
3013         * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
3015 2000-12-21  Kenichi Handa  <handa@etl.go.jp>
3017         * international/mule-diag.el (describe-char-after): Make *Help*
3018         buffer inherit multibyteness of the current buffer.
3020         * international/mule.el (make-char): Docstring adjusted for the
3021         change of make-char-internal.
3023 2000-12-20  Stefan Monnier  <monnier@cs.yale.edu>
3025         * international/iso-cvt.el: Docstrings fix.
3027 2000-12-20  Dave Love  <fx@gnu.org>
3029         * subr.el (eval-after-load): Doc fix.
3031 2000-12-20  Kenichi Handa  <handa@etl.go.jp>
3033         * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
3034         for numbers.
3036 2000-12-20  Miles Bader  <miles@gnu.org>
3038         * international/quail.el (quail-help): Resize the help window
3039         again after it has all its contents.  Remove unneeded progn.
3041 2000-12-19  Gerd Moellmann  <gerd@gnu.org>
3043         * pcmpl-linux.el: Fix copy/paste error.
3045 2000-12-19  Andrew Innes  <andrewi@gnu.org>
3047         * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
3049 2000-12-19  Carsten Dominik  <dominik@strw.leidenuniv.nl>
3051         * progmodes/idlw-rinfo.el: Fixed copyright notice.
3053         * progmodes/idlw-toolbar.el: Fixed copyright notice.
3055         * progmodes/idlw-shell.el: Fixed copyright notice.
3057         * progmodes/idlwave.el: Fixed copyright notice.
3059         * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
3060         TAB as key separators.
3062 2000-12-19  Alex Schroeder  <alex@gnu.org>
3064         * sql.el (sql-sybase-options): New option.
3065         (sql-sybase): Use it.  Add sql-database to the list of parameters
3066         provided for login.  The options -w 2048 -n are not used any more.
3067         (sql-postgres-options): Changed default from "--pset" to "-P".
3068         (sql-mysql-options): Doc change.
3069         (sql-stop): Doc change.
3071 2000-12-19  Kenichi Handa  <handa@etl.go.jp>
3073         * international/quail.el (quail-input-method): Always hide
3074         the guidance buffer on exiting.
3076 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
3078         * tooltip.el (tooltip-mode): Signal an error if x-show-tip
3079         isn't fboundp.
3081         * server.el (server-buffer-done): Bury the buffer before
3082         killing it.
3084         * faces.el (face-spec-set): Interpret a nil in specs for
3085         foreground and background colors as `unspecified', for
3086         compatibility with 20.x.
3088 2000-12-18  Dave Love  <fx@gnu.org>
3090         * simple.el (mail-user-agent): Doc fix.
3091         (input-mode-8-bit): Removed.
3093         * international/mule.el (set-keyboard-coding-system): Doc fix.
3094         (keyboard-coding-system): New option.
3096         * mail/sendmail.el (send-mail-function): Customize.
3098 2000-12-18  Eli Zaretskii  <eliz@is.elta.co.il>
3100         * international/codepage.el (cp866-decode-table): New table.
3102 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
3104         * version.el (emacs-version): Remove `%a' from the time format
3105         because the weekday doesn't fit well into each locale.
3107 2000-12-18  Miles Bader  <miles@gnu.org>
3109         * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
3111         * textmodes/artist.el (artist-replace-chars, artist-replace-char):
3112         Check that emacs-major-version is `=' to 20, not `>='.
3113         (artist-replace-chars): Use `make-string' instead of a loop.
3115 2000-12-17  Stefan Monnier  <monnier@cs.yale.edu>
3117         * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
3118         (cvs-execute-single-file): Don't change directory.
3119         Patch from Per Cederqvist.
3121 2000-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
3123         * textmodes/ispell.el (check-ispell-version):
3124         If `ispell-program-name' is "aspell", pass it the -v switch instead
3125         of -vv.
3127 2000-12-16  Kenichi Handa  <handa@etl.go.jp>
3129         * international/mule-diag.el (mule-diag): Insert information about
3130         configure options, multibyte awareness, language env.
3132         * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
3133         regexp to search for candidates.
3135 2000-12-15  Eli Zaretskii  <eliz@is.elta.co.il>
3137         * info.el (Info-forward-node): If the node has an
3138         Info-header-line, widen the buffer before searching for "next:"
3139         and "up:" pointers, and set the search limit to stay in the
3140         current node.
3142 2000-12-16  Miles Bader  <miles@gnu.org>
3144         * simple.el (delete-trailing-whitespace): Remove extraneous let.
3146 2000-12-15  Miles Bader  <miles@gnu.org>
3148         * comint.el (comint-send-string, comint-send-region): Also accept
3149         a buffer, buffer-name, or nil for PROCESS, for compatibility with
3150         process-send-string/region.
3152 2000-12-15  Gerd Moellmann  <gerd@gnu.org>
3154         * isearch.el (isearch-lazy-highlight-max): New user-option.
3155         (isearch-lazy-highlight-update): Don't highlight more than
3156         isearch-lazy-highlight-max matches.
3158         * mail/mh-utils.el (mh-find-path): Set read-mail-command.
3160 2000-12-15  Richard M. Stallman  <rms@gnu.org>
3162         * sort.el (sort-columns): Fix error message.
3164         * dabbrev.el (dabbrev--last-case-pattern): Value is now
3165         `upcase' or `downcase' or nil.
3166         (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
3167         Pass new record-case-pattern arg to dabbrev--substitute-expansion.
3168         (dabbrev--substitute-expansion): New arg record-case-pattern.
3169         If it is non-nil, set dabbrev--last-case-pattern.
3170         If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
3172         * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
3174 2000-12-15  Miles Bader  <miles@gnu.org>
3176         * paths.el (Info-default-directory-list): Don't delete
3177         configure-info-directory from the list of standard info
3178         directories when appending it to the end -- their order is important.
3180         * faces.el (read-face-attribute): If there's no entry for the
3181         user's input in VALID, just use it as-is (this will often result
3182         in an error, but it may be OK for e.g. colors using hexadecimal
3183         notation, and at least will yield a better error message).
3185         * window.el (mode-line-window-height-fudge): Function removed.
3186         (height-affecting-face-attributes, mode-line-window-height-fudge):
3187         Variables removed.
3188         * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
3189         window is really the right size.  Use vertical-motion
3190         rather than forward-line.
3191         (ispell-help): Don't use ispell-mode-line-window-height-fudge.
3192         (ispell-command-loop, ispell-show-choices): Use the variable
3193         ispell-choices-win-default-height, rather than the function.
3194         (ispell-choices-win-default-height): Function removed.
3195         (ispell-mode-line-window-height-fudge): Function removed.
3197 2000-12-14  Stefan Monnier  <monnier@cs.yale.edu>
3199         * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
3201 2000-12-14  Eli Zaretskii  <eliz@is.elta.co.il>
3203         * paths.el (Info-default-directory-list):
3204         If configure-info-directory is not one of the standard directories,
3205         put it first in the list; otherwise put it last.  Doc string
3206         changed accordingly.
3208         * info.el (Info-directory-list): Change doc string to reflect the
3209         change in Info-default-directory-list.
3211         * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
3212         windows-nt as windowed environments, even under -nw.
3214         * startup.el (command-line): Don't call x-backspace-delete-keys-p
3215         if not fboundp.  Switch delete-forward mode for the <delete> key
3216         on all PC platforms, even under -nw.
3218         * term/internal.el ([M-delete]): Remap to M-d.
3220 2000-12-14  Gerd Moellmann  <gerd@gnu.org>
3222         * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
3224 2000-12-14  Eli Zaretskii  <eliz@is.elta.co.il>
3226         * frame.el (show-cursor-in-non-selected-windows): Doc fix.
3228 2000-12-14  Gerd Moellmann  <gerd@gnu.org>
3230         * startup.el (command-line): Call delete-key-deletes-forward-mode,
3231         if appropriate.
3233         * simple.el (delete-key-deletes-forward): New user-option.
3234         (delete-key-deletes-forward-mode): New function.
3236         * bindings.el: Bind `delete' to backward-delete-char.
3238         * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
3239         Test if symbol is bound before getting its value.
3241         * tooltip.el (tooltip-show): If an error is signaled in
3242         x-show-tip, display that error, and display the help in the
3243         echo area.
3245 2000-12-14  Kenichi Handa  <handa@etl.go.jp>
3247         * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
3248         Show "... entries" messages for every 10000 entries, not 10.
3250 2000-12-13  Karl Fogel  <kfogel@red-bean.com>
3252         * bookmark.el: Provide a generic exit hook, as suggested by
3253         Ovidiu Predescu <ovidiu@cup.hp.com>:
3254         (bookmark-exit-hook): New var.
3255         (bookmark-exit-hook-internal): New func, replaces
3256         old raw lambda form in `kill-emacs-hook', and runs new
3257         `bookmark-exit-hooks'.  No longer tests for the bookmark feature,
3258         as logically that feature must have been provided if this function
3259         is running.
3260         Removed ;;;###autoload before the `add-hook' call.
3262 2000-12-13  Stefan Monnier  <monnier@cs.yale.edu>
3264         * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
3265         (easy-menu-current-active-maps): New function.
3266         (easy-menu-get-map): Use it.
3267         Make a proper menu entry when creating a new keymap.
3269 2000-12-13  Kenichi Handa  <handa@etl.go.jp>
3271         * international/characters.el: Fix cases and syntaxes for
3272         mule-unicode-0100-24ff.
3274         * dired.el (dired-move-to-filename-regexp): Fixed for the case
3275         that a Japanese character is not appended after day and year.
3277         * info.el (Info-suffix-list): Change format for a command that
3278         requires arguments.
3279         (info-insert-file-contents): Adjusted for the above change.
3281 2000-12-12  Andreas Schwab  <schwab@suse.de>
3283         * tar-mode.el (tar-extract): Base the name of the subfile buffer
3284         on the name of the tar buffer.  Verify that the existing buffer is
3285         visiting the same subfile.
3287 2000-12-12  Dave Love  <fx@gnu.org>
3289         * subdirs.el: Add obsolete.
3291 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
3293         * mail/rmailsum.el (rmail-summary-expunge)
3294         (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
3295         instead of rmail-confirm-expunge.
3297         * replace.el (perform-replace): Don't use an empty match adjacent
3298         to a non-empty match when computing the next match before the
3299         replacement is performed.
3301 2000-12-12  Milan Zamazal  <pdm@freesoft.cz>
3303         * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
3304         definition (patch by Stefan Monnier).
3305         (glasses-mode): Use jit-lock instead of `after-change-functions'
3306         (patch by Stefan Monnier).
3308 2000-12-12  Miles Bader  <miles@gnu.org>
3310         * info.el (Info-last-preorder): Don't barf on nodes without a prev.
3311         (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
3313 2000-12-12  Andrew Choi  <akochoi@i-cable.com>
3315         * term/mac-win.el: Remove load for ls-lisp.
3317         * loadup.el: Load ls-lisp for system-type `macos'.
3319 2000-12-12  Miles Bader  <miles@gnu.org>
3321         * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
3322         Respect field end too.
3323         (just-one-space): Respect fields as `delete-horizontal-space'.
3324         (newline-and-indent, reindent-then-newline-and-indent):
3325         Use `delete-horizontal-space'.
3327 2000-12-11  Stefan Monnier  <monnier@cs.yale.edu>
3329         * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
3330         (so as to obey the field property in the minibuffer).
3332         * obsolete/c-mode.el: Moved from lisp/progmodes.
3333         * obsolete/auto-show.el: Moved from lisp.
3334         * obsolete/ooutline.el: Moved from lisp/textmodes.
3336 2000-12-11  Carsten Dominik  <dominik@strw.leidenuniv.nl>
3338         * progmodes/idlwave.el: Updated to IDLWAVE version 4.7.  Too many
3339         changes to list them here.
3341         * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
3342         Too many changes to list them here.
3344         * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
3345         Too many changes to list them here.
3347         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
3349 2000-12-11  Gerd Moellmann  <gerd@gnu.org>
3351         * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
3353         * cus-edit.el (custom-save-variables, custom-save-faces):
3354         Comment fix.
3356         * hscroll.el: Moved to `obsolete' subdir.
3358 2000-12-11  Miles Bader  <miles@gnu.org>
3360         * window.el (window-text-height): Function removed (now in C).
3362 2000-12-10  Stefan Monnier  <monnier@cs.yale.edu>
3364         * log-edit.el (log-edit-parent-buffer): New var.
3365         (log-edit): Set it.  Add BUFFER argument.
3366         (log-edit-done): Use char-before.
3367         Don't bother checking validity of vc-comment-ring.
3368         Only bury the buffer if log-edit popped it up.
3370         * pcvs.el: Update references to CVS-Edit (now Log-Edit).
3371         (cvs-mode-diff-help): Remove.
3372         (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
3373         (cvs-mode-marked): Set up the default for CMD manually.
3375         * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
3376         Remove binding for ? now made unnecessary.
3378 2000-12-10  Carsten Dominik  <dominik@strw.leidenuniv.nl>
3380         * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
3381         (reftex-TeX-master-file): Check for `tex-main-file' early enough.
3383         * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
3384         when master file is not open.
3386 2000-12-09  Stefan Monnier  <monnier@cs.yale.edu>
3388         * progmodes/ada-stmt.el: Update `maintainer'.
3390 2000-12-09  Stephen Gildea  <gildea@alum.mit.edu>
3392         * time-stamp.el (time-stamp-old-format-warn): Reorder custom
3393         choices to match documentation string.
3395 2000-12-09  Miles Bader  <miles@gnu.org>
3397         * minibuf-eldef.el: New file.
3399         * window.el (fit-window-to-buffer): Don't pass last argument to
3400         pos-visible-in-window-p, now that its meaning is inverted.
3402 2000-12-08  Eli Zaretskii  <eliz@is.elta.co.il>
3404         * image.el (create-image): Doc fix; spotted by Per Cederqvist
3405         <ceder@lysator.liu.se>.
3407 2000-12-08  Stefan Monnier  <monnier@cs.yale.edu>
3409         * autoinsert.el (auto-insert-alist): Add missing final \n.
3411         * pcvs-defs.el (cvs-menu): Move.  Make submenu for diff commands.
3412         (cvs-menu-map): Remove.
3413         * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
3414         (cvs-mode-quit): Turn it back into a plain function.
3416         * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
3417         (texinfo-filter): Remove (move to texinfo.el).
3419         * textmodes/texinfo.el: Move the (require 'cl) to the front of the
3420         file where it's more visible.
3421         (texinfo-filter, texinfo-chapter-level-regexp): New variables
3422         moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
3423         (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
3424         (texinfo-inside-macro-p): Only catch `scan-error's.
3425         (texinfo-inside-env-p): Make better use of the match info.
3426         (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
3427         (texinfo-insert-@end): Slight re-organization.
3428         Also remove useless `looking-at' call.
3430 2000-12-08  Andrew Innes  <andrewi@gnu.org>
3432         * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
3433         accessible in -nw mode.
3435         * term/w32-win.el: Remove stuff about selection timeout, which is
3436         irrelevant on Windows.  Move clipboard support to w32-fns.el, so
3437         it is accessible in -nw mode.
3439 2000-12-08  Dave Love  <fx@gnu.org>
3441         * emacs-lisp/lisp-mode.el (lisp-mode):
3442         Set font-lock-keywords-case-fold-search.
3444 2000-12-08  Gerd Moellmann  <gerd@gnu.org>
3446         * textmodes/ispell.el (ispell): Doc fix.
3448 2000-12-08  Kenichi Handa  <handa@etl.go.jp>
3450         * international/quail.el (quail-insert-decode-map): Check the
3451         frame width of a window displaying the current buffer, not that of
3452         the selected frame.
3453         (quail-help): Make sure that the help buffer has window before
3454         inserting text in it.
3456 2000-12-07  Sam Steingold  <sds@gnu.org>
3458         * loadup.el: Load emacs-lisp/backquote instead of autoloading.
3459         Backquote is used in isearch.el, so autoloading saves nothing.
3461 2000-12-07  Eli Zaretskii  <eliz@is.elta.co.il>
3463         * startup.el (normal-top-level-add-subdirs-to-load-path):
3464         Ignore the CVS and RCS subdirectories case-insensitively.
3466         * dired.el (dired-insert-directory): If file-system-info is
3467         fboundp, call it instead of invoking dired-free-space-program.
3469 2000-12-07  Gerd Moellmann  <gerd@gnu.org>
3471         * server.el (server-visit-files): Push files on file-name-history.
3473         * progmodes/cc-langs.el: Update copyright.
3475         * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
3477         * bindings.el (mode-line-mode-menu): Add glasses-mode.
3479         * bindings.el (mode-line-mode-menu): Reverse the order
3480         of define-keys so that the menu appears in alphabetical order.
3482 2000-12-07  Milan Zamazal  <pdm@freesoft.cz>
3484         * progmodes/glasses.el (glasses-mode): Update mode line at the end
3485         of the function.
3487 2000-12-07  Dave Love  <fx@gnu.org>
3489         * jka-compr.el (jka-compr-compression-info-list): Fix :type.
3491         * facemenu.el (facemenu-unlisted-faces): Fix value.
3493 2000-12-07  Stefan Monnier  <monnier@cs.yale.edu>
3495         * font-lock.el (font-lock-default-fontify-region):
3496         Include the terminating \n (off-by-one error).
3497         (font-lock-set-defaults): Use dolist.
3499         * derived.el (define-derived-mode): Don't use combine-run-hooks.
3501 2000-12-07  Kenichi Handa  <handa@etl.go.jp>
3503         * international/mule-cmds.el (describe-language-environment):
3504         Fix for the case that an input method title is not string but a list.
3506         * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
3507         of wrong SIZE record.
3509 2000-12-06  Dave Love  <fx@gnu.org>
3511         * newcomment.el (comment-region, comment-dwim): Doc fix.
3513         * textmodes/texinfo.el: Require tex-mode when compiling.
3514         (texinfo-update-node): Doc fix.
3515         (texinfo-imenu-generic-expression): Add @anchor.
3516         (texinfo-font-lock-keywords): Add @uref.
3517         (texinfo-inside-macro-p): Don't use ignore-errors.
3518         (texinfo-insert-quote): Match more contexts.
3520         * international/mule.el (decode-char, encode-char): Doc fix.
3521         (auto-coding-alist): Customize.
3523         * files.el (load-file): Fix change of 2000-03-12.
3525         * wid-edit.el (widget-text-keymap): Doc fix.
3527 2000-12-06  Andrew Innes  <andrewi@gnu.org>
3529         * makefile.w32-in (lisp): Set to an absolute directory, namely
3530         $(CURDIR).
3532 2000-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
3534         * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
3535         read generated-autoload-file, and set buffer-file-coding-system to
3536         raw-text-unix after reading the file.
3538         * international/mule-conf.el (file-coding-system-alist):
3539         Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
3541 2000-12-06  Gerd Moellmann  <gerd@gnu.org>
3543         * replace.el (occur): Make line-number-width 1 smaller for the
3544         colon following the line number.
3546         * startup.el (fancy-splash-text, command-line-1):
3547         Use `File' for the menu name instead of `Files'.
3549         * tmm.el: Update copyright.
3551         * cus-start.el: Add entry for even-window-heights.
3553 2000-12-06  Miles Bader  <miles@gnu.org>
3555         * faces.el (frame-set-background-mode): Avoid stomping on
3556         locally modified faces.
3558 2000-12-06  Kenichi Handa  <handa@etl.go.jp>
3560         * international/fontset.el: Correct the font registries for
3561         japanese-jisx0213-1 and japanese-jisx0213-2.
3563 2000-12-05  Gerd Moellmann  <gerd@gnu.org>
3565         * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
3567         * iswitchb.el: Update customization commentary.
3569 2000-12-05  Rob Riepel  <riepel@Stanford.EDU>
3571         * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
3572         (tpu-search-highlight): Fixed comparison of overlay end positions.
3573         (tpu-trim-line-ends): Implemented trimming logic locally.
3575         * emulation/tpu-extras.el (tpu-write-file-hook)
3576         (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
3578 2000-12-05  Kenichi Handa  <handa@etl.go.jp>
3580         * language/chinese.el (chinese-iso-8bit): Change mime-charset name
3581         to cn-gb.
3582         (cn-gb, gb2312): New aliases for chinese-iso-8bit.
3584 2000-12-04  Dave Love  <fx@gnu.org>
3586         * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
3588 2000-12-04  Gerd Moellmann  <gerd@gnu.org>
3590         * mail/rmailsum.el (rmail-summary-expunge)
3591         (rmail-summary-expunge-and-save): Ask for confirmation with
3592         rmail-expunge-confirmed.
3594         * mail/rmail.el (rmail-expunge-confirmed): New function.
3595         (rmail-expunge): Use it.
3597 2000-12-04  Philippe Waroquiers  <wao@gull.tact.cfmu.eurocontrol.be>
3599         * progmodes/etags.el (tag-partial-file-name-match-p): New function.
3600         (etags-recognize-tags-table, find-tag-in-order):
3601         New functionality: interpret file names as tags.
3603 2000-12-04  Eli Zaretskii  <eliz@is.elta.co.il>
3605         * info.el (Info-scroll-prefer-subnodes): New defcustom.
3606         (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
3607         the first subnode until the bottom of the current node is visible.
3609 2000-12-04  Gerd Moellmann  <gerd@gnu.org>
3611         * format.el (format-decode): Don't change buffer's undo list.
3613 2000-12-04  Kenichi Handa  <handa@etl.go.jp>
3615         * faces.el (face-font-registry-alternatives): Add entries for CJK
3616         fonts.  Doc-string adjusted for the actual usage of this data.
3618         * international/fontset.el: Change the font registries for CJK
3619         fonts in the default fontset.  Don't append '*' to registries.
3621 2000-12-03  Stefan Monnier  <monnier@cs.yale.edu>
3623         * emacs-lisp/easy-mmode.el (define-derived-mode)
3624         (easy-mmode-derived-mode-p): Remove (moved to derived.el).
3626         * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
3627         (derived-mode-p): New function.
3628         (derived-mode-make-docstring): Add `docstring' argument.
3629         Use it if available and complete it if necessary.
3631 2000-12-03  Andreas Schwab  <schwab@suse.de>
3633         * type-break.el (type-break): Don't make parent of itself.
3635 2000-12-03  Miles Bader  <miles@gnu.org>
3637         * simple.el (delete-trailing-whitespace): Don't delete newlines too.
3639 2000-12-02  Stefan Monnier  <monnier@cs.yale.edu>
3641         * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
3642         (tex-main-file, tex-file): Simplify.
3643         (tex-generate-zap-file-name): Use subst-char-in-string.
3644         (tex-strip-dots): Remove.
3646         * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
3648         * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
3649         to check if the match succeeded.
3651 2000-12-02  Gerd Moellmann  <gerd@gnu.org>
3653         * startup.el (use-fancy-splash-screens-p): New function.
3654         (command-line-1): Use it to determine whether or not to use
3655         a fancy splash screen.
3657 2000-12-02  Andreas Schwab  <schwab@suse.de>
3659         * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
3661 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
3663         * international/mule.el (make-char): Fix last change.
3665         * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
3666         New defcustoms.
3667         (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
3668         autoloading tex-mode; instead, do the same manually.
3669         Use texinfo-open-quote and texinfo-close-quote.  Insert literal quote
3670         with numeric argument.  Docstring fix.
3671         (toplevel): Require cl when compiling.
3673         * international/mule.el (make-char): Doc fix.
3675 2000-12-02  Jason Rumney  <jasonr@gnu.org>
3677         * term/w32-win.el (x-select-enable-clipboard): Customize (as per
3678         the Emacs Lisp manual)
3680 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
3682         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
3684         * term/pc-win.el (x-select-enable-clipboard): Customize (as per
3685         the Emacs Lisp manual).
3687 2000-12-02  Gerd Moellmann  <gerd@gnu.org>
3689         * simple.el (next-line-add-newlines): Change default to nil.
3691 2000-12-01  Eli Zaretskii  <eliz@is.elta.co.il>
3693         * files.el (revert-buffer, recover-file):
3694         Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
3696 2000-12-01  Gerd Moellmann  <gerd@gnu.org>
3698         * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
3700 2000-12-01  Miles Bader  <miles@gnu.org>
3702         * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
3704 2000-12-01  Kenichi Handa  <handa@etl.go.jp>
3706         * international/mule-diag.el (describe-char-after): Fix typo.
3707         (describe-character-set, non-iso-charset-alist): Fix typo.
3709 2000-12-01  Miles Bader  <miles@gnu.org>
3711         * image-file.el (image-file-name-regexp): Automatically add
3712         upper-case variants of each filename extension in
3713         `image-file-name-extensions', since they seem to be common.
3715         * simple.el (minibuffer-contents)
3716         (minibuffer-contents-no-properties, delete-minibuffer-contents):
3717         New functions.
3718         * filecache.el (file-cache-directory-name)
3719         (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
3721 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
3723         * filecache.el (file-cache-minibuffer-complete): Don't try to
3724         delete the minibuffer prompt.
3726 2000-11-30  Dave Love  <fx@gnu.org>
3728         * cus-start.el: Fix read-buffer-function type.
3730 2000-11-30  Gerd Moellmann  <gerd@gnu.org>
3732         * md5.el: Removed.  There's a built-in function, now.
3734 2000-11-30  Markus Rost  <rost@math.ohio-state.edu>
3736         * mail/rmail.el (rmail-set-message-counters): Don't use "D"
3737         as dummy 0-th char of rmail-deleted-vector.
3739 2000-11-30  Eli Zaretskii  <eliz@is.elta.co.il>
3741         * ps-print.el (ps-end-job): Bind case-fold-search only after
3742         switching to ps-spool-buffer.
3744 2000-11-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3746         * ps-print.el: Line number font customization.  PostScript: Lines and
3747         PageCount are initialized on each page.  Doc Fix.
3748         (ps-print-version): New version number (6.3.2).
3749         (ps-lpr-switches, ps-font-info-database, ps-font-size)
3750         (ps-header-font-size, ps-header-title-font-size, ps-left-header)
3751         (ps-right-header): Customization fix.
3752         (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
3753         Fix code.
3754         (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
3755         New vars.
3757 2000-11-30  Gerd Moellmann  <gerd@gnu.org>
3759         * bs.el: Fix typos and spelling errors.
3760         (bs-appearance) <defgroup>: Renamed from bs-appearence.
3761         (bs-configuration): Doc fix.
3763         * bs.el: Undo mistaken change of 2000-11-28.  Update copyright.
3765 2000-11-30  Rob Riepel  <riepel@Stanford.EDU>
3767         * emulation/tpu-edt.el (tpu-version): New version.
3768         (tpu-search-overlay, tpu-replace-overlay): New initial range.
3769         (tpu-original-mode-line): Variable deleted.
3770         (tpu-mark-flag): New initial value.
3771         (tpu-set-mode-line): Don't redefine mode-line-format.
3772         Add tpu-mark-flag to minor-mode-alist.
3773         (tpu-update-mode-line): New mark flag logic.
3774         (tpu-get): Use find-file-wildcards.
3775         (tpu-search-highlight): Move overlay less, reset overlay properly.
3776         (tpu-unselect): Deactivate mark.
3777         (tpu-lm-replace): Reset overlay properly.
3778         (tpu-forward-line): Use forward-visible-line.
3779         (tpu-edt-on): Set transient mark mode.  ispell autoloads deleted.
3781         * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
3783 2000-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
3785         * cus-edit.el (custom-face-value-create): Always emphasize tag.
3787 2000-11-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
3789         * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
3790         and skip whitespace and newlines.
3792 2000-11-30  Stefan Monnier  <monnier@cs.yale.edu>
3794         * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
3796 2000-11-29  Gerd Moellmann  <gerd@gnu.org>
3798         * help.el (describe-function-1): Regexp-quote function name
3799         when used as part of a regexp.
3801         * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
3802         Use face-attribute instead of face-foreground and face-background.
3803         (tool-bar-add-item): Likewise, and handle unspecified colors.
3805         * enriched.el (enriched-face-ans): Use face-attribute instead
3806         of face-foreground and face-background.
3808         * faces.el (face-foreground, face-background, face-stipple):
3809         Return nil if attribute is unspecified, for backward compatibility.
3811         * files.el (auto-mode-alist): Add an entry for antlr-mode.
3813         * play/5x5.el: Remove version info.
3815         * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
3817         * frame.el (blink-cursor-mode): Doc fix.
3819 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
3821         * antlr-mode.el: New commands to run ANTLR from within Emacs and
3822         to create Makefile rules.
3823         (antlr-tool-command): New user option.
3824         (antlr-ask-about-save): New user option.
3825         (antlr-makefile-specification): New user option.
3826         (antlr-file-formats-alist): New variable.
3827         (antlr-special-file-formats): New variable.
3828         (antlr-unknown-file-formats): New user option.
3829         (antlr-help-unknown-file-text): New variable.
3830         (antlr-help-rules-intro): New variable.
3831         (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
3832         (antlr-mode-menu): Add entries.
3833         (antlr-file-dependencies): New function.
3834         (antlr-directory-dependencies): New function.
3835         (antlr-superclasses-glibs): New function.
3836         (antlr-run-tool): New command.
3837         (antlr-makefile-insert-variable): New function.
3838         (antlr-insert-makefile-rules): New function.
3839         (antlr-show-makefile-rules): New command.
3841         * antlr-mode.el: More Emacs/XEmacs stuff.
3842         (antlr-no-action-keywords): New constant with value nil.
3843         (antlr-font-lock-keywords-alist): Use it.  Old value would break
3844         syntax highlighting in Emacs-21.0.
3845         (antlr-default-directory): Emacs/XEmacs dependend function.
3846         (antlr-read-shell-command): Ditto.
3847         (antlr-with-displaying-help-buffer): Ditto.
3849 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
3851         * antlr-mode.el: imenu, parsing and highlighting changes.
3852         (antlr-imenu-create-index-function): Don't create extra submenus
3853         for definitions in different grammar classes.  It is not necessary
3854         for the menu and would make command `imenu' awkward to use.
3855         (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
3856         header actions and more than one.
3857         (antlr-font-lock-tokendef-face): Changed color.
3858         (antlr-font-lock-tokenref-face): Changed color.
3859         (antlr-font-lock-additional-keywords): Also highlight lowercase.
3860         (antlr-mode-syntax-table): New variable.
3861         (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
3862         (antlr-with-syntax-table): Don't copy syntax table.
3864 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
3866         * antlr-mode.el: Minor changes: language setting.
3867         (antlr-language-alist): The value for file option "language" can
3868         be both an identifier and a string.
3869         Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
3870         (antlr-language-limit-n-regexp): Change accordingly.
3872 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
3874         * antlr-mode.el: Minor changes: tabs, hiding.
3875         (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
3876         (antlr-action-visibility): Also allow value nil to also hide the
3877         braces.  Renamed from `antlr-tiny-action-length'.
3878         Suggested by Jay@aol.com.
3879         (antlr-hide-actions): Change accordingly.  Hide line if completely
3880         hidden action is on a line of its own.
3882 2000-11-29  Stefan Monnier  <monnier@cs.yale.edu>
3884         * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
3886         * sort.el (sort-columns): Don't concat strings with numbers.
3888 2000-11-29  Dave Love  <fx@gnu.org>
3890         * cus-edit.el (face): Fix :format.
3892         * mail/feedmail.el: Require smtpmail when compiling.
3893         (mail-do-fcc): Autoload.
3894         (feedmail) <defgroup>: Fix :link.
3895         (feedmail-nuke-body-in-fcc): Fix :type.
3896         (feedmail-send-it): Add autoload cookie.
3898 2000-11-29  Stefan Monnier  <monnier@cs.yale.edu>
3900         * newcomment.el (comment-indent): Save excursion around call to
3901         comment-indent-function.
3903 2000-11-29  Miles Bader  <miles@gnu.org>
3905         * subr.el (member-ignore-case): Return the tail of the list who's
3906         car matches, like `member', not the matching element itself.
3908 2000-11-29  Kenichi Handa  <handa@etl.go.jp>
3910         * xml.el (xml-parse-tag): Fix finding opening tag.  A tag name
3911         should not contain `\n'.
3913 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
3915         * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
3917         * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
3919         * dired-aux.el (dired-do-create-files): Construct default file
3920         name for dired-mark-read-file-name so that when the user enters
3921         just RET, the target file will end up in the target directory.
3923         * abbrev.el (prepare-abbrev-list-buffer): Get the value of
3924         local-abbrev-table before changing buffers because it might
3925         have a buffer-local binding.
3927 2000-11-28  Miles Bader  <miles@gnu.org>
3929         * simple.el (delete-horizontal-space): Handle fields more generally.
3931 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
3933         * simple.el (delete-horizontal-space): Handle minibuffer prompt.
3935 2000-11-28  Dave Love  <fx@gnu.org>
3937         * progmodes/ps-mode.el (ps-mode): Set comment-start and
3938         comment-start-skip locally.
3940         * progmodes/fortran.el (fortran-mode): Don't set
3941         fortran-comment-line-start-skip.  Set comment-start to
3942         fortran-comment-line-start.
3943         (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
3944         (fortran-comment-line-start-skip): Simplify slightly.
3946 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
3948         * play/5x5.el: Remove RCS keyword.
3950         * bs.el: Mistaken commit, undone 2000-11-30.
3952 2000-11-28  Milan Zamazal  <pdm@freesoft.cz>
3954         * textmodes/tildify.el (tildify-string-alist):
3955         Add `plain-tex-mode' here.
3957 2000-11-28  Colin Walters  <walters@cis.ohio-state.edu>
3959         * chistory.el (Command-history-setup): Remove extraneous `keymap'
3960         reference.
3962 2000-11-28  Miles Bader  <miles@gnu.org>
3964         * cus-face.el (custom-face-attributes): Add post-filter function
3965         for :box.  Make pre-filter function for :box handle all cases.
3967         * wid-edit.el (widget-choose): Make sure pop-up window is large
3968         enough to display all the choices, as there's no way to scroll it.
3970 2000-11-28  Kenichi Handa  <handa@etl.go.jp>
3972         * international/mule-conf.el: Make the coding system no-conversion
3973         safe for all characters.
3975 2000-11-27  Dave Love  <fx@gnu.org>
3977         * net/ldap.el (ldap) <defgroup>: Add :version.
3979         * tooltip.el (tooltip-use-echo-area): Doc fix.
3981         * cus-start.el <minibuffer-prompt-properties>: Add version.
3982         <read-buffer-function>: Add.
3984         * apropos.el (apropos-print): Add help-echo to active text.
3986         * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
3988 2000-11-27  Gerd Moellmann  <gerd@gnu.org>
3990         * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
3991         type, group and version.
3993 2000-11-27  Eli Zaretskii  <eliz@is.elta.co.il>
3995         * select.el (x-get-selection): Docstring fix.
3997 2000-11-27  Dave Pearson <davep@hagbard.demon.co.uk>
3999         * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
4001 2000-11-27  Andrew Innes  <andrewi@gnu.org>
4003         * makefile.nt (.SUFFIXES): Add .SUFFIXES.
4005         * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
4007 2000-11-27  Miles Bader  <miles@gnu.org>
4009         * dired.el (dired-get-filename): Return filename verbatim if
4010         LOCALP is `verbatim'.
4011         * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
4012         `verbatim' so that we don't inadvertently delete a non-existant
4013         directory name.
4015 2000-11-27  Kenichi Handa  <handa@etl.go.jp>
4017         * international/characters.el: Specify cases and syntaxes for
4018         mule-unicode-0100-24ff.
4020 2000-11-27  Gerd Moellmann  <gerd@gnu.org>
4022         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
4023         that foreground and/or background colors of the face `tool-bar'
4024         are unspecified.
4026 2000-11-27  Miles Bader  <miles@gnu.org>
4028         * wid-edit.el (widget-field-buffer, widget-field-start)
4029         (widget-field-end): Handle widget field `pseudo-overlays'.
4030         (widget-field-value-delete): Delete WIDGET from `widget-field-new'
4031         if it's there instead of in `widget-field-list'.
4033         * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
4034         (help-make-xrefs): Delete extraneous newlines at the end of the
4035         docstring.
4037 2000-11-25  Jason Rumney  <jasonr@gnu.org>
4039         * startup.el (command-line): Call set-locale-environment after
4040         Window System init file is read, as it can result in a call to
4041         redraw-frame.
4043 2000-11-25  Eli Zaretskii  <eliz@is.elta.co.il>
4045         * simple.el (shell-command): Mention the effect of the prefix
4046         argument in the doc string.
4048 2000-11-25  Miles Bader  <miles@gnu.org>
4050         * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
4052         * wid-edit.el (widget-field-value-delete): Don't try to delete
4053         overlay when it's the `pseudo-overlay' that exists at some points.
4055 2000-11-24  Jason Rumney  <jasonr@gnu.org>
4057         * international/mule-cmds.el (locale-language-names): Add "jp" as
4058         a non-standard alternative for Japanese.
4060 2000-11-24  Andre Spiegel  <spiegel@gnu.org>
4062         * vc-hooks.el: Require 'cl during compilation.
4064 2000-11-24  Gerd Moellmann  <gerd@gnu.org>
4066         * faces.el (face-set-after-frame-default): Let face attributes
4067         specified for new frames override frame parameters.
4069         * startup.el (command-line): Fix computation of the source file
4070         for user-init-file when user-init-file is a compiled file.
4072 2000-11-24  Miles Bader  <miles@gnu.org>
4074         * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
4075         (custom-post-filter-face-spec): New functions.
4076         (custom-face-set, custom-face-value-create): Filter the face spec
4077         before and after customization.
4078         (custom-face-set): If VALUE specifies a null face, pass a
4079         non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
4080         * cus-face.el (custom-face-attributes): Remove SET and GET
4081         functions.  Add some IN-FILTER and OUT-FILTER functions in the few
4082         cases they're needed.
4084         * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
4085         that it's distinguishable from the :off-glyph on dark-background
4086         displays.  Set its background color too.
4088         * cus-start.el (all): Restore entry for `mode-line-inverse-video',
4089         so that people can easily turn it off.
4091 2000-11-24  Michael Kifer  <kifer@cs.sunysb.edu>
4093         * ediff-diff.el: Moved variables around to have it compile under NT.
4095         * ediff-help.el (ediff-use-long-help-message): Made it customizable.
4097         * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
4099         * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
4100         redundant skip-small-frames test.
4102         * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
4103         (viper-downgrade-to-insert): Protect against errors in hooks.
4105         * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
4106         (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
4107         (viper-restore-cursor-type,viper-set-insert-cursor-type):
4108         New functions.
4110         * viper-util.el (viper-memq-char): Bug fixes.
4112         * viper.el (viper-mode): Fix cursor handling.
4114 2000-11-24  Kenichi Handa  <handa@etl.go.jp>
4116         * international/mule-diag.el (list-iso-charset-chars):
4117         For two-byte charset, fix the `while' condition.
4118         (list-non-iso-charset-chars): Fix the `while' condition.
4120 2000-11-23  Stefan Monnier  <monnier@cs.yale.edu>
4122         * subr.el (add-hook, remove-hook): Don't call make-local-hook
4123         if the variable is make-variable-buffer-local.
4125         * progmodes/ada-stmt.el (ada-template-map):
4126         Initialize and bind it to C-c t in ada-mode-map.
4127         (ada-stmt-mode-hook): New function extracted from old code.
4128         Only change the buffer-local side of skeleton-*.
4129         (ada-mode-hook): Use it.
4131 2000-11-23  Eli Zaretskii  <eliz@is.elta.co.il>
4133         * iswitchb.el (iswitchb-minibuf-depth): New variable.
4134         (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
4135         we expect to be returned by minibuffer-depth once we prompt the
4136         user in the minibuffer.
4137         (iswitchb-entryfn-p): If minibuffer-depth returns the same value
4138         as recorded in iswitchb-minibuf-depth, return non-nil.
4140 2000-11-23  Eli Zaretskii <eliz@is.elta.co.il>
4142         * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
4143         (hscroll-window-maybe): Docstring fix.
4145 2000-11-23  Dave Love  <fx@gnu.org>
4147         * rect.el (string-rectangle): Don't test delete-selection-mode.
4149 2000-11-23  Gerd Moellmann  <gerd@gnu.org>
4151         * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
4152         is in the tool bar.
4154         * dired-aux.el (dired-add-entry): Don't call dired-get-filename
4155         with `no-dir'; we want the directory part to be able to remove it.
4157 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
4159         * textmodes/outline.el (outline-flag-region):
4160         Don't bind inhibit-read-only since we don't modify the buffer.
4161         (outline-isearch-open-invisible): Don't jump to overlay-start
4162         since we're trying to unhide text around point.
4163         (outline-discard-overlays): Use dolist.
4165         * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
4167 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
4169         * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
4171 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
4173         * textmodes/tex-mode.el (tex-font-lock-keywords-1):
4174         Fix ARG regexp to skip quoted braces.
4175         (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
4176         Remove `bf' and `it' from `bold' and `italic' (they were wrong and
4177         are (correctly) handled separately).
4178         Remove `caption' and `footnote' from `citations': they contain text.
4179         Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
4180         (latex-skeleton-end-hook): New function.
4181         (latex-mode): Use it.
4182         (tex-start-tex-marker): Remove.
4183         (tex-send-tex-command): Don't set tex-start-tex-marker.
4184         (tex-error-parse-syntax-table): New var.
4185         (tex-compilation-parse-errors): Use it.
4186         Ignore tex-start-tex-marker.  Don't bother with marker-position.
4187         (tex-validate-buffer): Don't bother with marker-position.
4189         * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
4190         (flyspell-generic-progmode-verify): Use it.
4192 2000-11-22  Sam Steingold  <sds@gnu.org>
4194         * simple.el (delete-trailing-whitespace): New interactive function.
4196         * progmodes/ada-mode.el (ada-mode): Use it instead of
4197         `ada-remove-trailing-spaces'.
4198         (ada-remove-trailing-spaces): Removed.
4200         * textmodes/two-column.el (2C-merge): Recommend it in the doc.
4202         * textmodes/picture.el (picture-clean): Removed.
4203         (picture-mode-exit): Call it instead of `picture-clean'.
4205 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
4207         * frame.el (show-cursor-in-non-selected-windows): Doc fix.
4209         * hi-lock.el (hi-lock-refontify): Don't call non-existent
4210         jit-lock-fontify-buffer; it should anyway be unneccessary to
4211         do anything special when jit-lock is active.
4212         (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
4214 2000-11-22  Dave Love  <fx@gnu.org>
4216         * calendar/todo-mode.el (todo-top-priorities): Use
4217         todo-tmp-buffer-name.  From Milan Zamazal <Milan.Zamazal@qbizm.com>.
4219         * language/chinese.el, language/cyrillic.el:
4220         * language/devanagari.el, language/ethiopic.el, language/greek.el:
4221         * language/hebrew.el, language/indian.el, language/japanese.el:
4222         * language/korean.el, language/lao.el, language/misc-lang.el:
4223         * language/thai.el, language/tibetan.el, language/vietnamese.el:
4224         Use provide.
4226         * cus-edit.el (custom-buffer-create-internal): Save some consing.
4227         (custom-variable-set): Improve validation error mesage.
4229         * rect.el (string-rectangle): Revert last change.
4230         (string-rectangle-line): New arg DELETE.
4231         (string-rectangle): Check delete-selection-mode.
4233         * emacs-lisp/edebug.el (edebug-version)
4234         (edebug-maintainer-address): Deleted.
4235         (edebug-submit-bug-report): Just alias to report-emacs-bug.
4236         (edebug-read-function): Account for other `'#' read forms.
4237         (edebug-mode-menus): Make some items toggles.
4238         (edebug-outside-unread-command-event, unread-command-event):
4239         Remove these to avoid warnings.
4241 2000-11-22  David Ponce  <david@dponce.com>
4243         * recentf.el (recentf-menu-items-for-commands)
4244         (recentf-make-menu-items, recentf-make-menu-item)
4245         (recentf-filter-changer): Added :help and :active menu-item properties.
4247         (recentf-build-dir-rules, recentf-dump-variable)
4248         (recentf-edit-list, recentf-open-files-item)
4249         (recentf-open-files): Replaced unnecessary `mapcar' with new
4250         built-in `mapc'.
4252 2000-11-23  Miles Bader  <miles@gnu.org>
4254         * faces.el (menu): Make inverse-video on ttys too.
4256 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
4258         * simple.el (comment-line-break-function): Use the new name
4259         indent-new-comment-line -> comment-indent-new-line.
4260         (clone-indirect-buffer): Don't ignore NORECORD.
4261         (next-completion): Properly handle the case where items are adjacent.
4263         * mouse.el (popup-menu): Stupid typo.
4265 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
4267         * emacs-lisp/authors.el: Remove autoload cookies, add author,
4268         maintainer, keywords tags.
4270         * rect.el (replace-rectangle): Don't call string-rectangle-line
4271         with too many arguments.
4273 2000-11-22  Andre Spiegel  <spiegel@gnu.org>
4275         * ediff-util.el (ediff-file-checked-out-p)
4276         (ediff-file-checked-in-p): Call vc-state instead of
4277         vc-locking-user, which no longer exists.
4279         * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
4281 2000-11-22  Dave Love  <fx@gnu.org>
4283         * md5.el (md5): Provide.
4284         (md5): Fix error call.
4286 2000-11-22  Miles Bader  <miles@gnu.org>
4288         * textmodes/refill.el (refill-adjust-ignorable-overlay)
4289         (refill-fill-paragraph-at): Remove debugging code.
4291         * calendar/calendar.el (generate-calendar-window): When we don't
4292         call `fit-window-to-buffer', make sure the top line is fully visible.
4294         * image-file.el (insert-image-file): Don't make `read-only'
4295         property rear-nonsticky.
4297         * isearch.el (isearch-original-minibuffer-message-timeout): New var.
4298         (isearch-mode): Set `minibuffer-message-timeout' to nil, after
4299         stashing away its original value.
4300         (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
4301         in the recursive edit.
4302         Bind `isearch-original-minibuffer-message-timeout' to protect it.
4303         (isearch-done): Restore `minibuffer-message-timeout'.
4305         * cus-start.el: Remove entry for `mode-line-inverse-video'.
4307 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
4309         * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
4311         * find-lisp.el (find-lisp-find-files-internal):
4312         Use dolist, when and file-name-as-directory.
4314         * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
4315         (define-derived-mode, define-minor-mode): Add specs.
4317         * window.el: General comment and spacing fixes.
4318         (save-selected-window): Use backquotes.
4319         (window-safely-shrinkable-p): New function.
4320         (shrink-window-if-larger-than-buffer): Use it.
4322         * subr.el (make-local-hook): Docstring fix.
4324         * shell.el (shell-mode): Use define-derived-mode.
4326         * newcomment.el (comment-indent): Insert comment before calling
4327         comment-indent-function.  Don't insert in column 0.
4328         (comment-dwim): Indent before inserting comment.
4330         * isearch.el (isearch-mode-map): Fix docstring.  Init in defvar.
4331         (minibuffer-local-isearch-map): Init in defvar.  Use inheritance.
4332         (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
4333         Use mapc rather than map.
4335         * files.el (find-buffer-visiting): Compare all attributes before
4336         declaring two files identical (rather than just their inode-no).
4337         (auto-mode-alist): Use \' rather than $.
4339         * which-func.el: Update maintainer line.
4341         * pcvs.el (uniquify-buffer-file-name): Remove advice.
4342         * uniquify.el (uniquify-list-buffers-directory-modes): New var.
4343         (uniquify-buffer-file-name): Use it.
4345 2000-11-22  Miles Bader  <miles@gnu.org>
4347         * cus-start.el: Add entry for `minibuffer-prompt-properties'.
4348         * simple.el (minibuffer-avoid-prompt): New function.
4350 2000-11-21  Gerd Moellmann  <gerd@gnu.org>
4352         * Makefile.in (.SUFFIXES): Add .SUFFIXES.
4354 2000-11-21  Miles Bader  <miles@gnu.org>
4356         * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
4357         inclusion of `track-mouse'.
4359         * textmodes/refill.el (refill-ignorable-overlay): New variable.
4360         (refill-adjust-ignorable-overlay): New function.
4361         (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
4362         only the paragraph's tail if possible.
4363         Update `refill-ignorable-overlay'.
4364         (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
4366         * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
4367         point inside the fill-prefix.
4369         * textmodes/refill.el (refill-post-command-function): Don't reset
4370         refill-doit in the case where a self-insertion command doesn't
4371         case a refill.  Use `refill-fill-paragraph-at', getting position
4372         from `refill-doit'.
4373         (refill-after-change-function): Set `refill-doit' to END.
4374         (refill-fill-paragraph-at): New function, mostly from old
4375         refill-fill-paragraph.
4376         (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
4377         (refill-pre-command-function): New function.
4378         (refill-mode): Add it to `pre-command-hook'.
4380 2000-11-20  Gerd Moellmann  <gerd@gnu.org>
4382         * textmodes/artist.el (artist-mode): Fix autoload cookie.
4384         * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
4385         javadoc tags.
4387 2000-11-20  Andre Spiegel  <spiegel@gnu.org>
4389         * vc.el, vc-hooks.el: Undo prev change (moved functions back to
4390         vc.el).
4392         * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
4393         require vc.
4395         * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
4396         checkouts.
4398 2000-11-20  Dave Love  <fx@gnu.org>
4400         * Makefile.in (DONTCOMPILE): Omit bindings.el.
4402 2000-11-20  Eli Barzilay <eli@www.barzilay.org>
4404         * calculator.el (calculator-paste): Use `if' instead of `and'
4405         and `or'.
4406         (calculator-help): Don't use electric-describe-mode for XEmacs.
4408 2000-11-19  Gerd Moellmann  <gerd@gnu.org>
4410         * info.el (info-menu-5): Doc fix.
4412         * textmodes/artist.el: New file.
4414 2000-11-19  Andre Spiegel  <spiegel@gnu.org>
4416         * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
4417         and differentiate according to checkout model.
4418         (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
4419         since this function is only concerned with master state.
4421         * vc-hooks.el (vc-workfile-unchanged-p)
4422         (vc-default-workfile-unchanged-p): Moved here from vc.el.
4424         * vc.el (vc-workfile-unchanged-p)
4425         (vc-default-workfile-unchanged-p): See above.
4427 2000-11-19  Miles Bader  <miles@gnu.org>
4429         * image-file.el (insert-image-file): Make `intangible' and
4430         `read-only' properties rear-nonsticky too.
4432 2000-11-18  Gerd Moellmann  <gerd@gnu.org>
4434         * ps-print.el: Update copyright notice.
4436         * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
4437         (tooltip-show): Use the offsets.
4439         * bindings.el (mode-line-modified): Fix a typo.
4440         (mode-line-toggle-modified, mode-line-widen)
4441         (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
4443 2000-11-17  Vinicius Jose Latorre <vinicius@cpqd.com.br>
4445         * ps-print.el (toplevel): Test for find-coding-system being
4446         fboundp before calling ps-x-find-coding-system.
4448 2000-11-16  Stefan Monnier  <monnier@cs.yale.edu>
4450         * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
4451         (vc-version-backup-file): Docstring fix.
4453 2000-11-16  Gerd Moellmann  <gerd@gnu.org>
4455         * files.el (basic-save-buffer): Don't add a newline if
4456         find-file-literally is non-nil.
4457         (find-file-literally): Extend doc string.
4459         * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
4460         sort(1) with the `-f' argument.
4462 2000-11-16  Andre Spiegel  <spiegel@gnu.org>
4464         * vc.el: Updated backend documentation.
4465         (vc-default-check-headers): New function.
4467         * vc-{cvs,rcs,sccs}.el: Functions reordered.
4469         * vc.el (vc-revert-buffer): Ask for confirmation if file seems
4470         up-to-date.
4471         (vc-do-command): In the asynchronous case, output messages only if
4472         the minibuffer is not active.
4474         * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
4475         `vc-cvs-use-edit' is on.
4476         (vc-cvs-checkout): When this is used for reverting the workfile,
4477         make a backup of the original contents and revert to that in case
4478         of error.
4479         (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
4480         remote repositories.
4482         * vc.el (vc-annotate): Changed handling of prefix arg; now asks
4483         for both version and ratio in the minibuffer.
4485         * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
4486         Use vc-do-command to perform the annotation, not call-process.
4488 2000-11-16  Kenichi Handa  <handa@etl.go.jp>
4490         * international/quail.el (quail-start-translation): Don't call
4491         `message' before reading key sequence.
4493 2000-11-16  Miles Bader  <miles@lsi.nec.co.jp>
4495         * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
4497 2000-11-16  Kenichi Handa  <handa@etl.go.jp>
4499         * window.el (fit-window-to-buffer): Be sure to acquire at least
4500         one text line even if the buffer is empty.
4502 2000-11-16  Gerd Moellmann  <gerd@gnu.org>
4504         * net/ange-ftp.el (ange-ftp-file-writable-p)
4505         (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
4506         Bind ange-ftp-process-verbose to nil.
4508 2000-11-15  Dave Love  <fx@gnu.org>
4510         * wid-edit.el (widget-specify-field, widget-specify-button):
4511         If :help-echo is a function, set help-echo of overlay to
4512         widget-mouse-help.
4513         (widget-mouse-help): New function.
4514         (widget-echo-help): Rewritten for :help-echo functions only taking
4515         a widget arg.
4517         * net/eudc-bob.el (eudc-bob-can-display-inline-images):
4518         Use display-graphic-p.
4519         (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
4520         and that JPEG is available.
4521         (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
4523         * international/mule-cmds.el (locale-charset-language-names):
4524         Match @euro.
4526 2000-11-15  Gerd Moellmann  <gerd@gnu.org>
4528         * faces.el (face-set-after-frame-default):
4529         If `inhibit-default-face-x-resources' is bound, don't intialize the
4530         default face from X resources.
4532 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
4534         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
4535         Don't set EMACSLOADPATH.
4537 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
4539         * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
4540         texinfo-insert-@url.
4541         (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
4542         (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
4544 2000-11-14  Stefan Monnier  <monnier@cs.yale.edu>
4546         * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
4547         (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
4548         (checkdoc-minor-keymap): Backward compatibility.
4549         (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
4550         (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
4551         (checkdoc-this-string-valid-engine): Be a bit more strict
4552         to avoid matching substrings of `...' quoted vars/funs.
4553         (checkdoc-defun-info): Only look for `interactive' if alone.
4554         (debug-ignored-errors): Add "arg doesn't appear in docstring".
4556         * progmodes/compile.el (grep): `tag-default' can be nil.
4558         * newcomment.el (comment-indent): Paren typo.
4560 2000-11-14  Dave Love  <fx@gnu.org>
4562         * calculator.el: New maintainer version.
4564         * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
4566         * cmuscheme.el: Doc fixes.
4567         (cmuscheme) <defgroup>: Use `scheme' as parent.
4568         (cmuscheme-program-name): Remove.  Change uses to scheme-program-name.
4570         * xscheme.el (scheme-program-name): Don't define here.
4572         * progmodes/scheme.el (scheme-program-name): New variable
4573         (originally in cmuscheme).
4575 2000-11-14  Miles Bader  <miles@gnu.org>
4577         * window.el (fit-window-to-buffer): Handle windows without mode-lines.
4578         Handle header-lines.  Don't loop forever if we can't enlarge the
4579         window anymore.  Simplify a bit.
4581 2000-11-14  Kenichi Handa  <handa@etl.go.jp>
4583         * window.el (fit-window-to-buffer): Don't check
4584         window-text-height.  Assure that the last line is fully visible.
4586         * international/quail.el (quail-show-guidance-buf):
4587         Call fit-window-to-buffer to assure the enough height of the guidance
4588         buffer.
4589         (quail-update-guidance): Avoid making the guidance buffer shorter.
4591 2000-11-14  Stefan Monnier  <monnier@cs.yale.edu>
4593         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
4594         rather than `prepend' and add an interesting comment.
4595         (tex-math-face, tex-font-lock-syntactic-face-function):
4596         New face and function to use it.
4597         (tex-define-common-keys, tex-mode-map): Use menu-item rather
4598         than `menu-enable' symbol property.
4599         (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
4600         (tex-mode): Add some latex-mode commands for auto-selection.
4601         Use tex-font-lock-syntactic-face-function.
4602         (tex-insert-quote): Simplify.
4603         (tex-shell): New mode.
4604         (tex-start-shell): Use it.
4605         (tex-shell-proc, tex-shell-buf): New functions.
4606         (tex-send-command): Use it.
4607         (tex-main-file): Fix the meaning of the new arg REALFILE.
4608         (tex-send-tex-command): New function split from `tex-start-tex'.
4609         Set compilation-last-buffer and compilation-parsing-end.
4611         * newcomment.el (comment-indent-default): Stick \s<\s< to the left
4612         when it follows non-comment text on the line.
4614         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4615         Set font-lock-defaults.
4616         (lisp-mode-shared-map): Init inside the defvar.
4617         (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
4618         Use define-derived-mode.
4620 2000-11-14  Miles Bader  <miles@lsi.nec.co.jp>
4622         * faces.el (header-line): Use `:box nil' for color/gs displays too.
4624 2000-11-14  Gerd Moellmann  <gerd@gnu.org>
4626         * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
4627         Don't recursively optimize body because that can lead to infinite
4628         recursion; see comment there.
4630 2000-11-13  Eli Zaretskii  <eliz@is.elta.co.il>
4632         * faces.el (face-spec-set-match-display): Revert the change from
4633         2000-10-24.  Add a FIXME for after v21.1.
4635 2000-11-13  Miles Bader  <miles@gnu.org>
4637         * textmodes/fill.el (skip-line-prefix): New function.
4638         (fill-region-as-paragraph, fill-region):  Return the fill-prefix.
4639         (fill-paragraph): Don't leave point inside the fill-prefix.
4640         * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
4641         point inside the fill-prefix.
4643 2000-11-13  Miles Bader  <miles@lsi.nec.co.jp>
4645         * calendar/calendar.el (generate-calendar-window):
4646         Use `fit-window-to-buffer'.
4648 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
4650         * gud.el (gud-minor-mode): New var.
4651         (gud-symbol, gud-val): New functions.
4652         (gud-find-file): Copy gud-minor-mode to the new buffer.
4653         (gud-menu-map): Include entries for commands that are not always
4654         available, using :enable to (de)activate them.
4655         (gud-minor-mode-map): New map.  Add it to minor-mode-map-alist.
4656         (gud-mode-map): New map.
4657         (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
4658         (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
4659         Don't set up gud's menu (it's done by the minor-mode).
4660         (gud-minibuffer-local-map): New.
4661         Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
4662         (gud-query-cmdline): New function.
4663         (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it.  Set gud-minor-mode.
4664         (gud-mode): Use define-derived-mode.
4665         Don't set up gud's menu (it's done by the minor-mode).
4666         (gud-chop-words): Remove.
4667         (gud-common-init): Use split-string instead.
4668         (gud-new-keymap, gud-make-debug-menu): Eradicate.
4670         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
4671         Add keyword arg :name.
4673         * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
4674         (diff-count-matches, diff-split-hunk): New functions.
4675         (diff-mode-map): Bind C-c C-s to diff-split-hunk.
4677         * pcvs-info.el (cvs-fi-conflict-face): New var.
4679         * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
4680         Make it into a simple syntax-table, shared among all submodes.
4681         (sh-heredoc-face): Re-introduce.
4682         (sh-font-lock-syntactic-face-function): New function.
4683         (sh-mode): Use it.  Also use define-derived-mode.
4684         Remove old bogus setting of indent-region-function.
4685         (sh-set-shell): Don't set the syntax-table any more.
4686         (sh-mode-syntax-table) <defun>: Remove.
4688 2000-11-12  Miles Bader  <miles@gnu.org>
4690         * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
4691         message if interactive.
4693 2000-11-12  Dave Love  <fx@gnu.org>
4695         * mail/feedmail.el: Fix header,
4696         (feedmail) <defgroup>: Add :link.
4698         * view.el: Use local-map property, not keymap on mode-line string.
4700         * scroll-all.el (scroll-all-mode): Customize variable.
4701         Add autoload cookie to function.
4703         * lazy-lock.el: Remove compatibility code.
4705         * finder.el (finder-known-keywords): Add `files', remove `vms'.
4706         (finder-help-echo): New variable.
4707         (finder-mouse-face-on-line): Add help-echo stuff.
4708         (finder-list-keywords, finder-list-matches): Use mapc.
4710         * faces.el (face-font-registry-alternatives): Add :version.
4712         * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
4713         tags-table-list.
4715         * net/browse-url.el (browse-url-browser-function): Update :version.
4717         * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
4718         (mail-mode): Use [:alnum:] in some regexps.
4720 2000-11-10  Dave Love  <fx@gnu.org>
4722         * ediff.el (ediff-regions-internal, ediff-documentation):
4723         * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
4724         fundamental mode.
4726         * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
4727         buffer into fundamental mode.
4728         (ediff-set-difference): Use copy-sequence if available.
4730         * ediff-ptch.el (ediff-dispatch-file-patching-job):
4731         Check ediff-patch-map non-nil.
4732         (ediff-fixup-patch-map, ediff-fixup-patch-map)
4733         (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
4734         buffer into fundamental mode.
4736         * ediff-merg.el (state-or-merge): Defvar when compiling.
4738 2000-11-10  Jason Rumney  <jasonr@gnu.org>
4740         * w32-fns.el (w32-add-charset-info): New function.
4741         (w32-charset-info-alist): Use it.
4743 2000-11-10  Gerd Moellmann  <gerd@gnu.org>
4745         * faces.el (face-font-registry-alternatives): New user-option.
4747 2000-11-10  Stefan Monnier  <monnier@cs.yale.edu>
4749         * textmodes/texinfo.el (texinfo-block-default): New var.
4750         (texinfo-insert-block): Use it.  Insert a newline if needed.
4752         * textmodes/fill.el (fill-indent-according-to-mode): New var.
4753         (fill-region-as-paragraph): Use it.
4755         * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
4756         (latex-mode): Tweak tex-*-(head|trail)er regexps.
4757         Tweak paragraph regexps to allow a leading [ \t]*.
4758         (tex-latex-block): Insert a newline if necessary.
4759         (latex-insert-item): Only insert a newline if necessary.
4760         (tex-guess-main-file): New function.
4761         (tex-main-file): Use it.  Add arg `realfile'.  Trim `.tex'.
4762         Set tex-main-file if TeX-master is provided.
4763         (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
4765 2000-11-10  Gerd Moellmann  <gerd@gnu.org>
4767         * startup.el (command-line): Set the default tooltip-mode
4768         to t for graphical displays which implement x-show-tip.
4770         * tooltip.el (tooltip-mode): Add a comment about startup.el
4771         setting the default value of this user-option.
4773 2000-11-09  Stefan Monnier  <monnier@cs.yale.edu>
4775         * font-lock.el (font-lock-*-face) <defvar>: Move.
4776         (font-lock-defaults-alist): Mark obsolete.
4777         (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
4778         (font-lock-mode): Use define-minor-mode.
4779         (font-lock-support-mode): Tweak type to default to jit-lock-mode.
4780         (font-lock-turn-off-thing-lock): Be more explicit.
4781         (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
4782         (font-lock-syntactic-face-function): New var.
4783         (font-lock-fontify-syntactically-region): Use it.
4784         (font-lock-doc-face): New.
4786         * pcvs.el (cvs-enabledp): Ignore errors.
4787         (cvs-commit-filelist): Never query.
4788         (cvs-mode-insert): Always add a terminating / in the initial prompt.
4789         (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
4790         (cvs-do-removal): Use cvs-partition rather than delete-if.
4791         Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
4792         cvs-bury-buffer.
4794         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4795         Allow `next' to jump to after the end of the last match.
4797 2000-11-09  Gerd Moellmann  <gerd@gnu.org>
4799         * simple.el (byte-compiling-files-p): New function.
4801         * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
4802         if it is there.
4804         * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
4805         nil again.
4807         * textmodes/ispell.el (ispell-library-path): Don't call
4808         check-ispell-version when byte-compiling because that starts
4809         an ispell process, and ispell might not be installed.
4810         (toplevel): Don't set up a menu when byte-compiling.
4812         * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
4813         it, so that a boundp test can be used to determine if we're
4814         currently byte-compiling.
4816 2000-11-09  Dave Love  <fx@gnu.org>
4818         * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
4820 2000-11-09  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4822         * ps-print.el: Patch for variable initialization when spooling.
4823         Doc fix.
4824         (ps-output-list): Fun eliminated.
4825         (ps-begin-file, ps-begin-job): Code fix.
4827 2000-11-08  Dave Love  <fx@gnu.org>
4829         * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
4831 2000-11-08  Gerd Moellmann  <gerd@gnu.org>
4833         * simple.el (shell-command, display-message-or-buffer)
4834         (shell-command-on-region): Mention resize-mini-windows in the doc
4835         string.
4836         (display-message-or-buffer): Take the value of resize-mini-windows
4837         into account.
4839 2000-11-07  Gerd Moellmann  <gerd@gnu.org>
4841         * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
4843         * dired.el (dired-between-files): Add `^. find' as an alternative
4844         to the regular expression, for find-dired.
4846 2000-11-06  Stefan Monnier  <monnier@cs.yale.edu>
4848         * textmodes/texnfo-upd.el: Require texinfo.
4849         (defmacro, defgroup): Remove.
4850         (texinfo-section-to-generic-alist): Remove.
4851         Use texinfo-section-list instead (i.e. level is changed string->int).
4852         (texinfo-filter): New function.
4853         (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
4854         (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
4855         Use it.  And use regexp-opt.
4856         (texinfo-find-higher-level-node, texinfo-hierarchic-level)
4857         (texinfo-update-menu-region-beginning)
4858         (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
4859         (texinfo-update-the-node, texinfo-sequentially-update-the-node)
4860         (texinfo-update-menu-same-level-regexps): Update.
4861         (texinfo-update-node, texinfo-every-node-update)
4862         (texinfo-sequential-node-update): Remove autoload cookie.
4864         * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
4865         (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
4866         (texinfo-chapter-level-regexp): Remove.
4867         (texinfo-mode): Hard code texinfo-chapter-level-regexp.
4869 2000-11-06  Dave Love  <fx@gnu.org>
4871         * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
4873         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4874         Match defun*.
4876 2000-11-06  Kenichi Handa  <handa@etl.go.jp>
4878         * composite.el (composition-function-table): Variable declaration
4879         moved to src/composite.c.
4880         (compose-chars-after): New optional arg object.
4882 2000-11-06  Gerd Moellmann  <gerd@gnu.org>
4884         * bindings.el (mode-line-toggle-read-only)
4885         (mode-line-toggle-modified, mode-line-widen)
4886         (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
4887         (make-mode-line-mouse2-map): Rewritten.
4888         (mode-line-modified, mode-line-format, minor-mode-alist): Use new
4889         functions so that C-h k can show something with a doc string.
4891         * startup.el (fancy-splash-delay): Set to 10 seconds.
4892         (fancy-splash-max-time): New user-option.
4893         (fancy-splash-stop-time): New variable.
4894         (fancy-splash-screens): Set it.  Catch `stop-splashing'.
4895         (fancy-splash-screens-1): Throw `stop-splashing' when current
4896         time is greater than fancy-splash-stop-time.
4898 2000-11-06  Stefan Monnier  <monnier@cs.yale.edu>
4900         * vc-hooks.el (vc-insert-file): Don't assume byte==char.
4902         * pcvs.el (cvs-mode-marked): New arg `noquery'.
4903         Prompt user for a file rather than raising an error.
4904         (cvs-enabledp): Fix call to cvs-mode-marked.
4905         (cvs-insert-file): New function (extracted from cvs-mode-insert).
4906         (cvs-mode-insert): Use it.  Change the init prompt' value.
4907         (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
4909         * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
4910         Don't pass default arg to ewoc-locate.
4911         (ewoc-collect): Return result in the right order.
4913         * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
4915         * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
4916         (cvs-status-get-tags): Fix regexp.
4917         (cvs-status-trees, cvs-status-cvstrees):
4918         Combine after change hooks and don't sit-for.
4919         (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
4920         (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
4921         Use make-char rather than hard-coded cryptic data.
4922         (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
4924         * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
4926         * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
4927         (cvs-insert-strings): New function.
4929 2000-11-06  Miles Bader  <miles@lsi.nec.co.jp>
4931         * mwheel.el (mouse-wheel-scroll-amount): Renamed from
4932         `mwheel-scroll-amount'.
4933         (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
4934         (mouse-wheel-mode): Use (featurep 'xemacs) instead of
4935         string-matching against the version string.
4937 2000-11-06  Kenichi Handa  <handa@etl.go.jp>
4939         * language/thai.el ("Thai"): Set a lisp form that produces
4940         composed string in `sample-text' language info.
4942         * language/tibetan.el ("Tibetan"): Set a lisp form that produces
4943         composed string in `sample-text' language info.
4945         * international/mule-cmds.el (describe-language-environment):
4946         Eval `sample-text' data and insert the result.
4948         * international/mule-conf.el (compound-text): Define this coding
4949         system here.  Make x-ctext and ctext aliases of it.
4951         * language/european.el (compound-text, ctext): Moved to
4952         international/mule-conf.el.
4954 2000-11-05  Andrew Innes  <andrewi@gnu.org>
4956         * w32-fns.el (w32-version): New function.
4958 2000-11-05  Stefan Monnier  <monnier@cs.yale.edu>
4960         * progmodes/awk-mode.el: Update copyright.
4961         (awk-mode-abbrev-table): Remove.
4962         (awk-font-lock-keywords): Use regexp-opt.
4963         (awk-mode): Use define-derived-mode.
4965         * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
4966         when extracting a suffix.
4968 2000-11-04  Andre Spiegel  <spiegel@gnu.org>
4970         * vc-hooks.el (vc-insert-file): Rewritten.  Don't bother about
4971         auto-save-mode.
4973 2000-11-04  Jason Rumney  <jasonr@gnu.org>
4975         * language/european.el (decode-mac-roman): Test against r1 not r0.
4977 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
4979         * progmodes/icon.el (icon-mode-map): Don't rebind \t.
4980         (icon-mode): Define indent-line-function.
4981         (icon-comment-indent): Simplify.
4982         (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
4984         * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
4986         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
4987         Bind change-log-default-mode to defeat the caching done on it.
4988         Don't bother saving excursion any more.
4990         * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
4992         * frame.el (after-setting-font-hook): Rename hooks -> hook.
4993         (set-frame-font): Use the new name (and the old for compatibility).
4995         * toolbar/tool-bar.el (tool-bar-mode):
4996         * time.el (display-time-mode):
4997         * recentf.el (recentf-mode):
4998         * paren.el (show-paren-mode):
4999         * mwheel.el (mouse-wheel-mode):
5000         * msb.el (msb-mode):
5001         * jka-compr.el (auto-compression-mode):
5002         * image-file.el (auto-image-file-mode):
5003         * hl-line.el (hl-line-mode):
5004         * delsel.el (delete-selection-mode):
5005         * autoinsert.el (auto-insert-mode):
5006         * complete.el (partial-completion-mode): Drop unneeded positional args.
5008         * info.el (Info-mode):
5009         * comint.el (comint-mode): Don't bother with make-local-hook.
5011         * log-edit.el (log-edit-menu): New menu.
5013 2000-11-03  Miles Bader  <miles@gnu.org>
5015         * wid-edit.el (widget-end-of-line): Reinstate, with a new
5016         definition, so that trailing spaces are handled properly.
5017         (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
5019 2000-11-03  Gerd Moellmann  <gerd@gnu.org>
5021         * startup.el (fancy-splash-text, fancy-splash-text): Use a single
5022         tab character.
5023         (fancy-splash-screens): Set tab-width to 20.
5025 2000-11-03  Dave Love  <fx@gnu.org>
5027         * comint.el (comint-completion-addsuffix): Fix custom type.
5029 2000-11-02  Stefan Monnier  <monnier@cs.yale.edu>
5031         * font-lock.el (font-lock-buffers): Remove.
5032         (font-lock-global-modes): Define with easy-mmode-define-global-mode.
5033         (font-lock-change-major-mode): Remove.
5034         (turn-on-font-lock-if-enabled): Only apply to the current buffer.
5035         (font-lock-default-fontify-region): Extend the multiline
5036         fontification to whole lines.
5037         (font-lock-fontify-anchored-keywords)
5038         (font-lock-fontify-keywords-region): If matching just one
5039         line (with \n) only mark the \n as multiline.
5041         * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
5042         Correctly handle the case where several :group args are supplied.
5043         Allow :extra-args.
5044         (easy-mmode-define-global-mode): Allow :extra-args.
5045         Correctly handle the case where several :group args are supplied.
5047 2000-11-02  Miles Bader  <miles@gnu.org>
5049         * calendar/calendar.el (diary-face, calendar-today-face)
5050         (holiday-face): Remove dependency on `window-system'.
5052 2000-11-02  Ken Raeburn  <raeburn@gnu.org>
5054         * Makefile.in (emacs): Set EMACSLOADPATH always.
5055         (update-authors, .el.elc, compile-files): Don't do it explicitly here.
5056         (compile-files): Bomb out if compilation of a file fails.
5058 2000-11-02  Dave Love  <fx@gnu.org>
5060         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
5062 2000-11-02  Eli Zaretskii  <eliz@is.elta.co.il>
5064         * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
5065         punctuation in the warning inserted into the *mail* buffer.
5067 2000-11-02  Gerd Moellmann  <gerd@gnu.org>
5069         * emacs-lisp/authors.el (authors-public-domain-files): New variable.
5070         (authors-public-domain-p): New function.
5071         (authors-print): Use it.
5073         * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
5075         * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
5077 2000-11-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5079         * ps-print.el: Extension for even/odd printing.  Doc fix.
5080         (ps-print-version): New version number (6.3.1).
5081         (ps-even-or-odd-pages): Customization fix.
5082         (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
5083         (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
5084         (ps-page-count): Var replaced by `ps-page-column'.
5085         (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
5086         (ps-print-sheet-p): New fun.
5088 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
5090         * tooltip.el (tooltip-gud-tips-setup): New function.
5091         (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
5092         (tooltip-mode): Call tooltip-gud-tips-setup.
5093         (tooltip-gud-tips): Use `gud-basic-call' instead of
5094         process-send-string, so the prompt gets frobbed appropriately.
5095         Handle nil return value from `tooltip-gud-print-command'.
5097 2000-11-01  Eric M. Ludlam  <zappo@ultranet.com>
5099         * comint.el (comint-add-to-input-history): New function.
5100         (comint-send-input): Use `comint-add-to-input-history'.
5102 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
5104         * info.el (info-menu-header): New face.
5105         (Info-fontify-menu-headers): New function.
5106         (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
5108         * info.el (Info-insert-dir): Don't include blank lines at
5109         beginning of additional dir files (one is added automatically).
5111 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
5113         * emacs-lisp/easy-mmode.el (define-minor-mode):
5114         Revert the latest changes.
5115         Allow the three positional arguments to be skipped and replaced
5116         by keyword arguments.
5117         Add a :toggle argument to determine whether a nil arg means toggle
5118         or means turn-on.  The default is unchanged.
5119         Add a call to force-mode-line-update.
5121 2000-11-01  Dave Love  <fx@gnu.org>
5123         * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
5125 2000-11-01  Miles Bader  <miles@lsi.nec.co.jp>
5127         * calendar/calendar.el (diary-face, holiday-face):
5128         Add dark-background variants.
5130 2000-10-31  Sam Steingold  <sds@gnu.org>
5132         * textmodes/tex-mode.el (tex-file): Use `default-directory' when
5133         `tex-main-file' does not have directory in it.
5135 2000-10-31  Stefan Monnier  <monnier@cs.yale.edu>
5137         * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
5139 2000-10-31  Thien-Thi Nguyen  <ttn@gnu.org>
5141         * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
5142         functional change.
5144 2000-10-31  Gerd Moellmann  <gerd@gnu.org>
5146         * files.el (find-file-noselect): When we expand a wildcard, return
5147         a list of buffers, as we should do according to the doc string.
5149 2000-10-31  Ken Raeburn  <raeburn@gnu.org>
5151         * loadup.el (top level): Adjust load path if program name is
5152         "../src/bootstrap-emacs", in case it's not dumped and thus the
5153         load path adjustment hasn't already been done.
5155 2000-10-31  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5157         * ps-print.el: Fix bug on selected pages for printing.
5158         Use `color-values' for Emacs 21.  Ensure fontification when jit-lock
5159         is on.  Try to avoid warning messages when compiling.  Doc Fix.
5160         (ps-print-version): New version number (6.3).
5161         (ps-color-device): Use `color-values' to determine if device
5162         supports color.
5163         (ps-color-values): Try to use `x-color-values' when using XEmacs.
5164         (ps-print-page-p): Changed from defsubst to defun.
5165         (ps-page-number): Changed from defmacro to defun.
5166         (ps-header-sheet, ps-header-page): Fix bug on selected pages for
5167         printing.
5168         (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
5169         (ps-end-file, ps-dummy-page): Funs eliminated.
5170         (ps-print-color-scale): Changed default value.
5171         (ps-page-n-up, ps-print-page-p): New internal vars.
5172         (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
5173         (ps-plot-region, ps-generate, ps-end-job): Code fix.
5175         * delim-col.el: Little programming improvement.
5176         (delimit-columns-str): New macro.
5177         (delimit-columns-region, delimit-columns-rectangle): Code fix.
5179 2000-10-31  Kenichi Handa  <handa@etl.go.jp>
5181         * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
5182         Moved to european.el.
5183         (ccl-encode-mac-roman-font, fontset-mac): Modified for
5184         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
5185         (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
5186         (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
5188 2000-10-30  Dave Love  <fx@gnu.org>
5190         * progmodes/cc-menus.el (imenu-generic-expression)
5191         (imenu-progress-message): Only defvar when compiling.
5193         * emacs-lisp/elp.el (elp-unload-hook): New function.
5195         * loadhist.el (unload-feature): Call elp-restore-function,
5196         checking for symbols; don't use elp-restore-all.
5197         (loadhist-hook-functions): Doc fix.
5199 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
5201         * log-edit.el (log-edit-confirm): Fix the default.
5203 2000-10-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5205         * delim-col.el: Little fix: replace delimit-columns-align-columns by
5206         delimit-columns-format.
5207         (delimit-columns-region, delimit-columns-rectangle): Code fix.
5209 2000-10-30  Miles Bader  <miles@lsi.nec.co.jp>
5211         * comint.el (comint-replace-by-expanded-history): Don't use
5212         comint-get-old-input (we're not looking at *old* input).
5213         (comint-get-old-input-default): If using fields, signal an error
5214         when the point is not in an input field.
5216 2000-10-30  Kenichi Handa  <handa@etl.go.jp>
5218         * international/mule-conf.el: New charsets mule-unicode-2500-33ff
5219         and mule-unicode-e000-ffff.
5221         * international/mule.el (decode-char, encode-char): New functions.
5222         (make-coding-system): Accept a symbol of translation table as a
5223         value of property `safe-chars'.
5225         * international/mule-cmds.el (encode-coding-char): Check property
5226         safe-chars instead of safe-charsets.
5228         * international/fontset.el (fontset-default): Modified for
5229         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
5230         (x-font-name-charset-alist): Likewise.
5231         (ccl-encode-unicode-font): New CCL program.  Record it in
5232         font-ccl-encoder-alist to be used for fonts "ISO10646-1".
5234         * language/european.el (mac-roman-decoder, mac-roman-encoder):
5235         New translation tables.
5236         (decode-mac-roman, encode-mac-roman): Definition of these CCL
5237         programs are modified and moved from mac-win.el.
5238         (mac-roman): Definition of this coding system is modified and
5239         moved from mac-win.el.
5241 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
5243         * ediff-wind.el (ediff-setup-control-frame): Enclose
5244         face-attribute in condition-case to avoid errors in older emacsen.
5246 2000-10-29  Miles Bader  <miles@gnu.org>
5248         * custom.el (custom-add-to-group): Allow multiple entries for a
5249         given value OPTION, as long as their widget types are different.
5250         * cus-edit.el (custom-face-value-create): If face name doesn't end
5251         with "face", add such here (similar to custom group widgets).
5253         * comint.el (comint-highlight-prompt): Add :type.
5255 2000-10-28  John Wiegley  <johnw@gnu.org>
5257         * calendar/timeclock.el (timeclock-log): Doc fix.
5258         (timeclock-last-event): Doc fix.
5259         (timeclock-log): Kill the timelog buffer after appending a new event.
5260         (timeclock-find-discrep): Use a temp buffer to read in the
5261         timelog, instead of visiting the file.
5262         (timeclock-log-data): A new function, along with a host of helper
5263         functions, for the purpose of making timelog data accessible to
5264         programmers.
5266         * eshell/esh-mode.el (window-height test): Make certain that
5267         `eshell-stringify-t' is non-nil.
5268         (eshell-password-prompt-regexp): Changed to a much simpler
5269         password regexp.
5270         (eshell-send-input): If `eshell-invoke-directly' returns t,
5271         directly invoke the parsed command using `eval'.  This improves
5272         turn-around time on simple commands by a factor of three or
5273         greater, such as cd, ls, pwd, etc. -- which get used very often.
5274         It also conserves thousands of cons cells per call (since
5275         `eshell-do-eval' consumes memory like a Cookie Monster set loose
5276         in the Pacific Cookie Company).
5278         * eshell/esh-test.el (eshell-test): Whitespace fix.
5280         * eshell/em-ls.el (eshell-ls-insert-directory):
5281         Make `eshell-ls-initial-args' nil when inserting directory contents.
5283         * eshell/em-script.el (eshell-script-initialize): Add names to
5284         `eshell-complex-commands, since `source' and `.' are complex.
5286         * eshell/esh-cmd.el (eshell-rewrite-for-command)
5287         (eshell-rewrite-while-command): Use `eshell-protect' instead of
5288         `eshell-copy-handles'.
5289         (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
5290         bodies.
5291         (eshell-separate-commands): Whitespace fix.
5292         (eshell-complex-commands): Added a new list of names, for
5293         determining whether a given command is as simple as it looks.
5294         (eshell-invoke-directly): New function.  Returns t if a command
5295         should be invoked directly (using `eval'), rather than indirectly
5296         using `eshell-do-eval'.
5297         (eshell-do-eval): Whitespace fix.
5299         * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
5300         which provides an emulation of the DOS shell behavior of assuming
5301         that cp/mv/ln should copy/move/link to the current directory.
5302         (eshell-remove-entries): Added a doc string.
5303         (eshell-shuffle-files): Removed the check for `target' being null.
5304         (eshell-mvcp-template, eshell-mvcpln-template): Renamed
5305         `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
5306         it to do a smarter check of whether a destination was provided.
5307         (eshell/mv, eshell/cp): Enable `:preserve-args'.
5308         (eshell/ln): Enable `:preserve-args', and use
5309         `eshell-mvcpln-template' to implement the body of the function.
5310         (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
5311         (eshell/du, eshell/diff, eshell/locate): Stringify the argument
5312         list after flattening it.  This makes it possible to cat files
5313         with numerical names.
5314         (eshell-unix-initialize): Added several names to
5315         `eshell-complex-commands.
5316         (eshell-unix-command-complex-p): Return t if a given command name
5317         may result in external processes being invoked.
5319         * eshell/em-glob.el (eshell-glob-show-progress): Make this
5320         variable nil by default, since it slows down glob processing by a
5321         factor of two or more, and increases memory consumption.
5323         * eshell/em-smart.el: Added a note about how memory consumptive
5324         smart display mode can be (at least this is true in Emacs 21).
5325         (eshell-smart-initialize): Whitespace fix.
5326         (eshell-refresh-windows): Use `if' instead of `when'.
5327         (eshell-smart-scroll-window): Calling `save-current-buffer' was
5328         not necessary.
5329         (eshell-currently-handling-window): Added a missing global variable.
5331         * eshell/em-ls.el (eshell-do-ls): Code simplification.
5332         (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
5333         Whitespace fix.
5334         (eshell-ls-exclude-hidden): Added this variable in addition to
5335         `eshell-ls-exclude-regexp'.  This one prevents files beginning
5336         with . from even being read, which can improve memory consumption
5337         quite a bit.
5338         (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
5339         read file entries beginning with a dot.  In home directories with
5340         lots of hidden files, fully two-thirds of the time spent in ls is
5341         used to read directory entries that are immediately thrown away.
5342         (eshell-ls-initial-args): Added back this configuration variable,
5343         for specifying default initial arguments to every call to ls.
5344         Much faster than using an alias to do the same thing.
5345         (eshell-do-ls): Use `eshell-ls-initial-args', if set.
5346         (eshell-ls-dir): Whitespace change.
5348         * eshell/em-dirs.el (eshell/pwd): Small code simplification.
5350         * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
5351         (eshell-stringify-t): Added a customization variable, to indicate
5352         whether `t' should be rendered as a string at all.  If not, one
5353         can still determine if the result of an expression is true using
5354         "file-exists-p FILE && echo true".
5355         (eshell-stringify): If `eshell-stringify-t' is nil, don't
5356         stringify t!
5358         * eshell/esh-module.el: Whitespace fix.
5360         * eshell/em-alias.el (eshell-alias-initialize):
5361         Added `eshell-command-aliased-p' to `eshell-complex-commands'.
5362         (eshell-command-aliased-p): New function that returns t if a
5363         command name names an aliased.
5365 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
5367         * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
5368         redrawing the screen when changing cursor color.
5369         (viper-insert-state-pre-command-sentinel)
5370         (viper-replace-state-pre-command-sentinel)
5371         (viper-replace-state-post-command-sentinel):
5372         Use viper-preserve-cursor-color.
5373         Many functions changed to use viper= instead of = when comparing
5374         characters.
5375         * viper-util.el (viper-memq-char,viper=): New functions for
5376         working with characters.
5377         (viper-change-cursor-color): Fixed buglet.
5378         Many functions changed to use viper= instead of = when comparing
5379         characters.
5380         * viper.el (viper-insert-state-mode-list): Added eshell.
5382         * ediff-init.el (ediff-before-setup-hook): New hook.
5383         Several typos fixed in various docstrings.
5384         * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
5385         * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
5386         (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
5387         * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
5388         (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
5389         (ediff-get-selected-buffers): New function.
5390         * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
5391         (ediff-vc-merge-internal,ediff-rcs-merge-internal):
5392         Use save-window-excursion.
5393         * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
5394         termination check in while loop.
5395         * ediff.el (ediff-get-default-file-name): Better defaults when in
5396         dired buffer.
5397         (ediff-files,ediff-merge-files,ediff-files3)
5398         (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
5400 2000-10-28  Dave Love  <fx@gnu.org>
5402         * info.el (Info-fontify-node): Add help-echo for menu items.
5404 2000-10-28  Eli Zaretskii  <eliz@is.elta.co.il>
5406         * startup.el (normal-top-level): If the value of $TERM indicates
5407         we are running from xterm or one of its work-alikes, default to a
5408         light background mode.
5410         Support for -fg, -bg, and -rv command-line arguments for TTYs:
5411         * faces.el (tty-handle-reverse-video): New function.
5412         (tty-create-frame-with-faces): Call it.
5414         * frame.el (frame-notice-user-settings): Don't apply
5415         default-frame-alist and initial-frame-alist to MS-DOS frames.
5416         Call tty-handle-reverse-video, frame-set-background-mode, and
5417         face-set-after-frame-default for non-MS-DOS frames.
5419         * startup.el (tty-long-option-alist): New variable.
5420         (tty-handle-args): New function.
5421         (command-line): Call tty-handle-args.
5423         * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
5424         startup.el now does that for all character-terminal frames.
5426 2000-10-28  Miles Bader  <miles@gnu.org>
5428         * emacs-lisp/easy-mmode.el (define-minor-mode):
5429         Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
5430         is global.  If :global is followed by a non-nil but non-t value,
5431         make the mode buffer-local, but also generate a `global-MODE'
5432         version using `easy-mmode-define-global-mode'.
5433         Add :conditional-turn-on keyword argument.
5435 2000-10-28  Dave Love  <fx@gnu.org>
5437         * international/latin1-disp.el (latin1-char-displayable-p):
5438         Don't use window-system.
5440 2000-10-27  Eli Zaretskii  <eliz@is.elta.co.il>
5442         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
5443         Don't call find-buffer-file-type-coding-system.  Instead, just
5444         set eol-type to -unix if inhibit-eol-conversion is in effect, or
5445         if the file is on an untranslated filesystem.
5446         (add-untranslated-filesystem): Use "D" instead of "f" inside
5447         interactive.
5449 2000-10-27  Dave Love  <fx@gnu.org>
5451         * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
5452         (refill-mode): Use it.
5454 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
5456         * international/quail.el (quail-activate): Don't make-local-hook.
5458 2000-10-27  Andre Spiegel  <spiegel@gnu.org>
5460         * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
5461         manual backups and file.~<rev>.~ for automatic ones.
5462         (vc-make-version-backup): Don't do it on MS-DOS without long file
5463         names.
5465         * vc.el (vc-version-other-window): If an automatic backup of the
5466         desired version exists, rename it instead of copying it.
5468         * vc-cvs.el (vc-cvs-checkin): Check both status and error message
5469         after command.  If there's an unexpected error, signal it instead
5470         of being silent.
5471         (vc-cvs-merge-news): Be prepared for no news at all.
5473 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
5475         * shell.el (shell): Add BUFFER argument.
5476         * comint.el (make-comint-in-buffer): New function.
5477         (make-comint): Use it.
5479         * faces.el (face-spec-choose): Change syntax so that the list of
5480         attribute-value pairs is now the cdr of each clause, not the cadr.
5481         Detect old-style entries, and handle them.  Use pop.
5483 2000-10-26  Stefan Monnier  <monnier@cs.yale.edu>
5485         * cus-edit.el (custom-mode-map): Use a sparse map.
5486         (custom-mode): Don't bother with make-local-hook.
5488         * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
5490         * vc.el (vc-start-entry): Only erase the buffer if comment is set.
5492 2000-10-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5494         * ps-print.el: Avoid compilation gripes.
5495         (ps-print-version): New version number (6.2.1).
5497 2000-10-26  Dave Love  <fx@gnu.org>
5499         * menu-bar.el: Modify some menu item help strings.
5500         (menu-bar-help-menu): Add link to MORE.STUFF.
5502         * cus-edit.el (custom-mode): Add `special' mode-class property.
5504         * wid-browse.el (widget-browse-mode): Likewise.
5506         * wid-edit.el (widget-specify-field): Revert to using local-map
5507         property, not keymap.
5509 2000-10-26  Miles Bader  <miles@lsi.nec.co.jp>
5511         * wid-edit.el (widget-field-end): When checking for a `boundary'
5512         field, do so in the correct buffer.
5514         * simple.el (undo): Correctly distinguish between numeric and
5515         non-numeric prefix args in non-transient-mark-mode, as per the doc
5516         string.  When in transient-mark-mode, treat all prefix-args as
5517         numeric.
5519         * simple.el (previous-matching-history-element): Miscellaneous cleanup.
5520         Position point on match.  Handle N == 0 correctly.
5522         * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
5523         (comint-mode-map): Reverse order of `comint-write-output' and
5524         `comint-append-output-to-file'.
5525         (comint-append-output-to-file): Reinstate this function, for the
5526         benefit of the menu.
5528 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
5530         * vc.el (vc-version-other-window): Bind `file'.
5532 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
5534         * Makefile.in (update-authors): New target for maintenance purposes.
5536         * emacs-lisp/authors.el (batch-update-authors): New function.
5537         (authors-fixed-entries): New defconst.
5538         (authors-add-fixed-entries): New function.
5539         (authors): Call it.: Don't process lispref/.
5541 2000-10-25  Jason Rumney  <jasonr@gnu.org>
5543         * cus-edit.el (custom-button-face, custom-button-pressed-face):
5544         Merge x w32 and mac definitions.
5546 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
5548         * menu-bar.el (menu-bar-options-menu): Add a help string for
5549         `uniquify'.
5551 2000-10-25  Stephen Gildea  <gildea@alum.mit.edu>
5553         * time-stamp.el (time-stamp-string-preprocess):
5554         Fix a wrong type argument error.
5556 2000-10-25  Miles Bader  <miles@gnu.org>
5558         * recentf.el (recentf-mode): Variable removed.
5559         (recentf-mode): Use `define-minor-mode'.
5561         * mwheel.el (mouse-wheel-mode): New global minor mode.
5562         (mwheel-install): Use `mouse-wheel-mode'.
5564 2000-10-25  Dave Love  <fx@gnu.org>
5566         * progmodes/cperl-mode.el (cperl-mode):
5567         Set normal-auto-fill-function correctly.
5569         * wid-edit.el (widget-field-keymap, widget-text-keymap):
5570         Don't inherit from global-map and don't nullify menu-bar and tool-bar
5571         bindings.
5573 2000-10-25  Miles Bader  <miles@lsi.nec.co.jp>
5575         * wid-edit.el (widget-field-at): New function.
5576         (widget-at, widget-field-activate): Use it.
5577         (widget-tabable-at): Use `widget-at'.
5578         (widget-specify-field): If the terminating character of the widget
5579         field (which is read-only) is a newline, put it into a special
5580         `boundary' field so that C-n/C-p act more naturally.
5581         (widget-field-end): Also don't subtract one if a special
5582         `boundary' field has been added after the widget field.
5584         * comint.el (comint-output-filter, comint-send-input):
5585         Don't bother adding stickiness fields to overlays to fool the field
5586         code, since it should notice the overlay insertion-types now.
5588         * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
5589         Replace with aliases of the normal emacs b-o-l/e-o-l functions.
5590         (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
5592 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
5594         * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
5595         (authors): Set file coding system to iso-2022-7bit.
5596         Add file-local variables to output buffer.
5598         * files.el (after-find-file): Don't print any warnings if
5599         WARN is nil.
5601 2000-10-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5603         * ps-print.el (ps-generate): Fix odd/even pages printing bug.
5605         * delim-col.el: Now there is a column formatting mechanism.
5606         Modified to customization mechanisms convention.  Doc fix.
5607         (columns): New group for delim-col.
5608         (delimit-columns-before, delimit-columns-after)
5609         (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
5610         (delimit-columns-end): New vars.
5611         (delimit-columns-customize, delimit-columns-format): New funs.
5612         (delimit-columns-region, delimit-columns-rectangle)
5613         (delimit-columns-rectangle-line): Modified to support column
5614         formatting.
5616 2000-10-24  Dave Love  <fx@gnu.org>
5618         * log-edit.el (log-edit): Add :version and a :group for vc.
5620 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
5622         * files.el (after-find-file): Don't print a message ``New file''
5623         if WARN is nil.
5625         * wid-edit.el (widget-field-keymap, widget-text-keymap):
5626         Define the tool-bar map as nil, as for the menu-bar.  Otherwise, we'll
5627         get duplicate tool-bar entries because we'll see the global ones
5628         on more than one path through keymaps.
5630         * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
5632         * progmodes/cmacexp.el: Change Francesco's email address.
5634 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
5636         * window.el (fit-window-to-buffer): Adjust point of the window
5637         buffer, not that of the current buffer.
5639 2000-10-24  Eli Zaretskii  <eliz@is.elta.co.il>
5641         * progmodes/cmacexp.el: Update the euthor's email address.
5643 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
5645         * faces.el (face-spec-set-match-display): Add `graphic' display
5646         type (the inverse of `tty').  Use `display-graphic-p' instead of
5647         the window-system variable.
5649 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
5651         * international/isearch-x.el (isearch-with-input-method):
5652         Call input-method-function with the first event in
5653         unread-command-events.
5655 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
5657         * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
5659 2000-10-24  Andrew Choi  <akochoi@i-cable.com>
5661         * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
5662         New charsets.
5664         * term/mac-win.el: Remove definitions of mac-roman-lower and
5665         mac-roman-upper, require dired, and define instead of set
5666         mac-ready-for-drag-n-drop to avoid compilation error.
5668 2000-10-23  Andrew Innes  <andrewi@gnu.org>
5670         * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
5671         Remove superfluous calls to subst-char-in-string; instead apply
5672         expand-file-name after convert-standard-filename to ensure
5673         expected directory separators are used.
5675 2000-10-23  Eli Zaretskii  <eliz@is.elta.co.il>
5677         * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
5679 2000-10-23  Dave Love  <fx@gnu.org>
5681         * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
5682         (tool-bar-add-item): Set foreground and background for XBM icons.
5684         * international/latin1-disp.el (latin1-char-displayable-p):
5685         New function (from Handa).
5686         (latin1-display-check-font): Use it.
5688         * imenu.el (imenu--create-keymap-2): Build menu with menu-item
5689         using :key-sequence, making it much more usable.
5690         Use nconc, not append.
5691         (imenu--create-keymap-1): Avoid append.
5693         * textmodes/refill.el: Remove bits redundant with define-minor-mode.
5695 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
5697         [the following changes fix a bug where `define-minor-mode' didn't
5698         correctly generate :require clauses for defcustoms in compiled files]
5699         * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
5700         (byte-compile-log-file, byte-compile-log-1): Don't set
5701         `byte-compile-current-file' to nil.  Instead set
5702         `byte-compile-last-logged-file' to it.  Test whether
5703         byte-compile-current-file equals byte-compile-last-logged-file
5704         instead of whether its nil.
5705         (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
5707 2000-10-23  Stefan Monnier  <monnier@cs.yale.edu>
5709         * textmodes/refill.el: Fix var names in doc.
5710         (refill-mode): Don't bother with make-local-hook anymore.
5712 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
5714         * faces.el (face-user-default-spec, face-default-spec): New functions.
5715         (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
5716         (frame-set-background-mode, face-set-after-frame-default):
5717         Use `face-user-default-spec'.  Simplify code slightly.
5719         * woman.el (woman-italic-face, woman-bold-face)
5720         (woman-unknown-face): Add dark-background variants.
5721         (woman-default-faces): Renamed from `woman-colour-faces'.
5722         Set using the stored defaults, rather than using hard-wired colors.
5723         (woman-monochrome-faces): Renamed from `woman-black-faces'.
5724         Just make the foreground `unspecified' rather than "black".
5725         (woman-menu): Rename menu entries accordingly.
5727         * faces.el (header-line): Make more reasonable on mono/grayscale
5728         displays.
5730 2000-10-23  Andrew Choi  <akochoi@i-cable.com>
5732         * cus-edit.el (custom-button-face): Use 3D look for mac.
5733         (custom-button-pressed-face): Likewise.
5735         * faces.el (set-face-attributes-from-resources): Handle mac frames
5736         in the same way as x and w32 frames.
5737         (face-valid-attribute-values): Likewise.
5738         (read-face-attribute): Likewise.
5739         (defined-colors): Likewise.
5740         (color-defined-p): Likewise.
5741         (color-values): Likewise.
5742         (display-grayscale-p): Likewise.
5743         (face-set-after-frame-default): Likewise.
5744         (mode-line): Same default face as for x and w32.
5745         (tool-bar): Likewise.
5747         * frame.el: Remove call to frame-notice-user-settings at end of
5748         the file.
5750         * info.el (Info-fontify-node): Make underlines invisible for mac
5751         as for x, pc, and w32 frame types.
5753         * term/mac-win.el: New file.
5755 2000-10-22  Dave Love  <fx@gnu.org>
5757         * textmodes/refill.el: New file.
5759 2000-10-22  Andre Spiegel  <spiegel@gnu.org>
5761         * vc-hooks.el (vc-version-backup-file-name): New optional args
5762         MANUAL and REGEXP.
5763         (vc-delete-automatic-version-backups, vc-make-version-backup):
5764         New functions.
5765         (vc-before-save): Use the latter.
5766         (vc-default-make-version-backups-p): Added `-p' suffix to avoid
5767         confusion.
5769         * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5770         expected by vc[-hooks].el.
5772         * vc.el (vc-checkout): Added `-p' suffix in call to
5773         vc-make-version-backups-p; use vc-make-version-backup to actually
5774         make the backup.
5775         (vc-version-other-window, vc-version-backup-file): Handle both
5776         automatic and manual backups.
5777         (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
5778         of all of them.
5780 2000-10-22  Miles Bader  <miles@gnu.org>
5782         * comint.el (comint-highlight-input, comint-highlight-prompt):
5783         Renamed, `-face' at end removed.
5784         (comint-send-input, comint-output-filter): Use renamed faces.
5786         * window.el (fit-window-to-buffer): Change defaulting of
5787         MAX-HEIGHT slightly.
5789         * faces.el (color-values, color-defined-p): Use `member', not
5790         `memq', because it works correctly for strings.
5791         (frame-set-background-mode): Actually, "unspecified-fg" and
5792         "unspecified-bg" *are* strings.  Use `member', not `memq', and
5793         `equal', not `eq', when a string value is possible.
5795 2000-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
5797         * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
5799 2000-10-21  Stefan Monnier  <monnier@cs.yale.edu>
5801         * progmodes/sh-script.el (sh-mode-map): Remove bindings for
5802         sh-electric-rparen, sh-electric-less and sh-electric-hash.
5803         (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
5804         (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
5805         (sh-font-lock-syntactic-keywords): Use them.
5806         (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
5807         (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
5808         (sh-mode): Don't override font-lock-unfontify-region-function.
5809         Use a copy of sh-font-lock-syntactic-keywords.
5810         (sh-set-shell): Don't set sh-electric-rparen-needed-here.
5811         Don't call sh-scan-buffer since font-lock does it on the fly.
5812         (sh-get-indent-info): Use `face' rather than `syntax-table'
5813         text-property to detect here-documents.
5814         Replace sh-special-syntax with sh-st-punc.
5815         (sh-prev-line): Use `face' rather than `syntax-table'
5816         text-property to skip over here-documents.
5817         (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
5818         (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
5819         (sh-electric-less, sh-set-here-doc-region)
5820         (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
5821         (sh-scan-buffer, sh-rescan-buffer): Remove.
5823 2000-10-21  Andrew Innes  <andrewi@gnu.org>
5825         * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
5826         remote (ange-ftp) file names.
5828 2000-10-21  Miles Bader  <miles@gnu.org>
5830         * window.el (fit-window-to-buffer): New function.
5831         (shrink-window-if-larger-than-buffer): Use it.
5832         (window-text-height): Don't expect minibuffers to have mode-lines.
5834         * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
5835         * international/quail.el (quail-update-guidance):
5836         Use `fit-window-to-buffer' instead of `set-window-text-height'.
5838         * international/quail.el (quail-show-guidance-buf): Make sure
5839         guidance window really has enough room.
5840         (quail-update-guidance): If quail-guidance-win is already shown,
5841         make sure its height is OK.
5843         * window.el (window-text-height, set-window-text-height):
5844         New functions.
5845         (shrink-window-if-larger-than-buffer): Use `window-text-height'
5846         instead of `window-height' & `mode-line-window-height-fudge'.
5847         (mode-line-window-height-fudge): Add FACE parameter.
5848         * help.el (resize-temp-buffer-window): Use `set-window-text-height'
5849         instead of `enlarge-window' & `mode-line-window-height-fudge'.
5851 2000-10-20  Miles Bader  <miles@gnu.org>
5853         * window.el (height-affecting-face-attributes): Use `defconst'.
5855         * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
5856         New function, conditionally aliased to `mode-line-window-height-fudge'.
5857         (ispell-help): Use it.
5858         (ispell-choices-win-default-height): Don't include mode-line fudge.
5859         (ispell-choices-win-default-height): New function.
5860         (ispell-show-choices, ispell-command-loop): Use function
5861         `ispell-choices-win-default-height' instead of variable.
5863 2000-10-20  Miles Bader  <miles@lsi.nec.co.jp>
5865         * window.el (mode-line-window-height-fudge): New variable.
5866         (height-affecting-face-attributes): New variable.
5867         (mode-line-window-height-fudge): New function.
5868         (shrink-window-if-larger-than-buffer): Use it.
5869         * help.el (resize-temp-buffer-window): Likewise.
5871         * info.el (Info-fontify-node): Add support for @subsubsection
5872         titles, which use `Info-title-4-face'.
5873         (Info-title-4-face): New face.
5874         (Info-title-3-face): Inherit from Info-title-4-face instead of
5875         variable-pitch.
5877 2000-10-19  Jason Rumney  <jasonr@gnu.org>
5879         * dired.el (dired-insert-directory): Do not let errors signalled by
5880         attempt to run dired-free-space-program prevent dired from working.
5882 2000-10-19  Stefan Monnier  <monnier@cs.yale.edu>
5884         * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
5886 2000-10-19  Gerd Moellmann  <gerd@gnu.org>
5888         * dirtrack.el (dirtrack): Fix call to run-hooks.
5890         * cmuscheme.el (cmuscheme-program-name): Renamed from
5891         scheme-program-name because xscheme.el contains a defcustom with
5892         the same name.  As a consequence, customizing group `cmuscheme'
5893         loaded `xscheme' which redefined run-scheme.
5894         (run-scheme): Use cmuscheme-program-name.
5896         * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
5898         * play/doctor.el (doctor-death): Update the Samaritans'
5899         anonymous address, and add a website for Befrienders International.
5901 2000-10-19  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5903         * ps-print.el: Even/odd pages fix.  Fix little bug on XEmacs.
5904         Avoid compilation gripes.  Doc fix.
5905         (ps-print-version): New version number (6.2).
5906         (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
5907         (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
5908         (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
5909         (ps-x-extent-priority, ps-x-extent-start-position)
5910         (ps-x-face-font-instance, ps-x-find-coding-system)
5911         (ps-x-font-instance-properties, ps-x-make-color-instance)
5912         (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
5913         avoid compilation gripes without defining functions.
5914         (ps-e-find-composition): Alias for function find-composition, to have a
5915         suitable function depending on Emacs version.
5916         (ps-color-device, ps-color-values, ps-face-foreground-name)
5917         (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
5918         (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
5919         (ps-print-ensure-fontified): Function definitions surrounded by
5920         `eval-and-compile' to avoid compilation gripes.
5921         (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
5922         by symbol-value to avoid compilation gripes.
5923         (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
5924         (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
5926 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
5928         * startup.el (normal-top-level): Call `frame-set-background-mode'
5929         after `frame-notice-user-settings' because the latter doesn't call
5930         the former on a tty.
5932         * faces.el (frame-set-background-mode): `unspecified' &c are
5933         symbols, not strings.
5935 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
5937         * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
5938         why some "light*" colors are deliberately absent from the alist.
5940         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
5941         Change colors for tty's, as suggested by Miles Bader.
5943 2000-10-19  Kenichi Handa  <handa@etl.go.jp>
5945         * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
5946         (ccl-encode-mule-unicode-0100-24ff): New CCL program.  Register it
5947         for ISO10646-1 fonts.
5948         (x-font-name-charset-alist): Add an entry for "iso10646-1".
5950 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
5952         * faces.el (frame-set-background-mode): If a tty frame defines a
5953         background color, use that to compute the background mode, instead
5954         of always defaulting to "dark".
5956 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
5958         * comint.el (comint-write-output): New function.
5959         (comint-mode-map): Add it to the menu.
5960         Bind `C-c C-s' to comint-write-output.
5962 2000-10-18  Gerd Moellmann  <gerd@gnu.org>
5964         * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
5965         Use fancy-splash-delay.
5967 2000-10-18  Alex Schroeder  <alex@gnu.org>
5969         * progmodes/sql.el (sql-sybase-options): New option.
5970         (sql-sybase): Use it.  Add sql-database to the list of parameters
5971         provided for login.  The options -w 2048 -n are not used any more.
5973         * comint.el (comint-read-input-ring): Bugfix such that the first
5974         and the last entry of the input ring file are not lost.
5976 2000-10-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5978         * ps-print.el: Internal variable changes to defcustom,
5979         make-local-hook changes to defvar.  Doc fix.
5980         (ps-print-version): New version number (6.1).
5981         (ps-setup, ps-do-despool): Code fix.
5982         (ps-printer-name): Customization fix.
5983         (ps-printer-name-option): Now is a defcustom instead of an
5984         internal variable.
5985         (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
5986         (ps-print-begin-column-hook): Now are defvar instead of
5987         make-local-hook.
5989 2000-10-18  Miles Bader  <miles@gnu.org>
5991         * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
5992         (comint-kill-output): Changed into an alias for `comint-delete-output',
5993         and made obsolete.
5994         (comint-mode-map): Rename references to comint-kill-output.
5996 2000-10-18  Eli Zaretskii  <eliz@is.elta.co.il>
5998         * diff-mode.el (diff-header-face, diff-file-header-face)
5999         (diff-changed-face): Add bold and italic attributes to tty faces.
6000         (diff-function-face): New face.
6001         (diff-font-lock-keywords): Use it.
6003 2000-10-18  Miles Bader  <miles@lsi.nec.co.jp>
6005         * comint.el (comint-output-filter): Fixup comint-last-input-end too.
6006         Remove commented-out call to force-mode-line-update.
6007         (comint-kill-output): Use `forward-line 0' instead of
6008         beginning-of-line to make sure we get past the prompt.
6010 2000-10-17  Stefan Monnier  <monnier@cs.yale.edu>
6012         * diff-mode.el (diff-header-face, diff-file-header-face):
6013         Add specific setting for dark background.
6014         (diff-context-face): Renamed from diff-comment-face.
6015         Set explicitly rather than inheriting from font-lock-comment-face.
6017 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
6019         * startup.el (command-line): Move the code which sets the default
6020         TTY colors to before before-init-hook.
6022 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
6024         * jit-lock.el (jit-lock-stealth-time): Doc fix.
6026 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
6028         * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
6029         extensions, for MS-DOS.
6031         * diff-mode.el (diff-header-face, diff-file-header-face)
6032         (diff-changed-face): Define tty-specific colors.
6034 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
6036         * startup.el (fancy-splash-text): Realign the text.
6038 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
6040         * font-lock.el (font-lock-comment-face): Define a separate default
6041         for dark-background tty's.
6043 2000-10-17  Miles Bader  <miles@gnu.org>
6045         * help.el (resize-temp-buffer-window): Add hack to avoid last line
6046         being obscured by whizzy mode-lines on graphics displays.
6048 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
6050         * info.el (Info-title-1-face, Info-title-2-face)
6051         (Info-title-3-face): Define colors for tty's.
6052         (info-header-node): Remove unneeded tty-specific definition.
6054 2000-10-16  Eli Zaretskii  <eliz@is.elta.co.il>
6056         * term/pc-win.el (msdos-handle-reverse-video): Don't remove
6057         reverse from the frame parameters, and don't invert foreground and
6058         background colors.
6060 2000-10-16  Miles Bader  <miles@gnu.org>
6062         * info.el (Info-set-mode-line): Use `%b' instead of hardwired
6063         string "*Info*".  Call propertized-buffer-identification to spruce
6064         up the result.
6066 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
6068         * help.el: Provide `help' for the sake of define-minor-mode
6069         which generates defcustoms with requires.
6071         * jit-lock.el (jit-lock-after-change): If we're in text that
6072         matches a multi-line font-lock pattern, make sure the whole text
6073         will be redisplayed.
6075         * emacs-lisp/authors.el (authors-add): Don't add an entry if
6076         author's name is unknown.
6078         * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
6079         * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
6080         * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
6081         * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
6082         * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
6083         * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
6084         * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
6085         * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
6086         * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
6087         Add author information.
6089 2000-10-16  Miles Bader  <miles@lsi.nec.co.jp>
6091         * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
6092         * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
6093         full-color version (using the Gimp) to eliminate dithering artifacts.
6095 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
6097         * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
6099         * simple.el (syntax-flag-table, string-to-syntax): Remove.
6101 2000-10-15  Dave Love  <fx@gnu.org>
6103         * progmodes/sh-script.el: Require skeleton and comint when compiling.
6105         * pcomplete.el (pcomplete) <defgroup>: Add :version.
6107         * whitespace.el: Doc fixes.
6108         (top-level): Don't add hooks here.
6109         (whitespace-running-emacs): Deleted.
6110         (timer): Don't require.
6111         (whitespace): Add back :version conditional on xemacs test.
6112         (whitespace-spacetab-regexp, whitespace-indent-regexp)
6113         (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
6114         (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
6115         (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
6116         Avoid specific xemacs test.
6117         (whitespace-global-mode): New option.
6118         (whitespace-global-mode): New command.
6119         (whitespace-unload-hook): New function.
6121         * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
6122         (Info-fontify-node, Info-goto-node, Info-mode-menu)
6123         (Info-fontify-node): `Goto' goes to `Go to'.
6124         (Info-fontify-node): Add help-echo to xref links.
6126 2000-10-15  Eli Zaretskii  <eliz@is.elta.co.il>
6128         * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
6130 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
6132         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
6133         Use plist-get and allow :inherit.
6135         * emacs-lisp/cl-macs.el (cl-do-arglist):
6136         Use plist-get and plist-member instead of memq.
6138         * emacs-lisp/ewoc.el (ewoc-location): New function.
6139         (ewoc-enter-after, ewoc-enter-before): Document return value.
6140         * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
6141         Don't need make-local-hook any more.
6142         (cvs-addto-collection): Return the new tin.
6143         (cvs-mode-insert): Jump to the new line.
6145         * jit-lock.el (jit-lock-fontify-buffer): Remove.
6147         * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
6149         * font-lock.el (font-lock-syntactically-fontified): New var.
6150         (font-lock-fontify-syntactic-keywords-region): Use it.
6151         (font-lock-mode): Fix docstring.  Don't need make-local-hook anymore.
6153         * diff-mode.el (diff-find-file-name): Fix regexp.
6155         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
6156         (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
6158         * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
6159         (sh-mode-syntax-table): Add punctuation syntax for < and >.
6160         (sh-mode): Don't make all vars local here.
6161         (sh-kw): Reformat.
6162         (sh-set-shell): Use dolist.  Don't set indent-region-function.
6163         (sh-mode-syntax-table): Use pop.
6164         (sh-remember-variable): Use push.
6165         (sh-help-string-for-variable): Use memq.
6166         (sh-safe-backward-sexp): Remove.
6167         (sh-safe-forward-sexp): Add ARG.
6168         (sh-get-indent-info, sh-prev-stmt): Use it.
6169         (sh-prev-line): Simplify by using forward-comment.
6170         (sh-this-is-a-continuation): Simplify.
6171         (sh-learn-buffer-indent): Use dolist.
6172         (sh-do-nothing): Remove.
6173         (sh-set-char-syntax, sh-set-here-doc-region):
6174         Use inhibit-modification-hooks.
6175         (sh-name-style): Use mapcar and push.
6176         (sh-load-style): Use dolist.
6177         (sh-save-styles-to-buffer): Use with-current-buffer and pp.
6178         (sh-case, sh-while-getopts): Use propertize directly rather
6179         than sh-electric-rparen.
6181 2000-10-14  Stefan Monnier  <monnier@cs.yale.edu>
6183         * textmodes/tex-mode.el: Require CL when compiling.
6184         (tex-mode-syntax-table): Init immediately.
6185         (tex-mode-map): Bind M-RET to latex-insert-item.
6186         (latex-mode): Set indent-line-function to latex-indent.
6187         (tex-common-initialization): Don't setup the syntax-table any more.
6188         (latex-insert-item): New skeleton.
6189         (tex-next-unmatched-end): Fix copy/paste braino.
6190         (latex-syntax-after, latex-skip-close-parens, latex-down-list)
6191         (latex-indent, latex-find-indent): New functions.
6192         (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
6193         (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
6194         (tex-compilation-parse-errors): Use with-syntax-table.
6196 2000-10-15  Miles Bader  <miles@gnu.org>
6198         * font-lock.el (font-lock-comment-face): Change dark-background,
6199         color, non-tty, default to `chocolate1'.
6201 2000-10-13  John Wiegley  <johnw@gnu.org>
6203         * eshell/esh-util.el (require): Added a missing `require' form,
6204         needed when compiling (for an ange-ftp macro definition).
6206 2000-10-13  Dave Love  <fx@gnu.org>
6208         * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
6210 2000-10-13  Gerd Moellmann  <gerd@gnu.org>
6212         * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
6214         * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
6215         transparent -colors 8).
6217 2000-10-13  Stephen Gildea  <gildea@alum.mit.edu>
6219         * time-stamp.el (time-stamp): Fixed bug in new multi-line code
6220         that breaks with old list format timestamps.
6221         (time-stamp-warn-inactive, time-stamp-old-format-warn)
6222         (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
6224 2000-10-13  John Wiegley  <johnw@gnu.org>
6226         * align.el, pcomplete.el, calendar/timeclock.el,
6227         eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
6229         * calendar/timeclock.el (timeclock-find-discrep): A fix to some
6230         faulty math, where holiday hours were being computing as seconds.
6232 2000-10-13  John Wiegley  <johnw@gnu.org>
6234         * desktop.el (desktop-buffer-modes-to-save): Added a global for
6235         specifying what "other" kinds of buffers should be saved.
6236         This used to be hard-coded.
6237         (desktop-buffer-misc-functions): A global for specifying how
6238         auxiliary data should be determined for special buffer types.
6239         (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
6240         instead of hard-coding the special buffer types.
6241         (desktop-save): Run `desktop-buffer-misc-functions' to gather
6242         auxiliary data, instead of hard-coding for Info buffers and dired.
6243         (desktop-buffer-info-misc-data): Aux function for determining Info
6244         buffer auxiliary info.
6245         (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
6246         (desktop-buffer-info): Changed this function to use the info
6247         gathered above.
6248         (desktop-create-buffer): Be a little more careful about what
6249         `minor-mode' means before calling it.  This is important for some
6250         buffer types.
6252 2000-10-13  John Wiegley  <johnw@gnu.org>
6254         * eshell/esh-util.el: Added a global form which declares an
6255         autoload for `parse-time-string', if that function is not already
6256         defined, and if parse-time.el is available on the user's system.
6258         * eshell/em-ls.el (eshell-ls-applicable): Extended this function
6259         to be aware of ange-ftp user info.
6260         (eshell-do-ls): Bind `ange-cache'.  Also, use `eshell-file-attributes'.
6261         (eshell-ls-annotate): Use `eshell-file-attributes'.
6262         (eshell-ls-file): Made the user-id printing code a bit smarter.
6264         * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
6265         allow identification of alias user ids in remote directories.
6266         It's manual, but there's no other way to know when the current user
6267         on the local machine, is also the owning user on the remote machine.
6268         (fboundp): Bind `ange-cache'.
6269         (eshell-directory-files-and-attributes): Re-organized the logic a
6270         bit to use `eshell-file-attributes' instead of `file-attributes'.
6271         The former is more sensitive to directories that are read via FTP,
6272         and knows how to use ange-ftp to determine full attribute
6273         information, instead of just the name and last modtime.
6274         (eshell-current-ange-uids): Return the current user id when in a
6275         remote directory.
6276         (eshell-parse-ange-ls): Parse a full directory listing that has
6277         been returned by ange-ftp.
6278         (eshell-file-attributes): This beefed up version of
6279         `file-attributes' is only special if the user is currently in a
6280         remote directory, in which case it does a lot of work to find out
6281         what the real attributes of a file are, as they appear on the
6282         remote machine.  This makes usage of remote directories (i.e.,
6283         ange-ftp pathnames) much more useful.  You can now use Eshell as a
6284         full-fledged FTP client, with much more manipulation ability than
6285         most other clients.
6287         * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
6288         variable, which means that Eshell's du should always be preferred
6289         in remote directories.
6290         (eshell-shuffle-files): Use `eshell-file-attributes', rather than
6291         just `file-attributes'.
6292         (eshell-mvcp-template): Bind `ange-cache', to improve performance
6293         when reading remote directories.  This is an Eshell-specific
6294         variable (not part of ange-ftp).
6295         (eshell/ln): Bind `ange-cache'.
6296         (eshell/du): Added some extra logic for determining when to use
6297         Eshell's du (which is slow), and when to use the external version
6298         (which may or may not exist).
6300         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
6301         Call `eshell-interactive-process', rather than using
6302         `get-buffer-process', since backgrounded processes don't count in
6303         the context of this function's logic.
6305         * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
6306         `forward-char', so that null strings are parsed correctly.
6308 2000-09-13  John Wiegley  <johnw@gnu.org>
6310         * eshell/em-pred.el (eshell-pred-file-type)
6311         (eshell-pred-file-links, eshell-pred-file-size):
6312         Use `eshell-file-attributes'.  This is more correct over ange-ftp.
6314         * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
6315         that remote file globbing is more efficient.
6317         * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
6318         gathering the files and attributes within a directory.
6320         * eshell/em-unix.el (eshell/cat): If any of the files passed on
6321         the command line is a special file (not a regular file, directory
6322         or symlink), always attempt to call the external version of cat.
6324 2000-09-13  John Wiegley  <johnw@gnu.org>
6326         * eshell/esh-mode.el (eshell-find-tag): Corrections to the
6327         Eshell-friendly version of find-tag.
6329 2000-10-13  Miles Bader  <miles@lsi.nec.co.jp>
6331         * image-file.el (image-file-name-extensions)
6332         (image-file-name-regexps): Add autoload cookies.
6334 2000-10-13  Kenichi Handa  <handa@etl.go.jp>
6336         * international/mule-cmds.el (select-safe-coding-system): If FROM
6337         is string, show it in *Warning* buffer.
6339 2000-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
6341         * startup.el (normal-top-level): Use display-popup-menus-p instead
6342         of window-system.
6343         (command-line): Use display-graphic-p instead of window-system.
6344         (command-line-1): Use display-popup-menus-p and display-mouse-p
6345         instead of window-system.
6347 2000-10-12  Sam Steingold  <sds@gnu.org>
6349         * tooltip.el (tooltip-use-echo-area): New user variable.
6350         (tooltip-show): Use it to choose between `x-show-tip' and `message'.
6352 2000-10-12  Dave Love  <fx@gnu.org>
6354         * recentf.el: Maintainer's checkdoc fixes.
6356         * startup.el (normal-top-level-add-subdirs-to-load-path):
6357         Use character class, not ASCII when matching file names.
6358         (fancy-splash-head): Add trailing slash to URL.
6359         (command-line): Don't require XPM support for toolbar.
6361         * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
6362         (cperl-invalid-face): Revert last change.
6363         (cperl-init-faces): Quote cperl-invalid-face.
6365 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
6367         * startup.el (fancy-splash-text): Remove superfluous quote.
6369 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
6371         * startup.el (fancy-splash-screens): Don't add a pre-command hook.
6372         (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
6373         (command-line-1): Don't use fancy-splash-pending-command.
6374         (fancy-splash-screens-1): Goto point-min after inserting text.
6376         * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
6378         * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
6379         instead of shared-lisp-mode-map.
6381 2000-10-12  Miles Bader  <miles@lsi.nec.co.jp>
6383         * faces.el (header-line): Change tty-variant to use underlining.
6385         * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
6386         (isearch-highlight): Restore lazy-isearch face properties at old
6387         position, and suppress them at new position.
6388         (isearch-dehighlight): Restore lazy-isearch face properties.
6389         (isearch-lazy-highlight-update): Add lazy-isearch overlays even
6390         over the real isearch overlay, but in that case, don't give it a
6391         face property.  Use `push'.
6393 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
6395         * man.el (Man-getpage-in-background): Fix previous change.
6396         Decode the process output only when we are in multibyte mode.
6398 2000-10-11  Dave Love  <fx@gnu.org>
6400         * info.el (Info-mode-menu): Fix some help.
6401         (info-tool-bar-map): Add entry for Info-last.
6403         * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
6404         * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
6405         * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
6406         * toolbar/cut.xpm, toolbar/mail_compose.xpm:
6407         * toolbar/search-replace.xpm, toolbar/exit.xpm:
6408         * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
6409         * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
6410         * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
6411         * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
6412         * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
6413         Reduce colour requirements to 25 overall.  (Probably wants
6414         revisiting from the originals to reduce further.)
6416 2000-10-11  Eli Zaretskii  <eliz@is.elta.co.il>
6418         * hexl.el (hexlify-buffer): Bind coding-system-for-write to
6419         buffer-file-coding-system, instead of raw-text.
6420         (dehexlify-buffer): Bind coding-system-for-read to
6421         buffer-file-coding-system, instead of raw-text.
6423 2000-10-11  Sam Steingold  <sds@gnu.org>
6425         * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
6426         `underline' - fixes the bug introduced on 2000-09-21.
6428 2000-10-11  Dave Love  <fx@gnu.org>
6430         * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
6431         Avoid compiler warnings.
6432         (scheme-mode): Doc fix.
6433         (scheme-font-lock-keywords-1): Match `define-syntax'.
6435 2000-10-11  Miles Bader  <miles@lsi.nec.co.jp>
6437         * faces.el (frame-set-background-mode): Pay attention to saved
6438         face specs as well as default ones.  Only do anything if the
6439         bg-mode or display-type has actually changed.  Use `dolist'.
6440         (region): Make dark-background `region' face less in-your-face.
6442 2000-10-10  Sam Steingold  <sds@gnu.org>
6444         * chistory.el, ielm.el, ledit.el:
6445         * progmodes/inf-lisp.el, progmodes/scheme.el:
6446         Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
6448 2000-10-10  Stefan Monnier  <monnier@cs.yale.edu>
6450         * textmodes/texinfo.el: Update copyright and fix typo.
6452         * desktop.el (desktop-modes-not-to-save): New var.
6453         (desktop-save-buffer-p): Use it.
6454         Also, obey desktop-buffers-not-to-save even for non-file buffers.
6455         (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
6457 2000-10-10  Dave Love  <fx@gnu.org>
6459         * toolbar/tool-bar.el (tool-bar-add-item)
6460         (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
6462         * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
6463         * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
6464         * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
6465         * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
6466         * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
6467         * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
6468         * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
6469         * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
6470         * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
6471         * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
6472         the .xpms; probably need retouching.
6474 2000-10-10  Miles Bader  <miles@lsi.nec.co.jp>
6476         * subr.el (add-to-list): Add optional argument APPEND.
6477         * battery.el (display-battery): Use `add-to-list'.
6479 2000-10-09  Thien-Thi Nguyen  <ttn@gnu.org>
6481         * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
6482         properties.
6483         (zone, zone-when-idle, zone-leave-me-alone)
6484         (zone-pgm-whack-chars): Use new symbol properties.
6486         * battery.el (display-battery): Doc spelling fix.
6488         * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
6489         property.
6491 2000-10-09  Dave Love  <fx@gnu.org>
6493         * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
6494         has been initialized before calling tool-bar-setup.
6495         (tool-bar-add-item-from-menu): Add autoload cookie.
6497 2000-10-09  Eli Zaretskii  <eliz@is.elta.co.il>
6499         * menu-bar.el (send-mail-item-name): New function.
6500         (menu-bar-tools-menu) <compose-mail>: Use it to display the value
6501         of mail-user-agent in the menu.  Don't display the "Send Mail"
6502         item if mail-user-agent is nil or its value is ignore.
6503         (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
6504         if read-mail-command is nil or its value is ignore.
6506         * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
6508 2000-10-09  Miles Bader  <miles@gnu.org>
6510         * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
6511         Correct image size.
6512         * toolbar/left_arrow.xpm: Correct image size.
6514         * jka-compr.el: Don't call `jka-compr-install' when loading (it
6515         will be done by the definition of `auto-compression-mode' if
6516         necessary.  Move code to uninstall existing file-name handler
6517         before definition of `auto-compression-mode'.
6519         * image-file.el (auto-image-file-mode): Move to the end of the
6520         file, because `define-minor-mode' actually calls the mode-function
6521         if the associated variable is non-nil, which requires that all
6522         needed functions be already defined.
6524         * mouse.el (popup-menu): Balance parens.
6526 2000-10-08  Stefan Monnier  <monnier@cs.yale.edu>
6528         * mouse.el (popup-menu): Move the command call outside the loop
6529         so that popup-menu returns whatever the command returns.
6531         * progmodes/etags.el: Docstring fixes.  Maintainer line updated.
6532         (initialize-new-tags-table): Use run-hook-with-args-until-success.
6533         (find-tag): Use pop-to-buffer if switch-to-buffer failed.
6534         (tags-table-format-functions): Renamed from tags-table-format-hooks.
6536         * vc.el (vc-version-diff): diff-switches can be a list.
6537         Use relative filenames for prettier output.
6539         * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
6540         (vc-post-command-functions): Remove old-VC compatibility code.
6542         * newcomment.el (comment-indent-default): Autoload.
6544         * font-lock.el (font-lock-defaults): Make buffer-local.
6545         (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
6546         (font-lock-choose-keywords):
6547         Ignore LEVEL unless KEYWORDS is a list of syms.
6548         (c-keywords, c++-keywords, objc-keywords, java-keywords):
6549         Don't wrap regexp-opt things in \(...\) unnecessarily.
6551         * jit-lock.el: Don't require font-lock any more.
6552         (jit-lock-functions): Make buffer-local.
6553         (jit-lock-saved-fontify-buffer-function): Remove.
6554         (jit-lock-mode): Remove autoload cookie.
6555         Remove font-lock specific code.
6556         (jit-lock-unregister): Don't bother handling complex hooks any more.
6557         (jit-lock-refontify): New function.
6558         (jit-lock-fontify-buffer): Use it.
6559         (jit-lock-function-1): Replaced by jit-lock-fontify-now.
6560         (jit-lock-fontify-now): Renamed from jit-lock-function-1.
6561         Add optional args START and END.
6562         Never call font-lock-fontify-region directly.
6563         (jit-lock-function, jit-lock-stealth-fontify): Use it.
6565         * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
6567 2000-10-08  Dave Love  <fx@gnu.org>
6569         * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
6571         * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
6573         * play/studly.el (studlify-region, studlify-word): Add autoload
6574         cookie.
6576         * play/morse.el (morse-region, unmorse-region): Add autoload
6577         cookie.
6579         * play/spook.el (spook-phrases-file): Use expand-file-name, not
6580         concat.
6582         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
6583         insist on symbols starting with word syntax.
6584         (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
6585         (eval-defun-1): Doc fix.
6586         (indent-sexp): Use nconc to build up indent-stack.
6588         * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
6589         Gnus with little use.
6590         (mail-setup-hook): Add mail-abbrevs-setup to options.
6592         * recentf.el: Doc fixes.
6594         * vcursor.el (vcursor-cs-binding): Remove compatibility code.
6595         Clean up remainder.
6597         * timezone.el (timezone-parse-date): Doc fix.  Fix regexps for (5)
6598         without timezone and (8) with timezone to enforce some whitespace.
6599         Simplify code somewhat.
6601         * options.el (list-options): Doc that you should use customize.
6603         * iswitchb.el (iswitchb-mode): Add :require.
6605         * info.el (Info-goto-node, Info-menu): Doc fix.
6606         (Info-mode-menu): Bind beginning-of-buffer, Info-edit
6607         (info-tool-bar-map): New variable.
6608         (Info-mode): Use it.
6609         (Info-edit-map): Define all in defvar.
6610         (speedbar-attached-frame): Avoid compiler warning.
6612         * toolbar/tool-bar.el (tool-bar-map): Define it empty.
6613         (global-map): Bind [tool-bar] to a filtered map.
6614         (tool-bar-add-item): Remove MAP arg.  Allow PBM icons.
6615         (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
6616         Allow PBM icons.
6617         (tool-bar-setup): Adjust calls of tool-bar-add-item.
6619         * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
6620         * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
6621         * toolbar/right_arrow.xpm: New files.  Renamed from tigert's
6622         icons, except up_arrow, which is left-arrow rotated.
6624         * imenu.el (imenu-add-to-menubar): Fix last change.
6626 2000-10-08  Peter Breton  <pbreton@ne.mediaone.net>
6628         * generic-x.el (rul-generic-mode): Remove eval-when-compile
6629         statements. Suggested by Stefan Monnier  <monnier@cs.yale.edu>.
6631 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
6633         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
6634         typos in doc strings.
6636         * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
6637         the doc strings how to customize Font Lock faces.
6639         * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
6640         computing growth when dragging the header line.
6642 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
6644         * simple.el (kill-line): Doc fix.
6646 2000-10-08  Miles Bader  <miles@gnu.org>
6648         * faces.el (secondary-selection): Make foreground visible on tty.
6650         * jka-compr.el (auto-compression-mode): Move to the end of the
6651         file, because `define-minor-mode' actually calls the mode-function
6652         if the associated variable is non-nil, which requires that all
6653         needed functions be already defined.
6654         (with-auto-compression-mode): Add autoload cookie.
6656 2000-10-07  Eli Zaretskii  <eliz@is.elta.co.il>
6658         * files.el (find-backup-file-name) [ms-dos]: If support for long
6659         file names is not available, behave as if version-control were set
6660         to never.
6662 2000-10-07  Dave Love  <fx@gnu.org>
6664         * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
6665         (browse-url-gnome-moz): New function.
6666         (browse-url-browser-function): Use it.
6667         Suggested by Colin Walters <walters@cis.ohio-state.edu>.
6669 2000-10-07  Stefan Monnier  <monnier@cs.yale.edu>
6671         * indent.el (tab-always-indent): New var.
6672         (indent-for-tab-command): Use it.
6674         * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
6675         raise an error.  This way it can still default to a sane value.
6677 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
6679         * startup.el (fancy-splash-screens): Use local rather than global map.
6680         Don't use `update-menu-bindings' any more.
6681         Get rid of assumptions about keymap representation.
6683 2000-10-06  Dave Love  <fx@gnu.org>
6685         * textmodes/fill.el (sentence-end-double-space)
6686         (sentence-end-without-period):  Doc fix.
6687         (adaptive-fill-regexp): Purecopy.
6688         (unjustify-current-line): Use line-end-position.
6689         (fill-individual-paragraphs-prefix): Use line-beginning-position.
6691         * net/eudc-vars.el (eudc): Add :version, :link.
6693         * international/mule-conf.el (file-coding-system-alist): Use \', not $.
6695         * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
6696         Fix for define-minor-mode.
6697         (function-at-point): Alias to function-called-at-point.
6699         * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
6701         * simple.el (backward-word): Doc fix.
6703         * image-file.el (image-file-name-regexp): image-file-regexps ->
6704         image-file-name-regexps.
6705         (image-file-name-extensions): Add pbm.
6707 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
6709         * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
6710         and add filename to the names so that diff-mode can jump to source.
6712         * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
6713         (tex-font-lock-keywords, tex-font-lock-keywords-2)
6714         (tex-font-lock-keywords-1): Remove.
6715         (font-lock-turn-on-thing-lock): Use jit-lock-register.
6716         (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
6717         (font-lock-default-fontify-region):
6718         Expand beg..end correctly when just following a multiline region.
6719         (font-lock-fontify-anchored-keywords):
6720         Include the anchor text as part of the multiline.
6722 2000-10-06  Gerd Moellmann  <gerd@gnu.org>
6724         * loadup.el (toplevel): Load `loaddefs' before `help' because the
6725         latter needs the autoloaded define-minor-mode macro during the
6726         bootstrap.
6728         * startup.el (command-line): For now, activate tool-bar-mode only
6729         if XPM images are supported.
6731         * mouse.el (mouse-drag-header-line): Don't allow resizing a
6732         window by dragging a header-line at the top of the frame; that's
6733         confusing because the header-line doesn't move.
6734         (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
6735         of treating the event as a list.  Some cleanup.
6737 2000-10-06  Miles Bader  <miles@gnu.org>
6739         * simple.el (display-message-or-buffer): New function.
6740         (shell-command-on-region): Use `display-message-or-buffer'.
6742         * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
6743         docstring parts.
6745         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
6746         (smbclient-prompt-regexp): Add usage note to doc string.
6747         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
6748         (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
6749         Use add-hook for adding the comint filter function, and only do so
6750         if it's not already in the global hook list.
6751         (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
6752         to `make-local-variable'.
6753         (nslookup-font-lock-keywords): Remove prompt entry.
6754         (nslookup): Don't set the process-filter.
6755         (finger): Exit the loop correctly when the regexps list runs out.
6756         (ftp, smbclient, smbclient-list-shares):
6757         Set the real major mode immediately, not after execing.
6758         Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
6760         * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
6762 2000-10-05  Stefan Monnier  <monnier@cs.yale.edu>
6764         * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
6766         * which-func.el (which-func-format): Remove spurious space.
6767         (which-func-mode): Don't make it permanent-local.
6768         (which-func-ff-hook): Allow which-func-maxout to be nil.
6769         (which-func-update): Simplify a bit.  Only run if which-func-mode is t.
6770         (which-func-mode): Simplify.
6771         Use post-command-idle-hook rather than post-command-hook.
6772         Go through all buffers and update their state.
6773         (which-function): Also try add-log-current-defun-function.
6775         * vc.el (with-vc-properties): Use conses rather than length-2 lists.
6776         (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
6777         Update call to with-vc-properties accordingly.
6778         (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
6779         (vc-revert-buffer): More careful about window selection and deletion.
6780         (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
6782         * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
6783         (cvs-retrieve-revision): Reuse a pre-existing buffer.
6784         (cvs-dired-action): Change the default to quickdir.
6786         * newcomment.el (comment-indent): Delegate to indent-according-to-mode
6787         if comment-indent-function returns nil.
6788         (comment-indent-default): New function.
6789         (comment-indent-function): Use it and document the new semantics.
6791         * image-file.el: Docstring fixes.
6793         * help.el (help-xref-on-pp): Use match-string.
6794         (describe-variable): New arg BUFFER.
6795         Store the current buffer in the help-xref-stack.
6796         (temp-buffer-resize-mode): Use define-minor-mode.
6798         * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
6799         consistently with its docstring.
6800         Set jit-lock-first-unfontify-pos in an idempotent way.
6801         (jit-lock-register): Autoload and add arg CONTEXTUAL.
6803 2000-10-05  Alex Schroeder  <alex@gnu.org>
6805         * sql.el (sql-mysql-options): New variable.
6806         (sql-mysql): Use it.
6808 2000-10-05  Miles Bader  <miles@lsi.nec.co.jp>
6810         * image.el (image): New group.
6812         * smerge-mode.el (smerge-mine-face, smerge-other-face)
6813         (smerge-base-face, smerge-markers-face): Add dark-background variants.
6815 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
6817         * net/net-utils.el (nslookup-font-lock-keywords)
6818         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
6819         Ignore the value of wqindow-system; always define keywords
6821 2000-10-05  Kenichi Handa  <handa@etl.go.jp>
6823         * startup.el (fancy-splash-screens): Remove the code for
6824         debugging; `(trace-to-stderr "EXITTT\n")'.
6826 2000-10-05  Miles Bader  <miles@gnu.org>
6828         * diff-mode.el (diff-goto-source): Update call to
6829         `diff-hunk-status-msg' to reflect new REV variable.
6831 2000-10-04  Stefan Monnier  <monnier@cs.yale.edu>
6833         * progmodes/icon.el (icon-mode):
6834         Don't gratuitously override the default for comment-column.
6836         * vc-hooks.el (vc-mode-line): Fix interactive spec.
6838         * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
6839         (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
6840         (jit-lock-functions): New var.
6841         (jit-lock-function-1): Use it if non-nil.
6842         Don't switch the syntax-table.  Don't set parse-sexp-lookup-properties.
6843         Set the `fontified' property before doing the fontification to avoid
6844         repeatedly going through the same error.
6845         Don't turn errors into messages.
6846         (jit-lock-register, jit-lock-unregister): New functions.
6848         * dired.el (dired-mark-pop-up): Turn comment into docstring.
6849         Use with-current-buffer.
6851         * dired-aux.el (dired-do-create-files, dired-kill-tree):
6852         Turn comment into docstring.
6854         * apropos.el (apropos-mode): Use define-derived-mode.
6856 2000-10-04  Gerd Moellmann  <gerd@gnu.org>
6858         * startup.el (fancy-splash-pending-command): New variable.
6859         (fancy-splash-pre-command): New function.
6860         (fancy-splash-screens): Rewritten.
6861         (command-line-1): If fancy-splash-pending-command is set, call it
6862         interactively.
6864 2000-10-04  Dave Love  <fx@gnu.org>
6866         * toolbar/tool-bar.el (tool-bar-setup): New function.
6867         (tool-bar-mode): Use it.
6869         * subr.el (substitute-key-definition): Doc fix.
6870         (play-sound-file): New command.
6872 2000-10-04  Andre Spiegel  <spiegel@gnu.org>
6874         * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
6875         vc-version-backup-file-name): New functions.
6877         * files.el (basic-save-buffer): Call vc-before-save before saving.
6879         * vc-cvs.el (vc-cvs-make-version-backups): Return t if
6880         vc-cvs-stay-local-p.
6882         * vc.el (vc-revert-buffer): Handle empty diff properly.
6883         (vc-version-backup-file): New function.
6884         (vc-checkout): Create a version backup if necessary.
6885         (vc-checkin): If a version backup file exists, delete it.
6886         (vc-version-diff): Diff locally using version backups, if available.
6887         (vc-revert-file): If there's a version backup, revert locally.
6888         (vc-transfer-file): Use version backup for base version, if
6889         available.  If not, ask for confirmation whether to get it from the
6890         server.  Update mode line before check-in.
6892 2000-10-04  Dave Love  <fx@gnu.org>
6894         * toolbar/tool-bar.el (tool-bar-setup): New function.
6895         (tool-bar-mode): Use it.
6897 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
6899         * net/net-utils.el (nslookup-font-lock-keywords)
6900         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
6901         Only set if window-system is non-nil
6902         (net-utils-run-program): Returns buffer.
6903         (network-connection-reconnect): Added this function.
6905         * generic.el:
6906         Incorporates extensive cleanup and docfixes by
6907         Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
6908         Uses cl compile-time macros.
6909         (generic-mode-name, generic-comment-list)
6910         (generic-keywords-list, generic-font-lock-expressions)
6911         (generic-mode-function-list, generic-mode-syntax-table):
6912         Removed variables.
6913         (generic-mode-alist): Renamed to generic-mode-list.
6914         (generic-find-file-regexp): Default changed to "^#".
6915         (generic-read-type): Uses completing read on generic-mode-list.
6916         (generic-mode-sanity-check): removed this function.
6917         (generic-add-to-auto-mode): Removed this function
6918         (generic-mode-internal): Bind mode-specific definitions
6919         into function instead of putting them in alist.
6920         (generic-mode-set-comments): Reworked extensively.
6921         (generic-mode-find-file-hook): Simplified regexp searching
6922         (generic-make-keywords-list): Omit extra pair of parens
6924         * find-lisp.el (find-lisp-find-files-internal):
6925         Make sure directory name ends with "/".
6927         * generic-x.el (apache-conf-generic-mode):
6928         Regexp now allows leading whitespace.
6929         (rc-generic-mode): Added eval-when-compile
6930         around generic-make-keywords-list.
6931         Deleted duplicate regexp
6932         (rul-generic-mode): Added eval-when-compile
6933         around generic-make-keywords-list.
6934         (etc-fstab-generic-mode): New generic mode.
6935         (rul-generic-mode): Removed one eval-when-compile
6936         which caused a max-specpdl-size exceeded error.
6938 2000-10-04  Miles Bader  <miles@gnu.org>
6940         * simple.el (minibuffer-temporary-goal-position): New variable.
6941         (next-history-element): Try to keep the position of point in the
6942         input string constant.
6944         * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
6945         (dired-do-create-files): If there's only one file, pass it in as
6946         the DEFAULT arg to dired-mark-read-file-name.
6948 2000-10-03  Stefan Monnier  <monnier@cs.yale.edu>
6950         * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
6951         (diff-goto-source): Be smarter when choosing REVERSE or not.
6953         * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
6954         (texinfo-mode-menu): Add an explicit shortcut for update all.
6956 2000-10-03  Andre Spiegel  <spiegel@gnu.org>
6958         * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
6959         factorize backend-specific code cleanly (this was essentially
6960         conceived by Stefan Monnier).
6961         (vc-unregister): Function removed.
6962         (vc-revert-file): New function.
6963         (vc-revert-buffer): Delegate some of the work to it.
6965         * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
6966         default branch unconditionally.
6967         (vc-rcs-set-default-branch): New function.
6968         (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
6969         (vc-rcs-checkin): If an appropriate default branch has been set,
6970         force creation of that branch.
6971         (vc-rcs-receive-file): Rewritten to contain only backend-specific
6972         code (as suggested by Stefan Monnier).
6974 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
6976         * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
6977         highlighting overlay with a different face over the overlay
6978         isearch uses to highlight the current match because that can lead
6979         to bad face combinations.
6981         * loadup.el (toplevel): Load faces before isearch.
6983         * isearch.el (isearch-faces): New custom group.
6984         (isearch): New defface; was already tested for in the code.
6985         (isearch-lazy-highlight-face): Changed to defface from defcustom.
6986         (isearch-highlight): Always use face `isearch'.
6988 2000-10-02  Dave Love  <fx@gnu.org>
6990         * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
6991         unused vars.  Treat byte-constant2 like byte-constant.  Fix bogus
6992         comparison of opcode with operand.
6994 2000-10-03  Miles Bader  <miles@gnu.org>
6996         * play/yow.el (yow): Don't display multi-line quotations in a *Help*
6997         buffer, since the echo area will now grow to accommodate them.
6999 2000-10-02  Andre Spiegel  <spiegel@gnu.org>
7001         * vc-hooks.el (vc-registered): If FILE used to be registered under
7002         a certain backend, try that one first.
7004         * vc.el (vc-responsible-backend): Undo the previous change in the
7005         argument list.  Handle multiple backends correctly.
7006         (vc-find-new-backend): Function removed.
7007         (vc-register): Use vc-responsible-backend, as before.
7008         (vc-next-action-on-file): Do use vc-registered, not vc-backend.
7010 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
7012         * startup.el (fancy-splash-head): Change message below the
7013         logo.
7015 2000-10-02  Miles Bader  <miles@lsi.nec.co.jp>
7017         * diff-mode.el (diff-goto-source): Emit a status message.
7018         (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
7019         (diff-test-hunk): Fix doc string.
7020         (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
7021         (diff-advance-after-apply-hunk): New variable.
7022         (diff-apply-hunk): Don't return a value.
7024 2000-10-01  Stefan Monnier  <monnier@cs.yale.edu>
7026         * vc.el (vc-editable-p): Minor optimization.
7027         (edit-vc-file, vc-next-action-on-file): Don't use find-file.
7028         (vc-find-new-backend): New function split from vc-responsible-backend.
7029         (vc-register): Use it.
7030         (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
7031         (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
7032         (vc-default-unregister, vc-revert-buffer): Docstring fix.
7033         (vc-clear-headers): Don't use find-file.
7034         (vc-revert-buffer): Use `and' again (must have been a braino).
7035         (vc-switch-backend): Only prompt if requested.
7036         Short circuit if nothing is to be done.
7037         Don't use vc-resynch-buffer which could lose unsaved editing.
7038         (vc-default-receive-file): Update call to vc-unregister.
7039         (with-vc-file, vc-next-action-on-file):
7040         Use vc-backend rather than vc-registered.
7041         (vc-next-action-on-file): Use intern-soft.
7042         Deal with read-only *vc-diff* buffer.
7043         (vc-transfer-file): Docstring fix.
7045         * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
7046         (vc-rcs-receive-file): Avoid with-vc-properties.
7047         Update call to vc-unregister.
7048         Use constant `RCS' rather than (dynamically bound) var `backend'.
7050 2000-10-01  Andre Spiegel  <spiegel@gnu.org>
7052         * vc.el (vc-next-action-on-file): Update mode line only if file
7053         is visited.
7054         (vc-start-entry): New argument initial-contents.  Don't visit the file
7055         if it isn't already visited.  Brought documentation up-to-date.
7056         (vc-next-action, vc-register): Updated calls to vc-start-entry.
7057         (vc-checkin): New optional arg initial-contents, which is passed to
7058         vc-start-entry.
7059         (vc-finish-logentry): Make sure to bury log buffer only if there
7060         really is one.  Call `vc-resynch-buffer' on log-file, not
7061         buffer-file-name.
7062         (vc-default-comment-history, vc-default-wash-log): New functions.
7063         (vc-index-of): Removed.
7064         (vc-transfer-file): Make do without the above.
7065         (vc-default-receive-file): Call comment-history unconditionally.  Pass
7066         the resulting string to vc-checkin, instead of inserting it into the
7067         comment ring.
7069         * vc-rcs.el (vc-rcs-receive-file): Call comment-history
7070         unconditionally.  Use the comments as initial contents of the log
7071         entry buffer.  Document the trick to force branch creation with no
7072         changes.
7074 2000-10-01  Miles Bader  <miles@gnu.org>
7076         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
7077         `recenter' with an arg to prevent redrawing the display.
7079 2000-09-30  Stefan Monnier  <monnier@cs.yale.edu>
7081         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
7083         * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
7085         * progmodes/c-mode.el (c-mode):
7086         Don't gratuitously override the default for comment-column.
7088         * textmodes/tex-mode.el (latex-metasection-list): New var.
7089         (latex-imenu-create-index): Use it.
7090         Move the regexp construction outside loops (and use push).
7091         (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
7092         (tex-font-lock-keywords): Moved from font-lock.el.
7093         (tex-comment-indent): Remove.
7094         (tex-common-initialization): Don't set comment-indent-function.
7095         (latex-block-default): New var.
7096         (tex-latex-block): Use it to provide a default choice.
7097         Add any unknown choice to latex-block-names.
7098         Insert [...] after {...}.
7099         (tex-last-unended-begin): Simplify regexp.
7100         (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
7101         (latex-forward-sexp-1, latex-forward-sexp): New functions.
7102         (latex-mode): Set forward-sexp-function.
7104         * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
7105         Add regexp for @ignore ... @end ignore.
7106         (texinfo-heading-face): New face.
7107         (texinfo-font-lock-keywords): Use it.
7108         (texinfo-mode-menu): New menu.
7109         (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
7110         New functions.
7111         (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
7112         (texinfo-section-types-regexp, texinfo-section-level-regexp)
7113         (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
7114         Remove declaration.
7115         (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
7117         * delsel.el (delete-selection-mode): Use define-minor-mode.
7119         * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
7121 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
7123         * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
7125 2000-09-30  Gerd Moellmann  <gerd@gnu.org>
7127         * replace.el (keep-lines-read-args): New function.
7128         (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
7129         read arguments interactively.  Add parameters RSTART and REND.
7130         Operate on the active region in Transient Mark mode.
7132         * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
7134         * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
7135         (authors-obsolete-files-regexps): New variable.
7136         (authors-add): Don't record changes in obsolete files.
7138 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
7140         * autoinsert.el (auto-insert-mode): Use define-minor-mode.
7142         * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
7143         (comment-indent): Make sure there's a space between code and comment.
7144         Shift comments left to avoid going past fill-column.
7146 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
7148         * startup.el (startup-echo-area-message): New function.
7149         (display-startup-echo-area-message): Use it.
7150         (fancy-splash-screens): Rewritten to use keymaps and a timer.
7151         (fancy-splash-default-action): New function.
7152         (fancy-splash-screens-1): New function.
7153         (fancy-splash-head): Put a help-echo and a keymap under the image.
7155 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
7157         * diff-mode.el (diff-add-log-file-name): Remove.
7158         (diff-mode): Use add-log-buffer-file-name-function.
7160         * add-log.el (find-change-log): New arg BUFFER-FILE.
7161         (add-log-file-name): Obey add-log-file-name-function.
7162         (add-log-buffer-file-name-function): New var.
7163         (add-change-log-entry): Use it.
7165 2000-09-29  Miles Bader  <miles@gnu.org>
7167         * image-file.el (image-file-name-extensions): New variable.
7168         (image-file-name-regexps): Renamed from `image-file-regexps'.
7169         New default value is nil.  Call `auto-image-file-mode'.
7170         (image-file-name-regexp): New function.
7171         (auto-image-file-mode): New minor mode.
7172         (insert-image-file): Don't make conditional on the image-file
7173         handler being enabled.
7174         (image-file-handler): Make the call here conditional instead.
7175         (set-image-file-handler-enabled, enable-image-file-handler)
7176         (disable-image-file-handler): Functions removed.
7178         * emacs-lisp/authors.el (authors-print): Rephrase many-files
7179         string.
7181 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
7183         * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
7184         it's a function from CL.
7185         (latex-imenu-create-index): Replace eval-when-compile with progn
7186         because latex-section-alist is not bound while compiling.
7188 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
7190         * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
7191         (outline-mode): Use define-derived-mode.
7193         * progmodes/perl-mode.el (perl-mode):
7194         * progmodes/awk-mode.el (awk-mode):
7195         * progmodes/asm-mode.el (asm-mode):
7196         Don't gratuitously override the default for comment-column.
7198         * emacs-lisp/lisp.el (lisp-complete-symbol):
7199         Distinguish the let-binding case from the funcall case.
7200         (forward-sexp-function): New variable.
7201         (forward-sexp): Use it.
7203         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
7204         (easy-mmode-defmap): Remove the now useless autoload.
7206         * time.el (display-time-mode): Use define-minor-mode.
7208         * subr.el (add-minor-mode): Don't eval NAME.
7209         Don't depend on the presence of TOGGLE-FUN for any special behavior.
7210         Use if rather than cond.
7212         * simple.el (read-expression-map): Define more properly.
7213         (comment-indent-hook): Remove.
7214         (string-to-syntax): Bug fix.
7216         * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
7217         (cvs-ediff-diff): Fix typo.
7218         (cvs-revert-if-needed): Don't bother preserving read-only.
7220         * paren.el (show-paren-mode): Use define-minor-mode.
7222         * jka-compr.el (auto-compression-mode): Use define-minor-mode.
7223         (toggle-auto-compression): Remove.
7224         (jka-compr-build-file-regexp): Remove useless grouping.
7226         * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
7227         Avoid user-reserved bindings.
7228         (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
7229         (diff-header-face): Revert to grey85.
7231         * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
7233         * complete.el (partial-completion-mode) <defcustom>: Remove.
7234         (partial-completion-mode): Use define-minor-mode.
7235         (PC-do-completion): Understand `completion-auto-help = delay'
7236         to mean to popup the completion buffer only the second time.
7237         (PC-include-file-all-completions, PC-include-file-all-completions)
7238         (PC-include-file-all-completions): Don't quote lambda.
7240         * comint.el (comint-mode-hook): Docstring fix.
7241         (comint-mode): Use define-derived-mode.
7242         (comint-mode-map): Remove obsolete comment.
7243         (make-comint): Minor stylistic change.
7244         (comint-insert-clicked-input): Be more careful to find the overlay.
7245         Use this-command-keys rather than hardcoding mouse-2.
7247         * font-lock.el: Replace confusing (,@ with ,
7248         (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
7249         Don't use regexp-opt-depth.  Spice up the regexp for args.
7250         Don't distinguish between cmds that can take an opt arg or not.
7251         Use `append' and `prepend' rather than `keep'.
7253         * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
7254         (latex-outline-regexp): New var.
7255         (latex-outline-level): New fun.
7256         (latex-section-alist): New var.
7257         (latex-imenu-create-index): Use it.  Use `push' as well.
7258         (tex-shell-map): Initialize it properly.
7259         (tex-mode): Minor stylistic change.
7260         (plain-tex-mode): Use define-derived-mode.
7261         (latex-mode): Use define-derived-mode.
7262         Construct the paragraph regexps in a more readable way.
7263         Set the buffer-local outline-{level,regexp} vars.
7264         (slitex-mode): Derive from latex-mode.
7265         (tex-common-initialization): Don't kill-all-vars anymore.
7266         Add setting for comment-add and font-lock-defaults.
7267         (tex-start-shell): Use with-current-buffer and don't re-init keymap.
7268         (tex-main-file): New fun.  Obey TeX-master as well and remove `.tex'.
7269         (tex-start-tex): New arg DIR (and send a chdir command for it).
7270         Also display the shell buffer and save it in tex-last-buffer-texed.
7271         (tex-region): Use expand-file-name rather than concat.
7272         Remove code made useless by changes in tex-start-tex.
7273         (tex-file): Use tex-main-file and adapt to new tex-start-tex.
7275         * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
7277 2000-09-28  Dave Love  <fx@gnu.org>
7279         * eshell/eshell.el (eshell) <defgroup>: Add :version.
7281 2000-09-28  Gerd Moellmann  <gerd@gnu.org>
7283         * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
7284         `append'.
7286 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
7288         * info.el (Info-extract-pointer): Undo last change.
7289         Instead, fix the position of the `bound' arg to re-search-backward.
7291 2000-09-27  Stefan Monnier  <monnier@cs.yale.edu>
7293         * info.el (Info-extract-pointer):
7294         Widen more carefully, to avoid finding pointers in other nodes.
7295         (Info-index): Use push.
7297 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
7299         * frame.el (set-frame-font): Remove call to obsolete function
7300         frame-update-faces.
7301         (set-foreground-color, set-background-color): Likewise for
7302         frame-update-face-colors.
7304 2000-09-27  Miles Bader  <miles@gnu.org>
7306         * image-file.el: New file.
7308 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
7310         * frame.el (frame-notice-user-settings): Don't call
7311         frame-update-faces, which is a no-op now.
7313         * ediff-wind.el (ediff-control-frame-parameters): Add zero
7314         tool-bar-lines.
7316 2000-09-27  Dave Love  <fx@gnu.org>
7318         * mouse.el: Fix last change.
7320 2000-09-27  Miles Bader  <miles@lsi.nec.co.jp>
7322         * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
7324 2000-09-22  Kenichi Handa  <handa@etl.go.jp>
7326         * international/quail.el (quail-help): The output message is
7327         improved.
7329 2000-09-26  Dave Love  <fx@gnu.org>
7331         * mouse.el (popup-menu): If POSITION is nil, set it using
7332         mouse-position.
7334 2000-09-25  Sam Steingold  <sds@gnu.org>
7336         * net/browse-url.el (browse-url-file-url): Check for null maps.
7338 2000-09-26  Gerd Moellmann  <gerd@gnu.org>
7340         * frame.el (frame-notice-user-settings): Don't add a
7341         tool-bar-lines frame parameter to default-frame-alist in batch mode.
7343         * frame.el (frame-notice-user-settings):
7344         Make tool-bar-mode and default-frame-alist consistent.
7346         * toolbar/tool-bar.el (tool-bar-help): New function.
7348 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
7350         * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
7351         current-load-list in top-level forms.  Else this leaks a cons cell
7352         every time a defun is called.
7354         * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
7356 2000-09-25  Dave Love  <fx@gnu.org>
7358         * startup.el (fancy-splash-head): Check XPM is available.
7360         * autoinsert.el (auto-insert): Doc fix.
7361         (auto-insert-alist): Following GNU notices, don't say `copyright
7362         _by_'.  Use line-beginning-position.
7363         (auto-insert): Check buffer-file-name is non-nil before use.
7365 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
7367         * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
7368         starting with `@def' or `@multitable', in addition to ones
7369         specified by the user in auto-fill-inhibit-regexp.
7371 2000-09-25  Markus Rost  <rost@math.ohio-state.edu>
7373         * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
7374         rmail-dont-reply-to-names matches the empty string.
7376 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
7378         * startup.el (command-line-1, fancy-splash-text): Change the
7379         text to sound more friendly.
7381 2000-09-23  Thien-Thi Nguyen  <ttn@gnu.org>
7383         * progmodes/hideshow.el: Update author email address.
7384         Generally, sync w/ maintainer version 5.22.
7385         (hs-hide-all-non-comment-function): New var.
7386         (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
7387         (hs-hide-all): Use `hs-hide-all-non-comment-function'.
7388         (hs-show-region): Delete this command.
7389         (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
7391 2000-09-22  Dave Love  <fx@gnu.org>
7393         * hl-line.el (hl-line-overlay): Don't make it buffer-local.
7394         (hl-line-highlight): Specify buffer when moving overlay.
7396         * progmodes/fortran.el (fortran-mode): Locally set
7397         normal-auto-fill-function.
7398         (fortran-auto-fill-mode): Just alias to auto-fill-mode.
7399         (fortran-mode-map): Adjust auto-fill menu entry.
7401 2000-09-22  Gerd Moellmann  <gerd@gnu.org>
7403         * vc-rcs.el (toplevel): Require `vc' when compiling.
7405         * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
7407 2000-09-22  Andre Spiegel  <spiegel@gnu.org>
7409         * vc.el (vc-switch-backend): Signal an error if the file is not
7410         registered under the new backend.
7412         * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
7413         without explicit revision number.
7415 2000-09-21  Stefan Monnier  <monnier@cs.yale.edu>
7417         * diff-mode.el (diff-file-header-face): Reset to its previous value.
7418         (diff-hunk-text): Correctly use offsets rather than buffer-positions.
7419         (diff-xor): New function.
7420         (diff-find-source-location): Use it.  Fix a stupid name clash.
7421         (diff-hunk-status-msg): New function.
7422         (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
7423         (diff-test-hunk): Use diff-find-source-location.
7424         (diff-goto-source): Favor the `reverse'.
7425         (diff-hunk-text): Properly handle one-sided context diffs.
7426         (diff-apply-hunk): When done, advance to the next hunk.
7428 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
7430         * startup.el (command-line): If frame was created with a non-zero
7431         tool-bar-lines parameter, switch tool-bar-mode on.
7433         * add-log.el (change-log-date-face, change-log-name-face)
7434         (change-log-email-face, change-log-file-face)
7435         (change-log-list-face, change-log-conditionals-face)
7436         (change-log-function-face, change-log-acknowledgement-face):
7437         New faces, inheriting from font-lock faces.
7438         (change-log-font-lock-keywords): Use them.
7440 2000-09-21  Dave Love  <fx@gnu.org>
7442         * progmodes/cperl-mode.el (top-level): Clean up
7443         `eval-when-compile's and assorted defvars.
7444         (cperl-invalid-face): Don't double-quote value.  Change custom
7445         type.
7446         (cperl-mode): Set normal-auto-fill-function and don't zap
7447         auto-fill-function.
7448         (cperl-imenu--function-name-regexp-perl): Renamed from
7449         imenu-example--function-name-regexp-perl.
7450         (cperl-imenu--create-perl-index): Renamed from
7451         imenu-example--create-perl-index.
7452         (cperl-xsub-scan): Don't require cl.
7454         * msb.el (msb-mode-map): Use substitute-key-definition.
7455         (msb-mode): Use msb-mode-map.
7457 2000-09-21  Andre Spiegel  <spiegel@gnu.org>
7459         * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
7460         New functions.
7461         (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
7462         (vc-switch-backend): New function.
7463         (vc-prefix-map): Bind `vc-switch-backend' to `b'.
7464         (vc-register): Fix prompt.
7465         (vc-unregister, vc-default-unregister): New functions.
7466         (vc-version-diff): Handle empty buffer in sentinel.
7468         * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
7469         (vc-rcs-state-heuristic): Use it to guess the state of files with
7470         non-strict locking.
7471         (vc-rcs-find-most-recent-rev): Handle the case when a branch has
7472         been set with -b, but not created yet.
7473         (vc-rcs-fetch-master-state): With non-strict locking, compare file
7474         contents in order to find the state.
7475         (vc-rcs-checkin): Allow creation of branches with no changes.
7476         (vc-rcs-unregister, vc-rcs-receive-file)
7477         (vc-rcs-set-non-strict-locking): New functions.
7479         * vc-hooks.el (vc-name): Force correct computation of the value
7480         in case it is missing.
7482 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
7484         * startup.el (fancy-splash-tail): Use a different foreground
7485         color on a dark frame background.
7487 2000-09-21  Miles Bader  <miles@lsi.nec.co.jp>
7489         * info.el: Use the correct capitalization when making Info-mode
7490         and Info-edit-mode `special' modes.
7492 2000-09-20  Stefan Monnier  <monnier@cs.yale.edu>
7494         * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
7495         (diff-mode): Add support for add-log.el.
7496         (diff-hunk-text): Use char offsets rather than line offsets.
7497         (diff-find-source-location): Replace LINE with line-offset (nil
7498         if not found) and always set POS to a meaningful position.
7499         Adapt to the new char-offsets.
7500         (diff-apply-hunk): Drop support for the unused `select' POPUP.
7501         Adapt to the new diff-find-source-location.
7502         (diff-goto-source): Adapt to the new diff-find-source-location.
7504         * add-log.el (add-log-file-name): New function (split out of
7505         add-change-log-entry).
7506         (add-change-log-entry): Use it.
7507         Call add-log-file-name-function with the changelog file name if
7508         the current buffer is not associated with any file.
7509         Avoid find-file if the selected window is dedicated.
7511         * diff-mode.el (diff-find-source-location):
7512         Move code from diff-apply-hunk.  Return buffer rather than file.
7513         (diff-apply-hunk): Use the new result from  diff-find-source-location.
7514         (diff-goto-source): Use the new diff-find-source-location.
7516 2000-09-20  Dave Love  <fx@gnu.org>
7518         * iswitchb.el: Some doc fixes.
7519         (iswitchb-mode-map): Define completely initially.  Inherit
7520         minibuffer-local-map.
7521         (iswitchb-completion-help) <!iswitchb-xemacs>: Use
7522         fundamental-mode.
7523         (iswitchb-global-map): New variable.
7524         (iswitchb-summaries-to-end): Amalgamate regexps.
7525         (iswitchb-mode): New.
7526         (iswitchb-mode-hook): New variable.
7527         (iswitchb) <defgroup>: Add URL link.  Use group `completion', not
7528         `extensions'.
7530 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
7532         * ehelp.el (electric-help): New defgroup.
7533         (electric-help-shrink-window): New user-option.
7534         (with-electric-help): Use it.
7536         * window.el (shrink-window-if-larger-than-buffer): If face
7537         `mode-line' has a :box, and we're on a graphical frame, add 1
7538         to the needed window height.
7540         * frame.el (frame-notice-user-settings): Add a last parameter nil
7541         to a call to `append', because the last list passed to `append' is
7542         not copied, and so subsequent calls to assq-delete-all will modify
7543         default-frame-alist.
7545         * startup.el (fancy-splash-image): Change :type.
7546         (fancy-splash-head): Use an XBM image if appropriate.
7547         (command-line-1): Show splash screens in more cases.
7549         * startup.el (fancy-splash-text): Don't quote faces.
7551         * dired.el (dired-font-lock-keywords): Undo last change.
7552         (dired-readin): Bind indent-tabs-mode to nil.
7554         * startup.el (fancy-splash-head): If frame's background mode
7555         is `dark', change the black background of the image to gray.
7556         (fancy-splash-screens): Display startup echo area message.
7557         (display-startup-echo-area-message): New function.
7559 2000-09-20  Miles Bader  <miles@lsi.nec.co.jp>
7561         * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
7563         * info.el (info-header-node): Tweak for color ttys.
7565         * faces.el (face-valid-attribute-values): Make sure directories we
7566         search for stipples both exist and are readable before trying to
7567         search them.
7569         * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
7570         in the dry-run case.
7572         * jka-compr.el (with-auto-compression-mode): New macro.
7574         * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
7575         (custom-group-tag-face, custom-variable-tag-face): Use relative
7576         :height and inherit from `variable-pitch' face instead of
7577         hardwiring :family.
7578         * hi-lock.el (hi-black-hb): Likewise.
7580         Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
7581         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
7582         toolbar-add-item, if image doesn't have a mask add a `:mask
7583         heuristic'.
7585 2000-09-19  Stefan Monnier  <monnier@cs.yale.edu>
7587         * diff-mode.el: Docstring fixes.
7588         (diff-header-face, diff-comment-face): New faces.
7589         (diff-font-lock-keywords): Highlight a bit differently.
7590         (diff-find-source-location): Don't return SPAN any more.
7591         (diff-hunk-text): Don't bother erasing the temp buffer.
7592         (diff-find-text): Drop argument LINE.
7593         (diff-apply-hunk): Update calls to diff-find-text.
7594         (diff-goto-source): Use pop-to-buffer again and don't raise an error.
7596         * calendar/calendar.el: Docstring fixes.
7597         (calendar-make-alist): Don't quote lambda.
7598         (calendar-star-date): Use make-local-variable.
7600 2000-09-19  Dave Love  <fx@gnu.org>
7602         * toolbar/tool-bar.el: Renamed from toolbar.el.
7603         Change `toolbar' to `tool-bar' generally in symbols.
7604         Make some items invisible in `special' major modes.
7605         (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
7606         Add arg PROPS.
7608         * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
7609         Add :version here.
7610         (fancy-splash-delay, fancy-splash-image): Remove :version here.
7612 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
7614         * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
7616         * files.el (find-file-suppress-same-file-warnings): New user-option.
7617         (find-file-noselect): Use it.
7619         * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
7620         (fancy-splash-screen): Defgroup.
7622         * add-log.el (change-log-font-lock-keywords): Match names
7623         more exactly for the case that font-lock-constant-face is
7624         underlined.
7626 2000-09-19  Richard M. Stallman  <rms@gnu.org>
7628         * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
7630 2000-09-19  Andre Spiegel  <spiegel@gnu.org>
7632         * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
7634 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
7636         * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
7637         * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
7638         * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
7639         * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
7640         * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
7641         * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
7642         * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
7643         * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
7644         * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
7645         * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
7646         * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
7647         * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
7649         * startup.el (fancy-splash-text): New variable.
7650         (fancy-splash-delay, fancy-splash-image): New user-options.
7651         (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
7652         (fancy-splash-screens): New functions.
7653         (command-line-1): If display has a `display' frame parameter, has
7654         colors, and we have XPM support, show more fancy splash screens.
7656 2000-09-19  Dave Love  <fx@gnu.org>
7658         * map-ynp.el (map-y-or-n-p): Check use-dialog-box.  Don't lose
7659         with null `help'.  Use modern backquote syntax.
7661 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
7663         * font-lock.el (font-lock-mode): Change message telling the user
7664         that ``the buffer is too big''.
7666         * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
7667         for instance for the case that tab-width is 2.
7669 2000-09-18  Gerd Moellmann  <gerd@gnu.org>
7671         * toolbar/toolbar.el (toolbar-like-menu-item): Like in
7672         toolbar-add-item, if image doesn't have a mask add a `:mask
7673         heuristic'.
7675 2000-09-18  Miles Bader  <miles@lsi.nec.co.jp>
7677         * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
7678         and return a cons if it's non-nil.
7679         (diff-apply-hunk): Try to jump to the line in the source text
7680         corresponding to the position of point in the in the hunk.
7682         * info.el (Info-title-3-face, Info-title-2-face)
7683         (Info-title-1-face): Use face inheritance and relative sizes
7684         instead of hard-wiring things.
7686         * faces.el (secondary-selection): Make dark-background variant sane.
7688 2000-09-16  Andrew Innes  <andrewi@gnu.org>
7690         * makefile.w32-in (compile-files-CMD): No need to make .elc files
7691         read-only, since they aren't under VC now.
7693 2000-09-17  Dave Love  <fx@gnu.org>
7695         * tmm.el: Replace mapcar with mapc in several places.
7697         * loadhist.el (unload-feature): Maybe call elp-restore-list and
7698         ad-unadvise.
7700         * international/latin1-disp.el: New file.
7702         * calendar/cal-move.el (scroll-calendar-left)
7703         (scroll-calendar-right): Make arg optional (for active mode line).
7705         * calendar/calendar.el (calendar-mode-line-format): Make fields
7706         mouse-sensitive.
7707         (calendar-read-date, calendar-read-date, calendar-window-list):
7708         Unquote lambda.
7709         (calendar-month-name): Use aref, not sref.
7711         * view.el (minor-mode-alist): Propertize the string.
7713         * international/characters.el (standard-case-table): Add entries
7714         for Greek.
7716 2000-09-18  Miles Bader  <miles@gnu.org>
7718         * info.el (info-node, info-xref): Add dark-background variants.
7720         * faces.el (header-line): Change defaults to be less confusing
7721         when mixed with mode-lines.
7723         * info.el (Info-fontify-node): Make a few cleanups.
7724         Add extra `help-echo' and `local-map' props to node xrefs.
7725         Use header-specific faces for node-names & xrefs.
7726         (Info-use-header-line): New variable.
7727         (info-header-xref, info-header-node): New faces.
7728         (Info-setup-header-line): New function.
7729         (Info-select-node): Call Info-setup-header-line when enabled.
7730         (Info-extract-pointer): Work even if the header line is hidden.
7731         (Info-header-line): New variable.
7733 2000-09-16  Stefan Monnier  <monnier@cs.yale.edu>
7735         * vms-patch.el (print-region-function): Don't quote lambda.
7737         * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
7739         * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
7740         (lm-get-header-re): Allow spaces between the header and the colon.
7741         (lm-header): Allow $ in non-RCS headers.
7742         (lm-header-multiline): Put the strings back into order.
7743         Stop at an empty line.  Don't require two space chars if the
7744         line is clearly not another header line.
7746         * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
7747         (popup-menu-popup): Remove.
7749 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
7751         * toolbar/toolbar.el (toolbar-add-item): Use the same image
7752         specification if or if not tool-bar item contains an `:enabled'
7753         property.
7755         * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
7756         current buffer has no file name.
7758 2000-09-15  Dave Love  <fx@gnu.org>
7760         * strokes.el: Sync with maintainer's current version with changes
7761         for Emacs, but avoid runtime cl and levents.
7762         (toplevel):  Change autoloads and compilation requires.
7763         (strokes-version, strokes-bug-address, strokes-lift): Values
7764         changed.
7765         (strokes-xpm-header, strokes-insinuated): New variable.
7766         (strokes): Add :link.
7767         (strokes-mode): Customized.
7768         (strokes-while-inhibiting-garbage-collector): New macro.
7769         (strokes-remassoc): Avoid remove-if.
7770         (strokes-fix-button2-command): Don't use ad-do-it.
7771         (strokes-insinuate): New function.
7772         (strokes-button-press-event-p, strokes-button-release-event-p):
7773         New functions, used instead of non-`strokes-' versions..
7774         (strokes-mouse-event-p): Rewritten.
7775         (strokes-event-closest-point): Avoid event-point.
7776         (strokes-get-grid-position): Avoid cdadr, caadr
7777         (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
7778         functions.
7779         (strokes-help): Use with-output-to-temp-buffer.
7780         (strokes-window-configuration-changed-p): New function.
7781         (strokes-update-window-configuration): Use buffer-live-p,
7782         strokes-window-configuration-changed-p.
7783         (strokes-mode): Use strokes-insinuate.  Alter mouse bindings.
7784         (strokes-char-face): New face.
7785         (strokes-char-table, strokes-base64-chars): New variable.
7786         (strokes-xpm-for-stroke, strokes-list-strokes)
7787         (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
7788         (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
7789         (strokes-xpm-to-compressed-string, strokes-decode-buffer)
7790         (strokes-encode-buffer, strokes-xpm-for-compressed-string)
7791         (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
7792         functions.
7794 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
7796         * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
7798         * image.el (create-image): Doc fix.
7800         * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
7801         instead of `:heuristic-mask t'.
7803 2000-09-14  Andrew Innes  <andrewi@gnu.org>
7805         * makefile.w32-in: Revert to Unix line endings.
7807 2000-09-14  Andrew Innes  <andrewi@gnu.org>
7809         * makefile.w32-in: Add bootstrap support.  Also copy lisp source
7810         when installing.
7812         * makefile.nt (DONTCOMPILE): Fix typo.
7814         * shell.el (shell-write-history-on-exit): New function.
7815         (shell-dumb-shell-regexp): New custom variable.
7816         (shell-mode): Make shell-write-history-on-exit the process
7817         sentinel if shell name matches shell-dumb-shell-regexp.
7819         * w32-fns.el: Comment out before-init-hook function which resets
7820         source-directory based; this breaks bootstrap.
7822 2000-09-14  Dave Love  <fx@gnu.org>
7824         * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
7825         toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
7826         toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
7827         toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
7828         toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
7829         toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
7830         toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm:  New.
7831         From Tuomas Kuosmanen <tigert@gimp.org>.  (Gnome icons fetched
7832         from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
7834         * toolbar/toolbar.el: New.
7836         * subdirs.el: Add toolbar.
7838 2000-09-14  Gerd Moellmann  <gerd@gnu.org>
7840         * indent.el (indent-for-tab-command): Doc fix.
7842 2000-09-14  Alex Schroeder  <alex@gnu.org>
7844         * ansi-color.el (ansi-colors): Doc change.
7845         (ansi-color-get-face): Simplified regexp.
7846         (ansi-color-faces-vector): Added more faces, doc change.
7847         (ansi-color-names-vector): Doc change.
7848         (ansi-color-regexp): Simplified regexp.
7849         (ansi-color-parameter-regexp): New regexp.
7850         (ansi-color-filter-apply): Doc change.
7851         (ansi-color-filter-region): Doc change.
7852         (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
7853         deal with zero length parameters.
7854         (ansi-color-apply-on-region): Doc change.
7855         (ansi-color-map): Doc change.
7856         (ansi-color-map-update): Removed debugging message.
7857         (ansi-color-get-face-1): Added condition-case to trap
7858         args-out-of-range errors.
7859         (ansi-color-get-face): Doc change.
7860         (ansi-color-make-face): Removed.
7861         (ansi-color-for-shell-mode): New option.
7863 2000-09-13  Kenichi Handa  <handa@etl.go.jp>
7865         * international/quail.el (quail-start-translation): Translate KEY
7866         if necessary even if it doesn't have any mapping in the current
7867         input method.
7868         (quail-start-conversion): Likewise.
7869         (quail-help): The output message is improved.
7871 2000-09-13  Miles Bader  <miles@gnu.org>
7873         * comint.el (comint-output-filter): Revert to using
7874         `insert-before-markers'.  Add bletcherous hack to undo damage
7875         caused by `insert-before-markers'.  Put `front-sticky' property on
7876         overlays created here so that the field code understands how the
7877         overlay works.  Use a let when making comint-last-prompt-overlay,
7878         so that the code is easier to read.
7880 2000-09-13  Dave Love  <fx@gnu.org>
7882         * wid-edit.el (widget-default-format-handler): DTRT when
7883         doc-property is a function.
7885 2000-09-12  Francesco Potorti`  <pot@gnu.org>
7887         * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
7888         filed name if it's not there.
7890 2000-09-12  Dave Love  <fx@gnu.org>
7892         * simple.el (read-mail-command): Doc fix.
7893         (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
7895         * vc.el (vc-dired-listing-switches): Fix :version.
7897         * vc-hooks.el: Doc fixes.
7899         * subr.el (add-minor-mode): Use toggle-fun arg.
7901         * speedbar.el: Add :version to several defcustoms.
7903         * imenu.el (imenu--truncate-items, imenu--cleanup)
7904         (imenu--generic-function): Avoid mapcar.
7905         (imenu--replace-spaces): Function removed.
7906         (imenu--completion-buffer): Use subst-char-in-string.
7907         (imenu-add-to-menubar): Use keymap inheritance.
7909 2000-09-12  Miles Bader  <miles@gnu.org>
7911         * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
7912         (diff-mode-map): Bind `diff-test-hunk'.
7913         (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
7915 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
7917         * bytecomp.el (byte-compile-defvar): Undo last change
7918         because it breaks '(make-variable-buffer-local (defvar ...)'
7919         which is used at least in dired.
7921 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
7923         * international/quail.el (quail-define-package): Docstring
7924         modified.
7926 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
7928         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
7929         extra docstrings for "chinese-ccdospy", "chinese-ecdict",
7930         "chinese-etzy", "chinese-sw", and "chinese-ziranma".  Modify the
7931         docstring of "chinese-py".
7933         * international/quail.el (quail-translation-docstring): New
7934         variable.
7935         (quail-show-keyboard-layout): Docstring modified.
7936         (quail-select-current): Likewise.
7937         (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
7938         infinite recursive call.
7939         (quail-help): Check quail-translation-docstring.  Format of the
7940         output changed.
7941         (quail-help-insert-keymap-description): Adjusted for the above
7942         change.
7944 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
7946         * bytecomp.el (byte-compile-defvar): Only cons onto
7947         current-load-list in top-level forms.  Else this leaks a cons cell
7948         every time a defun is called.
7950 2000-09-11  Miles Bader  <miles@lsi.nec.co.jp>
7952         * diff-mode.el (diff-apply-hunk): Function basically rewritten.
7953         Now understands non-unified diffs.  Some functionality moved into
7954         `diff-hunk-text' and `diff-find-text'.  Add OTHER-FILE, DRY-RUN,
7955         POPUP, and NOERROR arguments.  If DRY-RUN is true, don't actually
7956         modify anything.  Only reposition point in the patched file if the
7957         patch succeeds.  Only pop up another window if POPUP is true.
7958         Emit a message describing what happened if successful, and at what
7959         line-offset.  Automatically detect reversed hunks and do something
7960         appropriate.
7961         (diff-hunk-text, diff-find-text): New functions.
7962         (diff-filter-lines): Function removed.
7963         (diff-test-hunk): New function.
7964         (diff-goto-source): Rewritten in terms of diff-apply-hunk.
7966 2000-09-10  Dave Love  <fx@gnu.org>
7968         * textmodes/tildify.el: Minor doc/commentary fixes.
7969         (tildify) <defgroup>: Add :version.
7971         * faces.el (face-x-resources): Make custom type more specific.
7972         (frame-background-mode): Use mapc.
7973         (region) <defcustom>: Add :version.
7975 2000-09-08  Stefan Monnier  <monnier@cs.yale.edu>
7977         * vc-sccs.el (vc-sccs-register):
7978         * vc-rcs.el (vc-rcs-register):
7979         * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
7980         * vc.el (vc-register): Clear file's properties.
7982 2000-09-08  Gerd Moellmann  <gerd@gnu.org>
7984         * faces.el (face-spec-set): Only face-spec-reset-face when
7985         ATTRS is non-nil.
7987 2000-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
7989         * help.el (help-insert-xref-button): Fix a typo in doc string.
7991 2000-09-07  Eli Zaretskii  <eliz@is.elta.co.il>
7993         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
7994         Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
7995         methods.
7997         * menu-bar.el (read-mail-item-name): New function.
7998         (menu-bar-tools-menu): Use it to compute and display the package
7999         used to read email.
8000         (menu-bar-tools-menu): Fix typo in GUD's help string.
8002 2000-09-07  Dave Love  <fx@gnu.org>
8004         * diff-mode.el (diff-mouse-goto-source): New function.
8006         * vc-sccs.el: Doc fixes.
8007         (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
8009         * vc-rcs.el: Doc fixes.
8010         (vc-rcs-register-switches, vc-rcs-checkin-switches)
8011         (vc-rcs-checkout-switches, vc-rcs-header)
8012         (vc-rcs-master-templates): Add or change :version.
8014         * vc-cvs.el: Doc fixes.
8015         (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
8016         (vc-cvs-stay-local): Add :version.
8018         * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
8020 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
8022         * international/quail.el (quail-help): Fix previous change.
8024 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
8026         * faces.el (color-values): Doc fix.
8028         * faces.el (frame-set-background-mode): Use frame-parameter
8029         instead of frame-parameters.
8031         * frame.el (filtered-frame-list): Reduce consing.
8032         (frames-on-display-list): Call frame-parameter instead of
8033         frame-parameters.
8035 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
8037         * language/devan-util.el (devanagari-to-indian-region): In the
8038         loop, change the following char, not preceding char.
8040 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
8042         * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
8043         instead of frame-parameters.
8045         * faces.el (set-face-attribute): Simplify by calling
8046         internal-set-lisp-face-attribute with FRAME being 0.
8048         * vc.el: Remove `Id' version control keyword.
8050 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
8052         * help.el (help-make-xrefs): Adjusted for the change of
8053         help-xref-mule-regexp.
8054         (help-insert-xref-button): New function.
8056         * international/mule-cmds.el (help-xref-mule-regexp-template):
8057         Include the pattern for character set.
8058         (leim): New group.
8060         * international/quail.el: Don't require face.
8061         (quail): New group.
8062         (quail-other-command): Dummy command to make quail-help work better.
8063         (quail-keyboard-layout-alist): Add Keyboard type "jp106".
8064         (quail-keyboard-layout-substitution): New variable.
8065         (quail-update-keyboard-layout): New function.
8066         (quail-keyboard-layout-type): New customizable variable.
8067         (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
8068         (quail-keyboard-translate): Pay attention to
8069         quail-keyboard-layout-substitution.
8070         (quail-insert-kbd-layout): New function.
8071         (quail-show-keyboard-layout): New function.
8072         (quail-get-translation): If the definition is a vector of length
8073         1, and the element is a string of length 1, return the character
8074         in that string.
8075         (quail-update-current-translations): Fix the case of
8076         relative-index out of range.
8077         (quail-build-decode-map, quail-insert-decode-map): New Functions.
8078         (quail-help): Show keyboard layout by quail-insert-kbd-layout.
8079         Show key sequences for all available characters.
8080         (quail-help-insert-keymap-description): Don't show such verbose
8081         key bindings as quail-self-insert-command.
8083         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
8084         Format changed, and each element now have extra documentations.
8085         (tit-process-header): Delete invalid characters from TIT-PROMPT.
8086         Adjusted for the change of quail-cxterm-package-ext-info.
8088 2000-09-06  Gerd Moellmann  <gerd@gnu.org>
8090         * vc-hooks.el (toplevel): Don't require `vc' during compilation;
8091         requiring it leads to a recursive loading of vc.el and vc-hooks.el
8092         during bootstrap.
8094 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
8096         * vc.el: (toplevel): Don't require `dired' at run-time.
8097         (vc-dired-resynch-file): Remove autoload cookie.
8099 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
8101         * vc.el: Made several backend functions optional.
8102         (vc-default-responsible-p): New function.
8103         (vc-merge): Use RET for first version to trigger merge-news, not
8104         prefix arg.
8105         (vc-annotate): Handle backends that do not support annotation.
8106         (vc-default-merge-news): Removed.  The existence of a merge-news
8107         implementation is now checked on caller sites.
8109         * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
8110         case.
8112         * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
8113         special case that has been removed from the default in vc-hooks.el.
8115 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
8117         * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
8119 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
8121         * vc-hooks.el: Require vc during compilation.
8122         (vc-file-setprop): Use `vc-touched-properties' if bound by the new
8123         macro `with-vc-properties' in vc.el.
8124         (vc-file-getprop): Doc fix.
8125         (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
8127         * vc.el: Require dired-aux during compilation.
8128         (vc-name-assoc-file): Moved to vc-sccs.el.
8129         (with-vc-properties): New macro.
8130         (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
8131         vc-finish-steal): Use it.
8132         (vc-cancel-version): Moved RCS-specific code to vc-rcs.el.  The call
8133         to the backend-specific function is now supposed to do the checkout,
8134         too.
8135         (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
8137         * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
8138         set file properties; that gets done in the generic code now.
8140         * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
8141         Changed parameter list, added code from vc.el that does the
8142         checkout, possibly with a double-take.
8144         * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
8145         (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
8146         the above under the new name.
8147         (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'.  Changed
8148         parameter list, added checkout command.
8149         (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
8150         properties; that gets done in the generic code now.
8152 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
8154         * vc.el: Docstring fixes (courtesy of checkdoc).
8156 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
8158         * vc.el (vc-checkout-writable-buffer-hook)
8159         (vc-checkout-writable-buffer): Remove.
8160         (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
8161         (vc-log-mode): Make it into a clean derived major mode.
8162         (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
8163         vc-log-mode if log-edit is not available.
8164         (vc-dired-mode-map): Don't set-keymap-parent yet.
8165         (vc-dired-mode): Do set-keymap-parent here.
8166         (vc-dired-buffers-for-dir): Nop if dired is not loaded.
8168 2000-09-05  Gerd Moellmann  <gerd@gnu.org>
8170         * faces.el (set-face-attribute, face-spec-reset-face)
8171         (face-spec-set): Avoid consing by removing calls to `apply'.
8173         * frame.el (frame-parameter): Move to C code.
8175 2000-09-05  Dave Love  <fx@gnu.org>
8177         * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
8178         insert-before-markers-and-inherit.  Now checked systematically!
8180 2000-09-05  Alex Schroeder  <alex@gnu.org>
8182         * sql.el (sql-postgres): Use sql-postgres-options.
8183         (sql-postgres-options): New variable.
8185 2000-09-05  Alex Schroeder  <alex@gnu.org>
8187         * sql.el (sql-mode-menu): Work around missing variable mark-active
8188         in XEmacs.
8189         (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
8190         (sql-interactive-mode): Added call to easy-menu-add for XEmacs
8191         compatibility.
8193 2000-09-04  Gerd Moellmann  <gerd@gnu.org>
8195         * vc.el (vc-dired-resynch-file): Add autoload cookie.
8197         * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
8199         * Makefile.in (DONTCOMPILE): Fix typo in file name.
8201 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
8203         * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
8204         don't support anything else under SCCS yet.
8206         * vc-hooks.el: Minor doc fixes.
8208 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
8210         * vc.el (vc-next-action-on-file): Do not visit the file if it's
8211         not necessary.  If verbose in state `needs-patch', do the same as
8212         under `up-to-date'.  When NOT verbose and `needs-patch', check out
8213         latest version instead of `merge-news'.
8214         (vc-next-action-dired): Don't mess with default-directory here; it
8215         breaks other parts of dired.  It is the job of the
8216         backend-specific functions to adjust it temporarily if they need it.
8217         (vc-next-action): Remove a special CVS case.
8218         (vc-clear-headers): New optional arg FILE.
8219         (vc-checkin, vc-checkout): Set properties vc-state and
8220         vc-checkout-time properly.
8221         (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
8222         (vc-print-log): Use new backend function `show-log-entry'.
8223         (vc-cancel-version): Do the checks in a different order.  Added a
8224         FIXME concerning RCS-only code.
8226         * vc-rcs.el (vc-rcs-show-log-entry): New function.
8227         (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
8229         * vc-cvs.el (vc-cvs-show-log-entry): New function.
8231         * vc-hooks.el (vc-default-mode-line-string): Show state
8232         `needs-patch' as a `-' too.
8234 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
8236         * vc.el (vc-responsible-backend): New optional arg REGISTER.
8237         (vc-default-could-register): New function.
8238         (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
8239         (vc-resynch-buffer): Call vc-dired-resynch-file.
8240         (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
8241         vc-resynch-buffer instead of vc-resynch-window.
8242         (vc-next-action-dired): Don't redisplay here, that gets done as a
8243         result of the individual file operations.
8244         (vc-retrieve-snapshot): Corrected prompt order.
8246         * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
8248         * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
8249         as well.
8250         (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p.  Handle
8251         hostname regexps.  Updated all callers.
8252         (vc-cvs-responsible-p): Handle directories as well.
8253         (vc-cvs-could-register): New function.
8254         (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
8255         properties up-to-date.
8257         * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
8258         user whether to create one.
8260 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
8262         * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
8263         check out a non-existing file.
8265         * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
8266         workfile does not exist.
8268         * vc.el (vc-version-diff): Use `require' to check for existence of
8269         diff-mode.
8271 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
8273         * vc-cvs.el (vc-cvs-registered): Use new function
8274         vc-cvs-parse-entry to do the actual work.
8276 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
8278         * vc-hooks.el (vc-find-backend-function): If function doesn't
8279         exist, return nil instead of error.
8280         (vc-call-backend): Doc fix.
8282         * vc.el (vc-do-command): Doc fix.
8283         (vc-finish-logentry): When checking in from vc-dired, choose the
8284         right backend for logentry check.
8285         (vc-dired-mode-map): Inherit from dired-mode-map.
8286         (vc-dired-mode): Local value of dired-move-to-filename-regexp
8287         simplified.
8288         (vc-dired-state-info): Removed, updated caller.
8289         (vc-default-dired-state-info): Use parentheses instead of hyphens.
8290         (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
8291         (vc-dired-listing-switches): New variable.
8292         (vc-directory): Use it, instead of dired-listing-switches.
8294         * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
8295         (vc-cvs-dir-state): New function.
8296         (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
8297         (vc-cvs-parse-entry): New function, also to be used in
8298         vc-cvs-registered.
8300 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8302         * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
8303         *or* single-window-frames.
8305 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
8307         * vc.el (vc-update-changelog): Split into generic part and default
8308         implementation.  Doc string adapted.
8309         (vc-default-update-changelog): New function.  Call the `rcs2log'
8310         script in exec-directory, to fix a long-standing nuisance.
8312         * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
8313         simply signals an error.
8315 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8317         * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
8318         control-flow more clear and to avoid running `cvs' twice.
8320         * vc.el (vc-next-action-on-file): Doc fix.
8321         (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
8322         (vc-print-log): Eval `file' before constructing the continuation.
8324 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
8326         * vc.el (vc-next-action-on-file): Corrected several messages.
8327         (vc-merge): Add prefix arg `merge-news'; handle it.
8329         * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
8330         is not reached.  It is.
8331         (vc-cvs-merge): Set state to 'edited after merge.
8332         (vc-cvs-merge-news): Set workfile version to nil if not known.
8333         (vc-cvs-latest-on-branch-p): Recommented.  Candidate for removal.
8335         * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
8336         via stdout. (Merge from main line.)
8338 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8340         * vc.el (vc-finish-logentry): Thinko in the "same comment"
8341         detection.
8343 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8345         * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
8346         against kill-all-local-variables.
8347         (vc-log-edit): Don't save vc-parent-buffer any more.
8348         (vc-last-comment-match): Initialize to an empty string.
8349         (vc-post-command-functions): New hook.
8350         (vc-do-command): Run it.
8351         (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
8352         (vc-finish-logentry): Only add the comment to the ring if it's
8353         different from the last comment entered.
8354         (vc-new-comment-index): New function.
8355         (vc-previous-comment): Use it.  Make the minibuffer message
8356         slightly less terse.
8357         (vc-comment-search-reverse): Make it work forward as well.  Don't
8358         set vc-comment-ring-index if no match is found.  Use
8359         vc-new-comment-index.
8360         (vc-comment-search-forward): Use vc-comment-search-reverse.
8361         (vc-dired-mode-map): Don't inherit from dired-mode-map since
8362         define-derived-mode will do it for us.  Bind `v' to a keymap that
8363         inherits from vc-prefix-map so that we can bind `vt' without
8364         binding C-x v t.
8365         (vc-retrieve-snapshot): Parenthesis typo.
8367         * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
8368         to 1.  Make sure to switch to *vc* before looking for an error
8369         message.  Use vc-parse-buffer.
8371 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
8373         * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
8374         and NAME.
8375         (vc-retrieve-snapshot): Split into two parts.
8376         (vc-default-retrieve-snapshot): New function.
8378         * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
8379         (vc-cvs-retrieve-snapshot): New function (untested).
8380         (vc-cvs-stay-local): Default to t.
8381         (vc-cvs-remote-p): New function and property.
8382         (vc-cvs-state): Stay local only if the above is t.
8383         (vc-handle-cvs): Removed.
8384         (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
8385         done via vc-handled-backends now.
8386         (vc-cvs-header): Escape Id.
8388 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8390         * vc.el (vc-do-command): Remove unused commands.
8391         (vc-version-diff): Make sure default-directory ends with a slash.
8392         Move the window commands into a vc-exec-after.
8393         (vc-print-log): Move more of the code into the `vc-exec-after'.
8395 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
8397         * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
8398         (vc-print-log): Search current revision from beginning of buffer.
8399         (vc-revert-buffer): Clear echo area after the diff is finished.
8400         (vc-prefix-map): Removed definition of "t" for terse display in vc
8401         dired.
8402         (vc-dired-mode-map): Inherit from dired-mode-map.  Added
8403         definition of "vt" for terse display.
8404         (vc-dired-mode): Fix dired-move-to-filename-regexp.
8406 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8408         * vc.el (vc-exec-after): Avoid caddr.
8410 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8412         * vc.el (vc-exec-after): New function.
8413         (vc-do-command): Use it to add a termination message for async
8414         procs.
8415         (vc-checkout): Try to handle a missing-backend situation.
8416         (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
8417         of a directory with a backend using async diffs.
8418         (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
8419         present.
8421         * vc-sccs.el (vc-sccs-state-heuristic): Use
8422         file-ownership-preserved-p.
8424         * vc-rcs.el (vc-rcs-state-heuristic): Use
8425         file-ownership-preserved-p.
8426         (vc-rcs-checkout): Remove the error-handling for missing-rcs.
8428 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
8430         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
8431         vc-do-command.
8433         * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
8434         when there are no changes.
8436 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
8438         * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
8440         * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
8442 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8444         * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
8446         * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
8447         the `fset' outside of the defvar so that it works even if
8448         vc-prefix-map was already defined.
8449         (vc-setup-buffer): New function, split out of vc-do-command.
8450         (vc-do-command): Allow BUFFER to be t to mean `just use the
8451         current buffer without any fuss'.
8452         (vc-version-diff): Change the `diff' backend operation to just put
8453         the diff in the current buffer without erasing it.  Always use
8454         *vc-diff* even for directory-diffs.  Use vc-setup-buffer.  Protect
8455         shrink-window-if-larger-than-buffer.
8456         (vc-print-log): Change the `print-log' backend operation to just
8457         put the log in the current buffer without erasing it.  Protect
8458         shrink-window-if-larger-than-buffer.
8459         (vc-update-change-log): Fix setd typo.
8461         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
8462         (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
8464         * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
8465         (vc-rcs-diff): Insert in the current buffer and remove unused arg
8466         CMP.
8468         * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
8469         with-temp-file.  Use the new BUFFER=t argument to vc-do-command.
8470         (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
8472 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
8474         * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
8475         not possible, use vc-BACKEND-workfile-unchanged-p.
8476         (vc-default-workfile-unchanged-p): New function.  Delegates to a
8477         full vc-BACKEND-diff.
8479         * vc-hooks.el (vc-simple-command): Removed.
8481         * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
8482         instead of vc-simple-command.
8483         (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
8484         avoid doing a diff when opening a file.
8485         (vc-rcs-state): Added check for unlocked-changes.
8486         (vc-rcs-header): Escape Id.
8487         (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
8488         (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
8489         version.
8491         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
8492         (vc-sccs-diff): Remove optional arg CMP.
8493         (vc-sccs-state): Call vc-workfile-unchanged-p, not the
8494         SCCS-specific function.
8496         * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
8497         vc-simple-command.
8499 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8501         * vc.el (vc-editable-p): Renamed from vc-writable-p.
8502         (with-vc-file, vc-merge): Use vc-editable-p.
8503         (vc-do-command): Remove unused var vc-file and fix the
8504         doubly-defined `status' var.  Add a user message when starting an
8505         async command.
8506         (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
8507         (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
8508         Use with-current-buffer.
8509         (vc-buffer-sync): Use unless.
8510         (vc-next-action-on-file): If the file is 'edited by read-only,
8511         make it read-write instead of trying to commit.
8512         (vc-version-diff, vc-update-change-log): Use `setq
8513         default-directory' rather than `cd'.
8514         (vc-log-edit): Don't forget to set default-directory in the
8515         buffer.
8517         * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
8518         (vc-sccs-state-heuristic): Use file-writable-p instead of
8519         comparing userids.
8520         (vc-sccs-checkout): Use `unless'.
8522         * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
8523         of comparing userids.
8524         (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
8525         Simplify the logic by eliminating unreachable code.
8526         (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
8527         just do a recursive call if we need to retry.
8528         (vc-rcs-checkout): Handle the case where rcs is missing by making
8529         the buffer read-write if requested and re-signalling the error.
8531         * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
8533 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8535         * vc-hooks.el (vc-handled-backends): Docstring change.
8536         (vc-ignore-vc-files): Mark obsolete.
8537         (vc-registered): Check vc-ignore-vc-files.
8538         (vc-find-file-hook, vc-file-not-found-hook): Don't check
8539         vc-ignore-vc-files.
8541         * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
8543 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8545         * vc.el (vc-checkout): Don't do anything special for ange-ftp
8546         files since ange-ftp already has vc-registered return nil.
8548         * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
8549         (vc-sccs-workfile-version): Use with-temp-buffer and new
8550         vc-parse-buffer and don't bother setting the property.
8551         (vc-sccs-add-triple): Use with-current-buffer and
8552         find-file-noselect.
8553         (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
8555         * vc-rcs.el (vc-rcs-find-most-recent-rev): New function.  The code
8556         derives from the old vc-parse-buffer but uses the revision number
8557         rather than the date (much easier to compare robustly).
8558         (vc-rcs-fetch-master-state): Use `with-temp-buffer'.  Adapt to the
8559         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).  Find the
8560         locking-user more directly.  Check strict locking and set
8561         checkout-model appropriately.
8562         (vc-rcs-parse-locks): Remove.
8563         (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
8564         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
8565         (vc-rcs-system-release): Use with-current-buffer and
8566         vc-parse-buffer.
8567         (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
8569         * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
8570         (vc-simple-command): Docstring fix.
8571         (vc-registered): Align the way the file-handler is called with the
8572         way the function itself works.
8573         (vc-file-owner): Remove.
8575         * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer.  Reorder
8576         extraction of fields and call to file-attributes because of a
8577         temporary bug in rcp.el.
8578         (vc-cvs-fetch-status): Use with-current-buffer.
8580 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8582         * vc.el (vc-do-command): Use file-relative-name.
8583         (vc-responsible-backend): Use vc-backend if possible.
8584         (vc-create-snapshot): Improve the `interactive' spec. Add support
8585         for branches and dispatch to backend-specific `create-snapshot'.
8586         (vc-default-create-snapshot): New function, containing the bulk of
8587         the old vc-create-snapshot.
8588         (vc-retrieve-snapshot): Improve the interactive spec.
8590         * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
8591         (vc-backend-hook-functions): Remove.
8592         (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
8593         (vc-backend): Reintroduce the test for `file = nil' now that I
8594         know why it was there (and added a comment to better remember).
8596         * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
8597         code from vc-sccs-hooks.el.
8598         (vc-sccs-release, vc-sccs-system-release): Remove.  Don't require
8599         'vc anymore.
8600         (vc-sccs-responsible-p): Use expand-file-name instead of concat
8601         and file-directory-p instead of file-exists-p.
8602         (vc-sccs-check-headers): Simplify the regexp.
8604         * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
8605         from vc-rcs-hooks.el.  Don't require 'vc anymore.
8606         (vc-rcs-responsible-p): Use expand-file-name instead of concat and
8607         file-directory-p instead of file-exists-p.
8609         * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
8610         from vc-cvs-hooks.el.
8611         (proto vc-cvs-registered): Require 'vc-cvs instead of
8612         'vc-cvs-hooks.  Don't require 'vc anymore.
8613         (vc-cvs-responsible-p): Use expand-file-name instead of concat and
8614         file-directory-p instead of file-exists-p.
8615         (vc-cvs-create-snapshot): New function, replacing
8616         vc-cvs-assign-name.
8617         (vc-cvs-assign-name): Remove.
8619 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8621         * vc-cvs.el (vc-cvs-header): New var.
8623         * vc-rcs.el (vc-rcs-exists): Remove.
8624         (vc-rcs-header): New var.
8626         * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
8627         `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
8628         (vc-sccs-header): New var.
8630         * vc.el (vc-do-command): Get rid of the `last' argument.
8631         (vc-header-alist): Remove, replaced by vc-X-header.
8632         (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
8633         (vc-dired-hook): Use expand-file-name instead of concat.
8634         (vc-directory): Use file-name-as-directory.
8635         (vc-snapshot-precondition, vc-create-snapshot)
8636         (vc-retrieve-snapshot): Allow the command to operate on any
8637         directory.
8639         * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
8640         just removing the 'WORKFILE argument or by removing the 'MASTER
8641         argument and replacing `file' with (vc-name file).
8643 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8645         * vc.el: Update Copyright and add a crude list of backend funs.
8646         (vc-writable-p): New function.
8647         (with-vc-file): Use vc-writable-p.
8648         (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
8649         (vc-register): Avoid vc-name.
8650         (vc-locking-user): Remove.
8651         (vc-steal-lock): Make the `owner' arg non-optional.
8652         (vc-merge): Use vc-writable-p instead of vc-locking-user and
8653         vc-checkout-model.
8654         (vc-default-dired-state-info): Use vc-state instead of
8655         vc-locking-user and return special strings for special states.
8656         (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
8657         and get rid of one of the special CVS cases.
8658         (vc-cancel-version): prettify error message with \\[...].
8659         (vc-rename-master): New function.
8660         (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
8661         use vc-rename-master) instead of vc-BACKEND-record-rename.  Make
8662         the CVS special case generic.
8663         (vc-default-record-rename): Remove.
8664         (vc-file-tree-walk-internal): Only call FUNC for files that are
8665         under control of some VC backend and replace `concat' with
8666         expand-file-name.
8667         (vc-file-tree-walk): Update docstring.
8668         (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
8669         (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
8671         * vc-sccs.el (vc-sccs-rename-file): Renamed from
8672         vc-sccs-record-rename.  Use `find-file-noselect' rather than
8673         `find-file' and call `vc-rename-master' to do the actual move.
8674         (vc-sccs-diff): Remove unused `backend' variable.
8676         * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
8677         to delay loading of vc-sccs until it is really used.
8678         (vc-sccs-master-templates): Preload.
8679         (vc-sccs-state): Update call to vc-sccs-parse-locks.
8680         (vc-sccs-project-dir): Remove (merged into
8681         vc-sccs-search-project-dir).
8682         (vc-sccs-search-project-dir): Rewrite using file name handling ops
8683         rather than `concat', make sure it is preloaded and don't bother
8684         to check that the file actually exists.
8685         (vc-sccs-parse-locks): Remove unused `file' argument, remove
8686         `locks' argument (use buffer's content instead) and eliminate n^2
8687         behavior.
8689         * vc-rcs.el: Update Copyright.
8690         (vc-rcs-rename-file): New function.
8691         (vc-rcs-diff): Remove unused `backend' variable.
8693         * vc-hooks.el: Update Copyright.
8694         (vc-backend): Don't accept a nil argument any more.
8695         (vc-up-to-date-p): Turn into a defsubst.
8696         (vc-possible-master): New function.
8697         (vc-check-master-templates): Use `vc-possible-master' and allow
8698         funs in vc-X-master-templates to return a non-existent file.
8700         * vc-cvs.el: Update Copyright.
8701         (vc-cvs-diff): Remove unused `backend' variable.
8702         (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
8704         * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
8706 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8708         * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
8709         since it can be called from vc-rcs.el.
8710         (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
8712 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
8714         * vc.el (vc-version-diff): Expand file name read from the
8715         minibuffer.  Handle the case when a previous version number can't
8716         be guessed.  Give suitable messages when there were no differences
8717         found.
8718         (vc-clear-headers): Call backend-specific implementation, if one
8719         exists.
8720         (vc-cancel-version): Made error checks generic.  When done, clear
8721         headers generically, too.
8723         * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
8724         from vc-clear-headers in vc.el.
8726         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
8727         correctly.
8728         (vc-rcs-latest-on-branch-p): Made second argument VERSION
8729         optional.  Handle the case when it's not there.
8731 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8733         * vc.el (vc-locking-user): Moved from vc-hooks.el.
8735 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8737         * vc-hooks.el (vc-loadup): Remove.
8738         (vc-find-backend-function): Use `require'.  Also, handle the case
8739         where vc-BACKEND-hooks.el doesn't exist.
8740         (vc-call-backend): Cleanup.
8742 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8744         * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
8745         vc-rcs-grab-templates)
8746         (vc-rcs-registered): Remove.  The default function works as well.
8747         * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
8748         vc-sccs-grab-templates)
8749         (vc-sccs-registered): Remove.  The default function works as well.
8751         * vc.el (vc-version-diff): Left out a vc- in call to
8752         vc-call-backend.
8753         (vc-default-dired-state-info, vc-default-record-rename)
8754         (vc-default-merge-news): Update for the new backend argument.
8756         * vc-hooks.el (vc-find-backend-function): Return a cons cell if
8757         using the default function.
8758         (vc-call-backend): If calling the default function, pass it the
8759         backend as first argument.  Update the docstring accordingly.
8760         (vc-default-state-heuristic, vc-default-mode-line-string): Update
8761         for the new backend argument.
8762         (vc-make-backend-sym): Renamed from vc-make-backend-function.
8763         (vc-find-backend-function): Use the new name.
8764         (vc-default-registered): New function.
8766 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8768         * vc.el (vc-merge): Use vc-find-backend-function.
8770         * vc-hooks.el (vc-backend-functions): Remove.
8771         (vc-loadup): Don't setup 'vc-functions.
8772         (vc-find-backend-function): New function.
8773         (vc-call-backend): Use above fun and populate 'vc-functions
8774         lazily.
8775         (vc-backend-defines): Remove.
8777 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8779         * vc.el (vc-register): Put a FIXME note for a newly found bug.
8780         Call vc-call-backend without the leading vc-.
8781         (vc-responsible-backend, vc-finish-logentry, vc-annotate)
8782         (vc-check-headers): Call vc-call-backend without the leading vc-.
8783         (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
8784         (vc-annotate-display): Replace confusing use of `cond' with `or'.
8785         Call vc-call-backend without the leading vc-.
8787         * vc-cvs.el (tail): Provide vc-cvs.
8788         * vc-sccs.el (tail): Provide vc-sccs.
8789         * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
8791         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
8792         (vc-make-backend-function, vc-call): Pass names without leading
8793         `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
8794         (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
8795         (vc-call-backend): Always try to load vc-X-hooks.
8796         (vc-registered): Remove vc- in call to vc-call-backend.
8798 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8800         * vc.el (vc-process-filter): New function.
8801         (vc-do-command): Setup `vc-process-filter' for the async process.
8802         (vc-maybe-resolve-conflicts): New function to reduce
8803         code-duplication.  Additionally, it puts the buffer in
8804         `smerge-mode' if applicable.
8805         (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
8806         calling `merge-news'.
8807         (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
8808         (vc-log-edit): New function.  Replacement for `vc-log-mode' by
8809         interfacing to log-edit.el.
8810         (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
8811         log-edit is available.
8812         (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
8814 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8816         * vc.el (vc-register): Remove `vc-buffer-backend' setup.
8817         (vc-log-mode-map): New name for vc-log-entry-mode and merge the
8818         defvar and the initialization.
8819         (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
8821         * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
8822         (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
8824         * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
8826 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
8828         * vc.el (vc-file-clear-masterprops): Removed.
8829         (vc-checkin, vc-revert-buffer): Removed calls to the above.
8830         (vc-version-diff): Use buffer-size without argument.
8831         (vc-register): Heed vc-initial-comment.
8833         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
8834         default branch.
8836         * vc-rcs.el (vc-rcs-register): Parse command output to find master
8837         file name and workfile version.
8838         (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
8840         * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
8841         vc-file-clear-masterprops.
8843         * vc-sccs.el (vc-sccs-checkout): Removed call to
8844         vc-file-clear-masterprops.  If writable, set vc-state to 'edited
8845         rather than user login name.
8848 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8850         * vc.el (vc-workfile-unchanged-p): Remove unused argument
8851         `want-differences-if-changed' and simplify.
8852         (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
8853         (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
8854         output (which is invalid for async vc-diff) to decide whether to
8855         do the revert silently or not.
8857 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8859         * vc-hooks.el (vc-loadup): Load files quietly.
8860         (vc-call-backend): Oops, brain fart.
8862 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8864         * vc-cvs.el (vc-cvs-state): Typo.
8865         (vc-cvs-merge-news): Return the status code rather than the error msg.
8867 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
8869         * vc.el (with-vc-file, vc-next-action, vc-version-diff)
8870         (vc-dired-mark-locked): Replaced usage of vc-locking-user with
8871         vc-state or vc-up-to-date-p.
8872         (vc-merge): Use vc-backend-defines to check whether merging is
8873         possible.  Set state to 'edited after successful merge.
8875         * vc-hooks.el (vc-locking-user): If locked by the calling user,
8876         return that name.  Redocumented.
8878 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8880         * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
8881         new `vc-state' semantics.
8882         (vc-finish-steal): Set 'vc-state to 'edited rather than setting
8883         'vc-locking-user to the current user.
8884         (vc-merge): Inline vc-backend-merge.  Comment out code that I
8885         don't understand and hence can't adapt to the new `vc-state' and
8886         `vc-locking-user' semantics.
8887         (vc-backend-merge): Remove.
8889         * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
8890         rather than 'vc-locking-user.
8892         * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
8894         * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
8895         (vc-state): Don't use 'reserved any more.  Just use the same
8896         convention as the one used for vc-<backend>-state where the
8897         locking user (as a string) is returned.
8898         (vc-locking-user): Update, based on the above convention. The
8899         'vc-locking-user property has disappeared.
8900         (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
8902         * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
8903         with a heuristic one.
8904         (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
8905         (vc-cvs-checkin): Do a trivial parse to set the state in case of
8906         error.  That allows us to get to 'needs-merge even in the
8907         stay-local case.  There's still no way to detect 'needs-patch in
8908         such a setup (or to force an update for that matter).
8909         (vc-cvs-logentry-check): Remove, the default works as well.
8911 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8913         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
8915         * vc.el (vc-do-command): kill-all-local-variables, to reset any
8916         major-mode in which the buffer might have been put earlier.  Use
8917         `remove' and `when'.  Allow `okstatus' to be `async' and use
8918         `start-process' in this case.
8919         (vc-version-diff): Handle the case where the diff looks empty
8920         because of the use of an async process.
8922 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
8924         * vc.el (vc-next-action-on-file): Removed optional parameter
8925         `simple'.  Recompute state unconditionally.
8926         (vc-default-toggle-read-only): Removed.
8928         * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
8929         (vc-toggle-read-only): Undid prev change.
8931         * vc-cvs.el (vc-cvs-stay-local): Renamed from
8932         vc-cvs-simple-toggle.  Redocumented.
8933         (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
8934         (vc-cvs-toggle-read-only): Removed.
8936 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8938         * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
8939         (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
8940         (vc-release-greater-or-equal-p): Move to vc-rcs.el.
8941         (vc-file-clear-masterprops): Braindead "fix".  It was a nop and
8942         still is. So maybe it should be removed.
8943         (vc-head-version, vc-find-binary): Remove.
8944         (vc-recompute-state): Move from vc-hooks.el.
8945         (vc-next-action-on-file): Add a `simple' argument to allow
8946         avoiding the `recompute' step (use for vc-cvs-simple-toggle).
8947         (vc-default-toggle-read-only, vc-default-record-rename): New funs.
8948         (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
8949         (vc-dired-mode-map): Properly defvar it.
8950         (vc-print-log): Call log-view-mode if available.
8951         (small-temporary-file-directory): defvar instead of use boundp.
8952         (vc-merge-news): Moved to vc-cvs.el.
8953         (vc-default-merge-news): New function.
8955         * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
8956         (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
8957         (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
8958         unknown `vc-latest-version' function.  It should probably refer to
8959         vc-workfile-version or somesuch, but it's very unclear to me and I
8960         don't have SCCS to test things.
8962         * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
8963         (vc-sccs-state-heuristic): Fix typo.
8964         (vc-sccs-workfile-unchanged-p): Add missing argument.
8966         * vc-rcs.el: Require vc and vc-rcs-hooks.
8967         (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
8968         (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
8969         (vc-release-greater-or-equal-p): Move from vc.
8970         (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
8971         vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
8972         (vc-rcs-checkout): Add a missing `new-version' argument in the
8973         call to vc-rcs-latest-on-branch-p.  Hopefully that was the right one.
8975         * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
8976         (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
8977         (vc-rcs-latest-on-branch-p): Use the `version' argument rather
8978         than the apparently unbound `workfile-version'.
8980         * vc-hooks.el (vc-master-templates): Def the obsolete var.
8981         (vc-file-prop-obarray): Use `make-vector'.
8982         (vc-backend-functions): Add new hookable functions
8983         vc-toggle-read-only, vc-record-rename and vc-merge-news.
8984         (vc-loadup): If neither backend nor default functions exist, use
8985         the backend function rather than nil.
8986         (vc-call-backend): If the function if not bound yet, try to load
8987         the non-hook file to see if it provides it.
8988         (vc-call): New macro plus use it wherever possible.
8989         (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
8990         nor `vc-find-binary' since it's only called from
8991         vc-mistrust-permission which is only used once the backend is known.
8992         (vc-checkout-model): Fix parenthesis.
8993         (vc-recompute-state, vc-prefix-map): Move to vc.el.
8995         * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
8996         (vc-cvs-release, vc-cvs-system-release): Remove.
8997         (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
8998         (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
8999         status symbols.
9000         (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
9001         (vc-cvs-toggle-read-only): First cut at a function to allow a
9002         cvs-status-free vc-toggle-read-only.
9003         (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
9004         (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
9005         vc-cvs-status.  Also set vc-state rather than vc-locking-user.
9006         (vc-cvs-checkout): Modify access rights directly if the user
9007         requested not to use `cvs edit'.  And refresh the mode line.
9009         * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
9010         (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
9012 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
9014         * vc-cvs.el (vc-cvs-checkout): Docstring fix.  Added a `(if
9015         workfile' that got lost when the code was extracted from vc.el.
9016         And merged the tail with the rest of the code (not possible in the
9017         old vc.el where the tail was shared among all backends).  And
9018         explicitly set the state to 'edited if `writable' is set.
9020         * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
9021         (vc-cvs-state): Be careful to return the value from
9022         vc-cvs-parse-state.
9023         (vc-cvs-parse-status): Use expand-file-name.  Don't set 'vc-state
9024         property but return it instead.  Also be careful to handle a nil
9025         or "" `rev' when workfile is non-nil (it was handled properly when
9026         workfile was nil).
9028         * vc.el: Removed those pesky unnecessary `(function' quotes.
9029         (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
9030         directly in the defvar.
9031         (vc-do-command): Bind inhibit-read-only so as to properly handle
9032         the case where the destination buffer has been made read-only.
9033         (vc-diff): Delegate to vc-version-diff in all cases.
9034         (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
9035         (vc-annotate-mode-variables): Removed (code moved partly to
9036         defvars and partly to vc-annotate-add-menu).
9037         (vc-annotate-mode): Turned into a derived-mode.
9038         (vc-annotate-add-menu): Moved in code in
9039         vc-annotate-mode-variables.
9040         (vc-update-change-log): Use make-temp-file if available.
9042 2000-09-04  Martin Lorentzson  <martinl@delysid.gnu.org>
9044         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
9045         `vc-checkout-model' updated to `vc-cvs-update-model'.
9047 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
9049         * vc.el (vc-next-action-on-file): Added handling of state
9050         `unlocked-changes'.
9051         (vc-checkout-carefully): Is now practically obsolete, unless the
9052         above is too slow to be enabled unconditionally.
9053         (vc-update-change-log): Fixed typo.
9055         * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
9057         * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
9058         Now handles state `unlocked-changes'.
9059         (vc-sccs-workfile-unchanged-p): New function, to support the above.
9061         * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
9063         * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
9064         (vc-rcs-fetch-master-state): Bug fixes.  Recognize state
9065         `unlocked-changes'.
9066         (vc-rcs-workfile-unchanged-p): Renamed from
9067         `vc-rcs-workfile-unchanged'.  This is not a real backend-specific
9068         function yet, but supposed to become one soon.
9070         * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
9071         `vc-steal-lock'.
9072         (vc-call-backend): Changed error message.
9073         (vc-state): Added description of state `unlocked-changes'.
9075 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
9077         * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
9078         always return t in CVS-controlled directories.
9080         * vc.el (vc-responsible-backend): New function.
9081         (vc-register): Largely rewritten.
9082         (vc-admin): Removed (implementation moved into vc-register).
9083         (vc-checkin): Redocumented.
9084         (vc-finish-logentry): If no backend defined yet (because we are in
9085         the process of registering), use the responsible backend.
9087         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
9088         Updated function lists.
9089         (vc-call-backend): Fixed typo.
9091         * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
9092         New functions.
9093         (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
9094         Removed query option.  Redocumented.
9096 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
9098         * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
9100         * vc.el: Updated callers of `vc-checkout-required' to use
9101         `vc-checkout-model'.
9103 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
9105         * vc-rcs.el (vc-rcs-backend-release-p): function added.  other
9106         stuff updated to reference this function instead of the old
9107         `vc-backend-release-p'.
9109 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
9111         * vc-sccs-hooks.el (vc-uses-locking): Renamed to
9112         vc-checkout-model.  Return appropriate values.  Updated callers.
9114 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
9116         * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
9117         (vc-backend-revert): Function moved into `vc-revert';
9118         `vc-next-action' must be updated to accomodate this change.
9119         (vc-backend-steal): Function moved into `vc-finish-steal'.
9120         (vc-backend-logentry-check): Function moved into
9121         `vc-finish-logentry'.
9122         (vc-backend-printlog): Function moved into `vc-print-log'.
9123         (vc-backend-uncheck): Function moved into `vc-cancel-version'.
9124         (vc-backend-assign-name): Function moved into
9125         `vc-create-snapshot'.
9127 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
9129         * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
9130         Rename to vc-checkout-model.  Return appropriate values.
9131         Update callers.
9133         * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
9134         to vc-checkout-model.
9135         (vc-checkout-required): Rename to vc-checkout-model.
9136         Re-implement and re-comment.
9137         (vc-after-save): Use vc-checkout-model.
9139 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
9141         * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
9142         Update to use the vc-BACKEND-diff functions instead.
9143         `vc-diff' is now working.
9145         * vc-rcs.el (vc-rcs-logentry-check): New function.
9147         * vc-cvs.el (vc-cvs-logentry-check): New function.
9149         * vc-sccs.el (vc-sccs-diff): Function changed name from
9150         `vc-backend-diff'.  This makes `vc-diff' work.
9152         * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
9153         of functions possibly implemented in a vc-BACKEND library.
9154         (vc-checkout-required): Fix bug that caused an error to be
9155         signaled during `vc-after-save'.
9157         * vc.el: Fix typo.
9158         This checkin is made with our new VC code base for the very first time.
9159         A simple `(vc-checkin (buffer-file-name))' was used to perform it.
9161         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
9162         `vc-checkout-required' updated to `vc-cvs-uses-locking'.
9164         * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
9165         updated to `vc-uses-locking'.
9166         (vc-checkout-required): Call to backend function.
9167         `vc-checkout-required' updated to `vc-uses-locking' instead.
9169         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
9170         `vc-checkout-required' updated to `vc-rcs-uses-locking'.
9172         * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
9173         to match the split into various backends.
9174         (vc-backend-checkin): Remove.  Merge with `vc-checkin'.
9175         (vc-retrieve-snapshot): Bug fix.
9177 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
9179         * vc-sccs.el (vc-sccs-release): Doc fix.
9181 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
9183         * vc.el (vc-next-action-on-file): Bug found and fixed.
9184         (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
9185         (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
9187         * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
9188         (vc-rcs-checkout): Name space cleaned up.  No more revision number
9189         crunching function names that are not prefixed with vc-rcs.
9190         (vc-rcs-checkout-model): Function added.  References to
9191         `vc-checkout-model' replaced.
9193 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
9195         * vc.el (vc-next-action-on-file): Rewritten for the new state model.
9196         (vc-backend-merge-news): Renamed to `vc-merge-news'.  (Specific parts
9197         still need to be split, and implemented for RCS).
9199 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
9201         * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
9203         * vc-sccs.el (vc-sccs-admin): Added the query-only option as
9204         required by the vc.el file.
9206         * vc-rcs.el (vc-rcs-admin): Added the query-only option as
9207         required by the vc.el file.
9208         (vc-rcs-exists): Function added.
9210         * vc-cvs.el (vc-cvs-admin): Added the query-only option as
9211         required by the vc.el file.
9213         * vc.el (vc-admin): Updated to handle selection of appropriate
9214         backend.  Current implementation is crufty and need re-thinking.
9216         * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
9218 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
9220         * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
9221         beginning of annotate buffers correctly.
9223         * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
9224         (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
9225         functionality updated quite a lot to support multiple backends.
9226         Variables `vc-annotate-mode', `vc-annotate-buffers',
9227         `vc-annotate-backend' added.
9229         * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
9230         `vc-annotate-difference' added to supported backend functions.
9232 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
9234         * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
9235         Use with-temp-file instead of /bin/sh.  Merged from mainline
9237 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
9239         * vc-sccs-hooks.el (vc-sccs-registered): Updated.
9241         * vc-rcs-hooks.el (vc-rcs-registered): Updated.
9243         * vc-cvs-hooks.el (vc-cvs-registered): Updated.
9245 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
9247         * vc-hooks.el: vc-state-heuristic added to
9248         vc-backend-hook-functions.
9250         * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
9252         * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
9254         * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
9255         `vc-uses-locking' to `vc-checkout-required'.  Rename the `locked'
9256         state to `reserved'.
9258         * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
9259         `vc-checkout-required'.  Rename the `locked' state to `reserved'.
9261 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
9263         * vc-rcs-hooks.el: Implement new state model.  Hardly anything
9264         untouched.
9266         * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
9268         * vc.el (vc-update-change-log): Use small-temporary-file-directory,
9269         if defined.  (Merged from main line, slightly adapted.)
9271         * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
9272         millenium problem (merged from mainline).
9274 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
9276         * vc-cvs.el: Split the annotate feature into a BACKEND-specific
9277         part and moved the non-BACKEND stuff to vc.el.
9279         * vc.el: Split the annotate feature into a BACKEND specific part
9280         and moved it from the vc-cvs.el file to this one.
9282 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
9284         * vc-hooks.el: Implement new state model.
9285         (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
9286         (vc-locking-user): Simplify.  Now only needed if the file is
9287         locked by somebody else.
9288         (vc-lock-from-permissions): Remove.  Functionality is in
9289         vc-sccs-hooks.el and vc-rcs-hooks.el now.
9290         (vc-mode-line-string): New name for former vc-status.  Adapted.
9291         (vc-mode-line): Adapt to use the above.  Remove optional parameter.
9293         * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
9294         Various simplifications and adaptations all over the place.
9296         * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
9297         Simplify and adapt the rest.
9299         * vc.el (vc-resynch-window): Add TODO comment: check for
9300         interaction with view mode according to recent RCS change.
9301         (vc-backend-merge-news): Merge "CMUP" patch from mainline.
9303 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
9305         * vc.el: Convert the remaining function comments to docstrings.
9307 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
9309         * vc.el (vc-backend-release, vc-release-greater-or-equal)
9310         (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
9311         (vc-minor-part, vc-previous-version): Functions that operate and
9312         compare revision numbers got proper documentation.  Comments added
9313         about their possible removal.
9315 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
9317         * vc.el (vc-latest-on-branch-p): Function removed and replaced in
9318         the vc-backend.el files.
9320         * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
9322         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
9323         (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
9324         (vc-rcs-previous-version): Functions added.
9326         * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
9328         * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
9330 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
9332         * vc-hooks.el (vc-master-templates): Is really obsolete.
9333         Comment out the definition for now.  What is the right procedure
9334         to get rid of it?
9335         (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
9336         rewritten.
9337         (vc-default-registered): Remove.
9338         (vc-check-master-templates): New function; does mostly what the
9339         above did before.
9340         (vc-locking-user): Don't rely on the backend to set the property.
9342         * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
9343         Rewrite documentation.
9344         (vc-rcs-templates-grabbed): New variable.
9345         (vc-rcs-grab-templates): New function.
9346         (vc-rcs-registered): Rewrite to use above mechanism.
9348         * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
9349         Rewrite documentation.
9350         (vc-sccs-templates-grabbed): New variable.
9351         (vc-sccs-grab-templates): New function.
9352         (vc-sccs-registered): Rewrite to use above mechanism.
9353         (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
9354         Don't throw the result, simply return it.
9356         * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
9357         (vc-cvs-find-master): Remove.  Code is now in vc-cvs-registered.
9358         (vc-cvs-registered): Does the check itself now.  Simplify.
9360         * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
9361         from main line.
9363 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
9365         * vc-cvs.el (vc-cvs-diff): New function.
9367         * vc-sccs.el (vc-sccs-diff): New function.
9369         * vc-rcs.el (vc-rcs-diff): New function.
9370         (vc-rcs-checkout): Bug (typo) found and fixed.
9371         (vc-rcs-register-switches): New variable.
9373         * vc.el (vc-backend-diff): Function removed and placed in the
9374         backend files.
9376 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
9378         * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
9380         * vc.el (vc-backend-checkout): Function removed and replaced in
9381         the vc-backend.el files.
9383         * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
9385         * vc.el (vc-backend-admin): Removed and replaced in the
9386         vc-backend.el files.
9388         * vc.el (Martin): Removed all the annotate functionality since it
9389         is CVS backend specific.
9391 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
9393         * spec.txt: Added specification of vc-state.
9395         * vc-sccs-hooks.el (vc-sccs-master-properties):
9396         Remove handling of vc-latest-version and
9397         vc-your-latest-version.  What used to be vc-latest-version, is now
9398         returned as vc-workfile-version.
9399         (vc-sccs-workfile-version): Adapt.
9401 2000-09-04  Dave Love  <fx@gnu.org>
9403         * vc.el: [Merged from mainline.]
9404         (vc-dired-mode): Make the dired-move-to-filename-regexp
9405         regexp match the date, to avoid treating date as file size.
9406         Add YYYY S option to WESTERN/
9408 2000-09-04  Dave Love  <fx@gnu.org>
9410         * vc.el: Require `compile' when compiling.
9411         (vc-logentry-check-hook): New option.
9412         (vc-steal-lock): Use compose-mail.
9413         (vc-dired-mode-map): Defvar when compiling.
9414         (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
9415         vc-sccs.el and renamed.  Callers changed.
9416         (vc-backend-checkout, vc-backend-logentry-check)
9417         (vc-backend-merge-news): Doc fix.
9418         (vc-default-logentry-check): New function.
9419         (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
9420         (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
9421         (vc-backend-merge): Doc fix.  Use backend functions.
9422         (vc-check-headers): Use backend functions.
9424         * vc-cvs.el: Require vc when compiling.
9425         (vc-cvs-register-switches): Doc fix.
9426         (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
9427         (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
9428         (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
9429         New functions (code from vc.el).
9430         (vc-annotate-display-default): Fix interactive spec.
9431         (vc-annotate-time-span): Doc fix.
9433         * vc-rcs.el: Require vc when compiling.
9434         (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
9435         (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
9436         (vc-rcs-checkin): New functions (code from vc.el).
9437         (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
9438         Doc fix.
9439         (vc-rcs-release): Deleted.  (Duplicated vc-rcs-system-release).
9441         * vc-sccs.el: Require vc when compiling.
9442         (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
9443         (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
9444         (vc-sccs-revert)
9445         (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
9446         from vc.el).
9447         (vc-sccs-add-triple, vc-sccs-record-rename)
9448         (vc-sccs-lookup-triple): Moved from vc.el and renamed.
9449         (vc-sccs-admin): Doc fix.
9451 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
9453         * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
9454         (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
9455         (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
9456         from vc.el.
9458         * vc-sccs.el (vc-admin-sccs): Added from vc.el
9460         * vc-cvs.el: Moved the annotate functionality from vc.el.
9461         (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
9463 2000-09-04  Dave Love  <fx@gnu.org>
9465         * vc.el (vc-backend-release): Call vc-system-release.
9467         * vc-sccs.el (vc-sccs-system-release):
9468         Renamed from vc-sccs-backend-release.
9470         * vc-rcs.el (vc-rcs-system-release):
9471         Renamed from vc-rcs-backend-release.
9473         * vc-cvs.el (vc-cvs-system-release):
9474         Renamed from vc-cvs-backend-release.
9476 2000-09-04  Dave Love  <fx@gnu.org>
9478         * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
9479         backend files.
9480         (vc-backend-release): Dispatch to backend functions.
9481         (vc-backend-release-p): Don't mention CVS, RCS.  [The SCCS case
9482         probably needs attention.]
9484         * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
9485         (vc-sccs-backend-release): New function.
9487         * vc-cvs.el (vc-cvs-release): Moved from vc.el.
9488         (vc-cvs-backend-release): New function.
9490         * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
9491         Doc fix.
9492         (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
9493         (vc-default-dired-state-info): New function.
9494         (vc-dired-state-info): Dispatch to backends.
9495         (vc-dired-hook): Doc fix.  Simplify, pending removal of CVS specifics.
9497         * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
9498         from vc.el and renamed.
9500 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
9502         * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
9503         (vc-version-other-window, vc-backend-assign-name): Removed
9504         references to vc-latest-version; sometimes changed into
9505         vc-workfile-version.
9507         * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
9508         vc-rcs-master-workfile-version.
9509         (vc-rcs-workfile-version): Use the above.  Don't call
9510         vc-latest-version (that was unreachable code, anyway).
9511         (vc-rcs-fetch-master-properties): Doc fix.
9513         * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
9514         (vc-backend-hook-functions): Removed them from this list, too.
9515         (vc-fetch-properties): Removed.
9516         (vc-workfile-version): Doc fix.
9518         * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
9519         (vc-rcs-workfile-version, vc-rcs-locking-user)
9520         (vc-rcs-uses-locking): Use it.
9522         * vc-hooks.el (vc-consult-rcs-headers):
9523         Moved into vc-rcs-hooks.el, under the name
9524         vc-rcs-consult-headers.
9526         * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
9527         headers.
9528         (vc-cvs-find-master): Use this name only; correct different
9529         versions of the name.
9531         * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
9532         New functions.
9533         (vc-sccs-locking-user): Use the latter.
9535         * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
9536         New functions.
9538         * vc-hooks.el (vc-master-locks, vc-master-locking-user):
9539         Moved into both
9540         vc-rcs-hooks.el and vc-sccs-hooks.el.  These properties and access
9541         functions are implementation details of those two backends.
9543 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
9545         * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
9546         (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
9548         * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
9549         (vc-sccs-parse-locks): SCCS-specific code moved here from
9550         vc-hooks.
9552         * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
9553         code moved here from vc-hooks.
9555         * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
9556         into back-end specific parts and removed.  Callers not updated
9557         yet; because I guess these callers will disappear into back-end
9558         specific files anyway.
9560 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
9562         * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
9563         (vc-backend-checkout): Changed calls to `vc-checkout-model' to
9564         `vc-uses-locking'.
9566         * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
9567         Store yes/no in the property, and return t/nil.  Updated all
9568         callers.
9570         * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
9571         vc-sccs-uses-locking.  Don't set property.
9572         (vc-sccs-locking-user): Don't set property.
9574         * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
9575         vc-cvs-uses-locking.  Don't set property here; leave that to
9576         vc-hooks.
9577         (vc-cvs-locking-user): Reflect above change.  Streamlined.
9579         * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
9580         vc-rcs-uses-locking.
9581         (vc-rcs-locking-user): Reflect above change.
9583 2000-09-04  Dave Love  <fx@gnu.org>
9585         * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
9587         * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
9589         * vc-hooks.el (vc-checkout-model): Punt to backends.
9591         * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
9593         * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
9595         * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
9596         New functions.
9598         * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
9599         New functions.
9601         * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
9602         (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
9604         * vc-hooks.el (vc-default-locking-user): New function.
9605         (vc-locking-user, vc-workfile-version): Punt to backends.
9607 2000-09-04  Dave Love  <fx@gnu.org>
9609         * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
9610         (vc-master-workfile-version): Moved from vc-hooks.
9612         * vc-rcs-hooks.el: Fix duplicate code in last change.
9614         * vc-rcs-hooks.el: Require vc-hooks when compiling.
9615         (vc-rcs-master-templates): Improve :type.
9616         (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
9617         vc-master-workfile-version): Moved from vc-hooks.
9619         * vc-sccs-hooks.el: Require vc-hooks when compiling.
9620         (vc-sccs-master-templates): Improve :type.
9621         (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
9623         * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
9625         * vc-cvs-hooks.el: Require vc-hooks when compiling.
9626         (vc-cvs-master-templates): Improve :type.  Use
9627         vc-cvs-find-cvs-master.
9628         (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
9629         from vc-hooks.
9630         (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
9632         * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
9633         Moved to vc-cvs-hooks.
9635         * vc-hooks.el: Add doc strings in various places.  Simplify the
9636         minor mode setup.
9637         (vc-handled-backends): New user variable.
9638         (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
9639         simplification.
9641 2000-09-04  Dave Love  <fx@gnu.org>
9643         * vc.el: Some doc fixes for autoloaded and interactive functions.
9644         Fix compilation warnings from ediff stuff.
9645         (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
9647         * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
9649         * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
9651         * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
9653 2000-09-04  Dave Love  <fx@gnu.org>
9655         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
9656         New variable.
9657         (vc-make-backend-function, vc-loadup, vc-call-backend)
9658         (vc-backend-defines): New functions.
9660         * vc-hooks.el: Various doc fixes.
9661         (vc-default-back-end, vc-follow-symlinks): Custom fix.
9662         (vc-match-substring): Function removed.  Callers changed to use
9663         match-string.
9664         (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
9665         Simplify.
9667 2000-09-04  Dave Love  <fx@gnu.org>
9669         * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
9670         type.
9671         (vc-sccs-project-dir, vc-search-sccs-project-dir)
9672         (vc-sccs-registered): Doc fix.
9674         * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
9675         (vc-cvs-registered): Doc fix.
9677         * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
9678         (vc-rcs-registered): Doc fix.
9680 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
9682         * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
9684         * vc-hooks.el: vc-registered has been renamed
9685         vc-default-registered.  Some functions have been moved to the
9686         backend specific files.  they all support the
9687         vc-BACKEND-registered functions.
9689 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
9691         * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
9693         * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
9695 2000-09-04  Dave Love  <fx@gnu.org>
9697         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
9698         menu-bar-update-hook.
9700         * help.el (help-manyarg-func-alist): Add
9701         find-operation-coding-system.
9703         * wid-edit.el (widget-sexp-validate): Fix garbled code.
9705         * custom.el (custom-set-variables): Print message about errors in
9706         setting.
9708 2000-09-03  Andrew Innes  <andrewi@gnu.org>
9710         * makefile.w32-in: Change to DOS line endings.
9712 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
9714         * mouse.el (mouse-popup-menubar): Supply the prompt string for
9715         minor-mode keymaps, if they don't have one.
9717 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
9719         * eshell/esh-module.el (eval-when-compile): Don't lose if
9720         esh-module.el's file name is truncated to DOS 8+3 limits.
9722 2000-09-01  John Wiegley  <johnw@gnu.org>
9724         * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
9725         predicate, which caused entries in the completion list to be
9726         doubled.
9728 2000-08-30  John Wiegley  <johnw@gnu.org>
9730         * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
9731         sending to subprocesses.  Also, hook pre-command-hook if
9732         `eshell-send-direct-to-subprocesses' is non-nil.
9733         (eshell-send-direct-to-subprocesses): New config variable.  If t,
9734         subprocess input is send immediately.
9735         (eshell-toggle-direct-send): New function.
9736         (eshell-self-insert-command): New function.
9737         (eshell-intercept-commands): New function.
9738         (eshell-send-input): If direct subprocess sending is enabled,
9739         don't echo any input to the Eshell buffer.  Let the subprocess
9740         handle that.  This requires "stty echo" in bash, for example.
9742 2000-08-28  John Wiegley  <johnw@gnu.org>
9744         * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
9745         completion function for Eshell's implementation of `unset'.
9747 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
9749         * info.el (Info-directory-list): Doc fix.
9751 2000-08-31  Peter Breton  <pbreton@ne.mediaone.net>
9753         * filecache.el (file-cache-add-directory-using-find): Don't quote
9754         wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
9756 2000-08-31  Kenichi Handa  <handa@etl.go.jp>
9758         * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
9759         coding systems.
9761 2000-08-30  Andrew Innes  <andrewi@gnu.org>
9763         * timer.el (run-with-idle-timer): Undo last change, so that timer
9764         is not activated immediately if Emacs is already idle.  Some
9765         existing code relies on this behaviour.
9767 2000-08-30  Miles Bader  <miles@gnu.org>
9769         * frame.el (set-frame-font): Do completion of font-name for
9770         interactive use.
9772 2000-08-30  Kenichi Handa  <handa@etl.go.jp>
9774         * international/quail.el (quail-start-translation): Bind locally
9775         last-command-event, last-command, and this-command.
9776         (quail-start-conversion): Likewise.
9777         (quail-self-insert-command): Fix docstring.
9779 2000-08-29  Gerd Moellmann  <gerd@gnu.org>
9781         * progmodes/executable.el
9782         (executable-make-buffer-file-executable-if-script-p): Check that
9783         buffer contains at least 2 characters.
9785 2000-08-29  Eli Zaretskii  <eliz@is.elta.co.il>
9787         * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
9789 2000-08-29  Dave Love  <fx@gnu.org>
9791         * diff-mode.el (diff-mode) <defgroup>: Add :version.
9792         (diff-mode-shared-map): Bind mouse-2.
9793         (diff-imenu-generic-expression): New variable.
9794         (diff-mode): Use it.
9796         * mouse.el (mouse-major-mode-menu): Use local-key-binding.
9797         (mouse-popup-menubar): Add minor mode menus.
9798         (popup-menu): Check for lookup-key returning number.
9800 2000-08-29  Miles Bader  <miles@gnu.org>
9802         * comint.el (comint-send-input): Create overlays using the proper
9803         front/read-advance arguments.
9805 2000-08-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9807         * ps-print.el: Even/odd pages printing.  Doc fix.
9808         (ps-print-version): New version number (6.0).
9809         (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
9810         (ps-background, ps-begin-file, ps-begin-job): Code fix.
9811         (ps-print-duplex-feature): Variable eliminated.
9812         (ps-even-or-odd-pages): New variable.
9814         * progmodes/ebnf2ps.el: Doc fix.
9815         (ebnf-version): New version (3.3).
9816         (ebnf-user-arrow): Change variable customization to sexp.
9817         (ebnf-user-arrow): Function eliminated.
9818         (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
9820 2000-08-29  Kenichi Handa  <handa@etl.go.jp>
9822         * help.el (help-xref-mule-regexp): New variable.
9823         (help-make-xrefs): Handle help-xref-mule-regexp.
9825         * international/mule-cmds.el (help-xref-mule-regexp-template): New
9826         variable.
9827         (describe-input-method): Temporarily activate the specfied input
9828         method to display the information.
9829         (describe-language-environment): Hyperlinks to mule related items.
9831         * international/mule-diag.el (charset-multibyte-form-string): New
9832         function.
9833         (list-character-sets-1): Use charset-multibyte-form-string.
9834         (describe-character-set): New function.
9835         (describe-coding-system): Hyperlinks to safe character sets.
9837         * international/quail.el (quail-help): New arg PACKAGE.
9838         Hyperlinks to mule related items.
9839         (quail-help-insert-keymap-description): Use
9840         substitute-command-keys instead of describe-bindings.
9841         (quail-translation-help): Hyperlinks to mule related items.
9843 2000-08-28  John Wiegley  <johnw@gnu.org>
9845         * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
9846         have a defsubst call itself.  Made `eshell-flatten-list' back into
9847         a function again.
9849         * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
9850         catch, in case re-centering point at bottom messes up the display.
9851         This happens frequently in Emacs 21, due I believe to variable
9852         line heights.
9854         * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
9855         to call `find-tag-interactive'.
9857         * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
9858         the list of remember directories.
9860 2000-08-28  John Wiegley  <johnw@gnu.org>
9862         * align.el: Test align-region-separate to see if it's a symbol.
9864 2000-08-28  John Wiegley  <johnw@gnu.org>
9866         * eshell/esh-util.el (eshell-flatten-list): Made this function
9867         into a defsubst form.  It gets used very frequently, although
9868         calls don't occur all that often.
9870         * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
9871         examining it.
9873         * eshell/esh-cmd.el (eshell-rewrite-while-command):
9874         (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
9875         `eshell-protect'.
9876         (eshell-copy-handles): Created a new macro for duplicating the
9877         current set of open handles.  This is needed by the looping
9878         functions.
9879         (eshell-do-eval): Fixed while and if, so that the eshell-test-body
9880         is not incorrectly stomped on.
9882         * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
9883         declaration for pcomplete-use-paring.
9884         (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
9885         value of eshell-cmpl-use-paring.
9886         * pcomplete.el (pcomplete-use-paring): New config variable, to
9887         indicate whether paring should be used.
9888         (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
9889         completion alternatives that have already been used.
9891         * eshell/esh-mode.el (eshell-repeat-argument): Added function,
9892         bound to C-c C-y, which will repeat the previous N arguments
9893         (based on prefix argument).
9894         (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
9896         * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
9897         if there is no *Help* buffer.  This is for XEmacs, which renames
9898         its help buffers uniquely.  TODO: Find out what the current buffer
9899         name to delete is.
9901         * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
9902         first entry that correlates to a passwd/group number.  Later
9903         entries (used for group/user name aliasing to multiple IDs) are
9904         ignored.
9906         * eshell/em-xtra.el (eshell/expr):
9907         * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
9908         (eshell-grep, eshell/diff, eshell/locate):
9909         * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
9910         argument list, before passing it to the system command.
9912         * eshell/esh-mode.el (eshell-find-tag): Added a special version of
9913         `find-tag' for use at final position in Eshell buffers (which
9914         otherwise triggers an error on Emacs 21).
9915         (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
9916         buffer, if it is currently bound to `find-tag'.
9918         * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
9919         in the list of matched Makefile names.
9920         (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
9921         directory, prefer its contents to Makefile.
9923         * eshell/em-dirs.el (eshell/cd): cd commands that look up
9924         directory parts (like "cd old new", or "cd =regexp"), are now case
9925         sensitive on non-Windows/DOS platforms.
9927         * eshell/esh-mode.el (eshell-parse-command-input): When a user
9928         types RET after an open delimiter (like "), display a message
9929         indicating that Eshell is waiting for the closing delimiter.
9931         * eshell/esh-var.el (eshell/unset): Added a command for unsetting
9932         environment variables.
9934         * eshell/em-unix.el (eshell/diff): Added logic to fail more
9935         gracefully if the user enters incorrect arguments.
9937         * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
9938         Eshell buffers.
9940         * eshell/esh-var.el (eshell-interpolate-variable):
9941         * eshell/esh-mode.el (eshell-move-argument):
9942         * eshell/em-unix.el (eshell-du-sum-directory):
9943         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
9944         * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
9945         (not (= ...)).
9947         * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
9948         to ensure the `preserve' flag gets propagated when doing recursive
9949         directory copies.
9951 2000-08-28  Stefan Monnier  <monnier@cs.yale.edu>
9953         * eshell/em-hist.el (eshell-put-history, eshell-get-history):
9954         Don't convert \n into \0177 in memory.
9955         (eshell-read-history, eshell-write-history): Convert \n to \0177,
9956         and back again, when reading and writing.
9958 2000-08-28  Eli Zaretskii  <eliz@is.elta.co.il>
9960         * eshell/esh-util.el (eshell-processp): Added to relieve constant
9961         testing of `fboundp' on `processp'.
9963         * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
9964         (eshell/jobs): Don't call process-list if it is not bound.
9965         (eshell-gather-process-output): Support systems where async
9966         subprocesses aren't supported.
9967         (eshell-scratch-buffer, eshell-last-sync-output-start): New
9968         variables.
9970         * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
9971         eshell-do-eval returns t.
9972         (eshell-do-pipelines-synchronously): New defmacro.
9973         (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
9974         when async subprocesses aren't supported.
9975         (eshell-do-eval): Use eshell-processp.  Don't throw eshell-defer
9976         if async subprocesses aren't supported.
9977         (eshell-resume-command): Don't assume STATUS is a string.
9979         * eshell/em-unix.el (eshell/rm): Use eshell-processp.
9981         * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
9982         (eshell-close-target, eshell-get-target): Use eshell-processp.
9983         (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
9984         fix.
9985         (eshell-get-target, eshell-create-handles): Doc fix.
9987 2000-08-28  Miles Bader  <miles@lsi.nec.co.jp>
9989         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
9990         criterion to include commands that output something, as long as it
9991         leaves both the command and the end-of-buffer visible when the
9992         command has exited.
9993         (eshell-review-quick-commands): Adjust the help doc string
9994         accordingly.
9996 2000-08-28  Peter Breton  <pbreton@ne.mediaone.net>
9998         * locate.el (locate): Cleaned up locate command's interactive prompting
9999         Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
10001         * filecache.el (file-cache-case-fold-search): New variable
10002         (file-cache-assoc-function): New variable
10003         (file-cache-minibuffer-complete): Use file-cache-assoc-function.
10004         Use file-cache-case-fold-search variable
10005         (file-cache-add-file): Use file-cache-assoc-function
10006         (file-cache-delete-file): likewise
10007         (file-cache-directory-name): likewise
10008         (file-cache-debug-read-from-minibuffer): likewise
10010 2000-08-28  Gerd Moellmann  <gerd@gnu.org>
10012         * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
10013         (abbrev-table-name): New function.
10014         (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
10015         If non-nil list local abbrev, only.
10017 2000-08-28  Stanislav Shalunov  <shalunov@internet2.edu>
10019         * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
10020         from Gnus support code, and use special article copy buffer
10021         `(gnus-original-article-buffer)' instead.  This allows to get rid
10022         of article-hide-headers usage (which breaks in the latest Gnus
10023         version).  Thanks to Detlev Zundel.
10025 2000-08-28  Kenichi Handa  <handa@etl.go.jp>
10027         * international/quail.el (quail-use-package): Hide "... loaded"
10028         message.
10029         (quail-start-translation, quail-start-conversion): Likewise.
10031         * international/kkc.el (kkc-region): Hide "... loaded" message.
10033 2000-08-27  Dave Love  <fx@gnu.org>
10035         * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
10037 2000-08-27  Miles Bader  <miles@gnu.org>
10039         * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
10041 2000-08-27  Kenichi Handa  <handa@etl.go.jp>
10043         * international/ja-dic-cnv.el (skkdic-convert): Insert (require
10044         'ja-dic-cnv), not (require 'skkdic-cnv).
10046 2000-08-26  Miles Bader  <miles@gnu.org>
10048         * faces.el (face-x-resources): Add entry for :inherit.
10049         * cus-face.el (custom-face-attributes): Add support for :inherit
10050         attribute.  Add support for relative face heights.
10051         (custom-face-attributes-get): Treat `nil' as being a default value
10052         for :inherit (as well as `unspecified').
10054         * faces.el (set-face-attribute): Update doc string.
10055         (face-attribute-name-alist): Add :inherit.
10056         (face-valid-attribute-values): Handle :inherit.
10057         (face-read-string): Rephrase prompt to be less confusing.
10058         Assume that DEFAULT is a string, since we must return a string.
10059         (face-read-integer): Use `format' to turn DEFAULT into an
10060         acceptable default for face-read-string.  Match NEW-VALUE against
10061         the string "unspecified", not the symbol `unspecified', since
10062         that's what face-read-string returns.
10063         (read-face-attribute): Lookup a name for old-value in valid, and
10064         use it as a default if we find one.  Treat all values from
10065         face-read-string as strings.  If the default is used, don't do any
10066         more processing on the value, just use the old value directly.
10067         (read-face-and-attribute, modify-face): Tweak prompt.
10068         (read-face-name): Don't assume prompt ends with a space.
10070         * faces.el (describe-face): Add support for :inherit attribute.
10072 2000-08-25  Kenichi Handa  <handa@etl.go.jp>
10074         * terminal.el (terminal-emulator): Fix args to `concat'.  Now
10075         concat doesn't accept interger.
10077         * international/kkc.el: Remove SKK from Keywords.  Require
10078         ja-dic-utl instead of skkdic-utl.
10080         * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
10081         Provide ja-dic-cnv instead of skkdic-cnv.
10082         (ja-dic-filename): Renamed from skkdic-filename.  Referers changed
10083         (iso-2022-7bit-short): Add safe-charsets property.
10084         (skkdic-convert-postfix): Search Japanese chou-on character in
10085         addition to Hiragana character.
10086         (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
10087         (skkdic-convert): Change file names from skkdic.el to ja-dic.el
10088         (batch-skkdic-convert): Likewise.
10090         * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
10091         Provide ja-dic-utl instead of skkdic-utl.
10092         (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
10094 2000-08-24  Dave Love  <fx@gnu.org>
10096         * disp-table.el (standard-display-default): Make the test of `l'
10097         useful.
10099         * language/european.el ("Latin-8", "Latin-9"): Add input methods,
10100         mod sample text.
10102         * international/iso-ascii.el: Make pilcrow convenient string
10103         consistent with section.
10104         (iso-ascii-display): Set up multibyte characters as well as
10105         unibyte.
10107 2000-08-24  Kenichi Handa  <handa@etl.go.jp>
10109         * international/mule-cmds.el (reset-language-environment): Set
10110         default-process-coding-system to '(undecided . iso-latin-1), which
10111         makes process I/O almost consistent with file I/O.   Call this
10112         function when mule-cmds.el[c] is loaded.
10114 2000-08-22  Andrew Innes  <andrewi@gnu.org>
10116         * makefile.w32-in: New file.
10118 2000-08-22  Miles Bader  <miles@lsi.nec.co.jp>
10120         * comint.el (comint-output-filter): Compare end of
10121         comint-last-output-overlay with the start of the newly inserted
10122         text, not the end, when deciding whether to extend it.
10123         Set saved-point's insertion type to advance after insertion.
10125         * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
10126         since this is now done independently of font-lock mode.
10128 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
10130         * server.el (server-kill-new-buffers): New user option.
10131         (server-existing-buffer): New buffer-local variable.
10132         (server-visit-files): When using an existing buffer, set
10133         server-existing-buffer to t.
10134         (server-buffer-done): If server-kill-new-buffers is t, kill the
10135         buffer, unless it was already present before visiting it with
10136         Emacs server.
10138 2000-08-21  Eli Zaretskii  <eliz@is.elta.co.il>
10140         * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
10141         even if the display doesn't support colors: some displays will
10142         support bold/underline faces.
10144 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
10146         * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
10148         * startup.el (command-line): If user's init file had an error,
10149         add explanatory text to *Messages*.
10151 2000-08-21  Kenichi Handa  <handa@etl.go.jp>
10153         * man.el (Man-getpage-in-background): Decode the process output by
10154         the system locale coding system.
10156 2000-08-20  Dave Love  <fx@gnu.org>
10158         * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
10159         Don't test x-popup-menu.
10160         (function) <complete-function>: Complete only fbound symbols.
10161         <validate, value>: New.
10162         (variable) <complete-function>: Complete only bound symbols.
10163         (coding-system): Add :base-only, :complete-function, :validate,
10164         :value, :prompt-match.
10165         (widget-coding-system-prompt-value): Use read-coding-system and
10166         act on :base-only.
10167         (editable-field): Add :help-echo.
10168         (widget-push-button-gui, widget-push-button-cache)
10169         (widget-gui-action, widget-editable-list-gui): COmment out, along
10170         with uses.
10171         (widget-at): Make arg optional.
10172         (widget-echo-help): Adjust for current help-echo calling sequence.
10173         (widget-specify-field, widget-specify-button)
10174         (widget-specify-insert, widget-get-sibling, widget-image-find)
10175         (widget-convert, widget-insert, widget-leave-text)
10176         (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
10177         (widget-setup, widget-field-find, widget-before-change)
10178         (widget-after-change, widget-default-complete)
10179         (widget-default-create, widget-default-delete)
10180         (widget-push-button-value-create, editable-field)
10181         (widget-field-prompt-value, widget-field-validate)
10182         (widget-choice-value-create, widget-choice-action)
10183         (widget-choice-validate, widget-checklist-add-item)
10184         (widget-radio-add-item, widget-radio-chosen)
10185         (widget-radio-value-inline, widget-editable-list-value-create)
10186         (widget-editable-list-entry-create)
10187         (widget-documentation-link-add)
10188         (widget-documentation-string-value-create)
10189         (widget-regexp-validate, widget-file-complete)
10190         (widget-sexp-validate, widget-plist-convert-widget)
10191         (widget-plist-convert-widget, widget-alist-convert-widget)
10192         (widget-alist-convert-widget, widget-color-complete): Simplify,
10193         particularly to avoid bindings which aren't optimized out.
10195         * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
10196         Doc fix.
10197         (down-list, backward-up-list, up-list, kill-sexp)
10198         (backward-kill-sexp, mark-sexp): Make arg optional.
10199         (lisp-complete-symbol): Add optional arg PREDICATE.
10201         * cus-start.el: Add display-buffer-reuse-frames,
10202         file-coding-system-alist.
10204 2000-08-20  Gerd Moellmann  <gerd@gnu.org>
10206         * startup.el (command-line): Clear realized faces after
10207         modifying TTY color mappings.
10209 2000-08-20  Miles Bader  <miles@gnu.org>
10211         * faces.el (face-attr-match-p): Don't return true if ATTRS are
10212         merely a subset of FACE's attributes.
10214 2000-08-19  Miles Bader  <miles@gnu.org>
10216         * comint.el (comint-output-filter): Save the point with a marker,
10217         not just a buffer position.
10219         * international/mule.el (set-buffer-process-coding-system): Make
10220         interactive prompt less confusing.
10222 2000-08-19  Gerd Moellmann  <gerd@gnu.org>
10224         * hilit-chg.el: General cleanup of doc strings, comments and
10225         code formatting.
10227 2000-08-19  Miles Bader  <miles@gnu.org>
10229         * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
10230         Compiler macro removed; beginning-of-line is no longer always
10231         equivalent to forward-line, in the presence of fields.
10233         * comint.el (comint-output-filter): Remove ad-hoc saving of
10234         restriction, and just use save-restriction, now that it works
10235         correctly.  Don't adjust comint-last-input-start to account for
10236         our insertion; it shouldn't have moved because we don't use
10237         insert-before-markers anymore.  Comment out call to
10238         `force-mode-line-update'; why is it here?
10240         * gud.el (gud-basic-call): Temporarily widen gud comint buffer
10241         while checking for prompt to delete.  Use `forward-line 0'
10242         instead of beginning-of-line.
10243         (gud-filter): Temporarily widen gud comint buffer while
10244         examining output.
10246 2000-08-18  Stefan Monnier  <monnier@cs.yale.edu>
10248         * progmodes/sh-script.el: Big bag of typos.
10250         * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
10251         check since ispell-process is not bound when ispell is not yet loaded.
10253 2000-08-18  Dave Love  <fx@gnu.org>
10255         * image.el (find-image): Copy `spec' before using plist-put.
10257 2000-08-18  Gerd Moellmann  <gerd@gnu.org>
10259         * textmodes/ispell.el (ispell-dictionary-alist-6): Add
10260         `portugues'.
10262         * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
10263         backward-kill-sexp, analogous to kill-sexp.
10265         * progmodes/icon.el (icon-indent-line)
10266         (icon-is-continuation-line): Handle comments specially.
10268 2000-08-17  Ken Stevens <k.stevens@ieee.org>
10270         * ispell.el: Set to standard author/maintainer/keyword fields.
10271         Fine tuning to menu map appearance and operation, and added help.
10272         Remove `start' and `end' error messages when compiling.
10273         (ispell-choices-win-default-height): Fixed comment string.
10274         (ispell-dictionary-alist-1): Fixed regexp in castellano and
10275         castellano8 dictionaries.
10276         (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
10277         (ispell-dictionary-alist-4): Fixed regexp in francais-tex
10278         dictionary, added italiano dictionary.
10279         (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
10280         word character
10281         (ispell-tex-skip-alists): Added psfig support.
10282         (ispell-skip-html): Renamed from ispell-skip-sgml.
10283         (ispell-begin-skip-region-regexp, ispell-skip-region)
10284         (ispell-minor-check): Improved html skipping support to skip across
10285         code, and recognize `&' commands without propper `;' syntax;
10286         (ispell-process-line): Fix alignment error when manually
10287         correcting spelling.
10288         (ispell): Fix comment string.
10289         (ispell-add-per-file-word-list): Always put word list on new line.
10291 2000-08-17  Gerd Moellmann  <gerd@gnu.org>
10293         * format.el (format-encode-run-method): Fix error message to say
10294         `encode' instead of `decode'.  Use save-window-excursion around
10295         shell-command-on-region as in format-decode-run-method because
10296         shell-command-on-region can display a buffer with error output.
10297         (format-decode): Don't record undo information for the decoding.
10298         (format-annotate-function): Add parameter FORMAT-COUNT.  Make
10299         that number part of the temporary buffer name so that more than
10300         one decoding using a temporary buffer can happen safely.
10302         * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
10303         of `A-z' in the regexp.
10305         * hilit-chg.el: Fix typos in commentary.
10307         * help.el (view-emacs-news): Rewritten for new naming scheme
10308         for old NEWS files.
10310         * startup.el (command-line): Pop to *Messages* in case an error
10311         is signaled while loading user-init-file.
10313 2000-08-17  Andreas Schwab  <schwab@suse.de>
10315         * files.el (insert-directory): Don't lose original file name,
10316         undoing an undocumented change.
10318 2000-08-17  Alex Schroeder  <alex@gnu.org>
10320         * sql.el (sql-magic-go): Use comint-bol.
10321         (sql-copy-column): Use comint-line-beginning-position.
10322         (comint-line-beginning-position): Define a replacement for
10323         comint-line-beginning-position if it is not fboundp.
10325 2000-08-17  Alex Schroeder  <alex@gnu.org>
10327         * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
10328         it didn't have any effect anyway.
10330 2000-08-17  Alex Schroeder  <alex@gnu.org>
10332         * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
10333         --pset and pager=off instead of sending \\o|cat at the beginning
10334         of the session.
10336 2000-08-17  Miles Bader  <miles@gnu.org>
10338         * progmodes/octave-inf.el: Add compatibility definition of
10339         comint-line-beginning-position.
10341 2000-08-17  Kenichi Handa  <handa@etl.go.jp>
10343         * startup.el (normal-top-level): Look in each dir in load-path for
10344         a leim-list.el file too.  This assures of loading leim-list.el
10345         that is created at Emacs installation time even if a user have his
10346         own leim-list.el.
10348 2000-08-17  Miles Bader  <miles@gnu.org>
10350         * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
10351         foreground color to black if the background is dark.
10353 2000-08-16  Stefan Monnier  <monnier@cs.yale.edu>
10355         * loadhist.el (unload-feature): Typo.
10357         * finder.el (finder-compile-keywords):
10358         * cus-dep.el (custom-make-dependencies): Add local-variable settings
10359         to the generated file.
10361         * mail/mh-e.el (mh-make-local-vars):
10362         Replace make-variable-buffer-local with make-local-variable.
10364         * play/landmark.el:
10365         * options.el (Edit-options-{set,toggle,t,nil}):
10366         * mail/mailabbrev.el (mail-abbrevs-mode):
10367         * textmodes/tex-mode.el (tex-expand-files):
10368         * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
10370         * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
10372         * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
10373         (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
10374         Allow going past the last element.
10375         * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
10376         (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
10377         (cvs-mouse-toggle-mark): Don't move point.
10378         (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
10380         * progmodes/compile.el (grep): Provide a default set of files.
10381         (next-error): Docstring fix.
10382         (compilation-find-file): Avoid find-file (fails in a dedicated window).
10384         * emacs-lisp/easy-mmode.el (define-minor-mode):
10385         Use `symbol-value' to keep the byte-compiler quiet.
10387         * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
10388         (diff-find-source-location): New fun, extracted from diff-goto-source.
10389         (diff-goto-source): Use it.
10390         (diff-next-complex-hunk, diff-filter-lines): New function.
10391         (diff-apply-hunk): New command.
10393         * smerge-mode.el (smerge-mode-menu): Doc fix.
10395         * msb.el (msb-mode): Define it in terms of define-minor-mode.
10397 2000-08-16  Dave Love  <fx@gnu.org>
10399         * windmove.el (windmove) <defgroup>: Add :version.
10401         * net/goto-addr.el: Don't require browse-url.  Require thingatpt.
10402         (goto-address-fontify-p, goto-address-highlight-p)
10403         (goto-address-url-face, goto-address-url-mouse-face)
10404         (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
10405         (goto-address-url-regexp): Use thing-at-point-url-regexp.
10406         (goto-address-fontify, goto-address-at-mouse): Simplify,
10407         (goto-address-at-point): browse-url-url-at-point,
10408         goto-address-find-address-at-point can return nil.
10409         (goto-address-find-address-at-point): Return nil on failure.
10411         * align.el (align) <defgroup>: Add :version.
10413         * calculator.el (calculator): Add :version.
10414         (calculator): Use two lines for calculator window if `modeline'
10415         face is boxed.
10417         * play/5x5.el: Doc fixes.
10418         (5x5) <defgroup>: Add :version.
10420         * play/fortune.el (fortune) <defgroup>: Add :version.
10421         (fortune-append): Fix error message.
10422         (fortune-from-region): Doc fix.
10424         * play/pong.el (pong): Doc fix.
10426         * play/morse.el: Keywords, commentary, autoloads.
10428 2000-08-16  Eli Zaretskii  <eliz@is.elta.co.il>
10430         * desktop.el (desktop-save): Don't look at symbol-value of a
10431         member of minor-mode-alist, unless it is boundp.
10433 2000-08-16  Sam Steingold  <sds@gnu.org>
10435         * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10436         `while'; use `with-current-buffer' instead of `save-excursion'.
10437         Removed unnecessary kludges now that "*Buffer List*" is excluded.
10439 2000-08-16  Kenichi Handa  <handa@etl.go.jp>
10441         * international/ccl.el (declare-ccl-program): Docstring modified.
10442         (ccl-execute-with-args): Likewise.
10444 2000-08-16  Miles Bader  <miles@gnu.org>
10446         * progmodes/sql.el: Add compatibility definition of
10447         comint-line-beginning-position.
10449 2000-08-15  Gerd Moellmann  <gerd@gnu.org>
10451         * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
10452         'buffer-menu' property.
10453         (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
10454         fails.
10455         (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
10456         buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
10457         wasn't killed.
10459         * buff-menu.el (list-buffers-noselect): Don't display the
10460         *Buffer List* buffer.
10462         * font-lock.el: Require jit-lock to prevent a very late
10463         `Loading jit-lock' message.
10465         * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10466         * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
10467         mail address.
10469 2000-08-15  Miles Bader  <miles@gnu.org>
10471         * textmodes/ispell.el (ispell-graphic-p): New constant.
10472         (ispell-choices-win-default-height, ispell-help): Use
10473         `ispell-graphic-p' instead of `xemacsp'.
10475 2000-08-15  Dave Love  <fx@gnu.org>
10477         * simple.el: Autoload widget-convert when compiling.
10478         (mail-user-agent): Doc fix.
10480         * help.el (function-called-at-point, variable-at-point): Use
10481         with-syntax-table.
10482         (help-manyarg-func-alist): Add insert-and-inherit.
10484         * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
10486         * delsel.el (delsel-unload-hook): New function.
10488         * find-file.el: Doc fixes.  Move provide to end.
10489         (ff) <defgroup>: Add :link.
10490         (ff-goto-click): Deleted.
10491         (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
10492         Use mouse-set-point.
10494         * textmodes/tildify.el: Doc fixes.
10495         (tildify) <defgroup>: Add:version.
10497         * progmodes/glasses.el (glasses) <defgroup>: Add :version.
10498         (glasses-custom-set): Use set-default, not set.
10499         (minor-mode-alist): Propertize the lighter.
10500         (glasses-mode): Provide optional arg.
10502         * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
10503         (global-cwarn-mode): Don't make it a user option.  Unquote lambda.
10504         (cwarn-font-lock-feature-keywords-alist): Don't make it a user
10505         option.  Provide :type.
10506         (cwarn-configuration): Provide :type.
10507         (cwarn-mode): Doc fix.
10509         * add-log.el (change-log-merge): Doc fix.
10510         (change-log-redate): New command.
10512         * net/browse-url.el (browse-url-filename-alist): Add a clause for
10513         Doze and Dog.
10514         (browse-url): Use dolist, not mapcar.
10515         (browse-url-at-point): Check for null url.
10516         (browse-url-event-buffer, browse-url-event-point): Functions
10517         deleted.
10518         (browse-url-at-mouse, browse-url-netscape): Simplify.
10520         * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
10521         modes.
10522         (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
10523         Fix previous change to mapcan.
10524         (msb--init-file-alist, msb--add-separators)
10525         (msb--make-keymap-menu): Simplify.
10526         (msb--choose-file-menu): Use copy-sequence.
10527         (msb-mode-map): Add title to keymap.
10528         (msb-unload-hook): New function.
10530         * bs.el: Fix indentation.
10531         (bs) <defgroup>: Add :links.
10532         (bs-show): Doc fix.
10533         (bs-apply-sort-faces): Don't use window-system.
10534         (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
10536 2000-08-15  Eli Zaretskii  <eliz@is.elta.co.il>
10538         * calendar/timeclock.el (timeclock-file): Run .timelog through
10539         convert-standard-filename.
10541 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
10543         * emacs-lisp/authors.el: New file.
10545         * paren.el (show-paren-priority): New user option.
10546         (show-paren-function): Set overlay priorities to
10547         show-paren-priority.
10549 2000-08-14  Miles Bader  <miles@gnu.org>
10551         * comint.el (comint-bol): Use `forward-line 0' instead of calling
10552         beginning-of-line with inhibit-field-text-motion bound.
10554 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
10556         * calendar/timeclock.el: New file.
10558 2000-08-14  David Ponce  <david@dponce.com>
10560         * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
10561         `widget-button-click'. so that one can use left mouse button to
10562         click on dialog buttons.
10564 2000-08-14  Emmanuel Briot  <briot@gnat.com>
10566         * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
10567         identifiers, since XML is case sensitive
10569 2000-08-12  Miles Bader  <miles@gnu.org>
10571         * comint.el (comint-output-filter): Don't bother frobbing
10572         window-start, it doesn't seem to be necessary.
10574         * comint.el (comint-send-string, comint-send-region): Make into
10575         real functions.  Snapshot the prompt before sending.
10577 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
10579         * info.el (Info-find-emacs-command-nodes): Rewrite to use
10580         technique similar to Info-index, instead of relying on specific
10581         names of relevant Index nodes.
10582         (Info-goto-emacs-command-node): Bind Info-history to nil when
10583         going to the first node found by Info-find-emacs-command-nodes.
10585 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
10587         * menu-bar.el (menu-bar-help-menu): Add a :help string.
10589 2000-08-10  Miles Bader  <miles@gnu.org>
10591         * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
10593 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
10595         * info.el (Info-file-list-for-emacs): More elements for the
10596         autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
10597         and woman manuals.
10599 2000-08-10  Miles Bader  <miles@lsi.nec.co.jp>
10601         * comint.el (comint-send-input): Make the newline boundary overlay
10602         rear-nonsticky.  Use `insert' instead of `insert-before-markers'.
10603         (comint-output-filter): Use `insert' instead of
10604         `insert-before-markers'.  Extend comint-last-output-overlay when
10605         necessary since we can't rely on insert-before-markers to do it.
10606         * gud.el (gud-filter): Use `with-current-buffer' instead of
10607         save-excursion when inserting the output, so that point gets
10608         updated correctly; the old method relied on a rather dodgy
10609         side-effect of comint-output-filter to avoid the effect of
10610         save-excursion.
10612 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
10614         * files.el (recover-file): Call insert-directory instead of
10615         invoking `ls' directly.
10617 2000-08-10  Miles Bader  <miles@gnu.org>
10619         * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
10620         (comint-last-prompt-overlay): New variables.
10621         (comint-output-filter): Implement prompt highlighting.
10622         (comint-snapshot-last-prompt): New function.
10623         (comint-send-input): Snapshot the last prompt.
10624         Use comint-highlight-input-face.
10625         (comint-highlight-input-face): Renamed from `comint-highlight-face'.
10626         Use defface instead of defcustom.
10627         (send-invisible, comint-send-eof): Snapshot the last prompt.
10628         (comint-delchar-or-maybe-eof): Use comint-send-eof.
10629         (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
10631 2000-08-09  Stefan Monnier  <monnier@cs.yale.edu>
10633         * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
10634         (regexp-opt-group): Use a list of chars for `letters'.
10635         (regexp-opt-charset): `chars' is now a list of chars.
10636         Use a char-table rather than a vector so it works for multibyte chars.
10638         * pcvs.el (cvs-menu): Don't move point.  Use popup-menu.
10639         Set cvs-minor-current-files to the selected fileinfo.
10640         (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
10641         (cvs-mode-insert): Manually macroexpand `ignore-errors'.
10643 2000-08-09  Eli Zaretskii  <eliz@is.elta.co.il>
10645         * files.el (insert-directory): Don't call access-file on
10646         directories on DOS and Windows.
10648 2000-08-09  Kenichi Handa  <handa@etl.go.jp>
10650         * international/ccl.el (ccl-embed-data): Make ccl-program-vector
10651         longer if necessary.
10652         (ccl-embed-code): Call ccl-embed-data to store CODE in
10653         ccl-program-vector.
10655 2000-08-09  Miles Bader  <miles@gnu.org>
10657         * comint.el (comint-output-filter): Properly handle the case where
10658         the text surrounded by comint-last-output-overlay was deleted.
10660 2000-08-08  Gerd Moellmann  <gerd@gnu.org>
10662         * info.el (Info-insert-dir): Use Info-additional-directory-list if
10663         non-nil.
10664         (Info-file-list-for-emacs): Remove "info" from the list because
10665         that leads to trying to use the documentation from file `info'
10666         in various situations where it isn't appropriate, for instance
10667         C-h C-k C-h i.
10669         * ffap.el (ffap-read-file-or-url-internal): Handle case that
10670         DIR and/or STRING are nil.
10672         * progmodes/compile.el (compilation-setup): Make variable
10673         compilation-error-screen-columns buffer-local, as some comment
10674         in the code suggests it should be.
10676         * files.el (auto-mode-interpreter-regexp): New variable.
10677         (set-auto-mode): Use it.
10679         * indent.el (indent-for-tab-command): Doc fix.
10681         * mouse-sel.el (mouse-sel-mode): Doc fix.
10683         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
10684         labels.
10686         * help.el (print-help-return-message): When
10687         display-buffer-reuse-frames is set, let the help window been quit,
10688         instead of deleting it, which might delete a reused frame.
10690 2000-08-08  Eli Zaretskii  <eliz@is.elta.co.il>
10692         * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
10693         rename a directory to a name that differs only by its letter case.
10695 2000-08-08  Kenichi Handa  <handa@etl.go.jp>
10697         * international/quail.el (quail-define-rules): Handle Quail decode
10698         map correctly.  Add code for supporting annotations.
10699         (quail-install-decode-map): New function.
10700         (quail-defrule-internal): New optional arguments decode-map and
10701         props.
10702         (quail-advice): New function.
10704 2000-08-07  Sam Steingold  <sds@gnu.org>
10706         * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
10707         `defconst', `define-condition', `with-slots'.
10708         * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
10710 2000-08-03  Miles Bader  <miles@gnu.org>
10712         * comint.el (comint-use-prompt-regexp-instead-of-fields):
10713         New variable.
10714         (comint-prompt-regexp, comint-get-old-input): Document dependence on
10715         comint-use-prompt-regexp-instead-of-fields.
10716         (comint-send-input): Add `input' field property to stuff we send to
10717         the process, if comint-use-prompt-regexp-instead-of-fields is nil.
10718         (comint-output-filter): Add `output' field property to process
10719         output, if comint-use-prompt-regexp-instead-of-fields is nil.
10720         (comint-replace-by-expanded-history)
10721         (comint-get-old-input-default, comint-show-output)
10722         (comint-backward-matching-input, comint-forward-matching-input)
10723         (comint-next-prompt, comint-previous-prompt):  Use field
10724         properties if comint-use-prompt-regexp-instead-of-fields is nil.
10725         (comint-line-beginning-position): New function.
10726         (comint-bol): Use comint-line-beginning-position.  Make ARG optional.
10727         (comint-replace-by-expanded-history-before-point): Use
10728         comint-line-beginning-position and line-end-position.
10729         (comint-last-output-overlay): New variable.
10730         (comint-mode): Make `comint-last-output-overlay' buffer-local.
10732         * shell.el (shell-prompt-pattern): Doc change.
10733         (shell-backward-command): Use line-beginning-position.
10735         * gud.el (gud-gdb-complete-command): Use
10736         comint-line-beginning-position.
10738         * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
10739         comint-bol doesn't actually go to the beginning of the line.
10741         * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
10742         if comint-use-prompt-regexp-instead-of-fields is non-nil.
10743         (try-expand-line-all-buffers): Likewise.
10745         * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
10746         explicitly matching comint-prompt-regexp.
10747         (sql-copy-column): Use comint-line-beginning-position instead of
10748         explicitly matching comint-prompt-regexp.
10750         * progmodes/octave-inf.el (inferior-octave-complete): Use
10751         comint-line-beginning-position.
10753         * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
10755         * progmodes/idlw-shell.el (idlwave-shell-send-command): When
10756         looking for a prompt, use `forward-line 0' instead of
10757         `beginning-of-line', to avoid getting caught by an input field.
10759 2000-08-07  Gerd Moellmann  <gerd@gnu.org>
10761         * files.el (shell-quote-wildcard-pattern): Make sure to return
10762         PATTERN, in the Unix case.
10764 2000-08-07  Eli Zaretskii  <eliz@is.elta.co.il>
10766         * play/zone.el (zone): Discard any pending input before running
10767         the randomly-chosen pgm.
10769 2000-08-07  Kenichi Handa  <handa@etl.go.jp>
10771         * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
10772         checking the existence of any multibyte characters.
10774 2000-08-06  Gerd Moellmann  <gerd@gnu.org>
10776         * help.el (describe-mode): Test minor-mode symbol for being
10777         bound before testing its value for being nil.
10779         * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
10780         `first', `second', and `third'.
10782         * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
10783         (second): Make it an alias for `cadr'.
10785 2000-08-06  Eli Zaretskii  <eliz@is.elta.co.il>
10787         * bs.el (bs-apply-sort-faces): Don't use window-system, since all
10788         types of display support faces now.
10790 2000-08-05  Gerd Moellmann  <gerd@gnu.org>
10792         * pcvs.el (require): Require `cl' during compilation, only.
10794         * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
10795         (toplevel): Remove `remq' and `remove' from autoloads.
10796         (cl-fake-autoloads): New variable.  If set, arrange for an error
10797         when CL functions etc. are autoloaded.
10799 2000-08-04  Eli Zaretskii  <eliz@is.elta.co.il>
10801         * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
10803         * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
10804         popped up, but the user clicks outside the menu, return an empty
10805         regexp (that causes unhighlight-regexp to have no effect).
10807         * menu-bar.el (menu-bar-games-menu): Add Zone.
10809         * hi-lock.el (toplevel): Require font-lock.
10811 2000-08-03  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10813         * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
10814         (ebnf-8-bit-chars): New var for bug fix.
10815         (ebnf-string): Bug fix.
10817 2000-08-03  Sam Steingold  <sds@gnu.org>
10819         * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
10820         instead of `buffer-string'.
10821         (require 'cl): Always, not just when compiling.
10822         `ignore-errors' in `interactive', `list*', `defun*' &c make this
10823         necessary.
10825 2000-08-03  Eli Zaretskii  <eliz@is.elta.co.il>
10827         * international/mule-cmds.el (select-safe-coding-system): Make
10828         the message text about selecting a safe coding system more clear.
10830 2000-08-02  Gerd Moellmann  <gerd@gnu.org>
10832         * hi-lock.el: New file.
10834         * play/zone.el: New file.
10836         * replace.el (occur): Set tab-width in the *Occur* buffer to the
10837         value of tab-width in the original buffer.  Choose a line number
10838         format that's a multiple of the original buffer's tab width, so
10839         that lines appear right.
10841         * textmodes/ispell.el (ispell): New function, replacing an alias.
10842         Spell-check active region if in transient-mark-mode and mark
10843         is active; otherwise spell-check buffer.
10845 2000-08-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10847         * ps-mule.el: Fix a customization problem on
10848         ps-mule-font-info-database-default.
10850 2000-08-02  Eli Zaretskii  <eliz@is.elta.co.il>
10852         * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
10853         display-mouse-p instead of window-system.
10854         (ebrowse-member-mode-map): Ditto.
10856 2000-08-01  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10858         * progmodes/ebnf2ps.el: Update ps-print functions call.
10859         Indentation fix.  Doc fix.
10860         (ebnf-version): New version number (3.2).
10861         (ebnf-format-color, ebnf-begin-job): Code fix.
10863 2000-08-01  Eli Zaretskii  <eliz@is.elta.co.il>
10865         * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
10866         font lock support on window-system.
10867         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
10869         * textmodes/ispell.el (ispell-highlight-spelling-error): Use
10870         display-color-p, if fboundp, instead of window-system.
10872 2000-07-31  Eli Zaretskii  <eliz@is.elta.co.il>
10874         * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
10875         instead of window-system.
10877         * wid-edit.el (widget-choose): Use display-mouse-p instead of
10878         window-system.
10879         (widget-choice-mouse-down-action): Use display-popup-menus-p
10880         instead of window-system.
10882         * strokes.el (strokes-file): Run the file name through
10883         convert-standard-filename.
10884         (strokes-mode): Call display-mouse-p instead of looking at
10885         window-system.  Change the error message accordingly.
10887         * progmodes/cpp.el (toplevel): Support faces on tty's.
10889         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
10890         (lm-plot-square, lm-init-display): Don't use window-system.
10892         * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
10893         (gomoku-plot-square, gomoku-init-display): Don't use window-system.
10895         * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
10896         instead of looking at window-system.
10898 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
10900         * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
10901         of testing if iswitchb-prepost-hooks is bound, because the
10902         latter will always be true when invoking a recursive minibuffer
10903         from an active Iswitchb buffer.
10905 2000-07-30  Eli Zaretskii  <eliz@is.elta.co.il>
10907         * files.el (shell-quote-wildcard-pattern): New function.
10908         (insert-directory): Call it.  Only prepend "\" to command on Unix
10909         and GNU/Linux systems.
10911 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
10913         * eshell/esh-groups.el: Change custom :link file names
10914         from `eshell.info' to `eshell'.
10916 2000-07-30  Francis Wright  <fjw@maths.qmw.ac.uk>
10918         * dired.el (dired-build-subdir-alist): Expand subdirectory names
10919         correctly in recursive ange-ftp listings.
10921 2000-07-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10923         * ps-print.el: Fix bug 1: if ps-font-size-internal,
10924         ps-header-font-size-internal and
10925         ps-header-title-font-size-internal variables are not set,
10926         ps-nb-pages and ps-line-lengths-internal crashes.  Fix bug 2: if
10927         face text property is (foreground-color . COLOR) or
10928         `(background-color . COLOR)', ps-print crashes.  Doc fix.
10929         (ps-print-version): New version number (5.2.4).
10930         (ps-plot-region): Code fix.
10931         (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
10932         (ps-face-attribute-list, ps-face-attributes, ps-face-background):
10933         Bug fix 2.
10935 2000-07-30  Milan Zamazal  <pdm@freesoft.cz>
10937         * glasses.el (glasses-make-readable): Fix uncapitalization of
10938         identifiers like `myXMLDocument'.
10940 2000-07-28  Karl Fogel  <kfogel@red-bean.com>
10942         * mail/mail-hist.el (mail-hist-previous-input)
10943         (mail-hist-next-input): Do the obvious code factorization.
10944         (mail-hist-retrieve-and-insert): New func, contains common
10945         code of above two.
10946         If inserting a message body, leave point at top.
10948 2000-07-28  Sam Steingold  <sds@gnu.org>
10950         * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
10951         Use `<=', not `<' to compare times!
10952         (ange-ftp-ls): Remove.
10954 2000-07-27  Gerd Moellmann  <gerd@gnu.org>
10956         * play/cookie1.el: Add explanation of how to make cookie.el
10957         compatible with strfile(1) to comment.
10959         * subr.el (remove, remq): New functions.
10961         * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
10962         escape `*' in regexps.
10963         (midnight-find): Reverse order of arguments in the funcall of
10964         TEST.
10966         * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
10967         and `.class'.
10969         * play/meese.el: Add Commentary section.
10971 2000-07-27  Alex Schroeder  <alex@gnu.org>
10973         * sql.el (sql-ms): Added autoload cookie.
10974         (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
10975         (sql-oracle): Ditto.
10976         (sql-help): Doc change.
10978         (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
10979         types and exceptions.
10981 2000-07-27  Alex Schroeder  <alex@gnu.org>
10983         * sql.el (sql-placeholder-history): New variable.
10984         (sql-query-placeholders-and-send): New function that will query
10985         the user and replace placeholders with user input.
10986         (sql-oracle): If running on NT, set comint-input-sender to
10987         sql-query-placeholders-and-send.
10989         (sql-stop): If in the SQLi buffer, insert stop notification, else
10990         present it as a message.
10992 2000-07-27  Alex Schroeder  <alex@gnu.org>
10994         * sql.el (sql-input-ring-separator): Doc change.
10995         (sql-input-ring-file-name): Doc change.
10996         (sql-interactive-mode): Use `sql-input-ring-separator' and
10997         `sql-input-ring-file-name' to set the comint-mode equivalents
10998         without making them local variables.
10999         (sql-stop): Don't bind `sql-input-ring-separator' and
11000         `sql-input-ring-file-name' dynamically to their comint-mode
11001         equivalents.
11003 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
11005         * international/mule.el (register-char-codings): New function.
11006         (make-coding-system): Handle `safe-chars' specification in the arg
11007         PROPERTY.
11009         * international/mule-cmds.el
11010         (find-coding-systems-region-subset-p): This function deleted.
11011         (sort-coding-systems-predicate): New variable.
11012         (sort-coding-systems): New function.
11013         (find-coding-systems-region): Use
11014         find-coding-systems-region-internal.
11015         (find-coding-systems-string): Use find-coding-systems-region.
11016         (find-coding-systems-for-charsets): Check
11017         char-coding-system-table.
11018         (select-safe-coding-system-accept-default-p): New variable.
11019         (select-safe-coding-system): Mostly rewritten.  New argument
11020         ACCEPT-DEFAULT-P.
11021         (select-message-coding-system): Call select-safe-coding-system
11022         with ACCEPT-DEFAULT-P arg.
11023         (reset-language-environment): Reset default-sendmail-coding-system
11024         to the default value iso-latin-1.
11025         (set-language-environment): Don't set the obsolete variable
11026         charset-origin-alist.
11028         * international/codepage.el (cp-coding-system-for-codepage-1):
11029         Give `safe-chars' property to make-coding-system.
11031         * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
11032         calling select-message-coding-system twice.
11034         * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
11035         instead of `safe-charsets'.
11036         (cyrillic-alternativnyj): Likewise.
11037         (ccl-encode-alternativnyj): Don't check the charset
11038         cyrillic-iso8859-5.
11040 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
11042         * composite.el (compose-chars-after): Preserve match data.
11044 2000-07-26  Sam Steingold  <sds@gnu.org>
11046         * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
11047         (ange-ftp-real-file-newer-than-file-p): New function.
11048         (ange-ftp-verify-visited-file-modtime): Use `float-time'.
11049         (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
11051         * tooltip.el (tooltip-float-time): Removed (use `float-time').
11052         * midnight.el (midnight-float-time): Ditto.
11054 2000-07-26  Andreas Schwab  <schwab@suse.de>
11056         * files.el (normal-backup-enable-predicate): Correct
11057         interpretation of the return value of compare-strings.
11059 2000-07-26  Gerd Moellmann  <gerd@gnu.org>
11061         * isearch.el (isearch-resume): New function.
11062         (isearch-done): Add something to command-history to resume
11063         the search.
11064         (isearch-yank-line, isearch-yank-word): Use
11065         buffer-substring-no-properties instead of buffer-substring.
11067         * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
11068         of flyspell-mouse-map.
11070         * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
11071         duplicate definition.
11072         (makefile-mode): Remove duplicate setting of local-abbrev-table.
11074         * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
11075         (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
11077 2000-07-25  Sam Steingold  <sds@gnu.org>
11079         * net/ange-ftp.el: Get modtime over the net.
11080         (ange-ftp-file-modtime): New function.
11081         (ange-ftp-write-region, ange-ftp-insert-file-contents)
11082         (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
11083         Use it.
11084         (ange-ftp-dot-to-slash): New function.
11085         (ange-ftp-fix-name-for-vms): Use it.
11087         * midnight.el (midnight-buffer-display-time): Use
11088         `with-current-buffer'.
11090 2000-07-25  Gerd Moellmann  <gerd@gnu.org>
11092         * find-dired.el: Update copyright notice.
11093         (find-dired): Offer to kill a running `find'.
11095         * enriched.el (enriched-face-ans): For a `foreground-color'
11096         property, return '(("x-color" COLOR))' so that COLOR will be
11097         output as a parameter of the x-color annotation.  Likewise for the
11098         `background-color' property.  In the case of normal face
11099         properties, don't return annotations for unspecified foreground
11100         and background face attributes.
11102 2000-07-25  Kenichi Handa  <handa@etl.go.jp>
11104         * language/japan-util.el (japanese-katakana-region): Fix handling
11105         HANKAKU argument.
11107 2000-07-25  Miles Bader  <miles@gnu.org>
11109         * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
11110         constrain-to-field.  Pass nil ESCAPE-FROM-EDGE argument to
11111         constrain-to-field.
11113 2000-07-24  Andrew Innes  <andrewi@gnu.org>
11115         * timer.el (timer-activate-when-idle): Add optional parameter
11116         DONT-WAIT.  Update docstring.
11117         (run-with-idle-timer): Specify extra parameter to
11118         timer-activate-when-idle, so that timer will be activated
11119         immediately if Emacs is already idle.
11121         * w32-fns.el (w32-using-nt): Fix docstring.
11123 2000-07-24  Dave Love  <fx@gnu.org>
11125         * mouse.el (popup-menu): Set last-command-event.
11126         (mouse-major-mode-menu-prefix): Declare.
11128 2000-07-24  Gerd Moellmann  <gerd@gnu.org>
11130         * textmodes/flyspell.el: Update to author's version 1.5d.
11132         * progmodes/hideshow.el: Update copyright notice.
11134         * vcursor.el: Set maintainer to FSF, since author cannot
11135         be reached.
11137 2000-07-24  Eli Zaretskii  <eliz@is.elta.co.il>
11139         * info.el (Info-goto-emacs-key-command-node): Leave a space after
11140         the prompt.
11142         * mouse.el (popup-menu): Run the keymap through indirect-function,
11143         in case it was defined with define-prefix-key.  If the menu is a
11144         list of keymaps, look up the binding of user's choice in each one
11145         of the keymaps.
11146         (mouse-popup-menubar): If the global and local menu-bar keymaps
11147         don't have a prompt string, create one and insert it into the
11148         keymap.  Don't barf if current-local-map returns nil.
11150 2000-07-24  Francis Wright  <fjw@maths.qmw.ac.uk>
11152         * dired.el (dired-sort-R-check): Added to allow recursive listing
11153         to be undone.
11154         (dired-sort-other): Use it.
11156 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11158         * Release of cc-mode 5.27
11160 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11162         * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
11163         c-beginning-of-statement-1 that caused a bad case of recursion
11164         which could consume a lot of CPU in large classes in languages
11165         that have in-expression classes (i.e. Java and Pike).
11167         * cc-engine.el (c-guess-basic-syntax): Check for in-expression
11168         statements before top level constructs (i.e. case 6 is moved
11169         before case 5 and is now case 4) to catch in-expression
11170         classes in top level expressions correctly.
11172 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11174         * cc-engine.el (c-guess-basic-syntax): Less naive handling of
11175         objc-method-intro. Case 4 removed and case 5I added.
11177         * cc-langs.el (c-append-paragraph-start): New variable used by
11178         c-common-init to get paragraph-start correct.
11179         * cc-langs.el (c-common-init): Use c-append-paragraph-start to
11180         initialize paragraph-start to make it correct both with and
11181         without the javadoc special case.
11183         * cc-mode.el (java-mode): Use c-append-paragraph-start to
11184         initialize paragraph-start for javadoc markup.
11186         * cc-vars.el (c-style-variables-are-local-p): Incompatible
11187         change by defaulting this to t.  It's motivated by the
11188         confusing behavior that otherwise arise from the style system
11189         when editing both java and non-java files at the same time
11190         (see the comments about style setting in c-common-init).
11192 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11194         * cc-cmds.el (c-indent-new-comment-line): Added a kludge
11195         similar to the one in c-fill-paragraph to check the fill
11196         prefix from the adaptive fill function for sanity.
11198 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11200         * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
11201         defun block.
11203 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11205         * cc-align.el (c-lineup-multi-inher): Handle lines with
11206         leading comma nicely. Extended to handle member initializers
11207         too.
11209         * cc-engine.el: (c-beginning-of-inheritance-list,
11210         c-guess-basic-syntax): Fixed recognition of inheritance lists
11211         when the lines begins with a comma.
11213         * cc-vars.el (c-offsets-alist): Changed default for
11214         member-init-cont to c-lineup-multi-inher since it now handles
11215         member initializers and indents better for leading commas.
11217 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11219         * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
11220         handling that caused class open lines to be recognized as
11221         statement-conts in some cases.
11223         * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
11224         guessed by the adaptive fill function unless point is on the
11225         first line of a block comment.
11227         * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
11228         when the buffer ends with a macro continuation char.
11230         * cc-engine.el (c-guess-basic-syntax): Added support for
11231         function definitions as statements in Pike.  The first
11232         statement in a lambda block is now labeled defun-block-intro
11233         instead of statement-block-intro.
11235         * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
11236         so that the class surrounding point is selected, not the one
11237         innermost in the state.
11239         * cc-engine.el (c-guess-basic-syntax): Fixed bug in
11240         recognition of switch labels having hanging multiline
11241         statements.
11243         * cc-engine.el (c-beginning-of-member-init-list): Broke out
11244         some code in c-guess-basic-syntax to a separate function.
11245         * cc-engine.el (c-just-after-func-arglist-p): Fixed
11246         recognition of member inits with multiple line arglists.
11247         * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
11248         member-init-cont when the commas are in funny places.
11250 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11252         * cc-defs.el (c-auto-newline): Removed this macro since it's
11253         not used anymore.
11255         * cc-engine.el (c-looking-at-bos): New helper function.
11256         * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
11257         inexpr and toplevel classes apart in Pike.
11259         * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
11260         of case 9A.
11262         * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
11263         constant, since "class" can introduce an in-expression class
11264         in Pike nowadays.
11266 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11268         * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
11269         indentation on cpp-macro lines.
11271         * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
11272         a syntax modifier like comment-intro, to make it possible to
11273         get syntactic indentation for preprocessor directives.  It's
11274         incompatible wrt to lineup functions on cpp-macro, but it has
11275         no observable effect in the 99.9% common case where cpp-macro
11276         is set to -1000.
11278 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11280         * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
11281         member-init-cont when the preceding arglist is several lines.
11283 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11285         * cc-styles.el (c-style-alist): The basic offset for the BSD
11286         style corrected to 8.
11288 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11290         * cc-styles.el (c-style-alist): Adjusted the indentation of
11291         brace list openers in the gnu style.
11293 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11295         * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
11297         * cc-cmds.el (c-electric-brace, c-electric-slash,
11298         c-electric-star, c-electric-semi&comma, c-electric-colon,
11299         c-electric-lt-gt, c-electric-paren): Don't reindent old lines
11300         when c-syntactic-indentation is nil.
11302         * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
11303         we were left at comments preceding the first statement when
11304         reaching the beginning of the buffer.
11306         * cc-vars.el (c-syntactic-indentation): New variable to turn
11307         off all syntactic indentation.
11309 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11311         * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
11312         between the text and the block comment ender when it hangs,
11313         depending on how many there are before the fill.
11315 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11317         * cc-engine.el (c-beginning-of-closest-statement): New helper
11318         function to go back to the closest preceding statement start,
11319         which could be inside a conditional statement.
11320         * cc-engine.el (c-guess-basic-syntax): Use
11321         c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
11323         * cc-engine.el (c-guess-basic-syntax): Better handling of
11324         arglist-intro, arglist-cont-nonempty and arglist-close when
11325         the arglist is nested inside parens.  Cases 7A, 7C and 7F
11326         changed.
11328         * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
11329         up-to-date with javadoc 1.2.
11331 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11333         * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
11334         multiline Pike type decls.
11336 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11338         * cc-cmds.el (c-indent-new-comment-line): Always break
11339         multiline comments in multiline mode, regardless of
11340         comment-multi-line.
11342 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11344         * cc-engine.el (c-guess-basic-syntax): Fixed bug with
11345         fully::qualified::names in C++ member init lists.  Preamble in
11346         case 5D changed.
11348 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11350         * cc-langs.el (c-common-init): Handling of obsolete variables
11351         moved to c-initialize-cc-mode.  More compatible style override
11352         when using global style variables.
11353         * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
11354         variables moved here.
11356         * cc-styles.el (c-make-styles-buffer-local): Flag style
11357         variable localness in c-style-variables-are-local-p to make
11358         the compatibility measure in c-common-init work well.
11360         * cc-styles.el (c-set-style-1): c-special-indent-hook can no
11361         longer contain set-from-style.
11362         * cc-styles.el (c-initialize-builtin-style): Don't check for
11363         set-from-style on c-special-indent-hook.
11364         * cc-styles.el (c-copy-tree): Obsolete.  The standard function
11365         copy-alist is sufficient now.
11367         * cc-styles.el (c-set-style, c-set-style-1,
11368         c-get-style-variables): Fixes to variable initialization so
11369         that duplicate entries in styles have the same effect
11370         regardless of DONT-OVERRIDE.
11372         * cc-styles.el (c-set-style-2): Fixed bug where the
11373         initialization of inheriting styles failed when the
11374         dont-override flag is set.
11376         * cc-vars.el (c-special-indent-hook): Don't use set-from-style
11377         on this.
11379 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11381         * cc-defs.el (c-forward-comment): Removed the workaround
11382         introduced in 5.38 since it had worse side-effects.  If a line
11383         contains the string "//\"", it regarded the // as a comment
11384         start since the \ temporarily doesn't have escape syntax.
11386 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
11388         * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
11389         ada-xref.el before ada-prj.el, so that the Project menu is created
11390         when ada-prj tries to add to it.
11391         (ada-activate-keys-for-case): Suppress the characters that are not
11392         part of the Ada syntax. Better compatibility with else-mode
11393         (ada-adjust-case-interactive): When auto-casing is not active,
11394         correctly insert newlines (used to insert only ^M).  Prevent the
11395         syntax table from being changed in case of an error
11396         (or '_' becomes part of a word and some commands are confused).
11397         Do nothing if ada-auto-case is nil.
11398         (ada-after-keyword-p): Ignore keywords that are also attributes
11399         (ada-batch-reformat): Update usage comment
11400         (ada-call-from-contextual-menu): New function
11401         (ada-case-read-exceptions): Reinitialize the casing exception list
11402         first to nil first, so that the casing exception file can be
11403         shared.
11404         (ada-check-defun-name): Handles "configure" keyword for gnatdist
11405         files.
11406         (ada-compile-goto-error): Fix regexp used to detect a file:line
11407         anywhere in the error message
11408         (ada-contextual-menu-last-point): New variable
11409         (ada-create-keymap): If the variable delete-key-deletes-forward is
11410         t on XEmacs, it means that DEL should delete one character
11411         forward.
11412         (ada-create-menu): Use :included instead of :visible for XEmacs.
11413         New submenu "Options".
11414         (ada-end-stmt-re): Correctly indent "select ... then abort"
11415         statements.
11416         (ada-fill-comment-paragraph): Correctly delete all leading '--'
11417         even if they don't match ada-fill-comment-prefix Fix handling of
11418         paragraphs on the first or last line of a file.
11419         (ada-format-paramlist): Fix handling of default parameter values.
11420         (ada-get-body-name): New function.
11421         (ada-get-current-indent): Optimized by searchling directly for an
11422         existing generic part or a statement outside of it.  Handle
11423         ada-indent-align-comments when indenting comments Replaced some
11424         regexps by testing directly the next character. This results in a
11425         huge speedup on some files.  New indentation scheme for renames
11426         statements.  Stop looking for the 'while' or 'for' associated with
11427         a 'loop' at the first semicolon encountered.  A "return" can also
11428         match an anonymous access subprogram declaration.
11429         (ada-get-indent-noindent): Ignore strings and comments when
11430         looking for the keywords "record" and "private".
11431         (ada-goto-matching-decl-start): When matching "if", make sure we
11432         are not in fact seeing "end if".  Ignore "when" statements except
11433         when initial keyword was "begin".  Fix handling of nested
11434         procedures.  Add a recursive call to this function to skip over
11435         other 'end' statmts.  Fix indentation for "when .. => begin"
11436         (ada-in-open-paren-p): Fix indentation for complex boolean
11437         expressions, where 'and then', 'or else' and parenthesis
11438         statements are mixed up.
11439         (ada-in-paramlist-p): Skip comments while searching for the
11440         beginning Fix handling of operator declarations.
11441         (ada-indent-align-comments): New variable
11442         (ada-indent-current): Change the syntax table only in the
11443         protected section, so that we are sure it is restored correctly.
11444         (ada-indent-on-previous-lines): Use ada-use-indent and
11445         ada-with-indent Correctly indent "select ... then"
11446         (ada-indent-region): Slight speedup.
11447         (ada-indent-renames): New variable.
11448         (ada-last-which-function-subprog, ada-last-which-function-line):
11449         New variables
11450         (ada-looking-at-semi-private): Correctly indent the 'private'
11451         keyword when it is the first word in a package declaration.
11452         (ada-loose-case-word): Stop searching if at the end of the buffer.
11453         (ada-loose-case-word, ada-capitalize-word): Recase the whole word
11454         even if point is not initially at the end of the word.
11455         (ada-matching-decl-start-re): Add "when".
11456         (ada-mode): Add support for abbrev-mode, outline-mode and
11457         which-func-mode Override the old find-file.el entry in
11458         ff-special-constructs since it is using the obsolete
11459         ada-spec-suffix variable
11460         (ada-no-auto-case): New function
11461         (ada-scan-paramlist): When parsing the argument type, accept
11462         spaces (as in "X 'Class", generated by Rational Rose).
11463         (ada-other-file-name): No longer loads the other file.
11464         (ada-popup-menu): Save and restore the current buffer and cursor
11465         position before and after displaying the menu.
11466         (ada-search-ignore-complex-boolean): New function.
11467         (ada-uncomment-region): Emacs21 already knows how to delete
11468         comments not starting in the first column.
11469         (ada-use-indent): New variable
11470         (ada-which-function): New function.
11471         (ada-with-indent): New variable
11472         (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
11473         can be batch-compiled from the command line.
11475         * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
11476         Add to the menu when the file is loaded, not in ada-mode-hook.
11477         Add -toolbar to the default ddd command Switches moved from
11478         ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
11479         ada-prj-default-comp-opt
11480         (ada-add-ada-menu): Remove the map and name parameters Add the Ada
11481         Reference Manual to the menu
11482         (ada-check-current): rewritten as a call to ada-compile-current
11483         (ada-compile): Removed.
11484         (ada-compile-application, ada-compile-current, ada-check-current):
11485         Set the compilation-search-path so that compile.el automatically
11486         finds the sources in src_dir.  Automatic scrollong of the
11487         compilation buffer.  C-uC-cC-c asks for confirmation before
11488         compiling
11489         (ada-compile-current): New parameter, prj-field
11490         (ada-complete-identifier): Load the .ali file before doing
11491         processing
11492         (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
11493         conform to gnatmake's behavior.
11494         (ada-find-file-in-dir): New function
11495         (ada-find-references): Set the environment variables for gnatfind
11496         (ada-find-src-file-in-dir): New function.
11497         (ada-first-non-nil): Removed
11498         (ada-gdb-application): Add support for jdb, the java debugger.
11499         (ada-get-ada-file-name): Load the original-file first if not done
11500         yet.
11501         (ada-get-all-references): Handles the new ali syntax (parent types
11502         are found between <>).
11503         (ada-initialize-runtime-library): New function
11504         (ada-mode-hook): Always load a project file when a file is opened,
11505         so that the casing exceptions are correctly read.
11506         (ada-operator-re): Add all missing operators ("abs", "rem", "**").
11507         (ada-parse-prj-file): Use find-file-noselect instead of find-file
11508         to open the project file, since the latter does not work with
11509         speedbar Get default values before loading the prj file, or the
11510         default executable file name is wrong.  Use the absolute value of
11511         src_dir to initialize ada-search-directories and
11512         compilation-search-path,...  Add the standard runtime library to
11513         the search path for find-file.
11514         (ada-prj-default-debugger): Was missing an opening '{'
11515         (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
11516         variables.
11517         (ada-prj-default-gnatmake-opt): New variable
11518         (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
11519         buffers, the project file is the default one Save the windows
11520         configuration before displaying the menu.
11521         (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
11522         (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
11523         ...)  regexp-quote identifiers names to support operators +,
11524         -,... in regexps.
11525         (ada-remote): New function.
11526         (ada-run-application): Erase the output buffer before starting the
11527         run Support remote execution of the application.  Use
11528         call-process, or the arguments are incorrectly parsed
11529         (ada-set-default-project-file): Reread the content of the active
11530         project file, not the one from the current buffer When a project
11531         file is set as the default project, all directories are
11532         automatically associated with it.
11533         (ada-set-environment): New function
11534         (ada-treat-cmd-string): New special variable ${current}
11535         (ada-treat-cmd-string): Revised.  The substitution is now done for
11536         any ${...} substring
11537         (ada-xref-current): If no body was found, compiles the spec
11538         instead.  Setup ADA_{SOURCE,OBJECTS}_PATH before running the
11539         compiler to get rid of command line length limitations.
11540         (ada-xref-get-project-field): New function
11541         (ada-xref-project-files): New variable
11542         (ada-xref-runtime-library-specs-path)
11543         (ada-xref-runtime-library-ali-path): New variables
11544         (ada-xref-set-default-prj-values): Default run command now does a
11545         cd to the build directory.  New field: main_unit Provide a default
11546         file name even if the current buffer has no prj file.
11548         * ada-prj.el:
11549         Rewritten to show a tabbed-dialog.
11550         (ada-prj-add-ada-menu): Remove the map and name parameters.
11551         (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
11552         New function
11553         (ada-prj-load-directory, ada-prj-subdirs-of): New functions
11554         (ada-prj-load-from-file): New function
11555         (ada-prj-save): Always save fields that depend on the current buffer
11556         (ada-prj-show-value): New function
11558         * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
11559         Ada mode. This will allow us to display the Ada menu in any buffer
11560         we want (for project items).
11561         (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
11562         number of spaces in the header.
11564 2000-07-24  Dave Love  <fx@gnu.org>
11566         * ediff-init.el (ediff-region-help-echo): Bind face-help.
11568 2000-07-23  Noah Friedman  <friedman@splode.com>
11570         * type-break.el (type-break): perform autosave.
11571         Suggested by Stephen Gildea <gildea@intouchsys.com>.
11572         (type-break-do-query): Cancel query schedule while performing
11573         actual query, to avoid possibility of a second query being made
11574         while first one is already in progress.
11575         (type-break-time-stamp-format): New variable.
11576         (type-break-time-stamp): New function.
11577         (type-break-time-warning): Use it.
11578         (type-break-keystroke-warning): Use it.
11579         (type-break-noninteractive-query): Use it.
11581         * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
11582         cookie.
11583         Use add-minor-mode to set minor-mode-alist, if available.
11584         (eldoc-echo-area-use-multiline-p): New user option.
11585         (eldoc-echo-area-multiline-supported-p): New variable.
11586         (eldoc-docstring-format-sym-doc): Use them.
11587         (eldoc-mode): If not using idle timers, append to local post and
11588         pre command hooks.  Suggested by David Byers <davby@ida.liu.se>.
11589         (eldoc-display-message-no-interference-p): Don't interfere with
11590         edebug.
11591         Add autoload cookie for eldoc-mode minor-mode-alist initialization.
11592         (eldoc-function-arglist): New function.
11593         (eldoc-function-argstring): Use it.
11595         * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
11596         auto save directory exists before calling directory-files.
11598 2000-07-23  Dave Love  <fx@gnu.org>
11600         * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
11601         ^o, ^u.
11603 2000-07-21  Dave Love  <fx@gnu.org>
11605         * ediff-init.el (ediff-region-help-echo): Modify to use overlay
11606         now passed to the function.  It now works properly.
11608         * smerge-mode.el (smerge-mode-menu): Fill it out.
11610 2000-07-20  Gerd Moellmann  <gerd@gnu.org>
11612         * info-look.el (info-lookup): If *info* is shown in another frame
11613         on the same display, select that frame, instead of switching to
11614         the Info buffer in another window of the selected frame.
11616         * simple.el (universal-argument-map): Bind numeric keypad keys
11617         kp-0 to kp-9 and kp-subtract.
11618         (digit-argument): Handle these keys.
11620 2000-07-20  Dave Love  <fx@gnu.org>
11622         * net/goto-addr.el (goto-address-fontify): Don't bother with
11623         buffer-modified and read-only stuff -- irrelevant with overlays.
11624         Put an extra property on the overlays and use it to clean up in
11625         case goto-address is re-run.
11627 2000-07-19  Richard M. Stallman  <rms@gnu.org>
11629         * timer.el (run-with-idle-timer): Doc fix.
11631         * mail/mail-utils.el (mail-strip-quoted-names):
11632         Handle case where <...> appears inside "...".
11633         Use replace-match to edit the string more simply.
11634         (rmail-dont-reply-to): Cope with an unmatched ".
11636 2000-07-19  Dave Love  <fx@gnu.org>
11638         * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
11639         implementation.
11641         * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
11642         (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
11643         (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
11645 2000-07-19  Gerd Moellmann  <gerd@gnu.org>
11647         * textmodes/refer.el: Correct maintainer's email address.
11649         * progmodes/hideif.el: Correct author's email address.
11650         Fix typo in comment.
11652         * xml.el: New file.
11654         * mail/mailheader.el: Correct author's mail address.
11656         * gnus/parse-time.el: Correct author's mail address.
11658 2000-07-19  Colin Walters <walters@cis.ohio-state.edu>
11660         * comint.el (comint-highlight-input, comint-highlight-face):
11661         New user options.
11662         (comint-input-ring-file-name): Change custom type.
11663         (comint-mode-map): Bind mouse-2.
11664         (comint-insert-clicked-input): New function.
11665         (comint-send-input): Handle input highlighting.
11667 2000-07-18  Stefan Monnier  <monnier@cs.yale.edu>
11669         * mouse.el (popup-menu): New function.
11670         (mouse-major-mode-menu): Use it.
11672 2000-07-18  Dave Love  <fx@gnu.org>
11674         * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
11675         improvements.
11677 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
11679         * faces.el (face-font-selection-order)
11680         (face-font-family-alternatives): Add custom type.
11682 2000-07-18  Dave Love  <fx@gnu.org>
11684         * cus-edit.el (custom-variable-reset-saved)
11685         (custom-variable-reset-standard): Remove unused bindings.
11687         * rect.el (open-rectangle-line): Remove unused let.
11689         * hl-line.el (hl-line-highlight): Check hl-line-mode.
11691 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
11693         * cdl.el: Fix `Maintainer' keyword.
11695         * play/pong.el: Add author's email address.
11697 2000-07-17  Sam Steingold  <sds@gnu.org>
11699         * files.el (insert-directory): Call `split-string' instead of
11700         re-implementing it.
11702 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
11704         * mail/vms-pmail.el: Change maintainer to FSF.
11706         * net/goto-addr.el: Change maintainer to FSF.
11708         * info.el (Info-title-face-alist): Removed.
11710 2000-07-18  David Ponce  <david@dponce.com>
11712         * recentf.el (recentf-open-files): New command that works like
11713         `recentf-open-more-files', but shows the whole list of files (not just
11714         those omitted from the menu). Useful if you don't use a menu-bar!
11715         (recentf-open-more-files) Modified to use `recentf-open-files'.
11717         (recentf-open-files, recentf-open-more-files)
11718         (recentf-edit-list): Dialogs use `recentf-dialog-mode'
11720         (recentf-dialog-mode): New mode for dialogs. You can now just type
11721         "q" to cancel the dialogs.
11723 2000-07-18  David Ponce  <david@dponce.com>
11725         * recentf.el: This is a major update of recentf.el. It adds new
11726         features to better organize the recentf menu and "More..." buffer.
11728         Using new provided menu filtering functions you can now organize the
11729         recent files list:
11731         - by major modes
11732         - by directories
11733         - by user defined rules
11735         Finally, with the new `recentf-filter-changer' customizable filter you
11736         can define a ring of filters and dynamically (via the menu) cycle on
11737         each menu organization in the ring (a la msb).
11739 2000-07-18  Eli Zaretskii  <eliz@is.elta.co.il>
11741         * eshell/eshell.el (eshell): Replace links to eshell.info with
11742         links to eshell, to avoid problems on systems where the manual is
11743         installed as `eshell'.
11744         * eshell/esh-cmd.el (eshell-cmd): Ditto.
11745         * eshell/em-smart.el (eshell-smart): Ditto.
11746         * eshell/em-banner.el (eshell-banner): Ditto.
11747         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
11749         * eshell/em-unix.el (eshell-shuffle-files): Don't disable
11750         same-file check in the MS-DOS version (it does support inodes).
11752         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
11754         * eshell/eshell.el (eshell-directory-name):
11755         Run default directory name through convert-standard-filename.
11757 2000-07-18  Kenichi Handa  <handa@etl.go.jp>
11759         * international/mule-cmds.el (select-safe-coding-system):
11760         Fix typo in the comment.
11762         * language/european.el (compound-text):
11763         Force katakana-jisx0201 to be designated to G1.
11765         * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
11766         Don't translate some national variant characters of latin-jisx0201.
11767         (x-ctext): Force katakana-jisx0201 to be designated to G1.
11769         * international/kkc.el (kkc-after-update-conversion-functions):
11770         New variable.
11771         (kkc-update-conversion): Run functions in it at the tail.
11773 2000-07-16  John Wiegley  <johnw@gnu.org>
11775         * lisp/align.el (align-newline-and-indent):
11776         Adding new function.  for auto-aligning blocks of code on RET.
11777         (align-region): Fixed badly formatted minibuffer message.
11779 2000-07-17  Kenichi Handa  <handa@etl.go.jp>
11781         * international/kkc.el (kkc-show-conversion-list-count): Customize it.
11782         (kkc-region): Update kkc-next-count and kkc-prev-count here.  Show
11783         the conversion list at first if appropriate.
11784         (kkc-next): Don't update kkc-next-count here.
11785         (kkc-prev): Don't update kkc-prev-count here.
11786         (kkc-show-conversion-list-update): Fix setting up of conversion
11787         list message.
11789 2000-07-16  Stefan Monnier  <monnier@cs.yale.edu>
11791         * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
11793 2000-07-16  Dave Love  <fx@gnu.org>
11795         * cus-edit.el (custom-buffer-create-internal): Use a help-echo
11796         function to be more specific.
11798         * wid-edit.el (widget-specify-field, widget-specify-button): Allow
11799         non-string help-echo.
11800         (widget-types-convert-widget): Defsubst it.
11801         (widget-echo-help): Try to cope with a help-echo function of two
11802         possible sorts.
11804 2000-07-15  Jason Rumney  <jasonr@gnu.org>
11806         * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
11807         Declare as obsolete.
11809         * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
11811 2000-07-14  Gerd Moellmann  <gerd@gnu.org>
11813         * hilit-chg.el: Fix typo.
11815 2000-07-14  Dave Love  <fx@gnu.org>
11817         * info.el (Info-mode-menu): Fix use of :help, :enable.
11819 2000-07-14  Stefan Monnier  <monnier@cs.yale.edu>
11821         * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
11823 2000-07-13  Dave Love  <fx@gnu.org>
11825         * emacs-lisp/easymenu.el: Doc fixes.
11826         (easy-menu-remove): Defalias to ignore.
11828         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
11829         Call throw correctly.
11831 2000-07-13  Gerd Moellmann  <gerd@gnu.org>
11833         * faces.el (frame-background-mode): Doc fix.
11835         * simple.el (eval-expression-print-length): Change custom type to
11836         allow entering nil as value.
11838 2000-07-13  Dave Love  <fx@gnu.org>
11840         * progmodes/fortran.el (fortran-imenu-generic-expression):
11841         Change definition layout.
11842         (fortran-mode-menu): Reinstate customize entries.
11844         * cus-edit.el (custom-group-menu-create, customize-menu-create):
11845         Use :filter, per old XEmacs code.
11847 2000-07-12  Gerd Moellmann  <gerd@gnu.org>
11849         * term.el (term-send-raw-meta): Strip modifiers from the keyboard
11850         event when deciding what to send to the terminal.
11852 2000-07-12  Dave Love  <fx@gnu.org>
11854         * cus-start.el: Add optional version as 4th element of specs and
11855         use it for several things new in v21.  Remove load-path.  Fix type
11856         of line-number-display-limit.
11858 2000-07-11  Dave Love  <fx@gnu.org>
11860         * progmodes/fortran.el: Don't require easymenu.
11861         Use repeat counts in various regexps.
11862         (fortran-mode-syntax-table): Defvar directly.
11863         (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
11864         (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
11865         Use defvar, not defconst.
11866         (fortran-mode-map): Change locals in `let'.  Use `fortran-auto-fill'.
11867         (fortran-mode): Set fortran-comment-line-start-skip,
11868         fortran-comment-line-start-skip, dabbrev-case-fold-search.
11869         (fortran-comment-indent): Use defsubst.
11870         (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
11871         Use fortran-comment-indent, not fortran-comment-indent-function.
11872         (fortran-comment-region, fortran-electric-line-number): Simplify.
11873         (fortran-auto-fill): New function.
11874         (fortran-do-auto-fill): Deleted.
11875         (fortran-find-comment-start-skip):
11876         Check for non-null comment-start-skip.
11877         (fortran-auto-fill-mode, fortran-fill-statement):
11878         Use fortran-auto-fill.
11879         (fortran-fill): Use fortran-auto-fill.  Check for null
11880         comment-start-skip.  Simplify final clause and use end-of-line finally.
11882         * widget.el (widget-plist-member): New alias.
11884 2000-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
11886         * eshell/esh-module.el (toplevel): Reference
11887         byte-compile-current-file only if it is bound.
11889 2000-07-10  Gerd Moellmann  <gerd@gnu.org>
11891         * dired.el: Don't require `dired-aux'.
11893 2000-07-10  Miles Bader  <miles@lsi.nec.co.jp>
11895         * dired-aux.el (dired-show-file-type): New function.
11896         * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
11897         (dired-show-file-type): Add autoload.
11899 2000-07-10  Kenichi Handa  <handa@etl.go.jp>
11901         * international/mule-diag.el (describe-font): Adjusted for the
11902         change of fontset-info.
11903         (print-fontset): Likewise.
11905 2000-07-09  Stefan Monnier  <monnier@cs.yale.edu>
11907         * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
11909 2000-07-07  Gerd Moellmann  <gerd@gnu.org>
11911         * bindings.el: Bind `[delete]' to delete-char.
11913         * dired.el (dired-find-alternate-file): New function.
11914         (dired-mode-map): Bind `a' to dired-find-alternate-file.
11915         (toplevel): Require dired-aux when compiling.
11916         (dired-buffers): Move defvar within file to avoid compiler warning.
11918         * info.el (Info-last-search): Variable removed.
11919         (Info-search-history): New variable.
11920         (Info-search): New Info-search-history.
11922         * battery.el, info-look.el: Change author's mail address.
11924 2000-07-07  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
11926         * mail/rmail.el (rmail-clear-headers): Don't throw an error
11927         if rmail-ignored-headers is nil.
11928         (rmail-retry-failure): Bind rmail-ignored-headers and
11929         rmail-displayed-headers to nil.
11931 2000-07-06  Gerd Moellmann  <gerd@gnu.org>
11933         * lpr.el (lpr-page-header-switches): Add `-h' switch.
11934         (print-region-1): Don't hard code `-h' here.
11936         * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
11938 2000-07-01  Francesco Potorti`  <pot@gnu.org>
11940         * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
11941         exim can use "your message" instead of "the message".
11943 2000-07-06  Stefan Monnier  <monnier@cs.yale.edu>
11945         * facemenu.el: Docstrings fixes.
11946         (facemenu-get-face): Don't use internal-find-face.
11947         (facemenu-iterate): Rename arg to match the docstring.
11949         * newcomment.el (uncomment-region): Be more careful when skipping
11950         backwards over `=' not to bump into BOBP.
11952 2000-07-05  Michael Kifer  <kifer@cs.sunysb.edu>
11954         * ediff-diff.el (ediff-wordify): Use syntax table.
11955         * ediff-init.el (ediff-has-face-support-p): Use
11956         ediff-color-display-p.
11957         (ediff-color-display-p): Use display-color-p, changed to defun
11958         from defsubst.
11959         Got rid of special cases for NeXT and OS/2.
11960         * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
11961         face.
11963 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
11965         * emacs-lisp/lucid.el: Require CL.
11966         (copy-tree, remprop): Remove, it's provided by CL.
11967         (map-keymap): Define in terms of cl-map-keymap.
11968         (extent-property, set-extent-end-glyph): New functions.
11970         * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
11972 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
11974         * Makefile.in (DONTCOMPILE): Add comment that the name may
11975         not be changed without changing the make-dist script.
11977         * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
11978         (cl-mapc): Use mapc instead of cl-old-mapc.
11980 2000-07-05  Andrew Innes  <andrewi@gnu.org>
11982         * makefile.nt: Add support for `bootstrap' and related targets.
11984 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
11986         * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
11987         (easy-menu-do-define): Use `menu-item' format.
11988         Handle case where easy-menu-create-menu returns a symbol.
11989         Manually call the potential top-level filter in the function binding.
11990         (easy-menu-filter-return): New arg NAME.
11991         Convert to a keymap if MENU is an XEmacs menu.
11992         (easy-menu-convert-item-1): New.  Extracted from easy-menu-do-add-item.
11993         (easy-menu-converted-items-table, easy-menu-convert-item):
11994         New var and fun to memoize easy-menu-convert-item-1.
11995         (easy-menu-do-add-item): Use it.
11996         (easy-menu-create-menu): Use easy-menu-convert-item.
11997         Wrap easy-menu-filter-return around any :filter specification.
11998         Don't convert the menu if a filter was specified.
11999         Tell easy-menu-make-symbol not to check for MENU being an expression.
12000         (easy-menu-make-symbol): New arg NOEXP.
12002 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
12004         * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
12005         EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
12006         (eval-defun): If called with prefix arg, instrument code for
12007         Edebug.
12009         * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
12010         similar to that of eval-defun.
12012 2000-07-04  Dave Love  <fx@gnu.org>
12014         * hl-line.el (hl-line-overlay): Make it permanent-local.
12016         * calendar/todo-mode.el: Replaced with a working version, based on
12017         1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
12019 2000-07-03  Miles Bader  <miles@lsi.nec.co.jp>
12021         * paths.el (prune-directory-list): New function.
12022         (Info-default-directory-list): Rewritten to more methodically
12023         enumerate a big list of possible info directories (based on the
12024         list used by the standalone info reader).
12026         * info.el (info-initialize): Use prune-directory-list to remove
12027         non-existent directories from Info-directory-list.
12029         * paths.el (Info-default-directory-list): Try a list of possible
12030         info-directories instead of a single one.  Add the possible
12031         info directory "/usr/share/info".
12033         * woman.el (woman-man.conf-path): Explicitly include the debian
12034         man-db config file "/etc/manpath.config".
12035         (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
12036         are present in `manpath.config'.
12037         (woman-manpath): Include "/usr/share/man".
12039 2000-07-03  Gerd Moellmann  <gerd@gnu.org>
12041         * frame.el (blink-cursor-mode): Don't hide cursor initially.
12043         * startup.el (command-line): Initialize blink-cursor based
12044         on window-system.
12046         * frame.el (blink-cursor): Default to nil if not running under
12047         a window-system.
12049         * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
12050         (face-x-resources): Remove duplicate entry for :font.
12052         * textmodes/refer.el (refer-find-entry-internal): Use some-window
12053         instead of cycling through windows with next-window.
12055         * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
12056         of cycling through windows with next-window.
12058         * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
12059         of cycling through windows with next-window.
12061         * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
12062         (edebug-get-displayed-buffer-points): Use walk-windows/some-window
12063         instead of cycling through windows with next-window.
12065         * calendar/appt.el (appt-select-lowest-window): Use walk-windows
12066         instead of cycling through windows with next-window.
12068         * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
12069         of cycling through windows with next-window.
12071         * terminal.el (te-process-output): Use walk-windows instead of
12072         cycling through windows with next-window.
12074         * server.el (server-switch-buffer): Use some-window instead of
12075         cycling through windows with next-window.
12077         * window.el (some-window): New function.
12078         (walk-windows): Remove reference to walk-windows-start.
12080         * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
12082 2000-07-03  Richard Stallman  <rms@gnu.org>
12084         * window.el (walk-windows): Guarantee termination by keeping a list
12085         of all the windows already handled.
12087 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
12089         * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
12090         window-system.
12092         * man.el (Man-notify-when-ready): Don't use window-system.  If
12093         Man-notify-method is newframe, and the display is not
12094         multi-frame, select the frame created for the man page.
12095         (Man-init-defvars): Doc fix.
12097 2000-06-28  Gerd Moellmann  <gerd@gnu.org>
12099         * faces.el (region): Change background color for light background.
12101         * ediff-wind.el (ediff-setup-control-frame): Remove :box
12102         attribute from mode-line face of Ediff control frame.
12104         * replace.el (query-replace-map): Bind `e' like `E'.
12106 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
12108         * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
12109         Change name to "Select All".
12111         * dos-fns.el (convert-standard-filename): Fix last change.
12113 2000-06-27  Gerd Moellmann  <gerd@gnu.org>
12115         * help.el (describe-variable): Don't insert a second `'s' in front
12116         of the string `value is shown below'.  Since the syntax-table is
12117         set to emacs-lisp-mode-syntax-table, forward-sexp skips over
12118         an existing `'s', so that this won't be deleted.
12120         * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
12121         * pcmpl-unix.el: New files.
12123 2000-06-26  Stefan Monnier  <monnier@cs.yale.edu>
12125         * wid-edit.el (widget-member): Use the new plist-member.
12127 2000-06-26  Gerd Moellmann  <gerd@gnu.org>
12129         * replace.el (perform-replace): Undo change of 2000-04-04.
12130         Instead, move backward 1 character at the end of the loop when
12131         necessary.
12133         * faces.el (fringe): Change face for different backgrounds.
12135         * eshell/esh-module.el (toplevel): Load defgroup's differently;
12136         patch from John.
12138         * eshell/*.el: Change spelling of the Free Software Foundation.
12140         * eshell/esh-toggle.el: Removed.
12142         * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
12144         * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
12145         interactively.
12147 2000-06-26  Alex Schroeder  <alex@gnu.org>
12149         * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
12150         `define-key'; instead of checking `(emacs-version)' check for
12151         `set-keymap-parent' and `set-keymap-name' directly.  Add entries
12152         for `;' and `o' which might be electric.
12154         (sql-electric-stuff): New user option.
12155         (sql-magic-go): New function which uses `sql-electric-stuff'.
12156         (sql-magic-semicolon): New function which uses
12157         `sql-electric-stuff'.
12159         (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
12160         is not fboundp.
12162         (sql-oracle-options): New variable.
12163         (sql-oracle): Use it.
12165         (sql-imenu-generic-expression): Doc change.
12166         (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
12167         is used.
12169         (sql-informix): Added command line parameter "-" to force
12170         sql-informix-program to use stdout.
12172 2000-06-25  Eli Zaretskii  <eliz@is.elta.co.il>
12174         * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
12175         (cp864-decode-table): Doc fix.
12176         (cp720-decode-table): New variable, supports the Arabic OEM
12177         codepage used by Windows.
12178         (cp737-decode-table): New, Greek OEM codepage used by Windows.
12180 2000-06-23  Dave Love  <fx@gnu.org>
12182         * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
12183         (font-lock-fontify-anchored-keywords): Use
12184         line-beginning-position.
12185         (global-font-lock-mode): Use mapc.
12187 2000-06-23  Stefan Monnier  <monnier@cs.yale.edu>
12189         * eshell/esh-module.el: Require CL when compiling.
12191 2000-06-23  Gerd Moellmann  <gerd@gnu.org>
12193         * comint.el (comint-substitute-in-file-name): Call replace-match
12194         with second and third arg t.
12196         * cus-edit.el (custom-button-face, custom-button-pressed-face):
12197         Specify foreground color.
12199         * faces.el (tool-bar, mode-line, header-line): Specify foreground
12200         color.
12202         * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
12204         * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
12205         cddr instead of cdddr.
12207         * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
12208         instead of copy-list.
12210         * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
12211         of copy-list.
12213         * subdirs.el: Add eshell subdirectory.
12215         * eshell: New subdirectory containing the Eshell package.
12217         * pcomplete.el: New file.
12219 2000-06-23  Paul Eggert  <eggert@twinsun.com>
12221         * mail/mailpost.el (post-mail-send-it): Make sure file has
12222         proper permissions from birth.
12224         * files.el (basic-save-buffer-2): When temporarily setting
12225         file modes, set them to current modes plus 0200, not to 0777.
12227         * emerge.el (emerge-make-temp-file): Make sure file has proper
12228         permissions from birth.
12230 2000-06-22  Eli Zaretskii  <eliz@is.elta.co.il>
12232         * files.el (make-backup-file-name-1): On DOS/Windows, run the
12233         backup file name through convert-standard-filename.
12235         * dos-fns.el (convert-standard-filename): Convert leading
12236         directories as well.  When long file names are supported, convert
12237         characters that are invalid in Windows file names.
12239 2000-06-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12241         * ps-print.el: Fix bug: if ^L is the very first buffer character,
12242         ps-print crashes.  New feature: page selection for printing.  Create
12243         raw-text-unix coding system for XEmacs.  Doc fix.
12244         (ps-print-version): New version number (5.2.3).
12245         (ps-plot-region): Bug fix.
12246         (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
12247         (ps-header-sheet, ps-generate, ps-end-job): Code fix.
12248         (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
12249         funs.
12250         (ps-selected-pages, ps-last-selected-pages, ps-first-page)
12251         (ps-last-page): New vars.
12253 2000-06-21  Gerd Moellmann  <gerd@gnu.org>
12255         * progmodes/sh-script.el (sh-while-getopts): Fix handling of
12256         empty option string.
12258 2000-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
12260         * man.el (man): Doc fix.
12262 2000-06-21  Kenichi Handa  <handa@etl.go.jp>
12264         * international/mule-cmds.el (set-language-info-alist): Docstring
12265         fixed.
12267 2000-06-20  Gerd Moellmann  <gerd@gnu.org>
12269         * version.el (emacs-version): Use ISO date format.
12271         * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
12272         instead of `M-backspace'.
12274         * simple.el (turn-off-auto-fill): New function.
12276 2000-06-20  Stefan Monnier  <monnier@cs.yale.edu>
12278         * jit-lock.el (with-buffer-prepared-for-jit-lock):
12279         Renamed from with-buffer-prepared-for-font-lock and use
12280         inhibit-modification-hooks rather than setting *-change-functions.
12281         Update all functions to use the new name.
12282         (jit-lock-first-unfontify-pos): New semantics (and doc).
12283         (jit-lock-mode): Make non-interactive.
12284         Don't automatically turn on font-lock.
12285         Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
12286         Always use jit-lock-after-change.
12287         Remove and restore font-lock-after-change-function.
12288         (turn-on-jit-lock, jit-lock-after-fontify-buffer)
12289         (jit-lock-after-unfontify-buffer): Remove.
12290         (jit-lock-stealth-fontify):
12291         Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
12292         (jit-lock-after-change): Set the `fontified' text-prop to nil.
12294 2000-06-20  Sam Steingold  <sds@gnu.org>
12296         * emacs-lisp/cl-indent.el (toplevel): Indent
12297         `print-unreadable-object' properly.  Untabify.
12299 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
12301         * textmodes/reftex.el (reftex-find-citation-regexp-format):
12302         Support for bibentry.
12303         (reftex-compile-variables): Fixed problem with end of section-re.
12305         * texmodes/reftex-dcr.el (reftex-view-crossref,
12306         reftex-view-crossref-from-bibtex):
12307         Deal with changed `reftex-find-citation-regexp-format'.
12308         (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
12309         Replaced `remprop' with `put'.
12310         (reftex-view-crossref, reftex-view-crossref-when-idle):
12311         Support for bibentry.
12313         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
12314         New entry for bibentry package.
12316         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
12317         Regexp also matches "\nobibliography".
12319         * textmodes/reftex-global.el (reftex-renumber-simple-labels):
12320         Call `reftex-ensure-write-access' before doing anything.
12321         (reftex-ensure-write-access): New function.
12323 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
12325         * progmodes/idlwave.el: File re-installed (update to version 4.2)
12327         * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
12329         * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
12331         * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
12334 2000-06-20  Dave Love  <fx@gnu.org>
12336         * faces.el (frame-background-mode): Use set-default, not set, in
12337         setter.
12338         (frame-update-faces, frame-update-face-colors): Define with
12339         defalias.
12341         * enriched.el (enriched-decode-foreground)
12342         (enriched-decode-background): Don't use internal-find-face.
12344         * apropos.el: Doc fixes.
12346         * cus-edit.el (customize-changed-options): Check arg.
12347         (customize-version-lessp): Don't require decimal point.
12349         * custom.el (defcustom, defgroup): Doc fix.
12351         * newcomment.el (comment) <defgroup>: Add :version.
12352         (comment-multi-line): Doc fix.
12354         * emulation/mlsupport.el (define-hooked-local-abbrev,
12355         define-hooked-global-abbrev): Fix, using define-abbrev.
12357 2000-06-19  Gerd Moellmann  <gerd@gnu.org>
12359         * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
12360         the whole buffer.
12362 2000-06-19  Dave Love  <fx@gnu.org>
12364         * menu-bar.el (menu-bar-options-save): New function.
12365         (menu-bar-options-menu): Use it.
12366         (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
12367         Simplify.
12369 2000-06-19  Andreas Schwab  <schwab@suse.de>
12371         * progmodes/etags.el (tags-query-replace): Put new parameters
12372         START and END at the end, for backward compatibility.
12374 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
12376         * international/codepage.el:
12377         (cp-coding-system-for-codepage-1): Delete special codes for
12378         generating xxx-dos coding system because now a CCL based coding
12379         system can handle EOL conversion by default.
12381         * international/mule.el (make-coding-system): Generate subsidiary
12382         coding systems for EOL handling variants even for a CCL based
12383         coding system.
12385 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
12387         * international/isearch-x.el (isearch-minibuffer-input-method)
12388         (isearch-minibuffer-input-method-function): These variables
12389         deleted.
12390         (isearch-with-input-method): Don't use the above variables.
12391         (isearch-process-search-multibyte-characters): Likewise.  Call
12392         read-string with the arg INHERIT-INPUT-METHOD t.
12394 2000-06-17  Stefan Monnier  <monnier@cs.yale.edu>
12396         * font-lock.el (font-lock-after-fontify-buffer)
12397         (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
12399         * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
12400         Use consistent make-local-variable style for font-lock-fontified.
12401         (jit-lock-fontify-buffer):
12402         Don't bother checking for font-lock-mode and jit-lock-mode.
12404         * time.el: Remove trailing ^M that prevent CVS-merging.
12406 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
12408         * Makefile.in (distclean): New target.
12410 2000-06-16  Stefan Monnier  <monnier@cs.yale.edu>
12412         * Makefile.in (srcdir): Define for update-subdirs.
12414 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
12416         * find-lisp.el: New file.
12418 2000-06-16  Andrew Innes  <andrewi@gnu.org>
12420         * time.el (display-time-mail-function): New variable, to allow
12421         external packages to indicate when new mail is available.
12422         (display-time-update): Use it.
12424 2000-06-16  Kenichi Handa  <handa@etl.go.jp>
12426         * international/mule.el (mule-version): Change version name to
12427         SAKAKI.  AOI has already been used by Meadow.
12429         * international/quail.el (quail-show-guidance-buf): To find the
12430         bottom window (but minibuffer), pay attention to the height of
12431         minibuffer.
12433 2000-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
12435         * arc-mode.el (archive-mode-map): Use the new menu-item format for
12436         menu-bar menus.  Add help strings.  Don't remove the Edit menu
12437         from the menu bar, as the menu bar has enough space now.
12439         * Makefile.in (SHELL): Make sure /bin/sh is used.
12441         * woman.el (woman-man-buffer): Fix bold and underlined CJK
12442         characters, which use series of two ^H characters instead of one.
12444 2000-06-15  Gerd Moellmann  <gerd@gnu.org>
12446         * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
12447         (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
12448         functions.
12449         (Info-find-node-2): Try a case-sensitive search first, then
12450         do a case-insensitive search.
12452         * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
12453         tutorials.
12455         * complete.el (PC-env-vars-alist): New variable.
12456         (PC-complete-as-file-name): New function.
12457         (partial-completion-mode): Initialize PC-env-vars-alist from
12458         process-environment.
12459         (PC-do-completion): Handle completion of env vars.
12461         * info.el (Info-set-mode-line): Show file name in mode line,
12462         use `*Info*' instead of `Info:'.
12464         * startup.el (command-line-1): Change copyright messages to year
12465         2000.
12467 2000-06-15  Dave Love  <fx@gnu.org>
12469         * net/goto-addr.el (goto-address-fontify): Use keymap property,
12470         not local-map.
12472 2000-06-15  Kenichi Handa  <handa@etl.go.jp>
12474         * international/mule.el (set-buffer-file-coding-system): Almost
12475         rewritten to handle `undecided' as no-op.
12477 2000-06-14  Gerd Moellmann  <gerd@gnu.org>
12479         * Makefile.in: New file.
12481         * Makefile: Removed.
12483         * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
12484         (goto-address-highlight-keymap): Bind C-c RET.
12486 2000-06-14  Kenichi Handa  <handa@etl.go.jp>
12488         * mail/sendmail.el (sendmail-send-it): The temporary buffer
12489         inherits buffer-file-coding-system of the current buffer.
12491         * tar-mode.el (tar-extract): For goto-char, use (point-min), not
12492         0.  Give correct argument to set-auto-coding-function.
12493         (tar-expunge): For goto-char, use (point-min), not 0.
12494         (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
12495         (tar-subfile-save-buffer): Likewize.
12497         * international/mule.el
12498         (after-insert-file-set-buffer-file-coding-system): Call
12499         set-buffer-file-coding-system with the arg FORCE t.
12501 2000-06-13  Gerd Moellmann  <gerd@gnu.org>
12503         * mail/sendmail.el (mail-specify-envelope-from): Initialize to
12504         nil.  Contemporary sendmails issue an X-Authentication-Warning if
12505         the sender is set with `-f'.
12507 2000-06-13  Dave Love  <fx@gnu.org>
12509         * help.el (describe-function-1): Kluge around cases of functions
12510         fset to subrs whose doc doesn't match their symbol-name.
12512         * image.el (insert-image): Default STRING to a space.
12514         * info.el Doc fixes.
12515         (Info-build-node-completions): Match Ref tags.
12517 2000-06-13  Eli Zaretskii <eliz@is.elta.co.il>
12519         * frame.el (display-multi-frame-p, display-multi-font-p): New
12520         defaliases for display-graphic-p.
12522         * hl-line.el: Fixed a typo in commentary.
12524 2000-06-13  Kenichi Handa  <handa@etl.go.jp>
12526         * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
12527         fixed.
12529 2000-06-12  Dave Love  <fx@gnu.org>
12531         * image.el (insert-image): Save a little consing.
12533 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
12535         * language/tibet-util.el: Convert all tibetan-1-column characters
12536         to the corresponding tibetan characters.
12537         (tibetan-add-components): Delete code for the special treatment of
12538         'a chung.
12540         * language/tibetan.el (tibetan-composable-pattern): Fix previous
12541         change.
12542         (tibetan-vowel-transcription-alist): More rules added.
12543         (tibetan-composite-vowel-alist): New variable.
12544         (tibetan-precomposition-rule-alist): More rules added.
12546 2000-06-12  Stefan Monnier  <monnier@cs.yale.edu>
12548         * startup.el (command-line): Only call menu-bar-mode if interactive.
12550         * thingatpt.el (toplevel symbol-properties):
12551         * textmodes/makeinfo.el (makeinfo-compile):
12552         * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
12553         * progmodes/hideif.el (hif-compress-define-list)
12554         (hide-ifdef-use-define-alist):
12555         * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
12556         (ange-ftp-vms-add-file-entry):
12557         * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
12558         * man.el (Man-build-man-command):
12559         * mail/rnewspost.el (news-reply-header-hook):
12560         * info.el (Info-insert-dir):
12561         * emulation/mlconvert.el (backward-word, forward-word, setq):
12562         * emacs-lisp/gulp.el (gulp-send-requests):
12563         * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
12564         (byte-optimize-inline-handler, byte-optimize-form-code-walker)
12565         (byte-optimize-apply, end of file):
12566         * emacs-lisp/advice.el (ad-advice-class-completion-table)
12567         (ad-make-freeze-definition):
12568         * startup.el (command-line, command-line-1): Don't quote lambdas.
12570         * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
12571         (cvs-cleanup-removed): New function.
12572         (cvs-cleanup-functions): New var.
12573         (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
12574         some flexibility in specifying additional entries to auto-cleanup.
12575         (cvs-quickdir): New function.
12576         (cvs-mode-insert): Use cvs-fileinfo-from-entries.
12577         (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
12578         (cvs-mode-find-file): Check that we are on a filename or dirname
12579         when invoked through a mouse-click.
12580         (cvs-full-path): Remove.
12581         (cvs-dired-action): Re-introduced.
12582         (cvs-dired-noselect): Use it.
12583         (vc-post-command-functions): use this new hook if available.
12585         * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
12586         (cvs-status-map): Don't inherit from cvs-mode-map anymore.
12587         (cvs-filename-map, cvs-dirname-map): Remove.
12588         (cvs-default-action): Remove.
12589         (cvs-add-face): Use `keymap' rather than `local-map' property, and only
12590         if the arg is really a keymap.
12591         (cvs-fileinfo-pp): Don't use any special map for file and dir names.
12592         Don't hardcode the mapping from state (aka type) to face, but check
12593         the var cvs-fi-<type>-face instead.
12594         (cvs-fileinfo-from-entries): New function.
12596         * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
12597         Docstring fix.
12598         (cvs-find-file-and-jump): Change default to be safer.
12599         (cvs-mode-diff-map): Define it as a function as well.
12600         (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
12601         Bind mouse-2 in this global map rather than with text-properties.
12603         * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
12604         file to resolve the ambiguity between C(conflict) and C(need-merge).
12606 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
12608         * international/mule.el (set-buffer-file-coding-system): If
12609         CODING-SYSTEM is nil, set buffer-file-coding-system to nil
12610         unconditionally.
12612 2000-06-12  Dave Love  <fx@gnu.org>
12614         * wid-edit.el (widget-specify-button): Really suppress the face if
12615         required.
12617 2000-06-11  Gerd Moellmann  <gerd@gnu.org>
12619         * term/x-win.el (x-colors): Add colors from recent rgb.txt.
12621 2000-06-11  Stefan Monnier  <monnier@cs.yale.edu>
12623         * imenu.el (imenu-generic-expression): Docstring fix.
12625         * composite.el (composition-function-table): Move the `put'
12626         below the autoload cookie so we can load the file before loaddefs.
12628         * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
12630         * emacs-lisp/autoload.el (make-autoload): Use `cond'.
12631         Handle easy-mmode-define-global-mode.
12632         For complex macros like define-minor-mode that can generate
12633         several autoload entries, try to autoload entries in the
12634         macroexpanded code.
12636         * emacs-lisp/easy-mmode.el (define-minor-mode):
12637         If KEYMAP is a symbol, just use it.
12638         Use byte-compile-current-file and load-file-name to infer the
12639         proper :require to pass to defcustom.
12640         Wrap the hook var into `progn' so as not to autoload it.
12641         Add a :autoload-end cookie.
12642         Be more careful about the evaluation of KEYMAP.
12643         (easy-mmode-define-global-mode): Add a :autoload-end cookie.
12644         (define-derived-mode): Move define-abbrev-table outside of defvar.
12646 2000-06-10  Stefan Monnier  <monnier@cs.yale.edu>
12648         * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
12649         (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
12650         (backup-compiled-files): Ignore errors during `tar'.
12651         (bootstrap): Make autoloads before elc files.
12653 2000-06-10  Kenichi Handa  <handa@etl.go.jp>
12655         * international/mule.el (set-buffer-file-coding-system): If one of
12656         undecided-XXX is specified, change only EOL conversion.
12658         * international/mule-conf.el (unix): New alias for the coding
12659         system undecided-unix.
12661 2000-06-09  Dave Love  <fx@gnu.org>
12663         * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
12665         * progmodes/executable.el: Byte compile dynamic.
12666         (executable-insert): Change custom type.
12667         (executable-find): Add autoload cookie.
12668         (executable-make-buffer-file-executable-if-script-p): New
12669         function.  After Noah Friedman.
12671         * files.el (after-save-hook): Customize, with
12672         executable-make-buffer-file-executable-if-script-p as an option.
12674 2000-06-09  Kenichi Handa  <handa@etl.go.jp>
12676         * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
12677         "tib24p-mule.bdf" for Tibetan.
12679         * composite.el (decompose-composite-char): Declare it as obsolete.
12681         * man.el (Man-fontify-manpage): Pay attention to underline and
12682         overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
12684 2000-06-08  Gerd Moellmann  <gerd@gnu.org>
12686         * thingatpt.el (forward-thing): Use functionp instead of fboundp.
12687         Set maintainer to FSF since author isn't reachable.
12689 2000-06-08  Dave Love  <fx@gnu.org>
12691         * international/mule-cmds.el (select-safe-coding-system): If
12692         DEFAULT-CODING-SYSTEM is not specified, also check the most
12693         preferred coding-system if buffer-file-coding-system is
12694         `undecided'.  From Handa.
12696 2000-06-08  Kenichi Handa  <handa@etl.go.jp>
12698         * international/mule.el
12699         (after-insert-file-set-buffer-file-coding-system): If the buffer
12700         size is greater than INSERTED, judget that we are not visiting.
12702 2000-06-07  Rajesh Vaidheeswarran  <rv@gnu.org>
12704         * whitespace.el (defgroup whitespace): Comment out `:version'.
12705         XEmacs 20.4 has problems defining the group with this present.
12706         We'll have this commented out till get resolve the problem.
12708 2000-06-07  John Wiegley  <johnw@gnu.org>
12710         * align.el (align-dq-string-modes, align-sq-string-modes)
12711         (align-open-comment-modes): Add pyhton-mode.
12712         (align-rules-list): Use get-text-property instead of
12713         text-properties-at.
12714         (align-rules-list): Add python-assignment.
12715         (align-rules-list): Change perl-comma-delimiter to
12716         basic-comma-delimiter.  Use if for Perl modes and python-mode.
12717         (align-rules-list): Add python-chain-logic and
12718         basic-line-continuation.
12720 2000-06-07  Jari Aalto  <jari.aalto@poboxes.com>
12722         * apropos.el (apropos-mode-hook): New user variable.
12723         (apropos-mode): Run apropos-mode-hook.
12725 2000-06-07  David Ponce  <david@dponce.com>
12727         * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
12728         commands.  Require `wid-edit' at run-time.
12730 2000-06-07  David Ponce  <david@dponce.com>
12732         * recentf.el: Added some "Commentary".
12733         (recentf-open-more-files, recentf-edit-list): Minor changes to
12734         move the point at the top of the file list.  This behaviour is
12735         consistent with the menu one when the list contains a lot of
12736         files.
12737         (recentf-cleanup): Now displays the number of items removed from
12738         the list.
12739         (recentf-relative-filter) New menu filter to show filenames
12740         relative to `default-directory'.
12742 2000-06-07  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12744         * ps-print.el: XEmacs compatibility.  Doc fix.  Can select page size
12745         with/without giving an error if PostScript printer doesn't have this
12746         kind of page size.  Zebra Stripe continues or restarts on next page.
12747         Manual/automatic paper feeding.  Switch or not the header.
12748         (ps-print-version): New version number (5.2.2).
12749         (ps-windows-system): Include emx as a Windows system.
12750         (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
12751         (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
12752         (ps-background-text): Code fix.
12753         (ps-error-handler-message, ps-user-defined-prologue)
12754         (ps-print-prologue-header, ps-printer-name)
12755         (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
12756         (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
12757         (ps-use-face-background): Customization fix.
12758         (ps-n-up-database): Data fix.
12759         (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
12760         (ps-switch-header): New vars.
12761         (ps-xemacs-color-name, ps-face-foreground-name)
12762         (ps-face-background-name, ps-boolean-constant): New funs.
12764 2000-06-07  Dave Love  <fx@gnu.org>
12766         * allout.el: New version from Manheimer.
12768 2000-06-07  Kenichi Handa  <handa@etl.go.jp>
12770         * textmodes/fill.el (fill-find-break-point): Check the validity of
12771         charset.
12773 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
12775         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
12776         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
12777         Call display-color-p and display-mouse-p instead of looking at
12778         window-system.
12780 2000-06-06  Dave Love  <fx@gnu.org>
12782         * image.el (find-image): Doc fix.  Return nil if image not found.
12783         (put-image, insert-image): Make STRING arg optional.
12785 2000-06-06  Kenichi Handa  <handa@etl.go.jp>
12787         * language/vietnamese.el: Remove eval-when-compile.
12788         (viet-viscii-nonascii-translation-table): Define it as a
12789         translation table made from viet-viscii-decode-table.
12790         (viet-viscii-encode-table): Define it as a translation table made
12791         from the reverse map of above.
12792         (viet-vscii-nonascii-translation-table): Define it as a
12793         translation table made from viet-vscii-decode-table.
12794         (viet-vscii-encode-table): Define it as a translation table made
12795         from the reverse map of above.
12796         (ccl-decode-viscii): Use translate-character.
12797         (ccl-encode-viscii, ccl-encode-viscii-font)
12798         (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
12799         Likewize.
12801         * language/cyrillic.el: Remove eval-when-compile.
12802         (cyrillic-koi8-r-nonascii-translation-table): Define it as a
12803         translation table made from cyrillic-koi8-r-decode-table.
12804         (cyrillic-koi8-r-encode-table): Define it as a translation table
12805         made from the reverse map of above.
12806         (ccl-decode-koi8): Use translate-character.
12807         (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
12808         (cyrillic-alternativnyj-nonascii-translation-table): Define it as
12809         a translation table made from cyrillic-alternativnyj-decode-table.
12810         (cyrillic-alternativnyj-encode-table): Define it as a translation
12811         table made from the reverse map of above.
12812         (ccl-decode-alternativnyj): Use translate-character.
12813         (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
12814         Likewize
12816         * international/mule-diag.el (non-iso-charset-alist): Specify
12817         translation table symbol instead of translation table itself.
12818         (list-block-of-chars): CHARSET may be a translation table symbol.
12820         * international/mule.el (make-coding-system): If CODING-SYSTEM
12821         already exists, override it.
12823         * international/fontset.el: Use family `proportional' for Tibetan
12824         fonts.
12826         * international/ccl.el (ccl-compile-translate-character): Don't
12827         check if Rrr has property translation-table.
12828         (ccl-compile-map-multiple): Modified to avoid compiler warning.
12830 2000-06-05  Gerd Moellmann  <gerd@gnu.org>
12832         * info.el: Bind case-fold-search to t when searching in case
12833         a user sets it to nil in a hook.
12835 2000-06-05  Stefan Monnier  <monnier@cs.yale.edu>
12837         * autoarg.el (autoarg-mode, autoarg-kp-mode):
12838         * hl-line.el (hl-line-mode): Use the new :global key argument.
12840         * tar-mode.el (tar-header-block-recompute-checksum): Remove.
12841         (tar-clip-time-string): Prepend a space.
12842         (tar-grind-file-mode): Construct a string rather than modifying one.
12843         (tar-header-block-summarize): Fix docstring.
12844         Use `format' rather than an error-prone set of copy-loops.
12846         * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
12847         (diff-goto-source, diff-unified->context, diff-context->unified)
12848         (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
12849         understand the format output by the `-p' argument to diff.
12851         * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
12852         (sh-re-done): Use defconst.
12853         (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
12854         (sh-help-string-for-variable, sh-guess-basic-offset):
12855         Don't quote lambdas.
12856         (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
12857         (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
12859         * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
12860         (mh-letter-mode): Derive from text-mode.
12861         This implicitly means that it now calls kill-all-local-variables.
12862         Also remove the Emacs-18 compatibility code.
12864         * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
12865         Make use of symbol-property doc-string-elt.
12866         Use memq rather than a sequence of eq.
12867         (doc-string-elt): Fix the wrong or missing previously unused values.
12868         (autoload-print-form): New function extracted from
12869         generate-file-autoloads to allow recursion when handling progn
12870         so that defvar's and defun's docstrings are properly printed.
12871         (generate-file-autoloads): Use it.
12873         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
12874         Use find-file-hooks in the minor-mode function.
12875         Be careful not to loop indefinitely in the post-command-hook function.
12877 2000-06-05  Michael Kifer  <kifer@cs.sunysb.edu>
12879         * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
12880         tty's.
12881         * ediff-diff.el (ediff-exec-process): Use --binary for fine
12882         differences whenever appropriate.
12883         * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
12884         * viper.el (find-file, find-file-other-window): Get viper to do
12885         wildcards.
12887 2000-06-04  Stefan Monnier  <monnier@cs.yale.edu>
12889         * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
12890         (jit-lock-fontify-buffer): New function for JIT refontification.
12891         (jit-lock-mode): Fix docstring.
12892         Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
12893         Remove jit-lock-after-change from the _local_ hook.
12894         (jit-lock-function-1): Fix docstring.
12896         * info.el (Info-on-current-buffer): Initialize info.
12898         * newcomment.el (comment-indent): Ignore comment-indent-hook.
12900         * progmodes/tcl.el (tcl-indent-for-comment):
12901         Ignore comment-indent-hook.
12903         * emacs-lisp/easy-mmode.el: Require CL during compilation.
12904         (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
12905         (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
12906         and improve to use the lighter to guess the capitalization.
12907         (define-minor-mode): Inline code from easy-mmode-define-toggle.
12908         Add keyword arguments to specify global-ness or the custom group.
12909         Add local-map and help-echo properties to the lighter.
12910         (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
12911         (easy-mmode-define-global-mode): New macro.
12913 2000-06-02  Dave Love  <fx@gnu.org>
12915         * wid-edit.el: byte-compile-dynamic since we typically don't use
12916         all the widgets.  Don't require cl or widget.  Remove
12917         eval-and-compile.  Don't autoload finder-commentary.  Doc fixes.
12918         (widget-read-event): Removed.  Callers changed to use read-event.
12919         (widget-button-release-event-p): Renamed from
12920         button-release-event-p.
12921         (widget-field-add-space, widget-field-use-before-change):
12922         Uncustomize.
12923         (widget-specify-field): Use keymap property, not local-map.
12924         (widget-specify-button): Obey :suppress-face.
12925         (widget-specify-insert): Use modern backquote syntax.
12926         (widget-image-directory): Renamed from widget-glyph-directory.
12927         (widget-image-enable): Renamed from widget-glyph-enable.
12928         (widget-image-find): Replaces widget-glyph-find.
12929         (widget-button-pressed-face): Move defvar.
12930         (widget-image-insert): Replaces widget-glyph-insert.
12931         (widget-convert): Use keywordp.
12932         (widget-leave-text, widget-children-value-delete): Use mapc.
12933         (widget-keymap): Remove XEmacs stuff.
12934         (widget-field-keymap, widget-text-keymap): Define all inside defvar.
12935         (widget-button-click): Don't set point at the click, but re-centre
12936         if we scroll out of window.  Rewritten for images v. glyphs &c.
12937         (widget-tabable-at): Use POS arg, not point.
12938         (widget-beginning-of-line, widget-end-of-line)
12939         (widget-item-value-create, widget-sublist, widget-princ-to-string)
12940         (widget-sexp-prompt-value, widget-echo-help): Simplify.
12941         (widget-default-create): Use widget-image-insert; some rewriting.
12942         (widget-visibility-value-create)
12943         (widget-push-button-value-create, widget-toggle-value-create): Use
12944         widget-image-insert.
12945         (checkbox): Create on and off images dynamically.
12946         (documentation-link): Change :help-echo.
12947         (widget-documentation-link-echo-help): Remove.
12949 2000-06-02  Stefan Monnier  <monnier@cs.yale.edu>
12951         * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
12953         * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
12954         (easy-mmode-define-toggle, define-minor-mode): Use it.
12955         (easy-mmode-define-keymap): Docstring fix.
12956         (define-derived-mode): Default PARENT to fundamental-mode.
12957         Add the derived-mode-parent symbol-property.
12958         (easy-mmode-derived-mode-p): New function.
12960 2000-06-02  Dave Love  <fx@gnu.org>
12962         * files.el (convert-standard-filename): Doc fix.
12963         (normal-backup-enable-predicate): New function.
12964         (backup-enable-predicate): Use it to replace the lambda form.
12966         * calendar/todo-mode.el: [This needs more work on the outline
12967         stuff.]  Doc fixes.
12968         (todo) <defgroup>: Add :version.
12969         (todo-add-category): Don't use pushnew.
12970         (todo-cmd-raise): Fix typo.
12971         (todo-top-priorities): Change temp buffer name.
12972         (todo-category-alist): Avoid redundant lambda.
12973         (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
12974         Use outline-next-heading.
12976         * autoarg.el: Rewritten to use define-minor-mode.
12977         (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
12978         (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
12980 2000-06-02  Kenichi Handa  <handa@etl.go.jp>
12982         * isearch.el (isearch-other-meta-char): Fix previous change.
12984 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
12986         * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
12987         (log-edit-done): Only add the comment to the ring if it's different
12988         from the last comment entered.
12990         * isearch.el (isearch-highlight): Turn internal-find-face into facep.
12992 2000-06-01  Dave Love  <fx@gnu.org>
12994         * hl-line.el: Rewritten using define-minor-mode.
12996         * help.el (describe-function-1): Distinguish special form from
12997         builtin function.  Sanity-check presence of arglist for builtins.
12999 2000-06-01  Kenichi Handa  <handa@etl.go.jp>
13001         * international/characters.el: Fix syntax/category setting of
13002         Tibetan characters.
13004         * language/tibet-util.el (tibetan-add-components): Fixes for new
13005         encoding of Tibetan characters.
13006         (tibetan-decompose-precomposition-alist): New variable.
13007         (tibetan-decompose-region): Convert precomposed characters to
13008         non-precomposed characters.
13009         (tibetan-decompose-string): Likewise.
13010         (tibetan-composition-function): Fix args to
13011         thibetan-compose-string.
13013         * language/tibetan.el (tibetan-composable-pattern): More
13014         characters included.
13015         (tibetan-consonant-transcription-alist): Rule for "R" added.
13016         (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
13017         "+R" added.
13018         (tibetan-base-to-subjoined-alist): Rule for "RA" added.
13020         * language/lao-util.el (lao-composition-function): Fix args to
13021         compose-string.
13023         * language/thai-util.el (thai-composition-function): Fix args to
13024         compose-string.
13026         * isearch.el (isearch-update): Set disable-point-adjustment to t
13027         to prevent the point moving to the end of a composition when a
13028         part of a composition is searched.
13029         (isearch-other-meta-char): If the key invoking this command can be
13030         mapped by function-key-map to a printing char, call
13031         isearch-process-search-char directly.
13033 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
13035         * emacs-lisp/bytecomp.el:
13036         * frame.el:
13037         * international/mule-cmds.el:
13038         * international/mule-util.el:
13039         * international/mule.el:
13040         * mouse.el:
13041         * subr.el:
13042         * faces.el: Update calls to make-obsolete with a WHEN argument.
13044         * byte-run.el (make-obsolete, make-obsolete-variable):
13045         Add an optional WHEN argument and change the format of the
13046         symbol-property information.
13047         * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
13048         (byte-compile-obsolete, byte-compile-variable-ref): Understand the
13049         new obsolete-symbol-property format and print WHEN if it is provided.
13051 2000-05-31  Dave Love  <fx@gnu.org>
13053         * loadhist.el (loadhist-hook-functions): Remove
13054         before-change-function, after-change-function.
13055         (unload-feature): Deal with symbols which are both bound and
13056         fbound.
13058         * mouse.el (mouse-save-then-kill-delete-region): Don't bind
13059         before-change-function, after-change-function.
13061         * simple.el (newline): Don't bind before-change-function,
13062         after-change-function.
13064 2000-05-31  Rajesh Vaidheeswarran <rv@gnu.org>
13066         * whitespace.el (whitespace-rescan-timer-time): Update interval
13067         set to 600 seconds (10 minutes) instead of 60 seconds since
13068         a large number of whitespace buffers causes emacs to `freeze'
13069         for a considerable amount of time.
13071         * whitespace.el: Updated email address
13073 2000-05-31  Dave Love  <fx@gnu.org>
13075         * add-log.el (change-log-font-lock-keywords) <function>: Add
13076         pattern for function of change.
13077         (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
13078         acknowledgements patterns.
13080 2000-05-31  Kenichi Handa  <handa@etl.go.jp>
13082         * isearch.el (isearch-printing-char): If keyboard coding system is
13083         being used, call isearch-process-search-multibyte-characters.
13085         * international/isearch-x.el: Mostly rewritten.
13087         * international/quail.el (quail-start-conversion): Don't include
13088         unhandled events in the returned events, but set them in
13089         unread-command-events.  Exit if all inputs are deleted.
13091 2000-05-30  Jason Rumney  <jasonr@gnu.org>
13093         * w32-fns.el (w32-charset-info-alist): Add each charset separately.
13095         * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
13096         Reenable code to create initial fontsets.
13097         Use set-fontset-font in place of put-charset-property.
13099 2000-05-30  Gerd Moellmann  <gerd@gnu.org>
13101         * progmodes/perl-mode.el (perl-indent-line): When looking for a
13102         label, ensure that the first colon isn't followed by another.
13104         * paths.el (Info-default-directory-list): Doc fix.
13106         * net/net-utils.el (finger-X.500-host-regexps): New user-option.
13107         (finger): If HOST matches a regexp from finger-X.500-host-regexps,
13108         send a query containing USER only, not USER@HOST.
13110         * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
13111         and rmail-msgend to compute the restriction at the end, instead of
13112         computing it.
13114 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
13116         * dabbrev.el (dabbrev-expand): Don't display messages in the
13117         echo area if the minibuffer window is active.
13119         * jit-lock.el (jit-lock-mode): Add after change function to
13120         local hook.
13122 2000-05-29  Christoph Wedler  <Christoph.Wedler@sap.com>
13124         * antlr-mode.el: New commands: hide/unhide actions,
13125         upcase/downcase literals.
13126         (antlr-tiny-action-length): New user option.
13127         (antlr-hide-actions): New command.  Suggested by
13128         Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
13129         (antlr-mode-map): New binding [C-c C-v].
13130         (antlr-mode-menu): New entries.
13131         (antlr-downcase-literals): New command.
13132         (antlr-upcase-literals): Ditto.
13134         * antlr-mode.el: Minor changes: indendation, mode-name.
13135         (antlr-indent-line): Indent cpp directive at column 0.
13136         (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
13138         * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
13139         (antlr-font-lock-additional-keywords): Workaround for intentional
13140         bug in XEmacs version of font-lock.
13141         (antlr-mode): Set symbol property `mode-name' to "Antlr".  Could
13142         be used by a smarter version of `buffers-menu-grouping-function'.
13144 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
13146         * tmm.el (tmm-prompt): Recognize menu item definitions of the for
13147         `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
13149 2000-05-29  Kenichi Handa  <handa@etl.go.jp>
13151         * international/encoded-kb.el
13152         (encoded-kbd-iso2022-designation-map): Pay attention to that
13153         charset-iso-final-char return -1 for eight-bit-control and
13154         eight-bit-graphic.
13156 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
13158         * speedbar.el (speedbar-use-images, speedbar-update-flag)
13159         (speedbar-easymenu-definition-base): Use display-graphic-p where
13160         available, instead of window-system.
13162 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
13164         * international/codepage.el (cp-coding-system-for-codepage-1): Add
13165         eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
13166         coding systems.
13168 2000-05-26  Dave Love  <fx@gnu.org>
13170         * disp-table.el (standard-display-underline): Don't use
13171         internal-find-face.
13173         * mail/reporter.el: Maintainer change.  Doc fixes.
13174         (reporter-version): Deleted.
13176         * emacs-lisp/elp.el: Maintainer change.
13177         (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
13179 2000-05-26  Stefan Monnier  <monnier@cs.yale.edu>
13181         * add-log.el (add-change-log-entry): Merge the current entry with the
13182         previous one if the previous one is empty.
13184 2000-05-26  Dave Love  <fx@gnu.org>
13186         * loadhist.el (unload-feature): Fix interactive spec [from
13187         lijnzaad@ebi.ac.uk].
13189         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
13190         subr-arity to check primitives.
13191         (byte-compile-flush-pending, byte-compile-file-form-progn)
13192         (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
13193         (byte-compile-insert, byte-compile-funcall): Use mapc instead of
13194         mapcar.
13196 2000-05-26  Kenichi Handa  <handa@etl.go.jp>
13198         * international/fontset.el: Set family names of non-latin charsets
13199         in default fontset to "*".
13201         * international/mule-diag.el (print-fontset): Combine family part
13202         and registry part of the fontname by "-*-" instead of "-".
13204         * international/mule-cmds.el (encode-coding-char): Make strings
13205         multibyte before calling encode-coding-string.
13207 2000-05-25  Stefan Monnier  <monnier@cs.yale.edu>
13209         * derived.el: Fix keywords.
13210         (define-derived-mode): Only define if needed.
13212         * simple.el (fill-comment, comment-column, comment-start)
13213         (comment-start-skip, comment-end, comment-indent-function)
13214         (block-comment-start, block-comment-end, indent-for-comment)
13215         (set-comment-column, kill-comment, comment-padding, comment-region)
13216         (comment-multi-line, indent-new-comment-line): Remove.
13218         * bindings.el (esc-map): Change ; to comment-dwim and use the new
13219         function names for comment operations.
13221         * newcomment.el: Add abundant autoload cookies.
13222         (comment-style): Don't depend on runtime data at compile-time.
13223         (comment-indent-hook): Remove.
13224         (comment-indent): Check if comment-indent-hook is bound.
13225         (comment-region): Docstring fix.
13227 2000-05-25  Dave Love  <fx@gnu.org>
13229         * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
13230         byte-code-function-p.
13232         * mail/rmailsum.el: Add provide.
13234         * net/goto-addr.el (goto-address-fontify): Add help-echo property.
13236         * smerge-mode.el (smerge-diff-switches): Don't use list* in
13237         defcustom.
13239 2000-05-25  Michael Kifer  <kifer@cs.sunysb.edu>
13241         * ediff-diff.el (ediff-exec-process): delete --binary option from
13242         non-buffer ediff jobs.
13244 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
13246         * hilit-chg.el (highlight-changes-mode): Ask about color or
13247         grayscale support, not about window-system.
13249         * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
13250         window-system.
13251         (ffap-highlight): Always default to t.
13253         * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
13254         display-popup-menus-p instead of looking at window-system.
13256         * disp-table.el (standard-display-g1, standard-display-graphic):
13257         Only refuse to use string glyphs on X and MS-Windows.
13259         * avoid.el: Remove window-system from commentary, suggest to use
13260         display-*-p instead.
13262         * apropos.el (apropos-print): Use display-mouse-p instead of
13263         window-system.
13265 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
13267         * international/codepage.el (cp-decoding-vector-for-codepage):
13268         Fill up unsupported characters with their own codes.  From Kenichi
13269         Handa.
13271 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
13273         * international/mule-diag.el (describe-char-after): Use
13274         display-graphic-p instead of window-system, so that this function
13275         works on MS-DOS.
13277 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
13279         * international/codepage.el (cp-make-coding-systems-for-codepage):
13280         Remove the eight-bit-graphic and eight-bit-control charsets from
13281         the list of charsets which we convert into `?'.
13283 2000-05-25  Kenichi Handa  <handa@etl.go.jp>
13285         * international/mule-conf.el: Specify CHARSET-ID explicitely for
13286         private charsets.
13287         (mule-unicode-0100-24ff, japanese-jisx0213-1,
13288         japanese-jisx0213-2): New charsets.
13290         * international/fontset.el: Setup default fontset for new charsets.
13292 2000-05-24  Dave Love  <fx@gnu.org>
13294         * info.el (Info-find-node-2): Restructure [following "Vadim
13295         S. Solomin" <sovs@uic.nnov.ru>].
13297         * icomplete.el: Fix header for Finder.
13299 2000-05-24  Eric M. Ludlam  <zappo@ultranet.com>
13301         * rmailout.el (rmail-output-to-rmail-file): Added optional param
13302         STAY.
13304         * rmail.el (rmail-automatic-folder-directives): New user variable.
13305         (rmail-show-message): Add call to `rmail-auto-file' during
13306         display.
13307         (rmail-auto-file): New function.
13309 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
13311         * ediff-diff.el (ediff-forward-word): Take syntactic word class into
13312         account.
13313         (ediff-test-utility,ediff-diff-mandatory-option)
13314         (ediff-reset-diff-options): Utilities for proper initialization of
13315         ediff-diff-options and ediff-diff3-options on Windows.
13317         * ediff-init.el (ediff-merge-filename-prefix): New customizable
13318         variable.
13320         * ediff-mult.el (ediff-filegroup-action): Use
13321         ediff-merge-filename-prefix.
13323 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
13325         * viper-ex.el (ex-write): Set selective display to nil.
13327 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
13329         * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
13330         aliases for hebrew-iso-8bit.
13332 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
13334         * woman.el: New version from Francis J. Wright
13335         <F.J.Wright@Maths.QMW.ac.uk>.
13336         (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
13337         names in environment variables regardless of the path separator.
13338         (woman-topic-all-completions-1): Don't call file-name-directory-p
13339         on all files, since woman-file-regexp already filters out any
13340         directories.
13342 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
13344         * international/quail.el (quail-start-translation): Don't change
13345         modified-p of the current buffer.
13346         (quail-start-conversion): Likewise.
13348         * international/kkc.el (kkc-region): Don't change modified-p of
13349         the current buffer.
13351         * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
13352         conform to RFC1468.
13353         (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
13355 2000-05-23  Eric M. Ludlam  <zappo@ballista.ultranet.com>
13357         * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
13358         (speedbar-insert-button): Invisible text property fix.
13359         (speedbar-directory-plus): Renamed from speedbar-directory-+
13360         (speedbar-directory-minus): Renamed from speedbar-directory--
13361         (speedbar-page-plus): Renamed from speedbar-file-+
13362         (speedbar-page-minus): Renamed from speedbar-file--
13363         (speedbar-page): Renamed from speedbar-file-
13364         (speedbar-tag): Renamed from speedbar-tag-
13365         (speedbar-tag-plus): Renamed from speedbar-tag-+
13366         (speedbar-tag-minus): Renamed from speedbar-tag--
13367         (speedbar-expand-image-button-alist): Use above renames.
13369         * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
13370         * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
13371         * sb-pg-plus.xpm: Renamed from sb-file+.xpm
13372         * sb-pg-minus.xpm: Renamed from sb-file-.xpm
13373         * sb-pg.xpm: Renamed from sb-file.xpm
13374         * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
13375         * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
13377 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
13379         * international/quail.el (quail-show-guidance-buf): Set
13380         current-input-method of the guidance buffer to the name of the
13381         curren input method.
13383 2000-05-23  Stefan Monnier  <monnier@cs.yale.edu>
13385         * progmodes/compile.el (compile-internal): Style typo.
13387         * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
13388         quote vars and functions in the docstring.
13390         * newcomment.el (comment-make-extra-lines): Don't use `assert'.
13392         * completion.el (dynamic-completion-mode, dynamic-completion-mode):
13393         Don't quote lambdas.
13395         * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
13397 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
13399         * startup.el (command-line): Determine source file of compiled
13400         user init file differently.  Warn if compiled user init file
13401         is older than its source file.
13403         * ffap.el (ffap-url-regexp): Add `https'.
13405 2000-05-23  Eli Zaretskii  <eliz@is.elta.co.il>
13407         * files.el (make-backup-file-name-1): Replace slashes with `!'
13408         rather than `|' (which is not allowed on Windows).  Replace the
13409         drive letters with a string "drive_X".
13411 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
13413         * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
13415         * files.el (interpreter-mode-alist): Add `bash2'.
13417 2000-05-22  Dave Love  <fx@gnu.org>
13419         * loadhist.el (feature-symbols, file-provides, file-requires): Use
13420         mapc.
13421         (feature-file): Avoid calling symbol-name.  Doc fix.
13422         (file-set-intersect, file-dependents): Use dolist, not mapcar.
13423         (loadhist-hook-functions): Add mouse-position-function.
13424         (unload-feature): Change uses of mapcar.
13426         * files.el (parse-colon-path): Doc fix.
13427         (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
13428         (set-auto-mode): Use mapc.
13430         * complete.el (PC-look-for-include-file): Use :alnum: character
13431         class.
13432         (partial-completion-mode): Add autoload cookie.
13434 2000-05-22  Sam Steingold  <sds@gnu.org>
13436         * info.el (Info-fontify-node): Fixed the call to
13437         `add-text-properties' (bug introduced on 2000-05-18).
13439 2000-05-22  Dave Love  <fx@gnu.org>
13441         * bindings.el: Remove debug-ignored-errors set in other files.
13443         * progmodes/etags.el: Add to debug-ignored-errors.
13444         (visit-tags-table-buffer): Clear out buffers holding old tables
13445         when making a new list.
13446         (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
13447         mapc.
13449         * completion.el: Doc fixes.  Add to debug-ignored-errors.  Don't
13450         quote keywords.
13451         (cmpl-string-case-type): Use character classes.
13453         * comint.el:
13454         * textmodes/ispell.el:
13455         * imenu.el:
13456         * mail/mh-e.el:
13457         * progmodes/compile.el: Add to debug-ignored-errors.
13459         * dabbrev.el: Add to debug-ignored-errors.
13460         (dabbrev-completion): Use mapc.
13462 2000-05-22  Eli Zaretskii  <eliz@is.elta.co.il>
13464         * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
13465         (woman-mapcan, woman-parse-man.conf)
13466         (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
13467         (woman-reset-emulation, woman-select-symbol-fonts): New functions.
13468         (woman-parse-colon-path): Call woman-mapcan.  Recognize Cygwin
13469         path syntax better.
13470         (woman-man.conf-path, woman-use-own-frame): New defcustoms.
13471         (woman-manpath): Call woman-parse-man.conf.
13472         (woman-emulation): New defcustom, defaults to nroff.
13473         (woman-font-support): New defconst.
13474         (woman-use-symbol-font): New defcustom.
13475         (woman-menu): Add new menu items: "Colored/BW", "Advanced",
13476         "Emulation".
13477         Many functions: Doc fix.
13479 2000-05-22  Kenichi Handa  <handa@etl.go.jp>
13481         * international/quail.el (quail-simple-translation-keymap): Map
13482         128..255 to quail-self-insert-command.
13483         (quail-keyboard-layout-alist): Add definition for "pc102-de".
13485 2000-05-22  Stefan Monnier  <monnier@cs.yale.edu>
13487         * help.el (help-manyarg-func-alist): Typo.
13489         * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
13490         intervals which makes it heaps simpler.
13492         * newcomment.el (comment-region-internal): Go back to BEG after quoting
13493         the nested comment markers.
13495         * subr.el (remove-hook): Don't turn the hook's value into a list.
13497 2000-05-21  Dave Love  <fx@gnu.org>
13499         * edmacro.el (edmacro-parse-keys): Return vector if any elements
13500         are invalid characters.
13502         * international/mule-util.el (detect-coding-with-priority): Use
13503         mapc.  Remove redundant lambda.
13505         * international/mule-diag.el (list-non-iso-charset-chars)
13506         (describe-fontset): Remove redundant lambda.
13508         * emulation/crisp.el (brief-mode): New alias.
13510         * emacs-lisp/ring.el (ring-elements): New function.
13512         * emacs-lisp/easymenu.el (easy-menu-create-menu)
13513         (easy-menu-do-add-item): Use keywordp.
13515         * emacs-lisp/byte-opt.el: Update side-effect free function lists.
13517         * replace.el: Doc and error message fixes.
13518         (replace-highlight): Use facep, not internal-find-face.
13520 2000-05-20  Stefan Monnier  <monnier@cs.yale.edu>
13522         * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
13524         * log-edit.el (log-edit-done): Cleanup trailing empty lines.
13525         (log-edit-insert-changelog): Drop `:' as well.
13527         * log-view.el: Fix file description.
13528         (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
13529         available.
13530         (log-view-font-lock-keywords): Only use cvs-filename-face if present.
13531         (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
13533         * emacs-lisp/easy-mmode.el: Update copyright and commentary.
13534         (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
13535         Print a status message if the toggle is called interactively.
13536         (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
13537         for global minor modes and use `defcustom' for them.
13538         Use add-minor-mode.
13539         (easy-mmode-define-derived-mode): Remove.
13540         (define-derived-mode): Fancier default docstring.
13541         (easy-mmode-define-navigation): Signal an error rather than (ding).
13543         * newcomment.el (comment-styles): New `box-multi'.
13544         (comment-normalize-vars): Better default for comment-continue to
13545         avoid whitespace-only continuations.
13546         (comment-search-forward): Always move even in the no-syntax case.
13547         (comment-padright): Only obey N if it's only obeyed for padleft.
13548         (comment-make-extra-lines): Better handling of empty continuations.
13549         Use `=' for the filler if comment-start has only one character.
13550         (uncomment-region): Try handling the special `=' filler.
13551         (comment-region): Allow LINES even if MULTI is nil.
13552         (comment-box): Choose box style based on comment-style.
13554 2000-05-20  Kenichi Handa  <handa@etl.go.jp>
13556         * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
13557         (ccl-compile-write-repeat): If ARG is string, make it unibyte.
13559 2000-05-20  Kenichi HANDA  <handa@etl.go.jp>
13561         * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
13562         and insert, not subst-char-in-region.
13564         * international/mule-diag.el (list-character-sets-1): Handle
13565         charsets eight-bit-control and eight-bit-graphic.
13566         (list-iso-charset-chars): Likewise.
13567         (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
13568         charactes as is.  Use indent-to to align characters.
13570         * international/mule-cmds.el (find-multibyte-characters): Never
13571         exclude charsets eight-bit-control and eight-bit-graphic.
13573 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
13575         * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
13576         Don't quote lambdas.
13578         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
13580 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
13582         * gud.el (gud-jdb-directories): Doc fix.
13584 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
13586         * newcomment.el: New file.
13588 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
13590         * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
13592 2000-05-18  Andreas Schwab  <schwab@suse.de>
13594         * dired.el (dired-between-files): Also skip lines beginning with
13595         `used'.
13597 2000-05-18  Gerd Moellmann  <gerd@gnu.org>
13599         * msb.el (msb-menu-cond): Add choice `user'.
13601 2000-05-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13603         * ps-print.el: Compatibility, customization and doc fix.
13604         (ps-printer-name-option): Replace defconst by defvar.
13605         (ps-postscript-code-directory): XEmacs compatibility.
13606         (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
13607         fix.
13608         (ps-user-defined-prologue, ps-print-prologue-header)
13609         (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
13610         compatibility and code fix.
13611         (ps-print-background-image, ps-print-background-text):
13612         Customization fix.
13613         (ps-line-number-start, ps-n-up-on): New vars.
13615 2000-05-18  Espen Skoglund  <esk@ira.uka.de>
13617         * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
13618         the indent-comment function to just return the appropriate indent.
13620 2000-05-18  Eric M. Ludlam  <zappo@ultranet.com>
13622         * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
13623         sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
13624         sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
13626 2000-05-18  Dave Love  <fx@gnu.org>
13628         * info.el (Info-fontify-node): Add intangible property as well as
13629         invisible.
13631         * calendar/appt.el (appt-make-list): Match all lines of entry.
13632         From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
13634 2000-05-18  Kenichi Handa  <handa@etl.go.jp>
13636         * international/mule-diag.el (describe-char-after): Call
13637         internal-char-font, not char-font.  If internal-char-font returns
13638         nil, display "-- none --".
13640 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
13642         * image.el (image-type-available-p): Don't reference image-types
13643         if it isn't bound.
13645 2000-05-17  Stefan Monnier  <monnier@cs.yale.edu>
13647         * autoarg.el (autoarg-mode): Typo in the :set argument.
13649 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
13651         * startup.el (command-line-1): Don't signal an error if the
13652         directory for auto-save-list files does not yet exist.
13654 2000-05-17  Kenichi Handa  <handa@etl.go.jp>
13656         * international/mule-conf.el (arabic-iso8859-6): Fix typo.
13658 2000-05-16  Stefan Monnier  <monnier@cs.yale.edu>
13660         * subr.el (remove-hook): `setq' hook-value, not `set'.
13662 2000-05-16  Sam Steingold  <sds@gnu.org>
13664         * info.el (debug-ignored-errors): More errors to ignore.
13666 2000-05-16  Dave Love  <fx@gnu.org>
13668         * cus-edit.el: Don't require cl or easymenu.
13669         (custom-variable-prompt): Test standard-value property, not
13670         user-variable-p.
13672 2000-05-16  Sam Steingold  <sds@gnu.org>
13674         * subr.el (add-hook): `setq' hook-value, not `set'.
13676 2000-05-16  Gerd Moellmann  <gerd@gnu.org>
13678         * startup.el (command-line-1): Mention the FAQ in the startup
13679         message.
13681         * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
13683         * progmodes/compile.el (compilation-parse-errors): Collect
13684         `nomessage' regexps last.
13686         * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
13688         * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
13689         to the function name.
13691 2000-05-15  Dave Love  <fx@gnu.org>
13693         * speedbar.el (speedbar-recenter): Typo.
13694         (speedbar-expand-line): Make arg optional.
13695         (speedbar-mode): Avoid a compiler warning.
13697 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
13699         * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
13700         user-specified option string is empty.
13702         * mouse.el (mouse-yank-at-click): Doc fix.
13704 2000-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
13706         * term/internal.el (IT-character-translations): More updates of
13707         latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
13708         documents.
13710 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
13712         * env.el (getenv): New function, interactively callable.
13713         (setenv, getenv): Remove autoload cookies.
13715         * loadup.el: Load `env'.
13717         * progmodes/f90.el: Change author's mail address.
13719 2000-05-14  Dave Love  <fx@gnu.org>
13721         * mail/rmail.el (rmail-show-message-hook): Customize and offer
13722         goto-addr as an option.
13724         * help.el (help-xref-stack): Doc fix.
13725         (help-xref-following): New variable.
13726         (help-make-xrefs): Use it.
13727         (help-xref-go-back): Use position information from stack element.
13728         (help-follow): Make position in stack element a pair.  Use
13729         help-xref-following.
13731         * autoarg.el: New file.
13733         * faces.el: Declare more functions obsolete.
13735         * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
13736         * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
13737         * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
13738         * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
13739         Remove all the setup-...-environment functions.
13741 2000-05-13  Eric M. Ludlam  <zappo@ultranet.com>
13743         * speedbar.el: Updated the commentary section.  xemacs20p now uses
13744         >= when detecting.  Require `defimage' safely.
13745         (speedbar-easymenu-definition-base): Add toggle for images.
13746         (speedbar-easymenu-definition-special): Add flush cache & expand.
13747         (speedbar-visiting-tag-hook): Set new defaults.  Added options.
13748         (speedbar-reconfigure-keymaps-hook): New variable.
13749         (speedbar-frame-parameters): Updated documentation.
13750         (speedbar-use-imenu-flag): Updated custom tag
13751         (speedbar-dynamic-tags-function-list): New variable.
13752         (speedbar-tag-hierarchy-method): Updated doc & custom.
13753         (speedbar-indentation-width, speedbar-indentation-width) New
13754         variables.
13755         (speedbar-hide-button-brackets-flag): Customizable.
13756         (speedbar-vc-indicator): Doc update.
13757         (speedbar-ignored-path-expressions): Updated default value.
13758         (speedbar-supported-extension-expressions): Updated default value.
13759         (speedbar-syntax-table): Remove {} paren status.
13760         (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
13761         as "+".  Added overlay aliases.
13762         (speedbar-mode): Use `speedbar-mode-line-update' instead of
13763         `force-mode-line-update'.
13764         (speedbar-mode, speedbar-quick-mouse, speedbar-click)
13765         (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
13766         `mouse-set-point'
13767         (speedbar-reconfigure-keymaps): Run configure keymap hooks.
13768         (speedbar-item-info-tag-helper): Revamped to handle a wider range
13769         of arbitrary text, and new helper functions.
13770         (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
13771         filename finder.
13772         (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
13773         (speedbar-directory-buttons): Update path search/expansion.
13774         (speedbar-make-tag-line): Pay attention to
13775         `speedbar-indentation-width'.  Use more care w/ invisible
13776         properties.
13777         (speedbar-change-expand-button-char): Call
13778         `speedbar-insert-image-button-maybe'.
13779         (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
13780         (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
13781         (speedbar-trim-words-tag-hierarchy)
13782         (speedbar-simple-group-tag-hierarchy): New functions
13783         (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
13784         (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
13785         functions.
13786         (speedbar-mouse-set-point): New function
13787         (speedbar-power-click): Updated documentation.
13788         (speedbar-line-token, speedbar-goto-this-file): Handle more types
13789         of tag prefix text.
13790         (speedbar-expand-line, speedbar-contract-line): Make more robust
13791         to strange text.
13792         (speedbar-expand-line): Takes universal argument to flush the
13793         cache.
13794         (speedbar-flush-expand-line): New function.
13795         (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
13796         Use new generator insertion method.
13797         (speedbar-fetch-dynamic-tags): New function.
13798         (speedbar-fetch-dynamic-imenu): Removed code now handled in
13799         `speedbar-fetch-dynamic-imenu'.
13800         (speedbar-fetch-dynamic-etags): Fix current buffer problem.
13801         (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
13802         "Revert Buffer" menu items.
13803         (speedbar-buffer-buttons-engine): Be smarter when creating a
13804         filename tag (for expansion purposes.).
13805         (speedbar-highlight-one-tag-line,
13806         (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
13807         (speedbar-recenter): New functions.
13808         (defimage-speedbar): Image loading abstraction.
13809         (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
13810         (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
13811         (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
13812         (speedbar-tag-type, speedbar-tag-mail): New images.
13813         (speedbar-expand-image-button-alist): New variable.
13814         (speedbar-insert-image-button-maybe): Insert an image over some
13815         buttons.
13817 2000-05-13  Kenichi Handa  <handa@etl.go.jp>
13819         * international/mule-cmds.el (encode-coding-char): An ASCII
13820         character is always encodable.
13822         * international/mule-conf.el: Add more information in descriptions
13823         of character sets.
13825         * international/mule-diag.el (describe-char-after): New function.
13826         (describe-font-internal): Adjusted for the change of font-info.
13827         (describe-font): Likewise.
13828         (print-fontset): Rewritten for the new fontset implementation.
13829         (describe-fontset): Include fontset alias names in completion.
13830         (list-fontsets): Adjusted for the change of print-fontset.
13832         * simple.el (what-cursor-position): If DETAIL is non-nil, call
13833         describe-char-after instead of displaying the detail in the echo
13834         area.
13835         (syntax-code-table): Format changed.
13836         (string-to-syntax): Adjusted for the above change.
13838 2000-05-12  Stefan Monnier  <monnier@cs.yale.edu>
13840         * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
13842 2000-05-12  Dave Love  <fx@gnu.org>
13844         * calendar/todo-mode.el: Remove some compatibility stuff and CL
13845         dependence.  Use line-{beginning,end}-position, not
13846         point-at{b,e}ol.  Some doc fixes.
13847         (todo-position): New function.  Fix callers of position to use it.
13848         (todo-save-top-priorities, todo-print): Use with-temp-buffer.
13850 2000-05-12  Gerd Moellmann  <gerd@gnu.org>
13852         * time.el (display-time-mail-icon): Use `:ascent center'.
13854         * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
13855         handling FTP security extensions.
13857 2000-05-11  Dave Love  <fx@gnu.org>
13859         * calendar/todo-mode.el: New file.
13861 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
13863         * comint.el (comint-read-input-ring): Move reference to
13864         comint-input-ring-size outside of the save-excursion.  It was
13865         causing the default value to be the only one ever seen.
13867         * font-lock.el: Update copyright.  Remove Simon Marshall's email
13868         address on request from him.
13870         * subr.el (substitute-key-definition): Add comment describing
13871         the meaning of PREFIX.
13873 2000-05-10  Stefan Monnier  <monnier@cs.yale.edu>
13875         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
13877         * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
13878         (add-minor-mode): Don't make the variable buffer-local and add a
13879         reference to define-minor-mode in the docstring.
13881         * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
13882         HEADER/FOOTER and fix bug with trailing empty directory.
13883         (cvs-append-to-ignore): Use vc-editable-p if available.
13884         (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
13885         (vc-do-command): Tweak advice to handle the new VC.
13887         * log-view.el (log-view-goto-rev): New function for the new VC.
13888         (log-view-minor-wrap): Use mark-active.
13890         * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
13891         (log-edit-changelog-full-paragraphs): New var.
13892         (log-edit-insert-changelog): Remove a lonely leading `* file'.
13893         (log-edit-narrow-changelog, log-edit-changelog-paragraph)
13894         (log-edit-changelog-subparagraph, log-edit-changelog-entry)
13895         (log-edit-changelog-ours-p, log-edit-changelog-entries)
13896         (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
13897         Replace the `cvs' prefix with `log-edit'.
13899         * iswitchb.el (iswitchb-completion-help): Unquote lambda.
13901         * diff-mode.el (diff-font-lock-keywords): Recognize comments.
13902         (diff-font-lock-defaults): Explicitly turn off multiline.
13903         (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
13904         (diff-ediff-patch): Fix call to ediff-patch-file.
13905         (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
13906         Handle comments.
13908         * frame.el (automatic-hscrolling): Typo.
13910         * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
13912 2000-05-09  Sam Steingold  <sds@goems.com>
13914         * apropos.el (apropos-print): use `describe-face' instead of
13915         `customize-face-other-window'.
13917 2000-05-09  Dave Love  <fx@gnu.org>
13919         Changes mostly following Richard Sharman <rsharman@wave.home.com>.
13921         * help.el (describe-variable): Have customize button pop the
13922         help-xref stack when invoked.
13923         (help-xref-symbol-regexp): Add `face'.
13924         (help-make-xrefs): Check for quoted face names and adapt regexp
13925         submatch numbers to cope.
13926         (help-xref-interned): Maybe insert face doc too.  Separate
13927         sections with a line of hyphens.
13929         * faces.el:  Some doc fixes.  Declare some functions obsolete.
13930         (describe-face): Add customize button.  Return the help
13931         text.  Fix prompt.
13933 2000-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
13935         * term/internal.el (IT-character-translations): Fix last change.
13937 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
13939         * woman.el: New file
13940         (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
13942 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
13944         * term/internal.el (IT-character-translations): Update ASCII
13945         simulations for greek-iso8859-7, add latin-iso8859-14 and
13946         latin-iso8859-15.
13948         * international/mule-cmds.el (set-language-info-alist): Call
13949         define-prefix-command with 3 arguments, to make the map suitable
13950         for a menu.
13952 2000-05-07  Dave Love  <fx@gnu.org>
13954         * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
13956 2000-05-05  Dave Love  <fx@gnu.org>
13958         * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
13959         list in doc string.  Don't quote keyword symbols.
13960         * emacs-lisp/cl.el: Likewise
13961         * emacs-lisp/cl-seq.el: Likewise
13963 2000-05-05  Gerd Moellmann  <gerd@gnu.org>
13965         * abbrev.el (abbrev-mode): Make ARG optional.
13967 2000-05-04  Gerd Moellmann  <gerd@gnu.org>
13969         * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
13971         * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
13973         * subr.el (substitute-key-definition): Clarify documentation.
13975 2000-05-04  Milan Zamazal  <pdm@freesoft.cz>
13977         * glasses.el (glasses-convert-to-unreadable): Use
13978         `glasses-separator' instead of the hard-wired "_".
13979         (glasses-mode): Call `glasses-make-unreadable' only in a single
13980         place.
13982 2000-05-04  Eli Zaretskii  <eliz@is.elta.co.il>
13984         * term/internal.el (cjk-codepages-alist): Add associations for
13985         Chinese and Korean codepages.  Remove FIXME comment.
13987 2000-05-03  Dave Love  <fx@gnu.org>
13989         * time.el (display-time-mail-face, display-time-use-mail-icon):
13990         New option.
13991         (display-time-mail-icon): New variable.
13992         (display-time-string-forms): Use the above.  Fix the local-map.
13994 2000-05-03  Gerd Moellmann  <gerd@gnu.org>
13996         * replace.el (query-replace-map): Add binding for `E'.
13997         (query-replace-help): Extend help text.
13998         (perform-replace): Allow editing the replacement string.
14000         * make-mode.el (makefile-mode-abbrev-table): New variable.
14001         (makefile-mode): Set local abbrev table to
14002         makefile-mode-abbrev-table.
14003         (makefile-font-lock-keywords): Fontify includes and conditionals.
14005         * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
14006         set TOGGLE's value.
14008         * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
14009         mail-interactive-insert-alias.
14010         (mail-abbrev-complete-alias): New command.
14011         (mail-mode-map): Bind it to `M-TAB'.
14013 2000-05-03  Kenichi Handa  <handa@etl.go.jp>
14015         * language/lao-util.el (lao-compose-region): New function.
14017 2000-05-02  Gerd Moellmann  <gerd@gnu.org>
14019         * files.el (recover-session): Make directories as necessary
14020         if they don't exist yet.
14022         * calendar/cal-french.el
14023         (french-calendar-multibyte-special-days-array)
14024         (french-calendar-special-days-array): Change French text.
14025         (calendar-french-date-string): Change output.
14026         (calendar-goto-french-date): Likewise.
14028 2000-05-02  Per Abrahamsen  <abraham@dina.kvl.dk>
14030         * wid-edit.el (widget-default-active): Obey `:always-active'.
14031         (widget-documentation-string-value-create): Set `:always-active'.
14033 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
14035         * startup.el (auto-save-list-file-prefix): For ms-dos, set the
14036         default prefix to `~/_emacs.d/auto-save.list/_s'.
14037         (normal-top-level): Create the directory for auto-save files, if
14038         it doesn't already exist (in the ms-dos case only).
14040 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
14042         * international/mule-cmds.el (set-language-environment): Don't
14043         concat an integer (dos-codepage), use format instead.
14045 2000-05-02  Dave Love  <fx@gnu.org>
14047         * help.el (help-xref-on-pp): Check for constant symbols.
14049 2000-04-29  Gerd Moellmann  <gerd@gnu.org>
14051         * startup.el (normal-top-level): Put a condition-case around
14052         the code loading subdirs.el.
14054 2000-04-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14056         * ps-print.el: Upside-down and face background color printing,
14057         line number step, doc fix.
14058         (ps-print-version): New version number (5.2).
14059         (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
14060         (ps-face-attribute-list, ps-plot-with-face): Code fix.
14061         (ps-spool-config): Var fix.
14062         (ps-printer-name-option): Const fix.
14063         (ps-print-upside-down, ps-use-face-background)
14064         (ps-line-number-step): New vars.
14065         (ps-window-system, ps-lp-system): New consts.
14066         (ps-face-background): New fun.
14068 2000-04-28  Richard Stallman  <rms@gnu.org>
14070         * files.el (make-auto-save-file-name):
14071         Apply auto-save-file-name-transforms to visited file name
14072         before generating auto save file name.
14073         (auto-save-file-name-transforms): New variable.
14075         * files.el (backup-enable-predicate):
14076         Correctly test for a file under a temporary directory.
14078 2000-04-28  Gerd Moellmann  <gerd@gnu.org>
14080         * subr.el (add-minor-mode): Rewritten.
14082 2000-04-28  Kenichi Handa  <handa@etl.go.jp>
14084         * mail/sendmail.el (sendmail-send-it): Set
14085         buffer-file-coding-system to the selected coding system for MIME
14086         header.
14088 2000-04-27  Gerd Moellmann  <gerd@gnu.org>
14090         * dired.el (dired-move-to-filename-regexp): Allow format where
14091         YYYY is followed by two spaces.
14093         * progmodes/etags.el (etags-tags-completion-table): Add a `:'
14094         in the second character class of the regexp.
14096         * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
14097         mh-etc, too.
14099         * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
14100         nil.
14102         * subr.el (add-minor-mode): Use `set' instead of `setq'.
14104         * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
14105         argument.
14107 2000-04-27  Sen Nagata <sen@eccosys.com>
14109         * emacs-lisp/crm.el (crm-completion-table): New variable.
14110         (crm-collection-fn, crm-test-completion)
14111         (completing-read-multiple): Use it.
14113 2000-04-27  Dave Love  <fx@gnu.org>
14115         * help.el (locate-library): Use mapc.
14116         (help-manyarg-func-alist): Add call-process-region.
14118 2000-04-26  Gerd Moellmann  <gerd@gnu.org>
14120         * subr.el (add-minor-mode): Make argument MAP optional.
14122         * desktop.el (desktop-save): Save list of minor modes.
14123         (desktop-create-buffer): Restore minor modes.
14124         (desktop-minor-mode-table): New user-option.
14126         * subr.el (add-minor-mode): New function.
14128         * image.el (find-image): New function.
14129         (defimage): Rewritten to find image at load time.
14131         * startup.el (normal-top-level-add-to-load-path): Handle
14132         case that the default directory is not in load-path.
14134         * help.el: Old patch from Stefan Monnier.
14135         (help-xref-on-pp): New function.
14136         (describe-variable): Use it to display xrefs in a symbol's value.
14138 2000-04-26  Stefan Monnier  <monnier@cs.yale.edu>
14140         * cus-edit.el (custom-face): Fix parenthesis.
14142 2000-04-26  Kenichi Handa  <handa@etl.go.jp>
14144         * mail/rmail.el (rmail-expunge): When there are no deleted
14145         messages, do nothing.
14147 2000-04-26  Dave Love  <fx@gnu.org>
14149         * international/mule-cmds.el (locale-translation-file-name):
14150         Defvar to nil.
14151         (set-locale-environment): Set it here (at runtime).
14153 2000-04-25  Gerd Moellmann  <gerd@gnu.org>
14155         * replace.el (perform-replace): Add parameters START and END.  Use
14156         them instead of the check for a region in Transient Mark mode.
14157         (query-replace-read-args): Return two more list elements for the
14158         start and end of the region in Transient Mark mode.
14159         (query-replace, query-replace-regexp, query-replace-regexp-eval)
14160         (map-query-replace-regexp, replace-string, replace-regexp): Add
14161         optional last arguments START and END and pass them to
14162         perform-replace.
14164         * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
14165         form with additional arguments for perform-replace.
14167         * progmodes/etags.el (tags-query-replace): Add parameters START
14168         and END.  Construct a form with additional arguments for
14169         perform-replace.
14171         * simple.el (shell-command): Set default directory for "*Shell
14172         Command Output" buffer.
14174         * language/european.el (iso-latin-4): Fix typo.
14176         * emacs-lisp/crm.el: New file.
14178 2000-04-24  Dave Love  <fx@gnu.org>
14180         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
14181         (Custom-reset-saved, Custom-reset-standard)
14182         (custom-group-value-create, custom-group-set, custom-group-save)
14183         (custom-group-reset-current, custom-group-reset-saved)
14184         (custom-group-reset-standard): Use mapc.
14185         (custom-buffer-create-internal): Disable undo when creating items.
14186         Use mapc.
14187         (custom-face): Avoid redundant lambda.
14189 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
14191         * startup.el (auto-save-list-file-prefix): Set default to
14192         `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
14194 2000-04-24  Sam Steingold  <sds@gnu.org>
14196         * time-stamp.el (time-stamp-string-preprocess): Always convert
14197         `field-result' to a string.
14199 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
14201         * frame.el (scrolling): New group.
14202         (automatic-hscrolling): New user-option.
14204         * startup.el (command-line-x-option-alist): Add `-lsp' and
14205         `--line-spacing'.
14207 2000-04-19  Dave Love  <fx@gnu.org>
14209         * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
14210         (cl-mapc): Rename from mapc.  Fix the funcall.
14212 2000-04-19  Gerd Moellmann  <gerd@gnu.org>
14214         * simple.el (clone-indirect-buffer-other-window): New command.
14215         (clone-indirect-buffer): Add optional arg NORECROD.
14216         (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
14218         * help.el (resize-temp-buffer-window): Use count-screen-lines.
14220         * window.el (count-screen-lines): New function.
14221         (shrink-window-if-larger-than-buffer): Use count-screen-lines
14222         instead of window-buffer-height.
14224         * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
14225         non-existing variable comint-input-sentinel.
14226         (inferior-lisp-args-to-list): Removed.
14227         (inferior-lisp): Use split-string instead of
14228         inferior-lisp-args-to-list.
14230         * hexl.el (hexl-insert-hex-string): New command.
14232         * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
14233         instead of concat.
14235 2000-04-18  Gerd Moellmann  <gerd@gnu.org>
14237         * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
14238         at the start of an existing but empty folder.
14240 2000-04-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14242         * ps-mule.el: Customization fix, doc fix.
14243         (ps-multibyte-buffer): Customization fix.
14245 2000-04-17  Richard M. Stallman  <rms@gnu.org>
14247         * subr.el (read-passwd): Use read-char-exclusive.
14249 2000-04-17  Gerd Moellmann  <gerd@gnu.org>
14251         * textmodes/texinfo.el (texinfo-insert-@email)
14252         (texinfo-insert-@emph, texinfo-insert-@quotation)
14253         (texinfo-insert-@strong, texinfo-insert-@url): New functions.
14254         (texinfo-mode-map): Add key bindings for them.
14256         * files.el (basic-save-buffer-2): Use a template with `$'
14257         instead of `#' for VMS.
14259         * simple.el (clone-indirect-buffer): New function.
14261 2000-04-16  Stephen Eglen  <stephen@gnu.org>
14263         * iswitchb.el (iswitchb-case): New function.  If the user input
14264         contains any upper-case characters, the search is made
14265         case-sensitive.
14267 2000-04-17  Stefan Monnier  <monnier@cs.yale.edu>
14269         * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
14270         comment-end.
14271         (texinfo-font-lock-syntactic-keywords): New var.
14272         (texinfo-font-lock-keywords): Remove comment regexp.
14273         (texinfo-insert-block): New function.
14274         (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
14275         (texinfo-mode): Use define-derived-mode.  Tweak comment-start-skip
14276         and font-lock-defaults.  Use regexp-opt for outline-regexp.
14277         (texinfo-environments): New var.
14278         (texinfo-environment-regexp): Use regexp-opt and
14279         texinfo-environments.
14281         * textmodes/ispell.el (ispell-menu-map-needed): Check that
14282         ispell-process is bound since this might be eval'd before ispell
14283         is loaded.
14284         (ispell-message): Use a tiny bit less magic and a bit more hard
14285         data to figure out what kind of sc-cite-regexp to use.
14287         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
14289         * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
14290         (insert-cyclic-diary-entry): Unquote the lambda.
14292         * gud.el (gud-jdb-build-source-files-list): Fix typo.
14294         * files.el (backup-enable-predicate): Unquote the lambda.
14296         * cus-edit.el (custom-face, face): Unquote the lambda.
14298 2000-04-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14300         * ps-print.el: Check for line-beginning-position definition.
14302         * ps-print.el: Fix counting lines in a region.
14303         (ps-print-version): New version number (5.1.5).
14304         (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
14305         (ps-printing-region): Fun code fix.
14307 2000-04-15  Gerd Moellmann  <gerd@gnu.org>
14309         * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
14310         to file-directory-p.
14312 2000-04-14  Gerd Moellmann  <gerd@gnu.org>
14314         * gud.el (gud-jdb-build-source-files-list): Check that directory
14315         exists before calling directory-files.
14317 2000-04-13  Dave Love  <fx@gnu.org>
14319         * emacs-lisp/trace.el: Change maintainer.  Use new backquote
14320         syntax.
14322         * emacs-lisp/cl-specs.el: Remove when, unless.
14324         * emacs-lisp/cl-extra.el: Don't quote keywords.
14325         (cl-old-mapc): New variable.
14326         (mapc): Use it.
14327         (cl-map-intervals): Use with-current-buffer.  Don't check for
14328         next-property-change.
14329         (cl-map-overlays): Use with-current-buffer.
14330         (cl-expt): Remove.
14331         (copy-tree, remprop): Define unconditionally.
14333         * emacs-lisp/cl-compat.el (keywordp): Remove.
14335         * emacs-lisp/edebug.el (edebug-keywordp): Remove.  Change callers
14336         to use keywordp.
14337         (edebug-spec): Enable keywordp.
14339         * cus-edit.el (custom-sort-items): Avoid symbol-name with new
14340         string-lessp.
14342         * cus-start.el: Use keywordp.
14344 2000-04-13  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
14346         * diary-lib.el (include-other-diary-files): Fix the fix of
14347         2000-02-18 by doing a save-excursion.
14349 2000-04-13  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14351         * ps-print.el: Customization fix, doc fix.
14352         (ps-print-version): New version number (5.1.4).
14353         (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
14354         (ps-print-preprint): Adjust code.
14355         (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
14356         (ps-print-prologue-header, ps-print-control-characters)
14357         (ps-spool-config): Customization fix.
14359 2000-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
14361         * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
14362         converted to the new menu-item format, names silightly changed,
14363         help strings added.
14365         Support for spelling without async subprocesses:
14367         * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
14368         (ispell-session-buffer): New variables.
14369         (ispell-start-process, ispell-process-status,
14370         ispell-accept-output, ispell-send-string): New functions, for
14371         Ispell invocation when async subprocesses aren't supported.
14372         (ispell-word, ispell-pdict-save, ispell-command-loop,
14373         ispell-process-line, ispell-buffer-local-parsing): Replace calls
14374         to process-send-string with calls to ispell-send-string, and
14375         accept-process-output with ispell-accept-output.
14376         (ispell-init-process): Call ispell-process-status instead of
14377         process-status with.
14378         (ispell-init-process): Call ispell-start-process.  Call
14379         ispell-accept-output and ispell-send-string.  Don't call
14380         process-kill-without-query and kill-process if they are unbound.
14381         (ispell-async-processp): New function.
14383 2000-04-12  Dave Love  <fx@gnu.org>
14385         * info.el: Add debug-ignored-errors.
14386         (Info-mode-menu): Add some items.
14387         (Info-directory): Add autoload cookie.
14389         * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
14390         Modify `truncate-lines'.  Make `describe-language-environment'
14391         always visible and add help.  Modify `describe-key' help.  Invoke
14392         Info-directory from `info'.  New entry `emacs-manual'.
14394 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
14396         * progmodes/ebrowse.el (ebrowse-tree-mode): Use
14397         propertized-buffer-identification.
14398         (ebrowse-update-member-buffer-mode-line): Likewise.
14399         (ebrowse--mode-strings): Removed.
14400         (ebrowse--mode-line-props): Removed.
14402         * files.el (auto-mode-alist): Add `EBROWSE'.
14404         * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
14405         space before testing for end of buffer.
14406         (ebrowse-load): Removed.
14407         (ebrowse-revert-tree-buffer-from-file): Rewritten.
14408         (ebrowse-create-tree-buffer): Rewritten.
14409         (ebrowse-tree-mode): Read tree from buffer.
14411         * progmodes/ebrowse-ffh.el: Removed.
14413 2000-04-10  Kenichi Handa  <handa@etl.go.jp>
14415         * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
14417 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
14419         * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
14420         at the wrong place.
14422 2000-04-09  Dave Love  <fx@gnu.org>
14424         * files.el (backup-enable-predicate): Use
14425         temporary-file-directory, small-temporary-file-directory.
14426         (make-backup-file-name-function, backup-directory-alist): New
14427         variables.
14428         (make-backup-file-name-1): New function.
14429         (make-backup-file-name): Use it.
14430         (find-backup-file-name): Likewise.  Use format for clarity, not
14431         concat.
14432         (file-newest-backup): Use make-backup-file-name.
14434 2000-04-09  Gerd Moellmann  <gerd@gnu.org>
14436         * progmodes/ebrowse-ffh.el: New file.
14438         * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
14439         to ebrowse-ffh.el.
14440         (ebrowse-load): Add autoload.
14442         * finder.el (finder-commentary): Add autoload cookie.
14444         * mail/rfc2368.el: Correct author's email address.
14446         * progmodes/ebrowse.el: New file.
14448         * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
14449         item help string.
14450         (easy-menu-do-add-item): Ditto.
14451         (easy-menu-define): Extend doc string.
14453         * jit-lock.el (with-buffer-unmodified): Use
14454         restore-buffer-modified-p.
14455         (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
14456         (jit-lock-function, jit-lock-stealth-fontify): Don't use
14457         with-buffer-unmodified.
14459 2000-04-08  Dave Love  <fx@gnu.org>
14461         * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
14462         unless, when.
14464 2000-04-07  Mikio Nakajima  <minakaji@osaka.email.ne.jp>
14466         * viper-util.el (viper-put-on-search-overlay): New subroutine.
14467         (viper-flash-search-pattern): No operation when using Emacs
14468         doesn't support face.
14469         Use `viper-put-on-search-overlay'.
14471 2000-04-04  Gerd Moellmann  <gerd@gnu.org>
14473         * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
14474         like C-r.
14476         * progmodes/make-mode.el: Some doc fixes.
14477         (makefile-mode-abbrev-table): New variable.
14478         (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
14479         (makefile-font-lock-keywords): Fontify includes and conditionals.
14480         (toplevel): Require `dabbrev' and `add-log' when compiling.
14482         * replace.el (perform-replace): Don't move forward one char
14483         when MATCH-AGAIN is nil, and REGEXP-FLAG is t.  We don't want
14484         to do that because it leaves point 1 position after the last
14485         replacement, after everything has been replaced.
14487         * jit-lock.el (with-buffer-unmodified): New macro.
14488         (with-buffer-prepared-for-font-lock): Don't preserve buffer's
14489         modified state.
14490         (jit-lock-function-1): Extracted from jit-lock-function; not
14491         preserving buffer's modified state.
14492         (jit-lock-function, jit-lock-stealth-fontify): Call
14493         jit-lock-function-1.
14495         * mail/rfc2368.el: Remove supernumerary copyright line.
14497 2000-04-04  Milan Zamazal  <pdm@freesoft.cz>
14499         * glasses.el: Provide facilities for inserting space before left
14500         parentheses and uncapitalization of identifiers.
14501         (glasses-mode): Try to remove old overlays in all cases.
14503 2000-04-03  Gerd Moellmann  <gerd@gnu.org>
14505         * progmodes/compile.el (compile-internal): Display the compilation
14506         buffer in a different frame, if it's already displayed there.
14508         * mail/rfc2368.el: New file.
14510         * simple.el (sendmail-user-agent-compose): Recognize a `body'
14511         header and insert its value as mail body.
14513         * subr.el (member-ignore-case): New function.
14515         * dabbrev.el (dabbrev-ignored-regexps): New user-option.
14516         (dabbrev--find-expansion): Ignore buffers matching a regexp
14517         from dabbrev-ignored-regexps.
14519         * jka-compr.el (jka-compr-compression-info-list): Add `.z'
14520         to extensions handled by gzip.
14522 2000-04-03  Richard M. Stallman  <rms@gnu.org>
14524         * files.el (insert-directory): List the total free space
14525         along with the used space.
14527         * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
14528         line is followed by one that matches CITATION-REGEXP, end the
14529         paragraph.
14531 2000-04-03  Markus Rost  <rost@delysid.gnu.org>
14533         * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
14534         (rmail-make-basic-summary-line): Use that option.
14536 2000-04-03  Kenichi Handa  <handa@etl.go.jp>
14538         * international/mule-cmds.el (encoded-string-description):
14539         Rewritten.   Try pretty description for ISO 2022 escape sequences
14540         only if CODING-SYSTEM is based on ISO 2022.  Use uppercase letters
14541         for hexadecimal format.
14543 2000-04-01  Dave Love  <fx@gnu.org>
14545         * cpp.el: Change customization group to `c' from `C'.
14547         * vcursor.el (vcursor-move): Use display-color-p.
14549         * international/mule-util.el: Provide mule-utils.
14550         (string-to-sequence): Simplify and speed up.
14552         * international/mule.el (make-coding-system): Purecopy doc-string.
14554         * international/mule-cmds.el: Various menu changes.
14555         (describe-specified-language-support): Handle `Default'.
14556         (set-language-info): Purecopy `info'.
14558 2000-03-31  Andrew Innes  <andrewi@gnu.org>
14560         * vc.el (vc-backend-diff): Return the correct status if we had to
14561         retry the rcsdiff command without the --brief option.
14563 2000-03-31  Dave Love  <fx@gnu.org>
14565         * help.el (help-manyarg-func-alist): Correct several omissions.
14567         * add-log.el: Don't require cl, fortran.
14568         (add-log-current-defun-function): Doc fix.
14569         (change-log-version-number-regexp-list): Remove SCCS part.  Doc
14570         fix.
14571         (change-log-version-rcs): Function deleted.
14572         (change-log-version-number-search): Doc fix.  Use
14573         vc-workfile-version.  Avoid CL dolist.
14574         (add-change-log-entry): Just call add-log-current-defun to get
14575         defun.  Simplify somewhat.
14576         (change-log-get-method-definition-1): Likewise.
14577         (add-log-current-defun): Return nil if calling
14578         add-log-current-defun-function does so.  Move Fortran stuff to
14579         fortran.el.  Return string without properties.
14581         * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
14582         and :alpha: char classes.
14584         * mail/supercite.el: Defvar curline when compiling.
14585         (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
14586         (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
14587         rather than a-zA-Z0-9 to allow non-ASCII characters.
14589 2000-03-31  Gerd Moellmann  <gerd@gnu.org>
14591         * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
14593         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
14594         Re-enable new code.
14596         * lpr.el (print-region-1): Use -d to specify printer name for
14597         systems `usg-unix-v*, `dgux', `hpux', `irix'.
14599 2000-03-31  Dave Love  <fx@gnu.org>
14601         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
14602         for function definition in symbol's function value slot first
14603         instead of first consulting byte-compile-function-environment.
14605 2000-03-31  Kenichi Handa  <handa@etl.go.jp>
14607         * language/european.el ("Polish"): New language environment.
14608         (setup-polish-environment): New function.
14610 2000-03-30  Gerd Moellmann  <gerd@gnu.org>
14612         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
14613         Disable new code.
14615         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
14616         trying to `load' the symbol of an autoload instead of the file
14617         recorded in the autoload.  Fix error messages.
14619 2000-03-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14621         * ps-print.el: PostScript programming fix for ghostview, doc fix.
14622         (ps-print-version): New version number (5.1.3).
14623         (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
14624         (ps-insert-file, ps-output-boolean, ps-plot-with-face)
14625         (ps-generate-postscript-with-faces): Code fix.
14626         (ps-color-values): XEmacs compatibility.
14627         (ps-print-background-image, ps-print-background-text, ps-printer-name)
14628         (ps-default-fg, ps-default-bg): Adjust customization.
14629         (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
14630         (ps-color-scale): Renaming old ps-color-value fun.
14631         (ps-print-headers): Replace ps-print-header group to avoid conflict
14632         with ps-print-header variable.
14633         (ps-print-miscellany): New group.
14634         (ps-format-color, ps-rgb-color): New funs.
14635         (ps-default-foreground): New var.
14636         (ps-printer-name-option): New const.
14638 2000-03-30  Peter Breton  <pbreton@ne.mediaone.net>
14640         * net/net-utils.el:
14641         (network-connection-host, network-connection-service): New variables
14642         (network-connection-mode): New mode, derived from comint-mode
14643         (network-connection-mode-setup): New function, saves host and
14644         service information in local variables.
14646         * lisp/locate.el:
14647         (locate-word-at-point): Added this function
14648         (locate): Default to using locate-word-at-point as input
14649         Run dired-mode-hook
14651 2000-03-29  Dave Love  <fx@gnu.org>
14653         * calendar/appt.el: Doc fixes.
14654         (appt-check): Convert min-to-app to a string before passing to
14655         appt-disp-window-function or concat.
14656         (appt-delete-window): Remove test for frame-root-window.
14657         (appt-select-lowest-window, appt-convert-time): Simplify.
14659         * emacs-lisp/bytecomp.el: Doc fixes.
14660         (byte-compile-file-form-autoload): Update
14661         byte-compile-function-environment.
14663 2000-03-29  Andreas Schwab  <schwab@suse.de>
14665         * emacs-lisp/autoload.el: Also print defsubst doc string
14666         specially.
14668         * dired.el (dired-insert-directory): If dired-free-space-program
14669         failed just delete its output.
14671 2000-03-29  Dave Love  <fx@gnu.org>
14673         * international/iso-cvt.el: Move provide to end.  Doc fixes.
14674         (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
14675         (iso-iso2sgml, iso-sgml2iso): New functions.
14676         (iso-cvt-define-menu): Fix some entries and use backquote for
14677         clarity.
14679         * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
14681 2000-03-28  Gerd Moellmann  <gerd@gnu.org>
14683         * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
14684         ISO-DATE.  If non-nil, return date in ISO 8601 format.
14686 2000-03-26  Stefan Monnier  <monnier@cs.yale.edu>
14688         * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
14689         if it ever becomes used.
14690         (log-edit-mode-hook): Default to vc-log-mode-hook.
14691         (log-edit-mode): Fix the docstring.
14693         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
14694         the code.
14696 2000-03-26  Dave Love  <fx@gnu.org>
14698         * net/browse-url.el (browse-url): Re-fix case of
14699         browse-url-browser-function being an alist.
14700         (browse-url): Add :link to defgroup.
14702         * files.el: Doc fixes.
14703         (file-truename): Include `[' in wildcard characters.
14704         (automount-dir-prefix): Customize.
14705         (find-file-wildcards): Add :version.
14706         (find-file-noselect): Simplify a mapcar call.
14708         * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
14709         compatible with inf-lisp version.
14710         (eval-defun-1): Fix custom-declare-variable case.
14712 2000-03-25  Stefan Monnier  <monnier@cs.yale.edu>
14714         * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
14716 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
14718         * Makefile (COMPILE_FIRST): New macro.
14719         (compile-files): Compile files from COMPILE_FIRST first.
14721         * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
14722         code.
14724         * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
14725         matching open parenthesis in column 0 to defun-prompt-regexp
14726         only if open-paren-in-column-0-is-defun-start is set.
14728         * sun-curs.el: Require CL at compile-time only.
14730         * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
14731         instead of copy-list which is a function from CL.
14732         (msb--choose-menu, msb--mode-menu-cond)
14733         (msb--create-buffer-menu-2): Use dolist instead of mapc.
14734         (msb--init-file-alist): Use mapcar instead of mapcan.
14735         (msb--aggregate-alist): Use mapcar instead of mapcan.  Fix
14736         `(' in column 0 in doc string.
14737         (msb--add-separators): Use mapcar instead of mapcan.
14739         * cus-dep.el: Require CL at compile-time only.
14741 2000-03-24  Stefan Monnier  <monnier@cs.yale.edu>
14743         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
14744         (byte-compile-warnings): New warning `noruntime'.
14745         (byte-compile-constants, byte-compile-variables): Fix docstring.
14746         (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
14747         execute `eval-whenc-compile's body.
14748         (byte-compile-unresolved-functions): Fix docstring.
14749         (byte-compile-eval): New function.
14750         (byte-compile-callargs-warn): Check if the function will be available
14751         at runtime (via property `byte-compile-noruntime').
14752         (byte-compile-print-syms): New function.
14753         (byte-compile-warn-about-unresolved-functions): Also warn about
14754         `noruntime' functions (and use `byte-compile-print-syms').
14755         (byte-compile-file): Capitalize the message.
14757 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
14759         * mail/rmail.el (rmail-confirm-expunge): New user-option.
14760         (rmail-expunge): Ask for confirmation depending on the setting
14761         of rmail-confirm-expunge.
14763 2000-03-23  Gerd Moellmann  <gerd@gnu.org>
14765         * Makefile (bootstrap-clean): If $(emacs) exists, build
14766         loaddefs.el first.  A loaddefs.el that's not up-to-date might
14767         cause a bootstrap failure because things don't autoload as
14768         expected.
14770 2000-03-23  Dave Love  <fx@gnu.org>
14772         * net/browse-url.el: Restore previous use of
14773         browse-url-maybe-new-window.
14775 2000-03-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14777         * ps-print.el: Skip banner page fix.
14778         (ps-print-version): New version number (5.1.2).
14779         (ps-begin-file, ps-end-file, ps-generate): Code fix.
14781 2000-03-23  Dave Pearson  <davep@davep.org>
14783         * net/quickurl.el Changed the type of parameter passed to the
14784         function defined by `quickurl-format-function'. Before only the
14785         text of the URL was passed. Now the whole URL structure is passed
14786         and the function is responsible for extracting the parts it
14787         requires.  Changed the default of `quickurl-format-function'
14788         accordingly.
14789         (quickurl-insert): Changed the `funcall' of
14790         `quickurl-format-function' to match the above change.
14791         (quickurl-list-insert): Changed the `url' case so that it makes
14792         use of `quickurl-format-function', previous to this the format was
14793         hard wired.
14795 2000-03-22  Gerd Moellmann  <gerd@gnu.org>
14797         * startup.el: Change some spellings for the X Window System.
14799 2000-03-22  Stefan Monnier  <monnier@cs.yale.edu>
14801         * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
14802         up the code and the regexp and make sure the cursor is temporarily
14803         moved to the suspicious line while querying the user.
14805 2000-03-22  Jason Rumney  <jasonr@gnu.org>
14807         * w32-fns.el (w32-charset-info-alist): Initialize.
14809 2000-03-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14811         * ps-print.el: N-up last page fix.
14812         (ps-print-version): New version number (5.1.1).
14813         (ps-end-file, ps-end-job, ps-generate): Code fix.
14815 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
14817         * files.el (find-file-run-dired): Update docstring.
14818         (find-directory-functions): New hook.
14819         (find-file-noselect): Run find-directory-functions rather than
14820         calling dired directly.
14822         * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
14824         * pcvs.el: Add a minimal leading commentary.
14825         (cvs-make-cvs-buffer): Change the header part by removing the startup
14826         message and adding a `Module' entry.  Also replace the FOOTER and
14827         HEADER special fileinfos with the new support in ewoc for updating
14828         its own footer and header.
14829         (cvs-update-header): Update to use the header/footer of the ewoc.
14830         (cvs-mode): Use define-derived-mode and set truncate-lines to t.
14831         (cvs-is-within-p): New function.
14832         (cvs-mode-run): Take advantage of `save-some-buffers's new ability
14833         to only examine some subset of the buffers.
14835         * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
14836         `format' instead of our own ad-hoc functions.
14837         Remove HEADER and FOOTER cases, now handled in the EWOC.
14838         (cvs-fileinfo<): Remove HEADER and FOOTER cases.
14840         * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
14841         output to avoid scaring the user.
14842         (cvs-parse-table): Catch message for non-up-to-date commits.
14844         * pcvs-defs.el (cvs-startup-message): Remove.
14845         (cvs-global-menu): New autoloaded menu.
14847         * pcvs-util.el (cvs-string-fill): Remove.
14849         * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
14850         (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
14851         PP part of it and also make it work for footers and headers.
14852         (ewoc-create): Drop POS and BUFFER arguments.
14853         Use the DLL's dummy node to store the end-of-footer position.
14854         (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
14855         (ewoc-refresh): Remove unused `header' variable.
14856         (ewoc-(get|set)-hf): New functions.
14858         * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
14859         log-view-*-(message|file) and use easy-mmode-define-navigation.
14860         (log-view-message-re): Match SCCS format as well.
14861         And match the revision line rather than the dashed separator line.
14862         (log-view-mode): Use the new define-derived-mode.
14863         (log-view-current-tag): Fill in with an actual implementation.
14865         * cvs-status.el (cvs-status-(prev|next)): Rename from
14866         cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
14867         (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
14868         to let the output "breathe" a little more (more readable).
14869         (cvs-status-mode): Use the new define-derived-mode.
14871         * smerge-mode.el (smerge-auto-leave): New function and variable.
14872         (smerge-basic-map): Rename from smerge-basic-keymap.
14873         Change the bindings for smerge-diff-*.
14874         (smerge-*-map): Use easy-mmode-defmap.
14875         (smerge-(next|prev)): Use easy-mmode-define-navigation.
14876         (smerge-keep-*): Use smerge-auto-leave.
14878 2000-03-21  Jason Rumney  <jasonr@gnu.org>
14880         * cus-edit.el (custom-button-face): Use 3D look for w32.
14881         (custom-button-pressed-face): Likewise.
14883 2000-03-21  Gerd Moellmann  <gerd@gnu.org>
14885         * progmodes/etags.el (tags-case-fold-search): New user-option.
14886         (tags-loop-eval): New function.  Bind case-fold-search around eval
14887         depending on the value of tags-case-fold-search.
14888         (tags-loop-continue): Use tags-loop-eval.
14889         (find-tag-in-order): Bind case-fold-search depending on the value
14890         of tags-case-fold-search.
14892 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
14894         * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
14895         (diff-end-of-hunk): Return the end position for use in
14896         `easy-mmode-define-navigation'.
14897         (diff-recenter): Remove.
14898         (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
14899         of `easy-mmode-define-navigation'.
14900         (diff-kill-*): Rename `diff-*-kill' (for consistency with the
14901         previous renaming) and fix to use new names.
14902         (diff-merge-strings): Use \n as separator: simpler, faster.
14903         (diff-mode): Use `define-derived-mode'.
14905         * derived.el (define-derived-mode): Don't autoload anymore.
14906         Prefer the macro-only version provided by easy-mmode.el.
14908         * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
14909         `easy-mmode-define-derived-mode'.
14910         Use `combine-run-hooks'.
14911         (easy-mmode-define-navigation): New macro.
14913         * subr.el (combine-run-hooks): New function.
14915 2000-03-21  Kenichi HANDA  <handa@etl.go.jp>
14917         * term/x-win.el: Fontsets related initialization is simplified.
14919         * international/mule-diag.el (describe-font): Don't refer to
14920         global-fontset-alist, instead call font-list.
14921         (describe-fontset, list-fontsets, mule-diag): Likewise.
14922         (print-fontset): Adjusted for the change of fontset
14923         implementation.
14925         * international/fontset.el (x-charset-registries): Variable
14926         removed, instead the corresponding data is stored in the default
14927         fontset.
14928         (register-alternate-fontnames): Function removed.
14929         (resolved-ascii-font): Variable removed.
14930         (x-compose-font-name): Ignore the second argument REDOCE.
14931         (x-complement-fontset-spec): Complement only an ASCII font and
14932         element for those charsets than can use that ASCII font.
14933         (generate-fontset-menu): Don't refer to global-fontset-alist,
14934         instead call fontset-list.
14935         (uninstantiated-fontset-alist): Variable removed.
14936         (x-style-funcs-alist): Likewise.
14937         (fontset-default-styles): Likewise.
14938         (x-modify-font-name): Function removed.
14939         (create-fontset-from-fontset-spec): Ignore the argument
14940         STYLE-VARIANT.
14941         (create-fontset-from-ascii-font): Docsting adjusted for the above
14942         change.
14943         (instantiate-fontset, resolve-fontset-name): Functions removed.
14944         (fontset-list): Now implemented by C code.
14946         * faces.el (read-face-font): Fix TABLE arg to completing-read.
14947         (describe-face): Include `font' attribute in the description.
14949 2000-03-21  Kenichi Handa  <handa@etl.go.jp>
14951         * international/quail.el (quail-set-keyboard-layout): Typo fixed.
14953 2000-03-20  Gerd Moellmann  <gerd@gnu.org>
14955         * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
14956         ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
14957         zone-mode.el, snmp-mode.el: Moved to net subdirectory.
14959         * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
14960         about behavior of set-buffer-modified-p wrt redisplay.
14962 2000-03-19  Richard M. Stallman  <rms@gnu.org>
14964         * view.el (view-mode-disable): Kill local binding of view-read-only.
14966 2000-03-18  Gerd Moellmann  <gerd@gnu.org>
14968         * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
14969         is a string, convert it to a syntax cell using string-to-syntax.
14971         * simple.el (syntax-code-table, syntax-flag-table): New variables.
14972         (string-to-syntax): New function.
14974         * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
14975         (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
14976         try to use passive ftp mode.
14978 2000-03-17  Gerd Moellmann  <gerd@gnu.org>
14980         * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
14982         * simple.el (append-to-buffer): Update point of windows after
14983         insertion.
14985         * abbrev.el (inverse-add-abbrev): Identify word by first moving
14986         forward then moving backward.  Reindent.
14988         * frame.el (other-frame): Call x-focus-frame only if
14989         focus-follows-mouse is off.
14991 2000-03-17  Dave Love  <fx@gnu.org>
14993         * pcvs-util.el (cvs-strings->string): Rename
14994         replace-regexps-in-string.
14996 2000-03-17  Stefan Monnier  <monnier@cs.yale.edu>
14998         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
14999         regexp for labels cannot span several lines.
15001         * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
15002         `(setq :<key> ':<key>)' to the macro expansion.
15004 2000-03-16  Dave Love  <fx@gnu.org>
15006         * progmodes/f90.el (f90): Put custom group under `languages', not
15007         `fortran'.
15008         (f90-mode-hook): Customize.
15009         (f90-mode): Set add-log-current-defun-function.
15010         (f90-current-defun): New function.
15012 2000-03-16  Gerd Moellmann  <gerd@gnu.org>
15014         * cus-edit.el (custom-variable-tag-face): Handle case that
15015         default face's height is not a number.
15016         (custom-face-tag-face, custom-group-tag-face-1)
15017         (custom-group-tag-face): Ditto.
15018         (custom-group-tag-face-1): Add :group.
15020         * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
15022 2000-03-15  Gerd Moellmann  <gerd@gnu.org>
15024         * pcvs-defs.el (toplevel): Remove autoload cookie for form
15025         requiring easymenu.
15027 2000-03-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
15029         * ps-print.el: PostScript user-defined prologue, PostScript error
15030         handler, doc fix.
15031         (ps-print-version): New version number (5.1).
15032         (ps-user-defined-prologue, ps-error-handler-message)
15033         (ps-print-prologue-0, ps-error-handler-alist): New vars.
15034         (ps-setup, ps-begin-file, ps-begin-job): Code fix.
15035         (ps-insert-string): New function.
15037 2000-03-15  Kenichi Handa  <handa@etl.go.jp>
15039         * international/ccl.el (ccl-compile-expression): Don't generate
15040         invalid self-assignment code.
15042 2000-03-14  Dave Love  <fx@gnu.org>
15044         * subr.el (replace-regexp-in-string): Renamed from
15045         replace-regexps-in-string.  Doc fix.
15047 2000-03-12  Dave Love  <fx@gnu.org>
15049         * cus-edit.el: Doc fixes.
15050         (customize-set-variable, customize-save-variable): Rename args for
15051         doc.
15052         (custom-variable-tag-face, custom-face-tag-face)
15053         (custom-group-tag-face-1, custom-group-tag-face): Modify from
15054         style which user identify as hyperlink.
15055         (hook): Don't add undefined functions to the hook.
15056         (debug-ignored-errors): Transfer message from bindings.el.
15058 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
15060         * recentf.el (recentf-keep-non-readable-files-p): Remove
15061         double/nested definition.
15063 2000-03-12  Dave Love  <fx@gnu.org>
15065         * facemenu.el (facemenu-get-face): Use display-color-p.
15066         * enriched.el (enriched-decode-foreground): Likewise.
15067         (enriched-decode-background): Likewise.
15068         * isearch.el (isearch-highlight): Likewise.
15069         * info-look.el (info-lookup): Likewise.
15070         * simple.el (completion-setup-function): Likewise.
15072         * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
15073         :options.
15075         * bindings.el (mode-line-format): Fix line-number and
15076         column-number items.  Add help-echo for the background.
15077         (mode-line-mule-info): Modify help-echo.
15079         * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
15081         * files.el (load-file): Allow completion to .elc.
15083         * man.el: Doc fixes.
15084         (Man-init-defvars): Use display-color-p to set fontification.
15086         * play/hanoi.el (hanoi-internal): Don't use oddp.
15088 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
15090         * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
15092         * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
15094 2000-03-12  Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
15096         * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
15097         Fix comment.
15099 2000-03-10  Stefan Monnier  <monnier@cs.yale.edu>
15101         * font-lock.el (font-lock-keywords): Fix the doc now that
15102         regexp-opt-depth is unnecessary.
15103         (save-buffer-state): Set an edebug spec.
15104         (font-lock-fontify-anchored-keywords): Properly handle the case when
15105         the matcher goes past the limit.
15107         * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
15108         pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
15110         * emacs-lisp/ewoc.el: New file.  This is a merge of elib-node.el,
15111         dll.el and cookie.el (from Elib) with heavy renaming and other
15112         massaging.
15114         * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
15115         Autoload the functions used.
15116         (easy-mmode-define-syntax): Fix CL typo.
15117         (easy-mmode-define-derived-mode): Improve the docstring generation.
15119 2000-03-10  Gerd Moellmann  <gerd@gnu.org>
15121         * textmodes/texinfo.el (texinfo-version): Variable and function
15122         removed.
15124 2000-03-09  Stefan Monnier  <monnier@cs.yale.edu>
15126         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
15127         allow more flexibility.
15128         (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
15129         fns.
15130         (easy-mmode-defmap, easy-mmode-defsyntax)
15131         (easy-mmode-define-derived-mode): New macros.
15133 2000-03-09  Didier Verna  <didier@xemacs.org>
15135         * rect.el (replace-rectangle): New function.
15137 2000-03-09  Dave Love  <fx@gnu.org>
15139         * progmodes/fortran.el (fortran-comment-line-start): Define as
15140         "C".
15141         (fortran-comment-line-start-skip): Don't match cpp stuff.
15142         (font-lock-keywords): Add * to comment-chars.  Grok cpp stuff.
15143         (fortran-mode-map): Remove over-eager custom-menu-create for now.
15144         (fortran-mode): Don't set fortran-comment-line-start-skip,
15145         fortran-comment-line-start here.  Set comment-start,
15146         add-log-current-defun.
15147         (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
15148         (fortran-current-defun): New function.
15150 2000-03-09  Gerd Moellmann  <gerd@gnu.org>
15152         * emacs-lisp/re-builder.el: New file.
15154         * mouse.el (mouse-drag-region): Don't run up-event handler
15155         if hscroll has changed.
15157         * octave-mod.el (octave-font-lock-keywords): To font-lock the
15158         builtin operators, use `font-lock-builtin-face' for Emacs and
15159         `font-lock-preprocessor-face' otherwise.
15161         * font-lock.el (lisp-font-lock-keywords-1): Highlight
15162         `(defun (setf foo)' differently.
15164 2000-03-08  Stefan Monnier  <monnier@cs.yale.edu>
15166         * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
15167         (regexp-opt): Update comment and adapt the code the new meaning of
15168         the `paren' argument of regex-opt-group for shy-groups.
15169         (regexp-opt-depth): Handle shy groups as well as backslashed
15170         backslashes.
15171         (regexp-opt-group): Turn the leading comment into a docstring.
15172         Allow `paren' to be a string (the string to use to open a group).
15173         Remove open-presuf and close-presuf.  Instead of checking for `all
15174         one-char' and then later on check for `several one-char', handle
15175         both cases close together.  Also apply a more generic algorithm
15176         for suffixes (the mirror image of the algorithm used for
15177         prefixes).  Use shy-groups.  Use nreverse rather than reverse.
15178         (regexp-opt-try-suffix): Removed.
15180         * cmuscheme.el (inferior-scheme-mode-map): Define it independently
15181         from comint-mode-map, so we can just inherit from it.  Also, move
15182         the initialization into the `defvar' since there's no docstring
15183         anyway and it's fairly short.
15184         (inferior-scheme-mode): Define it as derived-mode: the code is
15185         shorter and this way we inherit from comint-mode-map rather than
15186         copying it.
15188         * subr.el (replace-regexps-in-string): Properly handle the case
15189         where we match an empty string.
15191         * comint.el (comint-exec-1): Add the current-dir to the exec-path
15192         when the command has a directory component (such as "./testml").
15193         Also fix a typo in the comment.
15195 2000-03-08  Gerd Moellmann  <gerd@gnu.org>
15197         * Makefile (compile-files): Compile files one by one because
15198         that's the only way to ensure a clean compilation environment for
15199         each individual file.
15201         * frame.el (other-frame): Call x-focus-frame.
15203 2000-03-07  Dave Love  <fx@gnu.org>
15205         * recentf.el (recentf-keep-non-readable-files-p): Add :set,
15206         :require to defcustom.
15208         * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
15209         lists.
15211         * files.el (auto-mode-alist): Add configure.in.
15213         * progmodes/autoconf.el: New file.
15215 2000-03-07  Gerd Moellmann  <gerd@gnu.org>
15217         * mail/mh-e.el: Change maintainer to `none'.
15219         * recentf.el (recentf-keep-non-readable-files-p): Quote args
15220         to remove-hook and add-hook.
15222 2000-03-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
15224         * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
15225         it as the default.
15226         (mail-send): Test mail-send-nonascii also for the new `mime' value.
15227         (sendmail-send-it): Conditionally add MIME headers specifying the
15228         used character set.
15230 2000-03-07  Dave Love  <fx@gnu.org>
15232         * winner.el: Fix keywords, autoload cookies.  Split
15233         eval-when-compile form to avoid compilation failure.
15235 2000-03-07  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
15237         * international/mule.el: Modify comment about coding system
15238         property `coding-category'.
15239         (make-coding-system): New argument EOL-TYPE.  Pay attention to
15240         coding-category property of PROPERTIES.
15242         * international/mule-conf.el (coding-category-utf-8,
15243         coding-category-utf-16-be, coding-category-utf-16-le): New coding
15244         categories.  Include them in the argument for set-coding-priority.
15246         * international/mule-cmds.el (reset-language-environment): Include
15247         coding-category-utf-8, coding-category-utf-16-be, and
15248         coding-category-utf-16-le in the argument for set-coding-priority.
15249         (reset-language-environment): Initialize coding-category-utf-8,
15250         coding-category-utf-16-be, and coding-category-utf-16-le to nil.
15252 2000-03-06  Karl Fogel  <kfogel@red-bean.com>
15254         * bookmark.el (bookmark-file-or-variation-thereof): New func, for
15255         code abstracted out of `bookmark-jump-noselect'.  Now tries info
15256         extensions as well as compression extensions.
15257         (bookmark-jump-noselect): Use above new func.
15259 2000-03-03  Gerd Moellmann  <gerd@gnu.org>
15261         * strokes.el: Change maintainer's mail address.
15263 2000-03-03  Kenichi Handa  <handa@etl.go.jp>
15265         * international/mule-diag.el (list-character-sets): Make help-echo
15266         string by substitute-command-keys.
15267         (list-character-sets): Likewise.
15268         (sort-listed-character-sets): Call help-setup-xref.
15270 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
15272         * time.el (display-time-mail-file): Add `none' to the list of
15273         choices.
15275 2000-03-01  Dave Love  <fx@gnu.org>
15277         * help.el (help-xref-go-back): Don't try to set position.
15279         * international/mule-diag.el (list-character-sets): Call
15280         help-setup-xref.  Add help-echo to xrefs.
15281         (list-character-sets-1): Add help-echo to xrefs.
15283 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
15285         * frame.el (blink-cursor-mode): Switch cursor on when turning
15286         the mode off.
15288         * add-log.el (add-log-current-defun): Add support for
15289         Autoconf mode.
15291         * mail/rmail.el (rmail-quit-hook): New variable.
15293 2000-03-01  Dave Love  <fx@gnu.org>
15295         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
15297         * help.el (help-xref-button): Add help-echo arg.
15298         (describe-function-1, describe-variable, help-make-xrefs): Use it.
15300         * faces.el (list-faces-display): Supply help-echo with
15301         help-make-xrefs.
15303         * facemenu.el (list-text-properties-at): Set help-xref-stack to
15304         nil.
15306 2000-03-01  Gerd Moellmann  <gerd@gnu.org>
15308         * image.el (defimage): Look for image files in load-path.
15310         * frame.el (busy-cursor-delay-seconds): Change type to
15311         `number'.
15313 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
15315         * recentf.el (recentf): Added version tag to the defgroup of
15316         recentf.
15318 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
15320         * recentf.el (recentf-cleanup): Changed to remove excluded file
15321         too.
15322         (recentf-edit-list-action): `recentf-edit-list' checkbox widget
15323         action to select/unselect a file.
15324         (recentf-edit-list): Code cleanup and improvement.
15325         (recentf-open-more-files-action): `recentf-open-more-files' button
15326         widget action to open a file.
15327         (recentf-open-more-files): No more use standard completion but
15328         widgets.
15329         (recentf-more-collection): Deleted.
15330         (recentf-more-history): Deleted.
15331         (recentf-setup-more-completion): Deleted.
15333 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
15335         * recentf.el (recentf-mode): No more needs that Emacs is running
15336         under a window-system.
15338 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
15340         * recentf.el (recentf-edit-list): New command to edit the recent
15341         list which allow the user to remove files.
15342         (recentf-edit-selected-items): New global variable, used by
15343         `recentf-edit-list' to hold the list of files to be removed from
15344         the recent list.
15345         (recentf-make-menu-items): Updated to display a "Edit list..."
15346         menu item.  Minor code cleanup.
15348 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
15350         * recentf.el (recentf-open-more-files): New command to open files
15351         that are not displayed in the menu.
15352         (recentf-more-collection): New global variable holding the set of
15353         permissible completions used by `recentf-open-more-files'.
15354         (recentf-more-history): New global variable holding the history list
15355         used by `recentf-open-more-files' completion.
15356         (recentf-setup-more-completion): New function to setup completion for
15357         `recentf-open-more-files'.
15358         (recentf-make-menu-items): Updated to display a "More..." menu item.
15360 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
15362         * recentf.el (recentf-menu-action): Doc fixed.
15364 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
15366         * recentf.el (recentf-menu-filter): Doc updated.
15367         (recentf-update-menu-hook): Allow menu filters to force menu update.
15368         (recentf-make-menu-items): New menu filter handling.
15369         (recentf-make-menu-item): New helper function.
15370         (recentf-menu-elements): New menu handling function.
15371         (recentf-sort-ascending): Updated to new menu filter handling.
15372         (recentf-sort-descending): Updated to new menu filter handling.
15373         (recentf-sort-basenames-ascending): New menu filter function.
15374         (recentf-sort-basenames-descending): New menu filter function.
15375         (recentf-show-basenames): New menu filter function.
15376         (recentf-show-basenames-ascending): New menu filter function.
15377         (recentf-show-basenames-descending): New menu filter function.
15379 2000-02-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
15381         * diary-lib.el (list-diary-entries): Don't try to go forward at
15382         the end of the buffer.
15384 2000-02-29  Kenichi Handa  <handa@etl.go.jp>
15386         * international/mule-diag.el (list-character-sets): Completely
15387         rewritten.
15388         (sort-listed-character-sets): New function.
15389         (list-character-sets-1): Completely rewritten.
15390         (list-character-sets-2): New function.
15391         (non-iso-charset-alist): New variable.
15392         (decode-codepage-char): New function.
15393         (charset-history): New variable.
15394         (read-charset) (list-block-of-chars)
15395         (list-iso-charset-chars)
15396         (list-non-iso-charset-chars)
15397         (list-charset-chars): New functions.
15398         (mule-diag): Call list-character-sets-2, not
15399         list-character-sets-2.
15400         (dump-charsets): Likewise.
15402 2000-02-29  Gerd Moellmann  <gerd@gnu.org>
15404         * dired-x.el (dired-filename-at-point): Add `@' to valid
15405         file name characters.
15406         (dired-filename-at-point): Handle ange-ftp file names.
15408         * frame.el (frame-notice-user-settings): Use assq-delete-all
15409         instead of assoc-delete-all.
15410         (frame-notice-user-settings): Ditto.
15412         * subr.el (assq-delete-all): Renamed from assoc-delete-all.
15413         Don't copy alist.
15415 2000-02-28  Eli Barzilay  <eli@cs.cornell.edu>
15417         * calculator.el (calculator-use-menu): New option.
15418         (calculator-initial-bindings): Changed some bindings to work as
15419         macros.
15420         (calculator-forced-input): Removed.
15421         (calculator-restart-other-mode): New variable.
15422         (calculator-mode-map): Set up menu.
15424 2000-02-28  Jari Aalto  <jari.aalto@poboxes.com>
15426         * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
15427         tags.
15429 2000-02-28  Michael Kifer  <kifer@cs.sunysb.edu>
15431         * viper-cmd.el (viper-envelop-ESC-key): added the option to
15432         translate all ESC key sequences.
15433         (viper-goto-mark-subr): restore markers for files for which
15434         they were saved.
15435         * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
15436         * viper-util.el (viper-set-replace-overlay-glyphs,
15437         viper-set-replace-overlay): always check if the replacement
15438         overlay is live.
15439         * viper.el (viper-vi-state-mode-list): added major modes.
15440         * ediff-wind.el: minor comment changes.
15441         * ediff.el: copyright notice date fix.
15443 2000-02-27  Jason Rumney  <jasonr@gnu.org>
15445         * faces.el (face-font-family-alternatives): Add arial to helv.
15446         (mode-line, header-line, tool-bar): Same default as x for w32.
15447         (fixed-pitch, variable-pitch): Remove wildcard as it prevents
15448         face-font-family-alternatives from working.
15449         * term/w32-win.el (mouse-set-font): Do not build fontset from
15450         chosen font.
15452 2000-02-25  Sam Steingold  <sds@goems.com>
15454         * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
15455         properly.
15457 2000-02-25  Richard M. Stallman  <rms@gnu.org>
15459         * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
15461 2000-02-25  Gerd Moellmann  <gerd@gnu.org>
15463         * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
15464         writable.
15466         * frame.el (busy-cursor-delay-seconds): New option.
15468 2000-02-24  Gerd Moellmann  <gerd@gnu.org>
15470         * frame.el (show-cursor-in-non-selected-windows): New option.
15472 2000-02-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
15474         * diary-lib.el (include-other-diary-files): Undo the selective
15475         display in any included file and don't kill it.
15477 2000-02-24  Eli Zaretskii  <eliz@is.elta.co.il>
15479         * dired.el (dired-mode-map): Don't remove "Edit" from the menu
15480         bar.  Menu items converted to (menu-item format, help strings
15481         added.
15482         [downcase, upcase]: Don't enable on MS-DOS.
15483         [symlink, symlinks]: Don't show if make-symbolic-link is not
15484         bound.
15485         [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
15487 2000-02-23  Dave Love  <fx@gnu.org>
15489         * simple.el (zap-to-char, kill-line, kill-region, kill-word)
15490         (backward-kill-word): Revert addition of * to interactive spec --
15491         it's a feature.
15493         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
15494         (backward-kill-sentence, kill-sentence): Likewise.
15496         * gud.el (gud-jdb-build-class-source-alist): Prepend space to
15497         scratch buffer name.
15498         (gud-format-command): Use int-to-string in ?l case.  Simplify
15499         slightly.
15501         * term/w32-win.el (internal-face-interactive): Update prompt for
15502         new read-face-name.
15504         * mail/footnote.el (footnote): Add :version to defgroup.
15505         (footnote-section-tag-regexp): Customize.
15506         (footnote-start-tag, footnote-end-tag): New option.
15507         (footnote-latin-regexp): New variable.
15508         (Footnote-latin): New function.
15509         (footnote-style-alist): Add element for latin style.
15510         (footnote-style): Moved.
15511         (Footnote-goto-footnote): Use eq to test arg.
15513         * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
15515         * emacs-lisp/byte-opt.el: Change old backquote syntax.
15516         (byte-compile-trueconstp): Include keywords.
15517         (byte-optimize-quote, byte-optimize-lapcode): Use
15518         byte-compile-const-symbol-p.
15519         (byte-optimize-char-before): New optimization.
15521         * emacs-lisp/bytecomp.el: Change old backquote syntax.
15522         (byte-compile-const-symbol-p): New function.
15523         (byte-compile-constp, byte-compile-out-toplevel)
15524         (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
15525         Use it.
15527         * subr.el (define-key-after): Default AFTER to t.  Doc fix.
15529 2000-02-23  Kenichi Handa  <handa@etl.go.jp>
15531         * international/encoded-kb.el: Be sure to update minor-mode-alist
15532         and minor-mode-map-alist.
15533         (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
15534         codes SS2 and SS3 correctly.
15535         (encoded-kbd-self-insert-ccl): New function.
15536         (encoded-kbd-setup-keymap): New function.
15537         (encoded-kbd-mode): Handle CCL based coding system.  Setup keymap
15538         by calling encoded-kbd-setup-keymap.
15540         * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
15541         characters.
15542         (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
15543         locally.
15545 2000-02-22  Dave Love  <fx@gnu.org>
15547         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
15548         (lisp-mode-map, lisp-interaction-mode-map): Define all inside
15549         defvar.
15550         (lisp-mode-syntax-table): Set up for #|...|# comments.
15551         (lisp-imenu-generic-expression): Purecopy strings.  Use syntax
15552         classes.  Match `defface'.
15553         (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
15554         (eval-defun-1): Fix for defcustom.
15555         (lisp-indent-region): Doc fix.
15557         * subr.el (when, unless, split-string): Doc fix.
15558         (read-passwd): Move call of clear-this-command-keys to the right
15559         place.
15560         (replace-regexps-in-string): New function.
15562 2000-02-22  Gerd Moellmann  <gerd@gnu.org>
15564         * help.el (describe-variable): Set syntax table to
15565         emacs-lisp-mode-syntax-table when moving forward over the
15566         symbol's name.
15568 2000-02-22  Dave Love  <fx@gnu.org>
15570         * xt-mouse.el: Doc fixes.
15571         (xterm-mouse-position-function): New function, replacing advice of
15572         mouse-position.
15573         (xterm-mouse-mode): Use it.  Don't turn on under a window system.
15575         * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
15577 2000-02-21  Gerd Moellmann  <gerd@gnu.org>
15579         * format.el (format-annotate-single-property-change): Handle
15580         properties.with dotted-list values.
15581         (format-proper-list-p): New function.
15583         * enriched.el (enriched-face-ans): Handle '(foreground-color
15584         . COLOR) and (background-color . COLOR).
15586 2000-02-20  Dave Love  <fx@gnu.org>
15588         * textmodes/flyspell.el (flyspell-mouse-map): Change definition
15589         and assignments to it.
15590         (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
15591         current local map.
15592         (make-flyspell-overlay): Use it.
15593         (flyspell-correct-word/mouse-keymap): Change XEmacs test.
15595         * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
15596         (lm-get-header-re): Defun, not defsubst.
15597         (lm-get-package-name): Defun, not defsubst.  Simplify.
15598         (lm-version): Doc fix.  Simplify.
15599         (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
15600         (lm-crack-address, lm-last-modified-date, lm-commentary)
15601         (lm-verify, lm-synopsis): Simplify.
15602         (lm-report-bug): Require emacsbug.  Use compose-mail.
15604 2000-02-20  Gerd Moellmann  <gerd@gnu.org>
15606         * dired.el (dired-mode): Call propertized-buffer-identification
15607         to set mode-line-buffer-identification to something having
15608         the right text properties.
15610         * bindings.el (propertized-buffer-identification): New function.
15612 2000-02-20  Dave Love  <fx@gnu.org>
15614         * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
15615         check for t-mouse too.
15617         * cus-start.el: Make echo-keystrokes `number'.
15619 2000-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
15621         * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
15622         Don't call ring-empty-p unless tags-location-ring is bound.
15623         From Noah Friedman <friedman@splode.com>.
15625 2000-02-18  Thien-Thi Nguyen  <ttn@gnu.org>
15627         * progmodes/hideshow.el (hs-flag-region): No longer use
15628         `intangible' overlay property.
15630         (hs-toggle-hiding): New command.
15631         (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
15633         (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
15634         Fix omission bug: Run `hs-minor-mode-hook' for both activation
15635         and deactivation.
15637 2000-02-18  Gerd Moellmann  <gerd@gnu.org>
15639         * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
15641 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
15643         * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
15645         * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
15646         of `*' to handle `(* ... *)' comments.
15648 2000-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
15650         * faces.el (list-faces-display): Use display-mouse-p instead of
15651         window-system.
15653         * menu-bar.el (global-map): Menu-bar items converted to the new
15654         format (menu-item..., rearranged for better CUA compliance, and
15655         their names changed for better clarity.  Help strings added.
15657         * international/mule-cmds.el (mule-menu-keymap)
15658         (describe-language-environment-map, set-coding-system-map)
15659         (setup-language-environment-map): Convert to new (menu-item...
15660         form, add help strings.  Change names of menu items for better
15661         clarity.  "Mule" menu-bar item removed (it's now in the "Options"
15662         submenu).
15664 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
15666         * dired-aux.el (dired-do-copy): Remove spurious character.`n'
15667         within the code.
15669 2000-02-16  Dave Love  <fx@gnu.org>
15671         * faces.el: Don't require custom.  Add more specific :groups to
15672         various deffaces.
15673         (set-face-attribute): Purecopy args.
15674         (read-face-name): Default to name at point and use it in prompt.
15675         Remove colon from arg in all callers.
15676         (list-faces-display): Hyperlink to face descriptions and customize
15677         buffers.
15679 2000-02-16  Per Abrahamsen  <abraham@dina.kvl.dk>
15681         * wid-edit.el (widget-match-inline): An atom never matches a
15682         list.
15684 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
15686         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
15687         at ':' characters by call to split-string.
15689 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
15691         * textmodes/bibtex.el: Added RCS version identification.
15693 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
15695         * textmodes/bibtex.el: Some temporary comments removed.
15696         (bibtex-field-name, bibtex-entry-type): Made the relationship
15697         explicit.
15698         (bibtex-field-const): Allow capital letters.
15699         (bibtex-start-of-string): Deleted because unused.
15701         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
15702         use the term 'reference' to describe a bibtex entry as a whole.
15703         Further, reference keys are no longer called 'labels'.
15704         (bibtex-keys): Renamed to bibtex-reference-keys.
15705         (bibtex-reformat-previous-labels): Renamed to
15706         bibtex-reformat-previous-reference-keys.
15707         (bibtex-reference-type): Renamed to bibtex-entry-type.
15708         (bibtex-reference-head): Renamed to bibtex-entry-head.
15709         (bibtex-reference-maybe-empty-head): Renamed to
15710         bibtex-entry-maybe-empty-head.
15711         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
15712         (bibtex-search-reference): Renamed to bibtex-search-entry.
15713         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
15714         bibtex-enclosing-entry-maybe-empty-head.
15715         (bibtex-entry-field-alist, bibtex-entry-head,
15716         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
15717         bibtex-map-entries, bibtex-search-entry,
15718         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
15719         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15720         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
15721         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
15722         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
15723         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
15724         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
15726 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
15728         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
15729         comment.
15730         (bibtex-format-field-delimiters): New function, functionality
15731         extracted from bibtex-format-entry.
15732         (bibtex-autokey-get-yearfield-digits): New function, functionality
15733         extracted from bibtex-autokey-get-yearfield.
15735         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
15736         entries in order to avoid stack overflow in the regexp matcher if
15737         field contents become large.
15738         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
15739         bibtex-field-string-part-not-braced,
15740         bibtex-field-string-part-no-inner-braces,
15741         bibtex-field-string-part-1-inner-brace,
15742         bibtex-field-string-part-2-inner-braces,
15743         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
15744         bibtex-field-string-quoted, bibtex-field-string,
15745         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
15746         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
15747         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
15748         as parsing is now performed by the following functions.
15749         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
15750         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
15751         bibtex-parse-field-string, bibtex-search-forward-field-string,
15752         bibtex-parse-association, bibtex-field-name-for-parsing,
15753         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
15754         bibtex-search-forward-field, bibtex-search-backward-field,
15755         bibtex-start-of-field, bibtex-end-of-field,
15756         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
15757         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
15758         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
15759         bibtex-parse-string, bibtex-search-forward-string,
15760         bibtex-search-backward-string, bibtex-start-of-string,
15761         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
15762         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
15763         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
15764         entries.  Instead of reporting the results of the parsing by
15765         match-beginning or match-end, these functions return data structures
15766         that hold the corresponding positions.
15767         (bibtex-enclosing-field): Changed to also report field boundaries by
15768         return values rather than by match-beginning or match-end.  The
15769         following functions have been adapted to use the new parsing
15770         functions.
15771         (bibtex-skip-to-valid-entry, bibtex-search-reference,
15772         bibtex-enclosing-field, bibtex-format-entry,
15773         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
15774         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
15775         bibtex-print-help-message, bibtex-end-of-entry,
15776         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
15777         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15778         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
15779         method for parsing.
15780         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
15781         bibtex-map-entries, bibtex-flash-head,
15782         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
15783         bibtex-autokey-change, bibtex-autokey-get-namefield,
15784         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
15785         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15786         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
15787         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15788         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
15789         order to make the new binding of case-fold-search immediately
15790         visible.
15792 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
15794         * textmodes/bibtex.el: Copyright notice is up to date.
15795         Added constant 'bibtex-maintainer-salutation.
15797         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
15798         than make-temp-name, use match-string-no-properties and eliminate
15799         a quadratic behavior when building bibtex-strings.
15801         * bibtex.el (bibtex-reference-key): Accept string entries whose
15802         reference key contains upper case letters.
15804 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
15806         * bibtex.el (bibtex-reference-head): Allow entries to start with
15807         a new line.
15809 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
15811         * bibtex.el: Hiding of entry bodies is not longer provided by
15812         bibtex.el directly.  Instead the hideshow package can be used.
15813         Added a special bibtex entry to hs-special-modes-alist.
15814         (bibtex-hs-forward-sexp): Added for hideshow.el.
15816 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
15818         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
15819         at ':' characters by call to split-string.
15821 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
15823         * textmodes/bibtex.el: Added RCS version identification.
15825 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
15827         * textmodes/bibtex.el: Some temporary comments removed.
15828         (bibtex-field-name, bibtex-entry-type): Made the relationship
15829         explicit.
15830         (bibtex-field-const): Allow capital letters.
15831         (bibtex-start-of-string): Deleted because unused.
15833         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
15834         use the term 'reference' to describe a bibtex entry as a whole.
15835         Further, reference keys are no longer called 'labels'.
15836         (bibtex-keys): Renamed to bibtex-reference-keys.
15837         (bibtex-reformat-previous-labels): Renamed to
15838         bibtex-reformat-previous-reference-keys.
15839         (bibtex-reference-type): Renamed to bibtex-entry-type.
15840         (bibtex-reference-head): Renamed to bibtex-entry-head.
15841         (bibtex-reference-maybe-empty-head): Renamed to
15842         bibtex-entry-maybe-empty-head.
15843         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
15844         (bibtex-search-reference): Renamed to bibtex-search-entry.
15845         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
15846         bibtex-enclosing-entry-maybe-empty-head.
15847         (bibtex-entry-field-alist, bibtex-entry-head,
15848         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
15849         bibtex-map-entries, bibtex-search-entry,
15850         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
15851         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15852         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
15853         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
15854         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
15855         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
15856         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
15858 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
15860         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
15861         comment.
15862         (bibtex-format-field-delimiters): New function, functionality
15863         extracted from bibtex-format-entry.
15864         (bibtex-autokey-get-yearfield-digits): New function, functionality
15865         extracted from bibtex-autokey-get-yearfield.
15867         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
15868         entries in order to avoid stack overflow in the regexp matcher if
15869         field contents become large.
15870         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
15871         bibtex-field-string-part-not-braced,
15872         bibtex-field-string-part-no-inner-braces,
15873         bibtex-field-string-part-1-inner-brace,
15874         bibtex-field-string-part-2-inner-braces,
15875         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
15876         bibtex-field-string-quoted, bibtex-field-string,
15877         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
15878         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
15879         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
15880         as parsing is now performed by the following functions.
15881         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
15882         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
15883         bibtex-parse-field-string, bibtex-search-forward-field-string,
15884         bibtex-parse-association, bibtex-field-name-for-parsing,
15885         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
15886         bibtex-search-forward-field, bibtex-search-backward-field,
15887         bibtex-start-of-field, bibtex-end-of-field,
15888         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
15889         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
15890         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
15891         bibtex-parse-string, bibtex-search-forward-string,
15892         bibtex-search-backward-string, bibtex-start-of-string,
15893         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
15894         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
15895         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
15896         entries.  Instead of reporting the results of the parsing by
15897         match-beginning or match-end, these functions return data structures
15898         that hold the corresponding positions.
15899         (bibtex-enclosing-field): Changed to also report field boundaries by
15900         return values rather than by match-beginning or match-end.  The
15901         following functions have been adapted to use the new parsing
15902         functions.
15903         (bibtex-skip-to-valid-entry, bibtex-search-reference,
15904         bibtex-enclosing-field, bibtex-format-entry,
15905         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
15906         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
15907         bibtex-print-help-message, bibtex-end-of-entry,
15908         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
15909         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15910         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
15911         method for parsing.
15912         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
15913         bibtex-map-entries, bibtex-flash-head,
15914         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
15915         bibtex-autokey-change, bibtex-autokey-get-namefield,
15916         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
15917         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15918         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
15919         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15920         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
15921         order to make the new binding of case-fold-search immediately
15922         visible.
15924 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
15926         * textmodes/bibtex.el: Copyright notice is up to date.
15927         Added constant 'bibtex-maintainer-salutation.
15929         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
15930         than make-temp-name, use match-string-no-properties and eliminate
15931         a quadratic behavior when building bibtex-strings.
15933         * bibtex.el (bibtex-reference-key): Accept string entries whose
15934         reference key contains upper case letters.
15936 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
15938         * bibtex.el (bibtex-reference-head): Allow entries to start with
15939         a new line.
15941 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
15943         * bibtex.el: Hiding of entry bodies is not longer provided by
15944         bibtex.el directly.  Instead the hideshow package can be used.
15945         Added a special bibtex entry to hs-special-modes-alist.
15946         (bibtex-hs-forward-sexp): Added for hideshow.el.
15948 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
15950         * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
15951         proceedings entry type (for cross referencing). Thanks to Wagner
15952         Toledo Correa for the suggestion.
15954         * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
15956 2000-02-14  Kenichi Handa  <handa@etl.go.jp>
15958         * international/characters.el: Setup case table for Vietnamese.
15960 2000-02-12  Gerd Moellmann  <gerd@gnu.org>
15962         * uniquify.el (toplevel): Require CL at compile time.
15963         (uniquify-push): Removed.
15965         * shadowfile.el (shadow-when): Removed.
15967         * tempo.el (tempo-dolist, tempo-mapc): Removed.
15968         (tempo-process-and-insert-string): Use dolist instead of
15969         tempo-dolist.
15971         * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
15972         regexp for paragraph-start.
15974         * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
15975         commas as well.
15977 2000-02-10  Dave Love  <fx@gnu.org>
15979         * wid-edit.el: (widgets) [defgroup]: Remove url link.
15980         (widget-color-choice-list, widget-color-history, widget-mouse-help):
15981         Deleted.
15982         (widget-specify-field, widget-specify-button): Don't use
15983         widget-mouse-help as help-echo property.
15984         (default): Use #'ignore for :validate and :mouse-down-action.
15985         (checkbox): Add help-echo.
15986         (widget-sexp-validate): Rewritten to clarify error messages.
15987         (character): Use char-valid-p in :match function.
15988         (widget-color-complete): Use facemenu-color-alist.
15989         (widget-color-action): Use facemenu-read-color.
15991         * emacs-lisp/cl-macs.el: Don't bother testing for defalias.  Don't
15992         set up `caar' &c that we now have.
15994 2000-02-09  Ray Blaak  <blaak@gnu.org>
15996         * delphi.el: Make resourcestring a declaration region, like const
15997         and var.
15999 2000-02-09  Dave Love  <fx@gnu.org>
16001         * bindings.el (mode-line-input-method-map): New variable.
16002         (mode-line-mule-info): Use it; fix last change.
16003         (mode-line-mode-menu): Move definition.
16004         (mode-line-mouse-sensitive-p): Deleted.
16005         (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
16006         (make-mode-line-mouse-sensitive): Deleted.  Body moved to top
16007         level.
16009         * startup.el (command-line-1): Don't call
16010         make-mode-line-mouse-sensitive.
16012 2000-02-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
16014         * mail/rmail.el (rmail-retry-failure): Use
16015         rmail-beginning-of-message before rmail-toggle-header, because the
16016         former toggles headers.
16018 2000-02-06  Stefan Monnier  <monnier@cs.yale.edu>
16020         * diff-mode.el (diff-kill-junk): New interactive function.
16021         (diff-reverse-direction): Use delete-and-extract-region.
16022         (diff-post-command-hook): Restrict the area so that the hook also works
16023         outside of any diff hunk.  This is necessary for the minor-mode.
16024         (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
16025         (diff-minor-mode): Setup the hooks for header-hunk rewriting.
16027         * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
16028         (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
16029         so that it can be used more easily in <foo>-mode-hook.  Also make sure
16030         to avoid duplicate entries.
16031         (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
16032         (font-lock-remove-keywords): Just as was done for `add', allow it to
16033         work even if font-lock-mode is nil.  Also make sure we don't modify
16034         any pre-existing list by forcing a copy-sequence.  Finally rename
16035         `major-mode' to `mode'.
16036         (font-lock-fontify-syntactic-anchored-keywords)
16037         (font-lock-fontify-anchored-keywords)
16038         (font-lock-fontify-keywords-region): Use line-end-position.
16039         Don't make `font-lock-multiline' local (it's now done in
16040         font-lock-set-defaults).
16041         (font-lock-set-defaults): Make `font-lock-multiline' local.  Also
16042         move the `font-lock-fontified' creation to inside the `unless'.
16044 2000-02-06  Andrew Innes  <andrewi@gnu.org>
16046         * term/w32-win.el (x-handle-args): Comment out call to message,
16047         which occurs before window system is initialized.
16049         * makefile.nt: Add support for recompiling lisp code.
16051 2000-02-04  Dave Love  <fx@gnu.org>
16053         * bindings.el (mode-line-mule-info): Fix/extend last change.
16055         * completion.el: Replace completion-dolist with dolist.
16057         * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
16058         dotimes.
16060 2000-02-04  Carsten Dominik  <dominik@strw.leidenuniv.nl>
16062         * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
16063         environment names before they go into the section regexp.
16065         * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
16066         char class in regexp.
16068         * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
16069         `case-fold-search' to nil.
16071         * progmodes/idlwave.el (idlwave-template): Respect
16072         `idlwave-abbrev-change-case'.
16073         (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
16074         idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
16075         idlwave-while): respect `idlwave-reserved-word-upcase'.
16076         (idlwave-rw-case): New function.
16077         (idlwave-statement-match): Fixed problem with assignment regexp.
16078         (idlwave-font-lock-keywords): Improved regexp for keyword
16079         parameters.
16080         (idlwave-surround): New argument LENGTH to support padding of
16081         operators longer than 1 char.
16083         * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
16084         idlwave-shell-expression-overlay.  Implemented printing of
16085         expressions on higher levels of the calling stack.
16086         (idlwave-shell-display-level-in-calling-stack): Restore stack
16087         level.
16088         (idlwave-retrieve-expression-from-level): New function.
16089         (idlwave-shell-last-calling-stack): Variable removed.
16090         (idlwave-shell-reset): Argument action reversed (`visible' to
16091         `hidden').  Also remove stop-line overlay.
16092         (idlwave-shell-calling-stack-routine): New variable.
16093         (idlwave-shell-parse-stack-and-display): Messages now display
16094         negative level numbers.
16095         (idlwave-shell-mode): Set `modeline-format'.
16096         (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
16097         (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
16098         21.
16099         (idlwave-shell-print-expression-function): New option.
16101         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
16102         idlwave-toolbar-remove-everywhere): Keybindings prefix is now
16103         `tool-bar' instead of `toolbar'.
16105 2000-02-02  Dave Love  <fx@gnu.org>
16107         * emacs-lisp/cl.el: Use bytecomp-load-hook, not
16108         emacs-lisp-mode-hook.  Don't check for defalias being defined.
16110         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
16111         (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.  Use
16112         the new builtins directly.
16114         * whitespace.el (whitespace): Add :version to defgroup.
16116         * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
16117         Doc fix.
16119         * thingatpt.el (sexp-at-point, symbol-at-point)
16120         (number-at-point, list-at-point): Add autoload cookie.
16122         * recentf.el (recentf): Add :version to defgroup.
16124         * quickurl.el (quickurl): Add :version to defgroup.
16126         * elide-head.el (elide-head): Use point-marker more.
16128         * bs.el (bs): Add :version to defgroup.
16130         * autorevert.el (global-auto-revert-mode): Add autoload cookie.
16132         * progmodes/delphi.el (delphi): Add :version to defgroup.
16134 2000-02-02  Gerd Moellmann  <gerd@gnu.org>
16136         * ange-ftp.el (ange-ftp-write-region): Handle case that
16137         succeeding process operation sets a different coding system.
16139         * calculator.el: New file.
16141 2000-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
16143         * frame.el (frames-on-display-list, framep-on-display): New
16144         functions.
16145         (display-mouse-p, display-popup-menus-p, display-graphic-p)
16146         (display-selections-p, display-screens, display-pixel-width)
16147         (display-pixel-height, display-mm-width, display-mm-height)
16148         (display-backing-store, display-save-under, display-planes)
16149         (display-color-cells, display-visual-class): New functions.
16151         * term/tty-colors.el (tty-color-gray-shades): New function.
16153         * faces.el (display-color-p): Use framep-on-display.
16154         (display-grayscale-p): New function.
16156 2000-01-31  Dave Love  <fx@gnu.org>
16158         * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
16159         (create-fontset-from-x-resource): Don't concat integers.
16161 2000-01-31  Inge Frick  <inge@nada.kth.se>
16163         * view.el: Some changes in documentation.  Removed some trailing
16164         whitespace. Changed some parameter names to agree with
16165         documentation.
16166         (view-mode-exit): Keep entry in `view-return-to-alist' only when a
16167         window is not deleted.  Modifies change 1998-04-26.
16169 2000-01-31  Gerd Moellmann  <gerd@gnu.org>
16171         * windmove.el: New file.
16173         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
16174         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
16175         progmodes/ebnf-yac.el: Update copyright and license info.
16177         * jit-lock.el (jit-lock-function): Widen before calculating end
16178         position.
16179         (jit-lock-stealth-chunk-start): Rewritten.
16181         * info.el (Info-title-face-alist): Removed.
16182         (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
16183         faces.
16184         (Info-fontify-node): Use these faces.
16186 2000-01-30  Gerd Moellmann  <gerd@gnu.org>
16188         * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
16189         (cl-macro-list1): Recognize `&allow-other-keys' instead of
16190         `&allow-other-keywords'.
16192         * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
16193         the list of directories scanned heuristically.
16195         * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
16196         exist.
16198 2000-01-30  Jason Rumney  <jasonr@gnu.org>
16200         * w32-fns.el: Define w32-tty-standard-colors.
16202         * startup.el (command-line): Use w32-tty-standard-colors when in
16203         w32 console mode.
16205 2000-01-30  Dave Love  <fx@gnu.org>
16207         * jka-compr.el (jka-compr-load): Fix up load-history.
16209         * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
16211         * emacs-lisp/cl-macs.el: Revert previous change.
16213 2000-01-29  Dave Love  <fx@gnu.org>
16215         * facemenu.el: Purecopy various strings.
16217         * timezone.el (timezone-fix-time): Window against 69 for two-digit
16218         years.  Deal with three-digit years.
16220         * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
16221         defconst, purecopy.
16222         (help-back-label): Purecopy it.
16224 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
16226         * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
16227         variable. If non-nil, order the buffer list according to the
16228         currently selected frame.
16229         (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
16230         non-nil, pass the selected frame to function buffer-list.
16232 2000-01-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
16234         * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
16236 2000-01-28  Dave Love  <fx@gnu.org>
16238         * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
16240         * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
16241         Don't use lisp-indent-hook property.
16242         (cl-abs): Remove.
16244         * subr.el: Move out indent and edebug specs for when and unless.
16246         * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
16247         when, unless.
16249         * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
16250         unless, when.
16252 2000-01-28  Gerd Moellmann  <gerd@gnu.org>
16254         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
16255         `collecting' as synonym for `collect'.
16257         * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
16258         for the case it contains spaces.
16260         * simple.el (what-cursor-position): Change formatting of
16261         messages.
16263         * frame.el (delete-other-frames): New function.
16264         (toplevel): Bind it to C-x 5 1.
16266         * sort.el (sort-numeric-base): New option.
16267         (sort-numeric-fields): If number starts with `0' or `0[xX[',
16268         interpret it as octal or hexadecimal.  Use sort-numeric-base
16269         as default base.
16271         * progmodes/glasses.el: New file.
16273 2000-01-27  Gerd Moellmann  <gerd@gnu.org>
16275         * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
16276         userids differently.
16278         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
16279         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
16280         progmodes/ebnf-yac.el: New files.
16282 2000-01-26  Dave Love  <fx@gnu.org>
16284         * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
16285         on a function with an empty body.  [From Eric Ludlam.]
16287 2000-01-25  Andre Spiegel  <spiegel@gnu.org>
16289         * vc.el (vc-version-diff): Make sure file name is expanded.
16291 2000-01-25  Gerd Moellmann  <gerd@gnu.org>
16293         * scroll-bar.el (scroll-bar-timer): Variable removed.
16294         (scroll-bar-toolkit-scroll): Don't use a timer.
16296 2000-01-25  Kenichi Handa  <handa@etl.go.jp>
16298         * language/thai-util.el (thai-composition-function): Delete
16299         superfluous `a'.
16301 2000-01-24  Dave Love  <fx@gnu.org>
16303         * fortran.el (fortran-mode): Use beginning-of-defun-function,
16304         end-of-defun-function.
16306         * font-lock.el (turn-on-font-lock): Don't depend on window-system
16307         &c.
16309 2000-01-22  Jason Rumney  <jasonr@gnu.org>
16311         * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
16312         conflicts with new face support.
16314 2000-01-22  Richard M. Stallman  <rms@gnu.org>
16316         * replace.el (query-replace): Rename last arg to DELIMITED.
16317         (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
16318         (query-replace-regexp): Likewise.
16320 2000-01-20  Richard M. Stallman  <rms@gnu.org>
16322         * subr.el (with-syntax-table): Use make-symbol, not gensym.
16324         * emacs-lisp/lisp.el (beginning-of-defun-function):
16325         Variable renamed from beginning-of-defun.
16326         Do not call make-variable-buffer-local.
16327         (beginning-of-defun-raw): Use new variable name; doc fix.
16328         (beginning-of-defun): Doc fix.
16329         (end-of-defun-function): Variable renamed from end-of-defun.
16330         Do not call make-variable-buffer-local.
16331         (end-of-defun): Use new variable name; doc fix.
16333         * subr.el (dolist, dotimes): Copied from cl-macs.el
16334         and made to work.
16336         * mail/undigest.el (rmail-digest-end-regexps):
16337         Variable replaces rmail-digest-end-regexp.
16338         Allows multiple regexps for detecting the end line.
16339         (undigestify-rmail-message): Corresponding changes.
16341 2000-01-19  Dave Love  <fx@gnu.org>
16343         * files.el (user-init-file): Don't declare here -- is primitive.
16345         * startup.el (command-line): Check for compiled user-init-file and
16346         set to uncompiled version if necessary.
16348 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
16350         * mail/undigest.el (rmail-digest-end-regexp): New user option.
16351         (undigestify-rmail-message): Use it.
16353         * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
16355 2000-01-17  Gerd Moellmann  <gerd@gnu.org>
16357         * tmm.el (tmm-goto-completions): Adapt to prompt being part
16358         of mini-buffer.
16360 2000-01-14  Gerd Moellmann  <gerd@gnu.org>
16362         * emacs-lisp/copyright.el (copyright-update): Removed the
16363         requirement for a trailing space from `copyright-regexp', to
16364         support copyrights with owner specified on a separate line..
16366         * align.el: New file.
16368         * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
16370         * net/eudc.el (toplevel): Define EUDC menu for Emacs.
16372 2000-01-13  Dave Love  <fx@gnu.org>
16374         * ph.el: Removed.  (Obsoleted by EUDC.)
16376 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
16378         * net/eudc.el (toplevel): Remove autoloaded code installing
16379         menu with easymenu, because that causes build problems.
16381         * frame.el (frame-notice-user-settings): New variable.
16382         (frame-notice-user-settings): Don't modify frame parameters
16383         if called a second time.
16385 2000-01-13  Richard M. Stallman  <rms@gnu.org>
16387         * frame.el (frame-notice-user-settings):
16388         Notice default-frame-parameters even for non-window frames.
16390 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
16392         * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
16393         for Emacs.
16394         (eudc-bob-can-display-inline-images): Extend for Emacs.
16395         (eudc-bob-toggle-inline-display): Ditto.
16396         (eudc-bob-display-jpeg): Ditto.
16398 2000-01-12  Gerd Moellmann  <gerd@gnu.org>
16400         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
16401         net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
16402         net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
16404         * add-log.el (add-change-log-entry): Fix error trying an `(insert
16405         nil)'.
16407         * subdirs.el: Add `net' directory.
16409         * net: New directory.
16411         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
16412         eval-last-sexp.  Don't bind debug-on-error here.
16413         (eval-last-sexp): New function.  Bind debug-on-error if
16414         eval-expression-debug-on-error is non-nil.
16415         (eval-defun-2, eval-defun): Likewise.
16417         * simple.el (eval-expression): Don't bind debug-on-error if
16418         eval-expression-debug-on-error is nil.  Detect changed
16419         debug-on-error, and propagate new value to global binding, if
16420         eval-expression-debug-on-error is non-nil,
16421         (eval-expression-debug-on-error): Change doc string.
16423 2000-01-11  Richard M. Stallman  <rms@gnu.org>
16425         * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
16427         * emacs-lisp/lisp-mode.el (with-syntax-table):
16428         Set up lisp-indent-function property.
16430         * subr.el (with-syntax-table): Moved from simple.el.
16432         * simple.el (with-syntax-table): Moved to subr.el.
16434 2000-01-11  Gerd Moellmann  <gerd@gnu.org>
16436         * tmm.el (tmm-shortcut): Delete region after prompt instead
16437         of erasing buffer.
16439         * textmodes/fill.el (fill-common-string-prefix): New function.
16440         (fill-context-prefix): Use the longest common prefix of first
16441         and second line fill prefix, if there is one.
16443 2000-01-11  Richard M. Stallman  <rms@gnu.org>
16445         * array.el (array-mode): Don't use make-variable-buffer-local.
16446         Use make-local-variable for `truncate-lines'.
16448 2000-01-11  Jari Aalto  <jari.aalto@poboxes.com>
16450         * add-log.el (add-log-current-defun): Handle user-defined
16451         add-log-current-function returning nil,
16453         * add-log.el (add-change-log-entry): Insert version number
16454         if having found a current function
16456         * add-log.el (add-log-current-defun): Call
16457         `add-log-current-defun-function'.  Try matches at level 0 and
16458         level 1.  Strip whitespace from defun found.
16460 2000-01-10  John Wiegley  <johnw@gnu.org>
16462         * allout.el (isearch-done/outline-provisions): Added `edit'
16463         argument to correspond with the current definition of
16464         `isearch-done'.
16466 2000-01-10  Dave Love  <fx@gnu.org>
16468         * elide-head.el (elide-head): Use point-marker, not point.
16470 2000-01-10  Gerd Moellmann  <gerd@gnu.org>
16472         * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
16473         before and after the year 2000.
16475         * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
16476         Add ispell- prefix.
16478 2000-01-10  Ken Stevens  <k.stevens@ieee.org>
16480         * ispell.el:  Only define dictionaries in menus when they exist.
16481         (version18p): New variable.
16482         (version20p): New variable.
16483         (xemacsp): New variable.
16484         (ispell-choices-win-default-height): Fix for XEmacs visibility.
16485         (ispell-dictionary-alist1): Added Brasileiro dictionary.
16486         (ispell-dictionary-alist6): Russian command lines no longer accept
16487         run-together words.
16488         (ispell-local-dictionary-alist): Add koi8-r to customize definition.
16489         (ispell-dictionary-alist): Add koi8-r to customize definition.
16490         (check-ispell-version): Added documentation string.  Returns
16491         library path when called non-interactively.
16492         (ispell-menu-map-needed): Uses new variables.
16493         (ispell-library-path): New variable.
16494         (ispell-decode-string): XEmacs fix for bogus variable bindings.
16495         (ispell-word): Improved documentation string.  Test for valid
16496         character mappings.  Correctly check typed in word changes that can
16497         result in single words split into multiple words.  Returns
16498         replacement word.
16499         (ispell-command-loop): Fixes XEmacs display bugs.  Show word to
16500         replace in recursive query replace mode.  Help message for
16501         recursive edit mode.
16502         (ispell-show-choices): Protect against bad framepop bindings.
16503         (ispell-help): Fix to work with XEmacs.
16504         (ispell-highlight-spelling-error): Use new variables.
16505         (ispell-overlay-window): Fix to work with XEmacs.
16506         (ispell-parse-output): Passed and returns location information
16507         tracking spelling corrections.  Doesn't recheck same word on
16508         current line.
16509         (ispell-init-process): Protect against bogus XEmacs variable binding.
16510         Fix call to single argument in sleep-for.  Use new variables.
16511         (ispell-region): Passed and returns location information tracking
16512         spelling corrections.  Doesn't check same word on current line.
16513         Improved documentation string.  Doesn't resend a line already
16514         checked to the ispell process - fixes bug in LaTeX parsing.
16515         (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
16516         (ispell-skip-region): No longer skips <TT> in SGML.
16517         (ispell-process-line): Tracks location information with spelling
16518         corrections.  Added documentation string.  Accounts for words
16519         already accepted on this line.  Don't allow query-replace on line
16520         starting with math characters.  Doesn't resend a line already sent
16521         to ispell process.  Fixes alignment error bug.
16523 2000-01-10  Richard M. Stallman  <rms@gnu.org>
16525         * dired-x.el (dired-guess-shell-alist-default):
16526         Suggest xloadimage, which is free, not xv, which isn't.
16528         * ange-ftp.el (ange-ftp-file-name-nondirectory):
16529         Don't ever include the host name or user name in the value.
16531 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
16533         * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
16534         of a real newline.
16536 2000-01-09  Stephen Eglen  <stephen@gnu.org>
16538         * dired-x.el (dired-guess-shell-alist-default): Suggest xv
16539         for .png files.
16541 2000-01-09  Per Abrahamsen  <abraham@dina.kvl.dk>
16543         * cus-edit.el (custom-hook-convert-widget): Fix comment.
16545 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
16547         * progmodes/cperl-mode.el: Replace ^F with ^L.
16549         * sendmail.el (toplevel): Provide `sendmail' when compiling
16550         before `require'ing rmail and mailalias to prevent infinite
16551         recursion.
16553 2000-01-08  Dave Love  <fx@gnu.org>
16555         * emacs-lisp/backquote.el: Remove inappropriate customization
16556         (allowing custom.el to use backquote).
16558 2000-01-07  Dave Love  <fx@gnu.org>
16560         * add-log.el (add-log-debugging): Deleted.
16561         (add-change-log-entry): Treat a backup FILE-NAME as its parent
16562         file.  Remove debugging code.
16563         (change-log-get-method-definition, change-log-name): Add doc.
16564         (change-log-sortable-date-at): New function.
16565         (change-log-merge): New command.
16567         * time.el (display-time-string-forms): Make the Mail string active.
16568         (display-time-update): Provide help-echo for load average.
16570         * bindings.el (make-mode-line-mouse2-map): New function.
16571         (mode-line-modified): Use it and simplify.
16572         (mode-line-mule-info): Provide help-echo info.
16573         (minor-mode-alist): Activate the strings.
16574         (make-mode-line-mouse-sensitive): Simplify for
16575         mode-line-buffer-identification.
16577 2000-01-07  Gerd Moellmann  <gerd@gnu.org>
16579         * play/pong.el: New file.
16581 2000-01-06  Dave Love  <fx@gnu.org>
16583         * array.el: Assorted cleanups for compiler warnings, doc strings,
16584         `array-' prefix for symbols.
16586 2000-01-05  Dave Love  <fx@gnu.org>
16588         * textmodes/outline.el (outline-mode-menu-bar-map): Add
16589         outline-headers-as-kill.
16590         (outline-mode): Define imenu-generic-expression.
16591         (outline-headers-as-kill): New command.
16593         * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
16594         from paragraph-start.
16595         (paragraph-indent-minor-mode): New command.
16597         * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
16598         M-C-e, M-C-h, C-j, C-xnd, TAB.
16599         (fortran-mode): Set beginning-of-defun, end-of-defun.
16600         (fortran-column-ruler): Simplify.
16601         (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
16602         (fortran-with-subprogram-narrowing): Likewise.
16603         (fortran-indent-subprogram): Call mark-defun.
16604         (fortran-check-for-matching-do): Change narrowing.
16606         * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
16607         (cl-lucid-hash-tag): Delete.
16608         (cl-hash-table-p): Correct test for native table.
16609         (cl-hash-table-count): Use hash-table-count.
16611         * browse-url.el (browse-url): Fix case of
16612         browse-url-browser-function being an alist.
16614 2000-01-05  Carsten Dominik  <cd@gnu.org>
16616         * textmodes/reftex-vars.el (reftex-parse-file-extension)
16617         (reftex-index-phrase-file-extension): New options.
16619         * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
16620         Use new option `reftex-index-phrase-file-extension'.
16622         * textmodes/reftex.el (reftex-access-parse-file): Use new option
16623         `reftex-parse-file-extension'.
16625 2000-01-05  Dave Love  <fx@gnu.org>
16627         * emacs-lisp/lisp.el (beginning-of-defun): New variable.
16628         (beginning-of-defun-raw): Use it.
16629         (end-of-defun): New variable.
16630         (end-of-defun): Use it.
16631         (check-parens): New command.
16633 2000-01-05  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
16635         * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
16636         (hs-show-block): Don't use `mapcar' when not accumulating.
16638         Fix buglet in local variables initialization.
16640 2000-01-05  Andreas Schwab  <schwab@suse.de>
16642         * hscroll.el (hscroll): Doc fix.
16644 2000-01-05  Carsten Dominik  <cd@gnu.org>
16646         * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
16647         idlw-toolbar.
16649         * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
16650         file idlw-rinfo.el.
16651         (idlwave-customize): load must read file idlw-shell.el.
16652         (idlwave-create-customize-menu): load must read file idlw-shell.el.
16654 2000-01-05  Carsten Dominik  <dominik@astro.uva.nl>
16656         * progmodes/idlw-shell.el: Also provide idlwave-shell
16657         * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
16658         * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
16660         * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
16661         both reftex-dcr and reftex-vcr.
16663         * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
16665 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
16667         * ps-print.el: PostScript code now is in separate files, doc fix.
16668         (ps-print-version): New version number (5.0.3).
16669         (ps-header-lines, ps-left-header, ps-right-header): No more buffer
16670         local.
16671         (ps-spool-config): Initialization fix.
16672         (ps-print-prologue-1, ps-print-prologue-2)
16673         (ps-print-duplex-feature): PostScript code moved to separated file.
16674         (ps-background-image): Little code reformating.
16675         (ps-begin-file, ps-begin-job): Fix code.
16676         (ps-postscript-code-directory, ps-mark-code-directory): New vars.
16677         (ps-prologue-file): New fun.
16679 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
16681         * ps-vars.el: Eliminated.
16683         * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
16684         `;;;###autoload'.
16686         * ps-print.el: ps-vars eliminated, doc fix.
16687         (ps-print-version): New version number (5.0.2).
16688         (ps-spool-config): Initialization fix.
16689         (ps-print-customize): New fun.
16691 2000-01-04  Gerd Moellmann  <gerd@gnu.org>
16693         * autorevert.el (auto-revert-mode): Return value of
16694         auto-revert-mode.
16696 2000-01-04  Dave Love  <fx@gnu.org>
16698         * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
16699         menu items.
16701 2000-01-03  Dave Love  <fx@gnu.org>
16703         * elide-head.el (elide-head) [defgroup]: Add :version.
16705         * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
16706         (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
16707         `cl-hash-table-p', not `hash-table-p'.
16708         (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
16710 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
16712         * faces.el (face-read-integer, read-face-attribute)
16713         (color-defined-p, color-values): unspecified-{f,b}g are now
16714         strings.
16716 2000-01-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
16718         * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
16719         at comment end, and re-insert them after filling.
16721 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
16723         * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
16724         * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
16725         progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
16727 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
16729         * term/x-win.el (xw-defined-colors): Call color-supported-p,
16730         the new name of face-color-supported-p.
16732         * term/w32-win.el (xw-defined-colors): Likewise.
16734 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
16736         * simple.el (completion-setup-function): Count completion-size
16737         from minibuffer-prompt-end, not from point-min.
16739 2000-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
16741         * faces.el (read-face-attribute, defined-colors, color-defined-p):
16742         Pass the frame to tty-color-* functions.
16743         (display-color-p, frame-set-background-mode): Pass the frame to
16744         tty-display-color-p.
16746         * term/tty-colors.el (tty-defined-color-alist): Renamed from
16747         tty-color-alist.
16748         (tty-color-alist, tty-modify-color-alist): New functions.
16749         (tty-color-define,  tty-color-clear, tty-color-approximate)
16750         (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
16751         an optional parameter FRAME.
16753 2000-01-01  Gerd Moellmann  <gerd@gnu.org>
16755         * image.el (create-image, defimage): Don't assume image data is a
16756         string.
16758         * image.el (defimage): Handle specifications containing :data
16759         instead of :file.
16760         (image-type-from-data): New function.
16761         (image-type-from-file-header): Use it.
16762         (create-image): Add parameter DATA-P.
16764 See ChangeLog.8 for earlier changes.
16766 ;; Local Variables:
16767 ;; coding: iso-2022-7bit
16768 ;; End: