(Finding Overlays): Fix example code.
[emacs.git] / lisp / ChangeLog
blob3516ae019d7632b4cf8d1fef40599dfcf1125e0a
1 2001-04-03  Eli Zaretskii  <eliz@is.elta.co.il>
3         * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
4         region, position point on the first or last 16-byte group.
5         (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
6         and hexl-end-of-buffer.  Bind End and Home to hexl-end-of-line and
7         hexl-beginning-of-line.
9 2001-04-03  Gerd Moellmann  <gerd@gnu.org>
11         * startup.el (fancy-splash-head): Use splash8.xpm for color
12         depth 8.
14         * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice): Add
15         an antry for ``converts''.
17         * language/slovak.el ("Slovak"): Add documentation string.  From
18         Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
20         * language/czech.el ("Czech"): Add documentation string.
21         From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
23         * ps-mule.el (ps-mule-font-info-database-bdf): Change
24         `isci24-etl.bdf' to `isci24-mule.bdf'.  From: Kenichi Handa
25         <handa@etl.go.jp>.
27 2001-04-02  Eli Zaretskii  <eliz@is.elta.co.il>
29         * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
30         last change.
32 2001-04-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
34         * ps-print.el: Line and paragraph spacing feature.  Region to cut
35         out when printing.  Doc fix.
36         (ps-print-version): New version number (6.5).
37         (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp): New
38         vars.  Line and paragraph spacing feature.
39         (ps-begin-cut-regexp, ps-end-cut-regexp): New vars.  Region to cut
40         out when printing.
41         (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
42         (ps-get-font-size, ps-begin-job, ps-continue-line)
43         (ps-plot-region): Code fix.
44         (ps-print-prologue-2): Var eliminated.
45         (ps-line-spacing-internal, ps-paragraph-spacing-internal): New
46         internal vars.
47         (ps-get-size): New fun.
48         (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
49         (ps-next-line): Replace defun by defsubst.
50         (ps-mule-plot-string): Autoload doc fix.
52         * ps-bdf.el: XEmacs compatibility.  Doc fix.
53         (installation-directory, coding-system-for-read): Declare vars if
54         it's not declared yet.
55         (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
57         * ps-mule.el: XEmacs compatibility.  Doc fix.
58         (leading-code-private-22): Declare var if it's not declared yet.
59         (charset-bytes, charset-dimension, charset-id, charset-width)
60         (find-charset-region, split-char, char-width, chars-in-region)
61         (forward-point, decompose-composite-char, encode-coding-string)
62         (coding-system-p, ccl-execute-on-string, define-ccl-program):
63         Define funs if not defined yet.
64         (encode-composition-rule, find-composition): Define funs if not
65         loaded yet.
66         (ps-mule-prologue): PostScript code fix.
68 2001-04-02  Kenichi Handa  <handa@etl.go.jp>
70         * ps-mule.el (ps-mule-generate-font): New arg HEADER-P.  If it is
71         non-nil, generate font for the header strings.
72         (ps-mule-prepare-font): Likewise.
73         (ps-mule-generate-glyphs): Likewise.
74         (ps-mule-string-encoding): Likewise.
75         (ps-mule-header-charsets): New variable.
76         (ps-mule-encode-header-string): New function.
77         (ps-mule-header-string-charsets): New function.
78         (ps-mule-begin-job): Check charsets in the header strings.  If there
79         are non-ASCII and non-Latin1 charsets, prepare fonts for them.
81         * ps-print.el (ps-generate-header-line): Encode the header string by
82         ps-mule-encode-header-string.
83         (ps-mule-encode-header-string): Declare autoload.
85 2001-04-02  Gerd Moellmann  <gerd@gnu.org>
87         * frame.el (cursor-in-non-selected-windows): Replaces
88         show-cursor-in-non-selected-windows.
90 2001-03-31  Kenichi Handa  <handa@etl.go.jp>
92         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
93         Delete entries for "chinese-py" and "chinese-ziranma".
94         (quail-misc-package-ext-info): New variable. 
95         (tsang-quick-converter): New function.
96         (tsang-b5-converter, quick-b5-converter, tsang-cns-converter) 
97         (quick-cns-converter, py-converter, ziranma-converter) 
98         (miscdic-convert, batch-miscdic-convert): New functions.
100 2001-03-30  Kenichi Handa  <handa@etl.go.jp>
102         * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
103         eight-bit-control chars.
105         * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
106         Reduce making temporary vector (suggested by Dave Love).
108 2001-03-30  Eli Zaretskii  <eliz@is.elta.co.il>
110         * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
111         string as well.
113 2001-03-30  Andreas Schwab  <schwab@suse.de>
115         * files.el (backup-directory-alist): Fix typo.
117 2001-03-30  Eli Zaretskii  <eliz@is.elta.co.il>
119         * time-stamp.el (time-stamp-format): Doc fix.  From Paul Eggert
120         <eggert@twinsun.com>.
122 2001-03-30  Dave Love  <fx@gnu.org>
124         * progmodes/fortran.el (fortran-comment-region): Fix typo.
126 2001-03-30  Eli Zaretskii  <eliz@is.elta.co.il>
128         * simple.el (transient-mark-mode): Mention C-g in the doc string.
130 2001-03-30  Miles Bader  <miles@gnu.org>
132         * subr.el (interactive-form): Fix paren typo.
134 2001-03-29  Eli Zaretskii  <eliz@is.elta.co.il>
136         * emacs-lisp/profile.el: Say that it's obsolete in the header
137         line, so that finder.el puts that into its data-base.
138         Suggested by Alex Schroeder <alex@gnu.org>.
140 2001-03-29  Paul Eggert  <eggert@twinsun.com>
142         * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
143         LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
145 2001-03-29  Stefan Monnier  <monnier@cs.yale.edu>
147         * generic.el (generic-mode-set-comments): Use "" rather than nil
148         for comment-end.
150 2001-03-29  Gerd Moellmann  <gerd@gnu.org>
152         * emacs-lisp/advice.el (ad-make-advised-definition):
153         Call interactive-form to obtain the interactive spec of subrs.
155         * subr.el (interactive-form): New function.
157 2001-03-29  Andre Spiegel  <spiegel@gnu.org>
159         * vc-sccs.el (vc-sccs-register): Use relative file names.
161 2001-03-28  Gerd Moellmann  <gerd@gnu.org>
163         * bookmark.el (bookmark-get-bookmark): Handle case that
164         BOOKMARK is not a string.
166         * image.el (image-type-regexps): Change type for PS files
167         to `postscript'.
169         * subr.el (read-passwd): Clear command history after each
170         character entered.  From: Stephen Gildea <gildea@alum.mit.edu>.
172 2001-03-27  Kenichi Handa  <handa@etl.go.jp>
174         * international/kkc.el (kkc-save-init-file): Locally bind
175         print-length to nil.
177 2001-03-26  Gerd Moellmann  <gerd@gnu.org>
179         * textmodes/flyspell.el: Some doc fixes.
180         (flyspell-maybe-correct-transposition)
181         (flyspell-maybe-correct-doubling): Use a temporary buffer
183         * textmodes/ispell.el (ispell-parse-output): Doc fix.
185         * emacs-lisp/byte-opt.el (byte-optimize-while)
186         (byte-optimize-form-code-walker): Diagnose too few arguments
187         for `if' and `while'.
189 2001-03-26  Kenichi Handa  <handa@etl.go.jp>
191         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
192         Prepend `\' to "\<quail-translation-docstring>".
194 2001-03-26  Gerd Moellmann  <gerd@gnu.org>
196         * autorevert.el (global-auto-revert-non-file-buffers):
197         Remove duplicate defcustom.
199 2001-03-26  Miles Bader  <miles@gnu.org>
201         * international/latin1-disp.el (latin1-char-displayable-p):
202         Add leading "-" for X font pattern.
204 2001-03-26  Kenichi Handa  <handa@etl.go.jp>
206         * international/mule-diag.el (describe-coding-system):
207         For raw-text and emacs-mule, don't add anymore text about what
208         charsets they can encode.
210 2001-03-25  Eli Zaretskii  <eliz@is.elta.co.il>
212         * help.el (view-lossage): Mention open-dribble-file in the doc
213         string.  Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
215 2001-03-23  Stefan Monnier  <monnier@cs.yale.edu>
217         * skeleton.el (skeleton-internal-list): Fix bogus logic.
218         (skeleton-pair-insert-maybe): Don't pair after a backslash.
220 2001-03-23  Kenichi Handa  <handa@etl.go.jp>
222         * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
223         Call ccl-execute-on-string directly so that CCL program handling
224         multibyte sequence can work correctly.
225         (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
226         property of the coding system.
228 2001-03-23  Stefan Monnier  <monnier@cs.yale.edu>
230         * textmodes/fill.el (fill-individual-paragraphs-prefix):
231         Fix transcription typo.
233 2001-03-22  Rajesh Vaidheeswarran  <rv@gnu.org>
235         * whitespace.el: Add buffer local variables to toggle testing of
236         whitespaces in buffers without affecting the default values.
237         Bump version to 3.0 to account for a few other changes.
238         (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
239         (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
240         (whitespace-toggle-spacetab-check): New functions.
242 2001-03-21  Stefan Monnier  <monnier@cs.yale.edu>
244         * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
246 2001-03-21  Gerd Moellmann  <gerd@gnu.org>
248         * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
249         bs-cycle-configuration-name.  From Juanma Barranquero
250         <lektu@uol.com.br>.
252         * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
253         and cc-vars.el.
255         * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
256         headers.  Always invoke sendmail with option -t.
258 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
260         * Release of cc-mode 5.28.
262 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
264         * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
265         Removed the hardcoded switch to "java" style in Java mode.
266         It's instead taken care of by the default value for c-default-style.
268 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
270         * cc-align.el (c-lineup-math): Fix bug where lineup was
271         triggered by equal signs in string literals.
273 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
275         * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
276         limit detection when at the ends of the buffer.
278         * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
279         "for" statement clause in case 7F; a better one is done
280         earlier in case 7D anyway.
282 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
284         * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
285         somewhat more and did a small optimization.
287 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
289         * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
290         Use the limit argument only to limit the syntactic context
291         search, not to limit the actual movement.
293         * cc-cmds.el (c-beginning-of-statement): Move by sentence
294         inside multiline strings, just like in comments.  Also various
295         fixes to the paragraph and comment prefix recognition, block
296         comment ender handling etc.
298 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
300         * cc-cmds.el (c-fill-paragraph): Take more care to preserve
301         the relative position of the point.
303         * cc-cmds.el (c-electric-continued-statement): New function to
304         use as abbrev hook to reindent for keywords such as "else"
305         that continues an earlier statement.
307         * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
308         like classes.
310         * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
311         (pike-mode): Populate the default abbrev tables to reindent for
312         keywords such as "else" that can continue earlier statements.
313         Abbrev mode is therefore turned on by default now.  (Note that
314         this doesn't apply to idl-mode, since IDL afaik doesn't have
315         statements at all.)
317 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
319         * cc-engine.el (c-inside-bracelist-p): Fix for handling
320         bracelists where the declaration contains template arguments.
322 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
324         * cc-cmds.el (c-comment-indent):
325         Use `c-get-syntactic-indentation' to correctly calculate the
326         syntactic indentation.  Fixes bug with lineup functions that
327         return vectors.
329         * cc-engine.el (c-get-syntactic-indentation): Split the
330         indentation sum calculation from `c-indent-line' to a separate
331         function.
333 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
335         * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
336         Fixed places where it was assumed that preprocessor directives
337         have to start in column zero.
339         * cc-engine.el (c-beginning-of-member-init-list): Handle C++
340         template arguments after a class identifier properly.
342         * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
343         lists for `new Foo[]' constructs in Java as expressions and
344         not top level definition brace lists on the top level, so that
345         they'll get indented consistently with the same type of
346         expression in a normal block.
348 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
350         * cc-cmds.el (c-fill-paragraph): The kludge that checks
351         whether the adaptive filling package fails to keep the comment
352         prefix is now kludged further to check for filladapt-mode
353         which doesn't have that problem. This is really icky, but it's
354         the only way that works with the current misfeatures/bugs in
355         both adaptive-fill-mode and filladapt-mode.
357         * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
358         around point is recognized more robust.
360 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
362         * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
363         (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
364         (c-lit-type): Fixed all internal variables used dynamically so
365         that they are always bound.
367         * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
368         errors:
370         (c-indent-region): Fixed reporting of syntactic errors so that
371         the region is fully reindented even when an error occurs.
372         The last syntactic error is printed afterwards.  Also cleanup up a
373         whole lot of code that tried to optimize indentation of whole
374         sexps but in reality accomplishes nothing.
376         (c-indent-sexp): Use c-indent-region.
378         (c-parsing-error): Changed this variable to hold the message
379         for any syntactic error that is discovered.
381         (c-parse-state): Search backward from point instead of the bod
382         position when the latter is invalid.  This makes CC Mode
383         recover faster when there are unbalanced close braces.
385         (c-backward-to-start-of-if): Use c-parsing-error to report
386         dangling "else" clauses instead of throwing an error, and fall
387         back to a reasonable position.
389         (c-indent-line): Added argument to avoid reporting syntactic errors.
391         (c-show-syntactic-information): Don't report any syntactic errors.
393 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
395         * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
396         paragraph recognition when moving by sentence in literals.
398         * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
399         start regexp for javadoc to recognize javadoc markup in general instead
400         of a specific set of keywords, to be more future-safe.
402         (c-Pike-pikedoc-paragraph-start)
403         (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
404         pikedoc markup.
406         * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
408         (pike-mode): Initialize paragraph settings pikedoc recognition.
410         * cc-vars.el (c-default-style): Made a nicer Customize widget.
412         (c-comment-prefix-regexp): Made it possible to use an
413         association list on this to specify mode specific regexps.
414         The default value now use a special regexp in Pike mode to
415         recognize pikedoc markup.
417         (c-current-comment-prefix): New variable containing the actual
418         regexp from c-comment-prefix-regexp for the current buffer.
420 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
422         * cc-cmds.el (c-electric-brace): Fixed check for special brace
423         lists: We can't look at the syntax, since a brace list can get
424         recognized as a plain statement-cont.
426         * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
427         special brace list opener broken over two lines got recognized
428         as a statement on the second line.  Case 9A changed.
430 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
432         * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
433         adjustment after line is reindented.
435 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
437         * cc-defs.el (c-point): Added optional argument for position
438         to use instead of the current point.
440         * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
441         the in-expression block symbols when the construct starts at
442         boi, to avoid the extra level of indentation in that case.
443         Cases 4, 16A and 17E affected.
445 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
447         * cc-cmds.el: Use `indent-according-to-mode' instead of direct
448         calls to `c-indent-line', to adhere better to Emacs conventions.
450         * cc-engine.el (c-indent-line): Use the syntax already bound
451         to `c-syntactic-context', if there is any.
453 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
455         * cc-engine.el (c-get-offset): Fixed bug where the indentation
456         wasn't added up correctly when a lineup function returned nil.
458 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
460         * cc-engine.el (c-collect-line-comments): Fixed bug where
461         empty lines were ignored when collecting line comments backwards.
463 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
465         * cc-align.el (c-lineup-dont-change): Return an absolute
466         indentation column to work correctly in the case when several
467         syntactic elements are processed for the same line.
469         * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
470         (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
471         (c-set-offset): Added absolute indentation column settings by
472         using the vector type.
474 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
476         * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
477         Implemented two new cleanups `space-before-funcall' and
478         `compact-empty-funcall'.
480 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
482         * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
483         helping building regexps.
485         * cc-engine.el (c-on-identifier): New function for detecting
486         identifiers.  It takes keywords into account.
488         * cc-langs.el, cc-mode.el: Added regexps for complete keyword
489         lists.  `c-keywords' is set to a regexp matching all keywords
490         in the current language.
492 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
494         * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
495         list of characters to skip backwards over at the beginning of
496         a statement, since it can precede string literals in Pike.
498 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
500         * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
501         recognition when standing on the last line in a C++ comment
502         with nothing but whitespace after the prefix.
504         * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
505         given no limit argument.
507 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
509         * cc-engine.el (c-inside-bracelist-p): Fixed brace list
510         recognition for the `[]= operator symbol in Pike.
512 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
514         * cc-bytecomp.el (cc-eval-when-compile): New macro that works
515         around a bug in `eval-when-compile' in the byte compiler.
517         * cc-engine.el (c-forward-token-1): Fixed bug with return
518         value when count is zero and there's no token start within the limit.
520         (c-guess-basic-syntax): Don't add 'comment-intro to lines with
521         "prefix comments", i.e. comments which are followed by code on
522         the same line.
524         * cc-mode-19.el: Fixes so that checks that must be done at
525         compile time also are done then.
527 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
529         * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
530         time and at runtime, and only when it's needed.
532 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
534         Major cleanup for less error prone and more warning free
535         compilation, including some fixes for bugs due to different
536         compilation orders. Thanks to Martin Buchholz for providing
537         the basis for all this.
539         * cc-bytecomp.el: New file that provides some byte compilation
540         features: It ensures that files always are loaded from the
541         current source directory during compilation, and it provides a
542         set of macros to turn off specific compiler warnings for
543         specific symbols.  (It's not CC Mode specific in any way.)
545         Fixed a nearly acyclic dependency tree (both runtime and
546         compile-time) between all files.
548         * cc-defs.el: Separated all macros before the inline functions,
549         to ensure correct compilation.
551         * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
552         cc-defs.el to cc-engine.el and made it a function instead.
554         * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
555         about char-after.
557         * cc-vars.el: Cope even when there isn't a custom package
558         containing defcustom available.
560         * cc-make.el: Removed since it's no longer necessary.
562         README: Updated installation instructions.
564 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
566         * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
567         improve the modularity: Moved all mode init stuff from
568         cc-langs.el to cc-mode.el, including the keymap
569         initialization; cc-langs now only contains the various
570         variables for configuring the language syntax.
572         * cc-engine.el, cc-styles.el (c-evaluate-offset)
573         (c-get-offset): Moved from cc-styles to cc-engine since file
574         dependency analysis suggests they belong there (which also
575         makes more sense).  Thanks to Martin Buchholz for doing the analysis.
577 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
579         * cc-cmds.el (c-fn-region-is-active-p): New function that
580         wraps the corresponding macro, for use in places that aren't
581         compiled.  Thanks to Martin Buchholz for pointing out this.
583         * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
585         * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
586         add things to the bug report.
588 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
590         * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
591         returned prefix could contain a newline when the search for a
592         good prefix line failed.
594 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
596         * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
597         (c-toggle-auto-hungry-state): Made the argument optional, as
598         the documentation says it is.
600 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
602         * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
603         multiline string syntax, #"...", as a cpp macro.
605 2001-03-21  Paul Eggert  <eggert@twinsun.com>
607         * international/mule-cmds.el (set-locale-environment):
608         Set system-messages-locale and system-time-locale, but only if the
609         caller specifies a non-nil locale name.
611 2001-03-20  Gerd Moellmann  <gerd@gnu.org>
613         * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
614         problems for the interpreter.  From: John Wiegley  <johnw@gnu.org>
616 2001-03-20  Gerd Moellmann  <gerd@gnu.org>
618         * follow.el (follow-avoid-tail-recenter): Doc fix.
620         * custom.el (custom-set-variables): Avoid reversing the list
621         of args needlessly.
623         * startup.el (fancy-splash-head): Don't change the colors of the
624         XPM image on a dark background.
626         * comint.el (comint-exec-1): Set columns of the terminal to
627         window-width instead of frame-width.
629         * info.el (Info-scroll-down): Add missing WINDOW arg for
630         pos-visible-in-window-p.
632         * ehelp.el (electric-help-mode-hook): Add defcustom.
634         * mail/sendmail.el (mail-mode): Activate case-folding in
635         font-lock-defaults.
637 2001-03-19  Stefan Monnier  <monnier@cs.yale.edu>
639         * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
640         (completion-ignored-extensions): Remove duplicate ".class".
642 2001-03-19  Andreas Schwab  <schwab@suse.de>
644         * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
645         From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
647 2001-03-19  Gerd Moellmann  <gerd@gnu.org>
649         * language/european.el ("Latin-5", "Latin-4"): Use postfix input
650         methods since there are not prefix input methods.
652 2001-03-19  Kenichi Handa  <handa@etl.go.jp>
654         * international/mule-cmds.el (read-input-method-name):
655         Locally bind enable-recursive-minibuffers to t.
657 2001-03-18  Stefan Monnier  <monnier@cs.yale.edu>
659         * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
661 2001-03-17  Michael Kifer  <kifer@cs.sunysb.edu>
663         * ediff-util.el: Copyright years.
664         (ediff-choose-syntax-table): New function.
665         (ediff-setup): Use ediff-choose-syntax-table.
667         * ediff-init.el (ediff-with-syntax-table): New macro, uses
668         with-syntax-table.
670         * ediff.el: Date of last update, copyright years.
672         * ediff-wind (ediff-setup-control-frame): Nill->nil.
674         * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
675         of Scott Bronson.
676         (ex-cmd-assoc,ex-cmd-one-letr): New functions.
677         (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
678         Deleted functions.
679         (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
680         ex-token-list.
682         * viper-util.el: Spaces, indentation.
684         * viper.el: Changed version, modification time.
686 2001-03-16  John Wiegley  <johnw@gnu.org>
688         * calendar/timeclock.el (timeclock-workday-remaining):
689         Check whether `discrep' is non-null before using it.
691 2001-03-16  John Wiegley  <johnw@gnu.org>
693         * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
694         first-time checkins.
695         (timeclock-log-data): Fixed problem with reading timelog log file.
696         Resulting data in the "day list" was incorrect.
697         (timeclock-find-discrep): Check if `timeclock-file' is readable
698         before opening it.
699         (timeclock-time-less-p): New function.
700         (timeclock-day-base): New function.
701         (timeclock-geometric-mean): New function.
702         (timeclock-generate-report): Generate a summary report based on
703         the contents of the log file.  This uses `timeclock-log-data', and
704         is an example of writing a timelog manipulation function.
705         (timeclock-visit-timelog): A quick command for opening the timelog
706         file.
707         (timeclock-log-data): Bound the variable event.
709 2001-03-16  Kenichi Handa  <handa@etl.go.jp>
711         * international/mule-cmds.el (select-safe-coding-system):
712         Fix typo: symbol-name -> symbol-value.
714         * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
715         before substitute-in-file-name to handle double slashes in FILE
716         correctly.
718 2001-03-15  Gerd Moellmann  <gerd@gnu.org>
720         * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
721         for Slovak.  From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
723 2001-03-14  Gerd Moellmann  <gerd@gnu.org>
725         * bindings.el (features): Add `md5' and `overlay' to the list.
727         * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
728         bound before using it.  It's not bound when configured without X,
729         for instance.
731 2001-03-13  Thien-Thi Nguyen  <ttn@gnu.org>
733         * progmodes/hideshow.el: Update copyright.
734         (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
735         (hs-minor-mode-hook): Include `:version' in defcustom form.
737 2001-03-13  Gerd Moellmann  <gerd@gnu.org>
739         * help.el (string-key-binding): Don't call event-start on
740         a non-list.
742 2001-03-13  Eli Zaretskii  <eliz@is.elta.co.il>
744         * startup.el (fancy-splash-tail, command-line-1): Fix the
745         copyright year.
747 2001-03-13  Kenichi Handa  <handa@etl.go.jp>
749         * term.el: These changes are based on a patch sent from Yong Lu
750         <lyongu@yahoo.com>.
751         (term-set-escape-char): Bind M-x to execute-extended-command in
752         term-raw-escape-map.
753         (term-move-columns): Don't try to move to negagive column.
754         (term-emulate-terminal): Insert a string before deleting a text to
755         overwrite.
757 2001-03-12  Gerd Moellmann  <gerd@gnu.org>
759         * play/life.el (life): Rearrange code so that all calls to
760         life-display-generation are in a catch-form.
762         * progmodes/etags.el (tags-loop-continue): Don't change point in a
763         file that isn't interesting.  In an interesting file, push the old
764         value of point on the mark ring.
766         * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
767         New function.
768         (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
769         Use it.
771         * emacs-lisp/autoload.el (generate-file-autoloads):
772         Remove warning about line lengths.
774 2001-03-12  Philippe Waroquiers  <wao@gull.tact.cfmu.eurocontrol.be>
776         * progmodes/etags.el (tags-compression-info-list): New variable.
777         (find-tag-in-order): Use it to deal with compressed source files.
778         (tag-file-name-match-p): New function.
779         (etags-recognize-tags-table): Use it for better match of file names.
781 2001-03-12  Kenichi Handa  <handa@etl.go.jp>
783         * international/mule-cmds.el (register-input-method): Doc fix.
785         * international/quail.el (quail-translate-key): Fix condition to
786         check if there's another breaking point in the current key.
788 2001-03-11  Eli Zaretskii  <eliz@is.elta.co.il>
790         * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
791         Babyl header to the newly-created output file, bind
792         coding-system-for-write to either rmail-file-coding-system or
793         emacs-mule-unix.
795 2001-03-11  Stefan Monnier  <monnier@cs.yale.edu>
797         * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
798         Fix the name and regexp used for subsubsections.
800 2001-03-10  Dave Love  <fx@gnu.org>
802         * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
803         and save-buffer if buffer-file-name non-nil.  From rms.
805 2001-03-10  Andre Spiegel  <spiegel@gnu.org>
807         * vc.el (vc-do-command): If the destination buffer is already
808         current, don't set it up and don't erase it.  Updated doc string
809         to reflect that.
810         (vc-version-diff): When doing a single file diff, don't switch to the
811         *vc-diff* buffer before the command.  This is to preserve local
812         variable bindings that might affect the diff command.
813         (vc-print-log): Don't switch to the *vc* buffer before the
814         command, so that local variable bindings are preserved.
816         * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
817         not the current buffer.
818         (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
820         * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
821         make output go to buffer *vc*, not the current buffer.
823 2001-03-09  Stefan Monnier  <monnier@cs.yale.edu>
825         * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
826         so ^, $, *, ? and + are interpreted correctly.
828 2001-03-09  Gerd Moellmann  <gerd@gnu.org>
830         * help.el (string-key-binding): Renamed from
831         mode-line-key-binding.  Handle any event on a string.
832         Check for `keymap' properties as well as `local-map' properties.
834         * comint.el (comint-insert-clicked-input): Use the last key
835         from this-command-keys to lookup the global key definition.
837 2001-03-09  Kenichi Handa  <handa@etl.go.jp>
839         * international/characters.el: Add category `j' for
840         katakana-jisx0201.   Fix syntaxes of katakana-jisx0201.
842         * international/mule-conf.el (no-conversion): Fix docstring.
843         (raw-text): Fix docstring.
845 2001-03-08  Gerd Moellmann  <gerd@gnu.org>
847         * simple.el (choose-completion-string): When not leaving the
848         minibuffer, raise the minibuffer frame when minibuffer-auto-raise
849         is set.
851         * window.el (shrink-window-if-larger-than-buffer): Handle frame
852         parameter `(minibuffer . t)'.
854 2001-03-07  Stefan Monnier  <monnier@cs.yale.edu>
856         * progmodes/sh-script.el (sh-st-symbol): New symbol.
857         (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
858         (sh-mode): Remove `make-local-variable' for unused var
859         `font-lock-unfontify-region-function'.
861 2001-03-07  Richard M. Stallman  <rms@gnu.org>
863         * info.el (Info-scroll-down): Fix previous change.
865         * mail/rmail.el (rmail-toggle-header): Use a window which
866         is showing the Rmail buffer, rather than the selected window.
868 2001-03-07  Dave Love  <fx@gnu.org>
870         * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
871         now, to avoid problems with binding imenu directly to a mouse event.
873 2001-03-07  Gerd Moellmann  <gerd@gnu.org>
875         * info.el (Info-scroll-down): Call pos-visible-in-window-p with
876         second arg t.
878 2001-03-07  Stefan Monnier  <monnier@cs.yale.edu>
880         * log-edit.el (log-edit-common-indent): New var.
881         (log-edit-set-common-indentation): Renamed from
882         log-edit-delete-common-indentation.  Use the new var.
883         (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
885         * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
886         (cvs-mode-add-change-log-entry-other-window):
887         Don't presume change-log-default-name is defined.
889         * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
891         * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
892         the "tree" operation as well.
894         * pcvs-parse.el (cvs-parse-table): Add another ignored message.
896         * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
897         to match paragraph-start.
899         * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
900         comment-start-skip and set comment-end-skip as well.
901         (sgml-comment-indent): Fix for new value of comment-start-skip.
902         (html-autoview-mode): Don't bother using make-local-hook.
904 2001-03-07  Gerd Moellmann  <gerd@gnu.org>
906         * cus-edit.el (custom-save-delete): Move in front of local
907         variables, otherwise long Custom entries would make them ineffective.
909         * uniquify.el: Set maintainer to FSF.
911 2001-03-07  Eli Zaretskii  <eliz@is.elta.co.il>
913         * dired-aux.el (dired-do-shell-command): Doc fix.
915 2001-03-06  Stefan Monnier  <monnier@cs.yale.edu>
917         * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
919         * which-func.el (which-func-modes): Add cperl-mode.
920         (which-func-mode-global): Use define-minor-mode.
922         * info-look.el: Docstring fixes and dead code eliminated.
923         (cperl-mode): Add support.
924         (emacs-lisp-mode): List all entries from elisp manual, whether
925         or not they are currently (f)bound or not.  Update regexp.
927         * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
929         * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
930         so that C-h m shows the correct information.
931         Use make-local-variable rather than make-variable-buffer-local.
932         (cperl-info-buffer, cperl-setup-tmp-buf):
933         Use make-local-variable rather than make-variable-buffer-local.
934         (cperl-msb-fix, cperl-get-help-defer):
935         Check major-mode for `cperl-mode' as well.
937         * progmodes/cperl-mode.el: Updated to author version 4.23.
938         (cperl-electric-pod): SYNOPSIS was misspelled.
939         (cperl-find-pods-heres): @if ? a : b was considered a REx.
940         (cperl-after-expr-p): Make true after __END__.
942 2001-03-06  Gerd Moellmann  <gerd@gnu.org>
944         * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
945         bookmark-completion-ignore-case is t.
947         * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
948         switch, like xterm, and concat resource strings, with a newline
949         between them.
951 2001-03-06  Eli Zaretskii  <eliz@is.elta.co.il>
953         * international/codepage.el (cp770-decode-table)
954         (cp773-decode-table, cp774-decode-table): New variables.
956         * man.el (Man-hyphenated-reference-regexp): New variable.
957         (Man-build-references-alist): Use it to search for referenced
958         manpages.  If hyphenated is non-nil, record a concatenated word in
959         Man-refpages-alist only if it matches Man-reference-regexp.
960         Update word's length when it is concatenated.  Reverse the list,
961         to get the first manpage at the head.
962         (Man-possibly-hyphenated-word): New function.
963         (Man-follow-manual-reference): Use it instead of current-word to
964         find a manpage at point, in a way that accounts for hyphenated
965         references.
967 2001-03-06  Alex Schroeder  <alex@gnu.org>
969         * sql.el (sql-interbase): New function.
970         (sql-interbase-program): New option.
971         (sql-interbase-options): New option.
972         And some typos fixed: "customise" to "customize".
974 2001-03-06  Dave Love  <fx@gnu.org>
976         * textmodes/flyspell.el (flyspell-region):
977         Set up flyspell-local-mouse-map.
979 2001-03-05  Richard M. Stallman  <rms@gnu.org>
981         * mail/rmail.el (rmail-retry-failure):
982         Don't call rmail-beginning-of-message.
983         Don't discard From: field.  Do discard Received: field.
984         Use unwind-protect to re-prune.
985         (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
987 2001-03-06  Kenichi Handa  <handa@etl.go.jp>
989         * international/quail.el (quail-title): Add autoload cookie.
991 2001-03-05  Dave Love  <fx@gnu.org>
993         * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
994         new defs.
996 2001-03-05  Kenichi Handa  <handa@etl.go.jp>
998         * language/ethio-util.el (ethio-toggle-space):
999         Update current-input-method-title if necessary.
1000         (ethio-toggle-punctuation): Likewise.
1002         * international/quail.el (quail-title): Fix for the case that a
1003         title of an input method is specified by a list of the same form
1004         as used in mode-line-format.
1006         * international/mule-cmds.el (activate-input-method):
1007         If current-input-method-title is set by activating INPUT-METHOD,
1008         respect that value.
1010 2001-03-05  Gerd Moellmann  <gerd@gnu.org>
1012         * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
1014 2001-03-05  Alex Schroeder  <alex@gnu.org>
1016         * sql.el (sql-sybase): Fix typo (was: query user about server two
1017         times instead of server and database).
1019         * sql.el (sql-sybase): Doc change.
1020         (sql-mysql): Doc change.
1021         (sql-postgres): Doc change.
1023 2001-03-05  Kenichi Handa  <handa@etl.go.jp>
1025         * international/mule-conf.el (emacs-mule, raw-text):
1026         Docstring modified.
1028 2001-03-04  Eli Zaretskii  <eliz@is.elta.co.il>
1030         * term/internal.el: Update copyright notice.
1032         * term/pc-win.el: Update copyright notice.
1034 2001-03-02  Dave Love  <fx@gnu.org>
1036         * files.el (insert-file-contents-literally):
1037         Bind inhibit-file-name-handlers and inhibit-file-name-operation,
1038         not jka-compr-compression-info-list.
1040 2001-03-02  Stefan Monnier  <monnier@cs.yale.edu>
1042         * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
1043         spaces in default comment-start-skip settings rather than \s-.
1045 2001-03-02  Eli Zaretskii  <eliz@is.elta.co.il>
1047         * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
1048         default-frame-alist as well.
1050 2001-03-01  Dave Love  <fx@gnu.org>
1052         * textmodes/reftex.el (defvar): Wrap some defvars in
1053         eval-when-compile.  From Markus Rost <rost@math.ohio-state.edu>.
1055         * subr.el (event-basic-type): Doc fix.
1057         * international/quail.el: Doc fixes.
1059         * international/utf-8.el: Doc fixes.
1061         * international/mule-cmds.el: Doc fixes.
1062         (leim-list-header): Fix header text.
1064         * international/mule.el (coding-system-category): Doc fix.
1066         * international/ccl.el (ccl-compile): Doc fix.
1068 2001-03-01  Stefan Monnier  <monnier@cs.yale.edu>
1070         * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
1071         rather than (before|after)-change-functions.
1073 2001-03-01  Gerd Moellmann  <gerd@gnu.org>
1075         * ediff-util.el (ediff-scroll-horizontally): Arrange for
1076         scroll-left and scroll-right being called interactively so that
1077         they set the window's min_hscroll.
1079 2001-03-01  Eli Zaretskii  <eliz@is.elta.co.il>
1081         * info.el (info-insert-file-contents-1): Accept an additional
1082         argument `lfn': if it is non-nil, concatenate `filename' and
1083         `suffix'; otherwise use the complicated MS-DOS code.
1084         All callers changed.
1085         (info-insert-file-contents, Info-find-node): If the MS-DOS port
1086         can access long file names, try the long file-name version of
1087         `info-insert-file-contents-1', then the short file-name version.
1089 2001-02-28  TAKAHASHI Naoto  <ntakahas@m17n.org>
1091         * language/ethio-util.el (setup-ethiopic-environment-internal):
1092         Change bindings of functions keys to conform to "Emacs Lisp Coding
1093         Convention".
1095         * language/ethiopic.el ("Ethiopic"): Add documentation.
1097 2001-02-28  Kenichi Handa  <handa@etl.go.jp>
1099         * international/utf-8.el (mule-utf-8): Set coding-category
1100         property to coding-category-utf-8.
1102 2001-02-27  Richard M. Stallman  <rms@gnu.org>
1104         * lpr.el (lpr-page-header-switches, print-region-1):
1105         Undo 2000-07-06 change.
1106         (lpr-add-switches): Default to t on gnu/linux.
1108 2001-02-27  Gerd Moellmann  <gerd@gnu.org>
1110         * bs.el (bs-attributes-list): Doc fix.
1112 2001-02-26  Gerd Moellmann  <gerd@gnu.org>
1114         * help.el (describe-project): Display the file THE-GNU-PROJECT.
1116         * help.el (view-order-manuals): Use goto-address.
1118         * startup.el (command-line-1): Add info about ordering manuals
1119         to the not so fancy splash screens.
1121 2001-02-26  Andre Spiegel  <spiegel@gnu.org>
1123         * vc.el (vc-default-workfile-unchanged-p)
1124         (vc-default-latest-on-branch-p): Add missing BACKEND argument.
1126 2001-02-26  Gerd Moellmann  <gerd@gnu.org>
1128         * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
1129         fontify in the right buffer.
1131         * allout.el (outline-flag-region): Move macro in front of first
1132         use to avoid a run-time error.
1134 2001-02-24  Andrew Innes  <andrewi@gnu.org>
1136         * makefile.w32-in: Fix copyright notice.
1138 2001-02-24  Kenichi Handa  <handa@etl.go.jp>
1140         * international/utf-8.el (mule-utf-8): Set correct value for
1141         valid-codes property.
1143         * international/fontset.el (x-complement-fontset-spec): In the
1144         case that we use ASCII font for the other charsets, use only
1145         family and registry part of it.
1147 2001-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
1149         * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
1150         (shrink-window-if-larger-than-buffer): Doc fix.
1152 2001-02-23  Stefan Monnier  <monnier@cs.yale.edu>
1154         * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
1155         predicate passed to completing-read.
1157 2001-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
1159         * startup.el (command-line): Fix last change.
1161 2001-02-23  Jason Rumney  <jasonr@gnu.org>
1163         * startup.el (tool-bar-originally-present): New variable.
1164         (command-line): Set it if the tool-bar is switched on at startup.
1166         * frame.el (frame-notice-user-settings): Only adjust frame height
1167         for no tool-bar case if tool-bar was originally switched on.
1168         From E. Jay Berkenbilt.
1170 2001-02-22  Stefan Monnier  <monnier@cs.yale.edu>
1172         * server.el (server-switch-buffer): Only switch window if the
1173         current one is dedicated.
1175         * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
1176         rather than using (match-beginning 0) when searching for break point.
1178 2001-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
1180         * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
1181         @ follows an accent command such as @'.  Support optional braces
1182         in commands that insert accents, like makeinfo does.
1184 2001-02-22  Gerd Moellmann  <gerd@gnu.org>
1186         * startup.el (fancy-splash-text): Add a line for ordering
1187         manuals.  Reverse order of splash screens shown.
1188         (use-fancy-splash-screens-p): Adapt to the text line added.
1190         * menu-bar.el (menu-bar-help-menu): Add an item for ordering
1191         manuals from the FSF.
1193         * help.el (view-order-manuals): New function.
1194         (toplevel): Bind C-h C-m to this function.
1196 2001-02-21  Stefan Monnier  <monnier@cs.yale.edu>
1198         * newcomment.el (comment-forward): Skip the comment-start before
1199         searching for the comment-end.
1201 2001-02-21  Dave Love  <fx@gnu.org>
1203         * custom.el (custom-initialize-changed, defcustom): Doc fix.
1205         * international/mule-cmds.el, international/mule.el: Doc fixes.
1207         * play/fortune.el: Fix autoload cookies.  Add types to defcustoms.
1208         (fortune) <defgroup>: Add :link.
1209         (fortune-from-region): Use eq, not eql.
1211 2001-02-21  Gerd Moellmann  <gerd@gnu.org>
1213         * startup.el (fancy-splash-screens): Use display-hourglass
1214         instead of display-busy-cursor.
1216         * frame.el (display-hourglass): Renamed from busy-cursor.
1217         (hourglass-delay): Renamed from busy-cursor-delay-seconds.
1218         (show-cursor-in-non-selected-windows): Doc fix.
1220 2001-02-20  Dave Love  <fx@gnu.org>
1222         * international/utf-8.el: Doc and commentary fixes.
1224 2001-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
1226         * ehelp.el (with-electric-help): Doc fix.
1228 2001-02-20  Gerd Moellmann  <gerd@gnu.org>
1230         * msb.el (msb-mode): Call the update-buffers function explicitly
1231         with a FORCE argument.
1233         * menu-bar.el (menu-bar-update-buffers): Add optional parameter
1234         FORCE.  If set, update the menu even if frame-or-buffer-changed-p
1235         returns nil.
1237 2001-02-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1239         * ps-print.el: Timestamp package replacement.  Some enhancements.
1240         Some XEmacs compatibility.  Doc fix.
1241         (ps-print-version): New version number (6.4).
1242         (ps-printer-name): Initialization fix.
1243         (ps-zebra-stripe-follow): Funcionality enhancement.
1244         (ps-prologue-file): Code enhancement.
1245         (ps-right-header): Timestamp package replacement.
1246         (ps-setup, ps-face-bold-p, ps-face-italic-p)
1247         (ps-get-page-dimensions)
1248         (ps-generate-header, ps-begin-file, ps-begin-job)
1249         (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
1250         (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
1251         (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
1252         (coding-system-for-write): Var declaration (XEmacs compatibility).
1254 2001-02-20  Miles Bader  <miles@gnu.org>
1256         * image-file.el (image-file-name-extensions): Add "tif".
1258 2001-02-19  Gerd Moellmann  <gerd@gnu.org>
1260         * wid-edit.el (widget-button-click): Save the selected window
1261         around the code handling clicks on buttons.
1263 2001-02-18  Dave Love  <fx@gnu.org>
1265         * imenu.el (imenu--generic-function): Use mapc to iterate over
1266         syntax characters.
1268 2001-02-17  Richard M. Stallman  <rms@gnu.org>
1270         * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
1272         * uniquify.el (uniquify-buffer-name-style): Doc fix.
1274 2001-02-16  Gerd Moellmann  <gerd@gnu.org>
1276         * mouse.el (mouse-save-then-kill): If the distance from the new
1277         point to the mark is equal to the distance of point from the new
1278         point, move point instead of the mark.
1280 2001-02-16  Dave Love  <fx@gnu.org>
1282         * textmodes/flyspell.el (flyspell-get-word): Return string without
1283         properties.
1285 2001-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
1287         * generic.el (generic-find-file-regexp): Doc fix.
1288         (generic-ignore-files-regexp): New defcustom.
1289         (generic-mode-find-file-hook): If the file's name matches the
1290         regexp in `generic-ignore-files-regexp', don't enter
1291         default-generic-mode.  Doc fix.
1293 2001-02-16  Gerd Moellmann  <gerd@gnu.org>
1295         * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
1296         Add autoload cookies.
1298         * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
1299         of cal-tex-24.
1301 2001-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
1303         * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
1305         * progmodes/compile.el (grep-regexp-alist): Remove the blank from
1306         the character class after the (optional) drive, to support file
1307         names with embedded blanks.
1309 2001-02-15  Sam Steingold  <sds@gnu.org>
1311         * textmodes/tex-mode.el (tex-shell-running):
1312         Check the process buffer too.
1314 2001-02-15  Dave Love  <fx@gnu.org>
1316         * battery.el (battery-status-function): Fix doc, :type.
1318         * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
1320 2001-02-15  Gerd Moellmann  <gerd@gnu.org>
1322         * subr.el (read-passwd): Clear Lisp memory holding password.
1324 2001-02-15  Miles Bader  <miles@gnu.org>
1326         * info.el (Info-copy-current-node-name): New function.
1327         (Info-mode-menu): Add it to the menu.
1329 2001-02-14  Richard M. Stallman  <rms@theobromine.ai.mit.edu>
1331         * international/mule-cmds.el (toggle-input-method): Doc fix.
1333 2001-02-13  Stefan Monnier  <monnier@cs.yale.edu>
1335         * replace.el (occur): Stop at end of buffer.
1337 2001-02-13  Eli Zaretskii  <eliz@is.elta.co.il>
1339         * international/mule-cmds.el (set-input-method): Another doc fix.
1341 2001-02-13  David M. Koppelman <koppel@ee.lsu.edu>
1343         * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
1345 2001-02-13  Miles Bader  <miles@gnu.org>
1347         * faces.el (set-face-background, set-face-foreground)
1348         (set-face-stipple): Treat a value of nil as being `unspecified'.
1350 2001-02-12  Dave Love  <d.love@dl.ac.uk>
1352         * international/latin1-disp.el:  Doc fixes.
1353         (latin1-display) <defgroup>: Add :link.
1354         (latin1-display) <function>: Set variable latin1-display.
1356 2001-02-12  Eli Zaretskii  <eliz@is.elta.co.il>
1358         * international/mule-cmds.el (set-input-method): Doc fix.
1360 2001-02-12  Eric M. Ludlam  <zappo@choochoo.ultranet.com>
1362         * speedbar.el (speedbar-frame-parameters): No toolbar lines.
1363         (speedbar-line-file): Return nil if not a file.
1364         (speedbar-buffers-line-path): Return file for tags, and dir for files.
1366 2001-02-12  Michael Kifer  <kifer@cs.sunysb.edu>
1368         * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
1369         for remote files.
1370         (ediff-coding-system-for-read): Replaced the no-conversion default
1371         with raw-text.
1373         * ediff-init.el: Removed :version from defcustom vars.
1375         * ediff-util.el (ediff-compute-custom-diffs-maybe):
1376         Better handling of the diff mode.
1378         * ediff.texi: Added ediff-coding-system-for-read.
1380         * viper.texi: Fix typos.
1382 2001-02-11  Dave Love  <fx@gnu.org>
1384         * shadowfile.el: Doc fixes.
1385         (shadow) <defgroup>: Add :link.
1386         (shadowfile-unload-hook): New function.
1387         (shadow-initialize): Use defalias, not fset.
1388         (shadow-define-cluster, shadow-define-literal-group)
1389         (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
1391         * international/mule.el: Doc and message fixes.
1393         * international/ccl.el (define-ccl-program): Doc fix.
1395 2001-02-11  Kenichi Handa  <handa@etl.go.jp>
1397         * faces.el (mode-line): Set :line-width property to -1.
1399 2001-02-10  Richard M. Stallman  <rms@gnu.org>
1401         * complete.el (partial-completion-mode): Doc fix.
1403         * simple.el (delete-key-deletes-forward-mode):
1404         Change `let' to `let*' to fix gross bug in last change.
1406         * repeat.el (repeat): Don't let execute-kbd-macro alter
1407         real-last-command.
1409 2001-02-10  Eli Zaretskii  <eliz@is.elta.co.il>
1411         * simple.el (eval-expression): Doc fix.
1413 2001-02-09  Dave Love  <fx@gnu.org>
1415         * imenu.el (imenu-generic-expression): Doc fix.
1417         * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
1418         From Juanma Barranquero.
1420         * emacs-lisp/authors.el (authors): Expand `root' before running find.
1422 2001-02-09  Kenichi Handa  <handa@etl.go.jp>
1424         * faces.el (set-face-attribute): Describe the case of a negative
1425         value specified for :line-width.
1427 2001-02-08  Stefan Monnier  <monnier@cs.yale.edu>
1429         * which-func.el (which-func-mode): Invert which-func-mode-global.
1430         From Juanma Barranquero <lektu@uol.com.br>.
1432 2001-02-08  Dave Love  <fx@gnu.org>
1434         * wid-edit.el (widget-plist-convert-widget): Replace binding of
1435         widget-plist-value-type.
1436         (widget-alist-convert-widget): Replace binding of
1437         widget-alist-value-type.
1439         * textmodes/paragraphs.el (sentence-end): Doc fix.
1441         * eshell/em-rebind.el (eshell-cannot-leave-input-list):
1442         Remove `backward-line'.
1444         * play/pong.el (pong-blank-color, pong-bat-color)
1445         (pong-ball-color, pong-border-color, pong-left-key)
1446         (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
1447         (pong-pause-key, pong-resume-key, pong-timer-delay):
1448         * mail/mh-comp.el (mh-compose-letter-function):
1449         * eshell/esh-mode.el (eshell-skip-prompt-function):
1450         * emulation/viper-ex.el (ex-unix-type-shell-options):
1451         * recentf.el (recentf-menu-filter):
1452         * ps-print.el (ps-print-region-function):
1453         * lpr.el (print-region-function):
1454         * forms.el (forms-mode-hooks):
1455         * dirtrack.el (dirtrack-directory-change-hook):
1456         * cus-start.el (temp-buffer-show-function, display-buffer-function):
1457         * textmodes/spell.el (spell-filter):
1458         * textmodes/fill.el (adaptive-fill-function):
1459         * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
1460         * progmodes/etags.el (find-tag-default-function):
1461         * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1462         * progmodes/ada-mode.el (ada-popup-key): Fix :type.
1464 2001-02-07  Eli Zaretskii  <eliz@is.elta.co.il>
1466         * emulation/viper-init.el (viper-fast-keyseq-timeout)
1467         (viper-translate-all-ESC-keysequences): Doc fix.  From Jim
1468         Meyering <jim@meyering.net>.
1470         * loadup.el: Revert last change.
1472 2001-02-07  Kenichi Handa  <handa@etl.go.jp>
1474         * international/mule.el (transform-make-coding-system-args):
1475         Make it work also for coding systems not using CCL.
1477 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
1479         * simple.el (previous-matching-history-element)
1480         (next-matching-history-element): Doc fix.
1482         * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
1483         specific part.
1485 2001-02-06  Dave Love  <fx@gnu.org>
1487         * add-log.el (add-log-current-defun-function)
1488         (add-log-buffer-file-name-function, add-log-file-name-function):
1489         Fix :type.
1490         (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
1492 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
1494         * info.el (info-initialize): Remove the test for system-type when
1495         invocation-directory is non-nil.
1497         * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
1498         of `font-lock-defaults' to `backward-paragraph' rather than nil.
1500 2001-02-06  Andrew Innes  <andrewi@gnu.org>
1502         * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
1503         absolute.
1505 2001-02-06  David M. Koppelman <koppel@ee.lsu.edu>
1507         * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
1508         buffers.  When hi-lock turned on rather than only checking current
1509         buffer for regexps, all buffers are checked. Moved activation of
1510         font-lock to hi-lock-refontify. When font-lock turned off rather
1511         than removing added highlighting just in current buffer, remove it
1512         in all buffers.  Changed edit menu text from "Automatic
1513         Highlighting" to "Regexp Highlighting" Documentation for
1514         highlighting phrases, minor documentation changes.
1515         (hi-lock-set-file-patterns): Execute only if there are new or
1516         existing file patterns.
1517         (hi-lock-refontify): Assume font-lock-fontify-buffer will first
1518         unfontify and, if a support mode is active, will not refontify the
1519         whole buffer.  If necessary, turn on font lock. (Removed
1520         font-lock-unfontify and font-lock support-mode-specific calls,
1521         such as lazy-lock-fontify-window.)
1522         (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
1523         patterns are found. Not useful now since find-file-hook is removed
1524         if hi-lock is off, but may be needed for per-buffer hi-lock activation.
1525         (hi-lock-face-phrase-buffer): New function.  Also added related
1526         menu item and keybinding.
1527         (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
1528         (hi-lock-process-phrase): New function.
1529         (hi-lock-line-face-buffer): Doc fixes.
1530         (hi-lock-face-buffer): Doc fixes.
1531         (hi-lock-unface-buffer): Doc fixes.
1533 2001-02-06  Gerd Moellmann  <gerd@gnu.org>
1535         * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
1536         dabbrev-ignored-regexps.
1538 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
1540         * simple.el (kill-line): Doc fix.
1542 2001-02-05  Dave Love  <fx@gnu.org>
1544         * loadup.el: Revert last two changes -- bootstrapping works with
1545         regenerated loaddefs.
1547 2001-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
1549         * isearch.el (isearch-forward): Doc fix.
1551         * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
1552         of font-lock-defaults to backward-paragraph.
1554 2001-02-05  Gerd Moellmann  <gerd@gnu.org>
1556         * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
1557         X-Complaints-To, NNTP-Posting-Date, and User-Agent.
1559 2001-02-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1561         * ebnf2ps.el: Eliminate time-stamp functions.
1562         (ebnf-version): New version (3.5).
1563         (ebnf-eps-finish-and-write): Replace time-stamp functions by
1564         format-time-string.
1566 2001-02-05  Gerd Moellmann  <gerd@gnu.org>
1568         * simple.el (next-line): Goto end-of-line before inserting a newline.
1570 2001-02-05  Miles Bader  <miles@gnu.org>
1572         * image-file.el (insert-image-file): When visiting an image, also
1573         set `truncate-lines' to t so that any fringe arrow looks correct.
1575 2001-02-05  Kenichi Handa  <handa@etl.go.jp>
1577         * isearch.el (isearch-forward): Add description about input method
1578         in the docsting.
1580 2001-02-04  Stefan Monnier  <monnier@cs.yale.edu>
1582         * skeleton.el (skeleton-internal-1): Always push the mark for @.
1584 2001-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
1586         * info.el (info-initialize): If installation-directory is nil, for
1587         DOS/Windows systems try looking in a sibling of invocation-directory.
1589 2001-02-02  Gerd Moellmann  <gerd@gnu.org>
1591         * wid-edit.el (widget-button-click): Fix last change.
1593         * frame.el (frame-notice-user-settings): When resizing the initial
1594         frame because the tool bar is off, also change the frame's top
1595         position if a negative top position was specified.
1597 2001-02-02  Miles Bader  <miles@gnu.org>
1599         * image-file.el (insert-image-file): When visiting an image,
1600         suppress the cursor in the image buffer.
1602 2001-02-01  Dave Love  <fx@gnu.org>
1604         * progmodes/f90.el (f90-mode): Remove startup message.
1606         * vc-cvs.el: Remove autoloads.  Require vc when compiling.
1608 2001-02-01  Gerd Moellmann  <gerd@gnu.org>
1610         * startup.el (command-line): Fix code determining whether or not
1611         to use delete-key-deletes-forward-mode.
1613 2001-02-01  Andre Spiegel  <spiegel@gnu.org>
1615         * vc.el (vc-diff-switches): New user option.
1616         (vc-version-diff): Use it.
1617         (vc-diff-switches-list): New macro.
1619         * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
1620         New customization options.
1621         (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
1623         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
1625 2001-02-01  Gerd Moellmann  <gerd@gnu.org>
1627         * msb.el (toplevel): Quote hook symbols.
1629 2001-02-01  Kenichi Handa  <handa@etl.go.jp>
1631         * international/mule.el (make-coding-system): Add description
1632         about recognized properties in the docstring.
1634         * international/mule-conf.el: Remove unused charsets
1635         mac-roman-lower and mac-roman-upper.
1637 2001-01-31  Gerd Moellmann  <gerd@gnu.org>
1639         * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
1640         is in front of the left-margin, if any.
1642         * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
1643         like `delete'.
1645         * bindings.el: Define `kp-delete' like `delete' in function-key-map.
1647         * term/w32-win.el (mouse-set-font): Doc fix.
1649 2001-01-31  Stefan Monnier  <monnier@cs.yale.edu>
1651         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
1652         (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
1653         on already.
1655 2001-01-31  Markus Rost  <rost@math.ohio-state.edu>
1657         * files.el (save-buffer): Don't give message if (buffer-file-name)
1658         returns nil.
1660 2001-01-31  Eli Zaretskii  <eliz@is.elta.co.il>
1662         * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
1664         * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
1665         concat for integers.  From Juanma Barranquero <lektu@uol.com.br>.
1667         * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
1668         display problems.
1670 2001-01-31  Kenichi Handa  <handa@etl.go.jp>
1672         * international/mule.el (charset-info): Fix docstring.
1674         * international/mule-diag.el (describe-character-set): Check final
1675         char valid before printing it.
1677 2001-01-30  Gerd Moellmann  <gerd@gnu.org>
1679         * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
1681         * frame.el (frame-notice-user-settings): Do the tool-bar
1682         stuff only for graphical displays.  Fix a braino.
1684         * frame.el (frame-initialize): Create initial frame visible.
1685         (frame-notice-user-settings): When tool-bar has been switched off,
1686         correct the frame size and sync tool-bar-mode.
1688         * startup.el (command-line): Remove manipulation of frame
1689         height for tool bars.
1691 2001-01-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1693         * lpr.el: Compatibility with XEmacs and doc fixes.
1694         (lpr-windows-system, lpr-lp-system): New vars.
1695         (lpr-printer-switch): New defcustom.
1696         (printer-name, lpr-command): Customization fix.
1697         (print-region-1): Code fix.
1698         (print-region-new-buffer, printify-region): Indentation fix.
1699         (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
1700         New functions.
1702 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
1704         * msb.el (toplevel): Fix the eval-after-load.
1706 2001-01-29  Dave Love  <fx@gnu.org>
1708         * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
1710         * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
1712         * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
1713         (tcl-using-emacs-19-23): Consider Emacs 21+.
1714         (tcl-help-directory-list, tcl-command-switches): Fix :type.
1715         (tcl-add-emacs-menu): Supply menu name.
1716         (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
1718 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
1720         * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
1722 2001-01-29  Stefan Monnier  <monnier@cs.yale.edu>
1724         * pcvs.el (cvs-mark-fis-dead): New function.
1725         (cvs-mode-add): Use it.
1726         (cvs-mode-add-change-log-entry-other-window):
1727         Rebind change-log-default-name to itself rather than to nil.
1729 2001-01-29  Sam Steingold  <sds@gnu.org>
1731         * vc-cvs.el: Replaced (require 'vc) with a bunch of
1732         `autoload' statements.
1734 2001-01-29  Eli Zaretskii  <eliz@is.elta.co.il>
1736         * files.el (confirm-kill-emacs): Doc fix.
1738         * frame.el (frame-initialize): Doc fix.
1740         * time-stamp.el (time-stamp-string): Doc fix.
1742         * woman.el (WoMan-log-1): Make the log buffer writable.
1743         From Markus Rost <rost@math.ohio-state.edu>.
1745 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
1747         * imenu.el (imenu-syntax-alist): Add autoload cookie for
1748         the `make-variable-buffer-local'.
1750 2001-01-29  Dave Love  <fx@gnu.org>
1752         * ansi-color.el (ansi-color-for-comint-mode): Add :version.
1753         (ansi-color-for-comint-mode-on, ansi-color-process-output):
1754         Add autoload cookie.
1755         (ansi-color-apply-sequence): Fix typo.
1757 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
1759         * menu-bar.el (menu-bar-files-menu): Add menu items for
1760         Postscript printing in black and white.
1762         * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
1763         X-Mailman-Version, Precedence, List-Help, List-Post,
1764         List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
1765         Content-Type, Content-Length.
1767 2001-01-29  Dave Love  <fx@gnu.org>
1769         * elide-head.el (elide-head): Make overlay evaporate.
1771         * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
1773 2001-01-28  Eli Zaretskii  <eliz@is.elta.co.il>
1775         * isearch.el (isearch-highlight): Don't punt if the display
1776         doesn't support colors, since isearch faces are defined for
1777         monochrome displays as well.
1779 2001-01-27  Sam Steingold  <sds@gnu.org>
1781         * shell.el (shell-write-history-on-exit): Make sure that we are in
1782         the shell buffer (M-x tex-file RET inserted the error message into
1783         the TeX buffer).
1785 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
1787         * simple.el (transient-mark-mode): Doc fix.
1789 2001-01-27  Gerd Moellmann  <gerd@gnu.org>
1791         * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
1793 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
1795         * shell.el (shell-unquote-argument): If the shell is one of the
1796         mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
1797         quote character.
1798         (shell-dumb-shell-regexp): Document that the shells which match
1799         this regexp are supposed to not treat a backslash as a quote character.
1801         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
1802         from 2001-01-12.  It is not needed, since backspace is mapped into DEL.
1804 2001-01-27  Richard M. Stallman  <rms@gnu.org>
1806         * dabbrev.el (dabbrev--substitute-expansion):
1807         Treat a one-capital-letter abbrev as "not all upper case",
1808         so as to force preservation of the expansion's pattern
1809         if the expansion starts with a capital letter.
1811 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
1813         * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
1814         Doc fix.
1816         * simple.el (transient-mark-mode): Document the fact that many
1817         commands act on the region when mark is active.
1819 2001-01-27  Kenichi Handa  <handa@etl.go.jp>
1821         * international/quail.el (quail-setup-completion-buf): Make the
1822         multibyteness of current buffer inherited to Quail completion buffer.
1823         (quail-show-guidance-buf): Make the multibyteness of current
1824         buffer inherited to Quail guidance buffer.
1825         (quail-help): Make the multibyteness of current buffer inherited
1826         to Quail help buffer.
1828 2001-01-26  Dave Love  <fx@gnu.org>
1830         * time-stamp.el: Doc fixes.
1832         * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
1833         (delphi-keyword-face, delphi-other-face): Fix :type.
1835         * textmodes/flyspell.el: Doc fixes.  Add :version to new options.
1837         * mail/feedmail.el (feedmail): Add :link.
1838         (feedmail-send-it): Doc fix.
1840         * mail/sendmail.el: Doc fixes.
1841         (sendmail-send-it): Fix the non-ASCII regexp and use
1842         rfc2047-encode-string.
1844         * dired.el, dired-aux.el: Revert last change.
1846 2001-01-26  Gerd Moellmann  <gerd@gnu.org>
1848         * makefile.w32-in (DONTCOMPILE): Add various term files.
1850 2001-01-26  Dave Love  <fx@gnu.org>
1852         * Makefile.in (DONTCOMPILE): Add various term files.
1854 2001-01-26  Gerd Moellmann  <gerd@gnu.org>
1856         * man.el (Man-default-man-entry, Man-mode): Doc fix.
1858         * startup.el (display-startup-echo-area-message): Make sure
1859         the echo area is resized to fit the size of the startup message.
1861         * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
1862         part of which is a constant.
1864 2001-01-26  Eli Zaretskii  <eliz@is.elta.co.il>
1866         * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
1868 2001-01-26  Richard M. Stallman  <rms@gnu.org>
1870         * simple.el (next-line): Don't let `newline' expand abbrevs.
1871         Simplify slightly.
1872         (open-line): Don't let `newline' expand abbrevs.
1874 2001-01-25  John Wiegley  <johnw@gnu.org>
1876         * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
1877         to `repeat' in the :type field.
1879         * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
1880         allow a choice of regexp or nil.
1881         (pcomplete-dir-ignore): Same.
1883         * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
1884         a command) to always fail.
1886 2001-01-25  Gerd Moellmann  <gerd@gnu.org>
1888         * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
1889         discard the result.
1890         (iswitchb-to-end): Likewise.
1892 2001-01-25  Sam Steingold  <sds@gnu.org>
1894         * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
1895         Require vc.
1897 2001-01-25  Stefan Monnier  <monnier@cs.yale.edu>
1899         * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
1901         * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
1903 2001-01-25  Dave Love  <fx@gnu.org>
1905         * lisp/international/mule-diag.el (describe-char-after): Doc fix.
1906         (describe-coding-system): Tweak the English text.
1908         * loadup.el: Preload international/ccl for utf-8.
1910 2001-01-25  Eli Zaretskii  <eliz@is.elta.co.il>
1912         * mail/rmail.el (rmail-redecode-body): Doc fix.
1914 2001-01-25  Kenichi Handa  <handa@etl.go.jp>
1916         * international/mule-cmds.el (reset-language-environment):
1917         Reset coding-category-utf-8 to mule-utf-8.
1919         * international/mule-conf.el (coding-category-utf-8):
1920         Initialize to mule-utf-8.
1922         * loadup.el: Preload international/utf-8.
1924         * international/utf-8.el: New file.
1926 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
1928         * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
1930 2001-01-24  Sam Steingold  <sds@gnu.org>
1932         * dired.el (dired-replace-in-string): Removed.
1933         (dired-sort-toggle): Use `replace-regexps-in-string'
1934         instead of `dired-replace-in-string'.
1936         * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
1937         (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
1939         * gs.el (gs-replace-in-string): Removed.
1940         (gs-options): Use `replace-regexps-in-string'
1941         instead of `gs-replace-in-string'.
1943 2001-01-24  Eli Zaretskii  <eliz@is.elta.co.il>
1945         * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
1946         bug report is mailed to an email list and posted to a news group.
1948 2001-01-24  Gerd Moellmann  <gerd@gnu.org>
1950         * comint.el (comint-replace-by-expanded-history-before-point):
1951         Fix change of 2000-08-03 to move point to the start of the line again.
1953         * startup.el (tool-bar-images-pixel-height): New variable.
1954         (command-line): After loading the user's init file, when
1955         tool-bar-mode is on, increase the frame's size by some lines for
1956         the tool-bar.
1958         * frame.el (frame-initialize): Create the initial frame invisible.
1960 2001-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
1962         * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
1963         (chinese-big5): MIME:Big5.
1965 2001-01-24  Gerd Moellmann  <gerd@gnu.org>
1967         * international/mule-cmds.el (universal-coding-system-argument):
1968         Handle commands with prefix args.
1970 2001-01-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
1972         * calendar/diary-lib.el (diary-float): Fix case of MONTH
1973         being a list of numbers.
1974         (diary-mail-entries): Rewritten.
1976 2001-01-23  Dave Love  <fx@gnu.org>
1978         * international/mule.el (make-coding-system): Fix typo.
1980         * textmodes/outline.el (outline-mode) <font-lock-defaults>:
1981         Add backward-paragraph as font-lock-beginning-of-syntax-function.
1983 2001-01-23  Eli Zaretskii  <eliz@is.elta.co.il>
1985         * font-lock.el (font-lock-mode): Doc fix.
1987 2001-01-23  Kenichi Handa  <handa@etl.go.jp>
1989         * international/mule.el (make-translation-table): Fix docstring.
1991 2001-01-22  Eli Zaretskii  <eliz@is.elta.co.il>
1993         * mail/rmail.el (rmail-redecode-body): New function.
1995         * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
1997 2001-01-22  Gerd Moellmann  <gerd@gnu.org>
1999         * isearch.el (isearch-lazy-highlight-case-fold-search)
2000         (isearch-lazy-highlight-regexp): New variables.
2001         (isearch-lazy-highlight-cleanup): Update lazy highlight if
2002         case-fold search or regexp search has been toggled.
2004         * wid-edit.el (widget-button-click): Avoid a save-excursion
2005         around running a global binding.
2007         * isearch.el (isearch-lazy-highlight-initial-delay): Set default
2008         to 0.25.
2010 2001-01-20  Miles Bader  <miles@gnu.org>
2012         * cus-edit.el (custom-face-save): Do post-processing on the face's
2013         new value like `custom-face-set' does.
2015 2001-01-19  Eli Zaretskii  <eliz@is.elta.co.il>
2017         * mail/emacsbug.el (report-emacs-bug): Report the value of
2018         LC_CTYPE, not LC_TYPE.
2020         * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
2021         isearch-toggle-regexp and isearch-edit-string to doc string.
2023 2001-01-19  Gerd Moellmann  <gerd@gnu.org>
2025         * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
2026         as font-lock-beginning-of-syntax-function in font-lock-defaults.
2028         * jit-lock.el (jit-lock-fontify-now): Don't bind
2029         font-lock-beginning-of-syntax-function to nil.
2031 2001-01-19  Eli Zaretskii  <eliz@is.elta.co.il>
2033         * mail/emacsbug.el (report-emacs-bug): Report values of
2034         locale-coding-system, default-enable-multibyte-characters, and the
2035         environment variables LC_ALL, LC_TYPE, and LANG.
2037 2001-01-19  Gerd Moellmann  <gerd@gnu.org>
2039         * font-lock.el (font-lock-default-fontify-region): Fix last change.
2041         * font-lock.el (font-lock-multiline): Default to nil.
2042         (font-lock-default-fontify-region): If font-lock-multiline is
2043         nil, don't check the property `font-lock-multiline'.
2045         * jit-lock.el (jit-lock-after-change): If font-lock-multiline
2046         is nil, don't check the `font-lock-multiline' text property.
2048 2001-01-19  Michael Kifer  <kifer@cs.sunysb.edu>
2050         * viper.el: Call initial-major-mode on startup.
2052         * ediff.el (ediff-patch-file): Use better defaults.
2054         * ediff-vers.el: Fix for 8+3 DOS file systems.
2056 2001-01-19  Colin Walters <walters@cis.ohio-state.edu>
2058         * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2059         diff mode, if available.
2061 2001-01-19  Michael Kifer  <kifer@cs.sunysb.edu>
2063         * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
2065         * ediff-init.el (subst-char-in-string): Define and use it, unless
2066         it's already defined.
2068 2001-01-18  Gerd Moellmann  <gerd@gnu.org>
2070         * tooltip.el (tooltip-hide-delay): New user-option.
2071         (tooltip-show): Use tooltip-hide-delay instead of the default.
2073 2001-01-18  Kenichi Handa  <handa@etl.go.jp>
2075         * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
2076         kill-local-variable doesn't work for enable-multibyte-characters.
2078 2001-01-17  Dave Love  <fx@gnu.org>
2080         * ediff-init.el (ediff-before-setup-hook)
2081         (ediff-merge-filename-prefix): Add :version.
2083         * international/latin1-disp.el: Require disp-table.
2084         (latin1-display): Fix :set.
2086         * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
2088 2001-01-17  Gerd Moellmann  <gerd@gnu.org>
2090         * isearch.el (isearch-lazy-highlight-initial-delay)
2091         (isearch-lazy-highlight-interval): Default to 0.
2093 2001-01-17  Bob Glickstein  <bobg@zanshin.com>
2095         * isearch.el (isearch-highlight): Set isearch-overlay priority to
2096         1 here rather than each time through
2097         isearch-lazy-highlight-new-loop.
2098         (isearch-lazy-highlight-max): Variable deleted.
2099         (isearch-lazy-highlight-max-at-a-time): New user variable, like
2100         isearch-lazy-highlight-max but controls a single invocation of
2101         isearch-lazy-highlight-update.
2102         (isearch-lazy-highlight-wrapped): Variable recreated.
2103         (isearch-lazy-highlight-window-start): New variable.
2104         (isearch-lazy-highlight-cleanup): Restored to behavior of
2105         before 2-Jan.
2106         (isearch-lazy-highlight-remove-overlays): Function deleted;
2107         behavior folded into isearch-lazy-highlight-cleanup.  "Keep"
2108         behavior removed.
2109         (isearch-lazy-highlight-new-loop): Restore old behavior of calling
2110         isearch-lazy-highlight-update in a loop rather than just once.
2111         Test isearch-invalid-regexp here and decide not to start a new
2112         loop, rather than testing it each time through
2113         isearch-lazy-highlight-update.
2114         (isearch-lazy-highlight-search): Function restored.
2115         (isearch-lazy-highlight-update): Get called in a timer loop again,
2116         but this time highlight more than one match each time through.
2117         Only highlight matches in the visible part of the window.
2118         Start at point, move in the direction of the search, and wrap around at
2119         the edge of the window.  Use sit-for to force redisplay and ensure
2120         window-start is credible.  "Face suppressing" behavior removed;
2121         overlay priorities should make it unnecessary, right?
2122         (isearch-highlight): Face suppressing behavior removed.
2123         (isearch-dehighlight): Face suppressing behavior removed.
2124         (isearch-set-lazy-highlight-faces-at): Removed.
2126 2001-01-17  Kenichi Handa  <handa@etl.go.jp>
2128         * language/european.el ("Latin-1"): Make the format of description
2129         about additional language environments same as that of Latin-2.
2131 2001-01-16  Dave Love  <fx@gnu.org>
2133         * isearch.el (isearch-lazy-highlight): Add :version.
2135         * simple.el (backward-delete-char-untabify-method)
2136         (next-line-add-newlines): Add :version.
2138 2001-01-16  Gerd Moellmann  <gerd@gnu.org>
2140         * bindings.el: Bind <backspace> and <delete> via function-key-map.
2141         Don't bind <delete> otherwise.
2143         * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
2144         and <delete> via function-key-map.
2146         * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
2147         Subject line only if point is after the `Subject:'.
2149 2001-01-16  Kenichi Handa  <handa@etl.go.jp>
2151         * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
2152         japanese-jisx0213-2 in `charset' property of this lang. env.
2154         * language/european.el ("Latin-1"): Add description for Dutch and
2155         Spanish lang. env.
2157         * international/mule.el (decode-char): Fix conditions.
2158         (encode-char): Handle eight-bit-control too.
2159         (transform-make-coding-system-args): New function.
2160         (make-coding-system): Accept XEmacs style arguments for CCL base
2161         coding system.
2163 2001-01-15  Gerd Moellmann  <gerd@gnu.org>
2165         * progmodes/etags.el (find-tag-noselect): Save the value of
2166         tags-file-name before switching buffers, for the case it has a
2167         buffer-local value.
2169 2001-01-15  Alex Schroeder  <alex@gnu.org>
2171         * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
2172         From Dave Love <fx@gnu.org>.
2173         (ansi-color-for-comint-mode): Fix :version.
2175 2001-01-15  Alex Schroeder  <alex@gnu.org>
2177         * ansi-color.el (ansi-color-unfontify-region): Doc change.
2179 2001-01-14  Eli Zaretskii  <eliz@is.elta.co.il>
2181         * dired.el (dired-insert-directory): If file-system-info fails,
2182         remove the " free " part, but don't signal an error.
2184 2001-01-12  Sam Steingold  <sds@gnu.org>
2186         * bookmark.el (bookmark-maybe-historicize-string):
2187         Use new backquote syntax.
2189 2001-01-12  Richard M. Stallman  <rms@gnu.org>
2191         * subr.el (last): Handle a list that doesn't end in nil.
2193 2001-01-12  Sam Steingold  <sds@gnu.org>
2195         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
2196         to `backward-delete-char-untabify'.
2198 2001-01-12  Dave Love  <fx@gnu.org>
2200         * cus-edit.el (customize-menu-create): Fix the :filter following
2201         easymenu change.
2203         * wid-edit.el (function): Add :match-alternatives.
2204         (widget-color-action): Doc fix.
2206 2001-01-12  Gerd Moellmann  <gerd@gnu.org>
2208         * calendar/calendar.el (calendar-basic-setup): Doc fix.
2210 2001-01-12  Kenichi Handa  <handa@etl.go.jp>
2212         * international/mule-cmds.el (prefer-coding-system): Fix docstring.
2214         * international/ccl.el (define-ccl-program): Fix docstring.
2216 2001-01-11  Dave Love  <fx@gnu.org>
2218         * international/mule-cmds.el (standard-display-european-internal):
2219         Set display table for 2208 as for 160.
2221         * progmodes/ada-mode.el (ada-popup-key): Fix last change.
2223         * progmodes/fortran.el (fortran-mode-map): Modify Customization
2224         entry for custom-menu-create change.
2225         (fortran-strip-sqeuence-nos): Make arg optional.  Fix regexp and
2226         don't cons it in the search loop.
2228         * imenu.el (imenu--truncate-items): Revert last change.
2230 2001-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
2232         * info.el (Info-setup-header-line): If the node header includes
2233         either Next: or Prev: links, don't show the File: and Node: parts
2234         in the header line.
2236 2001-01-11  Gerd Moellmann  <gerd@gnu.org>
2238         * comint.el (comint-goto-process-mark): Don't print a message
2239         when running in batch mode.
2241         * isearch.el (isearch-search): In the condition-case handler for
2242         `error', set isearch-invalid-regexp to the whole error message.
2244         * subr.el (eval-after-load): Call load-symbol-file-load-history to
2245         ensure that eval-after-load works for files dumped with Emacs.
2247         * help.el (load-symbol-file-load-history): New function extracted
2248         from function symbol-file.
2249         (symbol-file): Use it.
2251         * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
2253 2001-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
2255         * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
2256         behave as if there were no prefix argument.
2257         (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
2258         argument were nil.
2260 2001-01-11  Richard M. Stallman  <rms@gnu.org>
2262         * isearch.el (isearch-lazy-highlight-update):
2263         Don't look for more potential matches once maximum is exceeded.
2264         Use overlays-in to check correctly for overlap with current match.
2265         Ignore empty matches.
2267 2001-01-11  Miles Bader  <miles@gnu.org>
2269         * textmodes/ispell.el (ispell-adjusted-window-height): New function.
2270         (ispell-overlay-window, ispell-help, ispell-show-choices)
2271         (ispell-command-loop): Use it instead of `window-height'.
2273 2001-01-10  Gerd Moellmann  <gerd@gnu.org>
2275         * files.el (confirm-kill-emacs): New user-option.
2276         (save-buffers-kill-emacs): Ask for final confirmation before
2277         killing Emacs.
2279         * isearch.el (isearch-done): Set isearch-lazy-highlight-start
2280         to nil.
2282 2001-01-10  Dave Love  <fx@gnu.org>
2284         * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
2286         * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
2288         * hi-lock.el (hi-lock-exclude-modes): Fix :type.
2290         * calculator.el (calculator-number-digits): Fix :type.
2292         * vc-cvs.el (vc-cvs-header): Fix :type.
2293         * vc-rcs.el (vc-rcs-header): Fix :type.
2294         * vc-sccs.el (vc-sccs-header): Fix :type.
2296         * progmodes/ada-mode.el (ada-popup-key): Fix :type.
2298         * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
2300         * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
2302 2001-01-10  Gerd Moellmann  <gerd@gnu.org>
2304         * simple.el (set-variable): Force a thorough redisplay for the
2305         case that the variable has an effect on the display, like
2306         `tab-width' has.
2308 2001-01-10  Andre Spiegel  <spiegel@gnu.org>
2310         * vc.el: Add documentation for backend interface.
2312 2001-01-10  Kenichi Handa  <handa@etl.go.jp>
2314         * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
2316         * international/mule-conf.el (latin-extra-code-table): Set to t
2317         for \223 and \224.
2319 2001-01-09  Kenichi Handa  <handa@etl.go.jp>
2321         * international/mule-cmds.el (locale-language-names): Map "es" to
2322         "Spanish" and "nl" to "Dutch".
2324 2001-01-09  Gerd Moellmann  <gerd@gnu.org>
2326         * bindings.el (global-map): Bind <home> to beginning-of-line,
2327         <end> to end-of-line, C-<home> to beginning-of-buffer, and
2328         C-<end> to end-of-buffer.
2330         * language/european.el: Add Dutch and Spanish language info
2331         to be able to use the appropriate tutorials.
2333 2001-01-09  Alex Schroeder  <alex@gnu.org>
2335         * ansi-color.el (ansi-color-process-output): Use markers instead
2336         of positions for start and end of region.
2337         (ansi-color-apply-on-region): Rewrote code to make it more robust.
2338         Previously, occasional mistakes happend when fontifying many
2339         chunks of output (eg. ls --color=yes /dev).  This happened
2340         whenever an overlay was created up to the end of the region, which
2341         coincided with the process-mark.  New text would then be added
2342         within that overlay instead of after it.
2343         (ansi-color-make-extent): Overlays are created with the property
2344         `modification-hooks' set to '(ansi-color-freeze-overlay).
2345         (ansi-color-freeze-overlay): New function.  When inserting text at
2346         the end of the overlay, the overlay will resize.
2348 2000-01-09  Alex Schroeder  <alex@gnu.org>
2350         * ansi-color.el (ansi-color-process-output): Doc change.
2351         (ansi-color-unfontify-region): Doc change.  No longer installed
2352         automatically in font-lock-unfontify-region-function.
2353         (ansi-color-apply): Doc change.
2354         (ansi-color-apply-on-region): Use extents or overlays instead of
2355         text-properties.
2356         (ansi-color-make-extent): New function.
2357         (ansi-color-set-extent-face): New function.
2359 2000-01-09  Alex Schroeder  <alex@gnu.org>
2361         * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
2362         both use ansi-color-process-output, now.
2363         (ansi-color-process-output): Doesn't return string anymore.  It is
2364         installed in comint-output-filter-functions for both Emacs and
2365         XEmacs, now.
2366         (ansi-color-unfontify-region): Simplified code removing variables
2367         pos and start-ansi.
2368         (ansi-color-apply): Put text-property ansi-color before putting
2369         text-property face because ansi-color-unfontify-region is called
2370         immediately after the call to put-text-property.
2371         (ansi-color-context-region): Doc change.
2372         (ansi-color-filter-region): Simplified code.
2373         (ansi-color-apply-on-region): Changed start to start-marker, using
2374         a marker explicitly.  Put text-property ansi-color before putting
2375         text-property face because ansi-color-unfontify-region is called
2376         immediately after the call to put-text-property.
2378 2000-01-09  Alex Schroeder  <alex@gnu.org>
2380         * ansi-color.el (ansi-color-faces-vector): Doc change.
2381         (ansi-color-for-comint-mode): Changed :type property to choice.
2382         (ansi-color-last-context): Removed.
2383         (ansi-color-process-output): Don't use ansi-color-last-context, as
2384         the main functions will store their context now.
2385         (ansi-color-context): Doc change.
2386         (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
2387         Uses ansi-color-context such that repeated calls will strip
2388         partial escape sequences, too.
2389         (ansi-color-apply): Simplified code.  Colorize end of string if
2390         face is not null.  Store context in new (FACE STRING) format, such
2391         that repeated calls will strip partial escape sequences, too.
2392         Append faces to face property using ansi-color-apply-sequence such
2393         that cumulative mode actually works.
2394         (ansi-color-context-region): New variable.
2395         (ansi-color-filter-region): Rewrote it based on
2396         ansi-color-apply-on-region.  Uses ansi-color-context-region such
2397         that repeated calls will strip partial escape sequences, too.
2398         (ansi-color-apply-on-region): Simplified code.  Colorize end of
2399         region if face is not null.  Store context in new (FACE POS)
2400         format, such that repeated calls will strip partial escape
2401         sequences, too.  Append faces to face property using
2402         ansi-color-apply-sequence such that cumulative mode actually works.
2403         (ansi-color-apply-sequence): New function.
2404         (ansi-color-get-face): When the default face is added to the list
2405         of faces, all previous settings are discarded and the list of
2406         faces is set to '(default).
2408 2000-01-09  Alex Schroeder  <alex@gnu.org>
2410         * ansi-color.el (ansi-color-faces-vector): Use nil for the default
2411         face, such that ansi-color-apply and ansi-color-apply-on-region
2412         will do the right thing.
2413         (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
2414         returns nil, set the list of faces back to nil instead of
2415         appending the result of ansi-color-get-face to the front of the list.
2417 2000-01-09  Alex Schroeder  <alex@gnu.org>
2419         * ansi-color.el (ansi-color-for-comint-mode): Doc change.
2420         (ansi-color-process): Doc change.
2421         (ansi-color-last-context): New buffer-local variable.
2422         (ansi-color-process-output): New function.  It is automatically
2423         added to comint-output-filter-functions if this is XEmacs.
2424         (ansi-color-unfontify-region): New optional parameter for XEmacs
2425         compatibility.  Check wether font-lock-syntactic-keywords is
2426         boundp before removing the syntax table text property, as XEmacs
2427         doesn't have it.
2428         (ansi-color-filter-region): Doc change.
2429         (ansi-color-apply-on-region): Doc change.
2430         (ansi-color-make-face): New function.  Compatibility layer for
2431         XEmacs.  Return temporary faces instead of cons cells for XEmacs.
2432         (ansi-color-make-color-map): Use ansi-color-make-face.
2433         (ansi-color-get-face): Avoid face text property '(nil) as results
2434         in an errow for XEmacs.
2436 2000-01-09  Alex Schroeder  <alex@gnu.org>
2438         * ansi-color.el (ansi-color-unfontify-region): New function.
2439         Uses text-property ansi-color in order to preserve fontification by
2440         ansi-color.  When the package is loaded, a lambda expression is
2441         put onto font-lock-mode-hook.  This lambda expression will check
2442         font-lock-unfontify-region-function and replace
2443         font-lock-default-unfontify-region with ansi-color-unfontify-region.
2444         (ansi-color-apply): Add text-property ansi-color in addition to
2445         text-property face.
2446         (ansi-color-apply-on-region): Add text-property ansi-color in
2447         addition to text-property face.
2448         (save-buffer-state): Copy of the macro that is also used by
2449         lazy-lock and font-lock.
2451         (ansi-color-for-comint-mode): New option.
2452         (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
2453         (ansi-color-for-comint-mode-off): Ditto.
2454         (ansi-color-for-comint-mode-filter): Ditto.
2455         (ansi-color-process): New function.  Uses ansi-color-for-comint-mode to
2456         decide what to do.  This function is added to
2457         comint-preoutput-filter-functions when the package is loaded.
2459         (ansi-color-for-shell-mode-set): Removed.
2460         (ansi-color-for-shell-mode): Removed.
2462 2000-01-09  Alex Schroeder  <alex@gnu.org>
2464         * ansi-color.el (ansi-color-for-shell-mode-set): New function with
2465         the lambda expression from the ansi-color-for-shell-mode :set
2466         property.  Additionally, modify shell-mode-hook to enable or
2467         disable font-lock-mode for future shell buffers.
2468         (ansi-color-for-shell-mode): The :set property calls
2469         ansi-color-for-shell-mode-set instead of a lambda expression.
2471 2000-01-09  Alex Schroeder  <alex@gnu.org>
2473         * ansi-color.el (ansi-color-for-shell-mode): Doc change.
2474         (ansi-color-context): New variable.
2475         (ansi-color-apply): Save context between calls.
2477 2001-01-09  Eli Zaretskii  <eliz@is.elta.co.il>
2479         * isearch.el (isearch, isearch-lazy-highlight-face):
2480         New definitions for face colors and attributes.
2482         * wid-edit.el (widget-choose): Call display-popup-menus-p instead
2483         of display-mouse-p.
2485 2001-01-09  Kenichi Handa  <handa@etl.go.jp>
2487         * international/mule.el (make-coding-system): If the coding system
2488         accepts extra latin codes, register such codes as safe for the
2489         coding system.
2491 2001-01-08  Richard M. Stallman  <rms@gnu.org>
2493         * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
2494         don't mention the file name or the date here, because they are
2495         logged at the start of the file.
2497 2001-01-08  Richard M. Stallman  <rms@gnu.org>
2499         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
2500         Change screen-width to frame-width.
2502 2001-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
2504         * info.el (Info-search): Print the default as part of the prompt.
2506 2001-01-08  Andre Spiegel  <spiegel@gnu.org>
2508         * vc.el (vc-default-latest-on-branch-p): New function, replaces
2509         constant implementations in backends.
2511         * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
2512         (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
2514         * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
2515         WRITABLE to EDITABLE.
2517         * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
2518         (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
2519         to EDITABLE.
2521 2001-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
2523         * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
2524         (copyright, copyright-update): Compute the current year at run time.
2526 2001-01-08  Gerd Moellmann  <gerd@gnu.org>
2528         * isearch.el (isearch-old-signal-hook): Removed.
2529         (isearch-mode): Add isearch-done to kbd-macro-termination-hook
2530         instead of setting signal-hook-function.
2531         (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
2533 2001-01-08  Kevin Gallagher  <kevingal@onramp.net>
2535         * emulation/edt.el: Update to version 4.0.  Provide support for
2536         EDT scroll margins at top and bottom of the window.  Provide an
2537         emulation of the EDT SUBS command (bound to GOLD-Enter, by
2538         default).  Enhance edt-quit, bound to GOLD-q by default, to warn
2539         user when file-related buffer modifications exist.
2540         Provide support for running EDT Emulation in XEmacs.
2541         Provide customize access to some user updatable variables.
2542         Add Commentary section to file header.
2543         Fixed a few minor bugs and cleaned up some code.
2545         * emulation/edt-mapper.el: Update to version 4.0.  Provide support
2546         for detecting a keypress that generates an ASCII key sequence.
2547         (Previously, only a keypress that generates a vector was
2548         recognized.)  Embed Window Manager name into name of the generated
2549         EDT Emulation initialization file since the initialization file is
2550         Window Manager specific.  Add Commentary section to file header.
2552 2001-01-07  Eli Zaretskii  <eliz@is.elta.co.il>
2554         * mail/sendmail.el (mail-mode): Doc fix.
2556         * info.el (Info-goto-emacs-command-node): Doc fix.
2557         (Info-goto-emacs-key-command-node): Doc fix.
2559 2001-01-06  Eli Zaretskii  <eliz@is.elta.co.il>
2561         * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
2562         systems without long file-name support.
2564 2001-01-06  Andrew Innes  <andrewi@gnu.org>
2566         * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
2568 2001-01-06  Eli Zaretskii  <eliz@is.elta.co.il>
2570         * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
2571         (isearch-lazy-highlight-update): Doc fix.
2573         * ffap.el (ffap-bindings): Doc fix.
2575         * dired-x.el (dired-virtual-guess-dir): Doc fix.
2577 2001-01-05  Dave Love  <fx@gnu.org>
2579         * emacs-lisp/cl-seq.el (remove, remq): Remove.
2581 2001-01-05  Gerd Moellmann  <gerd@gnu.org>
2583         * mouse-drag.el (mouse-drag-safe-scroll):
2584         Bind scroll-preserve-screen-position to nil.
2586         * isearch.el (isearch-old-signal-hook): New variable.
2587         (isearch-mode): Set signal-hook-function to isearch-done.
2588         (isearch-done): Restore old signal-hook-function.
2590         * info.el (Info-fontify-node): Mark one more char as intangible.
2592 2000-01-05  Kenichi Handa  <handa@etl.go.jp>
2594         * composite.el (compose-last-chars): New argument COMPONENTS.
2595         If it is non-nil, compose preceding characters by compose-region with
2596         COMPONENTS.
2598         * international/quail.el (quail-input-string-to-events): New function.
2599         (quail-input-method): Convert input string to events here.
2600         (quail-start-translation): Return input string, not event list.
2601         (quail-start-conversion): Likewise.
2603 2001-01-04  Gerd Moellmann  <gerd@gnu.org>
2605         * tooltip.el (tooltip-cancel-delayed-tip)
2606         (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
2607         and tooltip-add-timeout.
2608         (tooltip-show): Set border color from faces's foreground.
2609         (tooltip-show-help-function): If called with the same help string
2610         as last time, do nothing.
2611         (tooltip-help-tips): Don't set tooltip-help-message to nil.
2613         * startup.el (fancy-splash-screens): Don't bind show-help-function
2614         to nil.
2616         * tooltip.el (tooltip-frame-parameters): Remove colors.
2617         (tooltip): New face
2618         (tooltip-set-param): New function.
2619         (tooltip-show): Set up color frame parameters from face `tooltip'.
2620         Display the tooltip text in face `tooltip'.
2622 2001-01-04  Dave Love  <fx@gnu.org>
2624         * whitespace.el (whitespace-global-mode): Fix typo.
2626         * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
2628 2001-01-04  Eli Zaretskii  <eliz@is.elta.co.il>
2630         * help.el (help-for-help): Fix a typo in a doc string.
2631         From kwzh@gnu.org (Karl Heuer).
2633 2001-01-03  Dave Love  <fx@gnu.org>
2635         * dired-x.el: Doc fixes.  Maintainer change.
2636         (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
2637         (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
2638         (dired-guess-shell-alist-user): Customize.
2639         (dired-x-help-address): Set to bug-gnu-emacs.
2640         (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
2641         (dired-default-directory): Renamed from default-directory.
2643         * hl-line.el (hl-line): Doc fix.
2645 2001-01-03  Karl Fogel  <kfogel@red-bean.com>
2647         * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
2649 2001-01-02  Richard M. Stallman  <rms@gnu.org>
2651         * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
2652         to remove all the current alternative-match highlighting.
2653         If nil, remove only what's outside the current window.
2654         (isearch-lazy-highlight-remove-overlays): Take optional
2655         region within which NOT to remove them.
2656         (isearch-lazy-highlight-new-loop): Greatly simplified.
2657         (isearch-lazy-highlight-update): Find all the other occurrences
2658         visible in the window, in just one call.
2659         (isearch-lazy-highlight-start): Now holds start of region to scan.
2660         (isearch-lazy-highlight-end): Now holds end of region to scan.
2661         (isearch-lazy-highlight-wrapped): Variable deleted.
2662         (isearch-lazy-highlight-search): Function deleted.
2664 2000-01-02  Andrew Innes  <andrewi@gnu.org>
2666         * w32-fns.el (convert-standard-filename): Do length check on name
2667         before aref.
2669 2001-01-02  Dave Love  <fx@gnu.org>
2671         * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
2672         value.
2673         (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
2675         * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
2677         * net/browse-url.el (browse-url-filename-alist): Avoid backquote
2678         read syntax.
2680         * calendar/todo-mode.el (todo): Add :link, :version.
2681         (todo-save-top-priorities): Remove autoload cookie.
2682         (todo-add-category, todo-add-item-non-interactively)
2683         (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
2685 2001-01-02  Gerd Moellmann  <gerd@gnu.org>
2687         * comint.el (comint-input-history-ignore): New variable.
2688         (comint-read-input-ring): Ignore entries matching
2689         comint-input-history-ignore.
2691 2001-01-02  Eric M. Ludlam  <zappo@gnu.org>
2693         * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
2694         (lm-copyright-mark): New function.
2695         (lm-crack-copyright): New function.
2696         (lm-verify): Check that the file has a copyright.
2697         Check that the file is copyright Free Software Foundation.
2699 2000-12-30  Kenichi Handa  <handa@etl.go.jp>
2701         * international/mule-diag.el (print-fontset): Indent font name by
2702         24 columns, not 25.
2704 2000-12-29  Gerd Moellmann  <gerd@gnu.org>
2706         * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
2707         in Subject line.
2709         * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
2710         Use mail-mode-hook instead of mail-setup-hook.
2711         Otherwise continuing an interrupted message with C-u C-x m for
2712         instance, winds up in Mail mode without abbrevs.
2714 2000-12-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2716         * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
2717         non-nil.  Adding almost all customization variables on ps-setup.
2718         Doc fix.
2719         (ps-print-version): New version number (6.3.3).
2720         (ps-end-with-control-d): Initialization fix.
2721         (ps-lines-printed): New var.
2722         (ps-skip-newline): New fun.
2723         (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
2724         (ps-next-line, ps-continue-line, ps-plot-region)
2725         (ps-generate-postscript-with-faces, ps-end-job): Code fix.
2727 2000-12-29  Kenichi Handa  <handa@etl.go.jp>
2729         * international/fontset.el (x-complement-fontset-spec):
2730         Resolve ASCII font name so that the same family name is used for fonts
2731         registered in x-font-name-charset-alist.
2732         (create-fontset-from-fontset-spec): Adjusted for the above change.
2733         The name of fontset alias should be a unresolved ASCII font name.
2735 2000-12-28  Gerd Moellmann  <gerd@gnu.org>
2737         * simple.el (delete-key-deletes-forward-mode): Bind backspace
2738         and delete in isearch-mode-map.
2740 2000-12-28  Richard M. Stallman  <rms@gnu.org>
2742         * dired-x.el (dired-guess-shell-alist-default):
2743         Use xpdf instead of acroread.
2745 2000-12-28  Kenichi Handa  <handa@etl.go.jp>
2747         * textmodes/artist.el (artist-butlast): Deleted.
2748         (artist-ellipse-mirror-quadrant): Use butlast instead of
2749         artist-butlast.
2751         * subr.el (butlast, nbutlast): Moved from cl.el to here.
2753         * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
2755 2000-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
2757         From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
2759         * ls-lisp.el: Better support for the Mac and MS-Windows.
2760         (ls-lisp): New defgroup.
2761         (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
2762         (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
2763         (ls-lisp-support-shell-wildcards): New defcustoms.
2764         (ls-lisp-parse-symlink): New function.
2765         (insert-directory): Code to convert switches to a list and set up
2766         the wildcard argument copied from ls-lisp-insert-directory.
2767         (ls-lisp-insert-directory): New argument TIME-INDEX.  Add support
2768         for -C and -R switches.
2769         (ls-lisp-column-format): New function.
2770         (ls-lisp-delete-matching, ls-lisp-handle-switches)
2771         (ls-lisp-format-time): Add doc strings.
2772         (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
2773         Support ls-lisp-dirs-first.
2774         (ls-lisp-classify, ls-lisp-extension): New functions.
2775         (ls-lisp-format): Optionally support emulation of symlinks.
2776         Support -i, -s, and -G switches.
2778 2000-12-27  Gerd Moellmann  <gerd@gnu.org>
2780         * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
2782         * version.el (emacs-version): Print X scroll bar information.
2784         * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
2785         instead of x-toolkit-scroll-bars-p.
2787         * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
2788         of x-toolkit-scroll-bars-p.
2790 2000-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
2792         * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
2793         (ffap-bindings): Doc fix, to reflect the above change.
2795 2000-12-27  Kenichi Handa  <handa@etl.go.jp>
2797         * term.el (term-char-mode): Define all non-ascii self-inserting
2798         characters to 'term-send-raw in term-raw-map.
2800 2000-12-25  Michael Kifer  <kifer@cs.sunysb.edu>
2802         * viper-init (viper-restore-cursor-type): Added condition-case guard.
2804         * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
2805         Changed initialization; use add-hook.
2806         (ediff-file-remote-p): Use file-local-copy.
2808         * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
2810         * ediff.el (ediff-patch-buffer): Bug fix.
2811         (ediff-revision): Allow selection of the file at the prompt.
2813 2000-12-23  Stefan Monnier  <monnier@cs.yale.edu>
2815         * subr.el (combine-run-hooks): Remove.
2817         * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
2818         and remove the rogue second spec.
2820 2000-12-23  Gerd Moellmann  <gerd@gnu.org>
2822         * progmodes/compile.el (compilation-forget-errors): Fix indentation.
2824 2000-12-22  Stefan Monnier  <monnier@cs.yale.edu>
2826         * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
2827         Use minibuffer menu prompt for the `=' prefix.
2828         (smerge-command-prefix): Change default to C-^.
2829         (smerge-mode): Don't assume font-lock doesn't move point.
2831         * skeleton.el (skeleton-internal-1): Make sure the first line of
2832         the region is also re-indented.
2833         (skeleton-end-newline): New var.
2834         (skeleton-end-hook): Use it.
2836 2000-12-22  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
2838         * comint.el (comint-password-prompt-regexp): Support CVS.
2840 2000-12-22  Gerd Moellmann  <gerd@gnu.org>
2842         * simple.el (delete-key-deletes-forward-mode): Simplify.
2843         Also backspace key combinations, depending on
2844         delete-key-deletes-forward.
2846         * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
2848         * simple.el (delete-key-deletes-forward): Doc fix.
2850 2000-08-22  Emmanuel Briot  <briot@gnat.com>
2852         * xml.el (top level comment): Updated to reflect the fact that
2853         white spaces are relevant in the XML file.
2854         (xml-parse-file): Do not kill an existing Emacs buffer if the file
2855         to parse was already edited. This allows for on-the-fly analysis
2856         of XML files.
2857         (xml-parse-tag): Check that the casing is the same in the start
2858         tag and end tag, since XML is case-sensitive.  Allows for spaces
2859         in the end tag, after the name of the tag.
2860         (xml-parse-attlist): Allow for the character '-' in the name of
2861         attributes, as in the standard http-equiv attribute Do not save
2862         the properties in the XML tree, since they are not relevant.
2864 2000-12-21  Stefan Monnier  <monnier@cs.yale.edu>
2866         * generic.el (generic-read-type): Undo last change, inline into
2867         `generic-mode' and then remove.
2868         (generic-mode): Inline generic-read-type.
2869         (define-generic-mode): Push the symbol name rather than the symbol
2870         onto generic-mode-list.
2872 2000-12-21  Gerd Moellmann  <gerd@gnu.org>
2874         * generic.el (generic-read-type): Build an alist for
2875         completing-read as in 20.7.
2877         * play/landmark.el (lm): Use interactive spec `P'.
2878         (toplevel): Don't set debug-on-error.
2880         * server.el (server-switch-buffer): Choose a window on a visible frame.
2882 2000-12-21  Dave Pearson  <davep@davep.org>
2884         * quickurl.el: Commentry change, I've moved my web site.
2886 2000-12-21  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2888         * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
2889         ranges like \177-\237, but accepts the character sequence from \177 to
2890         \237.  Doc fix.
2891         (ebnf-version): New version (3.4).
2892         (ebnf-setup): Code fix.
2893         (ebnf-range-regexp): New fun.
2894         (ebnf-8-bit-chars): Const fix.
2896         * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
2897         entry.  Doc fix.
2898         (ebnf-bnf-lex): Code fix.
2899         (ebnf-bnf-comment-chars): Const fix.
2901         * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
2902         entry.  Doc fix.
2903         (ebnf-iso-comment-chars): Const fix.
2905         * ebnf-otz.el: Doc fix.
2907         * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
2908         entry.  Doc fix.
2909         (ebnf-yac-skip-code): Code fix.
2910         (ebnf-yac-comment-chars): Const fix.
2912 2000-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
2914         * files.el (insert-directory-safely): New function.
2915         (recover-file): Use it instead of insert-directory.
2916         From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
2918 2000-12-21  Kenichi Handa  <handa@etl.go.jp>
2920         * international/mule-cmds.el (select-safe-coding-system):
2921         Check coding-category-list more rigidly.  Improve help message.
2923         * dired.el (dired-move-to-filename-regexp): Fix previous change.
2925 2000-12-21  Miles Bader  <miles@gnu.org>
2927         * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
2929 2000-12-21  Kenichi Handa  <handa@etl.go.jp>
2931         * international/mule-diag.el (describe-char-after): Make *Help*
2932         buffer inherit multibyteness of the current buffer.
2934         * international/mule.el (make-char): Docstring adjusted for the
2935         change of make-char-internal.
2937 2000-12-20  Stefan Monnier  <monnier@cs.yale.edu>
2939         * international/iso-cvt.el: Docstrings fix.
2941 2000-12-20  Dave Love  <fx@gnu.org>
2943         * subr.el (eval-after-load): Doc fix.
2945 2000-12-20  Kenichi Handa  <handa@etl.go.jp>
2947         * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
2948         for numbers.
2950 2000-12-20  Miles Bader  <miles@gnu.org>
2952         * international/quail.el (quail-help): Resize the help window
2953         again after it has all its contents.  Remove unneeded progn.
2955 2000-12-19  Gerd Moellmann  <gerd@gnu.org>
2957         * pcmpl-linux.el: Fix copy/paste error.
2959 2000-12-19  Andrew Innes  <andrewi@gnu.org>
2961         * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
2963 2000-12-19  Carsten Dominik  <dominik@strw.leidenuniv.nl>
2965         * progmodes/idlw-rinfo.el: Fixed copyright notice.
2967         * progmodes/idlw-toolbar.el: Fixed copyright notice.
2969         * progmodes/idlw-shell.el: Fixed copyright notice.
2971         * progmodes/idlwave.el: Fixed copyright notice.
2973         * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
2974         TAB as key separators.
2976 2000-12-19  Alex Schroeder  <alex@gnu.org>
2978         * sql.el (sql-sybase-options): New option.
2979         (sql-sybase): Use it.  Add sql-database to the list of parameters
2980         provided for login.  The options -w 2048 -n are not used any more.
2981         (sql-postgres-options): Changed default from "--pset" to "-P".
2982         (sql-mysql-options): Doc change.
2983         (sql-stop): Doc change.
2985 2000-12-19  Kenichi Handa  <handa@etl.go.jp>
2987         * international/quail.el (quail-input-method): Always hide
2988         the guidance buffer on exiting.
2990 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
2992         * tooltip.el (tooltip-mode): Signal an error if x-show-tip
2993         isn't fboundp.
2995         * server.el (server-buffer-done): Bury the buffer before
2996         killing it.
2998         * faces.el (face-spec-set): Interpret a nil in specs for
2999         foreground and background colors as `unspecified', for
3000         compatibility with 20.x.
3002 2000-12-18  Dave Love  <fx@gnu.org>
3004         * simple.el (mail-user-agent): Doc fix.
3005         (input-mode-8-bit): Removed.
3007         * international/mule.el (set-keyboard-coding-system): Doc fix.
3008         (keyboard-coding-system): New option.
3010         * mail/sendmail.el (send-mail-function): Customize.
3012 2000-12-18  Eli Zaretskii  <eliz@is.elta.co.il>
3014         * international/codepage.el (cp866-decode-table): New table.
3016 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
3018         * version.el (emacs-version): Remove `%a' from the time format
3019         because the weekday doesn't fit well into each locale.
3021 2000-12-18  Miles Bader  <miles@gnu.org>
3023         * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
3025         * textmodes/artist.el (artist-replace-chars, artist-replace-char):
3026         Check that emacs-major-version is `=' to 20, not `>='.
3027         (artist-replace-chars): Use `make-string' instead of a loop.
3029 2000-12-17  Stefan Monnier  <monnier@cs.yale.edu>
3031         * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
3032         (cvs-execute-single-file): Don't change directory.
3033         Patch from Per Cederqvist.
3035 2000-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
3037         * textmodes/ispell.el (check-ispell-version):
3038         If `ispell-program-name' is "aspell", pass it the -v switch instead
3039         of -vv.
3041 2000-12-16  Kenichi Handa  <handa@etl.go.jp>
3043         * international/mule-diag.el (mule-diag): Insert information about
3044         configure options, multibyte awareness, language env.
3046         * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
3047         regexp to search for candidates.
3049 2000-12-15  Eli Zaretskii  <eliz@is.elta.co.il>
3051         * info.el (Info-forward-node): If the node has an
3052         Info-header-line, widen the buffer before searching for "next:"
3053         and "up:" pointers, and set the search limit to stay in the
3054         current node.
3056 2000-12-16  Miles Bader  <miles@gnu.org>
3058         * simple.el (delete-trailing-whitespace): Remove extraneous let.
3060 2000-12-15  Miles Bader  <miles@gnu.org>
3062         * comint.el (comint-send-string, comint-send-region): Also accept
3063         a buffer, buffer-name, or nil for PROCESS, for compatibility with
3064         process-send-string/region.
3066 2000-12-15  Gerd Moellmann  <gerd@gnu.org>
3068         * isearch.el (isearch-lazy-highlight-max): New user-option.
3069         (isearch-lazy-highlight-update): Don't highlight more than
3070         isearch-lazy-highlight-max matches.
3072         * mail/mh-utils.el (mh-find-path): Set read-mail-command.
3074 2000-12-15  Richard M. Stallman  <rms@gnu.org>
3076         * sort.el (sort-columns): Fix error message.
3078         * dabbrev.el (dabbrev--last-case-pattern): Value is now
3079         `upcase' or `downcase' or nil.
3080         (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
3081         Pass new record-case-pattern arg to dabbrev--substitute-expansion.
3082         (dabbrev--substitute-expansion): New arg record-case-pattern.
3083         If it is non-nil, set dabbrev--last-case-pattern.
3084         If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
3086         * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
3088 2000-12-15  Miles Bader  <miles@gnu.org>
3090         * paths.el (Info-default-directory-list): Don't delete
3091         configure-info-directory from the list of standard info
3092         directories when appending it to the end -- their order is important.
3094         * faces.el (read-face-attribute): If there's no entry for the
3095         user's input in VALID, just use it as-is (this will often result
3096         in an error, but it may be OK for e.g. colors using hexadecimal
3097         notation, and at least will yield a better error message).
3099         * window.el (mode-line-window-height-fudge): Function removed.
3100         (height-affecting-face-attributes, mode-line-window-height-fudge):
3101         Variables removed.
3102         * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
3103         window is really the right size.  Use vertical-motion
3104         rather than forward-line.
3105         (ispell-help): Don't use ispell-mode-line-window-height-fudge.
3106         (ispell-command-loop, ispell-show-choices): Use the variable
3107         ispell-choices-win-default-height, rather than the function.
3108         (ispell-choices-win-default-height): Function removed.
3109         (ispell-mode-line-window-height-fudge): Function removed.
3111 2000-12-14  Stefan Monnier  <monnier@cs.yale.edu>
3113         * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
3115 2000-12-14  Eli Zaretskii  <eliz@is.elta.co.il>
3117         * paths.el (Info-default-directory-list):
3118         If configure-info-directory is not one of the standard directories,
3119         put it first in the list; otherwise put it last.  Doc string
3120         changed accordingly.
3122         * info.el (Info-directory-list): Change doc string to reflect the
3123         change in Info-default-directory-list.
3125         * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
3126         windows-nt as windowed environments, even under -nw.
3128         * startup.el (command-line): Don't call x-backspace-delete-keys-p
3129         if not fboundp.  Switch delete-forward mode for the <delete> key
3130         on all PC platforms, even under -nw.
3132         * term/internal.el ([M-delete]): Remap to M-d.
3134 2000-12-14  Gerd Moellmann  <gerd@gnu.org>
3136         * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
3138 2000-12-14  Eli Zaretskii  <eliz@is.elta.co.il>
3140         * frame.el (show-cursor-in-non-selected-windows): Doc fix.
3142 2000-12-14  Gerd Moellmann  <gerd@gnu.org>
3144         * startup.el (command-line): Call delete-key-deletes-forward-mode,
3145         if appropriate.
3147         * simple.el (delete-key-deletes-forward): New user-option.
3148         (delete-key-deletes-forward-mode): New function.
3150         * bindings.el: Bind `delete' to backward-delete-char.
3152         * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
3153         Test if symbol is bound before getting its value.
3155         * tooltip.el (tooltip-show): If an error is signaled in
3156         x-show-tip, display that error, and display the help in the
3157         echo area.
3159 2000-12-14  Kenichi Handa  <handa@etl.go.jp>
3161         * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
3162         Show "... entries" messages for every 10000 entries, not 10.
3164 2000-12-13  Karl Fogel  <kfogel@red-bean.com>
3166         * bookmark.el: Provide a generic exit hook, as suggested by
3167         Ovidiu Predescu <ovidiu@cup.hp.com>:
3168         (bookmark-exit-hook): New var.
3169         (bookmark-exit-hook-internal): New func, replaces
3170         old raw lambda form in `kill-emacs-hook', and runs new
3171         `bookmark-exit-hooks'.  No longer tests for the bookmark feature,
3172         as logically that feature must have been provided if this function
3173         is running.
3174         Removed ;;;###autoload before the `add-hook' call.
3176 2000-12-13  Stefan Monnier  <monnier@cs.yale.edu>
3178         * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
3179         (easy-menu-current-active-maps): New function.
3180         (easy-menu-get-map): Use it.
3181         Make a proper menu entry when creating a new keymap.
3183 2000-12-13  Kenichi Handa  <handa@etl.go.jp>
3185         * international/characters.el: Fix cases and syntaxes for
3186         mule-unicode-0100-24ff.
3188         * dired.el (dired-move-to-filename-regexp): Fixed for the case
3189         that a Japanese character is not appended after day and year.
3191         * info.el (Info-suffix-list): Change format for a command that
3192         requires arguments.
3193         (info-insert-file-contents): Adjusted for the above change.
3195 2000-12-12  Andreas Schwab  <schwab@suse.de>
3197         * tar-mode.el (tar-extract): Base the name of the subfile buffer
3198         on the name of the tar buffer.  Verify that the existing buffer is
3199         visiting the same subfile.
3201 2000-12-12  Dave Love  <fx@gnu.org>
3203         * subdirs.el: Add obsolete.
3205 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
3207         * mail/rmailsum.el (rmail-summary-expunge)
3208         (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
3209         instead of rmail-confirm-expunge.
3211         * replace.el (perform-replace): Don't use an empty match adjacent
3212         to a non-empty match when computing the next match before the
3213         replacement is performed.
3215 2000-12-12  Milan Zamazal  <pdm@freesoft.cz>
3217         * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
3218         definition (patch by Stefan Monnier).
3219         (glasses-mode): Use jit-lock instead of `after-change-functions'
3220         (patch by Stefan Monnier).
3222 2000-12-12  Miles Bader  <miles@gnu.org>
3224         * info.el (Info-last-preorder): Don't barf on nodes without a prev.
3225         (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
3227 2000-12-12  Andrew Choi  <akochoi@i-cable.com>
3229         * term/mac-win.el: Remove load for ls-lisp.
3231         * loadup.el: Load ls-lisp for system-type `macos'.
3233 2000-12-12  Miles Bader  <miles@gnu.org>
3235         * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
3236         Respect field end too.
3237         (just-one-space): Respect fields as `delete-horizontal-space'.
3238         (newline-and-indent, reindent-then-newline-and-indent):
3239         Use `delete-horizontal-space'.
3241 2000-12-11  Stefan Monnier  <monnier@cs.yale.edu>
3243         * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
3244         (so as to obey the field property in the minibuffer).
3246         * obsolete/c-mode.el: Moved from lisp/progmodes.
3247         * obsolete/auto-show.el: Moved from lisp.
3248         * obsolete/ooutline.el: Moved from lisp/textmodes.
3250 2000-12-11  Carsten Dominik  <dominik@strw.leidenuniv.nl>
3252         * progmodes/idlwave.el: Updated to IDLWAVE version 4.7.  Too many
3253         changes to list them here.
3255         * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
3256         Too many changes to list them here.
3258         * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
3259         Too many changes to list them here.
3261         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
3263 2000-12-11  Gerd Moellmann  <gerd@gnu.org>
3265         * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
3267         * cus-edit.el (custom-save-variables, custom-save-faces):
3268         Comment fix.
3270         * hscroll.el: Moved to `obsolete' subdir.
3272 2000-12-11  Miles Bader  <miles@gnu.org>
3274         * window.el (window-text-height): Function removed (now in C).
3276 2000-12-10  Stefan Monnier  <monnier@cs.yale.edu>
3278         * log-edit.el (log-edit-parent-buffer): New var.
3279         (log-edit): Set it.  Add BUFFER argument.
3280         (log-edit-done): Use char-before.
3281         Don't bother checking validity of vc-comment-ring.
3282         Only bury the buffer if log-edit popped it up.
3284         * pcvs.el: Update references to CVS-Edit (now Log-Edit).
3285         (cvs-mode-diff-help): Remove.
3286         (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
3287         (cvs-mode-marked): Set up the default for CMD manually.
3289         * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
3290         Remove binding for ? now made unnecessary.
3292 2000-12-10  Carsten Dominik  <dominik@strw.leidenuniv.nl>
3294         * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
3295         (reftex-TeX-master-file): Check for `tex-main-file' early enough.
3297         * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
3298         when master file is not open.
3300 2000-12-09  Stefan Monnier  <monnier@cs.yale.edu>
3302         * progmodes/ada-stmt.el: Update `maintainer'.
3304 2000-12-09  Stephen Gildea  <gildea@alum.mit.edu>
3306         * time-stamp.el (time-stamp-old-format-warn): Reorder custom
3307         choices to match documentation string.
3309 2000-12-09  Miles Bader  <miles@gnu.org>
3311         * minibuf-eldef.el: New file.
3313         * window.el (fit-window-to-buffer): Don't pass last argument to
3314         pos-visible-in-window-p, now that its meaning is inverted.
3316 2000-12-08  Eli Zaretskii  <eliz@is.elta.co.il>
3318         * image.el (create-image): Doc fix; spotted by Per Cederqvist
3319         <ceder@lysator.liu.se>.
3321 2000-12-08  Stefan Monnier  <monnier@cs.yale.edu>
3323         * autoinsert.el (auto-insert-alist): Add missing final \n.
3325         * pcvs-defs.el (cvs-menu): Move.  Make submenu for diff commands.
3326         (cvs-menu-map): Remove.
3327         * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
3328         (cvs-mode-quit): Turn it back into a plain function.
3330         * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
3331         (texinfo-filter): Remove (move to texinfo.el).
3333         * textmodes/texinfo.el: Move the (require 'cl) to the front of the
3334         file where it's more visible.
3335         (texinfo-filter, texinfo-chapter-level-regexp): New variables
3336         moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
3337         (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
3338         (texinfo-inside-macro-p): Only catch `scan-error's.
3339         (texinfo-inside-env-p): Make better use of the match info.
3340         (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
3341         (texinfo-insert-@end): Slight re-organization.
3342         Also remove useless `looking-at' call.
3344 2000-12-08  Andrew Innes  <andrewi@gnu.org>
3346         * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
3347         accessible in -nw mode.
3349         * term/w32-win.el: Remove stuff about selection timeout, which is
3350         irrelevant on Windows.  Move clipboard support to w32-fns.el, so
3351         it is accessible in -nw mode.
3353 2000-12-08  Dave Love  <fx@gnu.org>
3355         * emacs-lisp/lisp-mode.el (lisp-mode):
3356         Set font-lock-keywords-case-fold-search.
3358 2000-12-08  Gerd Moellmann  <gerd@gnu.org>
3360         * textmodes/ispell.el (ispell): Doc fix.
3362 2000-12-08  Kenichi Handa  <handa@etl.go.jp>
3364         * international/quail.el (quail-insert-decode-map): Check the
3365         frame width of a window displaying the current buffer, not that of
3366         the selected frame.
3367         (quail-help): Make sure that the help buffer has window before
3368         inserting text in it.
3370 2000-12-07  Sam Steingold  <sds@gnu.org>
3372         * loadup.el: Load emacs-lisp/backquote instead of autoloading.
3373         Backquote is used in isearch.el, so autoloading saves nothing.
3375 2000-12-07  Eli Zaretskii  <eliz@is.elta.co.il>
3377         * startup.el (normal-top-level-add-subdirs-to-load-path):
3378         Ignore the CVS and RCS subdirectories case-insensitively.
3380         * dired.el (dired-insert-directory): If file-system-info is
3381         fboundp, call it instead of invoking dired-free-space-program.
3383 2000-12-07  Gerd Moellmann  <gerd@gnu.org>
3385         * server.el (server-visit-files): Push files on file-name-history.
3387         * progmodes/cc-langs.el: Update copyright.
3389         * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
3391         * bindings.el (mode-line-mode-menu): Add glasses-mode.
3393         * bindings.el (mode-line-mode-menu): Reverse the order
3394         of define-keys so that the menu appears in alphabetical order.
3396 2000-12-07  Milan Zamazal  <pdm@freesoft.cz>
3398         * progmodes/glasses.el (glasses-mode): Update mode line at the end
3399         of the function.
3401 2000-12-07  Dave Love  <fx@gnu.org>
3403         * jka-compr.el (jka-compr-compression-info-list): Fix :type.
3405         * facemenu.el (facemenu-unlisted-faces): Fix value.
3407 2000-12-07  Stefan Monnier  <monnier@cs.yale.edu>
3409         * font-lock.el (font-lock-default-fontify-region):
3410         Include the terminating \n (off-by-one error).
3411         (font-lock-set-defaults): Use dolist.
3413         * derived.el (define-derived-mode): Don't use combine-run-hooks.
3415 2000-12-07  Kenichi Handa  <handa@etl.go.jp>
3417         * international/mule-cmds.el (describe-language-environment):
3418         Fix for the case that an input method title is not string but a list.
3420         * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
3421         of wrong SIZE record.
3423 2000-12-06  Dave Love  <fx@gnu.org>
3425         * newcomment.el (comment-region, comment-dwim): Doc fix.
3427         * textmodes/texinfo.el: Require tex-mode when compiling.
3428         (texinfo-update-node): Doc fix.
3429         (texinfo-imenu-generic-expression): Add @anchor.
3430         (texinfo-font-lock-keywords): Add @uref.
3431         (texinfo-inside-macro-p): Don't use ignore-errors.
3432         (texinfo-insert-quote): Match more contexts.
3434         * international/mule.el (decode-char, encode-char): Doc fix.
3435         (auto-coding-alist): Customize.
3437         * files.el (load-file): Fix change of 2000-03-12.
3439         * wid-edit.el (widget-text-keymap): Doc fix.
3441 2000-12-06  Andrew Innes  <andrewi@gnu.org>
3443         * makefile.w32-in (lisp): Set to an absolute directory, namely
3444         $(CURDIR).
3446 2000-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
3448         * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
3449         read generated-autoload-file, and set buffer-file-coding-system to
3450         raw-text-unix after reading the file.
3452         * international/mule-conf.el (file-coding-system-alist):
3453         Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
3455 2000-12-06  Gerd Moellmann  <gerd@gnu.org>
3457         * replace.el (occur): Make line-number-width 1 smaller for the
3458         colon following the line number.
3460         * startup.el (fancy-splash-text, command-line-1):
3461         Use `File' for the menu name instead of `Files'.
3463         * tmm.el: Update copyright.
3465         * cus-start.el: Add entry for even-window-heights.
3467 2000-12-06  Miles Bader  <miles@gnu.org>
3469         * faces.el (frame-set-background-mode): Avoid stomping on
3470         locally modified faces.
3472 2000-12-06  Kenichi Handa  <handa@etl.go.jp>
3474         * international/fontset.el: Correct the font registries for
3475         japanese-jisx0213-1 and japanese-jisx0213-2.
3477 2000-12-05  Gerd Moellmann  <gerd@gnu.org>
3479         * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
3481         * iswitchb.el: Update customization commentary.
3483 2000-12-05  Rob Riepel  <riepel@Stanford.EDU>
3485         * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
3486         (tpu-search-highlight): Fixed comparison of overlay end positions.
3487         (tpu-trim-line-ends): Implemented trimming logic locally.
3489         * emulation/tpu-extras.el (tpu-write-file-hook)
3490         (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
3492 2000-12-05  Kenichi Handa  <handa@etl.go.jp>
3494         * language/chinese.el (chinese-iso-8bit): Change mime-charset name
3495         to cn-gb.
3496         (cn-gb, gb2312): New aliases for chinese-iso-8bit.
3498 2000-12-04  Dave Love  <fx@gnu.org>
3500         * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
3502 2000-12-04  Gerd Moellmann  <gerd@gnu.org>
3504         * mail/rmailsum.el (rmail-summary-expunge)
3505         (rmail-summary-expunge-and-save): Ask for confirmation with
3506         rmail-expunge-confirmed.
3508         * mail/rmail.el (rmail-expunge-confirmed): New function.
3509         (rmail-expunge): Use it.
3511 2000-12-04  Philippe Waroquiers  <wao@gull.tact.cfmu.eurocontrol.be>
3513         * progmodes/etags.el (tag-partial-file-name-match-p): New function.
3514         (etags-recognize-tags-table, find-tag-in-order):
3515         New functionality: interpret file names as tags.
3517 2000-12-04  Eli Zaretskii  <eliz@is.elta.co.il>
3519         * info.el (Info-scroll-prefer-subnodes): New defcustom.
3520         (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
3521         the first subnode until the bottom of the current node is visible.
3523 2000-12-04  Gerd Moellmann  <gerd@gnu.org>
3525         * format.el (format-decode): Don't change buffer's undo list.
3527 2000-12-04  Kenichi Handa  <handa@etl.go.jp>
3529         * faces.el (face-font-registry-alternatives): Add entries for CJK
3530         fonts.  Doc-string adjusted for the actual usage of this data.
3532         * international/fontset.el: Change the font registries for CJK
3533         fonts in the default fontset.  Don't append '*' to registries.
3535 2000-12-03  Stefan Monnier  <monnier@cs.yale.edu>
3537         * emacs-lisp/easy-mmode.el (define-derived-mode)
3538         (easy-mmode-derived-mode-p): Remove (moved to derived.el).
3540         * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
3541         (derived-mode-p): New function.
3542         (derived-mode-make-docstring): Add `docstring' argument.
3543         Use it if available and complete it if necessary.
3545 2000-12-03  Andreas Schwab  <schwab@suse.de>
3547         * type-break.el (type-break): Don't make parent of itself.
3549 2000-12-03  Miles Bader  <miles@gnu.org>
3551         * simple.el (delete-trailing-whitespace): Don't delete newlines too.
3553 2000-12-02  Stefan Monnier  <monnier@cs.yale.edu>
3555         * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
3556         (tex-main-file, tex-file): Simplify.
3557         (tex-generate-zap-file-name): Use subst-char-in-string.
3558         (tex-strip-dots): Remove.
3560         * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
3562         * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
3563         to check if the match succeeded.
3565 2000-12-02  Gerd Moellmann  <gerd@gnu.org>
3567         * startup.el (use-fancy-splash-screens-p): New function.
3568         (command-line-1): Use it to determine whether or not to use
3569         a fancy splash screen.
3571 2000-12-02  Andreas Schwab  <schwab@suse.de>
3573         * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
3575 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
3577         * international/mule.el (make-char): Fix last change.
3579         * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
3580         New defcustoms.
3581         (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
3582         autoloading tex-mode; instead, do the same manually.
3583         Use texinfo-open-quote and texinfo-close-quote.  Insert literal quote
3584         with numeric argument.  Docstring fix.
3585         (toplevel): Require cl when compiling.
3587         * international/mule.el (make-char): Doc fix.
3589 2000-12-02  Jason Rumney  <jasonr@gnu.org>
3591         * term/w32-win.el (x-select-enable-clipboard): Customize (as per
3592         the Emacs Lisp manual)
3594 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
3596         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
3598         * term/pc-win.el (x-select-enable-clipboard): Customize (as per
3599         the Emacs Lisp manual).
3601 2000-12-02  Gerd Moellmann  <gerd@gnu.org>
3603         * simple.el (next-line-add-newlines): Change default to nil.
3605 2000-12-01  Eli Zaretskii  <eliz@is.elta.co.il>
3607         * files.el (revert-buffer, recover-file):
3608         Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
3610 2000-12-01  Gerd Moellmann  <gerd@gnu.org>
3612         * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
3614 2000-12-01  Miles Bader  <miles@gnu.org>
3616         * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
3618 2000-12-01  Kenichi Handa  <handa@etl.go.jp>
3620         * international/mule-diag.el (describe-char-after): Fix typo.
3621         (describe-character-set, non-iso-charset-alist): Fix typo.
3623 2000-12-01  Miles Bader  <miles@gnu.org>
3625         * image-file.el (image-file-name-regexp): Automatically add
3626         upper-case variants of each filename extension in
3627         `image-file-name-extensions', since they seem to be common.
3629         * simple.el (minibuffer-contents)
3630         (minibuffer-contents-no-properties, delete-minibuffer-contents):
3631         New functions.
3632         * filecache.el (file-cache-directory-name)
3633         (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
3635 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
3637         * filecache.el (file-cache-minibuffer-complete): Don't try to
3638         delete the minibuffer prompt.
3640 2000-11-30  Dave Love  <fx@gnu.org>
3642         * cus-start.el: Fix read-buffer-function type.
3644 2000-11-30  Gerd Moellmann  <gerd@gnu.org>
3646         * md5.el: Removed.  There's a built-in function, now.
3648 2000-11-30  Markus Rost  <rost@math.ohio-state.edu>
3650         * mail/rmail.el (rmail-set-message-counters): Don't use "D"
3651         as dummy 0-th char of rmail-deleted-vector.
3653 2000-11-30  Eli Zaretskii  <eliz@is.elta.co.il>
3655         * ps-print.el (ps-end-job): Bind case-fold-search only after
3656         switching to ps-spool-buffer.
3658 2000-11-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3660         * ps-print.el: Line number font customization.  PostScript: Lines and
3661         PageCount are initialized on each page.  Doc Fix.
3662         (ps-print-version): New version number (6.3.2).
3663         (ps-lpr-switches, ps-font-info-database, ps-font-size)
3664         (ps-header-font-size, ps-header-title-font-size, ps-left-header)
3665         (ps-right-header): Customization fix.
3666         (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
3667         Fix code.
3668         (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
3669         New vars.
3671 2000-11-30  Gerd Moellmann  <gerd@gnu.org>
3673         * bs.el: Fix typos and spelling errors.
3674         (bs-appearance) <defgroup>: Renamed from bs-appearence.
3675         (bs-configuration): Doc fix.
3677         * bs.el: Undo mistaken change of 2000-11-28.  Update copyright.
3679 2000-11-30  Rob Riepel  <riepel@Stanford.EDU>
3681         * emulation/tpu-edt.el (tpu-version): New version.
3682         (tpu-search-overlay, tpu-replace-overlay): New initial range.
3683         (tpu-original-mode-line): Variable deleted.
3684         (tpu-mark-flag): New initial value.
3685         (tpu-set-mode-line): Don't redefine mode-line-format.
3686         Add tpu-mark-flag to minor-mode-alist.
3687         (tpu-update-mode-line): New mark flag logic.
3688         (tpu-get): Use find-file-wildcards.
3689         (tpu-search-highlight): Move overlay less, reset overlay properly.
3690         (tpu-unselect): Deactivate mark.
3691         (tpu-lm-replace): Reset overlay properly.
3692         (tpu-forward-line): Use forward-visible-line.
3693         (tpu-edt-on): Set transient mark mode.  ispell autoloads deleted.
3695         * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
3697 2000-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
3699         * cus-edit.el (custom-face-value-create): Always emphasize tag.
3701 2000-11-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
3703         * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
3704         and skip whitespace and newlines.
3706 2000-11-30  Stefan Monnier  <monnier@cs.yale.edu>
3708         * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
3710 2000-11-29  Gerd Moellmann  <gerd@gnu.org>
3712         * help.el (describe-function-1): Regexp-quote function name
3713         when used as part of a regexp.
3715         * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
3716         Use face-attribute instead of face-foreground and face-background.
3717         (tool-bar-add-item): Likewise, and handle unspecified colors.
3719         * enriched.el (enriched-face-ans): Use face-attribute instead
3720         of face-foreground and face-background.
3722         * faces.el (face-foreground, face-background, face-stipple):
3723         Return nil if attribute is unspecified, for backward compatibility.
3725         * files.el (auto-mode-alist): Add an entry for antlr-mode.
3727         * play/5x5.el: Remove version info.
3729         * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
3731         * frame.el (blink-cursor-mode): Doc fix.
3733 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
3735         * antlr-mode.el: New commands to run ANTLR from within Emacs and
3736         to create Makefile rules.
3737         (antlr-tool-command): New user option.
3738         (antlr-ask-about-save): New user option.
3739         (antlr-makefile-specification): New user option.
3740         (antlr-file-formats-alist): New variable.
3741         (antlr-special-file-formats): New variable.
3742         (antlr-unknown-file-formats): New user option.
3743         (antlr-help-unknown-file-text): New variable.
3744         (antlr-help-rules-intro): New variable.
3745         (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
3746         (antlr-mode-menu): Add entries.
3747         (antlr-file-dependencies): New function.
3748         (antlr-directory-dependencies): New function.
3749         (antlr-superclasses-glibs): New function.
3750         (antlr-run-tool): New command.
3751         (antlr-makefile-insert-variable): New function.
3752         (antlr-insert-makefile-rules): New function.
3753         (antlr-show-makefile-rules): New command.
3755         * antlr-mode.el: More Emacs/XEmacs stuff.
3756         (antlr-no-action-keywords): New constant with value nil.
3757         (antlr-font-lock-keywords-alist): Use it.  Old value would break
3758         syntax highlighting in Emacs-21.0.
3759         (antlr-default-directory): Emacs/XEmacs dependend function.
3760         (antlr-read-shell-command): Ditto.
3761         (antlr-with-displaying-help-buffer): Ditto.
3763 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
3765         * antlr-mode.el: imenu, parsing and highlighting changes.
3766         (antlr-imenu-create-index-function): Don't create extra submenus
3767         for definitions in different grammar classes.  It is not necessary
3768         for the menu and would make command `imenu' awkward to use.
3769         (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
3770         header actions and more than one.
3771         (antlr-font-lock-tokendef-face): Changed color.
3772         (antlr-font-lock-tokenref-face): Changed color.
3773         (antlr-font-lock-additional-keywords): Also highlight lowercase.
3774         (antlr-mode-syntax-table): New variable.
3775         (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
3776         (antlr-with-syntax-table): Don't copy syntax table.
3778 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
3780         * antlr-mode.el: Minor changes: language setting.
3781         (antlr-language-alist): The value for file option "language" can
3782         be both an identifier and a string.
3783         Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
3784         (antlr-language-limit-n-regexp): Change accordingly.
3786 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
3788         * antlr-mode.el: Minor changes: tabs, hiding.
3789         (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
3790         (antlr-action-visibility): Also allow value nil to also hide the
3791         braces.  Renamed from `antlr-tiny-action-length'.
3792         Suggested by Jay@aol.com.
3793         (antlr-hide-actions): Change accordingly.  Hide line if completely
3794         hidden action is on a line of its own.
3796 2000-11-29  Stefan Monnier  <monnier@cs.yale.edu>
3798         * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
3800         * sort.el (sort-columns): Don't concat strings with numbers.
3802 2000-11-29  Dave Love  <fx@gnu.org>
3804         * cus-edit.el (face): Fix :format.
3806         * mail/feedmail.el: Require smtpmail when compiling.
3807         (mail-do-fcc): Autoload.
3808         (feedmail) <defgroup>: Fix :link.
3809         (feedmail-nuke-body-in-fcc): Fix :type.
3810         (feedmail-send-it): Add autoload cookie.
3812 2000-11-29  Stefan Monnier  <monnier@cs.yale.edu>
3814         * newcomment.el (comment-indent): Save excursion around call to
3815         comment-indent-function.
3817 2000-11-29  Miles Bader  <miles@gnu.org>
3819         * subr.el (member-ignore-case): Return the tail of the list who's
3820         car matches, like `member', not the matching element itself.
3822 2000-11-29  Kenichi Handa  <handa@etl.go.jp>
3824         * xml.el (xml-parse-tag): Fix finding opening tag.  A tag name
3825         should not contain `\n'.
3827 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
3829         * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
3831         * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
3833         * dired-aux.el (dired-do-create-files): Construct default file
3834         name for dired-mark-read-file-name so that when the user enters
3835         just RET, the target file will end up in the target directory.
3837         * abbrev.el (prepare-abbrev-list-buffer): Get the value of
3838         local-abbrev-table before changing buffers because it might
3839         have a buffer-local binding.
3841 2000-11-28  Miles Bader  <miles@gnu.org>
3843         * simple.el (delete-horizontal-space): Handle fields more generally.
3845 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
3847         * simple.el (delete-horizontal-space): Handle minibuffer prompt.
3849 2000-11-28  Dave Love  <fx@gnu.org>
3851         * progmodes/ps-mode.el (ps-mode): Set comment-start and
3852         comment-start-skip locally.
3854         * progmodes/fortran.el (fortran-mode): Don't set
3855         fortran-comment-line-start-skip.  Set comment-start to
3856         fortran-comment-line-start.
3857         (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
3858         (fortran-comment-line-start-skip): Simplify slightly.
3860 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
3862         * play/5x5.el: Remove RCS keyword.
3864         * bs.el: Mistaken commit, undone 2000-11-30.
3866 2000-11-28  Milan Zamazal  <pdm@freesoft.cz>
3868         * textmodes/tildify.el (tildify-string-alist):
3869         Add `plain-tex-mode' here.
3871 2000-11-28  Colin Walters  <walters@cis.ohio-state.edu>
3873         * chistory.el (Command-history-setup): Remove extraneous `keymap'
3874         reference.
3876 2000-11-28  Miles Bader  <miles@gnu.org>
3878         * cus-face.el (custom-face-attributes): Add post-filter function
3879         for :box.  Make pre-filter function for :box handle all cases.
3881         * wid-edit.el (widget-choose): Make sure pop-up window is large
3882         enough to display all the choices, as there's no way to scroll it.
3884 2000-11-28  Kenichi Handa  <handa@etl.go.jp>
3886         * international/mule-conf.el: Make the coding system no-conversion
3887         safe for all characters.
3889 2000-11-27  Dave Love  <fx@gnu.org>
3891         * net/ldap.el (ldap) <defgroup>: Add :version.
3893         * tooltip.el (tooltip-use-echo-area): Doc fix.
3895         * cus-start.el <minibuffer-prompt-properties>: Add version.
3896         <read-buffer-function>: Add.
3898         * apropos.el (apropos-print): Add help-echo to active text.
3900         * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
3902 2000-11-27  Gerd Moellmann  <gerd@gnu.org>
3904         * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
3905         type, group and version.
3907 2000-11-27  Eli Zaretskii  <eliz@is.elta.co.il>
3909         * select.el (x-get-selection): Docstring fix.
3911 2000-11-27  Dave Pearson <davep@hagbard.demon.co.uk>
3913         * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
3915 2000-11-27  Andrew Innes  <andrewi@gnu.org>
3917         * makefile.nt (.SUFFIXES): Add .SUFFIXES.
3919         * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
3921 2000-11-27  Miles Bader  <miles@gnu.org>
3923         * dired.el (dired-get-filename): Return filename verbatim if
3924         LOCALP is `verbatim'.
3925         * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
3926         `verbatim' so that we don't inadvertently delete a non-existant
3927         directory name.
3929 2000-11-27  Kenichi Handa  <handa@etl.go.jp>
3931         * international/characters.el: Specify cases and syntaxes for
3932         mule-unicode-0100-24ff.
3934 2000-11-27  Gerd Moellmann  <gerd@gnu.org>
3936         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
3937         that foreground and/or background colors of the face `tool-bar'
3938         are unspecified.
3940 2000-11-27  Miles Bader  <miles@gnu.org>
3942         * wid-edit.el (widget-field-buffer, widget-field-start)
3943         (widget-field-end): Handle widget field `pseudo-overlays'.
3944         (widget-field-value-delete): Delete WIDGET from `widget-field-new'
3945         if it's there instead of in `widget-field-list'.
3947         * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
3948         (help-make-xrefs): Delete extraneous newlines at the end of the
3949         docstring.
3951 2000-11-25  Jason Rumney  <jasonr@gnu.org>
3953         * startup.el (command-line): Call set-locale-environment after
3954         Window System init file is read, as it can result in a call to
3955         redraw-frame.
3957 2000-11-25  Eli Zaretskii  <eliz@is.elta.co.il>
3959         * simple.el (shell-command): Mention the effect of the prefix
3960         argument in the doc string.
3962 2000-11-25  Miles Bader  <miles@gnu.org>
3964         * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
3966         * wid-edit.el (widget-field-value-delete): Don't try to delete
3967         overlay when it's the `pseudo-overlay' that exists at some points.
3969 2000-11-24  Jason Rumney  <jasonr@gnu.org>
3971         * international/mule-cmds.el (locale-language-names): Add "jp" as
3972         a non-standard alternative for Japanese.
3974 2000-11-24  Andre Spiegel  <spiegel@gnu.org>
3976         * vc-hooks.el: Require 'cl during compilation.
3978 2000-11-24  Gerd Moellmann  <gerd@gnu.org>
3980         * faces.el (face-set-after-frame-default): Let face attributes
3981         specified for new frames override frame parameters.
3983         * startup.el (command-line): Fix computation of the source file
3984         for user-init-file when user-init-file is a compiled file.
3986 2000-11-24  Miles Bader  <miles@gnu.org>
3988         * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
3989         (custom-post-filter-face-spec): New functions.
3990         (custom-face-set, custom-face-value-create): Filter the face spec
3991         before and after customization.
3992         (custom-face-set): If VALUE specifies a null face, pass a
3993         non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
3994         * cus-face.el (custom-face-attributes): Remove SET and GET
3995         functions.  Add some IN-FILTER and OUT-FILTER functions in the few
3996         cases they're needed.
3998         * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
3999         that it's distinguishable from the :off-glyph on dark-background
4000         displays.  Set its background color too.
4002         * cus-start.el (all): Restore entry for `mode-line-inverse-video',
4003         so that people can easily turn it off.
4005 2000-11-24  Michael Kifer  <kifer@cs.sunysb.edu>
4007         * ediff-diff.el: Moved variables around to have it compile under NT.
4009         * ediff-help.el (ediff-use-long-help-message): Made it customizable.
4011         * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
4013         * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
4014         redundant skip-small-frames test.
4016         * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
4017         (viper-downgrade-to-insert): Protect against errors in hooks.
4019         * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
4020         (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
4021         (viper-restore-cursor-type,viper-set-insert-cursor-type):
4022         New functions.
4024         * viper-util.el (viper-memq-char): Bug fixes.
4026         * viper.el (viper-mode): Fix cursor handling.
4028 2000-11-24  Kenichi Handa  <handa@etl.go.jp>
4030         * international/mule-diag.el (list-iso-charset-chars):
4031         For two-byte charset, fix the `while' condition.
4032         (list-non-iso-charset-chars): Fix the `while' condition.
4034 2000-11-23  Stefan Monnier  <monnier@cs.yale.edu>
4036         * subr.el (add-hook, remove-hook): Don't call make-local-hook
4037         if the variable is make-variable-buffer-local.
4039         * progmodes/ada-stmt.el (ada-template-map):
4040         Initialize and bind it to C-c t in ada-mode-map.
4041         (ada-stmt-mode-hook): New function extracted from old code.
4042         Only change the buffer-local side of skeleton-*.
4043         (ada-mode-hook): Use it.
4045 2000-11-23  Eli Zaretskii  <eliz@is.elta.co.il>
4047         * iswitchb.el (iswitchb-minibuf-depth): New variable.
4048         (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
4049         we expect to be returned by minibuffer-depth once we prompt the
4050         user in the minibuffer.
4051         (iswitchb-entryfn-p): If minibuffer-depth returns the same value
4052         as recorded in iswitchb-minibuf-depth, return non-nil.
4054 2000-11-23  Eli Zaretskii <eliz@is.elta.co.il>
4056         * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
4057         (hscroll-window-maybe): Docstring fix.
4059 2000-11-23  Dave Love  <fx@gnu.org>
4061         * rect.el (string-rectangle): Don't test delete-selection-mode.
4063 2000-11-23  Gerd Moellmann  <gerd@gnu.org>
4065         * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
4066         is in the tool bar.
4068         * dired-aux.el (dired-add-entry): Don't call dired-get-filename
4069         with `no-dir'; we want the directory part to be able to remove it.
4071 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
4073         * textmodes/outline.el (outline-flag-region):
4074         Don't bind inhibit-read-only since we don't modify the buffer.
4075         (outline-isearch-open-invisible): Don't jump to overlay-start
4076         since we're trying to unhide text around point.
4077         (outline-discard-overlays): Use dolist.
4079         * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
4081 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
4083         * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
4085 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
4087         * textmodes/tex-mode.el (tex-font-lock-keywords-1):
4088         Fix ARG regexp to skip quoted braces.
4089         (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
4090         Remove `bf' and `it' from `bold' and `italic' (they were wrong and
4091         are (correctly) handled separately).
4092         Remove `caption' and `footnote' from `citations': they contain text.
4093         Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
4094         (latex-skeleton-end-hook): New function.
4095         (latex-mode): Use it.
4096         (tex-start-tex-marker): Remove.
4097         (tex-send-tex-command): Don't set tex-start-tex-marker.
4098         (tex-error-parse-syntax-table): New var.
4099         (tex-compilation-parse-errors): Use it.
4100         Ignore tex-start-tex-marker.  Don't bother with marker-position.
4101         (tex-validate-buffer): Don't bother with marker-position.
4103         * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
4104         (flyspell-generic-progmode-verify): Use it.
4106 2000-11-22  Sam Steingold  <sds@gnu.org>
4108         * simple.el (delete-trailing-whitespace): New interactive function.
4110         * progmodes/ada-mode.el (ada-mode): Use it instead of
4111         `ada-remove-trailing-spaces'.
4112         (ada-remove-trailing-spaces): Removed.
4114         * textmodes/two-column.el (2C-merge): Recommend it in the doc.
4116         * textmodes/picture.el (picture-clean): Removed.
4117         (picture-mode-exit): Call it instead of `picture-clean'.
4119 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
4121         * frame.el (show-cursor-in-non-selected-windows): Doc fix.
4123         * hi-lock.el (hi-lock-refontify): Don't call non-existent
4124         jit-lock-fontify-buffer; it should anyway be unneccessary to
4125         do anything special when jit-lock is active.
4126         (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
4128 2000-11-22  Dave Love  <fx@gnu.org>
4130         * calendar/todo-mode.el (todo-top-priorities): Use
4131         todo-tmp-buffer-name.  From Milan Zamazal <Milan.Zamazal@qbizm.com>.
4133         * language/chinese.el, language/cyrillic.el:
4134         * language/devanagari.el, language/ethiopic.el, language/greek.el:
4135         * language/hebrew.el, language/indian.el, language/japanese.el:
4136         * language/korean.el, language/lao.el, language/misc-lang.el:
4137         * language/thai.el, language/tibetan.el, language/vietnamese.el:
4138         Use provide.
4140         * cus-edit.el (custom-buffer-create-internal): Save some consing.
4141         (custom-variable-set): Improve validation error mesage.
4143         * rect.el (string-rectangle): Revert last change.
4144         (string-rectangle-line): New arg DELETE.
4145         (string-rectangle): Check delete-selection-mode.
4147         * emacs-lisp/edebug.el (edebug-version)
4148         (edebug-maintainer-address): Deleted.
4149         (edebug-submit-bug-report): Just alias to report-emacs-bug.
4150         (edebug-read-function): Account for other `'#' read forms.
4151         (edebug-mode-menus): Make some items toggles.
4152         (edebug-outside-unread-command-event, unread-command-event):
4153         Remove these to avoid warnings.
4155 2000-11-22  David Ponce  <david@dponce.com>
4157         * recentf.el (recentf-menu-items-for-commands)
4158         (recentf-make-menu-items, recentf-make-menu-item)
4159         (recentf-filter-changer): Added :help and :active menu-item properties.
4161         (recentf-build-dir-rules, recentf-dump-variable)
4162         (recentf-edit-list, recentf-open-files-item)
4163         (recentf-open-files): Replaced unnecessary `mapcar' with new
4164         built-in `mapc'.
4166 2000-11-23  Miles Bader  <miles@gnu.org>
4168         * faces.el (menu): Make inverse-video on ttys too.
4170 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
4172         * simple.el (comment-line-break-function): Use the new name
4173         indent-new-comment-line -> comment-indent-new-line.
4174         (clone-indirect-buffer): Don't ignore NORECORD.
4175         (next-completion): Properly handle the case where items are adjacent.
4177         * mouse.el (popup-menu): Stupid typo.
4179 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
4181         * emacs-lisp/authors.el: Remove autoload cookies, add author,
4182         maintainer, keywords tags.
4184         * rect.el (replace-rectangle): Don't call string-rectangle-line
4185         with too many arguments.
4187 2000-11-22  Andre Spiegel  <spiegel@gnu.org>
4189         * ediff-util.el (ediff-file-checked-out-p)
4190         (ediff-file-checked-in-p): Call vc-state instead of
4191         vc-locking-user, which no longer exists.
4193         * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
4195 2000-11-22  Dave Love  <fx@gnu.org>
4197         * md5.el (md5): Provide.
4198         (md5): Fix error call.
4200 2000-11-22  Miles Bader  <miles@gnu.org>
4202         * textmodes/refill.el (refill-adjust-ignorable-overlay)
4203         (refill-fill-paragraph-at): Remove debugging code.
4205         * calendar/calendar.el (generate-calendar-window): When we don't
4206         call `fit-window-to-buffer', make sure the top line is fully visible.
4208         * image-file.el (insert-image-file): Don't make `read-only'
4209         property rear-nonsticky.
4211         * isearch.el (isearch-original-minibuffer-message-timeout): New var.
4212         (isearch-mode): Set `minibuffer-message-timeout' to nil, after
4213         stashing away its original value.
4214         (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
4215         in the recursive edit.
4216         Bind `isearch-original-minibuffer-message-timeout' to protect it.
4217         (isearch-done): Restore `minibuffer-message-timeout'.
4219         * cus-start.el: Remove entry for `mode-line-inverse-video'.
4221 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
4223         * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
4225         * find-lisp.el (find-lisp-find-files-internal):
4226         Use dolist, when and file-name-as-directory.
4228         * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
4229         (define-derived-mode, define-minor-mode): Add specs.
4231         * window.el: General comment and spacing fixes.
4232         (save-selected-window): Use backquotes.
4233         (window-safely-shrinkable-p): New function.
4234         (shrink-window-if-larger-than-buffer): Use it.
4236         * subr.el (make-local-hook): Docstring fix.
4238         * shell.el (shell-mode): Use define-derived-mode.
4240         * newcomment.el (comment-indent): Insert comment before calling
4241         comment-indent-function.  Don't insert in column 0.
4242         (comment-dwim): Indent before inserting comment.
4244         * isearch.el (isearch-mode-map): Fix docstring.  Init in defvar.
4245         (minibuffer-local-isearch-map): Init in defvar.  Use inheritance.
4246         (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
4247         Use mapc rather than map.
4249         * files.el (find-buffer-visiting): Compare all attributes before
4250         declaring two files identical (rather than just their inode-no).
4251         (auto-mode-alist): Use \' rather than $.
4253         * which-func.el: Update maintainer line.
4255         * pcvs.el (uniquify-buffer-file-name): Remove advice.
4256         * uniquify.el (uniquify-list-buffers-directory-modes): New var.
4257         (uniquify-buffer-file-name): Use it.
4259 2000-11-22  Miles Bader  <miles@gnu.org>
4261         * cus-start.el: Add entry for `minibuffer-prompt-properties'.
4262         * simple.el (minibuffer-avoid-prompt): New function.
4264 2000-11-21  Gerd Moellmann  <gerd@gnu.org>
4266         * Makefile.in (.SUFFIXES): Add .SUFFIXES.
4268 2000-11-21  Miles Bader  <miles@gnu.org>
4270         * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
4271         inclusion of `track-mouse'.
4273         * textmodes/refill.el (refill-ignorable-overlay): New variable.
4274         (refill-adjust-ignorable-overlay): New function.
4275         (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
4276         only the paragraph's tail if possible.
4277         Update `refill-ignorable-overlay'.
4278         (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
4280         * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
4281         point inside the fill-prefix.
4283         * textmodes/refill.el (refill-post-command-function): Don't reset
4284         refill-doit in the case where a self-insertion command doesn't
4285         case a refill.  Use `refill-fill-paragraph-at', getting position
4286         from `refill-doit'.
4287         (refill-after-change-function): Set `refill-doit' to END.
4288         (refill-fill-paragraph-at): New function, mostly from old
4289         refill-fill-paragraph.
4290         (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
4291         (refill-pre-command-function): New function.
4292         (refill-mode): Add it to `pre-command-hook'.
4294 2000-11-20  Gerd Moellmann  <gerd@gnu.org>
4296         * textmodes/artist.el (artist-mode): Fix autoload cookie.
4298         * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
4299         javadoc tags.
4301 2000-11-20  Andre Spiegel  <spiegel@gnu.org>
4303         * vc.el, vc-hooks.el: Undo prev change (moved functions back to
4304         vc.el).
4306         * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
4307         require vc.
4309         * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
4310         checkouts.
4312 2000-11-20  Dave Love  <fx@gnu.org>
4314         * Makefile.in (DONTCOMPILE): Omit bindings.el.
4316 2000-11-20  Eli Barzilay <eli@www.barzilay.org>
4318         * calculator.el (calculator-paste): Use `if' instead of `and'
4319         and `or'.
4320         (calculator-help): Don't use electric-describe-mode for XEmacs.
4322 2000-11-19  Gerd Moellmann  <gerd@gnu.org>
4324         * info.el (info-menu-5): Doc fix.
4326         * textmodes/artist.el: New file.
4328 2000-11-19  Andre Spiegel  <spiegel@gnu.org>
4330         * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
4331         and differentiate according to checkout model.
4332         (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
4333         since this function is only concerned with master state.
4335         * vc-hooks.el (vc-workfile-unchanged-p)
4336         (vc-default-workfile-unchanged-p): Moved here from vc.el.
4338         * vc.el (vc-workfile-unchanged-p)
4339         (vc-default-workfile-unchanged-p): See above.
4341 2000-11-19  Miles Bader  <miles@gnu.org>
4343         * image-file.el (insert-image-file): Make `intangible' and
4344         `read-only' properties rear-nonsticky too.
4346 2000-11-18  Gerd Moellmann  <gerd@gnu.org>
4348         * ps-print.el: Update copyright notice.
4350         * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
4351         (tooltip-show): Use the offsets.
4353         * bindings.el (mode-line-modified): Fix a typo.
4354         (mode-line-toggle-modified, mode-line-widen)
4355         (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
4357 2000-11-17  Vinicius Jose Latorre <vinicius@cpqd.com.br>
4359         * ps-print.el (toplevel): Test for find-coding-system being
4360         fboundp before calling ps-x-find-coding-system.
4362 2000-11-16  Stefan Monnier  <monnier@cs.yale.edu>
4364         * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
4365         (vc-version-backup-file): Docstring fix.
4367 2000-11-16  Gerd Moellmann  <gerd@gnu.org>
4369         * files.el (basic-save-buffer): Don't add a newline if
4370         find-file-literally is non-nil.
4371         (find-file-literally): Extend doc string.
4373         * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
4374         sort(1) with the `-f' argument.
4376 2000-11-16  Andre Spiegel  <spiegel@gnu.org>
4378         * vc.el: Updated backend documentation.
4379         (vc-default-check-headers): New function.
4381         * vc-{cvs,rcs,sccs}.el: Functions reordered.
4383         * vc.el (vc-revert-buffer): Ask for confirmation if file seems
4384         up-to-date.
4385         (vc-do-command): In the asynchronous case, output messages only if
4386         the minibuffer is not active.
4388         * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
4389         `vc-cvs-use-edit' is on.
4390         (vc-cvs-checkout): When this is used for reverting the workfile,
4391         make a backup of the original contents and revert to that in case
4392         of error.
4393         (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
4394         remote repositories.
4396         * vc.el (vc-annotate): Changed handling of prefix arg; now asks
4397         for both version and ratio in the minibuffer.
4399         * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
4400         Use vc-do-command to perform the annotation, not call-process.
4402 2000-11-16  Kenichi Handa  <handa@etl.go.jp>
4404         * international/quail.el (quail-start-translation): Don't call
4405         `message' before reading key sequence.
4407 2000-11-16  Miles Bader  <miles@lsi.nec.co.jp>
4409         * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
4411 2000-11-16  Kenichi Handa  <handa@etl.go.jp>
4413         * window.el (fit-window-to-buffer): Be sure to acquire at least
4414         one text line even if the buffer is empty.
4416 2000-11-16  Gerd Moellmann  <gerd@gnu.org>
4418         * net/ange-ftp.el (ange-ftp-file-writable-p)
4419         (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
4420         Bind ange-ftp-process-verbose to nil.
4422 2000-11-15  Dave Love  <fx@gnu.org>
4424         * wid-edit.el (widget-specify-field, widget-specify-button):
4425         If :help-echo is a function, set help-echo of overlay to
4426         widget-mouse-help.
4427         (widget-mouse-help): New function.
4428         (widget-echo-help): Rewritten for :help-echo functions only taking
4429         a widget arg.
4431         * net/eudc-bob.el (eudc-bob-can-display-inline-images):
4432         Use display-graphic-p.
4433         (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
4434         and that JPEG is available.
4435         (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
4437         * international/mule-cmds.el (locale-charset-language-names):
4438         Match @euro.
4440 2000-11-15  Gerd Moellmann  <gerd@gnu.org>
4442         * faces.el (face-set-after-frame-default):
4443         If `inhibit-default-face-x-resources' is bound, don't intialize the
4444         default face from X resources.
4446 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
4448         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
4449         Don't set EMACSLOADPATH.
4451 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
4453         * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
4454         texinfo-insert-@url.
4455         (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
4456         (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
4458 2000-11-14  Stefan Monnier  <monnier@cs.yale.edu>
4460         * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
4461         (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
4462         (checkdoc-minor-keymap): Backward compatibility.
4463         (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
4464         (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
4465         (checkdoc-this-string-valid-engine): Be a bit more strict
4466         to avoid matching substrings of `...' quoted vars/funs.
4467         (checkdoc-defun-info): Only look for `interactive' if alone.
4468         (debug-ignored-errors): Add "arg doesn't appear in docstring".
4470         * progmodes/compile.el (grep): `tag-default' can be nil.
4472         * newcomment.el (comment-indent): Paren typo.
4474 2000-11-14  Dave Love  <fx@gnu.org>
4476         * calculator.el: New maintainer version.
4478         * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
4480         * cmuscheme.el: Doc fixes.
4481         (cmuscheme) <defgroup>: Use `scheme' as parent.
4482         (cmuscheme-program-name): Remove.  Change uses to scheme-program-name.
4484         * xscheme.el (scheme-program-name): Don't define here.
4486         * progmodes/scheme.el (scheme-program-name): New variable
4487         (originally in cmuscheme).
4489 2000-11-14  Miles Bader  <miles@gnu.org>
4491         * window.el (fit-window-to-buffer): Handle windows without mode-lines.
4492         Handle header-lines.  Don't loop forever if we can't enlarge the
4493         window anymore.  Simplify a bit.
4495 2000-11-14  Kenichi Handa  <handa@etl.go.jp>
4497         * window.el (fit-window-to-buffer): Don't check
4498         window-text-height.  Assure that the last line is fully visible.
4500         * international/quail.el (quail-show-guidance-buf):
4501         Call fit-window-to-buffer to assure the enough height of the guidance
4502         buffer.
4503         (quail-update-guidance): Avoid making the guidance buffer shorter.
4505 2000-11-14  Stefan Monnier  <monnier@cs.yale.edu>
4507         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
4508         rather than `prepend' and add an interesting comment.
4509         (tex-math-face, tex-font-lock-syntactic-face-function):
4510         New face and function to use it.
4511         (tex-define-common-keys, tex-mode-map): Use menu-item rather
4512         than `menu-enable' symbol property.
4513         (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
4514         (tex-mode): Add some latex-mode commands for auto-selection.
4515         Use tex-font-lock-syntactic-face-function.
4516         (tex-insert-quote): Simplify.
4517         (tex-shell): New mode.
4518         (tex-start-shell): Use it.
4519         (tex-shell-proc, tex-shell-buf): New functions.
4520         (tex-send-command): Use it.
4521         (tex-main-file): Fix the meaning of the new arg REALFILE.
4522         (tex-send-tex-command): New function split from `tex-start-tex'.
4523         Set compilation-last-buffer and compilation-parsing-end.
4525         * newcomment.el (comment-indent-default): Stick \s<\s< to the left
4526         when it follows non-comment text on the line.
4528         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4529         Set font-lock-defaults.
4530         (lisp-mode-shared-map): Init inside the defvar.
4531         (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
4532         Use define-derived-mode.
4534 2000-11-14  Miles Bader  <miles@lsi.nec.co.jp>
4536         * faces.el (header-line): Use `:box nil' for color/gs displays too.
4538 2000-11-14  Gerd Moellmann  <gerd@gnu.org>
4540         * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
4541         Don't recursively optimize body because that can lead to infinite
4542         recursion; see comment there.
4544 2000-11-13  Eli Zaretskii  <eliz@is.elta.co.il>
4546         * faces.el (face-spec-set-match-display): Revert the change from
4547         2000-10-24.  Add a FIXME for after v21.1.
4549 2000-11-13  Miles Bader  <miles@gnu.org>
4551         * textmodes/fill.el (skip-line-prefix): New function.
4552         (fill-region-as-paragraph, fill-region):  Return the fill-prefix.
4553         (fill-paragraph): Don't leave point inside the fill-prefix.
4554         * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
4555         point inside the fill-prefix.
4557 2000-11-13  Miles Bader  <miles@lsi.nec.co.jp>
4559         * calendar/calendar.el (generate-calendar-window):
4560         Use `fit-window-to-buffer'.
4562 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
4564         * gud.el (gud-minor-mode): New var.
4565         (gud-symbol, gud-val): New functions.
4566         (gud-find-file): Copy gud-minor-mode to the new buffer.
4567         (gud-menu-map): Include entries for commands that are not always
4568         available, using :enable to (de)activate them.
4569         (gud-minor-mode-map): New map.  Add it to minor-mode-map-alist.
4570         (gud-mode-map): New map.
4571         (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
4572         (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
4573         Don't set up gud's menu (it's done by the minor-mode).
4574         (gud-minibuffer-local-map): New.
4575         Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
4576         (gud-query-cmdline): New function.
4577         (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it.  Set gud-minor-mode.
4578         (gud-mode): Use define-derived-mode.
4579         Don't set up gud's menu (it's done by the minor-mode).
4580         (gud-chop-words): Remove.
4581         (gud-common-init): Use split-string instead.
4582         (gud-new-keymap, gud-make-debug-menu): Eradicate.
4584         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
4585         Add keyword arg :name.
4587         * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
4588         (diff-count-matches, diff-split-hunk): New functions.
4589         (diff-mode-map): Bind C-c C-s to diff-split-hunk.
4591         * pcvs-info.el (cvs-fi-conflict-face): New var.
4593         * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
4594         Make it into a simple syntax-table, shared among all submodes.
4595         (sh-heredoc-face): Re-introduce.
4596         (sh-font-lock-syntactic-face-function): New function.
4597         (sh-mode): Use it.  Also use define-derived-mode.
4598         Remove old bogus setting of indent-region-function.
4599         (sh-set-shell): Don't set the syntax-table any more.
4600         (sh-mode-syntax-table) <defun>: Remove.
4602 2000-11-12  Miles Bader  <miles@gnu.org>
4604         * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
4605         message if interactive.
4607 2000-11-12  Dave Love  <fx@gnu.org>
4609         * mail/feedmail.el: Fix header,
4610         (feedmail) <defgroup>: Add :link.
4612         * view.el: Use local-map property, not keymap on mode-line string.
4614         * scroll-all.el (scroll-all-mode): Customize variable.
4615         Add autoload cookie to function.
4617         * lazy-lock.el: Remove compatibility code.
4619         * finder.el (finder-known-keywords): Add `files', remove `vms'.
4620         (finder-help-echo): New variable.
4621         (finder-mouse-face-on-line): Add help-echo stuff.
4622         (finder-list-keywords, finder-list-matches): Use mapc.
4624         * faces.el (face-font-registry-alternatives): Add :version.
4626         * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
4627         tags-table-list.
4629         * net/browse-url.el (browse-url-browser-function): Update :version.
4631         * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
4632         (mail-mode): Use [:alnum:] in some regexps.
4634 2000-11-10  Dave Love  <fx@gnu.org>
4636         * ediff.el (ediff-regions-internal, ediff-documentation):
4637         * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
4638         fundamental mode.
4640         * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
4641         buffer into fundamental mode.
4642         (ediff-set-difference): Use copy-sequence if available.
4644         * ediff-ptch.el (ediff-dispatch-file-patching-job):
4645         Check ediff-patch-map non-nil.
4646         (ediff-fixup-patch-map, ediff-fixup-patch-map)
4647         (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
4648         buffer into fundamental mode.
4650         * ediff-merg.el (state-or-merge): Defvar when compiling.
4652 2000-11-10  Jason Rumney  <jasonr@gnu.org>
4654         * w32-fns.el (w32-add-charset-info): New function.
4655         (w32-charset-info-alist): Use it.
4657 2000-11-10  Gerd Moellmann  <gerd@gnu.org>
4659         * faces.el (face-font-registry-alternatives): New user-option.
4661 2000-11-10  Stefan Monnier  <monnier@cs.yale.edu>
4663         * textmodes/texinfo.el (texinfo-block-default): New var.
4664         (texinfo-insert-block): Use it.  Insert a newline if needed.
4666         * textmodes/fill.el (fill-indent-according-to-mode): New var.
4667         (fill-region-as-paragraph): Use it.
4669         * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
4670         (latex-mode): Tweak tex-*-(head|trail)er regexps.
4671         Tweak paragraph regexps to allow a leading [ \t]*.
4672         (tex-latex-block): Insert a newline if necessary.
4673         (latex-insert-item): Only insert a newline if necessary.
4674         (tex-guess-main-file): New function.
4675         (tex-main-file): Use it.  Add arg `realfile'.  Trim `.tex'.
4676         Set tex-main-file if TeX-master is provided.
4677         (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
4679 2000-11-10  Gerd Moellmann  <gerd@gnu.org>
4681         * startup.el (command-line): Set the default tooltip-mode
4682         to t for graphical displays which implement x-show-tip.
4684         * tooltip.el (tooltip-mode): Add a comment about startup.el
4685         setting the default value of this user-option.
4687 2000-11-09  Stefan Monnier  <monnier@cs.yale.edu>
4689         * font-lock.el (font-lock-*-face) <defvar>: Move.
4690         (font-lock-defaults-alist): Mark obsolete.
4691         (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
4692         (font-lock-mode): Use define-minor-mode.
4693         (font-lock-support-mode): Tweak type to default to jit-lock-mode.
4694         (font-lock-turn-off-thing-lock): Be more explicit.
4695         (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
4696         (font-lock-syntactic-face-function): New var.
4697         (font-lock-fontify-syntactically-region): Use it.
4698         (font-lock-doc-face): New.
4700         * pcvs.el (cvs-enabledp): Ignore errors.
4701         (cvs-commit-filelist): Never query.
4702         (cvs-mode-insert): Always add a terminating / in the initial prompt.
4703         (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
4704         (cvs-do-removal): Use cvs-partition rather than delete-if.
4705         Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
4706         cvs-bury-buffer.
4708         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4709         Allow `next' to jump to after the end of the last match.
4711 2000-11-09  Gerd Moellmann  <gerd@gnu.org>
4713         * simple.el (byte-compiling-files-p): New function.
4715         * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
4716         if it is there.
4718         * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
4719         nil again.
4721         * textmodes/ispell.el (ispell-library-path): Don't call
4722         check-ispell-version when byte-compiling because that starts
4723         an ispell process, and ispell might not be installed.
4724         (toplevel): Don't set up a menu when byte-compiling.
4726         * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
4727         it, so that a boundp test can be used to determine if we're
4728         currently byte-compiling.
4730 2000-11-09  Dave Love  <fx@gnu.org>
4732         * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
4734 2000-11-09  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4736         * ps-print.el: Patch for variable initialization when spooling.
4737         Doc fix.
4738         (ps-output-list): Fun eliminated.
4739         (ps-begin-file, ps-begin-job): Code fix.
4741 2000-11-08  Dave Love  <fx@gnu.org>
4743         * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
4745 2000-11-08  Gerd Moellmann  <gerd@gnu.org>
4747         * simple.el (shell-command, display-message-or-buffer)
4748         (shell-command-on-region): Mention resize-mini-windows in the doc
4749         string.
4750         (display-message-or-buffer): Take the value of resize-mini-windows
4751         into account.
4753 2000-11-07  Gerd Moellmann  <gerd@gnu.org>
4755         * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
4757         * dired.el (dired-between-files): Add `^. find' as an alternative
4758         to the regular expression, for find-dired.
4760 2000-11-06  Stefan Monnier  <monnier@cs.yale.edu>
4762         * textmodes/texnfo-upd.el: Require texinfo.
4763         (defmacro, defgroup): Remove.
4764         (texinfo-section-to-generic-alist): Remove.
4765         Use texinfo-section-list instead (i.e. level is changed string->int).
4766         (texinfo-filter): New function.
4767         (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
4768         (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
4769         Use it.  And use regexp-opt.
4770         (texinfo-find-higher-level-node, texinfo-hierarchic-level)
4771         (texinfo-update-menu-region-beginning)
4772         (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
4773         (texinfo-update-the-node, texinfo-sequentially-update-the-node)
4774         (texinfo-update-menu-same-level-regexps): Update.
4775         (texinfo-update-node, texinfo-every-node-update)
4776         (texinfo-sequential-node-update): Remove autoload cookie.
4778         * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
4779         (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
4780         (texinfo-chapter-level-regexp): Remove.
4781         (texinfo-mode): Hard code texinfo-chapter-level-regexp.
4783 2000-11-06  Dave Love  <fx@gnu.org>
4785         * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
4787         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4788         Match defun*.
4790 2000-11-06  Kenichi Handa  <handa@etl.go.jp>
4792         * composite.el (composition-function-table): Variable declaration
4793         moved to src/composite.c.
4794         (compose-chars-after): New optional arg object.
4796 2000-11-06  Gerd Moellmann  <gerd@gnu.org>
4798         * bindings.el (mode-line-toggle-read-only)
4799         (mode-line-toggle-modified, mode-line-widen)
4800         (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
4801         (make-mode-line-mouse2-map): Rewritten.
4802         (mode-line-modified, mode-line-format, minor-mode-alist): Use new
4803         functions so that C-h k can show something with a doc string.
4805         * startup.el (fancy-splash-delay): Set to 10 seconds.
4806         (fancy-splash-max-time): New user-option.
4807         (fancy-splash-stop-time): New variable.
4808         (fancy-splash-screens): Set it.  Catch `stop-splashing'.
4809         (fancy-splash-screens-1): Throw `stop-splashing' when current
4810         time is greater than fancy-splash-stop-time.
4812 2000-11-06  Stefan Monnier  <monnier@cs.yale.edu>
4814         * vc-hooks.el (vc-insert-file): Don't assume byte==char.
4816         * pcvs.el (cvs-mode-marked): New arg `noquery'.
4817         Prompt user for a file rather than raising an error.
4818         (cvs-enabledp): Fix call to cvs-mode-marked.
4819         (cvs-insert-file): New function (extracted from cvs-mode-insert).
4820         (cvs-mode-insert): Use it.  Change the init prompt' value.
4821         (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
4823         * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
4824         Don't pass default arg to ewoc-locate.
4825         (ewoc-collect): Return result in the right order.
4827         * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
4829         * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
4830         (cvs-status-get-tags): Fix regexp.
4831         (cvs-status-trees, cvs-status-cvstrees):
4832         Combine after change hooks and don't sit-for.
4833         (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
4834         (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
4835         Use make-char rather than hard-coded cryptic data.
4836         (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
4838         * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
4840         * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
4841         (cvs-insert-strings): New function.
4843 2000-11-06  Miles Bader  <miles@lsi.nec.co.jp>
4845         * mwheel.el (mouse-wheel-scroll-amount): Renamed from
4846         `mwheel-scroll-amount'.
4847         (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
4848         (mouse-wheel-mode): Use (featurep 'xemacs) instead of
4849         string-matching against the version string.
4851 2000-11-06  Kenichi Handa  <handa@etl.go.jp>
4853         * language/thai.el ("Thai"): Set a lisp form that produces
4854         composed string in `sample-text' language info.
4856         * language/tibetan.el ("Tibetan"): Set a lisp form that produces
4857         composed string in `sample-text' language info.
4859         * international/mule-cmds.el (describe-language-environment):
4860         Eval `sample-text' data and insert the result.
4862         * international/mule-conf.el (compound-text): Define this coding
4863         system here.  Make x-ctext and ctext aliases of it.
4865         * language/european.el (compound-text, ctext): Moved to
4866         international/mule-conf.el.
4868 2000-11-05  Andrew Innes  <andrewi@gnu.org>
4870         * w32-fns.el (w32-version): New function.
4872 2000-11-05  Stefan Monnier  <monnier@cs.yale.edu>
4874         * progmodes/awk-mode.el: Update copyright.
4875         (awk-mode-abbrev-table): Remove.
4876         (awk-font-lock-keywords): Use regexp-opt.
4877         (awk-mode): Use define-derived-mode.
4879         * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
4880         when extracting a suffix.
4882 2000-11-04  Andre Spiegel  <spiegel@gnu.org>
4884         * vc-hooks.el (vc-insert-file): Rewritten.  Don't bother about
4885         auto-save-mode.
4887 2000-11-04  Jason Rumney  <jasonr@gnu.org>
4889         * language/european.el (decode-mac-roman): Test against r1 not r0.
4891 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
4893         * progmodes/icon.el (icon-mode-map): Don't rebind \t.
4894         (icon-mode): Define indent-line-function.
4895         (icon-comment-indent): Simplify.
4896         (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
4898         * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
4900         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
4901         Bind change-log-default-mode to defeat the caching done on it.
4902         Don't bother saving excursion any more.
4904         * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
4906         * frame.el (after-setting-font-hook): Rename hooks -> hook.
4907         (set-frame-font): Use the new name (and the old for compatibility).
4909         * toolbar/tool-bar.el (tool-bar-mode):
4910         * time.el (display-time-mode):
4911         * recentf.el (recentf-mode):
4912         * paren.el (show-paren-mode):
4913         * mwheel.el (mouse-wheel-mode):
4914         * msb.el (msb-mode):
4915         * jka-compr.el (auto-compression-mode):
4916         * image-file.el (auto-image-file-mode):
4917         * hl-line.el (hl-line-mode):
4918         * delsel.el (delete-selection-mode):
4919         * autoinsert.el (auto-insert-mode):
4920         * complete.el (partial-completion-mode): Drop unneeded positional args.
4922         * info.el (Info-mode):
4923         * comint.el (comint-mode): Don't bother with make-local-hook.
4925         * log-edit.el (log-edit-menu): New menu.
4927 2000-11-03  Miles Bader  <miles@gnu.org>
4929         * wid-edit.el (widget-end-of-line): Reinstate, with a new
4930         definition, so that trailing spaces are handled properly.
4931         (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
4933 2000-11-03  Gerd Moellmann  <gerd@gnu.org>
4935         * startup.el (fancy-splash-text, fancy-splash-text): Use a single
4936         tab character.
4937         (fancy-splash-screens): Set tab-width to 20.
4939 2000-11-03  Dave Love  <fx@gnu.org>
4941         * comint.el (comint-completion-addsuffix): Fix custom type.
4943 2000-11-02  Stefan Monnier  <monnier@cs.yale.edu>
4945         * font-lock.el (font-lock-buffers): Remove.
4946         (font-lock-global-modes): Define with easy-mmode-define-global-mode.
4947         (font-lock-change-major-mode): Remove.
4948         (turn-on-font-lock-if-enabled): Only apply to the current buffer.
4949         (font-lock-default-fontify-region): Extend the multiline
4950         fontification to whole lines.
4951         (font-lock-fontify-anchored-keywords)
4952         (font-lock-fontify-keywords-region): If matching just one
4953         line (with \n) only mark the \n as multiline.
4955         * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
4956         Correctly handle the case where several :group args are supplied.
4957         Allow :extra-args.
4958         (easy-mmode-define-global-mode): Allow :extra-args.
4959         Correctly handle the case where several :group args are supplied.
4961 2000-11-02  Miles Bader  <miles@gnu.org>
4963         * calendar/calendar.el (diary-face, calendar-today-face)
4964         (holiday-face): Remove dependency on `window-system'.
4966 2000-11-02  Ken Raeburn  <raeburn@gnu.org>
4968         * Makefile.in (emacs): Set EMACSLOADPATH always.
4969         (update-authors, .el.elc, compile-files): Don't do it explicitly here.
4970         (compile-files): Bomb out if compilation of a file fails.
4972 2000-11-02  Dave Love  <fx@gnu.org>
4974         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
4976 2000-11-02  Eli Zaretskii  <eliz@is.elta.co.il>
4978         * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
4979         punctuation in the warning inserted into the *mail* buffer.
4981 2000-11-02  Gerd Moellmann  <gerd@gnu.org>
4983         * emacs-lisp/authors.el (authors-public-domain-files): New variable.
4984         (authors-public-domain-p): New function.
4985         (authors-print): Use it.
4987         * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
4989         * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
4991 2000-11-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4993         * ps-print.el: Extension for even/odd printing.  Doc fix.
4994         (ps-print-version): New version number (6.3.1).
4995         (ps-even-or-odd-pages): Customization fix.
4996         (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
4997         (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
4998         (ps-page-count): Var replaced by `ps-page-column'.
4999         (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
5000         (ps-print-sheet-p): New fun.
5002 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
5004         * tooltip.el (tooltip-gud-tips-setup): New function.
5005         (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
5006         (tooltip-mode): Call tooltip-gud-tips-setup.
5007         (tooltip-gud-tips): Use `gud-basic-call' instead of
5008         process-send-string, so the prompt gets frobbed appropriately.
5009         Handle nil return value from `tooltip-gud-print-command'.
5011 2000-11-01  Eric M. Ludlam  <zappo@ultranet.com>
5013         * comint.el (comint-add-to-input-history): New function.
5014         (comint-send-input): Use `comint-add-to-input-history'.
5016 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
5018         * info.el (info-menu-header): New face.
5019         (Info-fontify-menu-headers): New function.
5020         (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
5022         * info.el (Info-insert-dir): Don't include blank lines at
5023         beginning of additional dir files (one is added automatically).
5025 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
5027         * emacs-lisp/easy-mmode.el (define-minor-mode):
5028         Revert the latest changes.
5029         Allow the three positional arguments to be skipped and replaced
5030         by keyword arguments.
5031         Add a :toggle argument to determine whether a nil arg means toggle
5032         or means turn-on.  The default is unchanged.
5033         Add a call to force-mode-line-update.
5035 2000-11-01  Dave Love  <fx@gnu.org>
5037         * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
5039 2000-11-01  Miles Bader  <miles@lsi.nec.co.jp>
5041         * calendar/calendar.el (diary-face, holiday-face):
5042         Add dark-background variants.
5044 2000-10-31  Sam Steingold  <sds@gnu.org>
5046         * textmodes/tex-mode.el (tex-file): Use `default-directory' when
5047         `tex-main-file' does not have directory in it.
5049 2000-10-31  Stefan Monnier  <monnier@cs.yale.edu>
5051         * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
5053 2000-10-31  Thien-Thi Nguyen  <ttn@gnu.org>
5055         * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
5056         functional change.
5058 2000-10-31  Gerd Moellmann  <gerd@gnu.org>
5060         * files.el (find-file-noselect): When we expand a wildcard, return
5061         a list of buffers, as we should do according to the doc string.
5063 2000-10-31  Ken Raeburn  <raeburn@gnu.org>
5065         * loadup.el (top level): Adjust load path if program name is
5066         "../src/bootstrap-emacs", in case it's not dumped and thus the
5067         load path adjustment hasn't already been done.
5069 2000-10-31  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5071         * ps-print.el: Fix bug on selected pages for printing.
5072         Use `color-values' for Emacs 21.  Ensure fontification when jit-lock
5073         is on.  Try to avoid warning messages when compiling.  Doc Fix.
5074         (ps-print-version): New version number (6.3).
5075         (ps-color-device): Use `color-values' to determine if device
5076         supports color.
5077         (ps-color-values): Try to use `x-color-values' when using XEmacs.
5078         (ps-print-page-p): Changed from defsubst to defun.
5079         (ps-page-number): Changed from defmacro to defun.
5080         (ps-header-sheet, ps-header-page): Fix bug on selected pages for
5081         printing.
5082         (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
5083         (ps-end-file, ps-dummy-page): Funs eliminated.
5084         (ps-print-color-scale): Changed default value.
5085         (ps-page-n-up, ps-print-page-p): New internal vars.
5086         (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
5087         (ps-plot-region, ps-generate, ps-end-job): Code fix.
5089         * delim-col.el: Little programming improvement.
5090         (delimit-columns-str): New macro.
5091         (delimit-columns-region, delimit-columns-rectangle): Code fix.
5093 2000-10-31  Kenichi Handa  <handa@etl.go.jp>
5095         * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
5096         Moved to european.el.
5097         (ccl-encode-mac-roman-font, fontset-mac): Modified for
5098         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
5099         (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
5100         (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
5102 2000-10-30  Dave Love  <fx@gnu.org>
5104         * progmodes/cc-menus.el (imenu-generic-expression)
5105         (imenu-progress-message): Only defvar when compiling.
5107         * emacs-lisp/elp.el (elp-unload-hook): New function.
5109         * loadhist.el (unload-feature): Call elp-restore-function,
5110         checking for symbols; don't use elp-restore-all.
5111         (loadhist-hook-functions): Doc fix.
5113 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
5115         * log-edit.el (log-edit-confirm): Fix the default.
5117 2000-10-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5119         * delim-col.el: Little fix: replace delimit-columns-align-columns by
5120         delimit-columns-format.
5121         (delimit-columns-region, delimit-columns-rectangle): Code fix.
5123 2000-10-30  Miles Bader  <miles@lsi.nec.co.jp>
5125         * comint.el (comint-replace-by-expanded-history): Don't use
5126         comint-get-old-input (we're not looking at *old* input).
5127         (comint-get-old-input-default): If using fields, signal an error
5128         when the point is not in an input field.
5130 2000-10-30  Kenichi Handa  <handa@etl.go.jp>
5132         * international/mule-conf.el: New charsets mule-unicode-2500-33ff
5133         and mule-unicode-e000-ffff.
5135         * international/mule.el (decode-char, encode-char): New functions.
5136         (make-coding-system): Accept a symbol of translation table as a
5137         value of property `safe-chars'.
5139         * international/mule-cmds.el (encode-coding-char): Check property
5140         safe-chars instead of safe-charsets.
5142         * international/fontset.el (fontset-default): Modified for
5143         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
5144         (x-font-name-charset-alist): Likewise.
5145         (ccl-encode-unicode-font): New CCL program.  Record it in
5146         font-ccl-encoder-alist to be used for fonts "ISO10646-1".
5148         * language/european.el (mac-roman-decoder, mac-roman-encoder):
5149         New translation tables.
5150         (decode-mac-roman, encode-mac-roman): Definition of these CCL
5151         programs are modified and moved from mac-win.el.
5152         (mac-roman): Definition of this coding system is modified and
5153         moved from mac-win.el.
5155 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
5157         * ediff-wind.el (ediff-setup-control-frame): Enclose
5158         face-attribute in condition-case to avoid errors in older emacsen.
5160 2000-10-29  Miles Bader  <miles@gnu.org>
5162         * custom.el (custom-add-to-group): Allow multiple entries for a
5163         given value OPTION, as long as their widget types are different.
5164         * cus-edit.el (custom-face-value-create): If face name doesn't end
5165         with "face", add such here (similar to custom group widgets).
5167         * comint.el (comint-highlight-prompt): Add :type.
5169 2000-10-28  John Wiegley  <johnw@gnu.org>
5171         * calendar/timeclock.el (timeclock-log): Doc fix.
5172         (timeclock-last-event): Doc fix.
5173         (timeclock-log): Kill the timelog buffer after appending a new event.
5174         (timeclock-find-discrep): Use a temp buffer to read in the
5175         timelog, instead of visiting the file.
5176         (timeclock-log-data): A new function, along with a host of helper
5177         functions, for the purpose of making timelog data accessible to
5178         programmers.
5180         * eshell/esh-mode.el (window-height test): Make certain that
5181         `eshell-stringify-t' is non-nil.
5182         (eshell-password-prompt-regexp): Changed to a much simpler
5183         password regexp.
5184         (eshell-send-input): If `eshell-invoke-directly' returns t,
5185         directly invoke the parsed command using `eval'.  This improves
5186         turn-around time on simple commands by a factor of three or
5187         greater, such as cd, ls, pwd, etc. -- which get used very often.
5188         It also conserves thousands of cons cells per call (since
5189         `eshell-do-eval' consumes memory like a Cookie Monster set loose
5190         in the Pacific Cookie Company).
5192         * eshell/esh-test.el (eshell-test): Whitespace fix.
5194         * eshell/em-ls.el (eshell-ls-insert-directory):
5195         Make `eshell-ls-initial-args' nil when inserting directory contents.
5197         * eshell/em-script.el (eshell-script-initialize): Add names to
5198         `eshell-complex-commands, since `source' and `.' are complex.
5200         * eshell/esh-cmd.el (eshell-rewrite-for-command)
5201         (eshell-rewrite-while-command): Use `eshell-protect' instead of
5202         `eshell-copy-handles'.
5203         (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
5204         bodies.
5205         (eshell-separate-commands): Whitespace fix.
5206         (eshell-complex-commands): Added a new list of names, for
5207         determining whether a given command is as simple as it looks.
5208         (eshell-invoke-directly): New function.  Returns t if a command
5209         should be invoked directly (using `eval'), rather than indirectly
5210         using `eshell-do-eval'.
5211         (eshell-do-eval): Whitespace fix.
5213         * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
5214         which provides an emulation of the DOS shell behavior of assuming
5215         that cp/mv/ln should copy/move/link to the current directory.
5216         (eshell-remove-entries): Added a doc string.
5217         (eshell-shuffle-files): Removed the check for `target' being null.
5218         (eshell-mvcp-template, eshell-mvcpln-template): Renamed
5219         `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
5220         it to do a smarter check of whether a destination was provided.
5221         (eshell/mv, eshell/cp): Enable `:preserve-args'.
5222         (eshell/ln): Enable `:preserve-args', and use
5223         `eshell-mvcpln-template' to implement the body of the function.
5224         (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
5225         (eshell/du, eshell/diff, eshell/locate): Stringify the argument
5226         list after flattening it.  This makes it possible to cat files
5227         with numerical names.
5228         (eshell-unix-initialize): Added several names to
5229         `eshell-complex-commands.
5230         (eshell-unix-command-complex-p): Return t if a given command name
5231         may result in external processes being invoked.
5233         * eshell/em-glob.el (eshell-glob-show-progress): Make this
5234         variable nil by default, since it slows down glob processing by a
5235         factor of two or more, and increases memory consumption.
5237         * eshell/em-smart.el: Added a note about how memory consumptive
5238         smart display mode can be (at least this is true in Emacs 21).
5239         (eshell-smart-initialize): Whitespace fix.
5240         (eshell-refresh-windows): Use `if' instead of `when'.
5241         (eshell-smart-scroll-window): Calling `save-current-buffer' was
5242         not necessary.
5243         (eshell-currently-handling-window): Added a missing global variable.
5245         * eshell/em-ls.el (eshell-do-ls): Code simplification.
5246         (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
5247         Whitespace fix.
5248         (eshell-ls-exclude-hidden): Added this variable in addition to
5249         `eshell-ls-exclude-regexp'.  This one prevents files beginning
5250         with . from even being read, which can improve memory consumption
5251         quite a bit.
5252         (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
5253         read file entries beginning with a dot.  In home directories with
5254         lots of hidden files, fully two-thirds of the time spent in ls is
5255         used to read directory entries that are immediately thrown away.
5256         (eshell-ls-initial-args): Added back this configuration variable,
5257         for specifying default initial arguments to every call to ls.
5258         Much faster than using an alias to do the same thing.
5259         (eshell-do-ls): Use `eshell-ls-initial-args', if set.
5260         (eshell-ls-dir): Whitespace change.
5262         * eshell/em-dirs.el (eshell/pwd): Small code simplification.
5264         * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
5265         (eshell-stringify-t): Added a customization variable, to indicate
5266         whether `t' should be rendered as a string at all.  If not, one
5267         can still determine if the result of an expression is true using
5268         "file-exists-p FILE && echo true".
5269         (eshell-stringify): If `eshell-stringify-t' is nil, don't
5270         stringify t!
5272         * eshell/esh-module.el: Whitespace fix.
5274         * eshell/em-alias.el (eshell-alias-initialize):
5275         Added `eshell-command-aliased-p' to `eshell-complex-commands'.
5276         (eshell-command-aliased-p): New function that returns t if a
5277         command name names an aliased.
5279 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
5281         * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
5282         redrawing the screen when changing cursor color.
5283         (viper-insert-state-pre-command-sentinel)
5284         (viper-replace-state-pre-command-sentinel)
5285         (viper-replace-state-post-command-sentinel):
5286         Use viper-preserve-cursor-color.
5287         Many functions changed to use viper= instead of = when comparing
5288         characters.
5289         * viper-util.el (viper-memq-char,viper=): New functions for
5290         working with characters.
5291         (viper-change-cursor-color): Fixed buglet.
5292         Many functions changed to use viper= instead of = when comparing
5293         characters.
5294         * viper.el (viper-insert-state-mode-list): Added eshell.
5296         * ediff-init.el (ediff-before-setup-hook): New hook.
5297         Several typos fixed in various docstrings.
5298         * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
5299         * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
5300         (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
5301         * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
5302         (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
5303         (ediff-get-selected-buffers): New function.
5304         * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
5305         (ediff-vc-merge-internal,ediff-rcs-merge-internal):
5306         Use save-window-excursion.
5307         * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
5308         termination check in while loop.
5309         * ediff.el (ediff-get-default-file-name): Better defaults when in
5310         dired buffer.
5311         (ediff-files,ediff-merge-files,ediff-files3)
5312         (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
5314 2000-10-28  Dave Love  <fx@gnu.org>
5316         * info.el (Info-fontify-node): Add help-echo for menu items.
5318 2000-10-28  Eli Zaretskii  <eliz@is.elta.co.il>
5320         * startup.el (normal-top-level): If the value of $TERM indicates
5321         we are running from xterm or one of its work-alikes, default to a
5322         light background mode.
5324         Support for -fg, -bg, and -rv command-line arguments for TTYs:
5325         * faces.el (tty-handle-reverse-video): New function.
5326         (tty-create-frame-with-faces): Call it.
5328         * frame.el (frame-notice-user-settings): Don't apply
5329         default-frame-alist and initial-frame-alist to MS-DOS frames.
5330         Call tty-handle-reverse-video, frame-set-background-mode, and
5331         face-set-after-frame-default for non-MS-DOS frames.
5333         * startup.el (tty-long-option-alist): New variable.
5334         (tty-handle-args): New function.
5335         (command-line): Call tty-handle-args.
5337         * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
5338         startup.el now does that for all character-terminal frames.
5340 2000-10-28  Miles Bader  <miles@gnu.org>
5342         * emacs-lisp/easy-mmode.el (define-minor-mode):
5343         Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
5344         is global.  If :global is followed by a non-nil but non-t value,
5345         make the mode buffer-local, but also generate a `global-MODE'
5346         version using `easy-mmode-define-global-mode'.
5347         Add :conditional-turn-on keyword argument.
5349 2000-10-28  Dave Love  <fx@gnu.org>
5351         * international/latin1-disp.el (latin1-char-displayable-p):
5352         Don't use window-system.
5354 2000-10-27  Eli Zaretskii  <eliz@is.elta.co.il>
5356         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
5357         Don't call find-buffer-file-type-coding-system.  Instead, just
5358         set eol-type to -unix if inhibit-eol-conversion is in effect, or
5359         if the file is on an untranslated filesystem.
5360         (add-untranslated-filesystem): Use "D" instead of "f" inside
5361         interactive.
5363 2000-10-27  Dave Love  <fx@gnu.org>
5365         * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
5366         (refill-mode): Use it.
5368 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
5370         * international/quail.el (quail-activate): Don't make-local-hook.
5372 2000-10-27  Andre Spiegel  <spiegel@gnu.org>
5374         * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
5375         manual backups and file.~<rev>.~ for automatic ones.
5376         (vc-make-version-backup): Don't do it on MS-DOS without long file
5377         names.
5379         * vc.el (vc-version-other-window): If an automatic backup of the
5380         desired version exists, rename it instead of copying it.
5382         * vc-cvs.el (vc-cvs-checkin): Check both status and error message
5383         after command.  If there's an unexpected error, signal it instead
5384         of being silent.
5385         (vc-cvs-merge-news): Be prepared for no news at all.
5387 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
5389         * shell.el (shell): Add BUFFER argument.
5390         * comint.el (make-comint-in-buffer): New function.
5391         (make-comint): Use it.
5393         * faces.el (face-spec-choose): Change syntax so that the list of
5394         attribute-value pairs is now the cdr of each clause, not the cadr.
5395         Detect old-style entries, and handle them.  Use pop.
5397 2000-10-26  Stefan Monnier  <monnier@cs.yale.edu>
5399         * cus-edit.el (custom-mode-map): Use a sparse map.
5400         (custom-mode): Don't bother with make-local-hook.
5402         * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
5404         * vc.el (vc-start-entry): Only erase the buffer if comment is set.
5406 2000-10-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5408         * ps-print.el: Avoid compilation gripes.
5409         (ps-print-version): New version number (6.2.1).
5411 2000-10-26  Dave Love  <fx@gnu.org>
5413         * menu-bar.el: Modify some menu item help strings.
5414         (menu-bar-help-menu): Add link to MORE.STUFF.
5416         * cus-edit.el (custom-mode): Add `special' mode-class property.
5418         * wid-browse.el (widget-browse-mode): Likewise.
5420         * wid-edit.el (widget-specify-field): Revert to using local-map
5421         property, not keymap.
5423 2000-10-26  Miles Bader  <miles@lsi.nec.co.jp>
5425         * wid-edit.el (widget-field-end): When checking for a `boundary'
5426         field, do so in the correct buffer.
5428         * simple.el (undo): Correctly distinguish between numeric and
5429         non-numeric prefix args in non-transient-mark-mode, as per the doc
5430         string.  When in transient-mark-mode, treat all prefix-args as
5431         numeric.
5433         * simple.el (previous-matching-history-element): Miscellaneous cleanup.
5434         Position point on match.  Handle N == 0 correctly.
5436         * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
5437         (comint-mode-map): Reverse order of `comint-write-output' and
5438         `comint-append-output-to-file'.
5439         (comint-append-output-to-file): Reinstate this function, for the
5440         benefit of the menu.
5442 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
5444         * vc.el (vc-version-other-window): Bind `file'.
5446 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
5448         * Makefile.in (update-authors): New target for maintenance purposes.
5450         * emacs-lisp/authors.el (batch-update-authors): New function.
5451         (authors-fixed-entries): New defconst.
5452         (authors-add-fixed-entries): New function.
5453         (authors): Call it.: Don't process lispref/.
5455 2000-10-25  Jason Rumney  <jasonr@gnu.org>
5457         * cus-edit.el (custom-button-face, custom-button-pressed-face):
5458         Merge x w32 and mac definitions.
5460 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
5462         * menu-bar.el (menu-bar-options-menu): Add a help string for
5463         `uniquify'.
5465 2000-10-25  Stephen Gildea  <gildea@alum.mit.edu>
5467         * time-stamp.el (time-stamp-string-preprocess):
5468         Fix a wrong type argument error.
5470 2000-10-25  Miles Bader  <miles@gnu.org>
5472         * recentf.el (recentf-mode): Variable removed.
5473         (recentf-mode): Use `define-minor-mode'.
5475         * mwheel.el (mouse-wheel-mode): New global minor mode.
5476         (mwheel-install): Use `mouse-wheel-mode'.
5478 2000-10-25  Dave Love  <fx@gnu.org>
5480         * progmodes/cperl-mode.el (cperl-mode):
5481         Set normal-auto-fill-function correctly.
5483         * wid-edit.el (widget-field-keymap, widget-text-keymap):
5484         Don't inherit from global-map and don't nullify menu-bar and tool-bar
5485         bindings.
5487 2000-10-25  Miles Bader  <miles@lsi.nec.co.jp>
5489         * wid-edit.el (widget-field-at): New function.
5490         (widget-at, widget-field-activate): Use it.
5491         (widget-tabable-at): Use `widget-at'.
5492         (widget-specify-field): If the terminating character of the widget
5493         field (which is read-only) is a newline, put it into a special
5494         `boundary' field so that C-n/C-p act more naturally.
5495         (widget-field-end): Also don't subtract one if a special
5496         `boundary' field has been added after the widget field.
5498         * comint.el (comint-output-filter, comint-send-input):
5499         Don't bother adding stickiness fields to overlays to fool the field
5500         code, since it should notice the overlay insertion-types now.
5502         * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
5503         Replace with aliases of the normal emacs b-o-l/e-o-l functions.
5504         (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
5506 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
5508         * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
5509         (authors): Set file coding system to iso-2022-7bit.
5510         Add file-local variables to output buffer.
5512         * files.el (after-find-file): Don't print any warnings if
5513         WARN is nil.
5515 2000-10-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5517         * ps-print.el (ps-generate): Fix odd/even pages printing bug.
5519         * delim-col.el: Now there is a column formatting mechanism.
5520         Modified to customization mechanisms convention.  Doc fix.
5521         (columns): New group for delim-col.
5522         (delimit-columns-before, delimit-columns-after)
5523         (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
5524         (delimit-columns-end): New vars.
5525         (delimit-columns-customize, delimit-columns-format): New funs.
5526         (delimit-columns-region, delimit-columns-rectangle)
5527         (delimit-columns-rectangle-line): Modified to support column
5528         formatting.
5530 2000-10-24  Dave Love  <fx@gnu.org>
5532         * log-edit.el (log-edit): Add :version and a :group for vc.
5534 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
5536         * files.el (after-find-file): Don't print a message ``New file''
5537         if WARN is nil.
5539         * wid-edit.el (widget-field-keymap, widget-text-keymap):
5540         Define the tool-bar map as nil, as for the menu-bar.  Otherwise, we'll
5541         get duplicate tool-bar entries because we'll see the global ones
5542         on more than one path through keymaps.
5544         * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
5546         * progmodes/cmacexp.el: Change Francesco's email address.
5548 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
5550         * window.el (fit-window-to-buffer): Adjust point of the window
5551         buffer, not that of the current buffer.
5553 2000-10-24  Eli Zaretskii  <eliz@is.elta.co.il>
5555         * progmodes/cmacexp.el: Update the euthor's email address.
5557 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
5559         * faces.el (face-spec-set-match-display): Add `graphic' display
5560         type (the inverse of `tty').  Use `display-graphic-p' instead of
5561         the window-system variable.
5563 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
5565         * international/isearch-x.el (isearch-with-input-method):
5566         Call input-method-function with the first event in
5567         unread-command-events.
5569 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
5571         * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
5573 2000-10-24  Andrew Choi  <akochoi@i-cable.com>
5575         * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
5576         New charsets.
5578         * term/mac-win.el: Remove definitions of mac-roman-lower and
5579         mac-roman-upper, require dired, and define instead of set
5580         mac-ready-for-drag-n-drop to avoid compilation error.
5582 2000-10-23  Andrew Innes  <andrewi@gnu.org>
5584         * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
5585         Remove superfluous calls to subst-char-in-string; instead apply
5586         expand-file-name after convert-standard-filename to ensure
5587         expected directory separators are used.
5589 2000-10-23  Eli Zaretskii  <eliz@is.elta.co.il>
5591         * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
5593 2000-10-23  Dave Love  <fx@gnu.org>
5595         * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
5596         (tool-bar-add-item): Set foreground and background for XBM icons.
5598         * international/latin1-disp.el (latin1-char-displayable-p):
5599         New function (from Handa).
5600         (latin1-display-check-font): Use it.
5602         * imenu.el (imenu--create-keymap-2): Build menu with menu-item
5603         using :key-sequence, making it much more usable.
5604         Use nconc, not append.
5605         (imenu--create-keymap-1): Avoid append.
5607         * textmodes/refill.el: Remove bits redundant with define-minor-mode.
5609 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
5611         [the following changes fix a bug where `define-minor-mode' didn't
5612         correctly generate :require clauses for defcustoms in compiled files]
5613         * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
5614         (byte-compile-log-file, byte-compile-log-1): Don't set
5615         `byte-compile-current-file' to nil.  Instead set
5616         `byte-compile-last-logged-file' to it.  Test whether
5617         byte-compile-current-file equals byte-compile-last-logged-file
5618         instead of whether its nil.
5619         (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
5621 2000-10-23  Stefan Monnier  <monnier@cs.yale.edu>
5623         * textmodes/refill.el: Fix var names in doc.
5624         (refill-mode): Don't bother with make-local-hook anymore.
5626 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
5628         * faces.el (face-user-default-spec, face-default-spec): New functions.
5629         (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
5630         (frame-set-background-mode, face-set-after-frame-default):
5631         Use `face-user-default-spec'.  Simplify code slightly.
5633         * woman.el (woman-italic-face, woman-bold-face)
5634         (woman-unknown-face): Add dark-background variants.
5635         (woman-default-faces): Renamed from `woman-colour-faces'.
5636         Set using the stored defaults, rather than using hard-wired colors.
5637         (woman-monochrome-faces): Renamed from `woman-black-faces'.
5638         Just make the foreground `unspecified' rather than "black".
5639         (woman-menu): Rename menu entries accordingly.
5641         * faces.el (header-line): Make more reasonable on mono/grayscale
5642         displays.
5644 2000-10-23  Andrew Choi  <akochoi@i-cable.com>
5646         * cus-edit.el (custom-button-face): Use 3D look for mac.
5647         (custom-button-pressed-face): Likewise.
5649         * faces.el (set-face-attributes-from-resources): Handle mac frames
5650         in the same way as x and w32 frames.
5651         (face-valid-attribute-values): Likewise.
5652         (read-face-attribute): Likewise.
5653         (defined-colors): Likewise.
5654         (color-defined-p): Likewise.
5655         (color-values): Likewise.
5656         (display-grayscale-p): Likewise.
5657         (face-set-after-frame-default): Likewise.
5658         (mode-line): Same default face as for x and w32.
5659         (tool-bar): Likewise.
5661         * frame.el: Remove call to frame-notice-user-settings at end of
5662         the file.
5664         * info.el (Info-fontify-node): Make underlines invisible for mac
5665         as for x, pc, and w32 frame types.
5667         * term/mac-win.el: New file.
5669 2000-10-22  Dave Love  <fx@gnu.org>
5671         * textmodes/refill.el: New file.
5673 2000-10-22  Andre Spiegel  <spiegel@gnu.org>
5675         * vc-hooks.el (vc-version-backup-file-name): New optional args
5676         MANUAL and REGEXP.
5677         (vc-delete-automatic-version-backups, vc-make-version-backup):
5678         New functions.
5679         (vc-before-save): Use the latter.
5680         (vc-default-make-version-backups-p): Added `-p' suffix to avoid
5681         confusion.
5683         * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5684         expected by vc[-hooks].el.
5686         * vc.el (vc-checkout): Added `-p' suffix in call to
5687         vc-make-version-backups-p; use vc-make-version-backup to actually
5688         make the backup.
5689         (vc-version-other-window, vc-version-backup-file): Handle both
5690         automatic and manual backups.
5691         (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
5692         of all of them.
5694 2000-10-22  Miles Bader  <miles@gnu.org>
5696         * comint.el (comint-highlight-input, comint-highlight-prompt):
5697         Renamed, `-face' at end removed.
5698         (comint-send-input, comint-output-filter): Use renamed faces.
5700         * window.el (fit-window-to-buffer): Change defaulting of
5701         MAX-HEIGHT slightly.
5703         * faces.el (color-values, color-defined-p): Use `member', not
5704         `memq', because it works correctly for strings.
5705         (frame-set-background-mode): Actually, "unspecified-fg" and
5706         "unspecified-bg" *are* strings.  Use `member', not `memq', and
5707         `equal', not `eq', when a string value is possible.
5709 2000-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
5711         * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
5713 2000-10-21  Stefan Monnier  <monnier@cs.yale.edu>
5715         * progmodes/sh-script.el (sh-mode-map): Remove bindings for
5716         sh-electric-rparen, sh-electric-less and sh-electric-hash.
5717         (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
5718         (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
5719         (sh-font-lock-syntactic-keywords): Use them.
5720         (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
5721         (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
5722         (sh-mode): Don't override font-lock-unfontify-region-function.
5723         Use a copy of sh-font-lock-syntactic-keywords.
5724         (sh-set-shell): Don't set sh-electric-rparen-needed-here.
5725         Don't call sh-scan-buffer since font-lock does it on the fly.
5726         (sh-get-indent-info): Use `face' rather than `syntax-table'
5727         text-property to detect here-documents.
5728         Replace sh-special-syntax with sh-st-punc.
5729         (sh-prev-line): Use `face' rather than `syntax-table'
5730         text-property to skip over here-documents.
5731         (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
5732         (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
5733         (sh-electric-less, sh-set-here-doc-region)
5734         (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
5735         (sh-scan-buffer, sh-rescan-buffer): Remove.
5737 2000-10-21  Andrew Innes  <andrewi@gnu.org>
5739         * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
5740         remote (ange-ftp) file names.
5742 2000-10-21  Miles Bader  <miles@gnu.org>
5744         * window.el (fit-window-to-buffer): New function.
5745         (shrink-window-if-larger-than-buffer): Use it.
5746         (window-text-height): Don't expect minibuffers to have mode-lines.
5748         * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
5749         * international/quail.el (quail-update-guidance):
5750         Use `fit-window-to-buffer' instead of `set-window-text-height'.
5752         * international/quail.el (quail-show-guidance-buf): Make sure
5753         guidance window really has enough room.
5754         (quail-update-guidance): If quail-guidance-win is already shown,
5755         make sure its height is OK.
5757         * window.el (window-text-height, set-window-text-height):
5758         New functions.
5759         (shrink-window-if-larger-than-buffer): Use `window-text-height'
5760         instead of `window-height' & `mode-line-window-height-fudge'.
5761         (mode-line-window-height-fudge): Add FACE parameter.
5762         * help.el (resize-temp-buffer-window): Use `set-window-text-height'
5763         instead of `enlarge-window' & `mode-line-window-height-fudge'.
5765 2000-10-20  Miles Bader  <miles@gnu.org>
5767         * window.el (height-affecting-face-attributes): Use `defconst'.
5769         * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
5770         New function, conditionally aliased to `mode-line-window-height-fudge'.
5771         (ispell-help): Use it.
5772         (ispell-choices-win-default-height): Don't include mode-line fudge.
5773         (ispell-choices-win-default-height): New function.
5774         (ispell-show-choices, ispell-command-loop): Use function
5775         `ispell-choices-win-default-height' instead of variable.
5777 2000-10-20  Miles Bader  <miles@lsi.nec.co.jp>
5779         * window.el (mode-line-window-height-fudge): New variable.
5780         (height-affecting-face-attributes): New variable.
5781         (mode-line-window-height-fudge): New function.
5782         (shrink-window-if-larger-than-buffer): Use it.
5783         * help.el (resize-temp-buffer-window): Likewise.
5785         * info.el (Info-fontify-node): Add support for @subsubsection
5786         titles, which use `Info-title-4-face'.
5787         (Info-title-4-face): New face.
5788         (Info-title-3-face): Inherit from Info-title-4-face instead of
5789         variable-pitch.
5791 2000-10-19  Jason Rumney  <jasonr@gnu.org>
5793         * dired.el (dired-insert-directory): Do not let errors signalled by
5794         attempt to run dired-free-space-program prevent dired from working.
5796 2000-10-19  Stefan Monnier  <monnier@cs.yale.edu>
5798         * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
5800 2000-10-19  Gerd Moellmann  <gerd@gnu.org>
5802         * dirtrack.el (dirtrack): Fix call to run-hooks.
5804         * cmuscheme.el (cmuscheme-program-name): Renamed from
5805         scheme-program-name because xscheme.el contains a defcustom with
5806         the same name.  As a consequence, customizing group `cmuscheme'
5807         loaded `xscheme' which redefined run-scheme.
5808         (run-scheme): Use cmuscheme-program-name.
5810         * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
5812         * play/doctor.el (doctor-death): Update the Samaritans'
5813         anonymous address, and add a website for Befrienders International.
5815 2000-10-19  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5817         * ps-print.el: Even/odd pages fix.  Fix little bug on XEmacs.
5818         Avoid compilation gripes.  Doc fix.
5819         (ps-print-version): New version number (6.2).
5820         (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
5821         (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
5822         (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
5823         (ps-x-extent-priority, ps-x-extent-start-position)
5824         (ps-x-face-font-instance, ps-x-find-coding-system)
5825         (ps-x-font-instance-properties, ps-x-make-color-instance)
5826         (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
5827         avoid compilation gripes without defining functions.
5828         (ps-e-find-composition): Alias for function find-composition, to have a
5829         suitable function depending on Emacs version.
5830         (ps-color-device, ps-color-values, ps-face-foreground-name)
5831         (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
5832         (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
5833         (ps-print-ensure-fontified): Function definitions surrounded by
5834         `eval-and-compile' to avoid compilation gripes.
5835         (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
5836         by symbol-value to avoid compilation gripes.
5837         (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
5838         (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
5840 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
5842         * startup.el (normal-top-level): Call `frame-set-background-mode'
5843         after `frame-notice-user-settings' because the latter doesn't call
5844         the former on a tty.
5846         * faces.el (frame-set-background-mode): `unspecified' &c are
5847         symbols, not strings.
5849 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
5851         * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
5852         why some "light*" colors are deliberately absent from the alist.
5854         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
5855         Change colors for tty's, as suggested by Miles Bader.
5857 2000-10-19  Kenichi Handa  <handa@etl.go.jp>
5859         * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
5860         (ccl-encode-mule-unicode-0100-24ff): New CCL program.  Register it
5861         for ISO10646-1 fonts.
5862         (x-font-name-charset-alist): Add an entry for "iso10646-1".
5864 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
5866         * faces.el (frame-set-background-mode): If a tty frame defines a
5867         background color, use that to compute the background mode, instead
5868         of always defaulting to "dark".
5870 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
5872         * comint.el (comint-write-output): New function.
5873         (comint-mode-map): Add it to the menu.
5874         Bind `C-c C-s' to comint-write-output.
5876 2000-10-18  Gerd Moellmann  <gerd@gnu.org>
5878         * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
5879         Use fancy-splash-delay.
5881 2000-10-18  Alex Schroeder  <alex@gnu.org>
5883         * progmodes/sql.el (sql-sybase-options): New option.
5884         (sql-sybase): Use it.  Add sql-database to the list of parameters
5885         provided for login.  The options -w 2048 -n are not used any more.
5887         * comint.el (comint-read-input-ring): Bugfix such that the first
5888         and the last entry of the input ring file are not lost.
5890 2000-10-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5892         * ps-print.el: Internal variable changes to defcustom,
5893         make-local-hook changes to defvar.  Doc fix.
5894         (ps-print-version): New version number (6.1).
5895         (ps-setup, ps-do-despool): Code fix.
5896         (ps-printer-name): Customization fix.
5897         (ps-printer-name-option): Now is a defcustom instead of an
5898         internal variable.
5899         (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
5900         (ps-print-begin-column-hook): Now are defvar instead of
5901         make-local-hook.
5903 2000-10-18  Miles Bader  <miles@gnu.org>
5905         * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
5906         (comint-kill-output): Changed into an alias for `comint-delete-output',
5907         and made obsolete.
5908         (comint-mode-map): Rename references to comint-kill-output.
5910 2000-10-18  Eli Zaretskii  <eliz@is.elta.co.il>
5912         * diff-mode.el (diff-header-face, diff-file-header-face)
5913         (diff-changed-face): Add bold and italic attributes to tty faces.
5914         (diff-function-face): New face.
5915         (diff-font-lock-keywords): Use it.
5917 2000-10-18  Miles Bader  <miles@lsi.nec.co.jp>
5919         * comint.el (comint-output-filter): Fixup comint-last-input-end too.
5920         Remove commented-out call to force-mode-line-update.
5921         (comint-kill-output): Use `forward-line 0' instead of
5922         beginning-of-line to make sure we get past the prompt.
5924 2000-10-17  Stefan Monnier  <monnier@cs.yale.edu>
5926         * diff-mode.el (diff-header-face, diff-file-header-face):
5927         Add specific setting for dark background.
5928         (diff-context-face): Renamed from diff-comment-face.
5929         Set explicitly rather than inheriting from font-lock-comment-face.
5931 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
5933         * startup.el (command-line): Move the code which sets the default
5934         TTY colors to before before-init-hook.
5936 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
5938         * jit-lock.el (jit-lock-stealth-time): Doc fix.
5940 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
5942         * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
5943         extensions, for MS-DOS.
5945         * diff-mode.el (diff-header-face, diff-file-header-face)
5946         (diff-changed-face): Define tty-specific colors.
5948 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
5950         * startup.el (fancy-splash-text): Realign the text.
5952 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
5954         * font-lock.el (font-lock-comment-face): Define a separate default
5955         for dark-background tty's.
5957 2000-10-17  Miles Bader  <miles@gnu.org>
5959         * help.el (resize-temp-buffer-window): Add hack to avoid last line
5960         being obscured by whizzy mode-lines on graphics displays.
5962 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
5964         * info.el (Info-title-1-face, Info-title-2-face)
5965         (Info-title-3-face): Define colors for tty's.
5966         (info-header-node): Remove unneeded tty-specific definition.
5968 2000-10-16  Eli Zaretskii  <eliz@is.elta.co.il>
5970         * term/pc-win.el (msdos-handle-reverse-video): Don't remove
5971         reverse from the frame parameters, and don't invert foreground and
5972         background colors.
5974 2000-10-16  Miles Bader  <miles@gnu.org>
5976         * info.el (Info-set-mode-line): Use `%b' instead of hardwired
5977         string "*Info*".  Call propertized-buffer-identification to spruce
5978         up the result.
5980 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
5982         * help.el: Provide `help' for the sake of define-minor-mode
5983         which generates defcustoms with requires.
5985         * jit-lock.el (jit-lock-after-change): If we're in text that
5986         matches a multi-line font-lock pattern, make sure the whole text
5987         will be redisplayed.
5989         * emacs-lisp/authors.el (authors-add): Don't add an entry if
5990         author's name is unknown.
5992         * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
5993         * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
5994         * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
5995         * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
5996         * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
5997         * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
5998         * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
5999         * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
6000         * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
6001         Add author information.
6003 2000-10-16  Miles Bader  <miles@lsi.nec.co.jp>
6005         * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
6006         * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
6007         full-color version (using the Gimp) to eliminate dithering artifacts.
6009 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
6011         * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
6013         * simple.el (syntax-flag-table, string-to-syntax): Remove.
6015 2000-10-15  Dave Love  <fx@gnu.org>
6017         * progmodes/sh-script.el: Require skeleton and comint when compiling.
6019         * pcomplete.el (pcomplete) <defgroup>: Add :version.
6021         * whitespace.el: Doc fixes.
6022         (top-level): Don't add hooks here.
6023         (whitespace-running-emacs): Deleted.
6024         (timer): Don't require.
6025         (whitespace): Add back :version conditional on xemacs test.
6026         (whitespace-spacetab-regexp, whitespace-indent-regexp)
6027         (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
6028         (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
6029         (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
6030         Avoid specific xemacs test.
6031         (whitespace-global-mode): New option.
6032         (whitespace-global-mode): New command.
6033         (whitespace-unload-hook): New function.
6035         * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
6036         (Info-fontify-node, Info-goto-node, Info-mode-menu)
6037         (Info-fontify-node): `Goto' goes to `Go to'.
6038         (Info-fontify-node): Add help-echo to xref links.
6040 2000-10-15  Eli Zaretskii  <eliz@is.elta.co.il>
6042         * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
6044 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
6046         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
6047         Use plist-get and allow :inherit.
6049         * emacs-lisp/cl-macs.el (cl-do-arglist):
6050         Use plist-get and plist-member instead of memq.
6052         * emacs-lisp/ewoc.el (ewoc-location): New function.
6053         (ewoc-enter-after, ewoc-enter-before): Document return value.
6054         * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
6055         Don't need make-local-hook any more.
6056         (cvs-addto-collection): Return the new tin.
6057         (cvs-mode-insert): Jump to the new line.
6059         * jit-lock.el (jit-lock-fontify-buffer): Remove.
6061         * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
6063         * font-lock.el (font-lock-syntactically-fontified): New var.
6064         (font-lock-fontify-syntactic-keywords-region): Use it.
6065         (font-lock-mode): Fix docstring.  Don't need make-local-hook anymore.
6067         * diff-mode.el (diff-find-file-name): Fix regexp.
6069         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
6070         (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
6072         * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
6073         (sh-mode-syntax-table): Add punctuation syntax for < and >.
6074         (sh-mode): Don't make all vars local here.
6075         (sh-kw): Reformat.
6076         (sh-set-shell): Use dolist.  Don't set indent-region-function.
6077         (sh-mode-syntax-table): Use pop.
6078         (sh-remember-variable): Use push.
6079         (sh-help-string-for-variable): Use memq.
6080         (sh-safe-backward-sexp): Remove.
6081         (sh-safe-forward-sexp): Add ARG.
6082         (sh-get-indent-info, sh-prev-stmt): Use it.
6083         (sh-prev-line): Simplify by using forward-comment.
6084         (sh-this-is-a-continuation): Simplify.
6085         (sh-learn-buffer-indent): Use dolist.
6086         (sh-do-nothing): Remove.
6087         (sh-set-char-syntax, sh-set-here-doc-region):
6088         Use inhibit-modification-hooks.
6089         (sh-name-style): Use mapcar and push.
6090         (sh-load-style): Use dolist.
6091         (sh-save-styles-to-buffer): Use with-current-buffer and pp.
6092         (sh-case, sh-while-getopts): Use propertize directly rather
6093         than sh-electric-rparen.
6095 2000-10-14  Stefan Monnier  <monnier@cs.yale.edu>
6097         * textmodes/tex-mode.el: Require CL when compiling.
6098         (tex-mode-syntax-table): Init immediately.
6099         (tex-mode-map): Bind M-RET to latex-insert-item.
6100         (latex-mode): Set indent-line-function to latex-indent.
6101         (tex-common-initialization): Don't setup the syntax-table any more.
6102         (latex-insert-item): New skeleton.
6103         (tex-next-unmatched-end): Fix copy/paste braino.
6104         (latex-syntax-after, latex-skip-close-parens, latex-down-list)
6105         (latex-indent, latex-find-indent): New functions.
6106         (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
6107         (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
6108         (tex-compilation-parse-errors): Use with-syntax-table.
6110 2000-10-15  Miles Bader  <miles@gnu.org>
6112         * font-lock.el (font-lock-comment-face): Change dark-background,
6113         color, non-tty, default to `chocolate1'.
6115 2000-10-13  John Wiegley  <johnw@gnu.org>
6117         * eshell/esh-util.el (require): Added a missing `require' form,
6118         needed when compiling (for an ange-ftp macro definition).
6120 2000-10-13  Dave Love  <fx@gnu.org>
6122         * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
6124 2000-10-13  Gerd Moellmann  <gerd@gnu.org>
6126         * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
6128         * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
6129         transparent -colors 8).
6131 2000-10-13  Stephen Gildea  <gildea@alum.mit.edu>
6133         * time-stamp.el (time-stamp): Fixed bug in new multi-line code
6134         that breaks with old list format timestamps.
6135         (time-stamp-warn-inactive, time-stamp-old-format-warn)
6136         (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
6138 2000-10-13  John Wiegley  <johnw@gnu.org>
6140         * align.el, pcomplete.el, calendar/timeclock.el,
6141         eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
6143         * calendar/timeclock.el (timeclock-find-discrep): A fix to some
6144         faulty math, where holiday hours were being computing as seconds.
6146 2000-10-13  John Wiegley  <johnw@gnu.org>
6148         * desktop.el (desktop-buffer-modes-to-save): Added a global for
6149         specifying what "other" kinds of buffers should be saved.
6150         This used to be hard-coded.
6151         (desktop-buffer-misc-functions): A global for specifying how
6152         auxiliary data should be determined for special buffer types.
6153         (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
6154         instead of hard-coding the special buffer types.
6155         (desktop-save): Run `desktop-buffer-misc-functions' to gather
6156         auxiliary data, instead of hard-coding for Info buffers and dired.
6157         (desktop-buffer-info-misc-data): Aux function for determining Info
6158         buffer auxiliary info.
6159         (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
6160         (desktop-buffer-info): Changed this function to use the info
6161         gathered above.
6162         (desktop-create-buffer): Be a little more careful about what
6163         `minor-mode' means before calling it.  This is important for some
6164         buffer types.
6166 2000-10-13  John Wiegley  <johnw@gnu.org>
6168         * eshell/esh-util.el: Added a global form which declares an
6169         autoload for `parse-time-string', if that function is not already
6170         defined, and if parse-time.el is available on the user's system.
6172         * eshell/em-ls.el (eshell-ls-applicable): Extended this function
6173         to be aware of ange-ftp user info.
6174         (eshell-do-ls): Bind `ange-cache'.  Also, use `eshell-file-attributes'.
6175         (eshell-ls-annotate): Use `eshell-file-attributes'.
6176         (eshell-ls-file): Made the user-id printing code a bit smarter.
6178         * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
6179         allow identification of alias user ids in remote directories.
6180         It's manual, but there's no other way to know when the current user
6181         on the local machine, is also the owning user on the remote machine.
6182         (fboundp): Bind `ange-cache'.
6183         (eshell-directory-files-and-attributes): Re-organized the logic a
6184         bit to use `eshell-file-attributes' instead of `file-attributes'.
6185         The former is more sensitive to directories that are read via FTP,
6186         and knows how to use ange-ftp to determine full attribute
6187         information, instead of just the name and last modtime.
6188         (eshell-current-ange-uids): Return the current user id when in a
6189         remote directory.
6190         (eshell-parse-ange-ls): Parse a full directory listing that has
6191         been returned by ange-ftp.
6192         (eshell-file-attributes): This beefed up version of
6193         `file-attributes' is only special if the user is currently in a
6194         remote directory, in which case it does a lot of work to find out
6195         what the real attributes of a file are, as they appear on the
6196         remote machine.  This makes usage of remote directories (i.e.,
6197         ange-ftp pathnames) much more useful.  You can now use Eshell as a
6198         full-fledged FTP client, with much more manipulation ability than
6199         most other clients.
6201         * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
6202         variable, which means that Eshell's du should always be preferred
6203         in remote directories.
6204         (eshell-shuffle-files): Use `eshell-file-attributes', rather than
6205         just `file-attributes'.
6206         (eshell-mvcp-template): Bind `ange-cache', to improve performance
6207         when reading remote directories.  This is an Eshell-specific
6208         variable (not part of ange-ftp).
6209         (eshell/ln): Bind `ange-cache'.
6210         (eshell/du): Added some extra logic for determining when to use
6211         Eshell's du (which is slow), and when to use the external version
6212         (which may or may not exist).
6214         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
6215         Call `eshell-interactive-process', rather than using
6216         `get-buffer-process', since backgrounded processes don't count in
6217         the context of this function's logic.
6219         * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
6220         `forward-char', so that null strings are parsed correctly.
6222 2000-09-13  John Wiegley  <johnw@gnu.org>
6224         * eshell/em-pred.el (eshell-pred-file-type)
6225         (eshell-pred-file-links, eshell-pred-file-size):
6226         Use `eshell-file-attributes'.  This is more correct over ange-ftp.
6228         * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
6229         that remote file globbing is more efficient.
6231         * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
6232         gathering the files and attributes within a directory.
6234         * eshell/em-unix.el (eshell/cat): If any of the files passed on
6235         the command line is a special file (not a regular file, directory
6236         or symlink), always attempt to call the external version of cat.
6238 2000-09-13  John Wiegley  <johnw@gnu.org>
6240         * eshell/esh-mode.el (eshell-find-tag): Corrections to the
6241         Eshell-friendly version of find-tag.
6243 2000-10-13  Miles Bader  <miles@lsi.nec.co.jp>
6245         * image-file.el (image-file-name-extensions)
6246         (image-file-name-regexps): Add autoload cookies.
6248 2000-10-13  Kenichi Handa  <handa@etl.go.jp>
6250         * international/mule-cmds.el (select-safe-coding-system): If FROM
6251         is string, show it in *Warning* buffer.
6253 2000-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
6255         * startup.el (normal-top-level): Use display-popup-menus-p instead
6256         of window-system.
6257         (command-line): Use display-graphic-p instead of window-system.
6258         (command-line-1): Use display-popup-menus-p and display-mouse-p
6259         instead of window-system.
6261 2000-10-12  Sam Steingold  <sds@gnu.org>
6263         * tooltip.el (tooltip-use-echo-area): New user variable.
6264         (tooltip-show): Use it to choose between `x-show-tip' and `message'.
6266 2000-10-12  Dave Love  <fx@gnu.org>
6268         * recentf.el: Maintainer's checkdoc fixes.
6270         * startup.el (normal-top-level-add-subdirs-to-load-path):
6271         Use character class, not ASCII when matching file names.
6272         (fancy-splash-head): Add trailing slash to URL.
6273         (command-line): Don't require XPM support for toolbar.
6275         * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
6276         (cperl-invalid-face): Revert last change.
6277         (cperl-init-faces): Quote cperl-invalid-face.
6279 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
6281         * startup.el (fancy-splash-text): Remove superfluous quote.
6283 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
6285         * startup.el (fancy-splash-screens): Don't add a pre-command hook.
6286         (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
6287         (command-line-1): Don't use fancy-splash-pending-command.
6288         (fancy-splash-screens-1): Goto point-min after inserting text.
6290         * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
6292         * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
6293         instead of shared-lisp-mode-map.
6295 2000-10-12  Miles Bader  <miles@lsi.nec.co.jp>
6297         * faces.el (header-line): Change tty-variant to use underlining.
6299         * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
6300         (isearch-highlight): Restore lazy-isearch face properties at old
6301         position, and suppress them at new position.
6302         (isearch-dehighlight): Restore lazy-isearch face properties.
6303         (isearch-lazy-highlight-update): Add lazy-isearch overlays even
6304         over the real isearch overlay, but in that case, don't give it a
6305         face property.  Use `push'.
6307 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
6309         * man.el (Man-getpage-in-background): Fix previous change.
6310         Decode the process output only when we are in multibyte mode.
6312 2000-10-11  Dave Love  <fx@gnu.org>
6314         * info.el (Info-mode-menu): Fix some help.
6315         (info-tool-bar-map): Add entry for Info-last.
6317         * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
6318         * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
6319         * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
6320         * toolbar/cut.xpm, toolbar/mail_compose.xpm:
6321         * toolbar/search-replace.xpm, toolbar/exit.xpm:
6322         * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
6323         * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
6324         * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
6325         * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
6326         * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
6327         Reduce colour requirements to 25 overall.  (Probably wants
6328         revisiting from the originals to reduce further.)
6330 2000-10-11  Eli Zaretskii  <eliz@is.elta.co.il>
6332         * hexl.el (hexlify-buffer): Bind coding-system-for-write to
6333         buffer-file-coding-system, instead of raw-text.
6334         (dehexlify-buffer): Bind coding-system-for-read to
6335         buffer-file-coding-system, instead of raw-text.
6337 2000-10-11  Sam Steingold  <sds@gnu.org>
6339         * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
6340         `underline' - fixes the bug introduced on 2000-09-21.
6342 2000-10-11  Dave Love  <fx@gnu.org>
6344         * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
6345         Avoid compiler warnings.
6346         (scheme-mode): Doc fix.
6347         (scheme-font-lock-keywords-1): Match `define-syntax'.
6349 2000-10-11  Miles Bader  <miles@lsi.nec.co.jp>
6351         * faces.el (frame-set-background-mode): Pay attention to saved
6352         face specs as well as default ones.  Only do anything if the
6353         bg-mode or display-type has actually changed.  Use `dolist'.
6354         (region): Make dark-background `region' face less in-your-face.
6356 2000-10-10  Sam Steingold  <sds@gnu.org>
6358         * chistory.el, ielm.el, ledit.el:
6359         * progmodes/inf-lisp.el, progmodes/scheme.el:
6360         Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
6362 2000-10-10  Stefan Monnier  <monnier@cs.yale.edu>
6364         * textmodes/texinfo.el: Update copyright and fix typo.
6366         * desktop.el (desktop-modes-not-to-save): New var.
6367         (desktop-save-buffer-p): Use it.
6368         Also, obey desktop-buffers-not-to-save even for non-file buffers.
6369         (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
6371 2000-10-10  Dave Love  <fx@gnu.org>
6373         * toolbar/tool-bar.el (tool-bar-add-item)
6374         (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
6376         * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
6377         * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
6378         * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
6379         * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
6380         * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
6381         * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
6382         * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
6383         * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
6384         * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
6385         * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
6386         the .xpms; probably need retouching.
6388 2000-10-10  Miles Bader  <miles@lsi.nec.co.jp>
6390         * subr.el (add-to-list): Add optional argument APPEND.
6391         * battery.el (display-battery): Use `add-to-list'.
6393 2000-10-09  Thien-Thi Nguyen  <ttn@gnu.org>
6395         * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
6396         properties.
6397         (zone, zone-when-idle, zone-leave-me-alone)
6398         (zone-pgm-whack-chars): Use new symbol properties.
6400         * battery.el (display-battery): Doc spelling fix.
6402         * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
6403         property.
6405 2000-10-09  Dave Love  <fx@gnu.org>
6407         * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
6408         has been initialized before calling tool-bar-setup.
6409         (tool-bar-add-item-from-menu): Add autoload cookie.
6411 2000-10-09  Eli Zaretskii  <eliz@is.elta.co.il>
6413         * menu-bar.el (send-mail-item-name): New function.
6414         (menu-bar-tools-menu) <compose-mail>: Use it to display the value
6415         of mail-user-agent in the menu.  Don't display the "Send Mail"
6416         item if mail-user-agent is nil or its value is ignore.
6417         (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
6418         if read-mail-command is nil or its value is ignore.
6420         * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
6422 2000-10-09  Miles Bader  <miles@gnu.org>
6424         * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
6425         Correct image size.
6426         * toolbar/left_arrow.xpm: Correct image size.
6428         * jka-compr.el: Don't call `jka-compr-install' when loading (it
6429         will be done by the definition of `auto-compression-mode' if
6430         necessary.  Move code to uninstall existing file-name handler
6431         before definition of `auto-compression-mode'.
6433         * image-file.el (auto-image-file-mode): Move to the end of the
6434         file, because `define-minor-mode' actually calls the mode-function
6435         if the associated variable is non-nil, which requires that all
6436         needed functions be already defined.
6438         * mouse.el (popup-menu): Balance parens.
6440 2000-10-08  Stefan Monnier  <monnier@cs.yale.edu>
6442         * mouse.el (popup-menu): Move the command call outside the loop
6443         so that popup-menu returns whatever the command returns.
6445         * progmodes/etags.el: Docstring fixes.  Maintainer line updated.
6446         (initialize-new-tags-table): Use run-hook-with-args-until-success.
6447         (find-tag): Use pop-to-buffer if switch-to-buffer failed.
6448         (tags-table-format-functions): Renamed from tags-table-format-hooks.
6450         * vc.el (vc-version-diff): diff-switches can be a list.
6451         Use relative filenames for prettier output.
6453         * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
6454         (vc-post-command-functions): Remove old-VC compatibility code.
6456         * newcomment.el (comment-indent-default): Autoload.
6458         * font-lock.el (font-lock-defaults): Make buffer-local.
6459         (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
6460         (font-lock-choose-keywords):
6461         Ignore LEVEL unless KEYWORDS is a list of syms.
6462         (c-keywords, c++-keywords, objc-keywords, java-keywords):
6463         Don't wrap regexp-opt things in \(...\) unnecessarily.
6465         * jit-lock.el: Don't require font-lock any more.
6466         (jit-lock-functions): Make buffer-local.
6467         (jit-lock-saved-fontify-buffer-function): Remove.
6468         (jit-lock-mode): Remove autoload cookie.
6469         Remove font-lock specific code.
6470         (jit-lock-unregister): Don't bother handling complex hooks any more.
6471         (jit-lock-refontify): New function.
6472         (jit-lock-fontify-buffer): Use it.
6473         (jit-lock-function-1): Replaced by jit-lock-fontify-now.
6474         (jit-lock-fontify-now): Renamed from jit-lock-function-1.
6475         Add optional args START and END.
6476         Never call font-lock-fontify-region directly.
6477         (jit-lock-function, jit-lock-stealth-fontify): Use it.
6479         * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
6481 2000-10-08  Dave Love  <fx@gnu.org>
6483         * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
6485         * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
6487         * play/studly.el (studlify-region, studlify-word): Add autoload
6488         cookie.
6490         * play/morse.el (morse-region, unmorse-region): Add autoload
6491         cookie.
6493         * play/spook.el (spook-phrases-file): Use expand-file-name, not
6494         concat.
6496         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
6497         insist on symbols starting with word syntax.
6498         (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
6499         (eval-defun-1): Doc fix.
6500         (indent-sexp): Use nconc to build up indent-stack.
6502         * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
6503         Gnus with little use.
6504         (mail-setup-hook): Add mail-abbrevs-setup to options.
6506         * recentf.el: Doc fixes.
6508         * vcursor.el (vcursor-cs-binding): Remove compatibility code.
6509         Clean up remainder.
6511         * timezone.el (timezone-parse-date): Doc fix.  Fix regexps for (5)
6512         without timezone and (8) with timezone to enforce some whitespace.
6513         Simplify code somewhat.
6515         * options.el (list-options): Doc that you should use customize.
6517         * iswitchb.el (iswitchb-mode): Add :require.
6519         * info.el (Info-goto-node, Info-menu): Doc fix.
6520         (Info-mode-menu): Bind beginning-of-buffer, Info-edit
6521         (info-tool-bar-map): New variable.
6522         (Info-mode): Use it.
6523         (Info-edit-map): Define all in defvar.
6524         (speedbar-attached-frame): Avoid compiler warning.
6526         * toolbar/tool-bar.el (tool-bar-map): Define it empty.
6527         (global-map): Bind [tool-bar] to a filtered map.
6528         (tool-bar-add-item): Remove MAP arg.  Allow PBM icons.
6529         (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
6530         Allow PBM icons.
6531         (tool-bar-setup): Adjust calls of tool-bar-add-item.
6533         * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
6534         * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
6535         * toolbar/right_arrow.xpm: New files.  Renamed from tigert's
6536         icons, except up_arrow, which is left-arrow rotated.
6538         * imenu.el (imenu-add-to-menubar): Fix last change.
6540 2000-10-08  Peter Breton  <pbreton@ne.mediaone.net>
6542         * generic-x.el (rul-generic-mode): Remove eval-when-compile
6543         statements. Suggested by Stefan Monnier  <monnier@cs.yale.edu>.
6545 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
6547         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
6548         typos in doc strings.
6550         * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
6551         the doc strings how to customize Font Lock faces.
6553         * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
6554         computing growth when dragging the header line.
6556 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
6558         * simple.el (kill-line): Doc fix.
6560 2000-10-08  Miles Bader  <miles@gnu.org>
6562         * faces.el (secondary-selection): Make foreground visible on tty.
6564         * jka-compr.el (auto-compression-mode): Move to the end of the
6565         file, because `define-minor-mode' actually calls the mode-function
6566         if the associated variable is non-nil, which requires that all
6567         needed functions be already defined.
6568         (with-auto-compression-mode): Add autoload cookie.
6570 2000-10-07  Eli Zaretskii  <eliz@is.elta.co.il>
6572         * files.el (find-backup-file-name) [ms-dos]: If support for long
6573         file names is not available, behave as if version-control were set
6574         to never.
6576 2000-10-07  Dave Love  <fx@gnu.org>
6578         * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
6579         (browse-url-gnome-moz): New function.
6580         (browse-url-browser-function): Use it.
6581         Suggested by Colin Walters <walters@cis.ohio-state.edu>.
6583 2000-10-07  Stefan Monnier  <monnier@cs.yale.edu>
6585         * indent.el (tab-always-indent): New var.
6586         (indent-for-tab-command): Use it.
6588         * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
6589         raise an error.  This way it can still default to a sane value.
6591 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
6593         * startup.el (fancy-splash-screens): Use local rather than global map.
6594         Don't use `update-menu-bindings' any more.
6595         Get rid of assumptions about keymap representation.
6597 2000-10-06  Dave Love  <fx@gnu.org>
6599         * textmodes/fill.el (sentence-end-double-space)
6600         (sentence-end-without-period):  Doc fix.
6601         (adaptive-fill-regexp): Purecopy.
6602         (unjustify-current-line): Use line-end-position.
6603         (fill-individual-paragraphs-prefix): Use line-beginning-position.
6605         * net/eudc-vars.el (eudc): Add :version, :link.
6607         * international/mule-conf.el (file-coding-system-alist): Use \', not $.
6609         * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
6610         Fix for define-minor-mode.
6611         (function-at-point): Alias to function-called-at-point.
6613         * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
6615         * simple.el (backward-word): Doc fix.
6617         * image-file.el (image-file-name-regexp): image-file-regexps ->
6618         image-file-name-regexps.
6619         (image-file-name-extensions): Add pbm.
6621 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
6623         * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
6624         and add filename to the names so that diff-mode can jump to source.
6626         * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
6627         (tex-font-lock-keywords, tex-font-lock-keywords-2)
6628         (tex-font-lock-keywords-1): Remove.
6629         (font-lock-turn-on-thing-lock): Use jit-lock-register.
6630         (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
6631         (font-lock-default-fontify-region):
6632         Expand beg..end correctly when just following a multiline region.
6633         (font-lock-fontify-anchored-keywords):
6634         Include the anchor text as part of the multiline.
6636 2000-10-06  Gerd Moellmann  <gerd@gnu.org>
6638         * loadup.el (toplevel): Load `loaddefs' before `help' because the
6639         latter needs the autoloaded define-minor-mode macro during the
6640         bootstrap.
6642         * startup.el (command-line): For now, activate tool-bar-mode only
6643         if XPM images are supported.
6645         * mouse.el (mouse-drag-header-line): Don't allow resizing a
6646         window by dragging a header-line at the top of the frame; that's
6647         confusing because the header-line doesn't move.
6648         (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
6649         of treating the event as a list.  Some cleanup.
6651 2000-10-06  Miles Bader  <miles@gnu.org>
6653         * simple.el (display-message-or-buffer): New function.
6654         (shell-command-on-region): Use `display-message-or-buffer'.
6656         * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
6657         docstring parts.
6659         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
6660         (smbclient-prompt-regexp): Add usage note to doc string.
6661         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
6662         (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
6663         Use add-hook for adding the comint filter function, and only do so
6664         if it's not already in the global hook list.
6665         (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
6666         to `make-local-variable'.
6667         (nslookup-font-lock-keywords): Remove prompt entry.
6668         (nslookup): Don't set the process-filter.
6669         (finger): Exit the loop correctly when the regexps list runs out.
6670         (ftp, smbclient, smbclient-list-shares):
6671         Set the real major mode immediately, not after execing.
6672         Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
6674         * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
6676 2000-10-05  Stefan Monnier  <monnier@cs.yale.edu>
6678         * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
6680         * which-func.el (which-func-format): Remove spurious space.
6681         (which-func-mode): Don't make it permanent-local.
6682         (which-func-ff-hook): Allow which-func-maxout to be nil.
6683         (which-func-update): Simplify a bit.  Only run if which-func-mode is t.
6684         (which-func-mode): Simplify.
6685         Use post-command-idle-hook rather than post-command-hook.
6686         Go through all buffers and update their state.
6687         (which-function): Also try add-log-current-defun-function.
6689         * vc.el (with-vc-properties): Use conses rather than length-2 lists.
6690         (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
6691         Update call to with-vc-properties accordingly.
6692         (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
6693         (vc-revert-buffer): More careful about window selection and deletion.
6694         (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
6696         * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
6697         (cvs-retrieve-revision): Reuse a pre-existing buffer.
6698         (cvs-dired-action): Change the default to quickdir.
6700         * newcomment.el (comment-indent): Delegate to indent-according-to-mode
6701         if comment-indent-function returns nil.
6702         (comment-indent-default): New function.
6703         (comment-indent-function): Use it and document the new semantics.
6705         * image-file.el: Docstring fixes.
6707         * help.el (help-xref-on-pp): Use match-string.
6708         (describe-variable): New arg BUFFER.
6709         Store the current buffer in the help-xref-stack.
6710         (temp-buffer-resize-mode): Use define-minor-mode.
6712         * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
6713         consistently with its docstring.
6714         Set jit-lock-first-unfontify-pos in an idempotent way.
6715         (jit-lock-register): Autoload and add arg CONTEXTUAL.
6717 2000-10-05  Alex Schroeder  <alex@gnu.org>
6719         * sql.el (sql-mysql-options): New variable.
6720         (sql-mysql): Use it.
6722 2000-10-05  Miles Bader  <miles@lsi.nec.co.jp>
6724         * image.el (image): New group.
6726         * smerge-mode.el (smerge-mine-face, smerge-other-face)
6727         (smerge-base-face, smerge-markers-face): Add dark-background variants.
6729 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
6731         * net/net-utils.el (nslookup-font-lock-keywords)
6732         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
6733         Ignore the value of wqindow-system; always define keywords
6735 2000-10-05  Kenichi Handa  <handa@etl.go.jp>
6737         * startup.el (fancy-splash-screens): Remove the code for
6738         debugging; `(trace-to-stderr "EXITTT\n")'.
6740 2000-10-05  Miles Bader  <miles@gnu.org>
6742         * diff-mode.el (diff-goto-source): Update call to
6743         `diff-hunk-status-msg' to reflect new REV variable.
6745 2000-10-04  Stefan Monnier  <monnier@cs.yale.edu>
6747         * progmodes/icon.el (icon-mode):
6748         Don't gratuitously override the default for comment-column.
6750         * vc-hooks.el (vc-mode-line): Fix interactive spec.
6752         * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
6753         (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
6754         (jit-lock-functions): New var.
6755         (jit-lock-function-1): Use it if non-nil.
6756         Don't switch the syntax-table.  Don't set parse-sexp-lookup-properties.
6757         Set the `fontified' property before doing the fontification to avoid
6758         repeatedly going through the same error.
6759         Don't turn errors into messages.
6760         (jit-lock-register, jit-lock-unregister): New functions.
6762         * dired.el (dired-mark-pop-up): Turn comment into docstring.
6763         Use with-current-buffer.
6765         * dired-aux.el (dired-do-create-files, dired-kill-tree):
6766         Turn comment into docstring.
6768         * apropos.el (apropos-mode): Use define-derived-mode.
6770 2000-10-04  Gerd Moellmann  <gerd@gnu.org>
6772         * startup.el (fancy-splash-pending-command): New variable.
6773         (fancy-splash-pre-command): New function.
6774         (fancy-splash-screens): Rewritten.
6775         (command-line-1): If fancy-splash-pending-command is set, call it
6776         interactively.
6778 2000-10-04  Dave Love  <fx@gnu.org>
6780         * toolbar/tool-bar.el (tool-bar-setup): New function.
6781         (tool-bar-mode): Use it.
6783         * subr.el (substitute-key-definition): Doc fix.
6784         (play-sound-file): New command.
6786 2000-10-04  Andre Spiegel  <spiegel@gnu.org>
6788         * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
6789         vc-version-backup-file-name): New functions.
6791         * files.el (basic-save-buffer): Call vc-before-save before saving.
6793         * vc-cvs.el (vc-cvs-make-version-backups): Return t if
6794         vc-cvs-stay-local-p.
6796         * vc.el (vc-revert-buffer): Handle empty diff properly.
6797         (vc-version-backup-file): New function.
6798         (vc-checkout): Create a version backup if necessary.
6799         (vc-checkin): If a version backup file exists, delete it.
6800         (vc-version-diff): Diff locally using version backups, if available.
6801         (vc-revert-file): If there's a version backup, revert locally.
6802         (vc-transfer-file): Use version backup for base version, if
6803         available.  If not, ask for confirmation whether to get it from the
6804         server.  Update mode line before check-in.
6806 2000-10-04  Dave Love  <fx@gnu.org>
6808         * toolbar/tool-bar.el (tool-bar-setup): New function.
6809         (tool-bar-mode): Use it.
6811 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
6813         * net/net-utils.el (nslookup-font-lock-keywords)
6814         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
6815         Only set if window-system is non-nil
6816         (net-utils-run-program): Returns buffer.
6817         (network-connection-reconnect): Added this function.
6819         * generic.el:
6820         Incorporates extensive cleanup and docfixes by
6821         Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
6822         Uses cl compile-time macros.
6823         (generic-mode-name, generic-comment-list)
6824         (generic-keywords-list, generic-font-lock-expressions)
6825         (generic-mode-function-list, generic-mode-syntax-table):
6826         Removed variables.
6827         (generic-mode-alist): Renamed to generic-mode-list.
6828         (generic-find-file-regexp): Default changed to "^#".
6829         (generic-read-type): Uses completing read on generic-mode-list.
6830         (generic-mode-sanity-check): removed this function.
6831         (generic-add-to-auto-mode): Removed this function
6832         (generic-mode-internal): Bind mode-specific definitions
6833         into function instead of putting them in alist.
6834         (generic-mode-set-comments): Reworked extensively.
6835         (generic-mode-find-file-hook): Simplified regexp searching
6836         (generic-make-keywords-list): Omit extra pair of parens
6838         * find-lisp.el (find-lisp-find-files-internal):
6839         Make sure directory name ends with "/".
6841         * generic-x.el (apache-conf-generic-mode):
6842         Regexp now allows leading whitespace.
6843         (rc-generic-mode): Added eval-when-compile
6844         around generic-make-keywords-list.
6845         Deleted duplicate regexp
6846         (rul-generic-mode): Added eval-when-compile
6847         around generic-make-keywords-list.
6848         (etc-fstab-generic-mode): New generic mode.
6849         (rul-generic-mode): Removed one eval-when-compile
6850         which caused a max-specpdl-size exceeded error.
6852 2000-10-04  Miles Bader  <miles@gnu.org>
6854         * simple.el (minibuffer-temporary-goal-position): New variable.
6855         (next-history-element): Try to keep the position of point in the
6856         input string constant.
6858         * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
6859         (dired-do-create-files): If there's only one file, pass it in as
6860         the DEFAULT arg to dired-mark-read-file-name.
6862 2000-10-03  Stefan Monnier  <monnier@cs.yale.edu>
6864         * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
6865         (diff-goto-source): Be smarter when choosing REVERSE or not.
6867         * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
6868         (texinfo-mode-menu): Add an explicit shortcut for update all.
6870 2000-10-03  Andre Spiegel  <spiegel@gnu.org>
6872         * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
6873         factorize backend-specific code cleanly (this was essentially
6874         conceived by Stefan Monnier).
6875         (vc-unregister): Function removed.
6876         (vc-revert-file): New function.
6877         (vc-revert-buffer): Delegate some of the work to it.
6879         * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
6880         default branch unconditionally.
6881         (vc-rcs-set-default-branch): New function.
6882         (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
6883         (vc-rcs-checkin): If an appropriate default branch has been set,
6884         force creation of that branch.
6885         (vc-rcs-receive-file): Rewritten to contain only backend-specific
6886         code (as suggested by Stefan Monnier).
6888 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
6890         * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
6891         highlighting overlay with a different face over the overlay
6892         isearch uses to highlight the current match because that can lead
6893         to bad face combinations.
6895         * loadup.el (toplevel): Load faces before isearch.
6897         * isearch.el (isearch-faces): New custom group.
6898         (isearch): New defface; was already tested for in the code.
6899         (isearch-lazy-highlight-face): Changed to defface from defcustom.
6900         (isearch-highlight): Always use face `isearch'.
6902 2000-10-02  Dave Love  <fx@gnu.org>
6904         * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
6905         unused vars.  Treat byte-constant2 like byte-constant.  Fix bogus
6906         comparison of opcode with operand.
6908 2000-10-03  Miles Bader  <miles@gnu.org>
6910         * play/yow.el (yow): Don't display multi-line quotations in a *Help*
6911         buffer, since the echo area will now grow to accommodate them.
6913 2000-10-02  Andre Spiegel  <spiegel@gnu.org>
6915         * vc-hooks.el (vc-registered): If FILE used to be registered under
6916         a certain backend, try that one first.
6918         * vc.el (vc-responsible-backend): Undo the previous change in the
6919         argument list.  Handle multiple backends correctly.
6920         (vc-find-new-backend): Function removed.
6921         (vc-register): Use vc-responsible-backend, as before.
6922         (vc-next-action-on-file): Do use vc-registered, not vc-backend.
6924 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
6926         * startup.el (fancy-splash-head): Change message below the
6927         logo.
6929 2000-10-02  Miles Bader  <miles@lsi.nec.co.jp>
6931         * diff-mode.el (diff-goto-source): Emit a status message.
6932         (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
6933         (diff-test-hunk): Fix doc string.
6934         (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
6935         (diff-advance-after-apply-hunk): New variable.
6936         (diff-apply-hunk): Don't return a value.
6938 2000-10-01  Stefan Monnier  <monnier@cs.yale.edu>
6940         * vc.el (vc-editable-p): Minor optimization.
6941         (edit-vc-file, vc-next-action-on-file): Don't use find-file.
6942         (vc-find-new-backend): New function split from vc-responsible-backend.
6943         (vc-register): Use it.
6944         (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
6945         (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
6946         (vc-default-unregister, vc-revert-buffer): Docstring fix.
6947         (vc-clear-headers): Don't use find-file.
6948         (vc-revert-buffer): Use `and' again (must have been a braino).
6949         (vc-switch-backend): Only prompt if requested.
6950         Short circuit if nothing is to be done.
6951         Don't use vc-resynch-buffer which could lose unsaved editing.
6952         (vc-default-receive-file): Update call to vc-unregister.
6953         (with-vc-file, vc-next-action-on-file):
6954         Use vc-backend rather than vc-registered.
6955         (vc-next-action-on-file): Use intern-soft.
6956         Deal with read-only *vc-diff* buffer.
6957         (vc-transfer-file): Docstring fix.
6959         * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
6960         (vc-rcs-receive-file): Avoid with-vc-properties.
6961         Update call to vc-unregister.
6962         Use constant `RCS' rather than (dynamically bound) var `backend'.
6964 2000-10-01  Andre Spiegel  <spiegel@gnu.org>
6966         * vc.el (vc-next-action-on-file): Update mode line only if file
6967         is visited.
6968         (vc-start-entry): New argument initial-contents.  Don't visit the file
6969         if it isn't already visited.  Brought documentation up-to-date.
6970         (vc-next-action, vc-register): Updated calls to vc-start-entry.
6971         (vc-checkin): New optional arg initial-contents, which is passed to
6972         vc-start-entry.
6973         (vc-finish-logentry): Make sure to bury log buffer only if there
6974         really is one.  Call `vc-resynch-buffer' on log-file, not
6975         buffer-file-name.
6976         (vc-default-comment-history, vc-default-wash-log): New functions.
6977         (vc-index-of): Removed.
6978         (vc-transfer-file): Make do without the above.
6979         (vc-default-receive-file): Call comment-history unconditionally.  Pass
6980         the resulting string to vc-checkin, instead of inserting it into the
6981         comment ring.
6983         * vc-rcs.el (vc-rcs-receive-file): Call comment-history
6984         unconditionally.  Use the comments as initial contents of the log
6985         entry buffer.  Document the trick to force branch creation with no
6986         changes.
6988 2000-10-01  Miles Bader  <miles@gnu.org>
6990         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
6991         `recenter' with an arg to prevent redrawing the display.
6993 2000-09-30  Stefan Monnier  <monnier@cs.yale.edu>
6995         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
6997         * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
6999         * progmodes/c-mode.el (c-mode):
7000         Don't gratuitously override the default for comment-column.
7002         * textmodes/tex-mode.el (latex-metasection-list): New var.
7003         (latex-imenu-create-index): Use it.
7004         Move the regexp construction outside loops (and use push).
7005         (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
7006         (tex-font-lock-keywords): Moved from font-lock.el.
7007         (tex-comment-indent): Remove.
7008         (tex-common-initialization): Don't set comment-indent-function.
7009         (latex-block-default): New var.
7010         (tex-latex-block): Use it to provide a default choice.
7011         Add any unknown choice to latex-block-names.
7012         Insert [...] after {...}.
7013         (tex-last-unended-begin): Simplify regexp.
7014         (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
7015         (latex-forward-sexp-1, latex-forward-sexp): New functions.
7016         (latex-mode): Set forward-sexp-function.
7018         * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
7019         Add regexp for @ignore ... @end ignore.
7020         (texinfo-heading-face): New face.
7021         (texinfo-font-lock-keywords): Use it.
7022         (texinfo-mode-menu): New menu.
7023         (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
7024         New functions.
7025         (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
7026         (texinfo-section-types-regexp, texinfo-section-level-regexp)
7027         (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
7028         Remove declaration.
7029         (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
7031         * delsel.el (delete-selection-mode): Use define-minor-mode.
7033         * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
7035 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
7037         * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
7039 2000-09-30  Gerd Moellmann  <gerd@gnu.org>
7041         * replace.el (keep-lines-read-args): New function.
7042         (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
7043         read arguments interactively.  Add parameters RSTART and REND.
7044         Operate on the active region in Transient Mark mode.
7046         * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
7048         * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
7049         (authors-obsolete-files-regexps): New variable.
7050         (authors-add): Don't record changes in obsolete files.
7052 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
7054         * autoinsert.el (auto-insert-mode): Use define-minor-mode.
7056         * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
7057         (comment-indent): Make sure there's a space between code and comment.
7058         Shift comments left to avoid going past fill-column.
7060 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
7062         * startup.el (startup-echo-area-message): New function.
7063         (display-startup-echo-area-message): Use it.
7064         (fancy-splash-screens): Rewritten to use keymaps and a timer.
7065         (fancy-splash-default-action): New function.
7066         (fancy-splash-screens-1): New function.
7067         (fancy-splash-head): Put a help-echo and a keymap under the image.
7069 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
7071         * diff-mode.el (diff-add-log-file-name): Remove.
7072         (diff-mode): Use add-log-buffer-file-name-function.
7074         * add-log.el (find-change-log): New arg BUFFER-FILE.
7075         (add-log-file-name): Obey add-log-file-name-function.
7076         (add-log-buffer-file-name-function): New var.
7077         (add-change-log-entry): Use it.
7079 2000-09-29  Miles Bader  <miles@gnu.org>
7081         * image-file.el (image-file-name-extensions): New variable.
7082         (image-file-name-regexps): Renamed from `image-file-regexps'.
7083         New default value is nil.  Call `auto-image-file-mode'.
7084         (image-file-name-regexp): New function.
7085         (auto-image-file-mode): New minor mode.
7086         (insert-image-file): Don't make conditional on the image-file
7087         handler being enabled.
7088         (image-file-handler): Make the call here conditional instead.
7089         (set-image-file-handler-enabled, enable-image-file-handler)
7090         (disable-image-file-handler): Functions removed.
7092         * emacs-lisp/authors.el (authors-print): Rephrase many-files
7093         string.
7095 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
7097         * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
7098         it's a function from CL.
7099         (latex-imenu-create-index): Replace eval-when-compile with progn
7100         because latex-section-alist is not bound while compiling.
7102 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
7104         * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
7105         (outline-mode): Use define-derived-mode.
7107         * progmodes/perl-mode.el (perl-mode):
7108         * progmodes/awk-mode.el (awk-mode):
7109         * progmodes/asm-mode.el (asm-mode):
7110         Don't gratuitously override the default for comment-column.
7112         * emacs-lisp/lisp.el (lisp-complete-symbol):
7113         Distinguish the let-binding case from the funcall case.
7114         (forward-sexp-function): New variable.
7115         (forward-sexp): Use it.
7117         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
7118         (easy-mmode-defmap): Remove the now useless autoload.
7120         * time.el (display-time-mode): Use define-minor-mode.
7122         * subr.el (add-minor-mode): Don't eval NAME.
7123         Don't depend on the presence of TOGGLE-FUN for any special behavior.
7124         Use if rather than cond.
7126         * simple.el (read-expression-map): Define more properly.
7127         (comment-indent-hook): Remove.
7128         (string-to-syntax): Bug fix.
7130         * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
7131         (cvs-ediff-diff): Fix typo.
7132         (cvs-revert-if-needed): Don't bother preserving read-only.
7134         * paren.el (show-paren-mode): Use define-minor-mode.
7136         * jka-compr.el (auto-compression-mode): Use define-minor-mode.
7137         (toggle-auto-compression): Remove.
7138         (jka-compr-build-file-regexp): Remove useless grouping.
7140         * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
7141         Avoid user-reserved bindings.
7142         (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
7143         (diff-header-face): Revert to grey85.
7145         * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
7147         * complete.el (partial-completion-mode) <defcustom>: Remove.
7148         (partial-completion-mode): Use define-minor-mode.
7149         (PC-do-completion): Understand `completion-auto-help = delay'
7150         to mean to popup the completion buffer only the second time.
7151         (PC-include-file-all-completions, PC-include-file-all-completions)
7152         (PC-include-file-all-completions): Don't quote lambda.
7154         * comint.el (comint-mode-hook): Docstring fix.
7155         (comint-mode): Use define-derived-mode.
7156         (comint-mode-map): Remove obsolete comment.
7157         (make-comint): Minor stylistic change.
7158         (comint-insert-clicked-input): Be more careful to find the overlay.
7159         Use this-command-keys rather than hardcoding mouse-2.
7161         * font-lock.el: Replace confusing (,@ with ,
7162         (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
7163         Don't use regexp-opt-depth.  Spice up the regexp for args.
7164         Don't distinguish between cmds that can take an opt arg or not.
7165         Use `append' and `prepend' rather than `keep'.
7167         * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
7168         (latex-outline-regexp): New var.
7169         (latex-outline-level): New fun.
7170         (latex-section-alist): New var.
7171         (latex-imenu-create-index): Use it.  Use `push' as well.
7172         (tex-shell-map): Initialize it properly.
7173         (tex-mode): Minor stylistic change.
7174         (plain-tex-mode): Use define-derived-mode.
7175         (latex-mode): Use define-derived-mode.
7176         Construct the paragraph regexps in a more readable way.
7177         Set the buffer-local outline-{level,regexp} vars.
7178         (slitex-mode): Derive from latex-mode.
7179         (tex-common-initialization): Don't kill-all-vars anymore.
7180         Add setting for comment-add and font-lock-defaults.
7181         (tex-start-shell): Use with-current-buffer and don't re-init keymap.
7182         (tex-main-file): New fun.  Obey TeX-master as well and remove `.tex'.
7183         (tex-start-tex): New arg DIR (and send a chdir command for it).
7184         Also display the shell buffer and save it in tex-last-buffer-texed.
7185         (tex-region): Use expand-file-name rather than concat.
7186         Remove code made useless by changes in tex-start-tex.
7187         (tex-file): Use tex-main-file and adapt to new tex-start-tex.
7189         * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
7191 2000-09-28  Dave Love  <fx@gnu.org>
7193         * eshell/eshell.el (eshell) <defgroup>: Add :version.
7195 2000-09-28  Gerd Moellmann  <gerd@gnu.org>
7197         * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
7198         `append'.
7200 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
7202         * info.el (Info-extract-pointer): Undo last change.
7203         Instead, fix the position of the `bound' arg to re-search-backward.
7205 2000-09-27  Stefan Monnier  <monnier@cs.yale.edu>
7207         * info.el (Info-extract-pointer):
7208         Widen more carefully, to avoid finding pointers in other nodes.
7209         (Info-index): Use push.
7211 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
7213         * frame.el (set-frame-font): Remove call to obsolete function
7214         frame-update-faces.
7215         (set-foreground-color, set-background-color): Likewise for
7216         frame-update-face-colors.
7218 2000-09-27  Miles Bader  <miles@gnu.org>
7220         * image-file.el: New file.
7222 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
7224         * frame.el (frame-notice-user-settings): Don't call
7225         frame-update-faces, which is a no-op now.
7227         * ediff-wind.el (ediff-control-frame-parameters): Add zero
7228         tool-bar-lines.
7230 2000-09-27  Dave Love  <fx@gnu.org>
7232         * mouse.el: Fix last change.
7234 2000-09-27  Miles Bader  <miles@lsi.nec.co.jp>
7236         * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
7238 2000-09-22  Kenichi Handa  <handa@etl.go.jp>
7240         * international/quail.el (quail-help): The output message is
7241         improved.
7243 2000-09-26  Dave Love  <fx@gnu.org>
7245         * mouse.el (popup-menu): If POSITION is nil, set it using
7246         mouse-position.
7248 2000-09-25  Sam Steingold  <sds@gnu.org>
7250         * net/browse-url.el (browse-url-file-url): Check for null maps.
7252 2000-09-26  Gerd Moellmann  <gerd@gnu.org>
7254         * frame.el (frame-notice-user-settings): Don't add a
7255         tool-bar-lines frame parameter to default-frame-alist in batch mode.
7257         * frame.el (frame-notice-user-settings):
7258         Make tool-bar-mode and default-frame-alist consistent.
7260         * toolbar/tool-bar.el (tool-bar-help): New function.
7262 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
7264         * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
7265         current-load-list in top-level forms.  Else this leaks a cons cell
7266         every time a defun is called.
7268         * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
7270 2000-09-25  Dave Love  <fx@gnu.org>
7272         * startup.el (fancy-splash-head): Check XPM is available.
7274         * autoinsert.el (auto-insert): Doc fix.
7275         (auto-insert-alist): Following GNU notices, don't say `copyright
7276         _by_'.  Use line-beginning-position.
7277         (auto-insert): Check buffer-file-name is non-nil before use.
7279 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
7281         * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
7282         starting with `@def' or `@multitable', in addition to ones
7283         specified by the user in auto-fill-inhibit-regexp.
7285 2000-09-25  Markus Rost  <rost@math.ohio-state.edu>
7287         * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
7288         rmail-dont-reply-to-names matches the empty string.
7290 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
7292         * startup.el (command-line-1, fancy-splash-text): Change the
7293         text to sound more friendly.
7295 2000-09-23  Thien-Thi Nguyen  <ttn@gnu.org>
7297         * progmodes/hideshow.el: Update author email address.
7298         Generally, sync w/ maintainer version 5.22.
7299         (hs-hide-all-non-comment-function): New var.
7300         (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
7301         (hs-hide-all): Use `hs-hide-all-non-comment-function'.
7302         (hs-show-region): Delete this command.
7303         (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
7305 2000-09-22  Dave Love  <fx@gnu.org>
7307         * hl-line.el (hl-line-overlay): Don't make it buffer-local.
7308         (hl-line-highlight): Specify buffer when moving overlay.
7310         * progmodes/fortran.el (fortran-mode): Locally set
7311         normal-auto-fill-function.
7312         (fortran-auto-fill-mode): Just alias to auto-fill-mode.
7313         (fortran-mode-map): Adjust auto-fill menu entry.
7315 2000-09-22  Gerd Moellmann  <gerd@gnu.org>
7317         * vc-rcs.el (toplevel): Require `vc' when compiling.
7319         * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
7321 2000-09-22  Andre Spiegel  <spiegel@gnu.org>
7323         * vc.el (vc-switch-backend): Signal an error if the file is not
7324         registered under the new backend.
7326         * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
7327         without explicit revision number.
7329 2000-09-21  Stefan Monnier  <monnier@cs.yale.edu>
7331         * diff-mode.el (diff-file-header-face): Reset to its previous value.
7332         (diff-hunk-text): Correctly use offsets rather than buffer-positions.
7333         (diff-xor): New function.
7334         (diff-find-source-location): Use it.  Fix a stupid name clash.
7335         (diff-hunk-status-msg): New function.
7336         (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
7337         (diff-test-hunk): Use diff-find-source-location.
7338         (diff-goto-source): Favor the `reverse'.
7339         (diff-hunk-text): Properly handle one-sided context diffs.
7340         (diff-apply-hunk): When done, advance to the next hunk.
7342 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
7344         * startup.el (command-line): If frame was created with a non-zero
7345         tool-bar-lines parameter, switch tool-bar-mode on.
7347         * add-log.el (change-log-date-face, change-log-name-face)
7348         (change-log-email-face, change-log-file-face)
7349         (change-log-list-face, change-log-conditionals-face)
7350         (change-log-function-face, change-log-acknowledgement-face):
7351         New faces, inheriting from font-lock faces.
7352         (change-log-font-lock-keywords): Use them.
7354 2000-09-21  Dave Love  <fx@gnu.org>
7356         * progmodes/cperl-mode.el (top-level): Clean up
7357         `eval-when-compile's and assorted defvars.
7358         (cperl-invalid-face): Don't double-quote value.  Change custom
7359         type.
7360         (cperl-mode): Set normal-auto-fill-function and don't zap
7361         auto-fill-function.
7362         (cperl-imenu--function-name-regexp-perl): Renamed from
7363         imenu-example--function-name-regexp-perl.
7364         (cperl-imenu--create-perl-index): Renamed from
7365         imenu-example--create-perl-index.
7366         (cperl-xsub-scan): Don't require cl.
7368         * msb.el (msb-mode-map): Use substitute-key-definition.
7369         (msb-mode): Use msb-mode-map.
7371 2000-09-21  Andre Spiegel  <spiegel@gnu.org>
7373         * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
7374         New functions.
7375         (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
7376         (vc-switch-backend): New function.
7377         (vc-prefix-map): Bind `vc-switch-backend' to `b'.
7378         (vc-register): Fix prompt.
7379         (vc-unregister, vc-default-unregister): New functions.
7380         (vc-version-diff): Handle empty buffer in sentinel.
7382         * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
7383         (vc-rcs-state-heuristic): Use it to guess the state of files with
7384         non-strict locking.
7385         (vc-rcs-find-most-recent-rev): Handle the case when a branch has
7386         been set with -b, but not created yet.
7387         (vc-rcs-fetch-master-state): With non-strict locking, compare file
7388         contents in order to find the state.
7389         (vc-rcs-checkin): Allow creation of branches with no changes.
7390         (vc-rcs-unregister, vc-rcs-receive-file)
7391         (vc-rcs-set-non-strict-locking): New functions.
7393         * vc-hooks.el (vc-name): Force correct computation of the value
7394         in case it is missing.
7396 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
7398         * startup.el (fancy-splash-tail): Use a different foreground
7399         color on a dark frame background.
7401 2000-09-21  Miles Bader  <miles@lsi.nec.co.jp>
7403         * info.el: Use the correct capitalization when making Info-mode
7404         and Info-edit-mode `special' modes.
7406 2000-09-20  Stefan Monnier  <monnier@cs.yale.edu>
7408         * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
7409         (diff-mode): Add support for add-log.el.
7410         (diff-hunk-text): Use char offsets rather than line offsets.
7411         (diff-find-source-location): Replace LINE with line-offset (nil
7412         if not found) and always set POS to a meaningful position.
7413         Adapt to the new char-offsets.
7414         (diff-apply-hunk): Drop support for the unused `select' POPUP.
7415         Adapt to the new diff-find-source-location.
7416         (diff-goto-source): Adapt to the new diff-find-source-location.
7418         * add-log.el (add-log-file-name): New function (split out of
7419         add-change-log-entry).
7420         (add-change-log-entry): Use it.
7421         Call add-log-file-name-function with the changelog file name if
7422         the current buffer is not associated with any file.
7423         Avoid find-file if the selected window is dedicated.
7425         * diff-mode.el (diff-find-source-location):
7426         Move code from diff-apply-hunk.  Return buffer rather than file.
7427         (diff-apply-hunk): Use the new result from  diff-find-source-location.
7428         (diff-goto-source): Use the new diff-find-source-location.
7430 2000-09-20  Dave Love  <fx@gnu.org>
7432         * iswitchb.el: Some doc fixes.
7433         (iswitchb-mode-map): Define completely initially.  Inherit
7434         minibuffer-local-map.
7435         (iswitchb-completion-help) <!iswitchb-xemacs>: Use
7436         fundamental-mode.
7437         (iswitchb-global-map): New variable.
7438         (iswitchb-summaries-to-end): Amalgamate regexps.
7439         (iswitchb-mode): New.
7440         (iswitchb-mode-hook): New variable.
7441         (iswitchb) <defgroup>: Add URL link.  Use group `completion', not
7442         `extensions'.
7444 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
7446         * ehelp.el (electric-help): New defgroup.
7447         (electric-help-shrink-window): New user-option.
7448         (with-electric-help): Use it.
7450         * window.el (shrink-window-if-larger-than-buffer): If face
7451         `mode-line' has a :box, and we're on a graphical frame, add 1
7452         to the needed window height.
7454         * frame.el (frame-notice-user-settings): Add a last parameter nil
7455         to a call to `append', because the last list passed to `append' is
7456         not copied, and so subsequent calls to assq-delete-all will modify
7457         default-frame-alist.
7459         * startup.el (fancy-splash-image): Change :type.
7460         (fancy-splash-head): Use an XBM image if appropriate.
7461         (command-line-1): Show splash screens in more cases.
7463         * startup.el (fancy-splash-text): Don't quote faces.
7465         * dired.el (dired-font-lock-keywords): Undo last change.
7466         (dired-readin): Bind indent-tabs-mode to nil.
7468         * startup.el (fancy-splash-head): If frame's background mode
7469         is `dark', change the black background of the image to gray.
7470         (fancy-splash-screens): Display startup echo area message.
7471         (display-startup-echo-area-message): New function.
7473 2000-09-20  Miles Bader  <miles@lsi.nec.co.jp>
7475         * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
7477         * info.el (info-header-node): Tweak for color ttys.
7479         * faces.el (face-valid-attribute-values): Make sure directories we
7480         search for stipples both exist and are readable before trying to
7481         search them.
7483         * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
7484         in the dry-run case.
7486         * jka-compr.el (with-auto-compression-mode): New macro.
7488         * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
7489         (custom-group-tag-face, custom-variable-tag-face): Use relative
7490         :height and inherit from `variable-pitch' face instead of
7491         hardwiring :family.
7492         * hi-lock.el (hi-black-hb): Likewise.
7494         Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
7495         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
7496         toolbar-add-item, if image doesn't have a mask add a `:mask
7497         heuristic'.
7499 2000-09-19  Stefan Monnier  <monnier@cs.yale.edu>
7501         * diff-mode.el: Docstring fixes.
7502         (diff-header-face, diff-comment-face): New faces.
7503         (diff-font-lock-keywords): Highlight a bit differently.
7504         (diff-find-source-location): Don't return SPAN any more.
7505         (diff-hunk-text): Don't bother erasing the temp buffer.
7506         (diff-find-text): Drop argument LINE.
7507         (diff-apply-hunk): Update calls to diff-find-text.
7508         (diff-goto-source): Use pop-to-buffer again and don't raise an error.
7510         * calendar/calendar.el: Docstring fixes.
7511         (calendar-make-alist): Don't quote lambda.
7512         (calendar-star-date): Use make-local-variable.
7514 2000-09-19  Dave Love  <fx@gnu.org>
7516         * toolbar/tool-bar.el: Renamed from toolbar.el.
7517         Change `toolbar' to `tool-bar' generally in symbols.
7518         Make some items invisible in `special' major modes.
7519         (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
7520         Add arg PROPS.
7522         * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
7523         Add :version here.
7524         (fancy-splash-delay, fancy-splash-image): Remove :version here.
7526 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
7528         * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
7530         * files.el (find-file-suppress-same-file-warnings): New user-option.
7531         (find-file-noselect): Use it.
7533         * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
7534         (fancy-splash-screen): Defgroup.
7536         * add-log.el (change-log-font-lock-keywords): Match names
7537         more exactly for the case that font-lock-constant-face is
7538         underlined.
7540 2000-09-19  Richard M. Stallman  <rms@gnu.org>
7542         * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
7544 2000-09-19  Andre Spiegel  <spiegel@gnu.org>
7546         * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
7548 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
7550         * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
7551         * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
7552         * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
7553         * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
7554         * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
7555         * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
7556         * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
7557         * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
7558         * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
7559         * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
7560         * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
7561         * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
7563         * startup.el (fancy-splash-text): New variable.
7564         (fancy-splash-delay, fancy-splash-image): New user-options.
7565         (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
7566         (fancy-splash-screens): New functions.
7567         (command-line-1): If display has a `display' frame parameter, has
7568         colors, and we have XPM support, show more fancy splash screens.
7570 2000-09-19  Dave Love  <fx@gnu.org>
7572         * map-ynp.el (map-y-or-n-p): Check use-dialog-box.  Don't lose
7573         with null `help'.  Use modern backquote syntax.
7575 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
7577         * font-lock.el (font-lock-mode): Change message telling the user
7578         that ``the buffer is too big''.
7580         * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
7581         for instance for the case that tab-width is 2.
7583 2000-09-18  Gerd Moellmann  <gerd@gnu.org>
7585         * toolbar/toolbar.el (toolbar-like-menu-item): Like in
7586         toolbar-add-item, if image doesn't have a mask add a `:mask
7587         heuristic'.
7589 2000-09-18  Miles Bader  <miles@lsi.nec.co.jp>
7591         * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
7592         and return a cons if it's non-nil.
7593         (diff-apply-hunk): Try to jump to the line in the source text
7594         corresponding to the position of point in the in the hunk.
7596         * info.el (Info-title-3-face, Info-title-2-face)
7597         (Info-title-1-face): Use face inheritance and relative sizes
7598         instead of hard-wiring things.
7600         * faces.el (secondary-selection): Make dark-background variant sane.
7602 2000-09-16  Andrew Innes  <andrewi@gnu.org>
7604         * makefile.w32-in (compile-files-CMD): No need to make .elc files
7605         read-only, since they aren't under VC now.
7607 2000-09-17  Dave Love  <fx@gnu.org>
7609         * tmm.el: Replace mapcar with mapc in several places.
7611         * loadhist.el (unload-feature): Maybe call elp-restore-list and
7612         ad-unadvise.
7614         * international/latin1-disp.el: New file.
7616         * calendar/cal-move.el (scroll-calendar-left)
7617         (scroll-calendar-right): Make arg optional (for active mode line).
7619         * calendar/calendar.el (calendar-mode-line-format): Make fields
7620         mouse-sensitive.
7621         (calendar-read-date, calendar-read-date, calendar-window-list):
7622         Unquote lambda.
7623         (calendar-month-name): Use aref, not sref.
7625         * view.el (minor-mode-alist): Propertize the string.
7627         * international/characters.el (standard-case-table): Add entries
7628         for Greek.
7630 2000-09-18  Miles Bader  <miles@gnu.org>
7632         * info.el (info-node, info-xref): Add dark-background variants.
7634         * faces.el (header-line): Change defaults to be less confusing
7635         when mixed with mode-lines.
7637         * info.el (Info-fontify-node): Make a few cleanups.
7638         Add extra `help-echo' and `local-map' props to node xrefs.
7639         Use header-specific faces for node-names & xrefs.
7640         (Info-use-header-line): New variable.
7641         (info-header-xref, info-header-node): New faces.
7642         (Info-setup-header-line): New function.
7643         (Info-select-node): Call Info-setup-header-line when enabled.
7644         (Info-extract-pointer): Work even if the header line is hidden.
7645         (Info-header-line): New variable.
7647 2000-09-16  Stefan Monnier  <monnier@cs.yale.edu>
7649         * vms-patch.el (print-region-function): Don't quote lambda.
7651         * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
7653         * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
7654         (lm-get-header-re): Allow spaces between the header and the colon.
7655         (lm-header): Allow $ in non-RCS headers.
7656         (lm-header-multiline): Put the strings back into order.
7657         Stop at an empty line.  Don't require two space chars if the
7658         line is clearly not another header line.
7660         * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
7661         (popup-menu-popup): Remove.
7663 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
7665         * toolbar/toolbar.el (toolbar-add-item): Use the same image
7666         specification if or if not tool-bar item contains an `:enabled'
7667         property.
7669         * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
7670         current buffer has no file name.
7672 2000-09-15  Dave Love  <fx@gnu.org>
7674         * strokes.el: Sync with maintainer's current version with changes
7675         for Emacs, but avoid runtime cl and levents.
7676         (toplevel):  Change autoloads and compilation requires.
7677         (strokes-version, strokes-bug-address, strokes-lift): Values
7678         changed.
7679         (strokes-xpm-header, strokes-insinuated): New variable.
7680         (strokes): Add :link.
7681         (strokes-mode): Customized.
7682         (strokes-while-inhibiting-garbage-collector): New macro.
7683         (strokes-remassoc): Avoid remove-if.
7684         (strokes-fix-button2-command): Don't use ad-do-it.
7685         (strokes-insinuate): New function.
7686         (strokes-button-press-event-p, strokes-button-release-event-p):
7687         New functions, used instead of non-`strokes-' versions..
7688         (strokes-mouse-event-p): Rewritten.
7689         (strokes-event-closest-point): Avoid event-point.
7690         (strokes-get-grid-position): Avoid cdadr, caadr
7691         (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
7692         functions.
7693         (strokes-help): Use with-output-to-temp-buffer.
7694         (strokes-window-configuration-changed-p): New function.
7695         (strokes-update-window-configuration): Use buffer-live-p,
7696         strokes-window-configuration-changed-p.
7697         (strokes-mode): Use strokes-insinuate.  Alter mouse bindings.
7698         (strokes-char-face): New face.
7699         (strokes-char-table, strokes-base64-chars): New variable.
7700         (strokes-xpm-for-stroke, strokes-list-strokes)
7701         (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
7702         (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
7703         (strokes-xpm-to-compressed-string, strokes-decode-buffer)
7704         (strokes-encode-buffer, strokes-xpm-for-compressed-string)
7705         (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
7706         functions.
7708 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
7710         * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
7712         * image.el (create-image): Doc fix.
7714         * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
7715         instead of `:heuristic-mask t'.
7717 2000-09-14  Andrew Innes  <andrewi@gnu.org>
7719         * makefile.w32-in: Revert to Unix line endings.
7721 2000-09-14  Andrew Innes  <andrewi@gnu.org>
7723         * makefile.w32-in: Add bootstrap support.  Also copy lisp source
7724         when installing.
7726         * makefile.nt (DONTCOMPILE): Fix typo.
7728         * shell.el (shell-write-history-on-exit): New function.
7729         (shell-dumb-shell-regexp): New custom variable.
7730         (shell-mode): Make shell-write-history-on-exit the process
7731         sentinel if shell name matches shell-dumb-shell-regexp.
7733         * w32-fns.el: Comment out before-init-hook function which resets
7734         source-directory based; this breaks bootstrap.
7736 2000-09-14  Dave Love  <fx@gnu.org>
7738         * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
7739         toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
7740         toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
7741         toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
7742         toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
7743         toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
7744         toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm:  New.
7745         From Tuomas Kuosmanen <tigert@gimp.org>.  (Gnome icons fetched
7746         from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
7748         * toolbar/toolbar.el: New.
7750         * subdirs.el: Add toolbar.
7752 2000-09-14  Gerd Moellmann  <gerd@gnu.org>
7754         * indent.el (indent-for-tab-command): Doc fix.
7756 2000-09-14  Alex Schroeder  <alex@gnu.org>
7758         * ansi-color.el (ansi-colors): Doc change.
7759         (ansi-color-get-face): Simplified regexp.
7760         (ansi-color-faces-vector): Added more faces, doc change.
7761         (ansi-color-names-vector): Doc change.
7762         (ansi-color-regexp): Simplified regexp.
7763         (ansi-color-parameter-regexp): New regexp.
7764         (ansi-color-filter-apply): Doc change.
7765         (ansi-color-filter-region): Doc change.
7766         (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
7767         deal with zero length parameters.
7768         (ansi-color-apply-on-region): Doc change.
7769         (ansi-color-map): Doc change.
7770         (ansi-color-map-update): Removed debugging message.
7771         (ansi-color-get-face-1): Added condition-case to trap
7772         args-out-of-range errors.
7773         (ansi-color-get-face): Doc change.
7774         (ansi-color-make-face): Removed.
7775         (ansi-color-for-shell-mode): New option.
7777 2000-09-13  Kenichi Handa  <handa@etl.go.jp>
7779         * international/quail.el (quail-start-translation): Translate KEY
7780         if necessary even if it doesn't have any mapping in the current
7781         input method.
7782         (quail-start-conversion): Likewise.
7783         (quail-help): The output message is improved.
7785 2000-09-13  Miles Bader  <miles@gnu.org>
7787         * comint.el (comint-output-filter): Revert to using
7788         `insert-before-markers'.  Add bletcherous hack to undo damage
7789         caused by `insert-before-markers'.  Put `front-sticky' property on
7790         overlays created here so that the field code understands how the
7791         overlay works.  Use a let when making comint-last-prompt-overlay,
7792         so that the code is easier to read.
7794 2000-09-13  Dave Love  <fx@gnu.org>
7796         * wid-edit.el (widget-default-format-handler): DTRT when
7797         doc-property is a function.
7799 2000-09-12  Francesco Potorti`  <pot@gnu.org>
7801         * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
7802         filed name if it's not there.
7804 2000-09-12  Dave Love  <fx@gnu.org>
7806         * simple.el (read-mail-command): Doc fix.
7807         (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
7809         * vc.el (vc-dired-listing-switches): Fix :version.
7811         * vc-hooks.el: Doc fixes.
7813         * subr.el (add-minor-mode): Use toggle-fun arg.
7815         * speedbar.el: Add :version to several defcustoms.
7817         * imenu.el (imenu--truncate-items, imenu--cleanup)
7818         (imenu--generic-function): Avoid mapcar.
7819         (imenu--replace-spaces): Function removed.
7820         (imenu--completion-buffer): Use subst-char-in-string.
7821         (imenu-add-to-menubar): Use keymap inheritance.
7823 2000-09-12  Miles Bader  <miles@gnu.org>
7825         * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
7826         (diff-mode-map): Bind `diff-test-hunk'.
7827         (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
7829 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
7831         * bytecomp.el (byte-compile-defvar): Undo last change
7832         because it breaks '(make-variable-buffer-local (defvar ...)'
7833         which is used at least in dired.
7835 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
7837         * international/quail.el (quail-define-package): Docstring
7838         modified.
7840 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
7842         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
7843         extra docstrings for "chinese-ccdospy", "chinese-ecdict",
7844         "chinese-etzy", "chinese-sw", and "chinese-ziranma".  Modify the
7845         docstring of "chinese-py".
7847         * international/quail.el (quail-translation-docstring): New
7848         variable.
7849         (quail-show-keyboard-layout): Docstring modified.
7850         (quail-select-current): Likewise.
7851         (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
7852         infinite recursive call.
7853         (quail-help): Check quail-translation-docstring.  Format of the
7854         output changed.
7855         (quail-help-insert-keymap-description): Adjusted for the above
7856         change.
7858 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
7860         * bytecomp.el (byte-compile-defvar): Only cons onto
7861         current-load-list in top-level forms.  Else this leaks a cons cell
7862         every time a defun is called.
7864 2000-09-11  Miles Bader  <miles@lsi.nec.co.jp>
7866         * diff-mode.el (diff-apply-hunk): Function basically rewritten.
7867         Now understands non-unified diffs.  Some functionality moved into
7868         `diff-hunk-text' and `diff-find-text'.  Add OTHER-FILE, DRY-RUN,
7869         POPUP, and NOERROR arguments.  If DRY-RUN is true, don't actually
7870         modify anything.  Only reposition point in the patched file if the
7871         patch succeeds.  Only pop up another window if POPUP is true.
7872         Emit a message describing what happened if successful, and at what
7873         line-offset.  Automatically detect reversed hunks and do something
7874         appropriate.
7875         (diff-hunk-text, diff-find-text): New functions.
7876         (diff-filter-lines): Function removed.
7877         (diff-test-hunk): New function.
7878         (diff-goto-source): Rewritten in terms of diff-apply-hunk.
7880 2000-09-10  Dave Love  <fx@gnu.org>
7882         * textmodes/tildify.el: Minor doc/commentary fixes.
7883         (tildify) <defgroup>: Add :version.
7885         * faces.el (face-x-resources): Make custom type more specific.
7886         (frame-background-mode): Use mapc.
7887         (region) <defcustom>: Add :version.
7889 2000-09-08  Stefan Monnier  <monnier@cs.yale.edu>
7891         * vc-sccs.el (vc-sccs-register):
7892         * vc-rcs.el (vc-rcs-register):
7893         * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
7894         * vc.el (vc-register): Clear file's properties.
7896 2000-09-08  Gerd Moellmann  <gerd@gnu.org>
7898         * faces.el (face-spec-set): Only face-spec-reset-face when
7899         ATTRS is non-nil.
7901 2000-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
7903         * help.el (help-insert-xref-button): Fix a typo in doc string.
7905 2000-09-07  Eli Zaretskii  <eliz@is.elta.co.il>
7907         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
7908         Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
7909         methods.
7911         * menu-bar.el (read-mail-item-name): New function.
7912         (menu-bar-tools-menu): Use it to compute and display the package
7913         used to read email.
7914         (menu-bar-tools-menu): Fix typo in GUD's help string.
7916 2000-09-07  Dave Love  <fx@gnu.org>
7918         * diff-mode.el (diff-mouse-goto-source): New function.
7920         * vc-sccs.el: Doc fixes.
7921         (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
7923         * vc-rcs.el: Doc fixes.
7924         (vc-rcs-register-switches, vc-rcs-checkin-switches)
7925         (vc-rcs-checkout-switches, vc-rcs-header)
7926         (vc-rcs-master-templates): Add or change :version.
7928         * vc-cvs.el: Doc fixes.
7929         (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
7930         (vc-cvs-stay-local): Add :version.
7932         * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
7934 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
7936         * international/quail.el (quail-help): Fix previous change.
7938 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
7940         * faces.el (color-values): Doc fix.
7942         * faces.el (frame-set-background-mode): Use frame-parameter
7943         instead of frame-parameters.
7945         * frame.el (filtered-frame-list): Reduce consing.
7946         (frames-on-display-list): Call frame-parameter instead of
7947         frame-parameters.
7949 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
7951         * language/devan-util.el (devanagari-to-indian-region): In the
7952         loop, change the following char, not preceding char.
7954 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
7956         * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
7957         instead of frame-parameters.
7959         * faces.el (set-face-attribute): Simplify by calling
7960         internal-set-lisp-face-attribute with FRAME being 0.
7962         * vc.el: Remove `Id' version control keyword.
7964 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
7966         * help.el (help-make-xrefs): Adjusted for the change of
7967         help-xref-mule-regexp.
7968         (help-insert-xref-button): New function.
7970         * international/mule-cmds.el (help-xref-mule-regexp-template):
7971         Include the pattern for character set.
7972         (leim): New group.
7974         * international/quail.el: Don't require face.
7975         (quail): New group.
7976         (quail-other-command): Dummy command to make quail-help work better.
7977         (quail-keyboard-layout-alist): Add Keyboard type "jp106".
7978         (quail-keyboard-layout-substitution): New variable.
7979         (quail-update-keyboard-layout): New function.
7980         (quail-keyboard-layout-type): New customizable variable.
7981         (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
7982         (quail-keyboard-translate): Pay attention to
7983         quail-keyboard-layout-substitution.
7984         (quail-insert-kbd-layout): New function.
7985         (quail-show-keyboard-layout): New function.
7986         (quail-get-translation): If the definition is a vector of length
7987         1, and the element is a string of length 1, return the character
7988         in that string.
7989         (quail-update-current-translations): Fix the case of
7990         relative-index out of range.
7991         (quail-build-decode-map, quail-insert-decode-map): New Functions.
7992         (quail-help): Show keyboard layout by quail-insert-kbd-layout.
7993         Show key sequences for all available characters.
7994         (quail-help-insert-keymap-description): Don't show such verbose
7995         key bindings as quail-self-insert-command.
7997         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
7998         Format changed, and each element now have extra documentations.
7999         (tit-process-header): Delete invalid characters from TIT-PROMPT.
8000         Adjusted for the change of quail-cxterm-package-ext-info.
8002 2000-09-06  Gerd Moellmann  <gerd@gnu.org>
8004         * vc-hooks.el (toplevel): Don't require `vc' during compilation;
8005         requiring it leads to a recursive loading of vc.el and vc-hooks.el
8006         during bootstrap.
8008 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
8010         * vc.el: (toplevel): Don't require `dired' at run-time.
8011         (vc-dired-resynch-file): Remove autoload cookie.
8013 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
8015         * vc.el: Made several backend functions optional.
8016         (vc-default-responsible-p): New function.
8017         (vc-merge): Use RET for first version to trigger merge-news, not
8018         prefix arg.
8019         (vc-annotate): Handle backends that do not support annotation.
8020         (vc-default-merge-news): Removed.  The existence of a merge-news
8021         implementation is now checked on caller sites.
8023         * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
8024         case.
8026         * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
8027         special case that has been removed from the default in vc-hooks.el.
8029 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
8031         * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
8033 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
8035         * vc-hooks.el: Require vc during compilation.
8036         (vc-file-setprop): Use `vc-touched-properties' if bound by the new
8037         macro `with-vc-properties' in vc.el.
8038         (vc-file-getprop): Doc fix.
8039         (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
8041         * vc.el: Require dired-aux during compilation.
8042         (vc-name-assoc-file): Moved to vc-sccs.el.
8043         (with-vc-properties): New macro.
8044         (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
8045         vc-finish-steal): Use it.
8046         (vc-cancel-version): Moved RCS-specific code to vc-rcs.el.  The call
8047         to the backend-specific function is now supposed to do the checkout,
8048         too.
8049         (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
8051         * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
8052         set file properties; that gets done in the generic code now.
8054         * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
8055         Changed parameter list, added code from vc.el that does the
8056         checkout, possibly with a double-take.
8058         * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
8059         (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
8060         the above under the new name.
8061         (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'.  Changed
8062         parameter list, added checkout command.
8063         (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
8064         properties; that gets done in the generic code now.
8066 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
8068         * vc.el: Docstring fixes (courtesy of checkdoc).
8070 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
8072         * vc.el (vc-checkout-writable-buffer-hook)
8073         (vc-checkout-writable-buffer): Remove.
8074         (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
8075         (vc-log-mode): Make it into a clean derived major mode.
8076         (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
8077         vc-log-mode if log-edit is not available.
8078         (vc-dired-mode-map): Don't set-keymap-parent yet.
8079         (vc-dired-mode): Do set-keymap-parent here.
8080         (vc-dired-buffers-for-dir): Nop if dired is not loaded.
8082 2000-09-05  Gerd Moellmann  <gerd@gnu.org>
8084         * faces.el (set-face-attribute, face-spec-reset-face)
8085         (face-spec-set): Avoid consing by removing calls to `apply'.
8087         * frame.el (frame-parameter): Move to C code.
8089 2000-09-05  Dave Love  <fx@gnu.org>
8091         * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
8092         insert-before-markers-and-inherit.  Now checked systematically!
8094 2000-09-05  Alex Schroeder  <alex@gnu.org>
8096         * sql.el (sql-postgres): Use sql-postgres-options.
8097         (sql-postgres-options): New variable.
8099 2000-09-05  Alex Schroeder  <alex@gnu.org>
8101         * sql.el (sql-mode-menu): Work around missing variable mark-active
8102         in XEmacs.
8103         (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
8104         (sql-interactive-mode): Added call to easy-menu-add for XEmacs
8105         compatibility.
8107 2000-09-04  Gerd Moellmann  <gerd@gnu.org>
8109         * vc.el (vc-dired-resynch-file): Add autoload cookie.
8111         * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
8113         * Makefile.in (DONTCOMPILE): Fix typo in file name.
8115 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
8117         * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
8118         don't support anything else under SCCS yet.
8120         * vc-hooks.el: Minor doc fixes.
8122 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
8124         * vc.el (vc-next-action-on-file): Do not visit the file if it's
8125         not necessary.  If verbose in state `needs-patch', do the same as
8126         under `up-to-date'.  When NOT verbose and `needs-patch', check out
8127         latest version instead of `merge-news'.
8128         (vc-next-action-dired): Don't mess with default-directory here; it
8129         breaks other parts of dired.  It is the job of the
8130         backend-specific functions to adjust it temporarily if they need it.
8131         (vc-next-action): Remove a special CVS case.
8132         (vc-clear-headers): New optional arg FILE.
8133         (vc-checkin, vc-checkout): Set properties vc-state and
8134         vc-checkout-time properly.
8135         (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
8136         (vc-print-log): Use new backend function `show-log-entry'.
8137         (vc-cancel-version): Do the checks in a different order.  Added a
8138         FIXME concerning RCS-only code.
8140         * vc-rcs.el (vc-rcs-show-log-entry): New function.
8141         (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
8143         * vc-cvs.el (vc-cvs-show-log-entry): New function.
8145         * vc-hooks.el (vc-default-mode-line-string): Show state
8146         `needs-patch' as a `-' too.
8148 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
8150         * vc.el (vc-responsible-backend): New optional arg REGISTER.
8151         (vc-default-could-register): New function.
8152         (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
8153         (vc-resynch-buffer): Call vc-dired-resynch-file.
8154         (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
8155         vc-resynch-buffer instead of vc-resynch-window.
8156         (vc-next-action-dired): Don't redisplay here, that gets done as a
8157         result of the individual file operations.
8158         (vc-retrieve-snapshot): Corrected prompt order.
8160         * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
8162         * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
8163         as well.
8164         (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p.  Handle
8165         hostname regexps.  Updated all callers.
8166         (vc-cvs-responsible-p): Handle directories as well.
8167         (vc-cvs-could-register): New function.
8168         (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
8169         properties up-to-date.
8171         * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
8172         user whether to create one.
8174 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
8176         * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
8177         check out a non-existing file.
8179         * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
8180         workfile does not exist.
8182         * vc.el (vc-version-diff): Use `require' to check for existence of
8183         diff-mode.
8185 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
8187         * vc-cvs.el (vc-cvs-registered): Use new function
8188         vc-cvs-parse-entry to do the actual work.
8190 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
8192         * vc-hooks.el (vc-find-backend-function): If function doesn't
8193         exist, return nil instead of error.
8194         (vc-call-backend): Doc fix.
8196         * vc.el (vc-do-command): Doc fix.
8197         (vc-finish-logentry): When checking in from vc-dired, choose the
8198         right backend for logentry check.
8199         (vc-dired-mode-map): Inherit from dired-mode-map.
8200         (vc-dired-mode): Local value of dired-move-to-filename-regexp
8201         simplified.
8202         (vc-dired-state-info): Removed, updated caller.
8203         (vc-default-dired-state-info): Use parentheses instead of hyphens.
8204         (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
8205         (vc-dired-listing-switches): New variable.
8206         (vc-directory): Use it, instead of dired-listing-switches.
8208         * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
8209         (vc-cvs-dir-state): New function.
8210         (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
8211         (vc-cvs-parse-entry): New function, also to be used in
8212         vc-cvs-registered.
8214 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8216         * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
8217         *or* single-window-frames.
8219 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
8221         * vc.el (vc-update-changelog): Split into generic part and default
8222         implementation.  Doc string adapted.
8223         (vc-default-update-changelog): New function.  Call the `rcs2log'
8224         script in exec-directory, to fix a long-standing nuisance.
8226         * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
8227         simply signals an error.
8229 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8231         * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
8232         control-flow more clear and to avoid running `cvs' twice.
8234         * vc.el (vc-next-action-on-file): Doc fix.
8235         (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
8236         (vc-print-log): Eval `file' before constructing the continuation.
8238 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
8240         * vc.el (vc-next-action-on-file): Corrected several messages.
8241         (vc-merge): Add prefix arg `merge-news'; handle it.
8243         * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
8244         is not reached.  It is.
8245         (vc-cvs-merge): Set state to 'edited after merge.
8246         (vc-cvs-merge-news): Set workfile version to nil if not known.
8247         (vc-cvs-latest-on-branch-p): Recommented.  Candidate for removal.
8249         * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
8250         via stdout. (Merge from main line.)
8252 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8254         * vc.el (vc-finish-logentry): Thinko in the "same comment"
8255         detection.
8257 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8259         * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
8260         against kill-all-local-variables.
8261         (vc-log-edit): Don't save vc-parent-buffer any more.
8262         (vc-last-comment-match): Initialize to an empty string.
8263         (vc-post-command-functions): New hook.
8264         (vc-do-command): Run it.
8265         (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
8266         (vc-finish-logentry): Only add the comment to the ring if it's
8267         different from the last comment entered.
8268         (vc-new-comment-index): New function.
8269         (vc-previous-comment): Use it.  Make the minibuffer message
8270         slightly less terse.
8271         (vc-comment-search-reverse): Make it work forward as well.  Don't
8272         set vc-comment-ring-index if no match is found.  Use
8273         vc-new-comment-index.
8274         (vc-comment-search-forward): Use vc-comment-search-reverse.
8275         (vc-dired-mode-map): Don't inherit from dired-mode-map since
8276         define-derived-mode will do it for us.  Bind `v' to a keymap that
8277         inherits from vc-prefix-map so that we can bind `vt' without
8278         binding C-x v t.
8279         (vc-retrieve-snapshot): Parenthesis typo.
8281         * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
8282         to 1.  Make sure to switch to *vc* before looking for an error
8283         message.  Use vc-parse-buffer.
8285 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
8287         * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
8288         and NAME.
8289         (vc-retrieve-snapshot): Split into two parts.
8290         (vc-default-retrieve-snapshot): New function.
8292         * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
8293         (vc-cvs-retrieve-snapshot): New function (untested).
8294         (vc-cvs-stay-local): Default to t.
8295         (vc-cvs-remote-p): New function and property.
8296         (vc-cvs-state): Stay local only if the above is t.
8297         (vc-handle-cvs): Removed.
8298         (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
8299         done via vc-handled-backends now.
8300         (vc-cvs-header): Escape Id.
8302 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8304         * vc.el (vc-do-command): Remove unused commands.
8305         (vc-version-diff): Make sure default-directory ends with a slash.
8306         Move the window commands into a vc-exec-after.
8307         (vc-print-log): Move more of the code into the `vc-exec-after'.
8309 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
8311         * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
8312         (vc-print-log): Search current revision from beginning of buffer.
8313         (vc-revert-buffer): Clear echo area after the diff is finished.
8314         (vc-prefix-map): Removed definition of "t" for terse display in vc
8315         dired.
8316         (vc-dired-mode-map): Inherit from dired-mode-map.  Added
8317         definition of "vt" for terse display.
8318         (vc-dired-mode): Fix dired-move-to-filename-regexp.
8320 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8322         * vc.el (vc-exec-after): Avoid caddr.
8324 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8326         * vc.el (vc-exec-after): New function.
8327         (vc-do-command): Use it to add a termination message for async
8328         procs.
8329         (vc-checkout): Try to handle a missing-backend situation.
8330         (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
8331         of a directory with a backend using async diffs.
8332         (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
8333         present.
8335         * vc-sccs.el (vc-sccs-state-heuristic): Use
8336         file-ownership-preserved-p.
8338         * vc-rcs.el (vc-rcs-state-heuristic): Use
8339         file-ownership-preserved-p.
8340         (vc-rcs-checkout): Remove the error-handling for missing-rcs.
8342 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
8344         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
8345         vc-do-command.
8347         * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
8348         when there are no changes.
8350 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
8352         * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
8354         * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
8356 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8358         * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
8360         * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
8361         the `fset' outside of the defvar so that it works even if
8362         vc-prefix-map was already defined.
8363         (vc-setup-buffer): New function, split out of vc-do-command.
8364         (vc-do-command): Allow BUFFER to be t to mean `just use the
8365         current buffer without any fuss'.
8366         (vc-version-diff): Change the `diff' backend operation to just put
8367         the diff in the current buffer without erasing it.  Always use
8368         *vc-diff* even for directory-diffs.  Use vc-setup-buffer.  Protect
8369         shrink-window-if-larger-than-buffer.
8370         (vc-print-log): Change the `print-log' backend operation to just
8371         put the log in the current buffer without erasing it.  Protect
8372         shrink-window-if-larger-than-buffer.
8373         (vc-update-change-log): Fix setd typo.
8375         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
8376         (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
8378         * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
8379         (vc-rcs-diff): Insert in the current buffer and remove unused arg
8380         CMP.
8382         * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
8383         with-temp-file.  Use the new BUFFER=t argument to vc-do-command.
8384         (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
8386 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
8388         * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
8389         not possible, use vc-BACKEND-workfile-unchanged-p.
8390         (vc-default-workfile-unchanged-p): New function.  Delegates to a
8391         full vc-BACKEND-diff.
8393         * vc-hooks.el (vc-simple-command): Removed.
8395         * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
8396         instead of vc-simple-command.
8397         (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
8398         avoid doing a diff when opening a file.
8399         (vc-rcs-state): Added check for unlocked-changes.
8400         (vc-rcs-header): Escape Id.
8401         (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
8402         (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
8403         version.
8405         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
8406         (vc-sccs-diff): Remove optional arg CMP.
8407         (vc-sccs-state): Call vc-workfile-unchanged-p, not the
8408         SCCS-specific function.
8410         * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
8411         vc-simple-command.
8413 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8415         * vc.el (vc-editable-p): Renamed from vc-writable-p.
8416         (with-vc-file, vc-merge): Use vc-editable-p.
8417         (vc-do-command): Remove unused var vc-file and fix the
8418         doubly-defined `status' var.  Add a user message when starting an
8419         async command.
8420         (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
8421         (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
8422         Use with-current-buffer.
8423         (vc-buffer-sync): Use unless.
8424         (vc-next-action-on-file): If the file is 'edited by read-only,
8425         make it read-write instead of trying to commit.
8426         (vc-version-diff, vc-update-change-log): Use `setq
8427         default-directory' rather than `cd'.
8428         (vc-log-edit): Don't forget to set default-directory in the
8429         buffer.
8431         * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
8432         (vc-sccs-state-heuristic): Use file-writable-p instead of
8433         comparing userids.
8434         (vc-sccs-checkout): Use `unless'.
8436         * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
8437         of comparing userids.
8438         (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
8439         Simplify the logic by eliminating unreachable code.
8440         (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
8441         just do a recursive call if we need to retry.
8442         (vc-rcs-checkout): Handle the case where rcs is missing by making
8443         the buffer read-write if requested and re-signalling the error.
8445         * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
8447 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8449         * vc-hooks.el (vc-handled-backends): Docstring change.
8450         (vc-ignore-vc-files): Mark obsolete.
8451         (vc-registered): Check vc-ignore-vc-files.
8452         (vc-find-file-hook, vc-file-not-found-hook): Don't check
8453         vc-ignore-vc-files.
8455         * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
8457 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8459         * vc.el (vc-checkout): Don't do anything special for ange-ftp
8460         files since ange-ftp already has vc-registered return nil.
8462         * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
8463         (vc-sccs-workfile-version): Use with-temp-buffer and new
8464         vc-parse-buffer and don't bother setting the property.
8465         (vc-sccs-add-triple): Use with-current-buffer and
8466         find-file-noselect.
8467         (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
8469         * vc-rcs.el (vc-rcs-find-most-recent-rev): New function.  The code
8470         derives from the old vc-parse-buffer but uses the revision number
8471         rather than the date (much easier to compare robustly).
8472         (vc-rcs-fetch-master-state): Use `with-temp-buffer'.  Adapt to the
8473         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).  Find the
8474         locking-user more directly.  Check strict locking and set
8475         checkout-model appropriately.
8476         (vc-rcs-parse-locks): Remove.
8477         (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
8478         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
8479         (vc-rcs-system-release): Use with-current-buffer and
8480         vc-parse-buffer.
8481         (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
8483         * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
8484         (vc-simple-command): Docstring fix.
8485         (vc-registered): Align the way the file-handler is called with the
8486         way the function itself works.
8487         (vc-file-owner): Remove.
8489         * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer.  Reorder
8490         extraction of fields and call to file-attributes because of a
8491         temporary bug in rcp.el.
8492         (vc-cvs-fetch-status): Use with-current-buffer.
8494 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8496         * vc.el (vc-do-command): Use file-relative-name.
8497         (vc-responsible-backend): Use vc-backend if possible.
8498         (vc-create-snapshot): Improve the `interactive' spec. Add support
8499         for branches and dispatch to backend-specific `create-snapshot'.
8500         (vc-default-create-snapshot): New function, containing the bulk of
8501         the old vc-create-snapshot.
8502         (vc-retrieve-snapshot): Improve the interactive spec.
8504         * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
8505         (vc-backend-hook-functions): Remove.
8506         (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
8507         (vc-backend): Reintroduce the test for `file = nil' now that I
8508         know why it was there (and added a comment to better remember).
8510         * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
8511         code from vc-sccs-hooks.el.
8512         (vc-sccs-release, vc-sccs-system-release): Remove.  Don't require
8513         'vc anymore.
8514         (vc-sccs-responsible-p): Use expand-file-name instead of concat
8515         and file-directory-p instead of file-exists-p.
8516         (vc-sccs-check-headers): Simplify the regexp.
8518         * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
8519         from vc-rcs-hooks.el.  Don't require 'vc anymore.
8520         (vc-rcs-responsible-p): Use expand-file-name instead of concat and
8521         file-directory-p instead of file-exists-p.
8523         * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
8524         from vc-cvs-hooks.el.
8525         (proto vc-cvs-registered): Require 'vc-cvs instead of
8526         'vc-cvs-hooks.  Don't require 'vc anymore.
8527         (vc-cvs-responsible-p): Use expand-file-name instead of concat and
8528         file-directory-p instead of file-exists-p.
8529         (vc-cvs-create-snapshot): New function, replacing
8530         vc-cvs-assign-name.
8531         (vc-cvs-assign-name): Remove.
8533 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8535         * vc-cvs.el (vc-cvs-header): New var.
8537         * vc-rcs.el (vc-rcs-exists): Remove.
8538         (vc-rcs-header): New var.
8540         * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
8541         `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
8542         (vc-sccs-header): New var.
8544         * vc.el (vc-do-command): Get rid of the `last' argument.
8545         (vc-header-alist): Remove, replaced by vc-X-header.
8546         (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
8547         (vc-dired-hook): Use expand-file-name instead of concat.
8548         (vc-directory): Use file-name-as-directory.
8549         (vc-snapshot-precondition, vc-create-snapshot)
8550         (vc-retrieve-snapshot): Allow the command to operate on any
8551         directory.
8553         * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
8554         just removing the 'WORKFILE argument or by removing the 'MASTER
8555         argument and replacing `file' with (vc-name file).
8557 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8559         * vc.el: Update Copyright and add a crude list of backend funs.
8560         (vc-writable-p): New function.
8561         (with-vc-file): Use vc-writable-p.
8562         (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
8563         (vc-register): Avoid vc-name.
8564         (vc-locking-user): Remove.
8565         (vc-steal-lock): Make the `owner' arg non-optional.
8566         (vc-merge): Use vc-writable-p instead of vc-locking-user and
8567         vc-checkout-model.
8568         (vc-default-dired-state-info): Use vc-state instead of
8569         vc-locking-user and return special strings for special states.
8570         (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
8571         and get rid of one of the special CVS cases.
8572         (vc-cancel-version): prettify error message with \\[...].
8573         (vc-rename-master): New function.
8574         (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
8575         use vc-rename-master) instead of vc-BACKEND-record-rename.  Make
8576         the CVS special case generic.
8577         (vc-default-record-rename): Remove.
8578         (vc-file-tree-walk-internal): Only call FUNC for files that are
8579         under control of some VC backend and replace `concat' with
8580         expand-file-name.
8581         (vc-file-tree-walk): Update docstring.
8582         (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
8583         (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
8585         * vc-sccs.el (vc-sccs-rename-file): Renamed from
8586         vc-sccs-record-rename.  Use `find-file-noselect' rather than
8587         `find-file' and call `vc-rename-master' to do the actual move.
8588         (vc-sccs-diff): Remove unused `backend' variable.
8590         * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
8591         to delay loading of vc-sccs until it is really used.
8592         (vc-sccs-master-templates): Preload.
8593         (vc-sccs-state): Update call to vc-sccs-parse-locks.
8594         (vc-sccs-project-dir): Remove (merged into
8595         vc-sccs-search-project-dir).
8596         (vc-sccs-search-project-dir): Rewrite using file name handling ops
8597         rather than `concat', make sure it is preloaded and don't bother
8598         to check that the file actually exists.
8599         (vc-sccs-parse-locks): Remove unused `file' argument, remove
8600         `locks' argument (use buffer's content instead) and eliminate n^2
8601         behavior.
8603         * vc-rcs.el: Update Copyright.
8604         (vc-rcs-rename-file): New function.
8605         (vc-rcs-diff): Remove unused `backend' variable.
8607         * vc-hooks.el: Update Copyright.
8608         (vc-backend): Don't accept a nil argument any more.
8609         (vc-up-to-date-p): Turn into a defsubst.
8610         (vc-possible-master): New function.
8611         (vc-check-master-templates): Use `vc-possible-master' and allow
8612         funs in vc-X-master-templates to return a non-existent file.
8614         * vc-cvs.el: Update Copyright.
8615         (vc-cvs-diff): Remove unused `backend' variable.
8616         (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
8618         * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
8620 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8622         * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
8623         since it can be called from vc-rcs.el.
8624         (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
8626 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
8628         * vc.el (vc-version-diff): Expand file name read from the
8629         minibuffer.  Handle the case when a previous version number can't
8630         be guessed.  Give suitable messages when there were no differences
8631         found.
8632         (vc-clear-headers): Call backend-specific implementation, if one
8633         exists.
8634         (vc-cancel-version): Made error checks generic.  When done, clear
8635         headers generically, too.
8637         * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
8638         from vc-clear-headers in vc.el.
8640         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
8641         correctly.
8642         (vc-rcs-latest-on-branch-p): Made second argument VERSION
8643         optional.  Handle the case when it's not there.
8645 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8647         * vc.el (vc-locking-user): Moved from vc-hooks.el.
8649 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8651         * vc-hooks.el (vc-loadup): Remove.
8652         (vc-find-backend-function): Use `require'.  Also, handle the case
8653         where vc-BACKEND-hooks.el doesn't exist.
8654         (vc-call-backend): Cleanup.
8656 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8658         * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
8659         vc-rcs-grab-templates)
8660         (vc-rcs-registered): Remove.  The default function works as well.
8661         * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
8662         vc-sccs-grab-templates)
8663         (vc-sccs-registered): Remove.  The default function works as well.
8665         * vc.el (vc-version-diff): Left out a vc- in call to
8666         vc-call-backend.
8667         (vc-default-dired-state-info, vc-default-record-rename)
8668         (vc-default-merge-news): Update for the new backend argument.
8670         * vc-hooks.el (vc-find-backend-function): Return a cons cell if
8671         using the default function.
8672         (vc-call-backend): If calling the default function, pass it the
8673         backend as first argument.  Update the docstring accordingly.
8674         (vc-default-state-heuristic, vc-default-mode-line-string): Update
8675         for the new backend argument.
8676         (vc-make-backend-sym): Renamed from vc-make-backend-function.
8677         (vc-find-backend-function): Use the new name.
8678         (vc-default-registered): New function.
8680 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8682         * vc.el (vc-merge): Use vc-find-backend-function.
8684         * vc-hooks.el (vc-backend-functions): Remove.
8685         (vc-loadup): Don't setup 'vc-functions.
8686         (vc-find-backend-function): New function.
8687         (vc-call-backend): Use above fun and populate 'vc-functions
8688         lazily.
8689         (vc-backend-defines): Remove.
8691 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8693         * vc.el (vc-register): Put a FIXME note for a newly found bug.
8694         Call vc-call-backend without the leading vc-.
8695         (vc-responsible-backend, vc-finish-logentry, vc-annotate)
8696         (vc-check-headers): Call vc-call-backend without the leading vc-.
8697         (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
8698         (vc-annotate-display): Replace confusing use of `cond' with `or'.
8699         Call vc-call-backend without the leading vc-.
8701         * vc-cvs.el (tail): Provide vc-cvs.
8702         * vc-sccs.el (tail): Provide vc-sccs.
8703         * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
8705         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
8706         (vc-make-backend-function, vc-call): Pass names without leading
8707         `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
8708         (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
8709         (vc-call-backend): Always try to load vc-X-hooks.
8710         (vc-registered): Remove vc- in call to vc-call-backend.
8712 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8714         * vc.el (vc-process-filter): New function.
8715         (vc-do-command): Setup `vc-process-filter' for the async process.
8716         (vc-maybe-resolve-conflicts): New function to reduce
8717         code-duplication.  Additionally, it puts the buffer in
8718         `smerge-mode' if applicable.
8719         (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
8720         calling `merge-news'.
8721         (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
8722         (vc-log-edit): New function.  Replacement for `vc-log-mode' by
8723         interfacing to log-edit.el.
8724         (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
8725         log-edit is available.
8726         (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
8728 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8730         * vc.el (vc-register): Remove `vc-buffer-backend' setup.
8731         (vc-log-mode-map): New name for vc-log-entry-mode and merge the
8732         defvar and the initialization.
8733         (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
8735         * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
8736         (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
8738         * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
8740 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
8742         * vc.el (vc-file-clear-masterprops): Removed.
8743         (vc-checkin, vc-revert-buffer): Removed calls to the above.
8744         (vc-version-diff): Use buffer-size without argument.
8745         (vc-register): Heed vc-initial-comment.
8747         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
8748         default branch.
8750         * vc-rcs.el (vc-rcs-register): Parse command output to find master
8751         file name and workfile version.
8752         (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
8754         * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
8755         vc-file-clear-masterprops.
8757         * vc-sccs.el (vc-sccs-checkout): Removed call to
8758         vc-file-clear-masterprops.  If writable, set vc-state to 'edited
8759         rather than user login name.
8762 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8764         * vc.el (vc-workfile-unchanged-p): Remove unused argument
8765         `want-differences-if-changed' and simplify.
8766         (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
8767         (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
8768         output (which is invalid for async vc-diff) to decide whether to
8769         do the revert silently or not.
8771 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8773         * vc-hooks.el (vc-loadup): Load files quietly.
8774         (vc-call-backend): Oops, brain fart.
8776 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8778         * vc-cvs.el (vc-cvs-state): Typo.
8779         (vc-cvs-merge-news): Return the status code rather than the error msg.
8781 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
8783         * vc.el (with-vc-file, vc-next-action, vc-version-diff)
8784         (vc-dired-mark-locked): Replaced usage of vc-locking-user with
8785         vc-state or vc-up-to-date-p.
8786         (vc-merge): Use vc-backend-defines to check whether merging is
8787         possible.  Set state to 'edited after successful merge.
8789         * vc-hooks.el (vc-locking-user): If locked by the calling user,
8790         return that name.  Redocumented.
8792 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8794         * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
8795         new `vc-state' semantics.
8796         (vc-finish-steal): Set 'vc-state to 'edited rather than setting
8797         'vc-locking-user to the current user.
8798         (vc-merge): Inline vc-backend-merge.  Comment out code that I
8799         don't understand and hence can't adapt to the new `vc-state' and
8800         `vc-locking-user' semantics.
8801         (vc-backend-merge): Remove.
8803         * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
8804         rather than 'vc-locking-user.
8806         * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
8808         * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
8809         (vc-state): Don't use 'reserved any more.  Just use the same
8810         convention as the one used for vc-<backend>-state where the
8811         locking user (as a string) is returned.
8812         (vc-locking-user): Update, based on the above convention. The
8813         'vc-locking-user property has disappeared.
8814         (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
8816         * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
8817         with a heuristic one.
8818         (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
8819         (vc-cvs-checkin): Do a trivial parse to set the state in case of
8820         error.  That allows us to get to 'needs-merge even in the
8821         stay-local case.  There's still no way to detect 'needs-patch in
8822         such a setup (or to force an update for that matter).
8823         (vc-cvs-logentry-check): Remove, the default works as well.
8825 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8827         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
8829         * vc.el (vc-do-command): kill-all-local-variables, to reset any
8830         major-mode in which the buffer might have been put earlier.  Use
8831         `remove' and `when'.  Allow `okstatus' to be `async' and use
8832         `start-process' in this case.
8833         (vc-version-diff): Handle the case where the diff looks empty
8834         because of the use of an async process.
8836 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
8838         * vc.el (vc-next-action-on-file): Removed optional parameter
8839         `simple'.  Recompute state unconditionally.
8840         (vc-default-toggle-read-only): Removed.
8842         * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
8843         (vc-toggle-read-only): Undid prev change.
8845         * vc-cvs.el (vc-cvs-stay-local): Renamed from
8846         vc-cvs-simple-toggle.  Redocumented.
8847         (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
8848         (vc-cvs-toggle-read-only): Removed.
8850 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8852         * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
8853         (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
8854         (vc-release-greater-or-equal-p): Move to vc-rcs.el.
8855         (vc-file-clear-masterprops): Braindead "fix".  It was a nop and
8856         still is. So maybe it should be removed.
8857         (vc-head-version, vc-find-binary): Remove.
8858         (vc-recompute-state): Move from vc-hooks.el.
8859         (vc-next-action-on-file): Add a `simple' argument to allow
8860         avoiding the `recompute' step (use for vc-cvs-simple-toggle).
8861         (vc-default-toggle-read-only, vc-default-record-rename): New funs.
8862         (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
8863         (vc-dired-mode-map): Properly defvar it.
8864         (vc-print-log): Call log-view-mode if available.
8865         (small-temporary-file-directory): defvar instead of use boundp.
8866         (vc-merge-news): Moved to vc-cvs.el.
8867         (vc-default-merge-news): New function.
8869         * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
8870         (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
8871         (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
8872         unknown `vc-latest-version' function.  It should probably refer to
8873         vc-workfile-version or somesuch, but it's very unclear to me and I
8874         don't have SCCS to test things.
8876         * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
8877         (vc-sccs-state-heuristic): Fix typo.
8878         (vc-sccs-workfile-unchanged-p): Add missing argument.
8880         * vc-rcs.el: Require vc and vc-rcs-hooks.
8881         (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
8882         (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
8883         (vc-release-greater-or-equal-p): Move from vc.
8884         (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
8885         vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
8886         (vc-rcs-checkout): Add a missing `new-version' argument in the
8887         call to vc-rcs-latest-on-branch-p.  Hopefully that was the right one.
8889         * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
8890         (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
8891         (vc-rcs-latest-on-branch-p): Use the `version' argument rather
8892         than the apparently unbound `workfile-version'.
8894         * vc-hooks.el (vc-master-templates): Def the obsolete var.
8895         (vc-file-prop-obarray): Use `make-vector'.
8896         (vc-backend-functions): Add new hookable functions
8897         vc-toggle-read-only, vc-record-rename and vc-merge-news.
8898         (vc-loadup): If neither backend nor default functions exist, use
8899         the backend function rather than nil.
8900         (vc-call-backend): If the function if not bound yet, try to load
8901         the non-hook file to see if it provides it.
8902         (vc-call): New macro plus use it wherever possible.
8903         (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
8904         nor `vc-find-binary' since it's only called from
8905         vc-mistrust-permission which is only used once the backend is known.
8906         (vc-checkout-model): Fix parenthesis.
8907         (vc-recompute-state, vc-prefix-map): Move to vc.el.
8909         * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
8910         (vc-cvs-release, vc-cvs-system-release): Remove.
8911         (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
8912         (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
8913         status symbols.
8914         (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
8915         (vc-cvs-toggle-read-only): First cut at a function to allow a
8916         cvs-status-free vc-toggle-read-only.
8917         (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
8918         (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
8919         vc-cvs-status.  Also set vc-state rather than vc-locking-user.
8920         (vc-cvs-checkout): Modify access rights directly if the user
8921         requested not to use `cvs edit'.  And refresh the mode line.
8923         * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
8924         (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
8926 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8928         * vc-cvs.el (vc-cvs-checkout): Docstring fix.  Added a `(if
8929         workfile' that got lost when the code was extracted from vc.el.
8930         And merged the tail with the rest of the code (not possible in the
8931         old vc.el where the tail was shared among all backends).  And
8932         explicitly set the state to 'edited if `writable' is set.
8934         * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
8935         (vc-cvs-state): Be careful to return the value from
8936         vc-cvs-parse-state.
8937         (vc-cvs-parse-status): Use expand-file-name.  Don't set 'vc-state
8938         property but return it instead.  Also be careful to handle a nil
8939         or "" `rev' when workfile is non-nil (it was handled properly when
8940         workfile was nil).
8942         * vc.el: Removed those pesky unnecessary `(function' quotes.
8943         (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
8944         directly in the defvar.
8945         (vc-do-command): Bind inhibit-read-only so as to properly handle
8946         the case where the destination buffer has been made read-only.
8947         (vc-diff): Delegate to vc-version-diff in all cases.
8948         (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
8949         (vc-annotate-mode-variables): Removed (code moved partly to
8950         defvars and partly to vc-annotate-add-menu).
8951         (vc-annotate-mode): Turned into a derived-mode.
8952         (vc-annotate-add-menu): Moved in code in
8953         vc-annotate-mode-variables.
8954         (vc-update-change-log): Use make-temp-file if available.
8956 2000-09-04  Martin Lorentzson  <martinl@delysid.gnu.org>
8958         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
8959         `vc-checkout-model' updated to `vc-cvs-update-model'.
8961 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
8963         * vc.el (vc-next-action-on-file): Added handling of state
8964         `unlocked-changes'.
8965         (vc-checkout-carefully): Is now practically obsolete, unless the
8966         above is too slow to be enabled unconditionally.
8967         (vc-update-change-log): Fixed typo.
8969         * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
8971         * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
8972         Now handles state `unlocked-changes'.
8973         (vc-sccs-workfile-unchanged-p): New function, to support the above.
8975         * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
8977         * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
8978         (vc-rcs-fetch-master-state): Bug fixes.  Recognize state
8979         `unlocked-changes'.
8980         (vc-rcs-workfile-unchanged-p): Renamed from
8981         `vc-rcs-workfile-unchanged'.  This is not a real backend-specific
8982         function yet, but supposed to become one soon.
8984         * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
8985         `vc-steal-lock'.
8986         (vc-call-backend): Changed error message.
8987         (vc-state): Added description of state `unlocked-changes'.
8989 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
8991         * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
8992         always return t in CVS-controlled directories.
8994         * vc.el (vc-responsible-backend): New function.
8995         (vc-register): Largely rewritten.
8996         (vc-admin): Removed (implementation moved into vc-register).
8997         (vc-checkin): Redocumented.
8998         (vc-finish-logentry): If no backend defined yet (because we are in
8999         the process of registering), use the responsible backend.
9001         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
9002         Updated function lists.
9003         (vc-call-backend): Fixed typo.
9005         * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
9006         New functions.
9007         (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
9008         Removed query option.  Redocumented.
9010 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
9012         * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
9014         * vc.el: Updated callers of `vc-checkout-required' to use
9015         `vc-checkout-model'.
9017 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
9019         * vc-rcs.el (vc-rcs-backend-release-p): function added.  other
9020         stuff updated to reference this function instead of the old
9021         `vc-backend-release-p'.
9023 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
9025         * vc-sccs-hooks.el (vc-uses-locking): Renamed to
9026         vc-checkout-model.  Return appropriate values.  Updated callers.
9028 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
9030         * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
9031         (vc-backend-revert): Function moved into `vc-revert';
9032         `vc-next-action' must be updated to accomodate this change.
9033         (vc-backend-steal): Function moved into `vc-finish-steal'.
9034         (vc-backend-logentry-check): Function moved into
9035         `vc-finish-logentry'.
9036         (vc-backend-printlog): Function moved into `vc-print-log'.
9037         (vc-backend-uncheck): Function moved into `vc-cancel-version'.
9038         (vc-backend-assign-name): Function moved into
9039         `vc-create-snapshot'.
9041 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
9043         * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
9044         Rename to vc-checkout-model.  Return appropriate values.
9045         Update callers.
9047         * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
9048         to vc-checkout-model.
9049         (vc-checkout-required): Rename to vc-checkout-model.
9050         Re-implement and re-comment.
9051         (vc-after-save): Use vc-checkout-model.
9053 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
9055         * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
9056         Update to use the vc-BACKEND-diff functions instead.
9057         `vc-diff' is now working.
9059         * vc-rcs.el (vc-rcs-logentry-check): New function.
9061         * vc-cvs.el (vc-cvs-logentry-check): New function.
9063         * vc-sccs.el (vc-sccs-diff): Function changed name from
9064         `vc-backend-diff'.  This makes `vc-diff' work.
9066         * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
9067         of functions possibly implemented in a vc-BACKEND library.
9068         (vc-checkout-required): Fix bug that caused an error to be
9069         signaled during `vc-after-save'.
9071         * vc.el: Fix typo.
9072         This checkin is made with our new VC code base for the very first time.
9073         A simple `(vc-checkin (buffer-file-name))' was used to perform it.
9075         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
9076         `vc-checkout-required' updated to `vc-cvs-uses-locking'.
9078         * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
9079         updated to `vc-uses-locking'.
9080         (vc-checkout-required): Call to backend function.
9081         `vc-checkout-required' updated to `vc-uses-locking' instead.
9083         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
9084         `vc-checkout-required' updated to `vc-rcs-uses-locking'.
9086         * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
9087         to match the split into various backends.
9088         (vc-backend-checkin): Remove.  Merge with `vc-checkin'.
9089         (vc-retrieve-snapshot): Bug fix.
9091 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
9093         * vc-sccs.el (vc-sccs-release): Doc fix.
9095 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
9097         * vc.el (vc-next-action-on-file): Bug found and fixed.
9098         (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
9099         (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
9101         * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
9102         (vc-rcs-checkout): Name space cleaned up.  No more revision number
9103         crunching function names that are not prefixed with vc-rcs.
9104         (vc-rcs-checkout-model): Function added.  References to
9105         `vc-checkout-model' replaced.
9107 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
9109         * vc.el (vc-next-action-on-file): Rewritten for the new state model.
9110         (vc-backend-merge-news): Renamed to `vc-merge-news'.  (Specific parts
9111         still need to be split, and implemented for RCS).
9113 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
9115         * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
9117         * vc-sccs.el (vc-sccs-admin): Added the query-only option as
9118         required by the vc.el file.
9120         * vc-rcs.el (vc-rcs-admin): Added the query-only option as
9121         required by the vc.el file.
9122         (vc-rcs-exists): Function added.
9124         * vc-cvs.el (vc-cvs-admin): Added the query-only option as
9125         required by the vc.el file.
9127         * vc.el (vc-admin): Updated to handle selection of appropriate
9128         backend.  Current implementation is crufty and need re-thinking.
9130         * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
9132 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
9134         * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
9135         beginning of annotate buffers correctly.
9137         * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
9138         (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
9139         functionality updated quite a lot to support multiple backends.
9140         Variables `vc-annotate-mode', `vc-annotate-buffers',
9141         `vc-annotate-backend' added.
9143         * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
9144         `vc-annotate-difference' added to supported backend functions.
9146 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
9148         * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
9149         Use with-temp-file instead of /bin/sh.  Merged from mainline
9151 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
9153         * vc-sccs-hooks.el (vc-sccs-registered): Updated.
9155         * vc-rcs-hooks.el (vc-rcs-registered): Updated.
9157         * vc-cvs-hooks.el (vc-cvs-registered): Updated.
9159 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
9161         * vc-hooks.el: vc-state-heuristic added to
9162         vc-backend-hook-functions.
9164         * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
9166         * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
9168         * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
9169         `vc-uses-locking' to `vc-checkout-required'.  Rename the `locked'
9170         state to `reserved'.
9172         * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
9173         `vc-checkout-required'.  Rename the `locked' state to `reserved'.
9175 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
9177         * vc-rcs-hooks.el: Implement new state model.  Hardly anything
9178         untouched.
9180         * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
9182         * vc.el (vc-update-change-log): Use small-temporary-file-directory,
9183         if defined.  (Merged from main line, slightly adapted.)
9185         * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
9186         millenium problem (merged from mainline).
9188 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
9190         * vc-cvs.el: Split the annotate feature into a BACKEND-specific
9191         part and moved the non-BACKEND stuff to vc.el.
9193         * vc.el: Split the annotate feature into a BACKEND specific part
9194         and moved it from the vc-cvs.el file to this one.
9196 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
9198         * vc-hooks.el: Implement new state model.
9199         (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
9200         (vc-locking-user): Simplify.  Now only needed if the file is
9201         locked by somebody else.
9202         (vc-lock-from-permissions): Remove.  Functionality is in
9203         vc-sccs-hooks.el and vc-rcs-hooks.el now.
9204         (vc-mode-line-string): New name for former vc-status.  Adapted.
9205         (vc-mode-line): Adapt to use the above.  Remove optional parameter.
9207         * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
9208         Various simplifications and adaptations all over the place.
9210         * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
9211         Simplify and adapt the rest.
9213         * vc.el (vc-resynch-window): Add TODO comment: check for
9214         interaction with view mode according to recent RCS change.
9215         (vc-backend-merge-news): Merge "CMUP" patch from mainline.
9217 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
9219         * vc.el: Convert the remaining function comments to docstrings.
9221 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
9223         * vc.el (vc-backend-release, vc-release-greater-or-equal)
9224         (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
9225         (vc-minor-part, vc-previous-version): Functions that operate and
9226         compare revision numbers got proper documentation.  Comments added
9227         about their possible removal.
9229 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
9231         * vc.el (vc-latest-on-branch-p): Function removed and replaced in
9232         the vc-backend.el files.
9234         * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
9236         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
9237         (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
9238         (vc-rcs-previous-version): Functions added.
9240         * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
9242         * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
9244 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
9246         * vc-hooks.el (vc-master-templates): Is really obsolete.
9247         Comment out the definition for now.  What is the right procedure
9248         to get rid of it?
9249         (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
9250         rewritten.
9251         (vc-default-registered): Remove.
9252         (vc-check-master-templates): New function; does mostly what the
9253         above did before.
9254         (vc-locking-user): Don't rely on the backend to set the property.
9256         * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
9257         Rewrite documentation.
9258         (vc-rcs-templates-grabbed): New variable.
9259         (vc-rcs-grab-templates): New function.
9260         (vc-rcs-registered): Rewrite to use above mechanism.
9262         * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
9263         Rewrite documentation.
9264         (vc-sccs-templates-grabbed): New variable.
9265         (vc-sccs-grab-templates): New function.
9266         (vc-sccs-registered): Rewrite to use above mechanism.
9267         (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
9268         Don't throw the result, simply return it.
9270         * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
9271         (vc-cvs-find-master): Remove.  Code is now in vc-cvs-registered.
9272         (vc-cvs-registered): Does the check itself now.  Simplify.
9274         * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
9275         from main line.
9277 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
9279         * vc-cvs.el (vc-cvs-diff): New function.
9281         * vc-sccs.el (vc-sccs-diff): New function.
9283         * vc-rcs.el (vc-rcs-diff): New function.
9284         (vc-rcs-checkout): Bug (typo) found and fixed.
9285         (vc-rcs-register-switches): New variable.
9287         * vc.el (vc-backend-diff): Function removed and placed in the
9288         backend files.
9290 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
9292         * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
9294         * vc.el (vc-backend-checkout): Function removed and replaced in
9295         the vc-backend.el files.
9297         * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
9299         * vc.el (vc-backend-admin): Removed and replaced in the
9300         vc-backend.el files.
9302         * vc.el (Martin): Removed all the annotate functionality since it
9303         is CVS backend specific.
9305 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
9307         * spec.txt: Added specification of vc-state.
9309         * vc-sccs-hooks.el (vc-sccs-master-properties):
9310         Remove handling of vc-latest-version and
9311         vc-your-latest-version.  What used to be vc-latest-version, is now
9312         returned as vc-workfile-version.
9313         (vc-sccs-workfile-version): Adapt.
9315 2000-09-04  Dave Love  <fx@gnu.org>
9317         * vc.el: [Merged from mainline.]
9318         (vc-dired-mode): Make the dired-move-to-filename-regexp
9319         regexp match the date, to avoid treating date as file size.
9320         Add YYYY S option to WESTERN/
9322 2000-09-04  Dave Love  <fx@gnu.org>
9324         * vc.el: Require `compile' when compiling.
9325         (vc-logentry-check-hook): New option.
9326         (vc-steal-lock): Use compose-mail.
9327         (vc-dired-mode-map): Defvar when compiling.
9328         (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
9329         vc-sccs.el and renamed.  Callers changed.
9330         (vc-backend-checkout, vc-backend-logentry-check)
9331         (vc-backend-merge-news): Doc fix.
9332         (vc-default-logentry-check): New function.
9333         (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
9334         (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
9335         (vc-backend-merge): Doc fix.  Use backend functions.
9336         (vc-check-headers): Use backend functions.
9338         * vc-cvs.el: Require vc when compiling.
9339         (vc-cvs-register-switches): Doc fix.
9340         (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
9341         (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
9342         (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
9343         New functions (code from vc.el).
9344         (vc-annotate-display-default): Fix interactive spec.
9345         (vc-annotate-time-span): Doc fix.
9347         * vc-rcs.el: Require vc when compiling.
9348         (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
9349         (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
9350         (vc-rcs-checkin): New functions (code from vc.el).
9351         (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
9352         Doc fix.
9353         (vc-rcs-release): Deleted.  (Duplicated vc-rcs-system-release).
9355         * vc-sccs.el: Require vc when compiling.
9356         (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
9357         (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
9358         (vc-sccs-revert)
9359         (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
9360         from vc.el).
9361         (vc-sccs-add-triple, vc-sccs-record-rename)
9362         (vc-sccs-lookup-triple): Moved from vc.el and renamed.
9363         (vc-sccs-admin): Doc fix.
9365 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
9367         * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
9368         (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
9369         (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
9370         from vc.el.
9372         * vc-sccs.el (vc-admin-sccs): Added from vc.el
9374         * vc-cvs.el: Moved the annotate functionality from vc.el.
9375         (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
9377 2000-09-04  Dave Love  <fx@gnu.org>
9379         * vc.el (vc-backend-release): Call vc-system-release.
9381         * vc-sccs.el (vc-sccs-system-release):
9382         Renamed from vc-sccs-backend-release.
9384         * vc-rcs.el (vc-rcs-system-release):
9385         Renamed from vc-rcs-backend-release.
9387         * vc-cvs.el (vc-cvs-system-release):
9388         Renamed from vc-cvs-backend-release.
9390 2000-09-04  Dave Love  <fx@gnu.org>
9392         * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
9393         backend files.
9394         (vc-backend-release): Dispatch to backend functions.
9395         (vc-backend-release-p): Don't mention CVS, RCS.  [The SCCS case
9396         probably needs attention.]
9398         * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
9399         (vc-sccs-backend-release): New function.
9401         * vc-cvs.el (vc-cvs-release): Moved from vc.el.
9402         (vc-cvs-backend-release): New function.
9404         * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
9405         Doc fix.
9406         (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
9407         (vc-default-dired-state-info): New function.
9408         (vc-dired-state-info): Dispatch to backends.
9409         (vc-dired-hook): Doc fix.  Simplify, pending removal of CVS specifics.
9411         * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
9412         from vc.el and renamed.
9414 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
9416         * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
9417         (vc-version-other-window, vc-backend-assign-name): Removed
9418         references to vc-latest-version; sometimes changed into
9419         vc-workfile-version.
9421         * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
9422         vc-rcs-master-workfile-version.
9423         (vc-rcs-workfile-version): Use the above.  Don't call
9424         vc-latest-version (that was unreachable code, anyway).
9425         (vc-rcs-fetch-master-properties): Doc fix.
9427         * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
9428         (vc-backend-hook-functions): Removed them from this list, too.
9429         (vc-fetch-properties): Removed.
9430         (vc-workfile-version): Doc fix.
9432         * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
9433         (vc-rcs-workfile-version, vc-rcs-locking-user)
9434         (vc-rcs-uses-locking): Use it.
9436         * vc-hooks.el (vc-consult-rcs-headers):
9437         Moved into vc-rcs-hooks.el, under the name
9438         vc-rcs-consult-headers.
9440         * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
9441         headers.
9442         (vc-cvs-find-master): Use this name only; correct different
9443         versions of the name.
9445         * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
9446         New functions.
9447         (vc-sccs-locking-user): Use the latter.
9449         * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
9450         New functions.
9452         * vc-hooks.el (vc-master-locks, vc-master-locking-user):
9453         Moved into both
9454         vc-rcs-hooks.el and vc-sccs-hooks.el.  These properties and access
9455         functions are implementation details of those two backends.
9457 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
9459         * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
9460         (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
9462         * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
9463         (vc-sccs-parse-locks): SCCS-specific code moved here from
9464         vc-hooks.
9466         * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
9467         code moved here from vc-hooks.
9469         * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
9470         into back-end specific parts and removed.  Callers not updated
9471         yet; because I guess these callers will disappear into back-end
9472         specific files anyway.
9474 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
9476         * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
9477         (vc-backend-checkout): Changed calls to `vc-checkout-model' to
9478         `vc-uses-locking'.
9480         * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
9481         Store yes/no in the property, and return t/nil.  Updated all
9482         callers.
9484         * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
9485         vc-sccs-uses-locking.  Don't set property.
9486         (vc-sccs-locking-user): Don't set property.
9488         * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
9489         vc-cvs-uses-locking.  Don't set property here; leave that to
9490         vc-hooks.
9491         (vc-cvs-locking-user): Reflect above change.  Streamlined.
9493         * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
9494         vc-rcs-uses-locking.
9495         (vc-rcs-locking-user): Reflect above change.
9497 2000-09-04  Dave Love  <fx@gnu.org>
9499         * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
9501         * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
9503         * vc-hooks.el (vc-checkout-model): Punt to backends.
9505         * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
9507         * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
9509         * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
9510         New functions.
9512         * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
9513         New functions.
9515         * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
9516         (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
9518         * vc-hooks.el (vc-default-locking-user): New function.
9519         (vc-locking-user, vc-workfile-version): Punt to backends.
9521 2000-09-04  Dave Love  <fx@gnu.org>
9523         * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
9524         (vc-master-workfile-version): Moved from vc-hooks.
9526         * vc-rcs-hooks.el: Fix duplicate code in last change.
9528         * vc-rcs-hooks.el: Require vc-hooks when compiling.
9529         (vc-rcs-master-templates): Improve :type.
9530         (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
9531         vc-master-workfile-version): Moved from vc-hooks.
9533         * vc-sccs-hooks.el: Require vc-hooks when compiling.
9534         (vc-sccs-master-templates): Improve :type.
9535         (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
9537         * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
9539         * vc-cvs-hooks.el: Require vc-hooks when compiling.
9540         (vc-cvs-master-templates): Improve :type.  Use
9541         vc-cvs-find-cvs-master.
9542         (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
9543         from vc-hooks.
9544         (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
9546         * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
9547         Moved to vc-cvs-hooks.
9549         * vc-hooks.el: Add doc strings in various places.  Simplify the
9550         minor mode setup.
9551         (vc-handled-backends): New user variable.
9552         (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
9553         simplification.
9555 2000-09-04  Dave Love  <fx@gnu.org>
9557         * vc.el: Some doc fixes for autoloaded and interactive functions.
9558         Fix compilation warnings from ediff stuff.
9559         (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
9561         * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
9563         * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
9565         * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
9567 2000-09-04  Dave Love  <fx@gnu.org>
9569         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
9570         New variable.
9571         (vc-make-backend-function, vc-loadup, vc-call-backend)
9572         (vc-backend-defines): New functions.
9574         * vc-hooks.el: Various doc fixes.
9575         (vc-default-back-end, vc-follow-symlinks): Custom fix.
9576         (vc-match-substring): Function removed.  Callers changed to use
9577         match-string.
9578         (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
9579         Simplify.
9581 2000-09-04  Dave Love  <fx@gnu.org>
9583         * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
9584         type.
9585         (vc-sccs-project-dir, vc-search-sccs-project-dir)
9586         (vc-sccs-registered): Doc fix.
9588         * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
9589         (vc-cvs-registered): Doc fix.
9591         * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
9592         (vc-rcs-registered): Doc fix.
9594 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
9596         * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
9598         * vc-hooks.el: vc-registered has been renamed
9599         vc-default-registered.  Some functions have been moved to the
9600         backend specific files.  they all support the
9601         vc-BACKEND-registered functions.
9603 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
9605         * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
9607         * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
9609 2000-09-04  Dave Love  <fx@gnu.org>
9611         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
9612         menu-bar-update-hook.
9614         * help.el (help-manyarg-func-alist): Add
9615         find-operation-coding-system.
9617         * wid-edit.el (widget-sexp-validate): Fix garbled code.
9619         * custom.el (custom-set-variables): Print message about errors in
9620         setting.
9622 2000-09-03  Andrew Innes  <andrewi@gnu.org>
9624         * makefile.w32-in: Change to DOS line endings.
9626 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
9628         * mouse.el (mouse-popup-menubar): Supply the prompt string for
9629         minor-mode keymaps, if they don't have one.
9631 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
9633         * eshell/esh-module.el (eval-when-compile): Don't lose if
9634         esh-module.el's file name is truncated to DOS 8+3 limits.
9636 2000-09-01  John Wiegley  <johnw@gnu.org>
9638         * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
9639         predicate, which caused entries in the completion list to be
9640         doubled.
9642 2000-08-30  John Wiegley  <johnw@gnu.org>
9644         * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
9645         sending to subprocesses.  Also, hook pre-command-hook if
9646         `eshell-send-direct-to-subprocesses' is non-nil.
9647         (eshell-send-direct-to-subprocesses): New config variable.  If t,
9648         subprocess input is send immediately.
9649         (eshell-toggle-direct-send): New function.
9650         (eshell-self-insert-command): New function.
9651         (eshell-intercept-commands): New function.
9652         (eshell-send-input): If direct subprocess sending is enabled,
9653         don't echo any input to the Eshell buffer.  Let the subprocess
9654         handle that.  This requires "stty echo" in bash, for example.
9656 2000-08-28  John Wiegley  <johnw@gnu.org>
9658         * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
9659         completion function for Eshell's implementation of `unset'.
9661 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
9663         * info.el (Info-directory-list): Doc fix.
9665 2000-08-31  Peter Breton  <pbreton@ne.mediaone.net>
9667         * filecache.el (file-cache-add-directory-using-find): Don't quote
9668         wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
9670 2000-08-31  Kenichi Handa  <handa@etl.go.jp>
9672         * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
9673         coding systems.
9675 2000-08-30  Andrew Innes  <andrewi@gnu.org>
9677         * timer.el (run-with-idle-timer): Undo last change, so that timer
9678         is not activated immediately if Emacs is already idle.  Some
9679         existing code relies on this behaviour.
9681 2000-08-30  Miles Bader  <miles@gnu.org>
9683         * frame.el (set-frame-font): Do completion of font-name for
9684         interactive use.
9686 2000-08-30  Kenichi Handa  <handa@etl.go.jp>
9688         * international/quail.el (quail-start-translation): Bind locally
9689         last-command-event, last-command, and this-command.
9690         (quail-start-conversion): Likewise.
9691         (quail-self-insert-command): Fix docstring.
9693 2000-08-29  Gerd Moellmann  <gerd@gnu.org>
9695         * progmodes/executable.el
9696         (executable-make-buffer-file-executable-if-script-p): Check that
9697         buffer contains at least 2 characters.
9699 2000-08-29  Eli Zaretskii  <eliz@is.elta.co.il>
9701         * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
9703 2000-08-29  Dave Love  <fx@gnu.org>
9705         * diff-mode.el (diff-mode) <defgroup>: Add :version.
9706         (diff-mode-shared-map): Bind mouse-2.
9707         (diff-imenu-generic-expression): New variable.
9708         (diff-mode): Use it.
9710         * mouse.el (mouse-major-mode-menu): Use local-key-binding.
9711         (mouse-popup-menubar): Add minor mode menus.
9712         (popup-menu): Check for lookup-key returning number.
9714 2000-08-29  Miles Bader  <miles@gnu.org>
9716         * comint.el (comint-send-input): Create overlays using the proper
9717         front/read-advance arguments.
9719 2000-08-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9721         * ps-print.el: Even/odd pages printing.  Doc fix.
9722         (ps-print-version): New version number (6.0).
9723         (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
9724         (ps-background, ps-begin-file, ps-begin-job): Code fix.
9725         (ps-print-duplex-feature): Variable eliminated.
9726         (ps-even-or-odd-pages): New variable.
9728         * progmodes/ebnf2ps.el: Doc fix.
9729         (ebnf-version): New version (3.3).
9730         (ebnf-user-arrow): Change variable customization to sexp.
9731         (ebnf-user-arrow): Function eliminated.
9732         (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
9734 2000-08-29  Kenichi Handa  <handa@etl.go.jp>
9736         * help.el (help-xref-mule-regexp): New variable.
9737         (help-make-xrefs): Handle help-xref-mule-regexp.
9739         * international/mule-cmds.el (help-xref-mule-regexp-template): New
9740         variable.
9741         (describe-input-method): Temporarily activate the specfied input
9742         method to display the information.
9743         (describe-language-environment): Hyperlinks to mule related items.
9745         * international/mule-diag.el (charset-multibyte-form-string): New
9746         function.
9747         (list-character-sets-1): Use charset-multibyte-form-string.
9748         (describe-character-set): New function.
9749         (describe-coding-system): Hyperlinks to safe character sets.
9751         * international/quail.el (quail-help): New arg PACKAGE.
9752         Hyperlinks to mule related items.
9753         (quail-help-insert-keymap-description): Use
9754         substitute-command-keys instead of describe-bindings.
9755         (quail-translation-help): Hyperlinks to mule related items.
9757 2000-08-28  John Wiegley  <johnw@gnu.org>
9759         * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
9760         have a defsubst call itself.  Made `eshell-flatten-list' back into
9761         a function again.
9763         * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
9764         catch, in case re-centering point at bottom messes up the display.
9765         This happens frequently in Emacs 21, due I believe to variable
9766         line heights.
9768         * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
9769         to call `find-tag-interactive'.
9771         * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
9772         the list of remember directories.
9774 2000-08-28  John Wiegley  <johnw@gnu.org>
9776         * align.el: Test align-region-separate to see if it's a symbol.
9778 2000-08-28  John Wiegley  <johnw@gnu.org>
9780         * eshell/esh-util.el (eshell-flatten-list): Made this function
9781         into a defsubst form.  It gets used very frequently, although
9782         calls don't occur all that often.
9784         * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
9785         examining it.
9787         * eshell/esh-cmd.el (eshell-rewrite-while-command):
9788         (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
9789         `eshell-protect'.
9790         (eshell-copy-handles): Created a new macro for duplicating the
9791         current set of open handles.  This is needed by the looping
9792         functions.
9793         (eshell-do-eval): Fixed while and if, so that the eshell-test-body
9794         is not incorrectly stomped on.
9796         * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
9797         declaration for pcomplete-use-paring.
9798         (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
9799         value of eshell-cmpl-use-paring.
9800         * pcomplete.el (pcomplete-use-paring): New config variable, to
9801         indicate whether paring should be used.
9802         (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
9803         completion alternatives that have already been used.
9805         * eshell/esh-mode.el (eshell-repeat-argument): Added function,
9806         bound to C-c C-y, which will repeat the previous N arguments
9807         (based on prefix argument).
9808         (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
9810         * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
9811         if there is no *Help* buffer.  This is for XEmacs, which renames
9812         its help buffers uniquely.  TODO: Find out what the current buffer
9813         name to delete is.
9815         * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
9816         first entry that correlates to a passwd/group number.  Later
9817         entries (used for group/user name aliasing to multiple IDs) are
9818         ignored.
9820         * eshell/em-xtra.el (eshell/expr):
9821         * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
9822         (eshell-grep, eshell/diff, eshell/locate):
9823         * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
9824         argument list, before passing it to the system command.
9826         * eshell/esh-mode.el (eshell-find-tag): Added a special version of
9827         `find-tag' for use at final position in Eshell buffers (which
9828         otherwise triggers an error on Emacs 21).
9829         (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
9830         buffer, if it is currently bound to `find-tag'.
9832         * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
9833         in the list of matched Makefile names.
9834         (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
9835         directory, prefer its contents to Makefile.
9837         * eshell/em-dirs.el (eshell/cd): cd commands that look up
9838         directory parts (like "cd old new", or "cd =regexp"), are now case
9839         sensitive on non-Windows/DOS platforms.
9841         * eshell/esh-mode.el (eshell-parse-command-input): When a user
9842         types RET after an open delimiter (like "), display a message
9843         indicating that Eshell is waiting for the closing delimiter.
9845         * eshell/esh-var.el (eshell/unset): Added a command for unsetting
9846         environment variables.
9848         * eshell/em-unix.el (eshell/diff): Added logic to fail more
9849         gracefully if the user enters incorrect arguments.
9851         * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
9852         Eshell buffers.
9854         * eshell/esh-var.el (eshell-interpolate-variable):
9855         * eshell/esh-mode.el (eshell-move-argument):
9856         * eshell/em-unix.el (eshell-du-sum-directory):
9857         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
9858         * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
9859         (not (= ...)).
9861         * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
9862         to ensure the `preserve' flag gets propagated when doing recursive
9863         directory copies.
9865 2000-08-28  Stefan Monnier  <monnier@cs.yale.edu>
9867         * eshell/em-hist.el (eshell-put-history, eshell-get-history):
9868         Don't convert \n into \0177 in memory.
9869         (eshell-read-history, eshell-write-history): Convert \n to \0177,
9870         and back again, when reading and writing.
9872 2000-08-28  Eli Zaretskii  <eliz@is.elta.co.il>
9874         * eshell/esh-util.el (eshell-processp): Added to relieve constant
9875         testing of `fboundp' on `processp'.
9877         * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
9878         (eshell/jobs): Don't call process-list if it is not bound.
9879         (eshell-gather-process-output): Support systems where async
9880         subprocesses aren't supported.
9881         (eshell-scratch-buffer, eshell-last-sync-output-start): New
9882         variables.
9884         * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
9885         eshell-do-eval returns t.
9886         (eshell-do-pipelines-synchronously): New defmacro.
9887         (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
9888         when async subprocesses aren't supported.
9889         (eshell-do-eval): Use eshell-processp.  Don't throw eshell-defer
9890         if async subprocesses aren't supported.
9891         (eshell-resume-command): Don't assume STATUS is a string.
9893         * eshell/em-unix.el (eshell/rm): Use eshell-processp.
9895         * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
9896         (eshell-close-target, eshell-get-target): Use eshell-processp.
9897         (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
9898         fix.
9899         (eshell-get-target, eshell-create-handles): Doc fix.
9901 2000-08-28  Miles Bader  <miles@lsi.nec.co.jp>
9903         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
9904         criterion to include commands that output something, as long as it
9905         leaves both the command and the end-of-buffer visible when the
9906         command has exited.
9907         (eshell-review-quick-commands): Adjust the help doc string
9908         accordingly.
9910 2000-08-28  Peter Breton  <pbreton@ne.mediaone.net>
9912         * locate.el (locate): Cleaned up locate command's interactive prompting
9913         Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
9915         * filecache.el (file-cache-case-fold-search): New variable
9916         (file-cache-assoc-function): New variable
9917         (file-cache-minibuffer-complete): Use file-cache-assoc-function.
9918         Use file-cache-case-fold-search variable
9919         (file-cache-add-file): Use file-cache-assoc-function
9920         (file-cache-delete-file): likewise
9921         (file-cache-directory-name): likewise
9922         (file-cache-debug-read-from-minibuffer): likewise
9924 2000-08-28  Gerd Moellmann  <gerd@gnu.org>
9926         * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
9927         (abbrev-table-name): New function.
9928         (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
9929         If non-nil list local abbrev, only.
9931 2000-08-28  Stanislav Shalunov  <shalunov@internet2.edu>
9933         * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
9934         from Gnus support code, and use special article copy buffer
9935         `(gnus-original-article-buffer)' instead.  This allows to get rid
9936         of article-hide-headers usage (which breaks in the latest Gnus
9937         version).  Thanks to Detlev Zundel.
9939 2000-08-28  Kenichi Handa  <handa@etl.go.jp>
9941         * international/quail.el (quail-use-package): Hide "... loaded"
9942         message.
9943         (quail-start-translation, quail-start-conversion): Likewise.
9945         * international/kkc.el (kkc-region): Hide "... loaded" message.
9947 2000-08-27  Dave Love  <fx@gnu.org>
9949         * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
9951 2000-08-27  Miles Bader  <miles@gnu.org>
9953         * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
9955 2000-08-27  Kenichi Handa  <handa@etl.go.jp>
9957         * international/ja-dic-cnv.el (skkdic-convert): Insert (require
9958         'ja-dic-cnv), not (require 'skkdic-cnv).
9960 2000-08-26  Miles Bader  <miles@gnu.org>
9962         * faces.el (face-x-resources): Add entry for :inherit.
9963         * cus-face.el (custom-face-attributes): Add support for :inherit
9964         attribute.  Add support for relative face heights.
9965         (custom-face-attributes-get): Treat `nil' as being a default value
9966         for :inherit (as well as `unspecified').
9968         * faces.el (set-face-attribute): Update doc string.
9969         (face-attribute-name-alist): Add :inherit.
9970         (face-valid-attribute-values): Handle :inherit.
9971         (face-read-string): Rephrase prompt to be less confusing.
9972         Assume that DEFAULT is a string, since we must return a string.
9973         (face-read-integer): Use `format' to turn DEFAULT into an
9974         acceptable default for face-read-string.  Match NEW-VALUE against
9975         the string "unspecified", not the symbol `unspecified', since
9976         that's what face-read-string returns.
9977         (read-face-attribute): Lookup a name for old-value in valid, and
9978         use it as a default if we find one.  Treat all values from
9979         face-read-string as strings.  If the default is used, don't do any
9980         more processing on the value, just use the old value directly.
9981         (read-face-and-attribute, modify-face): Tweak prompt.
9982         (read-face-name): Don't assume prompt ends with a space.
9984         * faces.el (describe-face): Add support for :inherit attribute.
9986 2000-08-25  Kenichi Handa  <handa@etl.go.jp>
9988         * terminal.el (terminal-emulator): Fix args to `concat'.  Now
9989         concat doesn't accept interger.
9991         * international/kkc.el: Remove SKK from Keywords.  Require
9992         ja-dic-utl instead of skkdic-utl.
9994         * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
9995         Provide ja-dic-cnv instead of skkdic-cnv.
9996         (ja-dic-filename): Renamed from skkdic-filename.  Referers changed
9997         (iso-2022-7bit-short): Add safe-charsets property.
9998         (skkdic-convert-postfix): Search Japanese chou-on character in
9999         addition to Hiragana character.
10000         (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
10001         (skkdic-convert): Change file names from skkdic.el to ja-dic.el
10002         (batch-skkdic-convert): Likewise.
10004         * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
10005         Provide ja-dic-utl instead of skkdic-utl.
10006         (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
10008 2000-08-24  Dave Love  <fx@gnu.org>
10010         * disp-table.el (standard-display-default): Make the test of `l'
10011         useful.
10013         * language/european.el ("Latin-8", "Latin-9"): Add input methods,
10014         mod sample text.
10016         * international/iso-ascii.el: Make pilcrow convenient string
10017         consistent with section.
10018         (iso-ascii-display): Set up multibyte characters as well as
10019         unibyte.
10021 2000-08-24  Kenichi Handa  <handa@etl.go.jp>
10023         * international/mule-cmds.el (reset-language-environment): Set
10024         default-process-coding-system to '(undecided . iso-latin-1), which
10025         makes process I/O almost consistent with file I/O.   Call this
10026         function when mule-cmds.el[c] is loaded.
10028 2000-08-22  Andrew Innes  <andrewi@gnu.org>
10030         * makefile.w32-in: New file.
10032 2000-08-22  Miles Bader  <miles@lsi.nec.co.jp>
10034         * comint.el (comint-output-filter): Compare end of
10035         comint-last-output-overlay with the start of the newly inserted
10036         text, not the end, when deciding whether to extend it.
10037         Set saved-point's insertion type to advance after insertion.
10039         * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
10040         since this is now done independently of font-lock mode.
10042 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
10044         * server.el (server-kill-new-buffers): New user option.
10045         (server-existing-buffer): New buffer-local variable.
10046         (server-visit-files): When using an existing buffer, set
10047         server-existing-buffer to t.
10048         (server-buffer-done): If server-kill-new-buffers is t, kill the
10049         buffer, unless it was already present before visiting it with
10050         Emacs server.
10052 2000-08-21  Eli Zaretskii  <eliz@is.elta.co.il>
10054         * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
10055         even if the display doesn't support colors: some displays will
10056         support bold/underline faces.
10058 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
10060         * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
10062         * startup.el (command-line): If user's init file had an error,
10063         add explanatory text to *Messages*.
10065 2000-08-21  Kenichi Handa  <handa@etl.go.jp>
10067         * man.el (Man-getpage-in-background): Decode the process output by
10068         the system locale coding system.
10070 2000-08-20  Dave Love  <fx@gnu.org>
10072         * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
10073         Don't test x-popup-menu.
10074         (function) <complete-function>: Complete only fbound symbols.
10075         <validate, value>: New.
10076         (variable) <complete-function>: Complete only bound symbols.
10077         (coding-system): Add :base-only, :complete-function, :validate,
10078         :value, :prompt-match.
10079         (widget-coding-system-prompt-value): Use read-coding-system and
10080         act on :base-only.
10081         (editable-field): Add :help-echo.
10082         (widget-push-button-gui, widget-push-button-cache)
10083         (widget-gui-action, widget-editable-list-gui): COmment out, along
10084         with uses.
10085         (widget-at): Make arg optional.
10086         (widget-echo-help): Adjust for current help-echo calling sequence.
10087         (widget-specify-field, widget-specify-button)
10088         (widget-specify-insert, widget-get-sibling, widget-image-find)
10089         (widget-convert, widget-insert, widget-leave-text)
10090         (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
10091         (widget-setup, widget-field-find, widget-before-change)
10092         (widget-after-change, widget-default-complete)
10093         (widget-default-create, widget-default-delete)
10094         (widget-push-button-value-create, editable-field)
10095         (widget-field-prompt-value, widget-field-validate)
10096         (widget-choice-value-create, widget-choice-action)
10097         (widget-choice-validate, widget-checklist-add-item)
10098         (widget-radio-add-item, widget-radio-chosen)
10099         (widget-radio-value-inline, widget-editable-list-value-create)
10100         (widget-editable-list-entry-create)
10101         (widget-documentation-link-add)
10102         (widget-documentation-string-value-create)
10103         (widget-regexp-validate, widget-file-complete)
10104         (widget-sexp-validate, widget-plist-convert-widget)
10105         (widget-plist-convert-widget, widget-alist-convert-widget)
10106         (widget-alist-convert-widget, widget-color-complete): Simplify,
10107         particularly to avoid bindings which aren't optimized out.
10109         * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
10110         Doc fix.
10111         (down-list, backward-up-list, up-list, kill-sexp)
10112         (backward-kill-sexp, mark-sexp): Make arg optional.
10113         (lisp-complete-symbol): Add optional arg PREDICATE.
10115         * cus-start.el: Add display-buffer-reuse-frames,
10116         file-coding-system-alist.
10118 2000-08-20  Gerd Moellmann  <gerd@gnu.org>
10120         * startup.el (command-line): Clear realized faces after
10121         modifying TTY color mappings.
10123 2000-08-20  Miles Bader  <miles@gnu.org>
10125         * faces.el (face-attr-match-p): Don't return true if ATTRS are
10126         merely a subset of FACE's attributes.
10128 2000-08-19  Miles Bader  <miles@gnu.org>
10130         * comint.el (comint-output-filter): Save the point with a marker,
10131         not just a buffer position.
10133         * international/mule.el (set-buffer-process-coding-system): Make
10134         interactive prompt less confusing.
10136 2000-08-19  Gerd Moellmann  <gerd@gnu.org>
10138         * hilit-chg.el: General cleanup of doc strings, comments and
10139         code formatting.
10141 2000-08-19  Miles Bader  <miles@gnu.org>
10143         * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
10144         Compiler macro removed; beginning-of-line is no longer always
10145         equivalent to forward-line, in the presence of fields.
10147         * comint.el (comint-output-filter): Remove ad-hoc saving of
10148         restriction, and just use save-restriction, now that it works
10149         correctly.  Don't adjust comint-last-input-start to account for
10150         our insertion; it shouldn't have moved because we don't use
10151         insert-before-markers anymore.  Comment out call to
10152         `force-mode-line-update'; why is it here?
10154         * gud.el (gud-basic-call): Temporarily widen gud comint buffer
10155         while checking for prompt to delete.  Use `forward-line 0'
10156         instead of beginning-of-line.
10157         (gud-filter): Temporarily widen gud comint buffer while
10158         examining output.
10160 2000-08-18  Stefan Monnier  <monnier@cs.yale.edu>
10162         * progmodes/sh-script.el: Big bag of typos.
10164         * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
10165         check since ispell-process is not bound when ispell is not yet loaded.
10167 2000-08-18  Dave Love  <fx@gnu.org>
10169         * image.el (find-image): Copy `spec' before using plist-put.
10171 2000-08-18  Gerd Moellmann  <gerd@gnu.org>
10173         * textmodes/ispell.el (ispell-dictionary-alist-6): Add
10174         `portugues'.
10176         * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
10177         backward-kill-sexp, analogous to kill-sexp.
10179         * progmodes/icon.el (icon-indent-line)
10180         (icon-is-continuation-line): Handle comments specially.
10182 2000-08-17  Ken Stevens <k.stevens@ieee.org>
10184         * ispell.el: Set to standard author/maintainer/keyword fields.
10185         Fine tuning to menu map appearance and operation, and added help.
10186         Remove `start' and `end' error messages when compiling.
10187         (ispell-choices-win-default-height): Fixed comment string.
10188         (ispell-dictionary-alist-1): Fixed regexp in castellano and
10189         castellano8 dictionaries.
10190         (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
10191         (ispell-dictionary-alist-4): Fixed regexp in francais-tex
10192         dictionary, added italiano dictionary.
10193         (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
10194         word character
10195         (ispell-tex-skip-alists): Added psfig support.
10196         (ispell-skip-html): Renamed from ispell-skip-sgml.
10197         (ispell-begin-skip-region-regexp, ispell-skip-region)
10198         (ispell-minor-check): Improved html skipping support to skip across
10199         code, and recognize `&' commands without propper `;' syntax;
10200         (ispell-process-line): Fix alignment error when manually
10201         correcting spelling.
10202         (ispell): Fix comment string.
10203         (ispell-add-per-file-word-list): Always put word list on new line.
10205 2000-08-17  Gerd Moellmann  <gerd@gnu.org>
10207         * format.el (format-encode-run-method): Fix error message to say
10208         `encode' instead of `decode'.  Use save-window-excursion around
10209         shell-command-on-region as in format-decode-run-method because
10210         shell-command-on-region can display a buffer with error output.
10211         (format-decode): Don't record undo information for the decoding.
10212         (format-annotate-function): Add parameter FORMAT-COUNT.  Make
10213         that number part of the temporary buffer name so that more than
10214         one decoding using a temporary buffer can happen safely.
10216         * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
10217         of `A-z' in the regexp.
10219         * hilit-chg.el: Fix typos in commentary.
10221         * help.el (view-emacs-news): Rewritten for new naming scheme
10222         for old NEWS files.
10224         * startup.el (command-line): Pop to *Messages* in case an error
10225         is signaled while loading user-init-file.
10227 2000-08-17  Andreas Schwab  <schwab@suse.de>
10229         * files.el (insert-directory): Don't lose original file name,
10230         undoing an undocumented change.
10232 2000-08-17  Alex Schroeder  <alex@gnu.org>
10234         * sql.el (sql-magic-go): Use comint-bol.
10235         (sql-copy-column): Use comint-line-beginning-position.
10236         (comint-line-beginning-position): Define a replacement for
10237         comint-line-beginning-position if it is not fboundp.
10239 2000-08-17  Alex Schroeder  <alex@gnu.org>
10241         * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
10242         it didn't have any effect anyway.
10244 2000-08-17  Alex Schroeder  <alex@gnu.org>
10246         * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
10247         --pset and pager=off instead of sending \\o|cat at the beginning
10248         of the session.
10250 2000-08-17  Miles Bader  <miles@gnu.org>
10252         * progmodes/octave-inf.el: Add compatibility definition of
10253         comint-line-beginning-position.
10255 2000-08-17  Kenichi Handa  <handa@etl.go.jp>
10257         * startup.el (normal-top-level): Look in each dir in load-path for
10258         a leim-list.el file too.  This assures of loading leim-list.el
10259         that is created at Emacs installation time even if a user have his
10260         own leim-list.el.
10262 2000-08-17  Miles Bader  <miles@gnu.org>
10264         * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
10265         foreground color to black if the background is dark.
10267 2000-08-16  Stefan Monnier  <monnier@cs.yale.edu>
10269         * loadhist.el (unload-feature): Typo.
10271         * finder.el (finder-compile-keywords):
10272         * cus-dep.el (custom-make-dependencies): Add local-variable settings
10273         to the generated file.
10275         * mail/mh-e.el (mh-make-local-vars):
10276         Replace make-variable-buffer-local with make-local-variable.
10278         * play/landmark.el:
10279         * options.el (Edit-options-{set,toggle,t,nil}):
10280         * mail/mailabbrev.el (mail-abbrevs-mode):
10281         * textmodes/tex-mode.el (tex-expand-files):
10282         * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
10284         * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
10286         * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
10287         (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
10288         Allow going past the last element.
10289         * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
10290         (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
10291         (cvs-mouse-toggle-mark): Don't move point.
10292         (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
10294         * progmodes/compile.el (grep): Provide a default set of files.
10295         (next-error): Docstring fix.
10296         (compilation-find-file): Avoid find-file (fails in a dedicated window).
10298         * emacs-lisp/easy-mmode.el (define-minor-mode):
10299         Use `symbol-value' to keep the byte-compiler quiet.
10301         * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
10302         (diff-find-source-location): New fun, extracted from diff-goto-source.
10303         (diff-goto-source): Use it.
10304         (diff-next-complex-hunk, diff-filter-lines): New function.
10305         (diff-apply-hunk): New command.
10307         * smerge-mode.el (smerge-mode-menu): Doc fix.
10309         * msb.el (msb-mode): Define it in terms of define-minor-mode.
10311 2000-08-16  Dave Love  <fx@gnu.org>
10313         * windmove.el (windmove) <defgroup>: Add :version.
10315         * net/goto-addr.el: Don't require browse-url.  Require thingatpt.
10316         (goto-address-fontify-p, goto-address-highlight-p)
10317         (goto-address-url-face, goto-address-url-mouse-face)
10318         (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
10319         (goto-address-url-regexp): Use thing-at-point-url-regexp.
10320         (goto-address-fontify, goto-address-at-mouse): Simplify,
10321         (goto-address-at-point): browse-url-url-at-point,
10322         goto-address-find-address-at-point can return nil.
10323         (goto-address-find-address-at-point): Return nil on failure.
10325         * align.el (align) <defgroup>: Add :version.
10327         * calculator.el (calculator): Add :version.
10328         (calculator): Use two lines for calculator window if `modeline'
10329         face is boxed.
10331         * play/5x5.el: Doc fixes.
10332         (5x5) <defgroup>: Add :version.
10334         * play/fortune.el (fortune) <defgroup>: Add :version.
10335         (fortune-append): Fix error message.
10336         (fortune-from-region): Doc fix.
10338         * play/pong.el (pong): Doc fix.
10340         * play/morse.el: Keywords, commentary, autoloads.
10342 2000-08-16  Eli Zaretskii  <eliz@is.elta.co.il>
10344         * desktop.el (desktop-save): Don't look at symbol-value of a
10345         member of minor-mode-alist, unless it is boundp.
10347 2000-08-16  Sam Steingold  <sds@gnu.org>
10349         * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10350         `while'; use `with-current-buffer' instead of `save-excursion'.
10351         Removed unnecessary kludges now that "*Buffer List*" is excluded.
10353 2000-08-16  Kenichi Handa  <handa@etl.go.jp>
10355         * international/ccl.el (declare-ccl-program): Docstring modified.
10356         (ccl-execute-with-args): Likewise.
10358 2000-08-16  Miles Bader  <miles@gnu.org>
10360         * progmodes/sql.el: Add compatibility definition of
10361         comint-line-beginning-position.
10363 2000-08-15  Gerd Moellmann  <gerd@gnu.org>
10365         * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
10366         'buffer-menu' property.
10367         (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
10368         fails.
10369         (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
10370         buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
10371         wasn't killed.
10373         * buff-menu.el (list-buffers-noselect): Don't display the
10374         *Buffer List* buffer.
10376         * font-lock.el: Require jit-lock to prevent a very late
10377         `Loading jit-lock' message.
10379         * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10380         * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
10381         mail address.
10383 2000-08-15  Miles Bader  <miles@gnu.org>
10385         * textmodes/ispell.el (ispell-graphic-p): New constant.
10386         (ispell-choices-win-default-height, ispell-help): Use
10387         `ispell-graphic-p' instead of `xemacsp'.
10389 2000-08-15  Dave Love  <fx@gnu.org>
10391         * simple.el: Autoload widget-convert when compiling.
10392         (mail-user-agent): Doc fix.
10394         * help.el (function-called-at-point, variable-at-point): Use
10395         with-syntax-table.
10396         (help-manyarg-func-alist): Add insert-and-inherit.
10398         * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
10400         * delsel.el (delsel-unload-hook): New function.
10402         * find-file.el: Doc fixes.  Move provide to end.
10403         (ff) <defgroup>: Add :link.
10404         (ff-goto-click): Deleted.
10405         (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
10406         Use mouse-set-point.
10408         * textmodes/tildify.el: Doc fixes.
10409         (tildify) <defgroup>: Add:version.
10411         * progmodes/glasses.el (glasses) <defgroup>: Add :version.
10412         (glasses-custom-set): Use set-default, not set.
10413         (minor-mode-alist): Propertize the lighter.
10414         (glasses-mode): Provide optional arg.
10416         * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
10417         (global-cwarn-mode): Don't make it a user option.  Unquote lambda.
10418         (cwarn-font-lock-feature-keywords-alist): Don't make it a user
10419         option.  Provide :type.
10420         (cwarn-configuration): Provide :type.
10421         (cwarn-mode): Doc fix.
10423         * add-log.el (change-log-merge): Doc fix.
10424         (change-log-redate): New command.
10426         * net/browse-url.el (browse-url-filename-alist): Add a clause for
10427         Doze and Dog.
10428         (browse-url): Use dolist, not mapcar.
10429         (browse-url-at-point): Check for null url.
10430         (browse-url-event-buffer, browse-url-event-point): Functions
10431         deleted.
10432         (browse-url-at-mouse, browse-url-netscape): Simplify.
10434         * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
10435         modes.
10436         (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
10437         Fix previous change to mapcan.
10438         (msb--init-file-alist, msb--add-separators)
10439         (msb--make-keymap-menu): Simplify.
10440         (msb--choose-file-menu): Use copy-sequence.
10441         (msb-mode-map): Add title to keymap.
10442         (msb-unload-hook): New function.
10444         * bs.el: Fix indentation.
10445         (bs) <defgroup>: Add :links.
10446         (bs-show): Doc fix.
10447         (bs-apply-sort-faces): Don't use window-system.
10448         (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
10450 2000-08-15  Eli Zaretskii  <eliz@is.elta.co.il>
10452         * calendar/timeclock.el (timeclock-file): Run .timelog through
10453         convert-standard-filename.
10455 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
10457         * emacs-lisp/authors.el: New file.
10459         * paren.el (show-paren-priority): New user option.
10460         (show-paren-function): Set overlay priorities to
10461         show-paren-priority.
10463 2000-08-14  Miles Bader  <miles@gnu.org>
10465         * comint.el (comint-bol): Use `forward-line 0' instead of calling
10466         beginning-of-line with inhibit-field-text-motion bound.
10468 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
10470         * calendar/timeclock.el: New file.
10472 2000-08-14  David Ponce  <david@dponce.com>
10474         * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
10475         `widget-button-click'. so that one can use left mouse button to
10476         click on dialog buttons.
10478 2000-08-14  Emmanuel Briot  <briot@gnat.com>
10480         * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
10481         identifiers, since XML is case sensitive
10483 2000-08-12  Miles Bader  <miles@gnu.org>
10485         * comint.el (comint-output-filter): Don't bother frobbing
10486         window-start, it doesn't seem to be necessary.
10488         * comint.el (comint-send-string, comint-send-region): Make into
10489         real functions.  Snapshot the prompt before sending.
10491 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
10493         * info.el (Info-find-emacs-command-nodes): Rewrite to use
10494         technique similar to Info-index, instead of relying on specific
10495         names of relevant Index nodes.
10496         (Info-goto-emacs-command-node): Bind Info-history to nil when
10497         going to the first node found by Info-find-emacs-command-nodes.
10499 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
10501         * menu-bar.el (menu-bar-help-menu): Add a :help string.
10503 2000-08-10  Miles Bader  <miles@gnu.org>
10505         * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
10507 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
10509         * info.el (Info-file-list-for-emacs): More elements for the
10510         autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
10511         and woman manuals.
10513 2000-08-10  Miles Bader  <miles@lsi.nec.co.jp>
10515         * comint.el (comint-send-input): Make the newline boundary overlay
10516         rear-nonsticky.  Use `insert' instead of `insert-before-markers'.
10517         (comint-output-filter): Use `insert' instead of
10518         `insert-before-markers'.  Extend comint-last-output-overlay when
10519         necessary since we can't rely on insert-before-markers to do it.
10520         * gud.el (gud-filter): Use `with-current-buffer' instead of
10521         save-excursion when inserting the output, so that point gets
10522         updated correctly; the old method relied on a rather dodgy
10523         side-effect of comint-output-filter to avoid the effect of
10524         save-excursion.
10526 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
10528         * files.el (recover-file): Call insert-directory instead of
10529         invoking `ls' directly.
10531 2000-08-10  Miles Bader  <miles@gnu.org>
10533         * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
10534         (comint-last-prompt-overlay): New variables.
10535         (comint-output-filter): Implement prompt highlighting.
10536         (comint-snapshot-last-prompt): New function.
10537         (comint-send-input): Snapshot the last prompt.
10538         Use comint-highlight-input-face.
10539         (comint-highlight-input-face): Renamed from `comint-highlight-face'.
10540         Use defface instead of defcustom.
10541         (send-invisible, comint-send-eof): Snapshot the last prompt.
10542         (comint-delchar-or-maybe-eof): Use comint-send-eof.
10543         (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
10545 2000-08-09  Stefan Monnier  <monnier@cs.yale.edu>
10547         * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
10548         (regexp-opt-group): Use a list of chars for `letters'.
10549         (regexp-opt-charset): `chars' is now a list of chars.
10550         Use a char-table rather than a vector so it works for multibyte chars.
10552         * pcvs.el (cvs-menu): Don't move point.  Use popup-menu.
10553         Set cvs-minor-current-files to the selected fileinfo.
10554         (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
10555         (cvs-mode-insert): Manually macroexpand `ignore-errors'.
10557 2000-08-09  Eli Zaretskii  <eliz@is.elta.co.il>
10559         * files.el (insert-directory): Don't call access-file on
10560         directories on DOS and Windows.
10562 2000-08-09  Kenichi Handa  <handa@etl.go.jp>
10564         * international/ccl.el (ccl-embed-data): Make ccl-program-vector
10565         longer if necessary.
10566         (ccl-embed-code): Call ccl-embed-data to store CODE in
10567         ccl-program-vector.
10569 2000-08-09  Miles Bader  <miles@gnu.org>
10571         * comint.el (comint-output-filter): Properly handle the case where
10572         the text surrounded by comint-last-output-overlay was deleted.
10574 2000-08-08  Gerd Moellmann  <gerd@gnu.org>
10576         * info.el (Info-insert-dir): Use Info-additional-directory-list if
10577         non-nil.
10578         (Info-file-list-for-emacs): Remove "info" from the list because
10579         that leads to trying to use the documentation from file `info'
10580         in various situations where it isn't appropriate, for instance
10581         C-h C-k C-h i.
10583         * ffap.el (ffap-read-file-or-url-internal): Handle case that
10584         DIR and/or STRING are nil.
10586         * progmodes/compile.el (compilation-setup): Make variable
10587         compilation-error-screen-columns buffer-local, as some comment
10588         in the code suggests it should be.
10590         * files.el (auto-mode-interpreter-regexp): New variable.
10591         (set-auto-mode): Use it.
10593         * indent.el (indent-for-tab-command): Doc fix.
10595         * mouse-sel.el (mouse-sel-mode): Doc fix.
10597         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
10598         labels.
10600         * help.el (print-help-return-message): When
10601         display-buffer-reuse-frames is set, let the help window been quit,
10602         instead of deleting it, which might delete a reused frame.
10604 2000-08-08  Eli Zaretskii  <eliz@is.elta.co.il>
10606         * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
10607         rename a directory to a name that differs only by its letter case.
10609 2000-08-08  Kenichi Handa  <handa@etl.go.jp>
10611         * international/quail.el (quail-define-rules): Handle Quail decode
10612         map correctly.  Add code for supporting annotations.
10613         (quail-install-decode-map): New function.
10614         (quail-defrule-internal): New optional arguments decode-map and
10615         props.
10616         (quail-advice): New function.
10618 2000-08-07  Sam Steingold  <sds@gnu.org>
10620         * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
10621         `defconst', `define-condition', `with-slots'.
10622         * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
10624 2000-08-03  Miles Bader  <miles@gnu.org>
10626         * comint.el (comint-use-prompt-regexp-instead-of-fields):
10627         New variable.
10628         (comint-prompt-regexp, comint-get-old-input): Document dependence on
10629         comint-use-prompt-regexp-instead-of-fields.
10630         (comint-send-input): Add `input' field property to stuff we send to
10631         the process, if comint-use-prompt-regexp-instead-of-fields is nil.
10632         (comint-output-filter): Add `output' field property to process
10633         output, if comint-use-prompt-regexp-instead-of-fields is nil.
10634         (comint-replace-by-expanded-history)
10635         (comint-get-old-input-default, comint-show-output)
10636         (comint-backward-matching-input, comint-forward-matching-input)
10637         (comint-next-prompt, comint-previous-prompt):  Use field
10638         properties if comint-use-prompt-regexp-instead-of-fields is nil.
10639         (comint-line-beginning-position): New function.
10640         (comint-bol): Use comint-line-beginning-position.  Make ARG optional.
10641         (comint-replace-by-expanded-history-before-point): Use
10642         comint-line-beginning-position and line-end-position.
10643         (comint-last-output-overlay): New variable.
10644         (comint-mode): Make `comint-last-output-overlay' buffer-local.
10646         * shell.el (shell-prompt-pattern): Doc change.
10647         (shell-backward-command): Use line-beginning-position.
10649         * gud.el (gud-gdb-complete-command): Use
10650         comint-line-beginning-position.
10652         * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
10653         comint-bol doesn't actually go to the beginning of the line.
10655         * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
10656         if comint-use-prompt-regexp-instead-of-fields is non-nil.
10657         (try-expand-line-all-buffers): Likewise.
10659         * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
10660         explicitly matching comint-prompt-regexp.
10661         (sql-copy-column): Use comint-line-beginning-position instead of
10662         explicitly matching comint-prompt-regexp.
10664         * progmodes/octave-inf.el (inferior-octave-complete): Use
10665         comint-line-beginning-position.
10667         * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
10669         * progmodes/idlw-shell.el (idlwave-shell-send-command): When
10670         looking for a prompt, use `forward-line 0' instead of
10671         `beginning-of-line', to avoid getting caught by an input field.
10673 2000-08-07  Gerd Moellmann  <gerd@gnu.org>
10675         * files.el (shell-quote-wildcard-pattern): Make sure to return
10676         PATTERN, in the Unix case.
10678 2000-08-07  Eli Zaretskii  <eliz@is.elta.co.il>
10680         * play/zone.el (zone): Discard any pending input before running
10681         the randomly-chosen pgm.
10683 2000-08-07  Kenichi Handa  <handa@etl.go.jp>
10685         * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
10686         checking the existence of any multibyte characters.
10688 2000-08-06  Gerd Moellmann  <gerd@gnu.org>
10690         * help.el (describe-mode): Test minor-mode symbol for being
10691         bound before testing its value for being nil.
10693         * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
10694         `first', `second', and `third'.
10696         * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
10697         (second): Make it an alias for `cadr'.
10699 2000-08-06  Eli Zaretskii  <eliz@is.elta.co.il>
10701         * bs.el (bs-apply-sort-faces): Don't use window-system, since all
10702         types of display support faces now.
10704 2000-08-05  Gerd Moellmann  <gerd@gnu.org>
10706         * pcvs.el (require): Require `cl' during compilation, only.
10708         * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
10709         (toplevel): Remove `remq' and `remove' from autoloads.
10710         (cl-fake-autoloads): New variable.  If set, arrange for an error
10711         when CL functions etc. are autoloaded.
10713 2000-08-04  Eli Zaretskii  <eliz@is.elta.co.il>
10715         * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
10717         * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
10718         popped up, but the user clicks outside the menu, return an empty
10719         regexp (that causes unhighlight-regexp to have no effect).
10721         * menu-bar.el (menu-bar-games-menu): Add Zone.
10723         * hi-lock.el (toplevel): Require font-lock.
10725 2000-08-03  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10727         * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
10728         (ebnf-8-bit-chars): New var for bug fix.
10729         (ebnf-string): Bug fix.
10731 2000-08-03  Sam Steingold  <sds@gnu.org>
10733         * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
10734         instead of `buffer-string'.
10735         (require 'cl): Always, not just when compiling.
10736         `ignore-errors' in `interactive', `list*', `defun*' &c make this
10737         necessary.
10739 2000-08-03  Eli Zaretskii  <eliz@is.elta.co.il>
10741         * international/mule-cmds.el (select-safe-coding-system): Make
10742         the message text about selecting a safe coding system more clear.
10744 2000-08-02  Gerd Moellmann  <gerd@gnu.org>
10746         * hi-lock.el: New file.
10748         * play/zone.el: New file.
10750         * replace.el (occur): Set tab-width in the *Occur* buffer to the
10751         value of tab-width in the original buffer.  Choose a line number
10752         format that's a multiple of the original buffer's tab width, so
10753         that lines appear right.
10755         * textmodes/ispell.el (ispell): New function, replacing an alias.
10756         Spell-check active region if in transient-mark-mode and mark
10757         is active; otherwise spell-check buffer.
10759 2000-08-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10761         * ps-mule.el: Fix a customization problem on
10762         ps-mule-font-info-database-default.
10764 2000-08-02  Eli Zaretskii  <eliz@is.elta.co.il>
10766         * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
10767         display-mouse-p instead of window-system.
10768         (ebrowse-member-mode-map): Ditto.
10770 2000-08-01  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10772         * progmodes/ebnf2ps.el: Update ps-print functions call.
10773         Indentation fix.  Doc fix.
10774         (ebnf-version): New version number (3.2).
10775         (ebnf-format-color, ebnf-begin-job): Code fix.
10777 2000-08-01  Eli Zaretskii  <eliz@is.elta.co.il>
10779         * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
10780         font lock support on window-system.
10781         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
10783         * textmodes/ispell.el (ispell-highlight-spelling-error): Use
10784         display-color-p, if fboundp, instead of window-system.
10786 2000-07-31  Eli Zaretskii  <eliz@is.elta.co.il>
10788         * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
10789         instead of window-system.
10791         * wid-edit.el (widget-choose): Use display-mouse-p instead of
10792         window-system.
10793         (widget-choice-mouse-down-action): Use display-popup-menus-p
10794         instead of window-system.
10796         * strokes.el (strokes-file): Run the file name through
10797         convert-standard-filename.
10798         (strokes-mode): Call display-mouse-p instead of looking at
10799         window-system.  Change the error message accordingly.
10801         * progmodes/cpp.el (toplevel): Support faces on tty's.
10803         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
10804         (lm-plot-square, lm-init-display): Don't use window-system.
10806         * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
10807         (gomoku-plot-square, gomoku-init-display): Don't use window-system.
10809         * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
10810         instead of looking at window-system.
10812 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
10814         * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
10815         of testing if iswitchb-prepost-hooks is bound, because the
10816         latter will always be true when invoking a recursive minibuffer
10817         from an active Iswitchb buffer.
10819 2000-07-30  Eli Zaretskii  <eliz@is.elta.co.il>
10821         * files.el (shell-quote-wildcard-pattern): New function.
10822         (insert-directory): Call it.  Only prepend "\" to command on Unix
10823         and GNU/Linux systems.
10825 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
10827         * eshell/esh-groups.el: Change custom :link file names
10828         from `eshell.info' to `eshell'.
10830 2000-07-30  Francis Wright  <fjw@maths.qmw.ac.uk>
10832         * dired.el (dired-build-subdir-alist): Expand subdirectory names
10833         correctly in recursive ange-ftp listings.
10835 2000-07-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10837         * ps-print.el: Fix bug 1: if ps-font-size-internal,
10838         ps-header-font-size-internal and
10839         ps-header-title-font-size-internal variables are not set,
10840         ps-nb-pages and ps-line-lengths-internal crashes.  Fix bug 2: if
10841         face text property is (foreground-color . COLOR) or
10842         `(background-color . COLOR)', ps-print crashes.  Doc fix.
10843         (ps-print-version): New version number (5.2.4).
10844         (ps-plot-region): Code fix.
10845         (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
10846         (ps-face-attribute-list, ps-face-attributes, ps-face-background):
10847         Bug fix 2.
10849 2000-07-30  Milan Zamazal  <pdm@freesoft.cz>
10851         * glasses.el (glasses-make-readable): Fix uncapitalization of
10852         identifiers like `myXMLDocument'.
10854 2000-07-28  Karl Fogel  <kfogel@red-bean.com>
10856         * mail/mail-hist.el (mail-hist-previous-input)
10857         (mail-hist-next-input): Do the obvious code factorization.
10858         (mail-hist-retrieve-and-insert): New func, contains common
10859         code of above two.
10860         If inserting a message body, leave point at top.
10862 2000-07-28  Sam Steingold  <sds@gnu.org>
10864         * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
10865         Use `<=', not `<' to compare times!
10866         (ange-ftp-ls): Remove.
10868 2000-07-27  Gerd Moellmann  <gerd@gnu.org>
10870         * play/cookie1.el: Add explanation of how to make cookie.el
10871         compatible with strfile(1) to comment.
10873         * subr.el (remove, remq): New functions.
10875         * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
10876         escape `*' in regexps.
10877         (midnight-find): Reverse order of arguments in the funcall of
10878         TEST.
10880         * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
10881         and `.class'.
10883         * play/meese.el: Add Commentary section.
10885 2000-07-27  Alex Schroeder  <alex@gnu.org>
10887         * sql.el (sql-ms): Added autoload cookie.
10888         (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
10889         (sql-oracle): Ditto.
10890         (sql-help): Doc change.
10892         (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
10893         types and exceptions.
10895 2000-07-27  Alex Schroeder  <alex@gnu.org>
10897         * sql.el (sql-placeholder-history): New variable.
10898         (sql-query-placeholders-and-send): New function that will query
10899         the user and replace placeholders with user input.
10900         (sql-oracle): If running on NT, set comint-input-sender to
10901         sql-query-placeholders-and-send.
10903         (sql-stop): If in the SQLi buffer, insert stop notification, else
10904         present it as a message.
10906 2000-07-27  Alex Schroeder  <alex@gnu.org>
10908         * sql.el (sql-input-ring-separator): Doc change.
10909         (sql-input-ring-file-name): Doc change.
10910         (sql-interactive-mode): Use `sql-input-ring-separator' and
10911         `sql-input-ring-file-name' to set the comint-mode equivalents
10912         without making them local variables.
10913         (sql-stop): Don't bind `sql-input-ring-separator' and
10914         `sql-input-ring-file-name' dynamically to their comint-mode
10915         equivalents.
10917 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
10919         * international/mule.el (register-char-codings): New function.
10920         (make-coding-system): Handle `safe-chars' specification in the arg
10921         PROPERTY.
10923         * international/mule-cmds.el
10924         (find-coding-systems-region-subset-p): This function deleted.
10925         (sort-coding-systems-predicate): New variable.
10926         (sort-coding-systems): New function.
10927         (find-coding-systems-region): Use
10928         find-coding-systems-region-internal.
10929         (find-coding-systems-string): Use find-coding-systems-region.
10930         (find-coding-systems-for-charsets): Check
10931         char-coding-system-table.
10932         (select-safe-coding-system-accept-default-p): New variable.
10933         (select-safe-coding-system): Mostly rewritten.  New argument
10934         ACCEPT-DEFAULT-P.
10935         (select-message-coding-system): Call select-safe-coding-system
10936         with ACCEPT-DEFAULT-P arg.
10937         (reset-language-environment): Reset default-sendmail-coding-system
10938         to the default value iso-latin-1.
10939         (set-language-environment): Don't set the obsolete variable
10940         charset-origin-alist.
10942         * international/codepage.el (cp-coding-system-for-codepage-1):
10943         Give `safe-chars' property to make-coding-system.
10945         * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
10946         calling select-message-coding-system twice.
10948         * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
10949         instead of `safe-charsets'.
10950         (cyrillic-alternativnyj): Likewise.
10951         (ccl-encode-alternativnyj): Don't check the charset
10952         cyrillic-iso8859-5.
10954 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
10956         * composite.el (compose-chars-after): Preserve match data.
10958 2000-07-26  Sam Steingold  <sds@gnu.org>
10960         * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
10961         (ange-ftp-real-file-newer-than-file-p): New function.
10962         (ange-ftp-verify-visited-file-modtime): Use `float-time'.
10963         (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
10965         * tooltip.el (tooltip-float-time): Removed (use `float-time').
10966         * midnight.el (midnight-float-time): Ditto.
10968 2000-07-26  Andreas Schwab  <schwab@suse.de>
10970         * files.el (normal-backup-enable-predicate): Correct
10971         interpretation of the return value of compare-strings.
10973 2000-07-26  Gerd Moellmann  <gerd@gnu.org>
10975         * isearch.el (isearch-resume): New function.
10976         (isearch-done): Add something to command-history to resume
10977         the search.
10978         (isearch-yank-line, isearch-yank-word): Use
10979         buffer-substring-no-properties instead of buffer-substring.
10981         * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
10982         of flyspell-mouse-map.
10984         * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
10985         duplicate definition.
10986         (makefile-mode): Remove duplicate setting of local-abbrev-table.
10988         * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
10989         (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
10991 2000-07-25  Sam Steingold  <sds@gnu.org>
10993         * net/ange-ftp.el: Get modtime over the net.
10994         (ange-ftp-file-modtime): New function.
10995         (ange-ftp-write-region, ange-ftp-insert-file-contents)
10996         (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
10997         Use it.
10998         (ange-ftp-dot-to-slash): New function.
10999         (ange-ftp-fix-name-for-vms): Use it.
11001         * midnight.el (midnight-buffer-display-time): Use
11002         `with-current-buffer'.
11004 2000-07-25  Gerd Moellmann  <gerd@gnu.org>
11006         * find-dired.el: Update copyright notice.
11007         (find-dired): Offer to kill a running `find'.
11009         * enriched.el (enriched-face-ans): For a `foreground-color'
11010         property, return '(("x-color" COLOR))' so that COLOR will be
11011         output as a parameter of the x-color annotation.  Likewise for the
11012         `background-color' property.  In the case of normal face
11013         properties, don't return annotations for unspecified foreground
11014         and background face attributes.
11016 2000-07-25  Kenichi Handa  <handa@etl.go.jp>
11018         * language/japan-util.el (japanese-katakana-region): Fix handling
11019         HANKAKU argument.
11021 2000-07-25  Miles Bader  <miles@gnu.org>
11023         * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
11024         constrain-to-field.  Pass nil ESCAPE-FROM-EDGE argument to
11025         constrain-to-field.
11027 2000-07-24  Andrew Innes  <andrewi@gnu.org>
11029         * timer.el (timer-activate-when-idle): Add optional parameter
11030         DONT-WAIT.  Update docstring.
11031         (run-with-idle-timer): Specify extra parameter to
11032         timer-activate-when-idle, so that timer will be activated
11033         immediately if Emacs is already idle.
11035         * w32-fns.el (w32-using-nt): Fix docstring.
11037 2000-07-24  Dave Love  <fx@gnu.org>
11039         * mouse.el (popup-menu): Set last-command-event.
11040         (mouse-major-mode-menu-prefix): Declare.
11042 2000-07-24  Gerd Moellmann  <gerd@gnu.org>
11044         * textmodes/flyspell.el: Update to author's version 1.5d.
11046         * progmodes/hideshow.el: Update copyright notice.
11048         * vcursor.el: Set maintainer to FSF, since author cannot
11049         be reached.
11051 2000-07-24  Eli Zaretskii  <eliz@is.elta.co.il>
11053         * info.el (Info-goto-emacs-key-command-node): Leave a space after
11054         the prompt.
11056         * mouse.el (popup-menu): Run the keymap through indirect-function,
11057         in case it was defined with define-prefix-key.  If the menu is a
11058         list of keymaps, look up the binding of user's choice in each one
11059         of the keymaps.
11060         (mouse-popup-menubar): If the global and local menu-bar keymaps
11061         don't have a prompt string, create one and insert it into the
11062         keymap.  Don't barf if current-local-map returns nil.
11064 2000-07-24  Francis Wright  <fjw@maths.qmw.ac.uk>
11066         * dired.el (dired-sort-R-check): Added to allow recursive listing
11067         to be undone.
11068         (dired-sort-other): Use it.
11070 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11072         * Release of cc-mode 5.27
11074 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11076         * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
11077         c-beginning-of-statement-1 that caused a bad case of recursion
11078         which could consume a lot of CPU in large classes in languages
11079         that have in-expression classes (i.e. Java and Pike).
11081         * cc-engine.el (c-guess-basic-syntax): Check for in-expression
11082         statements before top level constructs (i.e. case 6 is moved
11083         before case 5 and is now case 4) to catch in-expression
11084         classes in top level expressions correctly.
11086 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11088         * cc-engine.el (c-guess-basic-syntax): Less naive handling of
11089         objc-method-intro. Case 4 removed and case 5I added.
11091         * cc-langs.el (c-append-paragraph-start): New variable used by
11092         c-common-init to get paragraph-start correct.
11093         * cc-langs.el (c-common-init): Use c-append-paragraph-start to
11094         initialize paragraph-start to make it correct both with and
11095         without the javadoc special case.
11097         * cc-mode.el (java-mode): Use c-append-paragraph-start to
11098         initialize paragraph-start for javadoc markup.
11100         * cc-vars.el (c-style-variables-are-local-p): Incompatible
11101         change by defaulting this to t.  It's motivated by the
11102         confusing behavior that otherwise arise from the style system
11103         when editing both java and non-java files at the same time
11104         (see the comments about style setting in c-common-init).
11106 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11108         * cc-cmds.el (c-indent-new-comment-line): Added a kludge
11109         similar to the one in c-fill-paragraph to check the fill
11110         prefix from the adaptive fill function for sanity.
11112 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11114         * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
11115         defun block.
11117 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11119         * cc-align.el (c-lineup-multi-inher): Handle lines with
11120         leading comma nicely. Extended to handle member initializers
11121         too.
11123         * cc-engine.el: (c-beginning-of-inheritance-list,
11124         c-guess-basic-syntax): Fixed recognition of inheritance lists
11125         when the lines begins with a comma.
11127         * cc-vars.el (c-offsets-alist): Changed default for
11128         member-init-cont to c-lineup-multi-inher since it now handles
11129         member initializers and indents better for leading commas.
11131 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11133         * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
11134         handling that caused class open lines to be recognized as
11135         statement-conts in some cases.
11137         * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
11138         guessed by the adaptive fill function unless point is on the
11139         first line of a block comment.
11141         * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
11142         when the buffer ends with a macro continuation char.
11144         * cc-engine.el (c-guess-basic-syntax): Added support for
11145         function definitions as statements in Pike.  The first
11146         statement in a lambda block is now labeled defun-block-intro
11147         instead of statement-block-intro.
11149         * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
11150         so that the class surrounding point is selected, not the one
11151         innermost in the state.
11153         * cc-engine.el (c-guess-basic-syntax): Fixed bug in
11154         recognition of switch labels having hanging multiline
11155         statements.
11157         * cc-engine.el (c-beginning-of-member-init-list): Broke out
11158         some code in c-guess-basic-syntax to a separate function.
11159         * cc-engine.el (c-just-after-func-arglist-p): Fixed
11160         recognition of member inits with multiple line arglists.
11161         * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
11162         member-init-cont when the commas are in funny places.
11164 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11166         * cc-defs.el (c-auto-newline): Removed this macro since it's
11167         not used anymore.
11169         * cc-engine.el (c-looking-at-bos): New helper function.
11170         * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
11171         inexpr and toplevel classes apart in Pike.
11173         * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
11174         of case 9A.
11176         * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
11177         constant, since "class" can introduce an in-expression class
11178         in Pike nowadays.
11180 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11182         * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
11183         indentation on cpp-macro lines.
11185         * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
11186         a syntax modifier like comment-intro, to make it possible to
11187         get syntactic indentation for preprocessor directives.  It's
11188         incompatible wrt to lineup functions on cpp-macro, but it has
11189         no observable effect in the 99.9% common case where cpp-macro
11190         is set to -1000.
11192 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11194         * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
11195         member-init-cont when the preceding arglist is several lines.
11197 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11199         * cc-styles.el (c-style-alist): The basic offset for the BSD
11200         style corrected to 8.
11202 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11204         * cc-styles.el (c-style-alist): Adjusted the indentation of
11205         brace list openers in the gnu style.
11207 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11209         * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
11211         * cc-cmds.el (c-electric-brace, c-electric-slash,
11212         c-electric-star, c-electric-semi&comma, c-electric-colon,
11213         c-electric-lt-gt, c-electric-paren): Don't reindent old lines
11214         when c-syntactic-indentation is nil.
11216         * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
11217         we were left at comments preceding the first statement when
11218         reaching the beginning of the buffer.
11220         * cc-vars.el (c-syntactic-indentation): New variable to turn
11221         off all syntactic indentation.
11223 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11225         * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
11226         between the text and the block comment ender when it hangs,
11227         depending on how many there are before the fill.
11229 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11231         * cc-engine.el (c-beginning-of-closest-statement): New helper
11232         function to go back to the closest preceding statement start,
11233         which could be inside a conditional statement.
11234         * cc-engine.el (c-guess-basic-syntax): Use
11235         c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
11237         * cc-engine.el (c-guess-basic-syntax): Better handling of
11238         arglist-intro, arglist-cont-nonempty and arglist-close when
11239         the arglist is nested inside parens.  Cases 7A, 7C and 7F
11240         changed.
11242         * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
11243         up-to-date with javadoc 1.2.
11245 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11247         * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
11248         multiline Pike type decls.
11250 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11252         * cc-cmds.el (c-indent-new-comment-line): Always break
11253         multiline comments in multiline mode, regardless of
11254         comment-multi-line.
11256 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11258         * cc-engine.el (c-guess-basic-syntax): Fixed bug with
11259         fully::qualified::names in C++ member init lists.  Preamble in
11260         case 5D changed.
11262 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11264         * cc-langs.el (c-common-init): Handling of obsolete variables
11265         moved to c-initialize-cc-mode.  More compatible style override
11266         when using global style variables.
11267         * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
11268         variables moved here.
11270         * cc-styles.el (c-make-styles-buffer-local): Flag style
11271         variable localness in c-style-variables-are-local-p to make
11272         the compatibility measure in c-common-init work well.
11274         * cc-styles.el (c-set-style-1): c-special-indent-hook can no
11275         longer contain set-from-style.
11276         * cc-styles.el (c-initialize-builtin-style): Don't check for
11277         set-from-style on c-special-indent-hook.
11278         * cc-styles.el (c-copy-tree): Obsolete.  The standard function
11279         copy-alist is sufficient now.
11281         * cc-styles.el (c-set-style, c-set-style-1,
11282         c-get-style-variables): Fixes to variable initialization so
11283         that duplicate entries in styles have the same effect
11284         regardless of DONT-OVERRIDE.
11286         * cc-styles.el (c-set-style-2): Fixed bug where the
11287         initialization of inheriting styles failed when the
11288         dont-override flag is set.
11290         * cc-vars.el (c-special-indent-hook): Don't use set-from-style
11291         on this.
11293 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11295         * cc-defs.el (c-forward-comment): Removed the workaround
11296         introduced in 5.38 since it had worse side-effects.  If a line
11297         contains the string "//\"", it regarded the // as a comment
11298         start since the \ temporarily doesn't have escape syntax.
11300 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
11302         * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
11303         ada-xref.el before ada-prj.el, so that the Project menu is created
11304         when ada-prj tries to add to it.
11305         (ada-activate-keys-for-case): Suppress the characters that are not
11306         part of the Ada syntax. Better compatibility with else-mode
11307         (ada-adjust-case-interactive): When auto-casing is not active,
11308         correctly insert newlines (used to insert only ^M).  Prevent the
11309         syntax table from being changed in case of an error
11310         (or '_' becomes part of a word and some commands are confused).
11311         Do nothing if ada-auto-case is nil.
11312         (ada-after-keyword-p): Ignore keywords that are also attributes
11313         (ada-batch-reformat): Update usage comment
11314         (ada-call-from-contextual-menu): New function
11315         (ada-case-read-exceptions): Reinitialize the casing exception list
11316         first to nil first, so that the casing exception file can be
11317         shared.
11318         (ada-check-defun-name): Handles "configure" keyword for gnatdist
11319         files.
11320         (ada-compile-goto-error): Fix regexp used to detect a file:line
11321         anywhere in the error message
11322         (ada-contextual-menu-last-point): New variable
11323         (ada-create-keymap): If the variable delete-key-deletes-forward is
11324         t on XEmacs, it means that DEL should delete one character
11325         forward.
11326         (ada-create-menu): Use :included instead of :visible for XEmacs.
11327         New submenu "Options".
11328         (ada-end-stmt-re): Correctly indent "select ... then abort"
11329         statements.
11330         (ada-fill-comment-paragraph): Correctly delete all leading '--'
11331         even if they don't match ada-fill-comment-prefix Fix handling of
11332         paragraphs on the first or last line of a file.
11333         (ada-format-paramlist): Fix handling of default parameter values.
11334         (ada-get-body-name): New function.
11335         (ada-get-current-indent): Optimized by searchling directly for an
11336         existing generic part or a statement outside of it.  Handle
11337         ada-indent-align-comments when indenting comments Replaced some
11338         regexps by testing directly the next character. This results in a
11339         huge speedup on some files.  New indentation scheme for renames
11340         statements.  Stop looking for the 'while' or 'for' associated with
11341         a 'loop' at the first semicolon encountered.  A "return" can also
11342         match an anonymous access subprogram declaration.
11343         (ada-get-indent-noindent): Ignore strings and comments when
11344         looking for the keywords "record" and "private".
11345         (ada-goto-matching-decl-start): When matching "if", make sure we
11346         are not in fact seeing "end if".  Ignore "when" statements except
11347         when initial keyword was "begin".  Fix handling of nested
11348         procedures.  Add a recursive call to this function to skip over
11349         other 'end' statmts.  Fix indentation for "when .. => begin"
11350         (ada-in-open-paren-p): Fix indentation for complex boolean
11351         expressions, where 'and then', 'or else' and parenthesis
11352         statements are mixed up.
11353         (ada-in-paramlist-p): Skip comments while searching for the
11354         beginning Fix handling of operator declarations.
11355         (ada-indent-align-comments): New variable
11356         (ada-indent-current): Change the syntax table only in the
11357         protected section, so that we are sure it is restored correctly.
11358         (ada-indent-on-previous-lines): Use ada-use-indent and
11359         ada-with-indent Correctly indent "select ... then"
11360         (ada-indent-region): Slight speedup.
11361         (ada-indent-renames): New variable.
11362         (ada-last-which-function-subprog, ada-last-which-function-line):
11363         New variables
11364         (ada-looking-at-semi-private): Correctly indent the 'private'
11365         keyword when it is the first word in a package declaration.
11366         (ada-loose-case-word): Stop searching if at the end of the buffer.
11367         (ada-loose-case-word, ada-capitalize-word): Recase the whole word
11368         even if point is not initially at the end of the word.
11369         (ada-matching-decl-start-re): Add "when".
11370         (ada-mode): Add support for abbrev-mode, outline-mode and
11371         which-func-mode Override the old find-file.el entry in
11372         ff-special-constructs since it is using the obsolete
11373         ada-spec-suffix variable
11374         (ada-no-auto-case): New function
11375         (ada-scan-paramlist): When parsing the argument type, accept
11376         spaces (as in "X 'Class", generated by Rational Rose).
11377         (ada-other-file-name): No longer loads the other file.
11378         (ada-popup-menu): Save and restore the current buffer and cursor
11379         position before and after displaying the menu.
11380         (ada-search-ignore-complex-boolean): New function.
11381         (ada-uncomment-region): Emacs21 already knows how to delete
11382         comments not starting in the first column.
11383         (ada-use-indent): New variable
11384         (ada-which-function): New function.
11385         (ada-with-indent): New variable
11386         (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
11387         can be batch-compiled from the command line.
11389         * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
11390         Add to the menu when the file is loaded, not in ada-mode-hook.
11391         Add -toolbar to the default ddd command Switches moved from
11392         ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
11393         ada-prj-default-comp-opt
11394         (ada-add-ada-menu): Remove the map and name parameters Add the Ada
11395         Reference Manual to the menu
11396         (ada-check-current): rewritten as a call to ada-compile-current
11397         (ada-compile): Removed.
11398         (ada-compile-application, ada-compile-current, ada-check-current):
11399         Set the compilation-search-path so that compile.el automatically
11400         finds the sources in src_dir.  Automatic scrollong of the
11401         compilation buffer.  C-uC-cC-c asks for confirmation before
11402         compiling
11403         (ada-compile-current): New parameter, prj-field
11404         (ada-complete-identifier): Load the .ali file before doing
11405         processing
11406         (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
11407         conform to gnatmake's behavior.
11408         (ada-find-file-in-dir): New function
11409         (ada-find-references): Set the environment variables for gnatfind
11410         (ada-find-src-file-in-dir): New function.
11411         (ada-first-non-nil): Removed
11412         (ada-gdb-application): Add support for jdb, the java debugger.
11413         (ada-get-ada-file-name): Load the original-file first if not done
11414         yet.
11415         (ada-get-all-references): Handles the new ali syntax (parent types
11416         are found between <>).
11417         (ada-initialize-runtime-library): New function
11418         (ada-mode-hook): Always load a project file when a file is opened,
11419         so that the casing exceptions are correctly read.
11420         (ada-operator-re): Add all missing operators ("abs", "rem", "**").
11421         (ada-parse-prj-file): Use find-file-noselect instead of find-file
11422         to open the project file, since the latter does not work with
11423         speedbar Get default values before loading the prj file, or the
11424         default executable file name is wrong.  Use the absolute value of
11425         src_dir to initialize ada-search-directories and
11426         compilation-search-path,...  Add the standard runtime library to
11427         the search path for find-file.
11428         (ada-prj-default-debugger): Was missing an opening '{'
11429         (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
11430         variables.
11431         (ada-prj-default-gnatmake-opt): New variable
11432         (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
11433         buffers, the project file is the default one Save the windows
11434         configuration before displaying the menu.
11435         (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
11436         (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
11437         ...)  regexp-quote identifiers names to support operators +,
11438         -,... in regexps.
11439         (ada-remote): New function.
11440         (ada-run-application): Erase the output buffer before starting the
11441         run Support remote execution of the application.  Use
11442         call-process, or the arguments are incorrectly parsed
11443         (ada-set-default-project-file): Reread the content of the active
11444         project file, not the one from the current buffer When a project
11445         file is set as the default project, all directories are
11446         automatically associated with it.
11447         (ada-set-environment): New function
11448         (ada-treat-cmd-string): New special variable ${current}
11449         (ada-treat-cmd-string): Revised.  The substitution is now done for
11450         any ${...} substring
11451         (ada-xref-current): If no body was found, compiles the spec
11452         instead.  Setup ADA_{SOURCE,OBJECTS}_PATH before running the
11453         compiler to get rid of command line length limitations.
11454         (ada-xref-get-project-field): New function
11455         (ada-xref-project-files): New variable
11456         (ada-xref-runtime-library-specs-path)
11457         (ada-xref-runtime-library-ali-path): New variables
11458         (ada-xref-set-default-prj-values): Default run command now does a
11459         cd to the build directory.  New field: main_unit Provide a default
11460         file name even if the current buffer has no prj file.
11462         * ada-prj.el:
11463         Rewritten to show a tabbed-dialog.
11464         (ada-prj-add-ada-menu): Remove the map and name parameters.
11465         (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
11466         New function
11467         (ada-prj-load-directory, ada-prj-subdirs-of): New functions
11468         (ada-prj-load-from-file): New function
11469         (ada-prj-save): Always save fields that depend on the current buffer
11470         (ada-prj-show-value): New function
11472         * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
11473         Ada mode. This will allow us to display the Ada menu in any buffer
11474         we want (for project items).
11475         (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
11476         number of spaces in the header.
11478 2000-07-24  Dave Love  <fx@gnu.org>
11480         * ediff-init.el (ediff-region-help-echo): Bind face-help.
11482 2000-07-23  Noah Friedman  <friedman@splode.com>
11484         * type-break.el (type-break): perform autosave.
11485         Suggested by Stephen Gildea <gildea@intouchsys.com>.
11486         (type-break-do-query): Cancel query schedule while performing
11487         actual query, to avoid possibility of a second query being made
11488         while first one is already in progress.
11489         (type-break-time-stamp-format): New variable.
11490         (type-break-time-stamp): New function.
11491         (type-break-time-warning): Use it.
11492         (type-break-keystroke-warning): Use it.
11493         (type-break-noninteractive-query): Use it.
11495         * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
11496         cookie.
11497         Use add-minor-mode to set minor-mode-alist, if available.
11498         (eldoc-echo-area-use-multiline-p): New user option.
11499         (eldoc-echo-area-multiline-supported-p): New variable.
11500         (eldoc-docstring-format-sym-doc): Use them.
11501         (eldoc-mode): If not using idle timers, append to local post and
11502         pre command hooks.  Suggested by David Byers <davby@ida.liu.se>.
11503         (eldoc-display-message-no-interference-p): Don't interfere with
11504         edebug.
11505         Add autoload cookie for eldoc-mode minor-mode-alist initialization.
11506         (eldoc-function-arglist): New function.
11507         (eldoc-function-argstring): Use it.
11509         * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
11510         auto save directory exists before calling directory-files.
11512 2000-07-23  Dave Love  <fx@gnu.org>
11514         * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
11515         ^o, ^u.
11517 2000-07-21  Dave Love  <fx@gnu.org>
11519         * ediff-init.el (ediff-region-help-echo): Modify to use overlay
11520         now passed to the function.  It now works properly.
11522         * smerge-mode.el (smerge-mode-menu): Fill it out.
11524 2000-07-20  Gerd Moellmann  <gerd@gnu.org>
11526         * info-look.el (info-lookup): If *info* is shown in another frame
11527         on the same display, select that frame, instead of switching to
11528         the Info buffer in another window of the selected frame.
11530         * simple.el (universal-argument-map): Bind numeric keypad keys
11531         kp-0 to kp-9 and kp-subtract.
11532         (digit-argument): Handle these keys.
11534 2000-07-20  Dave Love  <fx@gnu.org>
11536         * net/goto-addr.el (goto-address-fontify): Don't bother with
11537         buffer-modified and read-only stuff -- irrelevant with overlays.
11538         Put an extra property on the overlays and use it to clean up in
11539         case goto-address is re-run.
11541 2000-07-19  Richard M. Stallman  <rms@gnu.org>
11543         * timer.el (run-with-idle-timer): Doc fix.
11545         * mail/mail-utils.el (mail-strip-quoted-names):
11546         Handle case where <...> appears inside "...".
11547         Use replace-match to edit the string more simply.
11548         (rmail-dont-reply-to): Cope with an unmatched ".
11550 2000-07-19  Dave Love  <fx@gnu.org>
11552         * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
11553         implementation.
11555         * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
11556         (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
11557         (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
11559 2000-07-19  Gerd Moellmann  <gerd@gnu.org>
11561         * textmodes/refer.el: Correct maintainer's email address.
11563         * progmodes/hideif.el: Correct author's email address.
11564         Fix typo in comment.
11566         * xml.el: New file.
11568         * mail/mailheader.el: Correct author's mail address.
11570         * gnus/parse-time.el: Correct author's mail address.
11572 2000-07-19  Colin Walters <walters@cis.ohio-state.edu>
11574         * comint.el (comint-highlight-input, comint-highlight-face):
11575         New user options.
11576         (comint-input-ring-file-name): Change custom type.
11577         (comint-mode-map): Bind mouse-2.
11578         (comint-insert-clicked-input): New function.
11579         (comint-send-input): Handle input highlighting.
11581 2000-07-18  Stefan Monnier  <monnier@cs.yale.edu>
11583         * mouse.el (popup-menu): New function.
11584         (mouse-major-mode-menu): Use it.
11586 2000-07-18  Dave Love  <fx@gnu.org>
11588         * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
11589         improvements.
11591 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
11593         * faces.el (face-font-selection-order)
11594         (face-font-family-alternatives): Add custom type.
11596 2000-07-18  Dave Love  <fx@gnu.org>
11598         * cus-edit.el (custom-variable-reset-saved)
11599         (custom-variable-reset-standard): Remove unused bindings.
11601         * rect.el (open-rectangle-line): Remove unused let.
11603         * hl-line.el (hl-line-highlight): Check hl-line-mode.
11605 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
11607         * cdl.el: Fix `Maintainer' keyword.
11609         * play/pong.el: Add author's email address.
11611 2000-07-17  Sam Steingold  <sds@gnu.org>
11613         * files.el (insert-directory): Call `split-string' instead of
11614         re-implementing it.
11616 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
11618         * mail/vms-pmail.el: Change maintainer to FSF.
11620         * net/goto-addr.el: Change maintainer to FSF.
11622         * info.el (Info-title-face-alist): Removed.
11624 2000-07-18  David Ponce  <david@dponce.com>
11626         * recentf.el (recentf-open-files): New command that works like
11627         `recentf-open-more-files', but shows the whole list of files (not just
11628         those omitted from the menu). Useful if you don't use a menu-bar!
11629         (recentf-open-more-files) Modified to use `recentf-open-files'.
11631         (recentf-open-files, recentf-open-more-files)
11632         (recentf-edit-list): Dialogs use `recentf-dialog-mode'
11634         (recentf-dialog-mode): New mode for dialogs. You can now just type
11635         "q" to cancel the dialogs.
11637 2000-07-18  David Ponce  <david@dponce.com>
11639         * recentf.el: This is a major update of recentf.el. It adds new
11640         features to better organize the recentf menu and "More..." buffer.
11642         Using new provided menu filtering functions you can now organize the
11643         recent files list:
11645         - by major modes
11646         - by directories
11647         - by user defined rules
11649         Finally, with the new `recentf-filter-changer' customizable filter you
11650         can define a ring of filters and dynamically (via the menu) cycle on
11651         each menu organization in the ring (a la msb).
11653 2000-07-18  Eli Zaretskii  <eliz@is.elta.co.il>
11655         * eshell/eshell.el (eshell): Replace links to eshell.info with
11656         links to eshell, to avoid problems on systems where the manual is
11657         installed as `eshell'.
11658         * eshell/esh-cmd.el (eshell-cmd): Ditto.
11659         * eshell/em-smart.el (eshell-smart): Ditto.
11660         * eshell/em-banner.el (eshell-banner): Ditto.
11661         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
11663         * eshell/em-unix.el (eshell-shuffle-files): Don't disable
11664         same-file check in the MS-DOS version (it does support inodes).
11666         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
11668         * eshell/eshell.el (eshell-directory-name):
11669         Run default directory name through convert-standard-filename.
11671 2000-07-18  Kenichi Handa  <handa@etl.go.jp>
11673         * international/mule-cmds.el (select-safe-coding-system):
11674         Fix typo in the comment.
11676         * language/european.el (compound-text):
11677         Force katakana-jisx0201 to be designated to G1.
11679         * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
11680         Don't translate some national variant characters of latin-jisx0201.
11681         (x-ctext): Force katakana-jisx0201 to be designated to G1.
11683         * international/kkc.el (kkc-after-update-conversion-functions):
11684         New variable.
11685         (kkc-update-conversion): Run functions in it at the tail.
11687 2000-07-16  John Wiegley  <johnw@gnu.org>
11689         * lisp/align.el (align-newline-and-indent):
11690         Adding new function.  for auto-aligning blocks of code on RET.
11691         (align-region): Fixed badly formatted minibuffer message.
11693 2000-07-17  Kenichi Handa  <handa@etl.go.jp>
11695         * international/kkc.el (kkc-show-conversion-list-count): Customize it.
11696         (kkc-region): Update kkc-next-count and kkc-prev-count here.  Show
11697         the conversion list at first if appropriate.
11698         (kkc-next): Don't update kkc-next-count here.
11699         (kkc-prev): Don't update kkc-prev-count here.
11700         (kkc-show-conversion-list-update): Fix setting up of conversion
11701         list message.
11703 2000-07-16  Stefan Monnier  <monnier@cs.yale.edu>
11705         * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
11707 2000-07-16  Dave Love  <fx@gnu.org>
11709         * cus-edit.el (custom-buffer-create-internal): Use a help-echo
11710         function to be more specific.
11712         * wid-edit.el (widget-specify-field, widget-specify-button): Allow
11713         non-string help-echo.
11714         (widget-types-convert-widget): Defsubst it.
11715         (widget-echo-help): Try to cope with a help-echo function of two
11716         possible sorts.
11718 2000-07-15  Jason Rumney  <jasonr@gnu.org>
11720         * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
11721         Declare as obsolete.
11723         * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
11725 2000-07-14  Gerd Moellmann  <gerd@gnu.org>
11727         * hilit-chg.el: Fix typo.
11729 2000-07-14  Dave Love  <fx@gnu.org>
11731         * info.el (Info-mode-menu): Fix use of :help, :enable.
11733 2000-07-14  Stefan Monnier  <monnier@cs.yale.edu>
11735         * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
11737 2000-07-13  Dave Love  <fx@gnu.org>
11739         * emacs-lisp/easymenu.el: Doc fixes.
11740         (easy-menu-remove): Defalias to ignore.
11742         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
11743         Call throw correctly.
11745 2000-07-13  Gerd Moellmann  <gerd@gnu.org>
11747         * faces.el (frame-background-mode): Doc fix.
11749         * simple.el (eval-expression-print-length): Change custom type to
11750         allow entering nil as value.
11752 2000-07-13  Dave Love  <fx@gnu.org>
11754         * progmodes/fortran.el (fortran-imenu-generic-expression):
11755         Change definition layout.
11756         (fortran-mode-menu): Reinstate customize entries.
11758         * cus-edit.el (custom-group-menu-create, customize-menu-create):
11759         Use :filter, per old XEmacs code.
11761 2000-07-12  Gerd Moellmann  <gerd@gnu.org>
11763         * term.el (term-send-raw-meta): Strip modifiers from the keyboard
11764         event when deciding what to send to the terminal.
11766 2000-07-12  Dave Love  <fx@gnu.org>
11768         * cus-start.el: Add optional version as 4th element of specs and
11769         use it for several things new in v21.  Remove load-path.  Fix type
11770         of line-number-display-limit.
11772 2000-07-11  Dave Love  <fx@gnu.org>
11774         * progmodes/fortran.el: Don't require easymenu.
11775         Use repeat counts in various regexps.
11776         (fortran-mode-syntax-table): Defvar directly.
11777         (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
11778         (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
11779         Use defvar, not defconst.
11780         (fortran-mode-map): Change locals in `let'.  Use `fortran-auto-fill'.
11781         (fortran-mode): Set fortran-comment-line-start-skip,
11782         fortran-comment-line-start-skip, dabbrev-case-fold-search.
11783         (fortran-comment-indent): Use defsubst.
11784         (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
11785         Use fortran-comment-indent, not fortran-comment-indent-function.
11786         (fortran-comment-region, fortran-electric-line-number): Simplify.
11787         (fortran-auto-fill): New function.
11788         (fortran-do-auto-fill): Deleted.
11789         (fortran-find-comment-start-skip):
11790         Check for non-null comment-start-skip.
11791         (fortran-auto-fill-mode, fortran-fill-statement):
11792         Use fortran-auto-fill.
11793         (fortran-fill): Use fortran-auto-fill.  Check for null
11794         comment-start-skip.  Simplify final clause and use end-of-line finally.
11796         * widget.el (widget-plist-member): New alias.
11798 2000-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
11800         * eshell/esh-module.el (toplevel): Reference
11801         byte-compile-current-file only if it is bound.
11803 2000-07-10  Gerd Moellmann  <gerd@gnu.org>
11805         * dired.el: Don't require `dired-aux'.
11807 2000-07-10  Miles Bader  <miles@lsi.nec.co.jp>
11809         * dired-aux.el (dired-show-file-type): New function.
11810         * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
11811         (dired-show-file-type): Add autoload.
11813 2000-07-10  Kenichi Handa  <handa@etl.go.jp>
11815         * international/mule-diag.el (describe-font): Adjusted for the
11816         change of fontset-info.
11817         (print-fontset): Likewise.
11819 2000-07-09  Stefan Monnier  <monnier@cs.yale.edu>
11821         * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
11823 2000-07-07  Gerd Moellmann  <gerd@gnu.org>
11825         * bindings.el: Bind `[delete]' to delete-char.
11827         * dired.el (dired-find-alternate-file): New function.
11828         (dired-mode-map): Bind `a' to dired-find-alternate-file.
11829         (toplevel): Require dired-aux when compiling.
11830         (dired-buffers): Move defvar within file to avoid compiler warning.
11832         * info.el (Info-last-search): Variable removed.
11833         (Info-search-history): New variable.
11834         (Info-search): New Info-search-history.
11836         * battery.el, info-look.el: Change author's mail address.
11838 2000-07-07  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
11840         * mail/rmail.el (rmail-clear-headers): Don't throw an error
11841         if rmail-ignored-headers is nil.
11842         (rmail-retry-failure): Bind rmail-ignored-headers and
11843         rmail-displayed-headers to nil.
11845 2000-07-06  Gerd Moellmann  <gerd@gnu.org>
11847         * lpr.el (lpr-page-header-switches): Add `-h' switch.
11848         (print-region-1): Don't hard code `-h' here.
11850         * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
11852 2000-07-01  Francesco Potorti`  <pot@gnu.org>
11854         * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
11855         exim can use "your message" instead of "the message".
11857 2000-07-06  Stefan Monnier  <monnier@cs.yale.edu>
11859         * facemenu.el: Docstrings fixes.
11860         (facemenu-get-face): Don't use internal-find-face.
11861         (facemenu-iterate): Rename arg to match the docstring.
11863         * newcomment.el (uncomment-region): Be more careful when skipping
11864         backwards over `=' not to bump into BOBP.
11866 2000-07-05  Michael Kifer  <kifer@cs.sunysb.edu>
11868         * ediff-diff.el (ediff-wordify): Use syntax table.
11869         * ediff-init.el (ediff-has-face-support-p): Use
11870         ediff-color-display-p.
11871         (ediff-color-display-p): Use display-color-p, changed to defun
11872         from defsubst.
11873         Got rid of special cases for NeXT and OS/2.
11874         * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
11875         face.
11877 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
11879         * emacs-lisp/lucid.el: Require CL.
11880         (copy-tree, remprop): Remove, it's provided by CL.
11881         (map-keymap): Define in terms of cl-map-keymap.
11882         (extent-property, set-extent-end-glyph): New functions.
11884         * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
11886 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
11888         * Makefile.in (DONTCOMPILE): Add comment that the name may
11889         not be changed without changing the make-dist script.
11891         * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
11892         (cl-mapc): Use mapc instead of cl-old-mapc.
11894 2000-07-05  Andrew Innes  <andrewi@gnu.org>
11896         * makefile.nt: Add support for `bootstrap' and related targets.
11898 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
11900         * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
11901         (easy-menu-do-define): Use `menu-item' format.
11902         Handle case where easy-menu-create-menu returns a symbol.
11903         Manually call the potential top-level filter in the function binding.
11904         (easy-menu-filter-return): New arg NAME.
11905         Convert to a keymap if MENU is an XEmacs menu.
11906         (easy-menu-convert-item-1): New.  Extracted from easy-menu-do-add-item.
11907         (easy-menu-converted-items-table, easy-menu-convert-item):
11908         New var and fun to memoize easy-menu-convert-item-1.
11909         (easy-menu-do-add-item): Use it.
11910         (easy-menu-create-menu): Use easy-menu-convert-item.
11911         Wrap easy-menu-filter-return around any :filter specification.
11912         Don't convert the menu if a filter was specified.
11913         Tell easy-menu-make-symbol not to check for MENU being an expression.
11914         (easy-menu-make-symbol): New arg NOEXP.
11916 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
11918         * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
11919         EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
11920         (eval-defun): If called with prefix arg, instrument code for
11921         Edebug.
11923         * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
11924         similar to that of eval-defun.
11926 2000-07-04  Dave Love  <fx@gnu.org>
11928         * hl-line.el (hl-line-overlay): Make it permanent-local.
11930         * calendar/todo-mode.el: Replaced with a working version, based on
11931         1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
11933 2000-07-03  Miles Bader  <miles@lsi.nec.co.jp>
11935         * paths.el (prune-directory-list): New function.
11936         (Info-default-directory-list): Rewritten to more methodically
11937         enumerate a big list of possible info directories (based on the
11938         list used by the standalone info reader).
11940         * info.el (info-initialize): Use prune-directory-list to remove
11941         non-existent directories from Info-directory-list.
11943         * paths.el (Info-default-directory-list): Try a list of possible
11944         info-directories instead of a single one.  Add the possible
11945         info directory "/usr/share/info".
11947         * woman.el (woman-man.conf-path): Explicitly include the debian
11948         man-db config file "/etc/manpath.config".
11949         (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
11950         are present in `manpath.config'.
11951         (woman-manpath): Include "/usr/share/man".
11953 2000-07-03  Gerd Moellmann  <gerd@gnu.org>
11955         * frame.el (blink-cursor-mode): Don't hide cursor initially.
11957         * startup.el (command-line): Initialize blink-cursor based
11958         on window-system.
11960         * frame.el (blink-cursor): Default to nil if not running under
11961         a window-system.
11963         * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
11964         (face-x-resources): Remove duplicate entry for :font.
11966         * textmodes/refer.el (refer-find-entry-internal): Use some-window
11967         instead of cycling through windows with next-window.
11969         * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
11970         of cycling through windows with next-window.
11972         * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
11973         of cycling through windows with next-window.
11975         * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
11976         (edebug-get-displayed-buffer-points): Use walk-windows/some-window
11977         instead of cycling through windows with next-window.
11979         * calendar/appt.el (appt-select-lowest-window): Use walk-windows
11980         instead of cycling through windows with next-window.
11982         * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
11983         of cycling through windows with next-window.
11985         * terminal.el (te-process-output): Use walk-windows instead of
11986         cycling through windows with next-window.
11988         * server.el (server-switch-buffer): Use some-window instead of
11989         cycling through windows with next-window.
11991         * window.el (some-window): New function.
11992         (walk-windows): Remove reference to walk-windows-start.
11994         * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
11996 2000-07-03  Richard Stallman  <rms@gnu.org>
11998         * window.el (walk-windows): Guarantee termination by keeping a list
11999         of all the windows already handled.
12001 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
12003         * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
12004         window-system.
12006         * man.el (Man-notify-when-ready): Don't use window-system.  If
12007         Man-notify-method is newframe, and the display is not
12008         multi-frame, select the frame created for the man page.
12009         (Man-init-defvars): Doc fix.
12011 2000-06-28  Gerd Moellmann  <gerd@gnu.org>
12013         * faces.el (region): Change background color for light background.
12015         * ediff-wind.el (ediff-setup-control-frame): Remove :box
12016         attribute from mode-line face of Ediff control frame.
12018         * replace.el (query-replace-map): Bind `e' like `E'.
12020 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
12022         * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
12023         Change name to "Select All".
12025         * dos-fns.el (convert-standard-filename): Fix last change.
12027 2000-06-27  Gerd Moellmann  <gerd@gnu.org>
12029         * help.el (describe-variable): Don't insert a second `'s' in front
12030         of the string `value is shown below'.  Since the syntax-table is
12031         set to emacs-lisp-mode-syntax-table, forward-sexp skips over
12032         an existing `'s', so that this won't be deleted.
12034         * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
12035         * pcmpl-unix.el: New files.
12037 2000-06-26  Stefan Monnier  <monnier@cs.yale.edu>
12039         * wid-edit.el (widget-member): Use the new plist-member.
12041 2000-06-26  Gerd Moellmann  <gerd@gnu.org>
12043         * replace.el (perform-replace): Undo change of 2000-04-04.
12044         Instead, move backward 1 character at the end of the loop when
12045         necessary.
12047         * faces.el (fringe): Change face for different backgrounds.
12049         * eshell/esh-module.el (toplevel): Load defgroup's differently;
12050         patch from John.
12052         * eshell/*.el: Change spelling of the Free Software Foundation.
12054         * eshell/esh-toggle.el: Removed.
12056         * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
12058         * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
12059         interactively.
12061 2000-06-26  Alex Schroeder  <alex@gnu.org>
12063         * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
12064         `define-key'; instead of checking `(emacs-version)' check for
12065         `set-keymap-parent' and `set-keymap-name' directly.  Add entries
12066         for `;' and `o' which might be electric.
12068         (sql-electric-stuff): New user option.
12069         (sql-magic-go): New function which uses `sql-electric-stuff'.
12070         (sql-magic-semicolon): New function which uses
12071         `sql-electric-stuff'.
12073         (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
12074         is not fboundp.
12076         (sql-oracle-options): New variable.
12077         (sql-oracle): Use it.
12079         (sql-imenu-generic-expression): Doc change.
12080         (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
12081         is used.
12083         (sql-informix): Added command line parameter "-" to force
12084         sql-informix-program to use stdout.
12086 2000-06-25  Eli Zaretskii  <eliz@is.elta.co.il>
12088         * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
12089         (cp864-decode-table): Doc fix.
12090         (cp720-decode-table): New variable, supports the Arabic OEM
12091         codepage used by Windows.
12092         (cp737-decode-table): New, Greek OEM codepage used by Windows.
12094 2000-06-23  Dave Love  <fx@gnu.org>
12096         * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
12097         (font-lock-fontify-anchored-keywords): Use
12098         line-beginning-position.
12099         (global-font-lock-mode): Use mapc.
12101 2000-06-23  Stefan Monnier  <monnier@cs.yale.edu>
12103         * eshell/esh-module.el: Require CL when compiling.
12105 2000-06-23  Gerd Moellmann  <gerd@gnu.org>
12107         * comint.el (comint-substitute-in-file-name): Call replace-match
12108         with second and third arg t.
12110         * cus-edit.el (custom-button-face, custom-button-pressed-face):
12111         Specify foreground color.
12113         * faces.el (tool-bar, mode-line, header-line): Specify foreground
12114         color.
12116         * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
12118         * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
12119         cddr instead of cdddr.
12121         * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
12122         instead of copy-list.
12124         * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
12125         of copy-list.
12127         * subdirs.el: Add eshell subdirectory.
12129         * eshell: New subdirectory containing the Eshell package.
12131         * pcomplete.el: New file.
12133 2000-06-23  Paul Eggert  <eggert@twinsun.com>
12135         * mail/mailpost.el (post-mail-send-it): Make sure file has
12136         proper permissions from birth.
12138         * files.el (basic-save-buffer-2): When temporarily setting
12139         file modes, set them to current modes plus 0200, not to 0777.
12141         * emerge.el (emerge-make-temp-file): Make sure file has proper
12142         permissions from birth.
12144 2000-06-22  Eli Zaretskii  <eliz@is.elta.co.il>
12146         * files.el (make-backup-file-name-1): On DOS/Windows, run the
12147         backup file name through convert-standard-filename.
12149         * dos-fns.el (convert-standard-filename): Convert leading
12150         directories as well.  When long file names are supported, convert
12151         characters that are invalid in Windows file names.
12153 2000-06-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12155         * ps-print.el: Fix bug: if ^L is the very first buffer character,
12156         ps-print crashes.  New feature: page selection for printing.  Create
12157         raw-text-unix coding system for XEmacs.  Doc fix.
12158         (ps-print-version): New version number (5.2.3).
12159         (ps-plot-region): Bug fix.
12160         (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
12161         (ps-header-sheet, ps-generate, ps-end-job): Code fix.
12162         (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
12163         funs.
12164         (ps-selected-pages, ps-last-selected-pages, ps-first-page)
12165         (ps-last-page): New vars.
12167 2000-06-21  Gerd Moellmann  <gerd@gnu.org>
12169         * progmodes/sh-script.el (sh-while-getopts): Fix handling of
12170         empty option string.
12172 2000-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
12174         * man.el (man): Doc fix.
12176 2000-06-21  Kenichi Handa  <handa@etl.go.jp>
12178         * international/mule-cmds.el (set-language-info-alist): Docstring
12179         fixed.
12181 2000-06-20  Gerd Moellmann  <gerd@gnu.org>
12183         * version.el (emacs-version): Use ISO date format.
12185         * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
12186         instead of `M-backspace'.
12188         * simple.el (turn-off-auto-fill): New function.
12190 2000-06-20  Stefan Monnier  <monnier@cs.yale.edu>
12192         * jit-lock.el (with-buffer-prepared-for-jit-lock):
12193         Renamed from with-buffer-prepared-for-font-lock and use
12194         inhibit-modification-hooks rather than setting *-change-functions.
12195         Update all functions to use the new name.
12196         (jit-lock-first-unfontify-pos): New semantics (and doc).
12197         (jit-lock-mode): Make non-interactive.
12198         Don't automatically turn on font-lock.
12199         Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
12200         Always use jit-lock-after-change.
12201         Remove and restore font-lock-after-change-function.
12202         (turn-on-jit-lock, jit-lock-after-fontify-buffer)
12203         (jit-lock-after-unfontify-buffer): Remove.
12204         (jit-lock-stealth-fontify):
12205         Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
12206         (jit-lock-after-change): Set the `fontified' text-prop to nil.
12208 2000-06-20  Sam Steingold  <sds@gnu.org>
12210         * emacs-lisp/cl-indent.el (toplevel): Indent
12211         `print-unreadable-object' properly.  Untabify.
12213 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
12215         * textmodes/reftex.el (reftex-find-citation-regexp-format):
12216         Support for bibentry.
12217         (reftex-compile-variables): Fixed problem with end of section-re.
12219         * texmodes/reftex-dcr.el (reftex-view-crossref,
12220         reftex-view-crossref-from-bibtex):
12221         Deal with changed `reftex-find-citation-regexp-format'.
12222         (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
12223         Replaced `remprop' with `put'.
12224         (reftex-view-crossref, reftex-view-crossref-when-idle):
12225         Support for bibentry.
12227         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
12228         New entry for bibentry package.
12230         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
12231         Regexp also matches "\nobibliography".
12233         * textmodes/reftex-global.el (reftex-renumber-simple-labels):
12234         Call `reftex-ensure-write-access' before doing anything.
12235         (reftex-ensure-write-access): New function.
12237 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
12239         * progmodes/idlwave.el: File re-installed (update to version 4.2)
12241         * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
12243         * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
12245         * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
12248 2000-06-20  Dave Love  <fx@gnu.org>
12250         * faces.el (frame-background-mode): Use set-default, not set, in
12251         setter.
12252         (frame-update-faces, frame-update-face-colors): Define with
12253         defalias.
12255         * enriched.el (enriched-decode-foreground)
12256         (enriched-decode-background): Don't use internal-find-face.
12258         * apropos.el: Doc fixes.
12260         * cus-edit.el (customize-changed-options): Check arg.
12261         (customize-version-lessp): Don't require decimal point.
12263         * custom.el (defcustom, defgroup): Doc fix.
12265         * newcomment.el (comment) <defgroup>: Add :version.
12266         (comment-multi-line): Doc fix.
12268         * emulation/mlsupport.el (define-hooked-local-abbrev,
12269         define-hooked-global-abbrev): Fix, using define-abbrev.
12271 2000-06-19  Gerd Moellmann  <gerd@gnu.org>
12273         * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
12274         the whole buffer.
12276 2000-06-19  Dave Love  <fx@gnu.org>
12278         * menu-bar.el (menu-bar-options-save): New function.
12279         (menu-bar-options-menu): Use it.
12280         (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
12281         Simplify.
12283 2000-06-19  Andreas Schwab  <schwab@suse.de>
12285         * progmodes/etags.el (tags-query-replace): Put new parameters
12286         START and END at the end, for backward compatibility.
12288 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
12290         * international/codepage.el:
12291         (cp-coding-system-for-codepage-1): Delete special codes for
12292         generating xxx-dos coding system because now a CCL based coding
12293         system can handle EOL conversion by default.
12295         * international/mule.el (make-coding-system): Generate subsidiary
12296         coding systems for EOL handling variants even for a CCL based
12297         coding system.
12299 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
12301         * international/isearch-x.el (isearch-minibuffer-input-method)
12302         (isearch-minibuffer-input-method-function): These variables
12303         deleted.
12304         (isearch-with-input-method): Don't use the above variables.
12305         (isearch-process-search-multibyte-characters): Likewise.  Call
12306         read-string with the arg INHERIT-INPUT-METHOD t.
12308 2000-06-17  Stefan Monnier  <monnier@cs.yale.edu>
12310         * font-lock.el (font-lock-after-fontify-buffer)
12311         (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
12313         * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
12314         Use consistent make-local-variable style for font-lock-fontified.
12315         (jit-lock-fontify-buffer):
12316         Don't bother checking for font-lock-mode and jit-lock-mode.
12318         * time.el: Remove trailing ^M that prevent CVS-merging.
12320 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
12322         * Makefile.in (distclean): New target.
12324 2000-06-16  Stefan Monnier  <monnier@cs.yale.edu>
12326         * Makefile.in (srcdir): Define for update-subdirs.
12328 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
12330         * find-lisp.el: New file.
12332 2000-06-16  Andrew Innes  <andrewi@gnu.org>
12334         * time.el (display-time-mail-function): New variable, to allow
12335         external packages to indicate when new mail is available.
12336         (display-time-update): Use it.
12338 2000-06-16  Kenichi Handa  <handa@etl.go.jp>
12340         * international/mule.el (mule-version): Change version name to
12341         SAKAKI.  AOI has already been used by Meadow.
12343         * international/quail.el (quail-show-guidance-buf): To find the
12344         bottom window (but minibuffer), pay attention to the height of
12345         minibuffer.
12347 2000-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
12349         * arc-mode.el (archive-mode-map): Use the new menu-item format for
12350         menu-bar menus.  Add help strings.  Don't remove the Edit menu
12351         from the menu bar, as the menu bar has enough space now.
12353         * Makefile.in (SHELL): Make sure /bin/sh is used.
12355         * woman.el (woman-man-buffer): Fix bold and underlined CJK
12356         characters, which use series of two ^H characters instead of one.
12358 2000-06-15  Gerd Moellmann  <gerd@gnu.org>
12360         * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
12361         (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
12362         functions.
12363         (Info-find-node-2): Try a case-sensitive search first, then
12364         do a case-insensitive search.
12366         * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
12367         tutorials.
12369         * complete.el (PC-env-vars-alist): New variable.
12370         (PC-complete-as-file-name): New function.
12371         (partial-completion-mode): Initialize PC-env-vars-alist from
12372         process-environment.
12373         (PC-do-completion): Handle completion of env vars.
12375         * info.el (Info-set-mode-line): Show file name in mode line,
12376         use `*Info*' instead of `Info:'.
12378         * startup.el (command-line-1): Change copyright messages to year
12379         2000.
12381 2000-06-15  Dave Love  <fx@gnu.org>
12383         * net/goto-addr.el (goto-address-fontify): Use keymap property,
12384         not local-map.
12386 2000-06-15  Kenichi Handa  <handa@etl.go.jp>
12388         * international/mule.el (set-buffer-file-coding-system): Almost
12389         rewritten to handle `undecided' as no-op.
12391 2000-06-14  Gerd Moellmann  <gerd@gnu.org>
12393         * Makefile.in: New file.
12395         * Makefile: Removed.
12397         * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
12398         (goto-address-highlight-keymap): Bind C-c RET.
12400 2000-06-14  Kenichi Handa  <handa@etl.go.jp>
12402         * mail/sendmail.el (sendmail-send-it): The temporary buffer
12403         inherits buffer-file-coding-system of the current buffer.
12405         * tar-mode.el (tar-extract): For goto-char, use (point-min), not
12406         0.  Give correct argument to set-auto-coding-function.
12407         (tar-expunge): For goto-char, use (point-min), not 0.
12408         (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
12409         (tar-subfile-save-buffer): Likewize.
12411         * international/mule.el
12412         (after-insert-file-set-buffer-file-coding-system): Call
12413         set-buffer-file-coding-system with the arg FORCE t.
12415 2000-06-13  Gerd Moellmann  <gerd@gnu.org>
12417         * mail/sendmail.el (mail-specify-envelope-from): Initialize to
12418         nil.  Contemporary sendmails issue an X-Authentication-Warning if
12419         the sender is set with `-f'.
12421 2000-06-13  Dave Love  <fx@gnu.org>
12423         * help.el (describe-function-1): Kluge around cases of functions
12424         fset to subrs whose doc doesn't match their symbol-name.
12426         * image.el (insert-image): Default STRING to a space.
12428         * info.el Doc fixes.
12429         (Info-build-node-completions): Match Ref tags.
12431 2000-06-13  Eli Zaretskii <eliz@is.elta.co.il>
12433         * frame.el (display-multi-frame-p, display-multi-font-p): New
12434         defaliases for display-graphic-p.
12436         * hl-line.el: Fixed a typo in commentary.
12438 2000-06-13  Kenichi Handa  <handa@etl.go.jp>
12440         * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
12441         fixed.
12443 2000-06-12  Dave Love  <fx@gnu.org>
12445         * image.el (insert-image): Save a little consing.
12447 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
12449         * language/tibet-util.el: Convert all tibetan-1-column characters
12450         to the corresponding tibetan characters.
12451         (tibetan-add-components): Delete code for the special treatment of
12452         'a chung.
12454         * language/tibetan.el (tibetan-composable-pattern): Fix previous
12455         change.
12456         (tibetan-vowel-transcription-alist): More rules added.
12457         (tibetan-composite-vowel-alist): New variable.
12458         (tibetan-precomposition-rule-alist): More rules added.
12460 2000-06-12  Stefan Monnier  <monnier@cs.yale.edu>
12462         * startup.el (command-line): Only call menu-bar-mode if interactive.
12464         * thingatpt.el (toplevel symbol-properties):
12465         * textmodes/makeinfo.el (makeinfo-compile):
12466         * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
12467         * progmodes/hideif.el (hif-compress-define-list)
12468         (hide-ifdef-use-define-alist):
12469         * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
12470         (ange-ftp-vms-add-file-entry):
12471         * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
12472         * man.el (Man-build-man-command):
12473         * mail/rnewspost.el (news-reply-header-hook):
12474         * info.el (Info-insert-dir):
12475         * emulation/mlconvert.el (backward-word, forward-word, setq):
12476         * emacs-lisp/gulp.el (gulp-send-requests):
12477         * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
12478         (byte-optimize-inline-handler, byte-optimize-form-code-walker)
12479         (byte-optimize-apply, end of file):
12480         * emacs-lisp/advice.el (ad-advice-class-completion-table)
12481         (ad-make-freeze-definition):
12482         * startup.el (command-line, command-line-1): Don't quote lambdas.
12484         * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
12485         (cvs-cleanup-removed): New function.
12486         (cvs-cleanup-functions): New var.
12487         (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
12488         some flexibility in specifying additional entries to auto-cleanup.
12489         (cvs-quickdir): New function.
12490         (cvs-mode-insert): Use cvs-fileinfo-from-entries.
12491         (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
12492         (cvs-mode-find-file): Check that we are on a filename or dirname
12493         when invoked through a mouse-click.
12494         (cvs-full-path): Remove.
12495         (cvs-dired-action): Re-introduced.
12496         (cvs-dired-noselect): Use it.
12497         (vc-post-command-functions): use this new hook if available.
12499         * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
12500         (cvs-status-map): Don't inherit from cvs-mode-map anymore.
12501         (cvs-filename-map, cvs-dirname-map): Remove.
12502         (cvs-default-action): Remove.
12503         (cvs-add-face): Use `keymap' rather than `local-map' property, and only
12504         if the arg is really a keymap.
12505         (cvs-fileinfo-pp): Don't use any special map for file and dir names.
12506         Don't hardcode the mapping from state (aka type) to face, but check
12507         the var cvs-fi-<type>-face instead.
12508         (cvs-fileinfo-from-entries): New function.
12510         * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
12511         Docstring fix.
12512         (cvs-find-file-and-jump): Change default to be safer.
12513         (cvs-mode-diff-map): Define it as a function as well.
12514         (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
12515         Bind mouse-2 in this global map rather than with text-properties.
12517         * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
12518         file to resolve the ambiguity between C(conflict) and C(need-merge).
12520 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
12522         * international/mule.el (set-buffer-file-coding-system): If
12523         CODING-SYSTEM is nil, set buffer-file-coding-system to nil
12524         unconditionally.
12526 2000-06-12  Dave Love  <fx@gnu.org>
12528         * wid-edit.el (widget-specify-button): Really suppress the face if
12529         required.
12531 2000-06-11  Gerd Moellmann  <gerd@gnu.org>
12533         * term/x-win.el (x-colors): Add colors from recent rgb.txt.
12535 2000-06-11  Stefan Monnier  <monnier@cs.yale.edu>
12537         * imenu.el (imenu-generic-expression): Docstring fix.
12539         * composite.el (composition-function-table): Move the `put'
12540         below the autoload cookie so we can load the file before loaddefs.
12542         * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
12544         * emacs-lisp/autoload.el (make-autoload): Use `cond'.
12545         Handle easy-mmode-define-global-mode.
12546         For complex macros like define-minor-mode that can generate
12547         several autoload entries, try to autoload entries in the
12548         macroexpanded code.
12550         * emacs-lisp/easy-mmode.el (define-minor-mode):
12551         If KEYMAP is a symbol, just use it.
12552         Use byte-compile-current-file and load-file-name to infer the
12553         proper :require to pass to defcustom.
12554         Wrap the hook var into `progn' so as not to autoload it.
12555         Add a :autoload-end cookie.
12556         Be more careful about the evaluation of KEYMAP.
12557         (easy-mmode-define-global-mode): Add a :autoload-end cookie.
12558         (define-derived-mode): Move define-abbrev-table outside of defvar.
12560 2000-06-10  Stefan Monnier  <monnier@cs.yale.edu>
12562         * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
12563         (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
12564         (backup-compiled-files): Ignore errors during `tar'.
12565         (bootstrap): Make autoloads before elc files.
12567 2000-06-10  Kenichi Handa  <handa@etl.go.jp>
12569         * international/mule.el (set-buffer-file-coding-system): If one of
12570         undecided-XXX is specified, change only EOL conversion.
12572         * international/mule-conf.el (unix): New alias for the coding
12573         system undecided-unix.
12575 2000-06-09  Dave Love  <fx@gnu.org>
12577         * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
12579         * progmodes/executable.el: Byte compile dynamic.
12580         (executable-insert): Change custom type.
12581         (executable-find): Add autoload cookie.
12582         (executable-make-buffer-file-executable-if-script-p): New
12583         function.  After Noah Friedman.
12585         * files.el (after-save-hook): Customize, with
12586         executable-make-buffer-file-executable-if-script-p as an option.
12588 2000-06-09  Kenichi Handa  <handa@etl.go.jp>
12590         * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
12591         "tib24p-mule.bdf" for Tibetan.
12593         * composite.el (decompose-composite-char): Declare it as obsolete.
12595         * man.el (Man-fontify-manpage): Pay attention to underline and
12596         overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
12598 2000-06-08  Gerd Moellmann  <gerd@gnu.org>
12600         * thingatpt.el (forward-thing): Use functionp instead of fboundp.
12601         Set maintainer to FSF since author isn't reachable.
12603 2000-06-08  Dave Love  <fx@gnu.org>
12605         * international/mule-cmds.el (select-safe-coding-system): If
12606         DEFAULT-CODING-SYSTEM is not specified, also check the most
12607         preferred coding-system if buffer-file-coding-system is
12608         `undecided'.  From Handa.
12610 2000-06-08  Kenichi Handa  <handa@etl.go.jp>
12612         * international/mule.el
12613         (after-insert-file-set-buffer-file-coding-system): If the buffer
12614         size is greater than INSERTED, judget that we are not visiting.
12616 2000-06-07  Rajesh Vaidheeswarran  <rv@gnu.org>
12618         * whitespace.el (defgroup whitespace): Comment out `:version'.
12619         XEmacs 20.4 has problems defining the group with this present.
12620         We'll have this commented out till get resolve the problem.
12622 2000-06-07  John Wiegley  <johnw@gnu.org>
12624         * align.el (align-dq-string-modes, align-sq-string-modes)
12625         (align-open-comment-modes): Add pyhton-mode.
12626         (align-rules-list): Use get-text-property instead of
12627         text-properties-at.
12628         (align-rules-list): Add python-assignment.
12629         (align-rules-list): Change perl-comma-delimiter to
12630         basic-comma-delimiter.  Use if for Perl modes and python-mode.
12631         (align-rules-list): Add python-chain-logic and
12632         basic-line-continuation.
12634 2000-06-07  Jari Aalto  <jari.aalto@poboxes.com>
12636         * apropos.el (apropos-mode-hook): New user variable.
12637         (apropos-mode): Run apropos-mode-hook.
12639 2000-06-07  David Ponce  <david@dponce.com>
12641         * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
12642         commands.  Require `wid-edit' at run-time.
12644 2000-06-07  David Ponce  <david@dponce.com>
12646         * recentf.el: Added some "Commentary".
12647         (recentf-open-more-files, recentf-edit-list): Minor changes to
12648         move the point at the top of the file list.  This behaviour is
12649         consistent with the menu one when the list contains a lot of
12650         files.
12651         (recentf-cleanup): Now displays the number of items removed from
12652         the list.
12653         (recentf-relative-filter) New menu filter to show filenames
12654         relative to `default-directory'.
12656 2000-06-07  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12658         * ps-print.el: XEmacs compatibility.  Doc fix.  Can select page size
12659         with/without giving an error if PostScript printer doesn't have this
12660         kind of page size.  Zebra Stripe continues or restarts on next page.
12661         Manual/automatic paper feeding.  Switch or not the header.
12662         (ps-print-version): New version number (5.2.2).
12663         (ps-windows-system): Include emx as a Windows system.
12664         (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
12665         (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
12666         (ps-background-text): Code fix.
12667         (ps-error-handler-message, ps-user-defined-prologue)
12668         (ps-print-prologue-header, ps-printer-name)
12669         (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
12670         (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
12671         (ps-use-face-background): Customization fix.
12672         (ps-n-up-database): Data fix.
12673         (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
12674         (ps-switch-header): New vars.
12675         (ps-xemacs-color-name, ps-face-foreground-name)
12676         (ps-face-background-name, ps-boolean-constant): New funs.
12678 2000-06-07  Dave Love  <fx@gnu.org>
12680         * allout.el: New version from Manheimer.
12682 2000-06-07  Kenichi Handa  <handa@etl.go.jp>
12684         * textmodes/fill.el (fill-find-break-point): Check the validity of
12685         charset.
12687 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
12689         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
12690         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
12691         Call display-color-p and display-mouse-p instead of looking at
12692         window-system.
12694 2000-06-06  Dave Love  <fx@gnu.org>
12696         * image.el (find-image): Doc fix.  Return nil if image not found.
12697         (put-image, insert-image): Make STRING arg optional.
12699 2000-06-06  Kenichi Handa  <handa@etl.go.jp>
12701         * language/vietnamese.el: Remove eval-when-compile.
12702         (viet-viscii-nonascii-translation-table): Define it as a
12703         translation table made from viet-viscii-decode-table.
12704         (viet-viscii-encode-table): Define it as a translation table made
12705         from the reverse map of above.
12706         (viet-vscii-nonascii-translation-table): Define it as a
12707         translation table made from viet-vscii-decode-table.
12708         (viet-vscii-encode-table): Define it as a translation table made
12709         from the reverse map of above.
12710         (ccl-decode-viscii): Use translate-character.
12711         (ccl-encode-viscii, ccl-encode-viscii-font)
12712         (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
12713         Likewize.
12715         * language/cyrillic.el: Remove eval-when-compile.
12716         (cyrillic-koi8-r-nonascii-translation-table): Define it as a
12717         translation table made from cyrillic-koi8-r-decode-table.
12718         (cyrillic-koi8-r-encode-table): Define it as a translation table
12719         made from the reverse map of above.
12720         (ccl-decode-koi8): Use translate-character.
12721         (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
12722         (cyrillic-alternativnyj-nonascii-translation-table): Define it as
12723         a translation table made from cyrillic-alternativnyj-decode-table.
12724         (cyrillic-alternativnyj-encode-table): Define it as a translation
12725         table made from the reverse map of above.
12726         (ccl-decode-alternativnyj): Use translate-character.
12727         (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
12728         Likewize
12730         * international/mule-diag.el (non-iso-charset-alist): Specify
12731         translation table symbol instead of translation table itself.
12732         (list-block-of-chars): CHARSET may be a translation table symbol.
12734         * international/mule.el (make-coding-system): If CODING-SYSTEM
12735         already exists, override it.
12737         * international/fontset.el: Use family `proportional' for Tibetan
12738         fonts.
12740         * international/ccl.el (ccl-compile-translate-character): Don't
12741         check if Rrr has property translation-table.
12742         (ccl-compile-map-multiple): Modified to avoid compiler warning.
12744 2000-06-05  Gerd Moellmann  <gerd@gnu.org>
12746         * info.el: Bind case-fold-search to t when searching in case
12747         a user sets it to nil in a hook.
12749 2000-06-05  Stefan Monnier  <monnier@cs.yale.edu>
12751         * autoarg.el (autoarg-mode, autoarg-kp-mode):
12752         * hl-line.el (hl-line-mode): Use the new :global key argument.
12754         * tar-mode.el (tar-header-block-recompute-checksum): Remove.
12755         (tar-clip-time-string): Prepend a space.
12756         (tar-grind-file-mode): Construct a string rather than modifying one.
12757         (tar-header-block-summarize): Fix docstring.
12758         Use `format' rather than an error-prone set of copy-loops.
12760         * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
12761         (diff-goto-source, diff-unified->context, diff-context->unified)
12762         (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
12763         understand the format output by the `-p' argument to diff.
12765         * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
12766         (sh-re-done): Use defconst.
12767         (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
12768         (sh-help-string-for-variable, sh-guess-basic-offset):
12769         Don't quote lambdas.
12770         (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
12771         (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
12773         * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
12774         (mh-letter-mode): Derive from text-mode.
12775         This implicitly means that it now calls kill-all-local-variables.
12776         Also remove the Emacs-18 compatibility code.
12778         * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
12779         Make use of symbol-property doc-string-elt.
12780         Use memq rather than a sequence of eq.
12781         (doc-string-elt): Fix the wrong or missing previously unused values.
12782         (autoload-print-form): New function extracted from
12783         generate-file-autoloads to allow recursion when handling progn
12784         so that defvar's and defun's docstrings are properly printed.
12785         (generate-file-autoloads): Use it.
12787         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
12788         Use find-file-hooks in the minor-mode function.
12789         Be careful not to loop indefinitely in the post-command-hook function.
12791 2000-06-05  Michael Kifer  <kifer@cs.sunysb.edu>
12793         * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
12794         tty's.
12795         * ediff-diff.el (ediff-exec-process): Use --binary for fine
12796         differences whenever appropriate.
12797         * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
12798         * viper.el (find-file, find-file-other-window): Get viper to do
12799         wildcards.
12801 2000-06-04  Stefan Monnier  <monnier@cs.yale.edu>
12803         * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
12804         (jit-lock-fontify-buffer): New function for JIT refontification.
12805         (jit-lock-mode): Fix docstring.
12806         Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
12807         Remove jit-lock-after-change from the _local_ hook.
12808         (jit-lock-function-1): Fix docstring.
12810         * info.el (Info-on-current-buffer): Initialize info.
12812         * newcomment.el (comment-indent): Ignore comment-indent-hook.
12814         * progmodes/tcl.el (tcl-indent-for-comment):
12815         Ignore comment-indent-hook.
12817         * emacs-lisp/easy-mmode.el: Require CL during compilation.
12818         (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
12819         (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
12820         and improve to use the lighter to guess the capitalization.
12821         (define-minor-mode): Inline code from easy-mmode-define-toggle.
12822         Add keyword arguments to specify global-ness or the custom group.
12823         Add local-map and help-echo properties to the lighter.
12824         (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
12825         (easy-mmode-define-global-mode): New macro.
12827 2000-06-02  Dave Love  <fx@gnu.org>
12829         * wid-edit.el: byte-compile-dynamic since we typically don't use
12830         all the widgets.  Don't require cl or widget.  Remove
12831         eval-and-compile.  Don't autoload finder-commentary.  Doc fixes.
12832         (widget-read-event): Removed.  Callers changed to use read-event.
12833         (widget-button-release-event-p): Renamed from
12834         button-release-event-p.
12835         (widget-field-add-space, widget-field-use-before-change):
12836         Uncustomize.
12837         (widget-specify-field): Use keymap property, not local-map.
12838         (widget-specify-button): Obey :suppress-face.
12839         (widget-specify-insert): Use modern backquote syntax.
12840         (widget-image-directory): Renamed from widget-glyph-directory.
12841         (widget-image-enable): Renamed from widget-glyph-enable.
12842         (widget-image-find): Replaces widget-glyph-find.
12843         (widget-button-pressed-face): Move defvar.
12844         (widget-image-insert): Replaces widget-glyph-insert.
12845         (widget-convert): Use keywordp.
12846         (widget-leave-text, widget-children-value-delete): Use mapc.
12847         (widget-keymap): Remove XEmacs stuff.
12848         (widget-field-keymap, widget-text-keymap): Define all inside defvar.
12849         (widget-button-click): Don't set point at the click, but re-centre
12850         if we scroll out of window.  Rewritten for images v. glyphs &c.
12851         (widget-tabable-at): Use POS arg, not point.
12852         (widget-beginning-of-line, widget-end-of-line)
12853         (widget-item-value-create, widget-sublist, widget-princ-to-string)
12854         (widget-sexp-prompt-value, widget-echo-help): Simplify.
12855         (widget-default-create): Use widget-image-insert; some rewriting.
12856         (widget-visibility-value-create)
12857         (widget-push-button-value-create, widget-toggle-value-create): Use
12858         widget-image-insert.
12859         (checkbox): Create on and off images dynamically.
12860         (documentation-link): Change :help-echo.
12861         (widget-documentation-link-echo-help): Remove.
12863 2000-06-02  Stefan Monnier  <monnier@cs.yale.edu>
12865         * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
12867         * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
12868         (easy-mmode-define-toggle, define-minor-mode): Use it.
12869         (easy-mmode-define-keymap): Docstring fix.
12870         (define-derived-mode): Default PARENT to fundamental-mode.
12871         Add the derived-mode-parent symbol-property.
12872         (easy-mmode-derived-mode-p): New function.
12874 2000-06-02  Dave Love  <fx@gnu.org>
12876         * files.el (convert-standard-filename): Doc fix.
12877         (normal-backup-enable-predicate): New function.
12878         (backup-enable-predicate): Use it to replace the lambda form.
12880         * calendar/todo-mode.el: [This needs more work on the outline
12881         stuff.]  Doc fixes.
12882         (todo) <defgroup>: Add :version.
12883         (todo-add-category): Don't use pushnew.
12884         (todo-cmd-raise): Fix typo.
12885         (todo-top-priorities): Change temp buffer name.
12886         (todo-category-alist): Avoid redundant lambda.
12887         (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
12888         Use outline-next-heading.
12890         * autoarg.el: Rewritten to use define-minor-mode.
12891         (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
12892         (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
12894 2000-06-02  Kenichi Handa  <handa@etl.go.jp>
12896         * isearch.el (isearch-other-meta-char): Fix previous change.
12898 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
12900         * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
12901         (log-edit-done): Only add the comment to the ring if it's different
12902         from the last comment entered.
12904         * isearch.el (isearch-highlight): Turn internal-find-face into facep.
12906 2000-06-01  Dave Love  <fx@gnu.org>
12908         * hl-line.el: Rewritten using define-minor-mode.
12910         * help.el (describe-function-1): Distinguish special form from
12911         builtin function.  Sanity-check presence of arglist for builtins.
12913 2000-06-01  Kenichi Handa  <handa@etl.go.jp>
12915         * international/characters.el: Fix syntax/category setting of
12916         Tibetan characters.
12918         * language/tibet-util.el (tibetan-add-components): Fixes for new
12919         encoding of Tibetan characters.
12920         (tibetan-decompose-precomposition-alist): New variable.
12921         (tibetan-decompose-region): Convert precomposed characters to
12922         non-precomposed characters.
12923         (tibetan-decompose-string): Likewise.
12924         (tibetan-composition-function): Fix args to
12925         thibetan-compose-string.
12927         * language/tibetan.el (tibetan-composable-pattern): More
12928         characters included.
12929         (tibetan-consonant-transcription-alist): Rule for "R" added.
12930         (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
12931         "+R" added.
12932         (tibetan-base-to-subjoined-alist): Rule for "RA" added.
12934         * language/lao-util.el (lao-composition-function): Fix args to
12935         compose-string.
12937         * language/thai-util.el (thai-composition-function): Fix args to
12938         compose-string.
12940         * isearch.el (isearch-update): Set disable-point-adjustment to t
12941         to prevent the point moving to the end of a composition when a
12942         part of a composition is searched.
12943         (isearch-other-meta-char): If the key invoking this command can be
12944         mapped by function-key-map to a printing char, call
12945         isearch-process-search-char directly.
12947 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
12949         * emacs-lisp/bytecomp.el:
12950         * frame.el:
12951         * international/mule-cmds.el:
12952         * international/mule-util.el:
12953         * international/mule.el:
12954         * mouse.el:
12955         * subr.el:
12956         * faces.el: Update calls to make-obsolete with a WHEN argument.
12958         * byte-run.el (make-obsolete, make-obsolete-variable):
12959         Add an optional WHEN argument and change the format of the
12960         symbol-property information.
12961         * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
12962         (byte-compile-obsolete, byte-compile-variable-ref): Understand the
12963         new obsolete-symbol-property format and print WHEN if it is provided.
12965 2000-05-31  Dave Love  <fx@gnu.org>
12967         * loadhist.el (loadhist-hook-functions): Remove
12968         before-change-function, after-change-function.
12969         (unload-feature): Deal with symbols which are both bound and
12970         fbound.
12972         * mouse.el (mouse-save-then-kill-delete-region): Don't bind
12973         before-change-function, after-change-function.
12975         * simple.el (newline): Don't bind before-change-function,
12976         after-change-function.
12978 2000-05-31  Rajesh Vaidheeswarran <rv@gnu.org>
12980         * whitespace.el (whitespace-rescan-timer-time): Update interval
12981         set to 600 seconds (10 minutes) instead of 60 seconds since
12982         a large number of whitespace buffers causes emacs to `freeze'
12983         for a considerable amount of time.
12985         * whitespace.el: Updated email address
12987 2000-05-31  Dave Love  <fx@gnu.org>
12989         * add-log.el (change-log-font-lock-keywords) <function>: Add
12990         pattern for function of change.
12991         (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
12992         acknowledgements patterns.
12994 2000-05-31  Kenichi Handa  <handa@etl.go.jp>
12996         * isearch.el (isearch-printing-char): If keyboard coding system is
12997         being used, call isearch-process-search-multibyte-characters.
12999         * international/isearch-x.el: Mostly rewritten.
13001         * international/quail.el (quail-start-conversion): Don't include
13002         unhandled events in the returned events, but set them in
13003         unread-command-events.  Exit if all inputs are deleted.
13005 2000-05-30  Jason Rumney  <jasonr@gnu.org>
13007         * w32-fns.el (w32-charset-info-alist): Add each charset separately.
13009         * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
13010         Reenable code to create initial fontsets.
13011         Use set-fontset-font in place of put-charset-property.
13013 2000-05-30  Gerd Moellmann  <gerd@gnu.org>
13015         * progmodes/perl-mode.el (perl-indent-line): When looking for a
13016         label, ensure that the first colon isn't followed by another.
13018         * paths.el (Info-default-directory-list): Doc fix.
13020         * net/net-utils.el (finger-X.500-host-regexps): New user-option.
13021         (finger): If HOST matches a regexp from finger-X.500-host-regexps,
13022         send a query containing USER only, not USER@HOST.
13024         * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
13025         and rmail-msgend to compute the restriction at the end, instead of
13026         computing it.
13028 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
13030         * dabbrev.el (dabbrev-expand): Don't display messages in the
13031         echo area if the minibuffer window is active.
13033         * jit-lock.el (jit-lock-mode): Add after change function to
13034         local hook.
13036 2000-05-29  Christoph Wedler  <Christoph.Wedler@sap.com>
13038         * antlr-mode.el: New commands: hide/unhide actions,
13039         upcase/downcase literals.
13040         (antlr-tiny-action-length): New user option.
13041         (antlr-hide-actions): New command.  Suggested by
13042         Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
13043         (antlr-mode-map): New binding [C-c C-v].
13044         (antlr-mode-menu): New entries.
13045         (antlr-downcase-literals): New command.
13046         (antlr-upcase-literals): Ditto.
13048         * antlr-mode.el: Minor changes: indendation, mode-name.
13049         (antlr-indent-line): Indent cpp directive at column 0.
13050         (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
13052         * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
13053         (antlr-font-lock-additional-keywords): Workaround for intentional
13054         bug in XEmacs version of font-lock.
13055         (antlr-mode): Set symbol property `mode-name' to "Antlr".  Could
13056         be used by a smarter version of `buffers-menu-grouping-function'.
13058 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
13060         * tmm.el (tmm-prompt): Recognize menu item definitions of the for
13061         `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
13063 2000-05-29  Kenichi Handa  <handa@etl.go.jp>
13065         * international/encoded-kb.el
13066         (encoded-kbd-iso2022-designation-map): Pay attention to that
13067         charset-iso-final-char return -1 for eight-bit-control and
13068         eight-bit-graphic.
13070 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
13072         * speedbar.el (speedbar-use-images, speedbar-update-flag)
13073         (speedbar-easymenu-definition-base): Use display-graphic-p where
13074         available, instead of window-system.
13076 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
13078         * international/codepage.el (cp-coding-system-for-codepage-1): Add
13079         eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
13080         coding systems.
13082 2000-05-26  Dave Love  <fx@gnu.org>
13084         * disp-table.el (standard-display-underline): Don't use
13085         internal-find-face.
13087         * mail/reporter.el: Maintainer change.  Doc fixes.
13088         (reporter-version): Deleted.
13090         * emacs-lisp/elp.el: Maintainer change.
13091         (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
13093 2000-05-26  Stefan Monnier  <monnier@cs.yale.edu>
13095         * add-log.el (add-change-log-entry): Merge the current entry with the
13096         previous one if the previous one is empty.
13098 2000-05-26  Dave Love  <fx@gnu.org>
13100         * loadhist.el (unload-feature): Fix interactive spec [from
13101         lijnzaad@ebi.ac.uk].
13103         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
13104         subr-arity to check primitives.
13105         (byte-compile-flush-pending, byte-compile-file-form-progn)
13106         (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
13107         (byte-compile-insert, byte-compile-funcall): Use mapc instead of
13108         mapcar.
13110 2000-05-26  Kenichi Handa  <handa@etl.go.jp>
13112         * international/fontset.el: Set family names of non-latin charsets
13113         in default fontset to "*".
13115         * international/mule-diag.el (print-fontset): Combine family part
13116         and registry part of the fontname by "-*-" instead of "-".
13118         * international/mule-cmds.el (encode-coding-char): Make strings
13119         multibyte before calling encode-coding-string.
13121 2000-05-25  Stefan Monnier  <monnier@cs.yale.edu>
13123         * derived.el: Fix keywords.
13124         (define-derived-mode): Only define if needed.
13126         * simple.el (fill-comment, comment-column, comment-start)
13127         (comment-start-skip, comment-end, comment-indent-function)
13128         (block-comment-start, block-comment-end, indent-for-comment)
13129         (set-comment-column, kill-comment, comment-padding, comment-region)
13130         (comment-multi-line, indent-new-comment-line): Remove.
13132         * bindings.el (esc-map): Change ; to comment-dwim and use the new
13133         function names for comment operations.
13135         * newcomment.el: Add abundant autoload cookies.
13136         (comment-style): Don't depend on runtime data at compile-time.
13137         (comment-indent-hook): Remove.
13138         (comment-indent): Check if comment-indent-hook is bound.
13139         (comment-region): Docstring fix.
13141 2000-05-25  Dave Love  <fx@gnu.org>
13143         * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
13144         byte-code-function-p.
13146         * mail/rmailsum.el: Add provide.
13148         * net/goto-addr.el (goto-address-fontify): Add help-echo property.
13150         * smerge-mode.el (smerge-diff-switches): Don't use list* in
13151         defcustom.
13153 2000-05-25  Michael Kifer  <kifer@cs.sunysb.edu>
13155         * ediff-diff.el (ediff-exec-process): delete --binary option from
13156         non-buffer ediff jobs.
13158 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
13160         * hilit-chg.el (highlight-changes-mode): Ask about color or
13161         grayscale support, not about window-system.
13163         * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
13164         window-system.
13165         (ffap-highlight): Always default to t.
13167         * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
13168         display-popup-menus-p instead of looking at window-system.
13170         * disp-table.el (standard-display-g1, standard-display-graphic):
13171         Only refuse to use string glyphs on X and MS-Windows.
13173         * avoid.el: Remove window-system from commentary, suggest to use
13174         display-*-p instead.
13176         * apropos.el (apropos-print): Use display-mouse-p instead of
13177         window-system.
13179 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
13181         * international/codepage.el (cp-decoding-vector-for-codepage):
13182         Fill up unsupported characters with their own codes.  From Kenichi
13183         Handa.
13185 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
13187         * international/mule-diag.el (describe-char-after): Use
13188         display-graphic-p instead of window-system, so that this function
13189         works on MS-DOS.
13191 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
13193         * international/codepage.el (cp-make-coding-systems-for-codepage):
13194         Remove the eight-bit-graphic and eight-bit-control charsets from
13195         the list of charsets which we convert into `?'.
13197 2000-05-25  Kenichi Handa  <handa@etl.go.jp>
13199         * international/mule-conf.el: Specify CHARSET-ID explicitely for
13200         private charsets.
13201         (mule-unicode-0100-24ff, japanese-jisx0213-1,
13202         japanese-jisx0213-2): New charsets.
13204         * international/fontset.el: Setup default fontset for new charsets.
13206 2000-05-24  Dave Love  <fx@gnu.org>
13208         * info.el (Info-find-node-2): Restructure [following "Vadim
13209         S. Solomin" <sovs@uic.nnov.ru>].
13211         * icomplete.el: Fix header for Finder.
13213 2000-05-24  Eric M. Ludlam  <zappo@ultranet.com>
13215         * rmailout.el (rmail-output-to-rmail-file): Added optional param
13216         STAY.
13218         * rmail.el (rmail-automatic-folder-directives): New user variable.
13219         (rmail-show-message): Add call to `rmail-auto-file' during
13220         display.
13221         (rmail-auto-file): New function.
13223 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
13225         * ediff-diff.el (ediff-forward-word): Take syntactic word class into
13226         account.
13227         (ediff-test-utility,ediff-diff-mandatory-option)
13228         (ediff-reset-diff-options): Utilities for proper initialization of
13229         ediff-diff-options and ediff-diff3-options on Windows.
13231         * ediff-init.el (ediff-merge-filename-prefix): New customizable
13232         variable.
13234         * ediff-mult.el (ediff-filegroup-action): Use
13235         ediff-merge-filename-prefix.
13237 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
13239         * viper-ex.el (ex-write): Set selective display to nil.
13241 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
13243         * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
13244         aliases for hebrew-iso-8bit.
13246 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
13248         * woman.el: New version from Francis J. Wright
13249         <F.J.Wright@Maths.QMW.ac.uk>.
13250         (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
13251         names in environment variables regardless of the path separator.
13252         (woman-topic-all-completions-1): Don't call file-name-directory-p
13253         on all files, since woman-file-regexp already filters out any
13254         directories.
13256 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
13258         * international/quail.el (quail-start-translation): Don't change
13259         modified-p of the current buffer.
13260         (quail-start-conversion): Likewise.
13262         * international/kkc.el (kkc-region): Don't change modified-p of
13263         the current buffer.
13265         * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
13266         conform to RFC1468.
13267         (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
13269 2000-05-23  Eric M. Ludlam  <zappo@ballista.ultranet.com>
13271         * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
13272         (speedbar-insert-button): Invisible text property fix.
13273         (speedbar-directory-plus): Renamed from speedbar-directory-+
13274         (speedbar-directory-minus): Renamed from speedbar-directory--
13275         (speedbar-page-plus): Renamed from speedbar-file-+
13276         (speedbar-page-minus): Renamed from speedbar-file--
13277         (speedbar-page): Renamed from speedbar-file-
13278         (speedbar-tag): Renamed from speedbar-tag-
13279         (speedbar-tag-plus): Renamed from speedbar-tag-+
13280         (speedbar-tag-minus): Renamed from speedbar-tag--
13281         (speedbar-expand-image-button-alist): Use above renames.
13283         * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
13284         * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
13285         * sb-pg-plus.xpm: Renamed from sb-file+.xpm
13286         * sb-pg-minus.xpm: Renamed from sb-file-.xpm
13287         * sb-pg.xpm: Renamed from sb-file.xpm
13288         * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
13289         * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
13291 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
13293         * international/quail.el (quail-show-guidance-buf): Set
13294         current-input-method of the guidance buffer to the name of the
13295         curren input method.
13297 2000-05-23  Stefan Monnier  <monnier@cs.yale.edu>
13299         * progmodes/compile.el (compile-internal): Style typo.
13301         * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
13302         quote vars and functions in the docstring.
13304         * newcomment.el (comment-make-extra-lines): Don't use `assert'.
13306         * completion.el (dynamic-completion-mode, dynamic-completion-mode):
13307         Don't quote lambdas.
13309         * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
13311 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
13313         * startup.el (command-line): Determine source file of compiled
13314         user init file differently.  Warn if compiled user init file
13315         is older than its source file.
13317         * ffap.el (ffap-url-regexp): Add `https'.
13319 2000-05-23  Eli Zaretskii  <eliz@is.elta.co.il>
13321         * files.el (make-backup-file-name-1): Replace slashes with `!'
13322         rather than `|' (which is not allowed on Windows).  Replace the
13323         drive letters with a string "drive_X".
13325 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
13327         * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
13329         * files.el (interpreter-mode-alist): Add `bash2'.
13331 2000-05-22  Dave Love  <fx@gnu.org>
13333         * loadhist.el (feature-symbols, file-provides, file-requires): Use
13334         mapc.
13335         (feature-file): Avoid calling symbol-name.  Doc fix.
13336         (file-set-intersect, file-dependents): Use dolist, not mapcar.
13337         (loadhist-hook-functions): Add mouse-position-function.
13338         (unload-feature): Change uses of mapcar.
13340         * files.el (parse-colon-path): Doc fix.
13341         (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
13342         (set-auto-mode): Use mapc.
13344         * complete.el (PC-look-for-include-file): Use :alnum: character
13345         class.
13346         (partial-completion-mode): Add autoload cookie.
13348 2000-05-22  Sam Steingold  <sds@gnu.org>
13350         * info.el (Info-fontify-node): Fixed the call to
13351         `add-text-properties' (bug introduced on 2000-05-18).
13353 2000-05-22  Dave Love  <fx@gnu.org>
13355         * bindings.el: Remove debug-ignored-errors set in other files.
13357         * progmodes/etags.el: Add to debug-ignored-errors.
13358         (visit-tags-table-buffer): Clear out buffers holding old tables
13359         when making a new list.
13360         (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
13361         mapc.
13363         * completion.el: Doc fixes.  Add to debug-ignored-errors.  Don't
13364         quote keywords.
13365         (cmpl-string-case-type): Use character classes.
13367         * comint.el:
13368         * textmodes/ispell.el:
13369         * imenu.el:
13370         * mail/mh-e.el:
13371         * progmodes/compile.el: Add to debug-ignored-errors.
13373         * dabbrev.el: Add to debug-ignored-errors.
13374         (dabbrev-completion): Use mapc.
13376 2000-05-22  Eli Zaretskii  <eliz@is.elta.co.il>
13378         * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
13379         (woman-mapcan, woman-parse-man.conf)
13380         (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
13381         (woman-reset-emulation, woman-select-symbol-fonts): New functions.
13382         (woman-parse-colon-path): Call woman-mapcan.  Recognize Cygwin
13383         path syntax better.
13384         (woman-man.conf-path, woman-use-own-frame): New defcustoms.
13385         (woman-manpath): Call woman-parse-man.conf.
13386         (woman-emulation): New defcustom, defaults to nroff.
13387         (woman-font-support): New defconst.
13388         (woman-use-symbol-font): New defcustom.
13389         (woman-menu): Add new menu items: "Colored/BW", "Advanced",
13390         "Emulation".
13391         Many functions: Doc fix.
13393 2000-05-22  Kenichi Handa  <handa@etl.go.jp>
13395         * international/quail.el (quail-simple-translation-keymap): Map
13396         128..255 to quail-self-insert-command.
13397         (quail-keyboard-layout-alist): Add definition for "pc102-de".
13399 2000-05-22  Stefan Monnier  <monnier@cs.yale.edu>
13401         * help.el (help-manyarg-func-alist): Typo.
13403         * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
13404         intervals which makes it heaps simpler.
13406         * newcomment.el (comment-region-internal): Go back to BEG after quoting
13407         the nested comment markers.
13409         * subr.el (remove-hook): Don't turn the hook's value into a list.
13411 2000-05-21  Dave Love  <fx@gnu.org>
13413         * edmacro.el (edmacro-parse-keys): Return vector if any elements
13414         are invalid characters.
13416         * international/mule-util.el (detect-coding-with-priority): Use
13417         mapc.  Remove redundant lambda.
13419         * international/mule-diag.el (list-non-iso-charset-chars)
13420         (describe-fontset): Remove redundant lambda.
13422         * emulation/crisp.el (brief-mode): New alias.
13424         * emacs-lisp/ring.el (ring-elements): New function.
13426         * emacs-lisp/easymenu.el (easy-menu-create-menu)
13427         (easy-menu-do-add-item): Use keywordp.
13429         * emacs-lisp/byte-opt.el: Update side-effect free function lists.
13431         * replace.el: Doc and error message fixes.
13432         (replace-highlight): Use facep, not internal-find-face.
13434 2000-05-20  Stefan Monnier  <monnier@cs.yale.edu>
13436         * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
13438         * log-edit.el (log-edit-done): Cleanup trailing empty lines.
13439         (log-edit-insert-changelog): Drop `:' as well.
13441         * log-view.el: Fix file description.
13442         (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
13443         available.
13444         (log-view-font-lock-keywords): Only use cvs-filename-face if present.
13445         (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
13447         * emacs-lisp/easy-mmode.el: Update copyright and commentary.
13448         (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
13449         Print a status message if the toggle is called interactively.
13450         (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
13451         for global minor modes and use `defcustom' for them.
13452         Use add-minor-mode.
13453         (easy-mmode-define-derived-mode): Remove.
13454         (define-derived-mode): Fancier default docstring.
13455         (easy-mmode-define-navigation): Signal an error rather than (ding).
13457         * newcomment.el (comment-styles): New `box-multi'.
13458         (comment-normalize-vars): Better default for comment-continue to
13459         avoid whitespace-only continuations.
13460         (comment-search-forward): Always move even in the no-syntax case.
13461         (comment-padright): Only obey N if it's only obeyed for padleft.
13462         (comment-make-extra-lines): Better handling of empty continuations.
13463         Use `=' for the filler if comment-start has only one character.
13464         (uncomment-region): Try handling the special `=' filler.
13465         (comment-region): Allow LINES even if MULTI is nil.
13466         (comment-box): Choose box style based on comment-style.
13468 2000-05-20  Kenichi Handa  <handa@etl.go.jp>
13470         * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
13471         (ccl-compile-write-repeat): If ARG is string, make it unibyte.
13473 2000-05-20  Kenichi HANDA  <handa@etl.go.jp>
13475         * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
13476         and insert, not subst-char-in-region.
13478         * international/mule-diag.el (list-character-sets-1): Handle
13479         charsets eight-bit-control and eight-bit-graphic.
13480         (list-iso-charset-chars): Likewise.
13481         (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
13482         charactes as is.  Use indent-to to align characters.
13484         * international/mule-cmds.el (find-multibyte-characters): Never
13485         exclude charsets eight-bit-control and eight-bit-graphic.
13487 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
13489         * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
13490         Don't quote lambdas.
13492         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
13494 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
13496         * gud.el (gud-jdb-directories): Doc fix.
13498 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
13500         * newcomment.el: New file.
13502 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
13504         * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
13506 2000-05-18  Andreas Schwab  <schwab@suse.de>
13508         * dired.el (dired-between-files): Also skip lines beginning with
13509         `used'.
13511 2000-05-18  Gerd Moellmann  <gerd@gnu.org>
13513         * msb.el (msb-menu-cond): Add choice `user'.
13515 2000-05-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13517         * ps-print.el: Compatibility, customization and doc fix.
13518         (ps-printer-name-option): Replace defconst by defvar.
13519         (ps-postscript-code-directory): XEmacs compatibility.
13520         (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
13521         fix.
13522         (ps-user-defined-prologue, ps-print-prologue-header)
13523         (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
13524         compatibility and code fix.
13525         (ps-print-background-image, ps-print-background-text):
13526         Customization fix.
13527         (ps-line-number-start, ps-n-up-on): New vars.
13529 2000-05-18  Espen Skoglund  <esk@ira.uka.de>
13531         * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
13532         the indent-comment function to just return the appropriate indent.
13534 2000-05-18  Eric M. Ludlam  <zappo@ultranet.com>
13536         * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
13537         sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
13538         sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
13540 2000-05-18  Dave Love  <fx@gnu.org>
13542         * info.el (Info-fontify-node): Add intangible property as well as
13543         invisible.
13545         * calendar/appt.el (appt-make-list): Match all lines of entry.
13546         From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
13548 2000-05-18  Kenichi Handa  <handa@etl.go.jp>
13550         * international/mule-diag.el (describe-char-after): Call
13551         internal-char-font, not char-font.  If internal-char-font returns
13552         nil, display "-- none --".
13554 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
13556         * image.el (image-type-available-p): Don't reference image-types
13557         if it isn't bound.
13559 2000-05-17  Stefan Monnier  <monnier@cs.yale.edu>
13561         * autoarg.el (autoarg-mode): Typo in the :set argument.
13563 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
13565         * startup.el (command-line-1): Don't signal an error if the
13566         directory for auto-save-list files does not yet exist.
13568 2000-05-17  Kenichi Handa  <handa@etl.go.jp>
13570         * international/mule-conf.el (arabic-iso8859-6): Fix typo.
13572 2000-05-16  Stefan Monnier  <monnier@cs.yale.edu>
13574         * subr.el (remove-hook): `setq' hook-value, not `set'.
13576 2000-05-16  Sam Steingold  <sds@gnu.org>
13578         * info.el (debug-ignored-errors): More errors to ignore.
13580 2000-05-16  Dave Love  <fx@gnu.org>
13582         * cus-edit.el: Don't require cl or easymenu.
13583         (custom-variable-prompt): Test standard-value property, not
13584         user-variable-p.
13586 2000-05-16  Sam Steingold  <sds@gnu.org>
13588         * subr.el (add-hook): `setq' hook-value, not `set'.
13590 2000-05-16  Gerd Moellmann  <gerd@gnu.org>
13592         * startup.el (command-line-1): Mention the FAQ in the startup
13593         message.
13595         * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
13597         * progmodes/compile.el (compilation-parse-errors): Collect
13598         `nomessage' regexps last.
13600         * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
13602         * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
13603         to the function name.
13605 2000-05-15  Dave Love  <fx@gnu.org>
13607         * speedbar.el (speedbar-recenter): Typo.
13608         (speedbar-expand-line): Make arg optional.
13609         (speedbar-mode): Avoid a compiler warning.
13611 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
13613         * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
13614         user-specified option string is empty.
13616         * mouse.el (mouse-yank-at-click): Doc fix.
13618 2000-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
13620         * term/internal.el (IT-character-translations): More updates of
13621         latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
13622         documents.
13624 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
13626         * env.el (getenv): New function, interactively callable.
13627         (setenv, getenv): Remove autoload cookies.
13629         * loadup.el: Load `env'.
13631         * progmodes/f90.el: Change author's mail address.
13633 2000-05-14  Dave Love  <fx@gnu.org>
13635         * mail/rmail.el (rmail-show-message-hook): Customize and offer
13636         goto-addr as an option.
13638         * help.el (help-xref-stack): Doc fix.
13639         (help-xref-following): New variable.
13640         (help-make-xrefs): Use it.
13641         (help-xref-go-back): Use position information from stack element.
13642         (help-follow): Make position in stack element a pair.  Use
13643         help-xref-following.
13645         * autoarg.el: New file.
13647         * faces.el: Declare more functions obsolete.
13649         * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
13650         * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
13651         * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
13652         * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
13653         Remove all the setup-...-environment functions.
13655 2000-05-13  Eric M. Ludlam  <zappo@ultranet.com>
13657         * speedbar.el: Updated the commentary section.  xemacs20p now uses
13658         >= when detecting.  Require `defimage' safely.
13659         (speedbar-easymenu-definition-base): Add toggle for images.
13660         (speedbar-easymenu-definition-special): Add flush cache & expand.
13661         (speedbar-visiting-tag-hook): Set new defaults.  Added options.
13662         (speedbar-reconfigure-keymaps-hook): New variable.
13663         (speedbar-frame-parameters): Updated documentation.
13664         (speedbar-use-imenu-flag): Updated custom tag
13665         (speedbar-dynamic-tags-function-list): New variable.
13666         (speedbar-tag-hierarchy-method): Updated doc & custom.
13667         (speedbar-indentation-width, speedbar-indentation-width) New
13668         variables.
13669         (speedbar-hide-button-brackets-flag): Customizable.
13670         (speedbar-vc-indicator): Doc update.
13671         (speedbar-ignored-path-expressions): Updated default value.
13672         (speedbar-supported-extension-expressions): Updated default value.
13673         (speedbar-syntax-table): Remove {} paren status.
13674         (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
13675         as "+".  Added overlay aliases.
13676         (speedbar-mode): Use `speedbar-mode-line-update' instead of
13677         `force-mode-line-update'.
13678         (speedbar-mode, speedbar-quick-mouse, speedbar-click)
13679         (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
13680         `mouse-set-point'
13681         (speedbar-reconfigure-keymaps): Run configure keymap hooks.
13682         (speedbar-item-info-tag-helper): Revamped to handle a wider range
13683         of arbitrary text, and new helper functions.
13684         (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
13685         filename finder.
13686         (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
13687         (speedbar-directory-buttons): Update path search/expansion.
13688         (speedbar-make-tag-line): Pay attention to
13689         `speedbar-indentation-width'.  Use more care w/ invisible
13690         properties.
13691         (speedbar-change-expand-button-char): Call
13692         `speedbar-insert-image-button-maybe'.
13693         (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
13694         (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
13695         (speedbar-trim-words-tag-hierarchy)
13696         (speedbar-simple-group-tag-hierarchy): New functions
13697         (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
13698         (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
13699         functions.
13700         (speedbar-mouse-set-point): New function
13701         (speedbar-power-click): Updated documentation.
13702         (speedbar-line-token, speedbar-goto-this-file): Handle more types
13703         of tag prefix text.
13704         (speedbar-expand-line, speedbar-contract-line): Make more robust
13705         to strange text.
13706         (speedbar-expand-line): Takes universal argument to flush the
13707         cache.
13708         (speedbar-flush-expand-line): New function.
13709         (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
13710         Use new generator insertion method.
13711         (speedbar-fetch-dynamic-tags): New function.
13712         (speedbar-fetch-dynamic-imenu): Removed code now handled in
13713         `speedbar-fetch-dynamic-imenu'.
13714         (speedbar-fetch-dynamic-etags): Fix current buffer problem.
13715         (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
13716         "Revert Buffer" menu items.
13717         (speedbar-buffer-buttons-engine): Be smarter when creating a
13718         filename tag (for expansion purposes.).
13719         (speedbar-highlight-one-tag-line,
13720         (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
13721         (speedbar-recenter): New functions.
13722         (defimage-speedbar): Image loading abstraction.
13723         (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
13724         (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
13725         (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
13726         (speedbar-tag-type, speedbar-tag-mail): New images.
13727         (speedbar-expand-image-button-alist): New variable.
13728         (speedbar-insert-image-button-maybe): Insert an image over some
13729         buttons.
13731 2000-05-13  Kenichi Handa  <handa@etl.go.jp>
13733         * international/mule-cmds.el (encode-coding-char): An ASCII
13734         character is always encodable.
13736         * international/mule-conf.el: Add more information in descriptions
13737         of character sets.
13739         * international/mule-diag.el (describe-char-after): New function.
13740         (describe-font-internal): Adjusted for the change of font-info.
13741         (describe-font): Likewise.
13742         (print-fontset): Rewritten for the new fontset implementation.
13743         (describe-fontset): Include fontset alias names in completion.
13744         (list-fontsets): Adjusted for the change of print-fontset.
13746         * simple.el (what-cursor-position): If DETAIL is non-nil, call
13747         describe-char-after instead of displaying the detail in the echo
13748         area.
13749         (syntax-code-table): Format changed.
13750         (string-to-syntax): Adjusted for the above change.
13752 2000-05-12  Stefan Monnier  <monnier@cs.yale.edu>
13754         * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
13756 2000-05-12  Dave Love  <fx@gnu.org>
13758         * calendar/todo-mode.el: Remove some compatibility stuff and CL
13759         dependence.  Use line-{beginning,end}-position, not
13760         point-at{b,e}ol.  Some doc fixes.
13761         (todo-position): New function.  Fix callers of position to use it.
13762         (todo-save-top-priorities, todo-print): Use with-temp-buffer.
13764 2000-05-12  Gerd Moellmann  <gerd@gnu.org>
13766         * time.el (display-time-mail-icon): Use `:ascent center'.
13768         * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
13769         handling FTP security extensions.
13771 2000-05-11  Dave Love  <fx@gnu.org>
13773         * calendar/todo-mode.el: New file.
13775 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
13777         * comint.el (comint-read-input-ring): Move reference to
13778         comint-input-ring-size outside of the save-excursion.  It was
13779         causing the default value to be the only one ever seen.
13781         * font-lock.el: Update copyright.  Remove Simon Marshall's email
13782         address on request from him.
13784         * subr.el (substitute-key-definition): Add comment describing
13785         the meaning of PREFIX.
13787 2000-05-10  Stefan Monnier  <monnier@cs.yale.edu>
13789         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
13791         * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
13792         (add-minor-mode): Don't make the variable buffer-local and add a
13793         reference to define-minor-mode in the docstring.
13795         * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
13796         HEADER/FOOTER and fix bug with trailing empty directory.
13797         (cvs-append-to-ignore): Use vc-editable-p if available.
13798         (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
13799         (vc-do-command): Tweak advice to handle the new VC.
13801         * log-view.el (log-view-goto-rev): New function for the new VC.
13802         (log-view-minor-wrap): Use mark-active.
13804         * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
13805         (log-edit-changelog-full-paragraphs): New var.
13806         (log-edit-insert-changelog): Remove a lonely leading `* file'.
13807         (log-edit-narrow-changelog, log-edit-changelog-paragraph)
13808         (log-edit-changelog-subparagraph, log-edit-changelog-entry)
13809         (log-edit-changelog-ours-p, log-edit-changelog-entries)
13810         (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
13811         Replace the `cvs' prefix with `log-edit'.
13813         * iswitchb.el (iswitchb-completion-help): Unquote lambda.
13815         * diff-mode.el (diff-font-lock-keywords): Recognize comments.
13816         (diff-font-lock-defaults): Explicitly turn off multiline.
13817         (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
13818         (diff-ediff-patch): Fix call to ediff-patch-file.
13819         (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
13820         Handle comments.
13822         * frame.el (automatic-hscrolling): Typo.
13824         * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
13826 2000-05-09  Sam Steingold  <sds@goems.com>
13828         * apropos.el (apropos-print): use `describe-face' instead of
13829         `customize-face-other-window'.
13831 2000-05-09  Dave Love  <fx@gnu.org>
13833         Changes mostly following Richard Sharman <rsharman@wave.home.com>.
13835         * help.el (describe-variable): Have customize button pop the
13836         help-xref stack when invoked.
13837         (help-xref-symbol-regexp): Add `face'.
13838         (help-make-xrefs): Check for quoted face names and adapt regexp
13839         submatch numbers to cope.
13840         (help-xref-interned): Maybe insert face doc too.  Separate
13841         sections with a line of hyphens.
13843         * faces.el:  Some doc fixes.  Declare some functions obsolete.
13844         (describe-face): Add customize button.  Return the help
13845         text.  Fix prompt.
13847 2000-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
13849         * term/internal.el (IT-character-translations): Fix last change.
13851 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
13853         * woman.el: New file
13854         (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
13856 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
13858         * term/internal.el (IT-character-translations): Update ASCII
13859         simulations for greek-iso8859-7, add latin-iso8859-14 and
13860         latin-iso8859-15.
13862         * international/mule-cmds.el (set-language-info-alist): Call
13863         define-prefix-command with 3 arguments, to make the map suitable
13864         for a menu.
13866 2000-05-07  Dave Love  <fx@gnu.org>
13868         * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
13870 2000-05-05  Dave Love  <fx@gnu.org>
13872         * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
13873         list in doc string.  Don't quote keyword symbols.
13874         * emacs-lisp/cl.el: Likewise
13875         * emacs-lisp/cl-seq.el: Likewise
13877 2000-05-05  Gerd Moellmann  <gerd@gnu.org>
13879         * abbrev.el (abbrev-mode): Make ARG optional.
13881 2000-05-04  Gerd Moellmann  <gerd@gnu.org>
13883         * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
13885         * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
13887         * subr.el (substitute-key-definition): Clarify documentation.
13889 2000-05-04  Milan Zamazal  <pdm@freesoft.cz>
13891         * glasses.el (glasses-convert-to-unreadable): Use
13892         `glasses-separator' instead of the hard-wired "_".
13893         (glasses-mode): Call `glasses-make-unreadable' only in a single
13894         place.
13896 2000-05-04  Eli Zaretskii  <eliz@is.elta.co.il>
13898         * term/internal.el (cjk-codepages-alist): Add associations for
13899         Chinese and Korean codepages.  Remove FIXME comment.
13901 2000-05-03  Dave Love  <fx@gnu.org>
13903         * time.el (display-time-mail-face, display-time-use-mail-icon):
13904         New option.
13905         (display-time-mail-icon): New variable.
13906         (display-time-string-forms): Use the above.  Fix the local-map.
13908 2000-05-03  Gerd Moellmann  <gerd@gnu.org>
13910         * replace.el (query-replace-map): Add binding for `E'.
13911         (query-replace-help): Extend help text.
13912         (perform-replace): Allow editing the replacement string.
13914         * make-mode.el (makefile-mode-abbrev-table): New variable.
13915         (makefile-mode): Set local abbrev table to
13916         makefile-mode-abbrev-table.
13917         (makefile-font-lock-keywords): Fontify includes and conditionals.
13919         * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
13920         set TOGGLE's value.
13922         * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
13923         mail-interactive-insert-alias.
13924         (mail-abbrev-complete-alias): New command.
13925         (mail-mode-map): Bind it to `M-TAB'.
13927 2000-05-03  Kenichi Handa  <handa@etl.go.jp>
13929         * language/lao-util.el (lao-compose-region): New function.
13931 2000-05-02  Gerd Moellmann  <gerd@gnu.org>
13933         * files.el (recover-session): Make directories as necessary
13934         if they don't exist yet.
13936         * calendar/cal-french.el
13937         (french-calendar-multibyte-special-days-array)
13938         (french-calendar-special-days-array): Change French text.
13939         (calendar-french-date-string): Change output.
13940         (calendar-goto-french-date): Likewise.
13942 2000-05-02  Per Abrahamsen  <abraham@dina.kvl.dk>
13944         * wid-edit.el (widget-default-active): Obey `:always-active'.
13945         (widget-documentation-string-value-create): Set `:always-active'.
13947 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
13949         * startup.el (auto-save-list-file-prefix): For ms-dos, set the
13950         default prefix to `~/_emacs.d/auto-save.list/_s'.
13951         (normal-top-level): Create the directory for auto-save files, if
13952         it doesn't already exist (in the ms-dos case only).
13954 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
13956         * international/mule-cmds.el (set-language-environment): Don't
13957         concat an integer (dos-codepage), use format instead.
13959 2000-05-02  Dave Love  <fx@gnu.org>
13961         * help.el (help-xref-on-pp): Check for constant symbols.
13963 2000-04-29  Gerd Moellmann  <gerd@gnu.org>
13965         * startup.el (normal-top-level): Put a condition-case around
13966         the code loading subdirs.el.
13968 2000-04-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13970         * ps-print.el: Upside-down and face background color printing,
13971         line number step, doc fix.
13972         (ps-print-version): New version number (5.2).
13973         (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
13974         (ps-face-attribute-list, ps-plot-with-face): Code fix.
13975         (ps-spool-config): Var fix.
13976         (ps-printer-name-option): Const fix.
13977         (ps-print-upside-down, ps-use-face-background)
13978         (ps-line-number-step): New vars.
13979         (ps-window-system, ps-lp-system): New consts.
13980         (ps-face-background): New fun.
13982 2000-04-28  Richard Stallman  <rms@gnu.org>
13984         * files.el (make-auto-save-file-name):
13985         Apply auto-save-file-name-transforms to visited file name
13986         before generating auto save file name.
13987         (auto-save-file-name-transforms): New variable.
13989         * files.el (backup-enable-predicate):
13990         Correctly test for a file under a temporary directory.
13992 2000-04-28  Gerd Moellmann  <gerd@gnu.org>
13994         * subr.el (add-minor-mode): Rewritten.
13996 2000-04-28  Kenichi Handa  <handa@etl.go.jp>
13998         * mail/sendmail.el (sendmail-send-it): Set
13999         buffer-file-coding-system to the selected coding system for MIME
14000         header.
14002 2000-04-27  Gerd Moellmann  <gerd@gnu.org>
14004         * dired.el (dired-move-to-filename-regexp): Allow format where
14005         YYYY is followed by two spaces.
14007         * progmodes/etags.el (etags-tags-completion-table): Add a `:'
14008         in the second character class of the regexp.
14010         * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
14011         mh-etc, too.
14013         * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
14014         nil.
14016         * subr.el (add-minor-mode): Use `set' instead of `setq'.
14018         * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
14019         argument.
14021 2000-04-27  Sen Nagata <sen@eccosys.com>
14023         * emacs-lisp/crm.el (crm-completion-table): New variable.
14024         (crm-collection-fn, crm-test-completion)
14025         (completing-read-multiple): Use it.
14027 2000-04-27  Dave Love  <fx@gnu.org>
14029         * help.el (locate-library): Use mapc.
14030         (help-manyarg-func-alist): Add call-process-region.
14032 2000-04-26  Gerd Moellmann  <gerd@gnu.org>
14034         * subr.el (add-minor-mode): Make argument MAP optional.
14036         * desktop.el (desktop-save): Save list of minor modes.
14037         (desktop-create-buffer): Restore minor modes.
14038         (desktop-minor-mode-table): New user-option.
14040         * subr.el (add-minor-mode): New function.
14042         * image.el (find-image): New function.
14043         (defimage): Rewritten to find image at load time.
14045         * startup.el (normal-top-level-add-to-load-path): Handle
14046         case that the default directory is not in load-path.
14048         * help.el: Old patch from Stefan Monnier.
14049         (help-xref-on-pp): New function.
14050         (describe-variable): Use it to display xrefs in a symbol's value.
14052 2000-04-26  Stefan Monnier  <monnier@cs.yale.edu>
14054         * cus-edit.el (custom-face): Fix parenthesis.
14056 2000-04-26  Kenichi Handa  <handa@etl.go.jp>
14058         * mail/rmail.el (rmail-expunge): When there are no deleted
14059         messages, do nothing.
14061 2000-04-26  Dave Love  <fx@gnu.org>
14063         * international/mule-cmds.el (locale-translation-file-name):
14064         Defvar to nil.
14065         (set-locale-environment): Set it here (at runtime).
14067 2000-04-25  Gerd Moellmann  <gerd@gnu.org>
14069         * replace.el (perform-replace): Add parameters START and END.  Use
14070         them instead of the check for a region in Transient Mark mode.
14071         (query-replace-read-args): Return two more list elements for the
14072         start and end of the region in Transient Mark mode.
14073         (query-replace, query-replace-regexp, query-replace-regexp-eval)
14074         (map-query-replace-regexp, replace-string, replace-regexp): Add
14075         optional last arguments START and END and pass them to
14076         perform-replace.
14078         * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
14079         form with additional arguments for perform-replace.
14081         * progmodes/etags.el (tags-query-replace): Add parameters START
14082         and END.  Construct a form with additional arguments for
14083         perform-replace.
14085         * simple.el (shell-command): Set default directory for "*Shell
14086         Command Output" buffer.
14088         * language/european.el (iso-latin-4): Fix typo.
14090         * emacs-lisp/crm.el: New file.
14092 2000-04-24  Dave Love  <fx@gnu.org>
14094         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
14095         (Custom-reset-saved, Custom-reset-standard)
14096         (custom-group-value-create, custom-group-set, custom-group-save)
14097         (custom-group-reset-current, custom-group-reset-saved)
14098         (custom-group-reset-standard): Use mapc.
14099         (custom-buffer-create-internal): Disable undo when creating items.
14100         Use mapc.
14101         (custom-face): Avoid redundant lambda.
14103 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
14105         * startup.el (auto-save-list-file-prefix): Set default to
14106         `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
14108 2000-04-24  Sam Steingold  <sds@gnu.org>
14110         * time-stamp.el (time-stamp-string-preprocess): Always convert
14111         `field-result' to a string.
14113 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
14115         * frame.el (scrolling): New group.
14116         (automatic-hscrolling): New user-option.
14118         * startup.el (command-line-x-option-alist): Add `-lsp' and
14119         `--line-spacing'.
14121 2000-04-19  Dave Love  <fx@gnu.org>
14123         * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
14124         (cl-mapc): Rename from mapc.  Fix the funcall.
14126 2000-04-19  Gerd Moellmann  <gerd@gnu.org>
14128         * simple.el (clone-indirect-buffer-other-window): New command.
14129         (clone-indirect-buffer): Add optional arg NORECROD.
14130         (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
14132         * help.el (resize-temp-buffer-window): Use count-screen-lines.
14134         * window.el (count-screen-lines): New function.
14135         (shrink-window-if-larger-than-buffer): Use count-screen-lines
14136         instead of window-buffer-height.
14138         * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
14139         non-existing variable comint-input-sentinel.
14140         (inferior-lisp-args-to-list): Removed.
14141         (inferior-lisp): Use split-string instead of
14142         inferior-lisp-args-to-list.
14144         * hexl.el (hexl-insert-hex-string): New command.
14146         * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
14147         instead of concat.
14149 2000-04-18  Gerd Moellmann  <gerd@gnu.org>
14151         * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
14152         at the start of an existing but empty folder.
14154 2000-04-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14156         * ps-mule.el: Customization fix, doc fix.
14157         (ps-multibyte-buffer): Customization fix.
14159 2000-04-17  Richard M. Stallman  <rms@gnu.org>
14161         * subr.el (read-passwd): Use read-char-exclusive.
14163 2000-04-17  Gerd Moellmann  <gerd@gnu.org>
14165         * textmodes/texinfo.el (texinfo-insert-@email)
14166         (texinfo-insert-@emph, texinfo-insert-@quotation)
14167         (texinfo-insert-@strong, texinfo-insert-@url): New functions.
14168         (texinfo-mode-map): Add key bindings for them.
14170         * files.el (basic-save-buffer-2): Use a template with `$'
14171         instead of `#' for VMS.
14173         * simple.el (clone-indirect-buffer): New function.
14175 2000-04-16  Stephen Eglen  <stephen@gnu.org>
14177         * iswitchb.el (iswitchb-case): New function.  If the user input
14178         contains any upper-case characters, the search is made
14179         case-sensitive.
14181 2000-04-17  Stefan Monnier  <monnier@cs.yale.edu>
14183         * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
14184         comment-end.
14185         (texinfo-font-lock-syntactic-keywords): New var.
14186         (texinfo-font-lock-keywords): Remove comment regexp.
14187         (texinfo-insert-block): New function.
14188         (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
14189         (texinfo-mode): Use define-derived-mode.  Tweak comment-start-skip
14190         and font-lock-defaults.  Use regexp-opt for outline-regexp.
14191         (texinfo-environments): New var.
14192         (texinfo-environment-regexp): Use regexp-opt and
14193         texinfo-environments.
14195         * textmodes/ispell.el (ispell-menu-map-needed): Check that
14196         ispell-process is bound since this might be eval'd before ispell
14197         is loaded.
14198         (ispell-message): Use a tiny bit less magic and a bit more hard
14199         data to figure out what kind of sc-cite-regexp to use.
14201         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
14203         * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
14204         (insert-cyclic-diary-entry): Unquote the lambda.
14206         * gud.el (gud-jdb-build-source-files-list): Fix typo.
14208         * files.el (backup-enable-predicate): Unquote the lambda.
14210         * cus-edit.el (custom-face, face): Unquote the lambda.
14212 2000-04-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14214         * ps-print.el: Check for line-beginning-position definition.
14216         * ps-print.el: Fix counting lines in a region.
14217         (ps-print-version): New version number (5.1.5).
14218         (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
14219         (ps-printing-region): Fun code fix.
14221 2000-04-15  Gerd Moellmann  <gerd@gnu.org>
14223         * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
14224         to file-directory-p.
14226 2000-04-14  Gerd Moellmann  <gerd@gnu.org>
14228         * gud.el (gud-jdb-build-source-files-list): Check that directory
14229         exists before calling directory-files.
14231 2000-04-13  Dave Love  <fx@gnu.org>
14233         * emacs-lisp/trace.el: Change maintainer.  Use new backquote
14234         syntax.
14236         * emacs-lisp/cl-specs.el: Remove when, unless.
14238         * emacs-lisp/cl-extra.el: Don't quote keywords.
14239         (cl-old-mapc): New variable.
14240         (mapc): Use it.
14241         (cl-map-intervals): Use with-current-buffer.  Don't check for
14242         next-property-change.
14243         (cl-map-overlays): Use with-current-buffer.
14244         (cl-expt): Remove.
14245         (copy-tree, remprop): Define unconditionally.
14247         * emacs-lisp/cl-compat.el (keywordp): Remove.
14249         * emacs-lisp/edebug.el (edebug-keywordp): Remove.  Change callers
14250         to use keywordp.
14251         (edebug-spec): Enable keywordp.
14253         * cus-edit.el (custom-sort-items): Avoid symbol-name with new
14254         string-lessp.
14256         * cus-start.el: Use keywordp.
14258 2000-04-13  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
14260         * diary-lib.el (include-other-diary-files): Fix the fix of
14261         2000-02-18 by doing a save-excursion.
14263 2000-04-13  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14265         * ps-print.el: Customization fix, doc fix.
14266         (ps-print-version): New version number (5.1.4).
14267         (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
14268         (ps-print-preprint): Adjust code.
14269         (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
14270         (ps-print-prologue-header, ps-print-control-characters)
14271         (ps-spool-config): Customization fix.
14273 2000-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
14275         * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
14276         converted to the new menu-item format, names silightly changed,
14277         help strings added.
14279         Support for spelling without async subprocesses:
14281         * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
14282         (ispell-session-buffer): New variables.
14283         (ispell-start-process, ispell-process-status,
14284         ispell-accept-output, ispell-send-string): New functions, for
14285         Ispell invocation when async subprocesses aren't supported.
14286         (ispell-word, ispell-pdict-save, ispell-command-loop,
14287         ispell-process-line, ispell-buffer-local-parsing): Replace calls
14288         to process-send-string with calls to ispell-send-string, and
14289         accept-process-output with ispell-accept-output.
14290         (ispell-init-process): Call ispell-process-status instead of
14291         process-status with.
14292         (ispell-init-process): Call ispell-start-process.  Call
14293         ispell-accept-output and ispell-send-string.  Don't call
14294         process-kill-without-query and kill-process if they are unbound.
14295         (ispell-async-processp): New function.
14297 2000-04-12  Dave Love  <fx@gnu.org>
14299         * info.el: Add debug-ignored-errors.
14300         (Info-mode-menu): Add some items.
14301         (Info-directory): Add autoload cookie.
14303         * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
14304         Modify `truncate-lines'.  Make `describe-language-environment'
14305         always visible and add help.  Modify `describe-key' help.  Invoke
14306         Info-directory from `info'.  New entry `emacs-manual'.
14308 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
14310         * progmodes/ebrowse.el (ebrowse-tree-mode): Use
14311         propertized-buffer-identification.
14312         (ebrowse-update-member-buffer-mode-line): Likewise.
14313         (ebrowse--mode-strings): Removed.
14314         (ebrowse--mode-line-props): Removed.
14316         * files.el (auto-mode-alist): Add `EBROWSE'.
14318         * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
14319         space before testing for end of buffer.
14320         (ebrowse-load): Removed.
14321         (ebrowse-revert-tree-buffer-from-file): Rewritten.
14322         (ebrowse-create-tree-buffer): Rewritten.
14323         (ebrowse-tree-mode): Read tree from buffer.
14325         * progmodes/ebrowse-ffh.el: Removed.
14327 2000-04-10  Kenichi Handa  <handa@etl.go.jp>
14329         * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
14331 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
14333         * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
14334         at the wrong place.
14336 2000-04-09  Dave Love  <fx@gnu.org>
14338         * files.el (backup-enable-predicate): Use
14339         temporary-file-directory, small-temporary-file-directory.
14340         (make-backup-file-name-function, backup-directory-alist): New
14341         variables.
14342         (make-backup-file-name-1): New function.
14343         (make-backup-file-name): Use it.
14344         (find-backup-file-name): Likewise.  Use format for clarity, not
14345         concat.
14346         (file-newest-backup): Use make-backup-file-name.
14348 2000-04-09  Gerd Moellmann  <gerd@gnu.org>
14350         * progmodes/ebrowse-ffh.el: New file.
14352         * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
14353         to ebrowse-ffh.el.
14354         (ebrowse-load): Add autoload.
14356         * finder.el (finder-commentary): Add autoload cookie.
14358         * mail/rfc2368.el: Correct author's email address.
14360         * progmodes/ebrowse.el: New file.
14362         * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
14363         item help string.
14364         (easy-menu-do-add-item): Ditto.
14365         (easy-menu-define): Extend doc string.
14367         * jit-lock.el (with-buffer-unmodified): Use
14368         restore-buffer-modified-p.
14369         (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
14370         (jit-lock-function, jit-lock-stealth-fontify): Don't use
14371         with-buffer-unmodified.
14373 2000-04-08  Dave Love  <fx@gnu.org>
14375         * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
14376         unless, when.
14378 2000-04-07  Mikio Nakajima  <minakaji@osaka.email.ne.jp>
14380         * viper-util.el (viper-put-on-search-overlay): New subroutine.
14381         (viper-flash-search-pattern): No operation when using Emacs
14382         doesn't support face.
14383         Use `viper-put-on-search-overlay'.
14385 2000-04-04  Gerd Moellmann  <gerd@gnu.org>
14387         * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
14388         like C-r.
14390         * progmodes/make-mode.el: Some doc fixes.
14391         (makefile-mode-abbrev-table): New variable.
14392         (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
14393         (makefile-font-lock-keywords): Fontify includes and conditionals.
14394         (toplevel): Require `dabbrev' and `add-log' when compiling.
14396         * replace.el (perform-replace): Don't move forward one char
14397         when MATCH-AGAIN is nil, and REGEXP-FLAG is t.  We don't want
14398         to do that because it leaves point 1 position after the last
14399         replacement, after everything has been replaced.
14401         * jit-lock.el (with-buffer-unmodified): New macro.
14402         (with-buffer-prepared-for-font-lock): Don't preserve buffer's
14403         modified state.
14404         (jit-lock-function-1): Extracted from jit-lock-function; not
14405         preserving buffer's modified state.
14406         (jit-lock-function, jit-lock-stealth-fontify): Call
14407         jit-lock-function-1.
14409         * mail/rfc2368.el: Remove supernumerary copyright line.
14411 2000-04-04  Milan Zamazal  <pdm@freesoft.cz>
14413         * glasses.el: Provide facilities for inserting space before left
14414         parentheses and uncapitalization of identifiers.
14415         (glasses-mode): Try to remove old overlays in all cases.
14417 2000-04-03  Gerd Moellmann  <gerd@gnu.org>
14419         * progmodes/compile.el (compile-internal): Display the compilation
14420         buffer in a different frame, if it's already displayed there.
14422         * mail/rfc2368.el: New file.
14424         * simple.el (sendmail-user-agent-compose): Recognize a `body'
14425         header and insert its value as mail body.
14427         * subr.el (member-ignore-case): New function.
14429         * dabbrev.el (dabbrev-ignored-regexps): New user-option.
14430         (dabbrev--find-expansion): Ignore buffers matching a regexp
14431         from dabbrev-ignored-regexps.
14433         * jka-compr.el (jka-compr-compression-info-list): Add `.z'
14434         to extensions handled by gzip.
14436 2000-04-03  Richard M. Stallman  <rms@gnu.org>
14438         * files.el (insert-directory): List the total free space
14439         along with the used space.
14441         * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
14442         line is followed by one that matches CITATION-REGEXP, end the
14443         paragraph.
14445 2000-04-03  Markus Rost  <rost@delysid.gnu.org>
14447         * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
14448         (rmail-make-basic-summary-line): Use that option.
14450 2000-04-03  Kenichi Handa  <handa@etl.go.jp>
14452         * international/mule-cmds.el (encoded-string-description):
14453         Rewritten.   Try pretty description for ISO 2022 escape sequences
14454         only if CODING-SYSTEM is based on ISO 2022.  Use uppercase letters
14455         for hexadecimal format.
14457 2000-04-01  Dave Love  <fx@gnu.org>
14459         * cpp.el: Change customization group to `c' from `C'.
14461         * vcursor.el (vcursor-move): Use display-color-p.
14463         * international/mule-util.el: Provide mule-utils.
14464         (string-to-sequence): Simplify and speed up.
14466         * international/mule.el (make-coding-system): Purecopy doc-string.
14468         * international/mule-cmds.el: Various menu changes.
14469         (describe-specified-language-support): Handle `Default'.
14470         (set-language-info): Purecopy `info'.
14472 2000-03-31  Andrew Innes  <andrewi@gnu.org>
14474         * vc.el (vc-backend-diff): Return the correct status if we had to
14475         retry the rcsdiff command without the --brief option.
14477 2000-03-31  Dave Love  <fx@gnu.org>
14479         * help.el (help-manyarg-func-alist): Correct several omissions.
14481         * add-log.el: Don't require cl, fortran.
14482         (add-log-current-defun-function): Doc fix.
14483         (change-log-version-number-regexp-list): Remove SCCS part.  Doc
14484         fix.
14485         (change-log-version-rcs): Function deleted.
14486         (change-log-version-number-search): Doc fix.  Use
14487         vc-workfile-version.  Avoid CL dolist.
14488         (add-change-log-entry): Just call add-log-current-defun to get
14489         defun.  Simplify somewhat.
14490         (change-log-get-method-definition-1): Likewise.
14491         (add-log-current-defun): Return nil if calling
14492         add-log-current-defun-function does so.  Move Fortran stuff to
14493         fortran.el.  Return string without properties.
14495         * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
14496         and :alpha: char classes.
14498         * mail/supercite.el: Defvar curline when compiling.
14499         (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
14500         (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
14501         rather than a-zA-Z0-9 to allow non-ASCII characters.
14503 2000-03-31  Gerd Moellmann  <gerd@gnu.org>
14505         * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
14507         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
14508         Re-enable new code.
14510         * lpr.el (print-region-1): Use -d to specify printer name for
14511         systems `usg-unix-v*, `dgux', `hpux', `irix'.
14513 2000-03-31  Dave Love  <fx@gnu.org>
14515         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
14516         for function definition in symbol's function value slot first
14517         instead of first consulting byte-compile-function-environment.
14519 2000-03-31  Kenichi Handa  <handa@etl.go.jp>
14521         * language/european.el ("Polish"): New language environment.
14522         (setup-polish-environment): New function.
14524 2000-03-30  Gerd Moellmann  <gerd@gnu.org>
14526         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
14527         Disable new code.
14529         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
14530         trying to `load' the symbol of an autoload instead of the file
14531         recorded in the autoload.  Fix error messages.
14533 2000-03-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14535         * ps-print.el: PostScript programming fix for ghostview, doc fix.
14536         (ps-print-version): New version number (5.1.3).
14537         (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
14538         (ps-insert-file, ps-output-boolean, ps-plot-with-face)
14539         (ps-generate-postscript-with-faces): Code fix.
14540         (ps-color-values): XEmacs compatibility.
14541         (ps-print-background-image, ps-print-background-text, ps-printer-name)
14542         (ps-default-fg, ps-default-bg): Adjust customization.
14543         (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
14544         (ps-color-scale): Renaming old ps-color-value fun.
14545         (ps-print-headers): Replace ps-print-header group to avoid conflict
14546         with ps-print-header variable.
14547         (ps-print-miscellany): New group.
14548         (ps-format-color, ps-rgb-color): New funs.
14549         (ps-default-foreground): New var.
14550         (ps-printer-name-option): New const.
14552 2000-03-30  Peter Breton  <pbreton@ne.mediaone.net>
14554         * net/net-utils.el:
14555         (network-connection-host, network-connection-service): New variables
14556         (network-connection-mode): New mode, derived from comint-mode
14557         (network-connection-mode-setup): New function, saves host and
14558         service information in local variables.
14560         * lisp/locate.el:
14561         (locate-word-at-point): Added this function
14562         (locate): Default to using locate-word-at-point as input
14563         Run dired-mode-hook
14565 2000-03-29  Dave Love  <fx@gnu.org>
14567         * calendar/appt.el: Doc fixes.
14568         (appt-check): Convert min-to-app to a string before passing to
14569         appt-disp-window-function or concat.
14570         (appt-delete-window): Remove test for frame-root-window.
14571         (appt-select-lowest-window, appt-convert-time): Simplify.
14573         * emacs-lisp/bytecomp.el: Doc fixes.
14574         (byte-compile-file-form-autoload): Update
14575         byte-compile-function-environment.
14577 2000-03-29  Andreas Schwab  <schwab@suse.de>
14579         * emacs-lisp/autoload.el: Also print defsubst doc string
14580         specially.
14582         * dired.el (dired-insert-directory): If dired-free-space-program
14583         failed just delete its output.
14585 2000-03-29  Dave Love  <fx@gnu.org>
14587         * international/iso-cvt.el: Move provide to end.  Doc fixes.
14588         (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
14589         (iso-iso2sgml, iso-sgml2iso): New functions.
14590         (iso-cvt-define-menu): Fix some entries and use backquote for
14591         clarity.
14593         * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
14595 2000-03-28  Gerd Moellmann  <gerd@gnu.org>
14597         * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
14598         ISO-DATE.  If non-nil, return date in ISO 8601 format.
14600 2000-03-26  Stefan Monnier  <monnier@cs.yale.edu>
14602         * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
14603         if it ever becomes used.
14604         (log-edit-mode-hook): Default to vc-log-mode-hook.
14605         (log-edit-mode): Fix the docstring.
14607         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
14608         the code.
14610 2000-03-26  Dave Love  <fx@gnu.org>
14612         * net/browse-url.el (browse-url): Re-fix case of
14613         browse-url-browser-function being an alist.
14614         (browse-url): Add :link to defgroup.
14616         * files.el: Doc fixes.
14617         (file-truename): Include `[' in wildcard characters.
14618         (automount-dir-prefix): Customize.
14619         (find-file-wildcards): Add :version.
14620         (find-file-noselect): Simplify a mapcar call.
14622         * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
14623         compatible with inf-lisp version.
14624         (eval-defun-1): Fix custom-declare-variable case.
14626 2000-03-25  Stefan Monnier  <monnier@cs.yale.edu>
14628         * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
14630 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
14632         * Makefile (COMPILE_FIRST): New macro.
14633         (compile-files): Compile files from COMPILE_FIRST first.
14635         * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
14636         code.
14638         * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
14639         matching open parenthesis in column 0 to defun-prompt-regexp
14640         only if open-paren-in-column-0-is-defun-start is set.
14642         * sun-curs.el: Require CL at compile-time only.
14644         * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
14645         instead of copy-list which is a function from CL.
14646         (msb--choose-menu, msb--mode-menu-cond)
14647         (msb--create-buffer-menu-2): Use dolist instead of mapc.
14648         (msb--init-file-alist): Use mapcar instead of mapcan.
14649         (msb--aggregate-alist): Use mapcar instead of mapcan.  Fix
14650         `(' in column 0 in doc string.
14651         (msb--add-separators): Use mapcar instead of mapcan.
14653         * cus-dep.el: Require CL at compile-time only.
14655 2000-03-24  Stefan Monnier  <monnier@cs.yale.edu>
14657         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
14658         (byte-compile-warnings): New warning `noruntime'.
14659         (byte-compile-constants, byte-compile-variables): Fix docstring.
14660         (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
14661         execute `eval-whenc-compile's body.
14662         (byte-compile-unresolved-functions): Fix docstring.
14663         (byte-compile-eval): New function.
14664         (byte-compile-callargs-warn): Check if the function will be available
14665         at runtime (via property `byte-compile-noruntime').
14666         (byte-compile-print-syms): New function.
14667         (byte-compile-warn-about-unresolved-functions): Also warn about
14668         `noruntime' functions (and use `byte-compile-print-syms').
14669         (byte-compile-file): Capitalize the message.
14671 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
14673         * mail/rmail.el (rmail-confirm-expunge): New user-option.
14674         (rmail-expunge): Ask for confirmation depending on the setting
14675         of rmail-confirm-expunge.
14677 2000-03-23  Gerd Moellmann  <gerd@gnu.org>
14679         * Makefile (bootstrap-clean): If $(emacs) exists, build
14680         loaddefs.el first.  A loaddefs.el that's not up-to-date might
14681         cause a bootstrap failure because things don't autoload as
14682         expected.
14684 2000-03-23  Dave Love  <fx@gnu.org>
14686         * net/browse-url.el: Restore previous use of
14687         browse-url-maybe-new-window.
14689 2000-03-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14691         * ps-print.el: Skip banner page fix.
14692         (ps-print-version): New version number (5.1.2).
14693         (ps-begin-file, ps-end-file, ps-generate): Code fix.
14695 2000-03-23  Dave Pearson  <davep@davep.org>
14697         * net/quickurl.el Changed the type of parameter passed to the
14698         function defined by `quickurl-format-function'. Before only the
14699         text of the URL was passed. Now the whole URL structure is passed
14700         and the function is responsible for extracting the parts it
14701         requires.  Changed the default of `quickurl-format-function'
14702         accordingly.
14703         (quickurl-insert): Changed the `funcall' of
14704         `quickurl-format-function' to match the above change.
14705         (quickurl-list-insert): Changed the `url' case so that it makes
14706         use of `quickurl-format-function', previous to this the format was
14707         hard wired.
14709 2000-03-22  Gerd Moellmann  <gerd@gnu.org>
14711         * startup.el: Change some spellings for the X Window System.
14713 2000-03-22  Stefan Monnier  <monnier@cs.yale.edu>
14715         * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
14716         up the code and the regexp and make sure the cursor is temporarily
14717         moved to the suspicious line while querying the user.
14719 2000-03-22  Jason Rumney  <jasonr@gnu.org>
14721         * w32-fns.el (w32-charset-info-alist): Initialize.
14723 2000-03-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14725         * ps-print.el: N-up last page fix.
14726         (ps-print-version): New version number (5.1.1).
14727         (ps-end-file, ps-end-job, ps-generate): Code fix.
14729 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
14731         * files.el (find-file-run-dired): Update docstring.
14732         (find-directory-functions): New hook.
14733         (find-file-noselect): Run find-directory-functions rather than
14734         calling dired directly.
14736         * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
14738         * pcvs.el: Add a minimal leading commentary.
14739         (cvs-make-cvs-buffer): Change the header part by removing the startup
14740         message and adding a `Module' entry.  Also replace the FOOTER and
14741         HEADER special fileinfos with the new support in ewoc for updating
14742         its own footer and header.
14743         (cvs-update-header): Update to use the header/footer of the ewoc.
14744         (cvs-mode): Use define-derived-mode and set truncate-lines to t.
14745         (cvs-is-within-p): New function.
14746         (cvs-mode-run): Take advantage of `save-some-buffers's new ability
14747         to only examine some subset of the buffers.
14749         * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
14750         `format' instead of our own ad-hoc functions.
14751         Remove HEADER and FOOTER cases, now handled in the EWOC.
14752         (cvs-fileinfo<): Remove HEADER and FOOTER cases.
14754         * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
14755         output to avoid scaring the user.
14756         (cvs-parse-table): Catch message for non-up-to-date commits.
14758         * pcvs-defs.el (cvs-startup-message): Remove.
14759         (cvs-global-menu): New autoloaded menu.
14761         * pcvs-util.el (cvs-string-fill): Remove.
14763         * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
14764         (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
14765         PP part of it and also make it work for footers and headers.
14766         (ewoc-create): Drop POS and BUFFER arguments.
14767         Use the DLL's dummy node to store the end-of-footer position.
14768         (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
14769         (ewoc-refresh): Remove unused `header' variable.
14770         (ewoc-(get|set)-hf): New functions.
14772         * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
14773         log-view-*-(message|file) and use easy-mmode-define-navigation.
14774         (log-view-message-re): Match SCCS format as well.
14775         And match the revision line rather than the dashed separator line.
14776         (log-view-mode): Use the new define-derived-mode.
14777         (log-view-current-tag): Fill in with an actual implementation.
14779         * cvs-status.el (cvs-status-(prev|next)): Rename from
14780         cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
14781         (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
14782         to let the output "breathe" a little more (more readable).
14783         (cvs-status-mode): Use the new define-derived-mode.
14785         * smerge-mode.el (smerge-auto-leave): New function and variable.
14786         (smerge-basic-map): Rename from smerge-basic-keymap.
14787         Change the bindings for smerge-diff-*.
14788         (smerge-*-map): Use easy-mmode-defmap.
14789         (smerge-(next|prev)): Use easy-mmode-define-navigation.
14790         (smerge-keep-*): Use smerge-auto-leave.
14792 2000-03-21  Jason Rumney  <jasonr@gnu.org>
14794         * cus-edit.el (custom-button-face): Use 3D look for w32.
14795         (custom-button-pressed-face): Likewise.
14797 2000-03-21  Gerd Moellmann  <gerd@gnu.org>
14799         * progmodes/etags.el (tags-case-fold-search): New user-option.
14800         (tags-loop-eval): New function.  Bind case-fold-search around eval
14801         depending on the value of tags-case-fold-search.
14802         (tags-loop-continue): Use tags-loop-eval.
14803         (find-tag-in-order): Bind case-fold-search depending on the value
14804         of tags-case-fold-search.
14806 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
14808         * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
14809         (diff-end-of-hunk): Return the end position for use in
14810         `easy-mmode-define-navigation'.
14811         (diff-recenter): Remove.
14812         (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
14813         of `easy-mmode-define-navigation'.
14814         (diff-kill-*): Rename `diff-*-kill' (for consistency with the
14815         previous renaming) and fix to use new names.
14816         (diff-merge-strings): Use \n as separator: simpler, faster.
14817         (diff-mode): Use `define-derived-mode'.
14819         * derived.el (define-derived-mode): Don't autoload anymore.
14820         Prefer the macro-only version provided by easy-mmode.el.
14822         * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
14823         `easy-mmode-define-derived-mode'.
14824         Use `combine-run-hooks'.
14825         (easy-mmode-define-navigation): New macro.
14827         * subr.el (combine-run-hooks): New function.
14829 2000-03-21  Kenichi HANDA  <handa@etl.go.jp>
14831         * term/x-win.el: Fontsets related initialization is simplified.
14833         * international/mule-diag.el (describe-font): Don't refer to
14834         global-fontset-alist, instead call font-list.
14835         (describe-fontset, list-fontsets, mule-diag): Likewise.
14836         (print-fontset): Adjusted for the change of fontset
14837         implementation.
14839         * international/fontset.el (x-charset-registries): Variable
14840         removed, instead the corresponding data is stored in the default
14841         fontset.
14842         (register-alternate-fontnames): Function removed.
14843         (resolved-ascii-font): Variable removed.
14844         (x-compose-font-name): Ignore the second argument REDOCE.
14845         (x-complement-fontset-spec): Complement only an ASCII font and
14846         element for those charsets than can use that ASCII font.
14847         (generate-fontset-menu): Don't refer to global-fontset-alist,
14848         instead call fontset-list.
14849         (uninstantiated-fontset-alist): Variable removed.
14850         (x-style-funcs-alist): Likewise.
14851         (fontset-default-styles): Likewise.
14852         (x-modify-font-name): Function removed.
14853         (create-fontset-from-fontset-spec): Ignore the argument
14854         STYLE-VARIANT.
14855         (create-fontset-from-ascii-font): Docsting adjusted for the above
14856         change.
14857         (instantiate-fontset, resolve-fontset-name): Functions removed.
14858         (fontset-list): Now implemented by C code.
14860         * faces.el (read-face-font): Fix TABLE arg to completing-read.
14861         (describe-face): Include `font' attribute in the description.
14863 2000-03-21  Kenichi Handa  <handa@etl.go.jp>
14865         * international/quail.el (quail-set-keyboard-layout): Typo fixed.
14867 2000-03-20  Gerd Moellmann  <gerd@gnu.org>
14869         * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
14870         ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
14871         zone-mode.el, snmp-mode.el: Moved to net subdirectory.
14873         * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
14874         about behavior of set-buffer-modified-p wrt redisplay.
14876 2000-03-19  Richard M. Stallman  <rms@gnu.org>
14878         * view.el (view-mode-disable): Kill local binding of view-read-only.
14880 2000-03-18  Gerd Moellmann  <gerd@gnu.org>
14882         * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
14883         is a string, convert it to a syntax cell using string-to-syntax.
14885         * simple.el (syntax-code-table, syntax-flag-table): New variables.
14886         (string-to-syntax): New function.
14888         * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
14889         (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
14890         try to use passive ftp mode.
14892 2000-03-17  Gerd Moellmann  <gerd@gnu.org>
14894         * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
14896         * simple.el (append-to-buffer): Update point of windows after
14897         insertion.
14899         * abbrev.el (inverse-add-abbrev): Identify word by first moving
14900         forward then moving backward.  Reindent.
14902         * frame.el (other-frame): Call x-focus-frame only if
14903         focus-follows-mouse is off.
14905 2000-03-17  Dave Love  <fx@gnu.org>
14907         * pcvs-util.el (cvs-strings->string): Rename
14908         replace-regexps-in-string.
14910 2000-03-17  Stefan Monnier  <monnier@cs.yale.edu>
14912         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
14913         regexp for labels cannot span several lines.
14915         * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
14916         `(setq :<key> ':<key>)' to the macro expansion.
14918 2000-03-16  Dave Love  <fx@gnu.org>
14920         * progmodes/f90.el (f90): Put custom group under `languages', not
14921         `fortran'.
14922         (f90-mode-hook): Customize.
14923         (f90-mode): Set add-log-current-defun-function.
14924         (f90-current-defun): New function.
14926 2000-03-16  Gerd Moellmann  <gerd@gnu.org>
14928         * cus-edit.el (custom-variable-tag-face): Handle case that
14929         default face's height is not a number.
14930         (custom-face-tag-face, custom-group-tag-face-1)
14931         (custom-group-tag-face): Ditto.
14932         (custom-group-tag-face-1): Add :group.
14934         * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
14936 2000-03-15  Gerd Moellmann  <gerd@gnu.org>
14938         * pcvs-defs.el (toplevel): Remove autoload cookie for form
14939         requiring easymenu.
14941 2000-03-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14943         * ps-print.el: PostScript user-defined prologue, PostScript error
14944         handler, doc fix.
14945         (ps-print-version): New version number (5.1).
14946         (ps-user-defined-prologue, ps-error-handler-message)
14947         (ps-print-prologue-0, ps-error-handler-alist): New vars.
14948         (ps-setup, ps-begin-file, ps-begin-job): Code fix.
14949         (ps-insert-string): New function.
14951 2000-03-15  Kenichi Handa  <handa@etl.go.jp>
14953         * international/ccl.el (ccl-compile-expression): Don't generate
14954         invalid self-assignment code.
14956 2000-03-14  Dave Love  <fx@gnu.org>
14958         * subr.el (replace-regexp-in-string): Renamed from
14959         replace-regexps-in-string.  Doc fix.
14961 2000-03-12  Dave Love  <fx@gnu.org>
14963         * cus-edit.el: Doc fixes.
14964         (customize-set-variable, customize-save-variable): Rename args for
14965         doc.
14966         (custom-variable-tag-face, custom-face-tag-face)
14967         (custom-group-tag-face-1, custom-group-tag-face): Modify from
14968         style which user identify as hyperlink.
14969         (hook): Don't add undefined functions to the hook.
14970         (debug-ignored-errors): Transfer message from bindings.el.
14972 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
14974         * recentf.el (recentf-keep-non-readable-files-p): Remove
14975         double/nested definition.
14977 2000-03-12  Dave Love  <fx@gnu.org>
14979         * facemenu.el (facemenu-get-face): Use display-color-p.
14980         * enriched.el (enriched-decode-foreground): Likewise.
14981         (enriched-decode-background): Likewise.
14982         * isearch.el (isearch-highlight): Likewise.
14983         * info-look.el (info-lookup): Likewise.
14984         * simple.el (completion-setup-function): Likewise.
14986         * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
14987         :options.
14989         * bindings.el (mode-line-format): Fix line-number and
14990         column-number items.  Add help-echo for the background.
14991         (mode-line-mule-info): Modify help-echo.
14993         * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
14995         * files.el (load-file): Allow completion to .elc.
14997         * man.el: Doc fixes.
14998         (Man-init-defvars): Use display-color-p to set fontification.
15000         * play/hanoi.el (hanoi-internal): Don't use oddp.
15002 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
15004         * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
15006         * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
15008 2000-03-12  Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
15010         * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
15011         Fix comment.
15013 2000-03-10  Stefan Monnier  <monnier@cs.yale.edu>
15015         * font-lock.el (font-lock-keywords): Fix the doc now that
15016         regexp-opt-depth is unnecessary.
15017         (save-buffer-state): Set an edebug spec.
15018         (font-lock-fontify-anchored-keywords): Properly handle the case when
15019         the matcher goes past the limit.
15021         * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
15022         pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
15024         * emacs-lisp/ewoc.el: New file.  This is a merge of elib-node.el,
15025         dll.el and cookie.el (from Elib) with heavy renaming and other
15026         massaging.
15028         * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
15029         Autoload the functions used.
15030         (easy-mmode-define-syntax): Fix CL typo.
15031         (easy-mmode-define-derived-mode): Improve the docstring generation.
15033 2000-03-10  Gerd Moellmann  <gerd@gnu.org>
15035         * textmodes/texinfo.el (texinfo-version): Variable and function
15036         removed.
15038 2000-03-09  Stefan Monnier  <monnier@cs.yale.edu>
15040         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
15041         allow more flexibility.
15042         (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
15043         fns.
15044         (easy-mmode-defmap, easy-mmode-defsyntax)
15045         (easy-mmode-define-derived-mode): New macros.
15047 2000-03-09  Didier Verna  <didier@xemacs.org>
15049         * rect.el (replace-rectangle): New function.
15051 2000-03-09  Dave Love  <fx@gnu.org>
15053         * progmodes/fortran.el (fortran-comment-line-start): Define as
15054         "C".
15055         (fortran-comment-line-start-skip): Don't match cpp stuff.
15056         (font-lock-keywords): Add * to comment-chars.  Grok cpp stuff.
15057         (fortran-mode-map): Remove over-eager custom-menu-create for now.
15058         (fortran-mode): Don't set fortran-comment-line-start-skip,
15059         fortran-comment-line-start here.  Set comment-start,
15060         add-log-current-defun.
15061         (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
15062         (fortran-current-defun): New function.
15064 2000-03-09  Gerd Moellmann  <gerd@gnu.org>
15066         * emacs-lisp/re-builder.el: New file.
15068         * mouse.el (mouse-drag-region): Don't run up-event handler
15069         if hscroll has changed.
15071         * octave-mod.el (octave-font-lock-keywords): To font-lock the
15072         builtin operators, use `font-lock-builtin-face' for Emacs and
15073         `font-lock-preprocessor-face' otherwise.
15075         * font-lock.el (lisp-font-lock-keywords-1): Highlight
15076         `(defun (setf foo)' differently.
15078 2000-03-08  Stefan Monnier  <monnier@cs.yale.edu>
15080         * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
15081         (regexp-opt): Update comment and adapt the code the new meaning of
15082         the `paren' argument of regex-opt-group for shy-groups.
15083         (regexp-opt-depth): Handle shy groups as well as backslashed
15084         backslashes.
15085         (regexp-opt-group): Turn the leading comment into a docstring.
15086         Allow `paren' to be a string (the string to use to open a group).
15087         Remove open-presuf and close-presuf.  Instead of checking for `all
15088         one-char' and then later on check for `several one-char', handle
15089         both cases close together.  Also apply a more generic algorithm
15090         for suffixes (the mirror image of the algorithm used for
15091         prefixes).  Use shy-groups.  Use nreverse rather than reverse.
15092         (regexp-opt-try-suffix): Removed.
15094         * cmuscheme.el (inferior-scheme-mode-map): Define it independently
15095         from comint-mode-map, so we can just inherit from it.  Also, move
15096         the initialization into the `defvar' since there's no docstring
15097         anyway and it's fairly short.
15098         (inferior-scheme-mode): Define it as derived-mode: the code is
15099         shorter and this way we inherit from comint-mode-map rather than
15100         copying it.
15102         * subr.el (replace-regexps-in-string): Properly handle the case
15103         where we match an empty string.
15105         * comint.el (comint-exec-1): Add the current-dir to the exec-path
15106         when the command has a directory component (such as "./testml").
15107         Also fix a typo in the comment.
15109 2000-03-08  Gerd Moellmann  <gerd@gnu.org>
15111         * Makefile (compile-files): Compile files one by one because
15112         that's the only way to ensure a clean compilation environment for
15113         each individual file.
15115         * frame.el (other-frame): Call x-focus-frame.
15117 2000-03-07  Dave Love  <fx@gnu.org>
15119         * recentf.el (recentf-keep-non-readable-files-p): Add :set,
15120         :require to defcustom.
15122         * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
15123         lists.
15125         * files.el (auto-mode-alist): Add configure.in.
15127         * progmodes/autoconf.el: New file.
15129 2000-03-07  Gerd Moellmann  <gerd@gnu.org>
15131         * mail/mh-e.el: Change maintainer to `none'.
15133         * recentf.el (recentf-keep-non-readable-files-p): Quote args
15134         to remove-hook and add-hook.
15136 2000-03-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
15138         * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
15139         it as the default.
15140         (mail-send): Test mail-send-nonascii also for the new `mime' value.
15141         (sendmail-send-it): Conditionally add MIME headers specifying the
15142         used character set.
15144 2000-03-07  Dave Love  <fx@gnu.org>
15146         * winner.el: Fix keywords, autoload cookies.  Split
15147         eval-when-compile form to avoid compilation failure.
15149 2000-03-07  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
15151         * international/mule.el: Modify comment about coding system
15152         property `coding-category'.
15153         (make-coding-system): New argument EOL-TYPE.  Pay attention to
15154         coding-category property of PROPERTIES.
15156         * international/mule-conf.el (coding-category-utf-8,
15157         coding-category-utf-16-be, coding-category-utf-16-le): New coding
15158         categories.  Include them in the argument for set-coding-priority.
15160         * international/mule-cmds.el (reset-language-environment): Include
15161         coding-category-utf-8, coding-category-utf-16-be, and
15162         coding-category-utf-16-le in the argument for set-coding-priority.
15163         (reset-language-environment): Initialize coding-category-utf-8,
15164         coding-category-utf-16-be, and coding-category-utf-16-le to nil.
15166 2000-03-06  Karl Fogel  <kfogel@red-bean.com>
15168         * bookmark.el (bookmark-file-or-variation-thereof): New func, for
15169         code abstracted out of `bookmark-jump-noselect'.  Now tries info
15170         extensions as well as compression extensions.
15171         (bookmark-jump-noselect): Use above new func.
15173 2000-03-03  Gerd Moellmann  <gerd@gnu.org>
15175         * strokes.el: Change maintainer's mail address.
15177 2000-03-03  Kenichi Handa  <handa@etl.go.jp>
15179         * international/mule-diag.el (list-character-sets): Make help-echo
15180         string by substitute-command-keys.
15181         (list-character-sets): Likewise.
15182         (sort-listed-character-sets): Call help-setup-xref.
15184 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
15186         * time.el (display-time-mail-file): Add `none' to the list of
15187         choices.
15189 2000-03-01  Dave Love  <fx@gnu.org>
15191         * help.el (help-xref-go-back): Don't try to set position.
15193         * international/mule-diag.el (list-character-sets): Call
15194         help-setup-xref.  Add help-echo to xrefs.
15195         (list-character-sets-1): Add help-echo to xrefs.
15197 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
15199         * frame.el (blink-cursor-mode): Switch cursor on when turning
15200         the mode off.
15202         * add-log.el (add-log-current-defun): Add support for
15203         Autoconf mode.
15205         * mail/rmail.el (rmail-quit-hook): New variable.
15207 2000-03-01  Dave Love  <fx@gnu.org>
15209         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
15211         * help.el (help-xref-button): Add help-echo arg.
15212         (describe-function-1, describe-variable, help-make-xrefs): Use it.
15214         * faces.el (list-faces-display): Supply help-echo with
15215         help-make-xrefs.
15217         * facemenu.el (list-text-properties-at): Set help-xref-stack to
15218         nil.
15220 2000-03-01  Gerd Moellmann  <gerd@gnu.org>
15222         * image.el (defimage): Look for image files in load-path.
15224         * frame.el (busy-cursor-delay-seconds): Change type to
15225         `number'.
15227 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
15229         * recentf.el (recentf): Added version tag to the defgroup of
15230         recentf.
15232 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
15234         * recentf.el (recentf-cleanup): Changed to remove excluded file
15235         too.
15236         (recentf-edit-list-action): `recentf-edit-list' checkbox widget
15237         action to select/unselect a file.
15238         (recentf-edit-list): Code cleanup and improvement.
15239         (recentf-open-more-files-action): `recentf-open-more-files' button
15240         widget action to open a file.
15241         (recentf-open-more-files): No more use standard completion but
15242         widgets.
15243         (recentf-more-collection): Deleted.
15244         (recentf-more-history): Deleted.
15245         (recentf-setup-more-completion): Deleted.
15247 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
15249         * recentf.el (recentf-mode): No more needs that Emacs is running
15250         under a window-system.
15252 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
15254         * recentf.el (recentf-edit-list): New command to edit the recent
15255         list which allow the user to remove files.
15256         (recentf-edit-selected-items): New global variable, used by
15257         `recentf-edit-list' to hold the list of files to be removed from
15258         the recent list.
15259         (recentf-make-menu-items): Updated to display a "Edit list..."
15260         menu item.  Minor code cleanup.
15262 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
15264         * recentf.el (recentf-open-more-files): New command to open files
15265         that are not displayed in the menu.
15266         (recentf-more-collection): New global variable holding the set of
15267         permissible completions used by `recentf-open-more-files'.
15268         (recentf-more-history): New global variable holding the history list
15269         used by `recentf-open-more-files' completion.
15270         (recentf-setup-more-completion): New function to setup completion for
15271         `recentf-open-more-files'.
15272         (recentf-make-menu-items): Updated to display a "More..." menu item.
15274 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
15276         * recentf.el (recentf-menu-action): Doc fixed.
15278 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
15280         * recentf.el (recentf-menu-filter): Doc updated.
15281         (recentf-update-menu-hook): Allow menu filters to force menu update.
15282         (recentf-make-menu-items): New menu filter handling.
15283         (recentf-make-menu-item): New helper function.
15284         (recentf-menu-elements): New menu handling function.
15285         (recentf-sort-ascending): Updated to new menu filter handling.
15286         (recentf-sort-descending): Updated to new menu filter handling.
15287         (recentf-sort-basenames-ascending): New menu filter function.
15288         (recentf-sort-basenames-descending): New menu filter function.
15289         (recentf-show-basenames): New menu filter function.
15290         (recentf-show-basenames-ascending): New menu filter function.
15291         (recentf-show-basenames-descending): New menu filter function.
15293 2000-02-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
15295         * diary-lib.el (list-diary-entries): Don't try to go forward at
15296         the end of the buffer.
15298 2000-02-29  Kenichi Handa  <handa@etl.go.jp>
15300         * international/mule-diag.el (list-character-sets): Completely
15301         rewritten.
15302         (sort-listed-character-sets): New function.
15303         (list-character-sets-1): Completely rewritten.
15304         (list-character-sets-2): New function.
15305         (non-iso-charset-alist): New variable.
15306         (decode-codepage-char): New function.
15307         (charset-history): New variable.
15308         (read-charset) (list-block-of-chars)
15309         (list-iso-charset-chars)
15310         (list-non-iso-charset-chars)
15311         (list-charset-chars): New functions.
15312         (mule-diag): Call list-character-sets-2, not
15313         list-character-sets-2.
15314         (dump-charsets): Likewise.
15316 2000-02-29  Gerd Moellmann  <gerd@gnu.org>
15318         * dired-x.el (dired-filename-at-point): Add `@' to valid
15319         file name characters.
15320         (dired-filename-at-point): Handle ange-ftp file names.
15322         * frame.el (frame-notice-user-settings): Use assq-delete-all
15323         instead of assoc-delete-all.
15324         (frame-notice-user-settings): Ditto.
15326         * subr.el (assq-delete-all): Renamed from assoc-delete-all.
15327         Don't copy alist.
15329 2000-02-28  Eli Barzilay  <eli@cs.cornell.edu>
15331         * calculator.el (calculator-use-menu): New option.
15332         (calculator-initial-bindings): Changed some bindings to work as
15333         macros.
15334         (calculator-forced-input): Removed.
15335         (calculator-restart-other-mode): New variable.
15336         (calculator-mode-map): Set up menu.
15338 2000-02-28  Jari Aalto  <jari.aalto@poboxes.com>
15340         * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
15341         tags.
15343 2000-02-28  Michael Kifer  <kifer@cs.sunysb.edu>
15345         * viper-cmd.el (viper-envelop-ESC-key): added the option to
15346         translate all ESC key sequences.
15347         (viper-goto-mark-subr): restore markers for files for which
15348         they were saved.
15349         * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
15350         * viper-util.el (viper-set-replace-overlay-glyphs,
15351         viper-set-replace-overlay): always check if the replacement
15352         overlay is live.
15353         * viper.el (viper-vi-state-mode-list): added major modes.
15354         * ediff-wind.el: minor comment changes.
15355         * ediff.el: copyright notice date fix.
15357 2000-02-27  Jason Rumney  <jasonr@gnu.org>
15359         * faces.el (face-font-family-alternatives): Add arial to helv.
15360         (mode-line, header-line, tool-bar): Same default as x for w32.
15361         (fixed-pitch, variable-pitch): Remove wildcard as it prevents
15362         face-font-family-alternatives from working.
15363         * term/w32-win.el (mouse-set-font): Do not build fontset from
15364         chosen font.
15366 2000-02-25  Sam Steingold  <sds@goems.com>
15368         * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
15369         properly.
15371 2000-02-25  Richard M. Stallman  <rms@gnu.org>
15373         * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
15375 2000-02-25  Gerd Moellmann  <gerd@gnu.org>
15377         * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
15378         writable.
15380         * frame.el (busy-cursor-delay-seconds): New option.
15382 2000-02-24  Gerd Moellmann  <gerd@gnu.org>
15384         * frame.el (show-cursor-in-non-selected-windows): New option.
15386 2000-02-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
15388         * diary-lib.el (include-other-diary-files): Undo the selective
15389         display in any included file and don't kill it.
15391 2000-02-24  Eli Zaretskii  <eliz@is.elta.co.il>
15393         * dired.el (dired-mode-map): Don't remove "Edit" from the menu
15394         bar.  Menu items converted to (menu-item format, help strings
15395         added.
15396         [downcase, upcase]: Don't enable on MS-DOS.
15397         [symlink, symlinks]: Don't show if make-symbolic-link is not
15398         bound.
15399         [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
15401 2000-02-23  Dave Love  <fx@gnu.org>
15403         * simple.el (zap-to-char, kill-line, kill-region, kill-word)
15404         (backward-kill-word): Revert addition of * to interactive spec --
15405         it's a feature.
15407         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
15408         (backward-kill-sentence, kill-sentence): Likewise.
15410         * gud.el (gud-jdb-build-class-source-alist): Prepend space to
15411         scratch buffer name.
15412         (gud-format-command): Use int-to-string in ?l case.  Simplify
15413         slightly.
15415         * term/w32-win.el (internal-face-interactive): Update prompt for
15416         new read-face-name.
15418         * mail/footnote.el (footnote): Add :version to defgroup.
15419         (footnote-section-tag-regexp): Customize.
15420         (footnote-start-tag, footnote-end-tag): New option.
15421         (footnote-latin-regexp): New variable.
15422         (Footnote-latin): New function.
15423         (footnote-style-alist): Add element for latin style.
15424         (footnote-style): Moved.
15425         (Footnote-goto-footnote): Use eq to test arg.
15427         * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
15429         * emacs-lisp/byte-opt.el: Change old backquote syntax.
15430         (byte-compile-trueconstp): Include keywords.
15431         (byte-optimize-quote, byte-optimize-lapcode): Use
15432         byte-compile-const-symbol-p.
15433         (byte-optimize-char-before): New optimization.
15435         * emacs-lisp/bytecomp.el: Change old backquote syntax.
15436         (byte-compile-const-symbol-p): New function.
15437         (byte-compile-constp, byte-compile-out-toplevel)
15438         (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
15439         Use it.
15441         * subr.el (define-key-after): Default AFTER to t.  Doc fix.
15443 2000-02-23  Kenichi Handa  <handa@etl.go.jp>
15445         * international/encoded-kb.el: Be sure to update minor-mode-alist
15446         and minor-mode-map-alist.
15447         (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
15448         codes SS2 and SS3 correctly.
15449         (encoded-kbd-self-insert-ccl): New function.
15450         (encoded-kbd-setup-keymap): New function.
15451         (encoded-kbd-mode): Handle CCL based coding system.  Setup keymap
15452         by calling encoded-kbd-setup-keymap.
15454         * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
15455         characters.
15456         (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
15457         locally.
15459 2000-02-22  Dave Love  <fx@gnu.org>
15461         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
15462         (lisp-mode-map, lisp-interaction-mode-map): Define all inside
15463         defvar.
15464         (lisp-mode-syntax-table): Set up for #|...|# comments.
15465         (lisp-imenu-generic-expression): Purecopy strings.  Use syntax
15466         classes.  Match `defface'.
15467         (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
15468         (eval-defun-1): Fix for defcustom.
15469         (lisp-indent-region): Doc fix.
15471         * subr.el (when, unless, split-string): Doc fix.
15472         (read-passwd): Move call of clear-this-command-keys to the right
15473         place.
15474         (replace-regexps-in-string): New function.
15476 2000-02-22  Gerd Moellmann  <gerd@gnu.org>
15478         * help.el (describe-variable): Set syntax table to
15479         emacs-lisp-mode-syntax-table when moving forward over the
15480         symbol's name.
15482 2000-02-22  Dave Love  <fx@gnu.org>
15484         * xt-mouse.el: Doc fixes.
15485         (xterm-mouse-position-function): New function, replacing advice of
15486         mouse-position.
15487         (xterm-mouse-mode): Use it.  Don't turn on under a window system.
15489         * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
15491 2000-02-21  Gerd Moellmann  <gerd@gnu.org>
15493         * format.el (format-annotate-single-property-change): Handle
15494         properties.with dotted-list values.
15495         (format-proper-list-p): New function.
15497         * enriched.el (enriched-face-ans): Handle '(foreground-color
15498         . COLOR) and (background-color . COLOR).
15500 2000-02-20  Dave Love  <fx@gnu.org>
15502         * textmodes/flyspell.el (flyspell-mouse-map): Change definition
15503         and assignments to it.
15504         (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
15505         current local map.
15506         (make-flyspell-overlay): Use it.
15507         (flyspell-correct-word/mouse-keymap): Change XEmacs test.
15509         * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
15510         (lm-get-header-re): Defun, not defsubst.
15511         (lm-get-package-name): Defun, not defsubst.  Simplify.
15512         (lm-version): Doc fix.  Simplify.
15513         (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
15514         (lm-crack-address, lm-last-modified-date, lm-commentary)
15515         (lm-verify, lm-synopsis): Simplify.
15516         (lm-report-bug): Require emacsbug.  Use compose-mail.
15518 2000-02-20  Gerd Moellmann  <gerd@gnu.org>
15520         * dired.el (dired-mode): Call propertized-buffer-identification
15521         to set mode-line-buffer-identification to something having
15522         the right text properties.
15524         * bindings.el (propertized-buffer-identification): New function.
15526 2000-02-20  Dave Love  <fx@gnu.org>
15528         * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
15529         check for t-mouse too.
15531         * cus-start.el: Make echo-keystrokes `number'.
15533 2000-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
15535         * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
15536         Don't call ring-empty-p unless tags-location-ring is bound.
15537         From Noah Friedman <friedman@splode.com>.
15539 2000-02-18  Thien-Thi Nguyen  <ttn@gnu.org>
15541         * progmodes/hideshow.el (hs-flag-region): No longer use
15542         `intangible' overlay property.
15544         (hs-toggle-hiding): New command.
15545         (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
15547         (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
15548         Fix omission bug: Run `hs-minor-mode-hook' for both activation
15549         and deactivation.
15551 2000-02-18  Gerd Moellmann  <gerd@gnu.org>
15553         * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
15555 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
15557         * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
15559         * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
15560         of `*' to handle `(* ... *)' comments.
15562 2000-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
15564         * faces.el (list-faces-display): Use display-mouse-p instead of
15565         window-system.
15567         * menu-bar.el (global-map): Menu-bar items converted to the new
15568         format (menu-item..., rearranged for better CUA compliance, and
15569         their names changed for better clarity.  Help strings added.
15571         * international/mule-cmds.el (mule-menu-keymap)
15572         (describe-language-environment-map, set-coding-system-map)
15573         (setup-language-environment-map): Convert to new (menu-item...
15574         form, add help strings.  Change names of menu items for better
15575         clarity.  "Mule" menu-bar item removed (it's now in the "Options"
15576         submenu).
15578 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
15580         * dired-aux.el (dired-do-copy): Remove spurious character.`n'
15581         within the code.
15583 2000-02-16  Dave Love  <fx@gnu.org>
15585         * faces.el: Don't require custom.  Add more specific :groups to
15586         various deffaces.
15587         (set-face-attribute): Purecopy args.
15588         (read-face-name): Default to name at point and use it in prompt.
15589         Remove colon from arg in all callers.
15590         (list-faces-display): Hyperlink to face descriptions and customize
15591         buffers.
15593 2000-02-16  Per Abrahamsen  <abraham@dina.kvl.dk>
15595         * wid-edit.el (widget-match-inline): An atom never matches a
15596         list.
15598 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
15600         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
15601         at ':' characters by call to split-string.
15603 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
15605         * textmodes/bibtex.el: Added RCS version identification.
15607 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
15609         * textmodes/bibtex.el: Some temporary comments removed.
15610         (bibtex-field-name, bibtex-entry-type): Made the relationship
15611         explicit.
15612         (bibtex-field-const): Allow capital letters.
15613         (bibtex-start-of-string): Deleted because unused.
15615         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
15616         use the term 'reference' to describe a bibtex entry as a whole.
15617         Further, reference keys are no longer called 'labels'.
15618         (bibtex-keys): Renamed to bibtex-reference-keys.
15619         (bibtex-reformat-previous-labels): Renamed to
15620         bibtex-reformat-previous-reference-keys.
15621         (bibtex-reference-type): Renamed to bibtex-entry-type.
15622         (bibtex-reference-head): Renamed to bibtex-entry-head.
15623         (bibtex-reference-maybe-empty-head): Renamed to
15624         bibtex-entry-maybe-empty-head.
15625         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
15626         (bibtex-search-reference): Renamed to bibtex-search-entry.
15627         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
15628         bibtex-enclosing-entry-maybe-empty-head.
15629         (bibtex-entry-field-alist, bibtex-entry-head,
15630         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
15631         bibtex-map-entries, bibtex-search-entry,
15632         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
15633         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15634         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
15635         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
15636         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
15637         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
15638         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
15640 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
15642         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
15643         comment.
15644         (bibtex-format-field-delimiters): New function, functionality
15645         extracted from bibtex-format-entry.
15646         (bibtex-autokey-get-yearfield-digits): New function, functionality
15647         extracted from bibtex-autokey-get-yearfield.
15649         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
15650         entries in order to avoid stack overflow in the regexp matcher if
15651         field contents become large.
15652         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
15653         bibtex-field-string-part-not-braced,
15654         bibtex-field-string-part-no-inner-braces,
15655         bibtex-field-string-part-1-inner-brace,
15656         bibtex-field-string-part-2-inner-braces,
15657         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
15658         bibtex-field-string-quoted, bibtex-field-string,
15659         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
15660         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
15661         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
15662         as parsing is now performed by the following functions.
15663         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
15664         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
15665         bibtex-parse-field-string, bibtex-search-forward-field-string,
15666         bibtex-parse-association, bibtex-field-name-for-parsing,
15667         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
15668         bibtex-search-forward-field, bibtex-search-backward-field,
15669         bibtex-start-of-field, bibtex-end-of-field,
15670         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
15671         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
15672         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
15673         bibtex-parse-string, bibtex-search-forward-string,
15674         bibtex-search-backward-string, bibtex-start-of-string,
15675         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
15676         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
15677         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
15678         entries.  Instead of reporting the results of the parsing by
15679         match-beginning or match-end, these functions return data structures
15680         that hold the corresponding positions.
15681         (bibtex-enclosing-field): Changed to also report field boundaries by
15682         return values rather than by match-beginning or match-end.  The
15683         following functions have been adapted to use the new parsing
15684         functions.
15685         (bibtex-skip-to-valid-entry, bibtex-search-reference,
15686         bibtex-enclosing-field, bibtex-format-entry,
15687         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
15688         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
15689         bibtex-print-help-message, bibtex-end-of-entry,
15690         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
15691         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15692         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
15693         method for parsing.
15694         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
15695         bibtex-map-entries, bibtex-flash-head,
15696         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
15697         bibtex-autokey-change, bibtex-autokey-get-namefield,
15698         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
15699         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15700         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
15701         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15702         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
15703         order to make the new binding of case-fold-search immediately
15704         visible.
15706 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
15708         * textmodes/bibtex.el: Copyright notice is up to date.
15709         Added constant 'bibtex-maintainer-salutation.
15711         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
15712         than make-temp-name, use match-string-no-properties and eliminate
15713         a quadratic behavior when building bibtex-strings.
15715         * bibtex.el (bibtex-reference-key): Accept string entries whose
15716         reference key contains upper case letters.
15718 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
15720         * bibtex.el (bibtex-reference-head): Allow entries to start with
15721         a new line.
15723 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
15725         * bibtex.el: Hiding of entry bodies is not longer provided by
15726         bibtex.el directly.  Instead the hideshow package can be used.
15727         Added a special bibtex entry to hs-special-modes-alist.
15728         (bibtex-hs-forward-sexp): Added for hideshow.el.
15730 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
15732         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
15733         at ':' characters by call to split-string.
15735 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
15737         * textmodes/bibtex.el: Added RCS version identification.
15739 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
15741         * textmodes/bibtex.el: Some temporary comments removed.
15742         (bibtex-field-name, bibtex-entry-type): Made the relationship
15743         explicit.
15744         (bibtex-field-const): Allow capital letters.
15745         (bibtex-start-of-string): Deleted because unused.
15747         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
15748         use the term 'reference' to describe a bibtex entry as a whole.
15749         Further, reference keys are no longer called 'labels'.
15750         (bibtex-keys): Renamed to bibtex-reference-keys.
15751         (bibtex-reformat-previous-labels): Renamed to
15752         bibtex-reformat-previous-reference-keys.
15753         (bibtex-reference-type): Renamed to bibtex-entry-type.
15754         (bibtex-reference-head): Renamed to bibtex-entry-head.
15755         (bibtex-reference-maybe-empty-head): Renamed to
15756         bibtex-entry-maybe-empty-head.
15757         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
15758         (bibtex-search-reference): Renamed to bibtex-search-entry.
15759         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
15760         bibtex-enclosing-entry-maybe-empty-head.
15761         (bibtex-entry-field-alist, bibtex-entry-head,
15762         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
15763         bibtex-map-entries, bibtex-search-entry,
15764         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
15765         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15766         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
15767         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
15768         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
15769         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
15770         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
15772 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
15774         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
15775         comment.
15776         (bibtex-format-field-delimiters): New function, functionality
15777         extracted from bibtex-format-entry.
15778         (bibtex-autokey-get-yearfield-digits): New function, functionality
15779         extracted from bibtex-autokey-get-yearfield.
15781         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
15782         entries in order to avoid stack overflow in the regexp matcher if
15783         field contents become large.
15784         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
15785         bibtex-field-string-part-not-braced,
15786         bibtex-field-string-part-no-inner-braces,
15787         bibtex-field-string-part-1-inner-brace,
15788         bibtex-field-string-part-2-inner-braces,
15789         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
15790         bibtex-field-string-quoted, bibtex-field-string,
15791         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
15792         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
15793         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
15794         as parsing is now performed by the following functions.
15795         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
15796         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
15797         bibtex-parse-field-string, bibtex-search-forward-field-string,
15798         bibtex-parse-association, bibtex-field-name-for-parsing,
15799         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
15800         bibtex-search-forward-field, bibtex-search-backward-field,
15801         bibtex-start-of-field, bibtex-end-of-field,
15802         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
15803         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
15804         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
15805         bibtex-parse-string, bibtex-search-forward-string,
15806         bibtex-search-backward-string, bibtex-start-of-string,
15807         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
15808         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
15809         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
15810         entries.  Instead of reporting the results of the parsing by
15811         match-beginning or match-end, these functions return data structures
15812         that hold the corresponding positions.
15813         (bibtex-enclosing-field): Changed to also report field boundaries by
15814         return values rather than by match-beginning or match-end.  The
15815         following functions have been adapted to use the new parsing
15816         functions.
15817         (bibtex-skip-to-valid-entry, bibtex-search-reference,
15818         bibtex-enclosing-field, bibtex-format-entry,
15819         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
15820         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
15821         bibtex-print-help-message, bibtex-end-of-entry,
15822         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
15823         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15824         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
15825         method for parsing.
15826         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
15827         bibtex-map-entries, bibtex-flash-head,
15828         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
15829         bibtex-autokey-change, bibtex-autokey-get-namefield,
15830         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
15831         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15832         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
15833         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15834         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
15835         order to make the new binding of case-fold-search immediately
15836         visible.
15838 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
15840         * textmodes/bibtex.el: Copyright notice is up to date.
15841         Added constant 'bibtex-maintainer-salutation.
15843         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
15844         than make-temp-name, use match-string-no-properties and eliminate
15845         a quadratic behavior when building bibtex-strings.
15847         * bibtex.el (bibtex-reference-key): Accept string entries whose
15848         reference key contains upper case letters.
15850 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
15852         * bibtex.el (bibtex-reference-head): Allow entries to start with
15853         a new line.
15855 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
15857         * bibtex.el: Hiding of entry bodies is not longer provided by
15858         bibtex.el directly.  Instead the hideshow package can be used.
15859         Added a special bibtex entry to hs-special-modes-alist.
15860         (bibtex-hs-forward-sexp): Added for hideshow.el.
15862 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
15864         * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
15865         proceedings entry type (for cross referencing). Thanks to Wagner
15866         Toledo Correa for the suggestion.
15868         * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
15870 2000-02-14  Kenichi Handa  <handa@etl.go.jp>
15872         * international/characters.el: Setup case table for Vietnamese.
15874 2000-02-12  Gerd Moellmann  <gerd@gnu.org>
15876         * uniquify.el (toplevel): Require CL at compile time.
15877         (uniquify-push): Removed.
15879         * shadowfile.el (shadow-when): Removed.
15881         * tempo.el (tempo-dolist, tempo-mapc): Removed.
15882         (tempo-process-and-insert-string): Use dolist instead of
15883         tempo-dolist.
15885         * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
15886         regexp for paragraph-start.
15888         * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
15889         commas as well.
15891 2000-02-10  Dave Love  <fx@gnu.org>
15893         * wid-edit.el: (widgets) [defgroup]: Remove url link.
15894         (widget-color-choice-list, widget-color-history, widget-mouse-help):
15895         Deleted.
15896         (widget-specify-field, widget-specify-button): Don't use
15897         widget-mouse-help as help-echo property.
15898         (default): Use #'ignore for :validate and :mouse-down-action.
15899         (checkbox): Add help-echo.
15900         (widget-sexp-validate): Rewritten to clarify error messages.
15901         (character): Use char-valid-p in :match function.
15902         (widget-color-complete): Use facemenu-color-alist.
15903         (widget-color-action): Use facemenu-read-color.
15905         * emacs-lisp/cl-macs.el: Don't bother testing for defalias.  Don't
15906         set up `caar' &c that we now have.
15908 2000-02-09  Ray Blaak  <blaak@gnu.org>
15910         * delphi.el: Make resourcestring a declaration region, like const
15911         and var.
15913 2000-02-09  Dave Love  <fx@gnu.org>
15915         * bindings.el (mode-line-input-method-map): New variable.
15916         (mode-line-mule-info): Use it; fix last change.
15917         (mode-line-mode-menu): Move definition.
15918         (mode-line-mouse-sensitive-p): Deleted.
15919         (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
15920         (make-mode-line-mouse-sensitive): Deleted.  Body moved to top
15921         level.
15923         * startup.el (command-line-1): Don't call
15924         make-mode-line-mouse-sensitive.
15926 2000-02-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
15928         * mail/rmail.el (rmail-retry-failure): Use
15929         rmail-beginning-of-message before rmail-toggle-header, because the
15930         former toggles headers.
15932 2000-02-06  Stefan Monnier  <monnier@cs.yale.edu>
15934         * diff-mode.el (diff-kill-junk): New interactive function.
15935         (diff-reverse-direction): Use delete-and-extract-region.
15936         (diff-post-command-hook): Restrict the area so that the hook also works
15937         outside of any diff hunk.  This is necessary for the minor-mode.
15938         (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
15939         (diff-minor-mode): Setup the hooks for header-hunk rewriting.
15941         * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
15942         (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
15943         so that it can be used more easily in <foo>-mode-hook.  Also make sure
15944         to avoid duplicate entries.
15945         (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
15946         (font-lock-remove-keywords): Just as was done for `add', allow it to
15947         work even if font-lock-mode is nil.  Also make sure we don't modify
15948         any pre-existing list by forcing a copy-sequence.  Finally rename
15949         `major-mode' to `mode'.
15950         (font-lock-fontify-syntactic-anchored-keywords)
15951         (font-lock-fontify-anchored-keywords)
15952         (font-lock-fontify-keywords-region): Use line-end-position.
15953         Don't make `font-lock-multiline' local (it's now done in
15954         font-lock-set-defaults).
15955         (font-lock-set-defaults): Make `font-lock-multiline' local.  Also
15956         move the `font-lock-fontified' creation to inside the `unless'.
15958 2000-02-06  Andrew Innes  <andrewi@gnu.org>
15960         * term/w32-win.el (x-handle-args): Comment out call to message,
15961         which occurs before window system is initialized.
15963         * makefile.nt: Add support for recompiling lisp code.
15965 2000-02-04  Dave Love  <fx@gnu.org>
15967         * bindings.el (mode-line-mule-info): Fix/extend last change.
15969         * completion.el: Replace completion-dolist with dolist.
15971         * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
15972         dotimes.
15974 2000-02-04  Carsten Dominik  <dominik@strw.leidenuniv.nl>
15976         * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
15977         environment names before they go into the section regexp.
15979         * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
15980         char class in regexp.
15982         * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
15983         `case-fold-search' to nil.
15985         * progmodes/idlwave.el (idlwave-template): Respect
15986         `idlwave-abbrev-change-case'.
15987         (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
15988         idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
15989         idlwave-while): respect `idlwave-reserved-word-upcase'.
15990         (idlwave-rw-case): New function.
15991         (idlwave-statement-match): Fixed problem with assignment regexp.
15992         (idlwave-font-lock-keywords): Improved regexp for keyword
15993         parameters.
15994         (idlwave-surround): New argument LENGTH to support padding of
15995         operators longer than 1 char.
15997         * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
15998         idlwave-shell-expression-overlay.  Implemented printing of
15999         expressions on higher levels of the calling stack.
16000         (idlwave-shell-display-level-in-calling-stack): Restore stack
16001         level.
16002         (idlwave-retrieve-expression-from-level): New function.
16003         (idlwave-shell-last-calling-stack): Variable removed.
16004         (idlwave-shell-reset): Argument action reversed (`visible' to
16005         `hidden').  Also remove stop-line overlay.
16006         (idlwave-shell-calling-stack-routine): New variable.
16007         (idlwave-shell-parse-stack-and-display): Messages now display
16008         negative level numbers.
16009         (idlwave-shell-mode): Set `modeline-format'.
16010         (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
16011         (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
16012         21.
16013         (idlwave-shell-print-expression-function): New option.
16015         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
16016         idlwave-toolbar-remove-everywhere): Keybindings prefix is now
16017         `tool-bar' instead of `toolbar'.
16019 2000-02-02  Dave Love  <fx@gnu.org>
16021         * emacs-lisp/cl.el: Use bytecomp-load-hook, not
16022         emacs-lisp-mode-hook.  Don't check for defalias being defined.
16024         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
16025         (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.  Use
16026         the new builtins directly.
16028         * whitespace.el (whitespace): Add :version to defgroup.
16030         * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
16031         Doc fix.
16033         * thingatpt.el (sexp-at-point, symbol-at-point)
16034         (number-at-point, list-at-point): Add autoload cookie.
16036         * recentf.el (recentf): Add :version to defgroup.
16038         * quickurl.el (quickurl): Add :version to defgroup.
16040         * elide-head.el (elide-head): Use point-marker more.
16042         * bs.el (bs): Add :version to defgroup.
16044         * autorevert.el (global-auto-revert-mode): Add autoload cookie.
16046         * progmodes/delphi.el (delphi): Add :version to defgroup.
16048 2000-02-02  Gerd Moellmann  <gerd@gnu.org>
16050         * ange-ftp.el (ange-ftp-write-region): Handle case that
16051         succeeding process operation sets a different coding system.
16053         * calculator.el: New file.
16055 2000-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
16057         * frame.el (frames-on-display-list, framep-on-display): New
16058         functions.
16059         (display-mouse-p, display-popup-menus-p, display-graphic-p)
16060         (display-selections-p, display-screens, display-pixel-width)
16061         (display-pixel-height, display-mm-width, display-mm-height)
16062         (display-backing-store, display-save-under, display-planes)
16063         (display-color-cells, display-visual-class): New functions.
16065         * term/tty-colors.el (tty-color-gray-shades): New function.
16067         * faces.el (display-color-p): Use framep-on-display.
16068         (display-grayscale-p): New function.
16070 2000-01-31  Dave Love  <fx@gnu.org>
16072         * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
16073         (create-fontset-from-x-resource): Don't concat integers.
16075 2000-01-31  Inge Frick  <inge@nada.kth.se>
16077         * view.el: Some changes in documentation.  Removed some trailing
16078         whitespace. Changed some parameter names to agree with
16079         documentation.
16080         (view-mode-exit): Keep entry in `view-return-to-alist' only when a
16081         window is not deleted.  Modifies change 1998-04-26.
16083 2000-01-31  Gerd Moellmann  <gerd@gnu.org>
16085         * windmove.el: New file.
16087         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
16088         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
16089         progmodes/ebnf-yac.el: Update copyright and license info.
16091         * jit-lock.el (jit-lock-function): Widen before calculating end
16092         position.
16093         (jit-lock-stealth-chunk-start): Rewritten.
16095         * info.el (Info-title-face-alist): Removed.
16096         (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
16097         faces.
16098         (Info-fontify-node): Use these faces.
16100 2000-01-30  Gerd Moellmann  <gerd@gnu.org>
16102         * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
16103         (cl-macro-list1): Recognize `&allow-other-keys' instead of
16104         `&allow-other-keywords'.
16106         * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
16107         the list of directories scanned heuristically.
16109         * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
16110         exist.
16112 2000-01-30  Jason Rumney  <jasonr@gnu.org>
16114         * w32-fns.el: Define w32-tty-standard-colors.
16116         * startup.el (command-line): Use w32-tty-standard-colors when in
16117         w32 console mode.
16119 2000-01-30  Dave Love  <fx@gnu.org>
16121         * jka-compr.el (jka-compr-load): Fix up load-history.
16123         * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
16125         * emacs-lisp/cl-macs.el: Revert previous change.
16127 2000-01-29  Dave Love  <fx@gnu.org>
16129         * facemenu.el: Purecopy various strings.
16131         * timezone.el (timezone-fix-time): Window against 69 for two-digit
16132         years.  Deal with three-digit years.
16134         * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
16135         defconst, purecopy.
16136         (help-back-label): Purecopy it.
16138 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
16140         * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
16141         variable. If non-nil, order the buffer list according to the
16142         currently selected frame.
16143         (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
16144         non-nil, pass the selected frame to function buffer-list.
16146 2000-01-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
16148         * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
16150 2000-01-28  Dave Love  <fx@gnu.org>
16152         * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
16154         * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
16155         Don't use lisp-indent-hook property.
16156         (cl-abs): Remove.
16158         * subr.el: Move out indent and edebug specs for when and unless.
16160         * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
16161         when, unless.
16163         * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
16164         unless, when.
16166 2000-01-28  Gerd Moellmann  <gerd@gnu.org>
16168         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
16169         `collecting' as synonym for `collect'.
16171         * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
16172         for the case it contains spaces.
16174         * simple.el (what-cursor-position): Change formatting of
16175         messages.
16177         * frame.el (delete-other-frames): New function.
16178         (toplevel): Bind it to C-x 5 1.
16180         * sort.el (sort-numeric-base): New option.
16181         (sort-numeric-fields): If number starts with `0' or `0[xX[',
16182         interpret it as octal or hexadecimal.  Use sort-numeric-base
16183         as default base.
16185         * progmodes/glasses.el: New file.
16187 2000-01-27  Gerd Moellmann  <gerd@gnu.org>
16189         * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
16190         userids differently.
16192         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
16193         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
16194         progmodes/ebnf-yac.el: New files.
16196 2000-01-26  Dave Love  <fx@gnu.org>
16198         * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
16199         on a function with an empty body.  [From Eric Ludlam.]
16201 2000-01-25  Andre Spiegel  <spiegel@gnu.org>
16203         * vc.el (vc-version-diff): Make sure file name is expanded.
16205 2000-01-25  Gerd Moellmann  <gerd@gnu.org>
16207         * scroll-bar.el (scroll-bar-timer): Variable removed.
16208         (scroll-bar-toolkit-scroll): Don't use a timer.
16210 2000-01-25  Kenichi Handa  <handa@etl.go.jp>
16212         * language/thai-util.el (thai-composition-function): Delete
16213         superfluous `a'.
16215 2000-01-24  Dave Love  <fx@gnu.org>
16217         * fortran.el (fortran-mode): Use beginning-of-defun-function,
16218         end-of-defun-function.
16220         * font-lock.el (turn-on-font-lock): Don't depend on window-system
16221         &c.
16223 2000-01-22  Jason Rumney  <jasonr@gnu.org>
16225         * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
16226         conflicts with new face support.
16228 2000-01-22  Richard M. Stallman  <rms@gnu.org>
16230         * replace.el (query-replace): Rename last arg to DELIMITED.
16231         (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
16232         (query-replace-regexp): Likewise.
16234 2000-01-20  Richard M. Stallman  <rms@gnu.org>
16236         * subr.el (with-syntax-table): Use make-symbol, not gensym.
16238         * emacs-lisp/lisp.el (beginning-of-defun-function):
16239         Variable renamed from beginning-of-defun.
16240         Do not call make-variable-buffer-local.
16241         (beginning-of-defun-raw): Use new variable name; doc fix.
16242         (beginning-of-defun): Doc fix.
16243         (end-of-defun-function): Variable renamed from end-of-defun.
16244         Do not call make-variable-buffer-local.
16245         (end-of-defun): Use new variable name; doc fix.
16247         * subr.el (dolist, dotimes): Copied from cl-macs.el
16248         and made to work.
16250         * mail/undigest.el (rmail-digest-end-regexps):
16251         Variable replaces rmail-digest-end-regexp.
16252         Allows multiple regexps for detecting the end line.
16253         (undigestify-rmail-message): Corresponding changes.
16255 2000-01-19  Dave Love  <fx@gnu.org>
16257         * files.el (user-init-file): Don't declare here -- is primitive.
16259         * startup.el (command-line): Check for compiled user-init-file and
16260         set to uncompiled version if necessary.
16262 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
16264         * mail/undigest.el (rmail-digest-end-regexp): New user option.
16265         (undigestify-rmail-message): Use it.
16267         * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
16269 2000-01-17  Gerd Moellmann  <gerd@gnu.org>
16271         * tmm.el (tmm-goto-completions): Adapt to prompt being part
16272         of mini-buffer.
16274 2000-01-14  Gerd Moellmann  <gerd@gnu.org>
16276         * emacs-lisp/copyright.el (copyright-update): Removed the
16277         requirement for a trailing space from `copyright-regexp', to
16278         support copyrights with owner specified on a separate line..
16280         * align.el: New file.
16282         * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
16284         * net/eudc.el (toplevel): Define EUDC menu for Emacs.
16286 2000-01-13  Dave Love  <fx@gnu.org>
16288         * ph.el: Removed.  (Obsoleted by EUDC.)
16290 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
16292         * net/eudc.el (toplevel): Remove autoloaded code installing
16293         menu with easymenu, because that causes build problems.
16295         * frame.el (frame-notice-user-settings): New variable.
16296         (frame-notice-user-settings): Don't modify frame parameters
16297         if called a second time.
16299 2000-01-13  Richard M. Stallman  <rms@gnu.org>
16301         * frame.el (frame-notice-user-settings):
16302         Notice default-frame-parameters even for non-window frames.
16304 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
16306         * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
16307         for Emacs.
16308         (eudc-bob-can-display-inline-images): Extend for Emacs.
16309         (eudc-bob-toggle-inline-display): Ditto.
16310         (eudc-bob-display-jpeg): Ditto.
16312 2000-01-12  Gerd Moellmann  <gerd@gnu.org>
16314         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
16315         net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
16316         net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
16318         * add-log.el (add-change-log-entry): Fix error trying an `(insert
16319         nil)'.
16321         * subdirs.el: Add `net' directory.
16323         * net: New directory.
16325         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
16326         eval-last-sexp.  Don't bind debug-on-error here.
16327         (eval-last-sexp): New function.  Bind debug-on-error if
16328         eval-expression-debug-on-error is non-nil.
16329         (eval-defun-2, eval-defun): Likewise.
16331         * simple.el (eval-expression): Don't bind debug-on-error if
16332         eval-expression-debug-on-error is nil.  Detect changed
16333         debug-on-error, and propagate new value to global binding, if
16334         eval-expression-debug-on-error is non-nil,
16335         (eval-expression-debug-on-error): Change doc string.
16337 2000-01-11  Richard M. Stallman  <rms@gnu.org>
16339         * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
16341         * emacs-lisp/lisp-mode.el (with-syntax-table):
16342         Set up lisp-indent-function property.
16344         * subr.el (with-syntax-table): Moved from simple.el.
16346         * simple.el (with-syntax-table): Moved to subr.el.
16348 2000-01-11  Gerd Moellmann  <gerd@gnu.org>
16350         * tmm.el (tmm-shortcut): Delete region after prompt instead
16351         of erasing buffer.
16353         * textmodes/fill.el (fill-common-string-prefix): New function.
16354         (fill-context-prefix): Use the longest common prefix of first
16355         and second line fill prefix, if there is one.
16357 2000-01-11  Richard M. Stallman  <rms@gnu.org>
16359         * array.el (array-mode): Don't use make-variable-buffer-local.
16360         Use make-local-variable for `truncate-lines'.
16362 2000-01-11  Jari Aalto  <jari.aalto@poboxes.com>
16364         * add-log.el (add-log-current-defun): Handle user-defined
16365         add-log-current-function returning nil,
16367         * add-log.el (add-change-log-entry): Insert version number
16368         if having found a current function
16370         * add-log.el (add-log-current-defun): Call
16371         `add-log-current-defun-function'.  Try matches at level 0 and
16372         level 1.  Strip whitespace from defun found.
16374 2000-01-10  John Wiegley  <johnw@gnu.org>
16376         * allout.el (isearch-done/outline-provisions): Added `edit'
16377         argument to correspond with the current definition of
16378         `isearch-done'.
16380 2000-01-10  Dave Love  <fx@gnu.org>
16382         * elide-head.el (elide-head): Use point-marker, not point.
16384 2000-01-10  Gerd Moellmann  <gerd@gnu.org>
16386         * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
16387         before and after the year 2000.
16389         * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
16390         Add ispell- prefix.
16392 2000-01-10  Ken Stevens  <k.stevens@ieee.org>
16394         * ispell.el:  Only define dictionaries in menus when they exist.
16395         (version18p): New variable.
16396         (version20p): New variable.
16397         (xemacsp): New variable.
16398         (ispell-choices-win-default-height): Fix for XEmacs visibility.
16399         (ispell-dictionary-alist1): Added Brasileiro dictionary.
16400         (ispell-dictionary-alist6): Russian command lines no longer accept
16401         run-together words.
16402         (ispell-local-dictionary-alist): Add koi8-r to customize definition.
16403         (ispell-dictionary-alist): Add koi8-r to customize definition.
16404         (check-ispell-version): Added documentation string.  Returns
16405         library path when called non-interactively.
16406         (ispell-menu-map-needed): Uses new variables.
16407         (ispell-library-path): New variable.
16408         (ispell-decode-string): XEmacs fix for bogus variable bindings.
16409         (ispell-word): Improved documentation string.  Test for valid
16410         character mappings.  Correctly check typed in word changes that can
16411         result in single words split into multiple words.  Returns
16412         replacement word.
16413         (ispell-command-loop): Fixes XEmacs display bugs.  Show word to
16414         replace in recursive query replace mode.  Help message for
16415         recursive edit mode.
16416         (ispell-show-choices): Protect against bad framepop bindings.
16417         (ispell-help): Fix to work with XEmacs.
16418         (ispell-highlight-spelling-error): Use new variables.
16419         (ispell-overlay-window): Fix to work with XEmacs.
16420         (ispell-parse-output): Passed and returns location information
16421         tracking spelling corrections.  Doesn't recheck same word on
16422         current line.
16423         (ispell-init-process): Protect against bogus XEmacs variable binding.
16424         Fix call to single argument in sleep-for.  Use new variables.
16425         (ispell-region): Passed and returns location information tracking
16426         spelling corrections.  Doesn't check same word on current line.
16427         Improved documentation string.  Doesn't resend a line already
16428         checked to the ispell process - fixes bug in LaTeX parsing.
16429         (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
16430         (ispell-skip-region): No longer skips <TT> in SGML.
16431         (ispell-process-line): Tracks location information with spelling
16432         corrections.  Added documentation string.  Accounts for words
16433         already accepted on this line.  Don't allow query-replace on line
16434         starting with math characters.  Doesn't resend a line already sent
16435         to ispell process.  Fixes alignment error bug.
16437 2000-01-10  Richard M. Stallman  <rms@gnu.org>
16439         * dired-x.el (dired-guess-shell-alist-default):
16440         Suggest xloadimage, which is free, not xv, which isn't.
16442         * ange-ftp.el (ange-ftp-file-name-nondirectory):
16443         Don't ever include the host name or user name in the value.
16445 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
16447         * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
16448         of a real newline.
16450 2000-01-09  Stephen Eglen  <stephen@gnu.org>
16452         * dired-x.el (dired-guess-shell-alist-default): Suggest xv
16453         for .png files.
16455 2000-01-09  Per Abrahamsen  <abraham@dina.kvl.dk>
16457         * cus-edit.el (custom-hook-convert-widget): Fix comment.
16459 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
16461         * progmodes/cperl-mode.el: Replace ^F with ^L.
16463         * sendmail.el (toplevel): Provide `sendmail' when compiling
16464         before `require'ing rmail and mailalias to prevent infinite
16465         recursion.
16467 2000-01-08  Dave Love  <fx@gnu.org>
16469         * emacs-lisp/backquote.el: Remove inappropriate customization
16470         (allowing custom.el to use backquote).
16472 2000-01-07  Dave Love  <fx@gnu.org>
16474         * add-log.el (add-log-debugging): Deleted.
16475         (add-change-log-entry): Treat a backup FILE-NAME as its parent
16476         file.  Remove debugging code.
16477         (change-log-get-method-definition, change-log-name): Add doc.
16478         (change-log-sortable-date-at): New function.
16479         (change-log-merge): New command.
16481         * time.el (display-time-string-forms): Make the Mail string active.
16482         (display-time-update): Provide help-echo for load average.
16484         * bindings.el (make-mode-line-mouse2-map): New function.
16485         (mode-line-modified): Use it and simplify.
16486         (mode-line-mule-info): Provide help-echo info.
16487         (minor-mode-alist): Activate the strings.
16488         (make-mode-line-mouse-sensitive): Simplify for
16489         mode-line-buffer-identification.
16491 2000-01-07  Gerd Moellmann  <gerd@gnu.org>
16493         * play/pong.el: New file.
16495 2000-01-06  Dave Love  <fx@gnu.org>
16497         * array.el: Assorted cleanups for compiler warnings, doc strings,
16498         `array-' prefix for symbols.
16500 2000-01-05  Dave Love  <fx@gnu.org>
16502         * textmodes/outline.el (outline-mode-menu-bar-map): Add
16503         outline-headers-as-kill.
16504         (outline-mode): Define imenu-generic-expression.
16505         (outline-headers-as-kill): New command.
16507         * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
16508         from paragraph-start.
16509         (paragraph-indent-minor-mode): New command.
16511         * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
16512         M-C-e, M-C-h, C-j, C-xnd, TAB.
16513         (fortran-mode): Set beginning-of-defun, end-of-defun.
16514         (fortran-column-ruler): Simplify.
16515         (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
16516         (fortran-with-subprogram-narrowing): Likewise.
16517         (fortran-indent-subprogram): Call mark-defun.
16518         (fortran-check-for-matching-do): Change narrowing.
16520         * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
16521         (cl-lucid-hash-tag): Delete.
16522         (cl-hash-table-p): Correct test for native table.
16523         (cl-hash-table-count): Use hash-table-count.
16525         * browse-url.el (browse-url): Fix case of
16526         browse-url-browser-function being an alist.
16528 2000-01-05  Carsten Dominik  <cd@gnu.org>
16530         * textmodes/reftex-vars.el (reftex-parse-file-extension)
16531         (reftex-index-phrase-file-extension): New options.
16533         * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
16534         Use new option `reftex-index-phrase-file-extension'.
16536         * textmodes/reftex.el (reftex-access-parse-file): Use new option
16537         `reftex-parse-file-extension'.
16539 2000-01-05  Dave Love  <fx@gnu.org>
16541         * emacs-lisp/lisp.el (beginning-of-defun): New variable.
16542         (beginning-of-defun-raw): Use it.
16543         (end-of-defun): New variable.
16544         (end-of-defun): Use it.
16545         (check-parens): New command.
16547 2000-01-05  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
16549         * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
16550         (hs-show-block): Don't use `mapcar' when not accumulating.
16552         Fix buglet in local variables initialization.
16554 2000-01-05  Andreas Schwab  <schwab@suse.de>
16556         * hscroll.el (hscroll): Doc fix.
16558 2000-01-05  Carsten Dominik  <cd@gnu.org>
16560         * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
16561         idlw-toolbar.
16563         * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
16564         file idlw-rinfo.el.
16565         (idlwave-customize): load must read file idlw-shell.el.
16566         (idlwave-create-customize-menu): load must read file idlw-shell.el.
16568 2000-01-05  Carsten Dominik  <dominik@astro.uva.nl>
16570         * progmodes/idlw-shell.el: Also provide idlwave-shell
16571         * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
16572         * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
16574         * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
16575         both reftex-dcr and reftex-vcr.
16577         * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
16579 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
16581         * ps-print.el: PostScript code now is in separate files, doc fix.
16582         (ps-print-version): New version number (5.0.3).
16583         (ps-header-lines, ps-left-header, ps-right-header): No more buffer
16584         local.
16585         (ps-spool-config): Initialization fix.
16586         (ps-print-prologue-1, ps-print-prologue-2)
16587         (ps-print-duplex-feature): PostScript code moved to separated file.
16588         (ps-background-image): Little code reformating.
16589         (ps-begin-file, ps-begin-job): Fix code.
16590         (ps-postscript-code-directory, ps-mark-code-directory): New vars.
16591         (ps-prologue-file): New fun.
16593 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
16595         * ps-vars.el: Eliminated.
16597         * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
16598         `;;;###autoload'.
16600         * ps-print.el: ps-vars eliminated, doc fix.
16601         (ps-print-version): New version number (5.0.2).
16602         (ps-spool-config): Initialization fix.
16603         (ps-print-customize): New fun.
16605 2000-01-04  Gerd Moellmann  <gerd@gnu.org>
16607         * autorevert.el (auto-revert-mode): Return value of
16608         auto-revert-mode.
16610 2000-01-04  Dave Love  <fx@gnu.org>
16612         * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
16613         menu items.
16615 2000-01-03  Dave Love  <fx@gnu.org>
16617         * elide-head.el (elide-head) [defgroup]: Add :version.
16619         * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
16620         (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
16621         `cl-hash-table-p', not `hash-table-p'.
16622         (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
16624 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
16626         * faces.el (face-read-integer, read-face-attribute)
16627         (color-defined-p, color-values): unspecified-{f,b}g are now
16628         strings.
16630 2000-01-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
16632         * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
16633         at comment end, and re-insert them after filling.
16635 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
16637         * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
16638         * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
16639         progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
16641 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
16643         * term/x-win.el (xw-defined-colors): Call color-supported-p,
16644         the new name of face-color-supported-p.
16646         * term/w32-win.el (xw-defined-colors): Likewise.
16648 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
16650         * simple.el (completion-setup-function): Count completion-size
16651         from minibuffer-prompt-end, not from point-min.
16653 2000-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
16655         * faces.el (read-face-attribute, defined-colors, color-defined-p):
16656         Pass the frame to tty-color-* functions.
16657         (display-color-p, frame-set-background-mode): Pass the frame to
16658         tty-display-color-p.
16660         * term/tty-colors.el (tty-defined-color-alist): Renamed from
16661         tty-color-alist.
16662         (tty-color-alist, tty-modify-color-alist): New functions.
16663         (tty-color-define,  tty-color-clear, tty-color-approximate)
16664         (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
16665         an optional parameter FRAME.
16667 2000-01-01  Gerd Moellmann  <gerd@gnu.org>
16669         * image.el (create-image, defimage): Don't assume image data is a
16670         string.
16672         * image.el (defimage): Handle specifications containing :data
16673         instead of :file.
16674         (image-type-from-data): New function.
16675         (image-type-from-file-header): Use it.
16676         (create-image): Add parameter DATA-P.
16678 See ChangeLog.8 for earlier changes.
16680 ;; Local Variables:
16681 ;; coding: iso-2022-7bit
16682 ;; End: