(ps-mule-font-info-database-bdf): Change
[emacs.git] / lisp / ChangeLog
blobd843447e6c553518b9a44106353dd89ba3155e31
1 2001-04-03  Gerd Moellmann  <gerd@gnu.org>
3         * ps-mule.el (ps-mule-font-info-database-bdf): Change
4         `isci24-etl.bdf' to `isci24-mule.bdf'.  From: Kenichi Handa
5         <handa@etl.go.jp>.
7 2001-04-02  Eli Zaretskii  <eliz@is.elta.co.il>
9         * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
10         last change.
12 2001-04-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14         * ps-print.el: Line and paragraph spacing feature.  Region to cut
15         out when printing.  Doc fix.
16         (ps-print-version): New version number (6.5).
17         (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp): New
18         vars.  Line and paragraph spacing feature.
19         (ps-begin-cut-regexp, ps-end-cut-regexp): New vars.  Region to cut
20         out when printing.
21         (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
22         (ps-get-font-size, ps-begin-job, ps-continue-line)
23         (ps-plot-region): Code fix.
24         (ps-print-prologue-2): Var eliminated.
25         (ps-line-spacing-internal, ps-paragraph-spacing-internal): New
26         internal vars.
27         (ps-get-size): New fun.
28         (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
29         (ps-next-line): Replace defun by defsubst.
30         (ps-mule-plot-string): Autoload doc fix.
32         * ps-bdf.el: XEmacs compatibility.  Doc fix.
33         (installation-directory, coding-system-for-read): Declare vars if
34         it's not declared yet.
35         (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
37         * ps-mule.el: XEmacs compatibility.  Doc fix.
38         (leading-code-private-22): Declare var if it's not declared yet.
39         (charset-bytes, charset-dimension, charset-id, charset-width)
40         (find-charset-region, split-char, char-width, chars-in-region)
41         (forward-point, decompose-composite-char, encode-coding-string)
42         (coding-system-p, ccl-execute-on-string, define-ccl-program):
43         Define funs if not defined yet.
44         (encode-composition-rule, find-composition): Define funs if not
45         loaded yet.
46         (ps-mule-prologue): PostScript code fix.
48 2001-04-02  Kenichi Handa  <handa@etl.go.jp>
50         * ps-mule.el (ps-mule-generate-font): New arg HEADER-P.  If it is
51         non-nil, generate font for the header strings.
52         (ps-mule-prepare-font): Likewise.
53         (ps-mule-generate-glyphs): Likewise.
54         (ps-mule-string-encoding): Likewise.
55         (ps-mule-header-charsets): New variable.
56         (ps-mule-encode-header-string): New function.
57         (ps-mule-header-string-charsets): New function.
58         (ps-mule-begin-job): Check charsets in the header strings.  If there
59         are non-ASCII and non-Latin1 charsets, prepare fonts for them.
61         * ps-print.el (ps-generate-header-line): Encode the header string by
62         ps-mule-encode-header-string.
63         (ps-mule-encode-header-string): Declare autoload.
65 2001-04-02  Gerd Moellmann  <gerd@gnu.org>
67         * frame.el (cursor-in-non-selected-windows): Replaces
68         show-cursor-in-non-selected-windows.
70 2001-03-31  Kenichi Handa  <handa@etl.go.jp>
72         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
73         Delete entries for "chinese-py" and "chinese-ziranma".
74         (quail-misc-package-ext-info): New variable. 
75         (tsang-quick-converter): New function.
76         (tsang-b5-converter, quick-b5-converter, tsang-cns-converter) 
77         (quick-cns-converter, py-converter, ziranma-converter) 
78         (miscdic-convert, batch-miscdic-convert): New functions.
80 2001-03-30  Kenichi Handa  <handa@etl.go.jp>
82         * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
83         eight-bit-control chars.
85         * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
86         Reduce making temporary vector (suggested by Dave Love).
88 2001-03-30  Eli Zaretskii  <eliz@is.elta.co.il>
90         * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
91         string as well.
93 2001-03-30  Andreas Schwab  <schwab@suse.de>
95         * files.el (backup-directory-alist): Fix typo.
97 2001-03-30  Eli Zaretskii  <eliz@is.elta.co.il>
99         * time-stamp.el (time-stamp-format): Doc fix.  From Paul Eggert
100         <eggert@twinsun.com>.
102 2001-03-30  Dave Love  <fx@gnu.org>
104         * progmodes/fortran.el (fortran-comment-region): Fix typo.
106 2001-03-30  Eli Zaretskii  <eliz@is.elta.co.il>
108         * simple.el (transient-mark-mode): Mention C-g in the doc string.
110 2001-03-30  Miles Bader  <miles@gnu.org>
112         * subr.el (interactive-form): Fix paren typo.
114 2001-03-29  Eli Zaretskii  <eliz@is.elta.co.il>
116         * emacs-lisp/profile.el: Say that it's obsolete in the header
117         line, so that finder.el puts that into its data-base.
118         Suggested by Alex Schroeder <alex@gnu.org>.
120 2001-03-29  Paul Eggert  <eggert@twinsun.com>
122         * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
123         LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
125 2001-03-29  Stefan Monnier  <monnier@cs.yale.edu>
127         * generic.el (generic-mode-set-comments): Use "" rather than nil
128         for comment-end.
130 2001-03-29  Gerd Moellmann  <gerd@gnu.org>
132         * emacs-lisp/advice.el (ad-make-advised-definition):
133         Call interactive-form to obtain the interactive spec of subrs.
135         * subr.el (interactive-form): New function.
137 2001-03-29  Andre Spiegel  <spiegel@gnu.org>
139         * vc-sccs.el (vc-sccs-register): Use relative file names.
141 2001-03-28  Gerd Moellmann  <gerd@gnu.org>
143         * bookmark.el (bookmark-get-bookmark): Handle case that
144         BOOKMARK is not a string.
146         * image.el (image-type-regexps): Change type for PS files
147         to `postscript'.
149         * subr.el (read-passwd): Clear command history after each
150         character entered.  From: Stephen Gildea <gildea@alum.mit.edu>.
152 2001-03-27  Kenichi Handa  <handa@etl.go.jp>
154         * international/kkc.el (kkc-save-init-file): Locally bind
155         print-length to nil.
157 2001-03-26  Gerd Moellmann  <gerd@gnu.org>
159         * textmodes/flyspell.el: Some doc fixes.
160         (flyspell-maybe-correct-transposition)
161         (flyspell-maybe-correct-doubling): Use a temporary buffer
163         * textmodes/ispell.el (ispell-parse-output): Doc fix.
165         * emacs-lisp/byte-opt.el (byte-optimize-while)
166         (byte-optimize-form-code-walker): Diagnose too few arguments
167         for `if' and `while'.
169 2001-03-26  Kenichi Handa  <handa@etl.go.jp>
171         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
172         Prepend `\' to "\<quail-translation-docstring>".
174 2001-03-26  Gerd Moellmann  <gerd@gnu.org>
176         * autorevert.el (global-auto-revert-non-file-buffers):
177         Remove duplicate defcustom.
179 2001-03-26  Miles Bader  <miles@gnu.org>
181         * international/latin1-disp.el (latin1-char-displayable-p):
182         Add leading "-" for X font pattern.
184 2001-03-26  Kenichi Handa  <handa@etl.go.jp>
186         * international/mule-diag.el (describe-coding-system):
187         For raw-text and emacs-mule, don't add anymore text about what
188         charsets they can encode.
190 2001-03-25  Eli Zaretskii  <eliz@is.elta.co.il>
192         * help.el (view-lossage): Mention open-dribble-file in the doc
193         string.  Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
195 2001-03-23  Stefan Monnier  <monnier@cs.yale.edu>
197         * skeleton.el (skeleton-internal-list): Fix bogus logic.
198         (skeleton-pair-insert-maybe): Don't pair after a backslash.
200 2001-03-23  Kenichi Handa  <handa@etl.go.jp>
202         * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
203         Call ccl-execute-on-string directly so that CCL program handling
204         multibyte sequence can work correctly.
205         (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
206         property of the coding system.
208 2001-03-23  Stefan Monnier  <monnier@cs.yale.edu>
210         * textmodes/fill.el (fill-individual-paragraphs-prefix):
211         Fix transcription typo.
213 2001-03-22  Rajesh Vaidheeswarran  <rv@gnu.org>
215         * whitespace.el: Add buffer local variables to toggle testing of
216         whitespaces in buffers without affecting the default values.
217         Bump version to 3.0 to account for a few other changes.
218         (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
219         (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
220         (whitespace-toggle-spacetab-check): New functions.
222 2001-03-21  Stefan Monnier  <monnier@cs.yale.edu>
224         * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
226 2001-03-21  Gerd Moellmann  <gerd@gnu.org>
228         * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
229         bs-cycle-configuration-name.  From Juanma Barranquero
230         <lektu@uol.com.br>.
232         * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
233         and cc-vars.el.
235         * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
236         headers.  Always invoke sendmail with option -t.
238 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
240         * Release of cc-mode 5.28.
242 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
244         * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
245         Removed the hardcoded switch to "java" style in Java mode.
246         It's instead taken care of by the default value for c-default-style.
248 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
250         * cc-align.el (c-lineup-math): Fix bug where lineup was
251         triggered by equal signs in string literals.
253 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
255         * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
256         limit detection when at the ends of the buffer.
258         * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
259         "for" statement clause in case 7F; a better one is done
260         earlier in case 7D anyway.
262 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
264         * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
265         somewhat more and did a small optimization.
267 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
269         * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
270         Use the limit argument only to limit the syntactic context
271         search, not to limit the actual movement.
273         * cc-cmds.el (c-beginning-of-statement): Move by sentence
274         inside multiline strings, just like in comments.  Also various
275         fixes to the paragraph and comment prefix recognition, block
276         comment ender handling etc.
278 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
280         * cc-cmds.el (c-fill-paragraph): Take more care to preserve
281         the relative position of the point.
283         * cc-cmds.el (c-electric-continued-statement): New function to
284         use as abbrev hook to reindent for keywords such as "else"
285         that continues an earlier statement.
287         * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
288         like classes.
290         * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
291         (pike-mode): Populate the default abbrev tables to reindent for
292         keywords such as "else" that can continue earlier statements.
293         Abbrev mode is therefore turned on by default now.  (Note that
294         this doesn't apply to idl-mode, since IDL afaik doesn't have
295         statements at all.)
297 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
299         * cc-engine.el (c-inside-bracelist-p): Fix for handling
300         bracelists where the declaration contains template arguments.
302 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
304         * cc-cmds.el (c-comment-indent):
305         Use `c-get-syntactic-indentation' to correctly calculate the
306         syntactic indentation.  Fixes bug with lineup functions that
307         return vectors.
309         * cc-engine.el (c-get-syntactic-indentation): Split the
310         indentation sum calculation from `c-indent-line' to a separate
311         function.
313 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
315         * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
316         Fixed places where it was assumed that preprocessor directives
317         have to start in column zero.
319         * cc-engine.el (c-beginning-of-member-init-list): Handle C++
320         template arguments after a class identifier properly.
322         * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
323         lists for `new Foo[]' constructs in Java as expressions and
324         not top level definition brace lists on the top level, so that
325         they'll get indented consistently with the same type of
326         expression in a normal block.
328 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
330         * cc-cmds.el (c-fill-paragraph): The kludge that checks
331         whether the adaptive filling package fails to keep the comment
332         prefix is now kludged further to check for filladapt-mode
333         which doesn't have that problem. This is really icky, but it's
334         the only way that works with the current misfeatures/bugs in
335         both adaptive-fill-mode and filladapt-mode.
337         * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
338         around point is recognized more robust.
340 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
342         * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
343         (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
344         (c-lit-type): Fixed all internal variables used dynamically so
345         that they are always bound.
347         * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
348         errors:
350         (c-indent-region): Fixed reporting of syntactic errors so that
351         the region is fully reindented even when an error occurs.
352         The last syntactic error is printed afterwards.  Also cleanup up a
353         whole lot of code that tried to optimize indentation of whole
354         sexps but in reality accomplishes nothing.
356         (c-indent-sexp): Use c-indent-region.
358         (c-parsing-error): Changed this variable to hold the message
359         for any syntactic error that is discovered.
361         (c-parse-state): Search backward from point instead of the bod
362         position when the latter is invalid.  This makes CC Mode
363         recover faster when there are unbalanced close braces.
365         (c-backward-to-start-of-if): Use c-parsing-error to report
366         dangling "else" clauses instead of throwing an error, and fall
367         back to a reasonable position.
369         (c-indent-line): Added argument to avoid reporting syntactic errors.
371         (c-show-syntactic-information): Don't report any syntactic errors.
373 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
375         * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
376         paragraph recognition when moving by sentence in literals.
378         * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
379         start regexp for javadoc to recognize javadoc markup in general instead
380         of a specific set of keywords, to be more future-safe.
382         (c-Pike-pikedoc-paragraph-start)
383         (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
384         pikedoc markup.
386         * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
388         (pike-mode): Initialize paragraph settings pikedoc recognition.
390         * cc-vars.el (c-default-style): Made a nicer Customize widget.
392         (c-comment-prefix-regexp): Made it possible to use an
393         association list on this to specify mode specific regexps.
394         The default value now use a special regexp in Pike mode to
395         recognize pikedoc markup.
397         (c-current-comment-prefix): New variable containing the actual
398         regexp from c-comment-prefix-regexp for the current buffer.
400 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
402         * cc-cmds.el (c-electric-brace): Fixed check for special brace
403         lists: We can't look at the syntax, since a brace list can get
404         recognized as a plain statement-cont.
406         * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
407         special brace list opener broken over two lines got recognized
408         as a statement on the second line.  Case 9A changed.
410 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
412         * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
413         adjustment after line is reindented.
415 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
417         * cc-defs.el (c-point): Added optional argument for position
418         to use instead of the current point.
420         * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
421         the in-expression block symbols when the construct starts at
422         boi, to avoid the extra level of indentation in that case.
423         Cases 4, 16A and 17E affected.
425 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
427         * cc-cmds.el: Use `indent-according-to-mode' instead of direct
428         calls to `c-indent-line', to adhere better to Emacs conventions.
430         * cc-engine.el (c-indent-line): Use the syntax already bound
431         to `c-syntactic-context', if there is any.
433 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
435         * cc-engine.el (c-get-offset): Fixed bug where the indentation
436         wasn't added up correctly when a lineup function returned nil.
438 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
440         * cc-engine.el (c-collect-line-comments): Fixed bug where
441         empty lines were ignored when collecting line comments backwards.
443 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
445         * cc-align.el (c-lineup-dont-change): Return an absolute
446         indentation column to work correctly in the case when several
447         syntactic elements are processed for the same line.
449         * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
450         (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
451         (c-set-offset): Added absolute indentation column settings by
452         using the vector type.
454 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
456         * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
457         Implemented two new cleanups `space-before-funcall' and
458         `compact-empty-funcall'.
460 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
462         * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
463         helping building regexps.
465         * cc-engine.el (c-on-identifier): New function for detecting
466         identifiers.  It takes keywords into account.
468         * cc-langs.el, cc-mode.el: Added regexps for complete keyword
469         lists.  `c-keywords' is set to a regexp matching all keywords
470         in the current language.
472 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
474         * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
475         list of characters to skip backwards over at the beginning of
476         a statement, since it can precede string literals in Pike.
478 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
480         * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
481         recognition when standing on the last line in a C++ comment
482         with nothing but whitespace after the prefix.
484         * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
485         given no limit argument.
487 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
489         * cc-engine.el (c-inside-bracelist-p): Fixed brace list
490         recognition for the `[]= operator symbol in Pike.
492 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
494         * cc-bytecomp.el (cc-eval-when-compile): New macro that works
495         around a bug in `eval-when-compile' in the byte compiler.
497         * cc-engine.el (c-forward-token-1): Fixed bug with return
498         value when count is zero and there's no token start within the limit.
500         (c-guess-basic-syntax): Don't add 'comment-intro to lines with
501         "prefix comments", i.e. comments which are followed by code on
502         the same line.
504         * cc-mode-19.el: Fixes so that checks that must be done at
505         compile time also are done then.
507 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
509         * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
510         time and at runtime, and only when it's needed.
512 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
514         Major cleanup for less error prone and more warning free
515         compilation, including some fixes for bugs due to different
516         compilation orders. Thanks to Martin Buchholz for providing
517         the basis for all this.
519         * cc-bytecomp.el: New file that provides some byte compilation
520         features: It ensures that files always are loaded from the
521         current source directory during compilation, and it provides a
522         set of macros to turn off specific compiler warnings for
523         specific symbols.  (It's not CC Mode specific in any way.)
525         Fixed a nearly acyclic dependency tree (both runtime and
526         compile-time) between all files.
528         * cc-defs.el: Separated all macros before the inline functions,
529         to ensure correct compilation.
531         * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
532         cc-defs.el to cc-engine.el and made it a function instead.
534         * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
535         about char-after.
537         * cc-vars.el: Cope even when there isn't a custom package
538         containing defcustom available.
540         * cc-make.el: Removed since it's no longer necessary.
542         README: Updated installation instructions.
544 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
546         * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
547         improve the modularity: Moved all mode init stuff from
548         cc-langs.el to cc-mode.el, including the keymap
549         initialization; cc-langs now only contains the various
550         variables for configuring the language syntax.
552         * cc-engine.el, cc-styles.el (c-evaluate-offset)
553         (c-get-offset): Moved from cc-styles to cc-engine since file
554         dependency analysis suggests they belong there (which also
555         makes more sense).  Thanks to Martin Buchholz for doing the analysis.
557 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
559         * cc-cmds.el (c-fn-region-is-active-p): New function that
560         wraps the corresponding macro, for use in places that aren't
561         compiled.  Thanks to Martin Buchholz for pointing out this.
563         * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
565         * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
566         add things to the bug report.
568 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
570         * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
571         returned prefix could contain a newline when the search for a
572         good prefix line failed.
574 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
576         * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
577         (c-toggle-auto-hungry-state): Made the argument optional, as
578         the documentation says it is.
580 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
582         * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
583         multiline string syntax, #"...", as a cpp macro.
585 2001-03-21  Paul Eggert  <eggert@twinsun.com>
587         * international/mule-cmds.el (set-locale-environment):
588         Set system-messages-locale and system-time-locale, but only if the
589         caller specifies a non-nil locale name.
591 2001-03-20  Gerd Moellmann  <gerd@gnu.org>
593         * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
594         problems for the interpreter.  From: John Wiegley  <johnw@gnu.org>
596 2001-03-20  Gerd Moellmann  <gerd@gnu.org>
598         * follow.el (follow-avoid-tail-recenter): Doc fix.
600         * custom.el (custom-set-variables): Avoid reversing the list
601         of args needlessly.
603         * startup.el (fancy-splash-head): Don't change the colors of the
604         XPM image on a dark background.
606         * comint.el (comint-exec-1): Set columns of the terminal to
607         window-width instead of frame-width.
609         * info.el (Info-scroll-down): Add missing WINDOW arg for
610         pos-visible-in-window-p.
612         * ehelp.el (electric-help-mode-hook): Add defcustom.
614         * mail/sendmail.el (mail-mode): Activate case-folding in
615         font-lock-defaults.
617 2001-03-19  Stefan Monnier  <monnier@cs.yale.edu>
619         * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
620         (completion-ignored-extensions): Remove duplicate ".class".
622 2001-03-19  Andreas Schwab  <schwab@suse.de>
624         * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
625         From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
627 2001-03-19  Gerd Moellmann  <gerd@gnu.org>
629         * language/european.el ("Latin-5", "Latin-4"): Use postfix input
630         methods since there are not prefix input methods.
632 2001-03-19  Kenichi Handa  <handa@etl.go.jp>
634         * international/mule-cmds.el (read-input-method-name):
635         Locally bind enable-recursive-minibuffers to t.
637 2001-03-18  Stefan Monnier  <monnier@cs.yale.edu>
639         * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
641 2001-03-17  Michael Kifer  <kifer@cs.sunysb.edu>
643         * ediff-util.el: Copyright years.
644         (ediff-choose-syntax-table): New function.
645         (ediff-setup): Use ediff-choose-syntax-table.
647         * ediff-init.el (ediff-with-syntax-table): New macro, uses
648         with-syntax-table.
650         * ediff.el: Date of last update, copyright years.
652         * ediff-wind (ediff-setup-control-frame): Nill->nil.
654         * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
655         of Scott Bronson.
656         (ex-cmd-assoc,ex-cmd-one-letr): New functions.
657         (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
658         Deleted functions.
659         (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
660         ex-token-list.
662         * viper-util.el: Spaces, indentation.
664         * viper.el: Changed version, modification time.
666 2001-03-16  John Wiegley  <johnw@gnu.org>
668         * calendar/timeclock.el (timeclock-workday-remaining):
669         Check whether `discrep' is non-null before using it.
671 2001-03-16  John Wiegley  <johnw@gnu.org>
673         * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
674         first-time checkins.
675         (timeclock-log-data): Fixed problem with reading timelog log file.
676         Resulting data in the "day list" was incorrect.
677         (timeclock-find-discrep): Check if `timeclock-file' is readable
678         before opening it.
679         (timeclock-time-less-p): New function.
680         (timeclock-day-base): New function.
681         (timeclock-geometric-mean): New function.
682         (timeclock-generate-report): Generate a summary report based on
683         the contents of the log file.  This uses `timeclock-log-data', and
684         is an example of writing a timelog manipulation function.
685         (timeclock-visit-timelog): A quick command for opening the timelog
686         file.
687         (timeclock-log-data): Bound the variable event.
689 2001-03-16  Kenichi Handa  <handa@etl.go.jp>
691         * international/mule-cmds.el (select-safe-coding-system):
692         Fix typo: symbol-name -> symbol-value.
694         * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
695         before substitute-in-file-name to handle double slashes in FILE
696         correctly.
698 2001-03-15  Gerd Moellmann  <gerd@gnu.org>
700         * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
701         for Slovak.  From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
703 2001-03-14  Gerd Moellmann  <gerd@gnu.org>
705         * bindings.el (features): Add `md5' and `overlay' to the list.
707         * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
708         bound before using it.  It's not bound when configured without X,
709         for instance.
711 2001-03-13  Thien-Thi Nguyen  <ttn@gnu.org>
713         * progmodes/hideshow.el: Update copyright.
714         (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
715         (hs-minor-mode-hook): Include `:version' in defcustom form.
717 2001-03-13  Gerd Moellmann  <gerd@gnu.org>
719         * help.el (string-key-binding): Don't call event-start on
720         a non-list.
722 2001-03-13  Eli Zaretskii  <eliz@is.elta.co.il>
724         * startup.el (fancy-splash-tail, command-line-1): Fix the
725         copyright year.
727 2001-03-13  Kenichi Handa  <handa@etl.go.jp>
729         * term.el: These changes are based on a patch sent from Yong Lu
730         <lyongu@yahoo.com>.
731         (term-set-escape-char): Bind M-x to execute-extended-command in
732         term-raw-escape-map.
733         (term-move-columns): Don't try to move to negagive column.
734         (term-emulate-terminal): Insert a string before deleting a text to
735         overwrite.
737 2001-03-12  Gerd Moellmann  <gerd@gnu.org>
739         * play/life.el (life): Rearrange code so that all calls to
740         life-display-generation are in a catch-form.
742         * progmodes/etags.el (tags-loop-continue): Don't change point in a
743         file that isn't interesting.  In an interesting file, push the old
744         value of point on the mark ring.
746         * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
747         New function.
748         (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
749         Use it.
751         * emacs-lisp/autoload.el (generate-file-autoloads):
752         Remove warning about line lengths.
754 2001-03-12  Philippe Waroquiers  <wao@gull.tact.cfmu.eurocontrol.be>
756         * progmodes/etags.el (tags-compression-info-list): New variable.
757         (find-tag-in-order): Use it to deal with compressed source files.
758         (tag-file-name-match-p): New function.
759         (etags-recognize-tags-table): Use it for better match of file names.
761 2001-03-12  Kenichi Handa  <handa@etl.go.jp>
763         * international/mule-cmds.el (register-input-method): Doc fix.
765         * international/quail.el (quail-translate-key): Fix condition to
766         check if there's another breaking point in the current key.
768 2001-03-11  Eli Zaretskii  <eliz@is.elta.co.il>
770         * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
771         Babyl header to the newly-created output file, bind
772         coding-system-for-write to either rmail-file-coding-system or
773         emacs-mule-unix.
775 2001-03-11  Stefan Monnier  <monnier@cs.yale.edu>
777         * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
778         Fix the name and regexp used for subsubsections.
780 2001-03-10  Dave Love  <fx@gnu.org>
782         * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
783         and save-buffer if buffer-file-name non-nil.  From rms.
785 2001-03-10  Andre Spiegel  <spiegel@gnu.org>
787         * vc.el (vc-do-command): If the destination buffer is already
788         current, don't set it up and don't erase it.  Updated doc string
789         to reflect that.
790         (vc-version-diff): When doing a single file diff, don't switch to the
791         *vc-diff* buffer before the command.  This is to preserve local
792         variable bindings that might affect the diff command.
793         (vc-print-log): Don't switch to the *vc* buffer before the
794         command, so that local variable bindings are preserved.
796         * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
797         not the current buffer.
798         (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
800         * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
801         make output go to buffer *vc*, not the current buffer.
803 2001-03-09  Stefan Monnier  <monnier@cs.yale.edu>
805         * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
806         so ^, $, *, ? and + are interpreted correctly.
808 2001-03-09  Gerd Moellmann  <gerd@gnu.org>
810         * help.el (string-key-binding): Renamed from
811         mode-line-key-binding.  Handle any event on a string.
812         Check for `keymap' properties as well as `local-map' properties.
814         * comint.el (comint-insert-clicked-input): Use the last key
815         from this-command-keys to lookup the global key definition.
817 2001-03-09  Kenichi Handa  <handa@etl.go.jp>
819         * international/characters.el: Add category `j' for
820         katakana-jisx0201.   Fix syntaxes of katakana-jisx0201.
822         * international/mule-conf.el (no-conversion): Fix docstring.
823         (raw-text): Fix docstring.
825 2001-03-08  Gerd Moellmann  <gerd@gnu.org>
827         * simple.el (choose-completion-string): When not leaving the
828         minibuffer, raise the minibuffer frame when minibuffer-auto-raise
829         is set.
831         * window.el (shrink-window-if-larger-than-buffer): Handle frame
832         parameter `(minibuffer . t)'.
834 2001-03-07  Stefan Monnier  <monnier@cs.yale.edu>
836         * progmodes/sh-script.el (sh-st-symbol): New symbol.
837         (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
838         (sh-mode): Remove `make-local-variable' for unused var
839         `font-lock-unfontify-region-function'.
841 2001-03-07  Richard M. Stallman  <rms@gnu.org>
843         * info.el (Info-scroll-down): Fix previous change.
845         * mail/rmail.el (rmail-toggle-header): Use a window which
846         is showing the Rmail buffer, rather than the selected window.
848 2001-03-07  Dave Love  <fx@gnu.org>
850         * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
851         now, to avoid problems with binding imenu directly to a mouse event.
853 2001-03-07  Gerd Moellmann  <gerd@gnu.org>
855         * info.el (Info-scroll-down): Call pos-visible-in-window-p with
856         second arg t.
858 2001-03-07  Stefan Monnier  <monnier@cs.yale.edu>
860         * log-edit.el (log-edit-common-indent): New var.
861         (log-edit-set-common-indentation): Renamed from
862         log-edit-delete-common-indentation.  Use the new var.
863         (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
865         * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
866         (cvs-mode-add-change-log-entry-other-window):
867         Don't presume change-log-default-name is defined.
869         * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
871         * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
872         the "tree" operation as well.
874         * pcvs-parse.el (cvs-parse-table): Add another ignored message.
876         * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
877         to match paragraph-start.
879         * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
880         comment-start-skip and set comment-end-skip as well.
881         (sgml-comment-indent): Fix for new value of comment-start-skip.
882         (html-autoview-mode): Don't bother using make-local-hook.
884 2001-03-07  Gerd Moellmann  <gerd@gnu.org>
886         * cus-edit.el (custom-save-delete): Move in front of local
887         variables, otherwise long Custom entries would make them ineffective.
889         * uniquify.el: Set maintainer to FSF.
891 2001-03-07  Eli Zaretskii  <eliz@is.elta.co.il>
893         * dired-aux.el (dired-do-shell-command): Doc fix.
895 2001-03-06  Stefan Monnier  <monnier@cs.yale.edu>
897         * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
899         * which-func.el (which-func-modes): Add cperl-mode.
900         (which-func-mode-global): Use define-minor-mode.
902         * info-look.el: Docstring fixes and dead code eliminated.
903         (cperl-mode): Add support.
904         (emacs-lisp-mode): List all entries from elisp manual, whether
905         or not they are currently (f)bound or not.  Update regexp.
907         * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
909         * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
910         so that C-h m shows the correct information.
911         Use make-local-variable rather than make-variable-buffer-local.
912         (cperl-info-buffer, cperl-setup-tmp-buf):
913         Use make-local-variable rather than make-variable-buffer-local.
914         (cperl-msb-fix, cperl-get-help-defer):
915         Check major-mode for `cperl-mode' as well.
917         * progmodes/cperl-mode.el: Updated to author version 4.23.
918         (cperl-electric-pod): SYNOPSIS was misspelled.
919         (cperl-find-pods-heres): @if ? a : b was considered a REx.
920         (cperl-after-expr-p): Make true after __END__.
922 2001-03-06  Gerd Moellmann  <gerd@gnu.org>
924         * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
925         bookmark-completion-ignore-case is t.
927         * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
928         switch, like xterm, and concat resource strings, with a newline
929         between them.
931 2001-03-06  Eli Zaretskii  <eliz@is.elta.co.il>
933         * international/codepage.el (cp770-decode-table)
934         (cp773-decode-table, cp774-decode-table): New variables.
936         * man.el (Man-hyphenated-reference-regexp): New variable.
937         (Man-build-references-alist): Use it to search for referenced
938         manpages.  If hyphenated is non-nil, record a concatenated word in
939         Man-refpages-alist only if it matches Man-reference-regexp.
940         Update word's length when it is concatenated.  Reverse the list,
941         to get the first manpage at the head.
942         (Man-possibly-hyphenated-word): New function.
943         (Man-follow-manual-reference): Use it instead of current-word to
944         find a manpage at point, in a way that accounts for hyphenated
945         references.
947 2001-03-06  Alex Schroeder  <alex@gnu.org>
949         * sql.el (sql-interbase): New function.
950         (sql-interbase-program): New option.
951         (sql-interbase-options): New option.
952         And some typos fixed: "customise" to "customize".
954 2001-03-06  Dave Love  <fx@gnu.org>
956         * textmodes/flyspell.el (flyspell-region):
957         Set up flyspell-local-mouse-map.
959 2001-03-05  Richard M. Stallman  <rms@gnu.org>
961         * mail/rmail.el (rmail-retry-failure):
962         Don't call rmail-beginning-of-message.
963         Don't discard From: field.  Do discard Received: field.
964         Use unwind-protect to re-prune.
965         (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
967 2001-03-06  Kenichi Handa  <handa@etl.go.jp>
969         * international/quail.el (quail-title): Add autoload cookie.
971 2001-03-05  Dave Love  <fx@gnu.org>
973         * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
974         new defs.
976 2001-03-05  Kenichi Handa  <handa@etl.go.jp>
978         * language/ethio-util.el (ethio-toggle-space):
979         Update current-input-method-title if necessary.
980         (ethio-toggle-punctuation): Likewise.
982         * international/quail.el (quail-title): Fix for the case that a
983         title of an input method is specified by a list of the same form
984         as used in mode-line-format.
986         * international/mule-cmds.el (activate-input-method):
987         If current-input-method-title is set by activating INPUT-METHOD,
988         respect that value.
990 2001-03-05  Gerd Moellmann  <gerd@gnu.org>
992         * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
994 2001-03-05  Alex Schroeder  <alex@gnu.org>
996         * sql.el (sql-sybase): Fix typo (was: query user about server two
997         times instead of server and database).
999         * sql.el (sql-sybase): Doc change.
1000         (sql-mysql): Doc change.
1001         (sql-postgres): Doc change.
1003 2001-03-05  Kenichi Handa  <handa@etl.go.jp>
1005         * international/mule-conf.el (emacs-mule, raw-text):
1006         Docstring modified.
1008 2001-03-04  Eli Zaretskii  <eliz@is.elta.co.il>
1010         * term/internal.el: Update copyright notice.
1012         * term/pc-win.el: Update copyright notice.
1014 2001-03-02  Dave Love  <fx@gnu.org>
1016         * files.el (insert-file-contents-literally):
1017         Bind inhibit-file-name-handlers and inhibit-file-name-operation,
1018         not jka-compr-compression-info-list.
1020 2001-03-02  Stefan Monnier  <monnier@cs.yale.edu>
1022         * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
1023         spaces in default comment-start-skip settings rather than \s-.
1025 2001-03-02  Eli Zaretskii  <eliz@is.elta.co.il>
1027         * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
1028         default-frame-alist as well.
1030 2001-03-01  Dave Love  <fx@gnu.org>
1032         * textmodes/reftex.el (defvar): Wrap some defvars in
1033         eval-when-compile.  From Markus Rost <rost@math.ohio-state.edu>.
1035         * subr.el (event-basic-type): Doc fix.
1037         * international/quail.el: Doc fixes.
1039         * international/utf-8.el: Doc fixes.
1041         * international/mule-cmds.el: Doc fixes.
1042         (leim-list-header): Fix header text.
1044         * international/mule.el (coding-system-category): Doc fix.
1046         * international/ccl.el (ccl-compile): Doc fix.
1048 2001-03-01  Stefan Monnier  <monnier@cs.yale.edu>
1050         * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
1051         rather than (before|after)-change-functions.
1053 2001-03-01  Gerd Moellmann  <gerd@gnu.org>
1055         * ediff-util.el (ediff-scroll-horizontally): Arrange for
1056         scroll-left and scroll-right being called interactively so that
1057         they set the window's min_hscroll.
1059 2001-03-01  Eli Zaretskii  <eliz@is.elta.co.il>
1061         * info.el (info-insert-file-contents-1): Accept an additional
1062         argument `lfn': if it is non-nil, concatenate `filename' and
1063         `suffix'; otherwise use the complicated MS-DOS code.
1064         All callers changed.
1065         (info-insert-file-contents, Info-find-node): If the MS-DOS port
1066         can access long file names, try the long file-name version of
1067         `info-insert-file-contents-1', then the short file-name version.
1069 2001-02-28  TAKAHASHI Naoto  <ntakahas@m17n.org>
1071         * language/ethio-util.el (setup-ethiopic-environment-internal):
1072         Change bindings of functions keys to conform to "Emacs Lisp Coding
1073         Convention".
1075         * language/ethiopic.el ("Ethiopic"): Add documentation.
1077 2001-02-28  Kenichi Handa  <handa@etl.go.jp>
1079         * international/utf-8.el (mule-utf-8): Set coding-category
1080         property to coding-category-utf-8.
1082 2001-02-27  Richard M. Stallman  <rms@gnu.org>
1084         * lpr.el (lpr-page-header-switches, print-region-1):
1085         Undo 2000-07-06 change.
1086         (lpr-add-switches): Default to t on gnu/linux.
1088 2001-02-27  Gerd Moellmann  <gerd@gnu.org>
1090         * bs.el (bs-attributes-list): Doc fix.
1092 2001-02-26  Gerd Moellmann  <gerd@gnu.org>
1094         * help.el (describe-project): Display the file THE-GNU-PROJECT.
1096         * help.el (view-order-manuals): Use goto-address.
1098         * startup.el (command-line-1): Add info about ordering manuals
1099         to the not so fancy splash screens.
1101 2001-02-26  Andre Spiegel  <spiegel@gnu.org>
1103         * vc.el (vc-default-workfile-unchanged-p)
1104         (vc-default-latest-on-branch-p): Add missing BACKEND argument.
1106 2001-02-26  Gerd Moellmann  <gerd@gnu.org>
1108         * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
1109         fontify in the right buffer.
1111         * allout.el (outline-flag-region): Move macro in front of first
1112         use to avoid a run-time error.
1114 2001-02-24  Andrew Innes  <andrewi@gnu.org>
1116         * makefile.w32-in: Fix copyright notice.
1118 2001-02-24  Kenichi Handa  <handa@etl.go.jp>
1120         * international/utf-8.el (mule-utf-8): Set correct value for
1121         valid-codes property.
1123         * international/fontset.el (x-complement-fontset-spec): In the
1124         case that we use ASCII font for the other charsets, use only
1125         family and registry part of it.
1127 2001-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
1129         * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
1130         (shrink-window-if-larger-than-buffer): Doc fix.
1132 2001-02-23  Stefan Monnier  <monnier@cs.yale.edu>
1134         * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
1135         predicate passed to completing-read.
1137 2001-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
1139         * startup.el (command-line): Fix last change.
1141 2001-02-23  Jason Rumney  <jasonr@gnu.org>
1143         * startup.el (tool-bar-originally-present): New variable.
1144         (command-line): Set it if the tool-bar is switched on at startup.
1146         * frame.el (frame-notice-user-settings): Only adjust frame height
1147         for no tool-bar case if tool-bar was originally switched on.
1148         From E. Jay Berkenbilt.
1150 2001-02-22  Stefan Monnier  <monnier@cs.yale.edu>
1152         * server.el (server-switch-buffer): Only switch window if the
1153         current one is dedicated.
1155         * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
1156         rather than using (match-beginning 0) when searching for break point.
1158 2001-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
1160         * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
1161         @ follows an accent command such as @'.  Support optional braces
1162         in commands that insert accents, like makeinfo does.
1164 2001-02-22  Gerd Moellmann  <gerd@gnu.org>
1166         * startup.el (fancy-splash-text): Add a line for ordering
1167         manuals.  Reverse order of splash screens shown.
1168         (use-fancy-splash-screens-p): Adapt to the text line added.
1170         * menu-bar.el (menu-bar-help-menu): Add an item for ordering
1171         manuals from the FSF.
1173         * help.el (view-order-manuals): New function.
1174         (toplevel): Bind C-h C-m to this function.
1176 2001-02-21  Stefan Monnier  <monnier@cs.yale.edu>
1178         * newcomment.el (comment-forward): Skip the comment-start before
1179         searching for the comment-end.
1181 2001-02-21  Dave Love  <fx@gnu.org>
1183         * custom.el (custom-initialize-changed, defcustom): Doc fix.
1185         * international/mule-cmds.el, international/mule.el: Doc fixes.
1187         * play/fortune.el: Fix autoload cookies.  Add types to defcustoms.
1188         (fortune) <defgroup>: Add :link.
1189         (fortune-from-region): Use eq, not eql.
1191 2001-02-21  Gerd Moellmann  <gerd@gnu.org>
1193         * startup.el (fancy-splash-screens): Use display-hourglass
1194         instead of display-busy-cursor.
1196         * frame.el (display-hourglass): Renamed from busy-cursor.
1197         (hourglass-delay): Renamed from busy-cursor-delay-seconds.
1198         (show-cursor-in-non-selected-windows): Doc fix.
1200 2001-02-20  Dave Love  <fx@gnu.org>
1202         * international/utf-8.el: Doc and commentary fixes.
1204 2001-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
1206         * ehelp.el (with-electric-help): Doc fix.
1208 2001-02-20  Gerd Moellmann  <gerd@gnu.org>
1210         * msb.el (msb-mode): Call the update-buffers function explicitly
1211         with a FORCE argument.
1213         * menu-bar.el (menu-bar-update-buffers): Add optional parameter
1214         FORCE.  If set, update the menu even if frame-or-buffer-changed-p
1215         returns nil.
1217 2001-02-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1219         * ps-print.el: Timestamp package replacement.  Some enhancements.
1220         Some XEmacs compatibility.  Doc fix.
1221         (ps-print-version): New version number (6.4).
1222         (ps-printer-name): Initialization fix.
1223         (ps-zebra-stripe-follow): Funcionality enhancement.
1224         (ps-prologue-file): Code enhancement.
1225         (ps-right-header): Timestamp package replacement.
1226         (ps-setup, ps-face-bold-p, ps-face-italic-p)
1227         (ps-get-page-dimensions)
1228         (ps-generate-header, ps-begin-file, ps-begin-job)
1229         (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
1230         (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
1231         (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
1232         (coding-system-for-write): Var declaration (XEmacs compatibility).
1234 2001-02-20  Miles Bader  <miles@gnu.org>
1236         * image-file.el (image-file-name-extensions): Add "tif".
1238 2001-02-19  Gerd Moellmann  <gerd@gnu.org>
1240         * wid-edit.el (widget-button-click): Save the selected window
1241         around the code handling clicks on buttons.
1243 2001-02-18  Dave Love  <fx@gnu.org>
1245         * imenu.el (imenu--generic-function): Use mapc to iterate over
1246         syntax characters.
1248 2001-02-17  Richard M. Stallman  <rms@gnu.org>
1250         * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
1252         * uniquify.el (uniquify-buffer-name-style): Doc fix.
1254 2001-02-16  Gerd Moellmann  <gerd@gnu.org>
1256         * mouse.el (mouse-save-then-kill): If the distance from the new
1257         point to the mark is equal to the distance of point from the new
1258         point, move point instead of the mark.
1260 2001-02-16  Dave Love  <fx@gnu.org>
1262         * textmodes/flyspell.el (flyspell-get-word): Return string without
1263         properties.
1265 2001-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
1267         * generic.el (generic-find-file-regexp): Doc fix.
1268         (generic-ignore-files-regexp): New defcustom.
1269         (generic-mode-find-file-hook): If the file's name matches the
1270         regexp in `generic-ignore-files-regexp', don't enter
1271         default-generic-mode.  Doc fix.
1273 2001-02-16  Gerd Moellmann  <gerd@gnu.org>
1275         * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
1276         Add autoload cookies.
1278         * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
1279         of cal-tex-24.
1281 2001-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
1283         * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
1285         * progmodes/compile.el (grep-regexp-alist): Remove the blank from
1286         the character class after the (optional) drive, to support file
1287         names with embedded blanks.
1289 2001-02-15  Sam Steingold  <sds@gnu.org>
1291         * textmodes/tex-mode.el (tex-shell-running):
1292         Check the process buffer too.
1294 2001-02-15  Dave Love  <fx@gnu.org>
1296         * battery.el (battery-status-function): Fix doc, :type.
1298         * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
1300 2001-02-15  Gerd Moellmann  <gerd@gnu.org>
1302         * subr.el (read-passwd): Clear Lisp memory holding password.
1304 2001-02-15  Miles Bader  <miles@gnu.org>
1306         * info.el (Info-copy-current-node-name): New function.
1307         (Info-mode-menu): Add it to the menu.
1309 2001-02-14  Richard M. Stallman  <rms@theobromine.ai.mit.edu>
1311         * international/mule-cmds.el (toggle-input-method): Doc fix.
1313 2001-02-13  Stefan Monnier  <monnier@cs.yale.edu>
1315         * replace.el (occur): Stop at end of buffer.
1317 2001-02-13  Eli Zaretskii  <eliz@is.elta.co.il>
1319         * international/mule-cmds.el (set-input-method): Another doc fix.
1321 2001-02-13  David M. Koppelman <koppel@ee.lsu.edu>
1323         * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
1325 2001-02-13  Miles Bader  <miles@gnu.org>
1327         * faces.el (set-face-background, set-face-foreground)
1328         (set-face-stipple): Treat a value of nil as being `unspecified'.
1330 2001-02-12  Dave Love  <d.love@dl.ac.uk>
1332         * international/latin1-disp.el:  Doc fixes.
1333         (latin1-display) <defgroup>: Add :link.
1334         (latin1-display) <function>: Set variable latin1-display.
1336 2001-02-12  Eli Zaretskii  <eliz@is.elta.co.il>
1338         * international/mule-cmds.el (set-input-method): Doc fix.
1340 2001-02-12  Eric M. Ludlam  <zappo@choochoo.ultranet.com>
1342         * speedbar.el (speedbar-frame-parameters): No toolbar lines.
1343         (speedbar-line-file): Return nil if not a file.
1344         (speedbar-buffers-line-path): Return file for tags, and dir for files.
1346 2001-02-12  Michael Kifer  <kifer@cs.sunysb.edu>
1348         * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
1349         for remote files.
1350         (ediff-coding-system-for-read): Replaced the no-conversion default
1351         with raw-text.
1353         * ediff-init.el: Removed :version from defcustom vars.
1355         * ediff-util.el (ediff-compute-custom-diffs-maybe):
1356         Better handling of the diff mode.
1358         * ediff.texi: Added ediff-coding-system-for-read.
1360         * viper.texi: Fix typos.
1362 2001-02-11  Dave Love  <fx@gnu.org>
1364         * shadowfile.el: Doc fixes.
1365         (shadow) <defgroup>: Add :link.
1366         (shadowfile-unload-hook): New function.
1367         (shadow-initialize): Use defalias, not fset.
1368         (shadow-define-cluster, shadow-define-literal-group)
1369         (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
1371         * international/mule.el: Doc and message fixes.
1373         * international/ccl.el (define-ccl-program): Doc fix.
1375 2001-02-11  Kenichi Handa  <handa@etl.go.jp>
1377         * faces.el (mode-line): Set :line-width property to -1.
1379 2001-02-10  Richard M. Stallman  <rms@gnu.org>
1381         * complete.el (partial-completion-mode): Doc fix.
1383         * simple.el (delete-key-deletes-forward-mode):
1384         Change `let' to `let*' to fix gross bug in last change.
1386         * repeat.el (repeat): Don't let execute-kbd-macro alter
1387         real-last-command.
1389 2001-02-10  Eli Zaretskii  <eliz@is.elta.co.il>
1391         * simple.el (eval-expression): Doc fix.
1393 2001-02-09  Dave Love  <fx@gnu.org>
1395         * imenu.el (imenu-generic-expression): Doc fix.
1397         * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
1398         From Juanma Barranquero.
1400         * emacs-lisp/authors.el (authors): Expand `root' before running find.
1402 2001-02-09  Kenichi Handa  <handa@etl.go.jp>
1404         * faces.el (set-face-attribute): Describe the case of a negative
1405         value specified for :line-width.
1407 2001-02-08  Stefan Monnier  <monnier@cs.yale.edu>
1409         * which-func.el (which-func-mode): Invert which-func-mode-global.
1410         From Juanma Barranquero <lektu@uol.com.br>.
1412 2001-02-08  Dave Love  <fx@gnu.org>
1414         * wid-edit.el (widget-plist-convert-widget): Replace binding of
1415         widget-plist-value-type.
1416         (widget-alist-convert-widget): Replace binding of
1417         widget-alist-value-type.
1419         * textmodes/paragraphs.el (sentence-end): Doc fix.
1421         * eshell/em-rebind.el (eshell-cannot-leave-input-list):
1422         Remove `backward-line'.
1424         * play/pong.el (pong-blank-color, pong-bat-color)
1425         (pong-ball-color, pong-border-color, pong-left-key)
1426         (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
1427         (pong-pause-key, pong-resume-key, pong-timer-delay):
1428         * mail/mh-comp.el (mh-compose-letter-function):
1429         * eshell/esh-mode.el (eshell-skip-prompt-function):
1430         * emulation/viper-ex.el (ex-unix-type-shell-options):
1431         * recentf.el (recentf-menu-filter):
1432         * ps-print.el (ps-print-region-function):
1433         * lpr.el (print-region-function):
1434         * forms.el (forms-mode-hooks):
1435         * dirtrack.el (dirtrack-directory-change-hook):
1436         * cus-start.el (temp-buffer-show-function, display-buffer-function):
1437         * textmodes/spell.el (spell-filter):
1438         * textmodes/fill.el (adaptive-fill-function):
1439         * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
1440         * progmodes/etags.el (find-tag-default-function):
1441         * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1442         * progmodes/ada-mode.el (ada-popup-key): Fix :type.
1444 2001-02-07  Eli Zaretskii  <eliz@is.elta.co.il>
1446         * emulation/viper-init.el (viper-fast-keyseq-timeout)
1447         (viper-translate-all-ESC-keysequences): Doc fix.  From Jim
1448         Meyering <jim@meyering.net>.
1450         * loadup.el: Revert last change.
1452 2001-02-07  Kenichi Handa  <handa@etl.go.jp>
1454         * international/mule.el (transform-make-coding-system-args):
1455         Make it work also for coding systems not using CCL.
1457 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
1459         * simple.el (previous-matching-history-element)
1460         (next-matching-history-element): Doc fix.
1462         * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
1463         specific part.
1465 2001-02-06  Dave Love  <fx@gnu.org>
1467         * add-log.el (add-log-current-defun-function)
1468         (add-log-buffer-file-name-function, add-log-file-name-function):
1469         Fix :type.
1470         (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
1472 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
1474         * info.el (info-initialize): Remove the test for system-type when
1475         invocation-directory is non-nil.
1477         * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
1478         of `font-lock-defaults' to `backward-paragraph' rather than nil.
1480 2001-02-06  Andrew Innes  <andrewi@gnu.org>
1482         * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
1483         absolute.
1485 2001-02-06  David M. Koppelman <koppel@ee.lsu.edu>
1487         * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
1488         buffers.  When hi-lock turned on rather than only checking current
1489         buffer for regexps, all buffers are checked. Moved activation of
1490         font-lock to hi-lock-refontify. When font-lock turned off rather
1491         than removing added highlighting just in current buffer, remove it
1492         in all buffers.  Changed edit menu text from "Automatic
1493         Highlighting" to "Regexp Highlighting" Documentation for
1494         highlighting phrases, minor documentation changes.
1495         (hi-lock-set-file-patterns): Execute only if there are new or
1496         existing file patterns.
1497         (hi-lock-refontify): Assume font-lock-fontify-buffer will first
1498         unfontify and, if a support mode is active, will not refontify the
1499         whole buffer.  If necessary, turn on font lock. (Removed
1500         font-lock-unfontify and font-lock support-mode-specific calls,
1501         such as lazy-lock-fontify-window.)
1502         (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
1503         patterns are found. Not useful now since find-file-hook is removed
1504         if hi-lock is off, but may be needed for per-buffer hi-lock activation.
1505         (hi-lock-face-phrase-buffer): New function.  Also added related
1506         menu item and keybinding.
1507         (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
1508         (hi-lock-process-phrase): New function.
1509         (hi-lock-line-face-buffer): Doc fixes.
1510         (hi-lock-face-buffer): Doc fixes.
1511         (hi-lock-unface-buffer): Doc fixes.
1513 2001-02-06  Gerd Moellmann  <gerd@gnu.org>
1515         * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
1516         dabbrev-ignored-regexps.
1518 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
1520         * simple.el (kill-line): Doc fix.
1522 2001-02-05  Dave Love  <fx@gnu.org>
1524         * loadup.el: Revert last two changes -- bootstrapping works with
1525         regenerated loaddefs.
1527 2001-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
1529         * isearch.el (isearch-forward): Doc fix.
1531         * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
1532         of font-lock-defaults to backward-paragraph.
1534 2001-02-05  Gerd Moellmann  <gerd@gnu.org>
1536         * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
1537         X-Complaints-To, NNTP-Posting-Date, and User-Agent.
1539 2001-02-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1541         * ebnf2ps.el: Eliminate time-stamp functions.
1542         (ebnf-version): New version (3.5).
1543         (ebnf-eps-finish-and-write): Replace time-stamp functions by
1544         format-time-string.
1546 2001-02-05  Gerd Moellmann  <gerd@gnu.org>
1548         * simple.el (next-line): Goto end-of-line before inserting a newline.
1550 2001-02-05  Miles Bader  <miles@gnu.org>
1552         * image-file.el (insert-image-file): When visiting an image, also
1553         set `truncate-lines' to t so that any fringe arrow looks correct.
1555 2001-02-05  Kenichi Handa  <handa@etl.go.jp>
1557         * isearch.el (isearch-forward): Add description about input method
1558         in the docsting.
1560 2001-02-04  Stefan Monnier  <monnier@cs.yale.edu>
1562         * skeleton.el (skeleton-internal-1): Always push the mark for @.
1564 2001-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
1566         * info.el (info-initialize): If installation-directory is nil, for
1567         DOS/Windows systems try looking in a sibling of invocation-directory.
1569 2001-02-02  Gerd Moellmann  <gerd@gnu.org>
1571         * wid-edit.el (widget-button-click): Fix last change.
1573         * frame.el (frame-notice-user-settings): When resizing the initial
1574         frame because the tool bar is off, also change the frame's top
1575         position if a negative top position was specified.
1577 2001-02-02  Miles Bader  <miles@gnu.org>
1579         * image-file.el (insert-image-file): When visiting an image,
1580         suppress the cursor in the image buffer.
1582 2001-02-01  Dave Love  <fx@gnu.org>
1584         * progmodes/f90.el (f90-mode): Remove startup message.
1586         * vc-cvs.el: Remove autoloads.  Require vc when compiling.
1588 2001-02-01  Gerd Moellmann  <gerd@gnu.org>
1590         * startup.el (command-line): Fix code determining whether or not
1591         to use delete-key-deletes-forward-mode.
1593 2001-02-01  Andre Spiegel  <spiegel@gnu.org>
1595         * vc.el (vc-diff-switches): New user option.
1596         (vc-version-diff): Use it.
1597         (vc-diff-switches-list): New macro.
1599         * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
1600         New customization options.
1601         (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
1603         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
1605 2001-02-01  Gerd Moellmann  <gerd@gnu.org>
1607         * msb.el (toplevel): Quote hook symbols.
1609 2001-02-01  Kenichi Handa  <handa@etl.go.jp>
1611         * international/mule.el (make-coding-system): Add description
1612         about recognized properties in the docstring.
1614         * international/mule-conf.el: Remove unused charsets
1615         mac-roman-lower and mac-roman-upper.
1617 2001-01-31  Gerd Moellmann  <gerd@gnu.org>
1619         * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
1620         is in front of the left-margin, if any.
1622         * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
1623         like `delete'.
1625         * bindings.el: Define `kp-delete' like `delete' in function-key-map.
1627         * term/w32-win.el (mouse-set-font): Doc fix.
1629 2001-01-31  Stefan Monnier  <monnier@cs.yale.edu>
1631         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
1632         (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
1633         on already.
1635 2001-01-31  Markus Rost  <rost@math.ohio-state.edu>
1637         * files.el (save-buffer): Don't give message if (buffer-file-name)
1638         returns nil.
1640 2001-01-31  Eli Zaretskii  <eliz@is.elta.co.il>
1642         * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
1644         * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
1645         concat for integers.  From Juanma Barranquero <lektu@uol.com.br>.
1647         * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
1648         display problems.
1650 2001-01-31  Kenichi Handa  <handa@etl.go.jp>
1652         * international/mule.el (charset-info): Fix docstring.
1654         * international/mule-diag.el (describe-character-set): Check final
1655         char valid before printing it.
1657 2001-01-30  Gerd Moellmann  <gerd@gnu.org>
1659         * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
1661         * frame.el (frame-notice-user-settings): Do the tool-bar
1662         stuff only for graphical displays.  Fix a braino.
1664         * frame.el (frame-initialize): Create initial frame visible.
1665         (frame-notice-user-settings): When tool-bar has been switched off,
1666         correct the frame size and sync tool-bar-mode.
1668         * startup.el (command-line): Remove manipulation of frame
1669         height for tool bars.
1671 2001-01-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1673         * lpr.el: Compatibility with XEmacs and doc fixes.
1674         (lpr-windows-system, lpr-lp-system): New vars.
1675         (lpr-printer-switch): New defcustom.
1676         (printer-name, lpr-command): Customization fix.
1677         (print-region-1): Code fix.
1678         (print-region-new-buffer, printify-region): Indentation fix.
1679         (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
1680         New functions.
1682 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
1684         * msb.el (toplevel): Fix the eval-after-load.
1686 2001-01-29  Dave Love  <fx@gnu.org>
1688         * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
1690         * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
1692         * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
1693         (tcl-using-emacs-19-23): Consider Emacs 21+.
1694         (tcl-help-directory-list, tcl-command-switches): Fix :type.
1695         (tcl-add-emacs-menu): Supply menu name.
1696         (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
1698 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
1700         * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
1702 2001-01-29  Stefan Monnier  <monnier@cs.yale.edu>
1704         * pcvs.el (cvs-mark-fis-dead): New function.
1705         (cvs-mode-add): Use it.
1706         (cvs-mode-add-change-log-entry-other-window):
1707         Rebind change-log-default-name to itself rather than to nil.
1709 2001-01-29  Sam Steingold  <sds@gnu.org>
1711         * vc-cvs.el: Replaced (require 'vc) with a bunch of
1712         `autoload' statements.
1714 2001-01-29  Eli Zaretskii  <eliz@is.elta.co.il>
1716         * files.el (confirm-kill-emacs): Doc fix.
1718         * frame.el (frame-initialize): Doc fix.
1720         * time-stamp.el (time-stamp-string): Doc fix.
1722         * woman.el (WoMan-log-1): Make the log buffer writable.
1723         From Markus Rost <rost@math.ohio-state.edu>.
1725 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
1727         * imenu.el (imenu-syntax-alist): Add autoload cookie for
1728         the `make-variable-buffer-local'.
1730 2001-01-29  Dave Love  <fx@gnu.org>
1732         * ansi-color.el (ansi-color-for-comint-mode): Add :version.
1733         (ansi-color-for-comint-mode-on, ansi-color-process-output):
1734         Add autoload cookie.
1735         (ansi-color-apply-sequence): Fix typo.
1737 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
1739         * menu-bar.el (menu-bar-files-menu): Add menu items for
1740         Postscript printing in black and white.
1742         * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
1743         X-Mailman-Version, Precedence, List-Help, List-Post,
1744         List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
1745         Content-Type, Content-Length.
1747 2001-01-29  Dave Love  <fx@gnu.org>
1749         * elide-head.el (elide-head): Make overlay evaporate.
1751         * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
1753 2001-01-28  Eli Zaretskii  <eliz@is.elta.co.il>
1755         * isearch.el (isearch-highlight): Don't punt if the display
1756         doesn't support colors, since isearch faces are defined for
1757         monochrome displays as well.
1759 2001-01-27  Sam Steingold  <sds@gnu.org>
1761         * shell.el (shell-write-history-on-exit): Make sure that we are in
1762         the shell buffer (M-x tex-file RET inserted the error message into
1763         the TeX buffer).
1765 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
1767         * simple.el (transient-mark-mode): Doc fix.
1769 2001-01-27  Gerd Moellmann  <gerd@gnu.org>
1771         * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
1773 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
1775         * shell.el (shell-unquote-argument): If the shell is one of the
1776         mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
1777         quote character.
1778         (shell-dumb-shell-regexp): Document that the shells which match
1779         this regexp are supposed to not treat a backslash as a quote character.
1781         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
1782         from 2001-01-12.  It is not needed, since backspace is mapped into DEL.
1784 2001-01-27  Richard M. Stallman  <rms@gnu.org>
1786         * dabbrev.el (dabbrev--substitute-expansion):
1787         Treat a one-capital-letter abbrev as "not all upper case",
1788         so as to force preservation of the expansion's pattern
1789         if the expansion starts with a capital letter.
1791 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
1793         * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
1794         Doc fix.
1796         * simple.el (transient-mark-mode): Document the fact that many
1797         commands act on the region when mark is active.
1799 2001-01-27  Kenichi Handa  <handa@etl.go.jp>
1801         * international/quail.el (quail-setup-completion-buf): Make the
1802         multibyteness of current buffer inherited to Quail completion buffer.
1803         (quail-show-guidance-buf): Make the multibyteness of current
1804         buffer inherited to Quail guidance buffer.
1805         (quail-help): Make the multibyteness of current buffer inherited
1806         to Quail help buffer.
1808 2001-01-26  Dave Love  <fx@gnu.org>
1810         * time-stamp.el: Doc fixes.
1812         * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
1813         (delphi-keyword-face, delphi-other-face): Fix :type.
1815         * textmodes/flyspell.el: Doc fixes.  Add :version to new options.
1817         * mail/feedmail.el (feedmail): Add :link.
1818         (feedmail-send-it): Doc fix.
1820         * mail/sendmail.el: Doc fixes.
1821         (sendmail-send-it): Fix the non-ASCII regexp and use
1822         rfc2047-encode-string.
1824         * dired.el, dired-aux.el: Revert last change.
1826 2001-01-26  Gerd Moellmann  <gerd@gnu.org>
1828         * makefile.w32-in (DONTCOMPILE): Add various term files.
1830 2001-01-26  Dave Love  <fx@gnu.org>
1832         * Makefile.in (DONTCOMPILE): Add various term files.
1834 2001-01-26  Gerd Moellmann  <gerd@gnu.org>
1836         * man.el (Man-default-man-entry, Man-mode): Doc fix.
1838         * startup.el (display-startup-echo-area-message): Make sure
1839         the echo area is resized to fit the size of the startup message.
1841         * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
1842         part of which is a constant.
1844 2001-01-26  Eli Zaretskii  <eliz@is.elta.co.il>
1846         * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
1848 2001-01-26  Richard M. Stallman  <rms@gnu.org>
1850         * simple.el (next-line): Don't let `newline' expand abbrevs.
1851         Simplify slightly.
1852         (open-line): Don't let `newline' expand abbrevs.
1854 2001-01-25  John Wiegley  <johnw@gnu.org>
1856         * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
1857         to `repeat' in the :type field.
1859         * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
1860         allow a choice of regexp or nil.
1861         (pcomplete-dir-ignore): Same.
1863         * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
1864         a command) to always fail.
1866 2001-01-25  Gerd Moellmann  <gerd@gnu.org>
1868         * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
1869         discard the result.
1870         (iswitchb-to-end): Likewise.
1872 2001-01-25  Sam Steingold  <sds@gnu.org>
1874         * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
1875         Require vc.
1877 2001-01-25  Stefan Monnier  <monnier@cs.yale.edu>
1879         * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
1881         * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
1883 2001-01-25  Dave Love  <fx@gnu.org>
1885         * lisp/international/mule-diag.el (describe-char-after): Doc fix.
1886         (describe-coding-system): Tweak the English text.
1888         * loadup.el: Preload international/ccl for utf-8.
1890 2001-01-25  Eli Zaretskii  <eliz@is.elta.co.il>
1892         * mail/rmail.el (rmail-redecode-body): Doc fix.
1894 2001-01-25  Kenichi Handa  <handa@etl.go.jp>
1896         * international/mule-cmds.el (reset-language-environment):
1897         Reset coding-category-utf-8 to mule-utf-8.
1899         * international/mule-conf.el (coding-category-utf-8):
1900         Initialize to mule-utf-8.
1902         * loadup.el: Preload international/utf-8.
1904         * international/utf-8.el: New file.
1906 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
1908         * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
1910 2001-01-24  Sam Steingold  <sds@gnu.org>
1912         * dired.el (dired-replace-in-string): Removed.
1913         (dired-sort-toggle): Use `replace-regexps-in-string'
1914         instead of `dired-replace-in-string'.
1916         * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
1917         (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
1919         * gs.el (gs-replace-in-string): Removed.
1920         (gs-options): Use `replace-regexps-in-string'
1921         instead of `gs-replace-in-string'.
1923 2001-01-24  Eli Zaretskii  <eliz@is.elta.co.il>
1925         * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
1926         bug report is mailed to an email list and posted to a news group.
1928 2001-01-24  Gerd Moellmann  <gerd@gnu.org>
1930         * comint.el (comint-replace-by-expanded-history-before-point):
1931         Fix change of 2000-08-03 to move point to the start of the line again.
1933         * startup.el (tool-bar-images-pixel-height): New variable.
1934         (command-line): After loading the user's init file, when
1935         tool-bar-mode is on, increase the frame's size by some lines for
1936         the tool-bar.
1938         * frame.el (frame-initialize): Create the initial frame invisible.
1940 2001-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
1942         * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
1943         (chinese-big5): MIME:Big5.
1945 2001-01-24  Gerd Moellmann  <gerd@gnu.org>
1947         * international/mule-cmds.el (universal-coding-system-argument):
1948         Handle commands with prefix args.
1950 2001-01-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
1952         * calendar/diary-lib.el (diary-float): Fix case of MONTH
1953         being a list of numbers.
1954         (diary-mail-entries): Rewritten.
1956 2001-01-23  Dave Love  <fx@gnu.org>
1958         * international/mule.el (make-coding-system): Fix typo.
1960         * textmodes/outline.el (outline-mode) <font-lock-defaults>:
1961         Add backward-paragraph as font-lock-beginning-of-syntax-function.
1963 2001-01-23  Eli Zaretskii  <eliz@is.elta.co.il>
1965         * font-lock.el (font-lock-mode): Doc fix.
1967 2001-01-23  Kenichi Handa  <handa@etl.go.jp>
1969         * international/mule.el (make-translation-table): Fix docstring.
1971 2001-01-22  Eli Zaretskii  <eliz@is.elta.co.il>
1973         * mail/rmail.el (rmail-redecode-body): New function.
1975         * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
1977 2001-01-22  Gerd Moellmann  <gerd@gnu.org>
1979         * isearch.el (isearch-lazy-highlight-case-fold-search)
1980         (isearch-lazy-highlight-regexp): New variables.
1981         (isearch-lazy-highlight-cleanup): Update lazy highlight if
1982         case-fold search or regexp search has been toggled.
1984         * wid-edit.el (widget-button-click): Avoid a save-excursion
1985         around running a global binding.
1987         * isearch.el (isearch-lazy-highlight-initial-delay): Set default
1988         to 0.25.
1990 2001-01-20  Miles Bader  <miles@gnu.org>
1992         * cus-edit.el (custom-face-save): Do post-processing on the face's
1993         new value like `custom-face-set' does.
1995 2001-01-19  Eli Zaretskii  <eliz@is.elta.co.il>
1997         * mail/emacsbug.el (report-emacs-bug): Report the value of
1998         LC_CTYPE, not LC_TYPE.
2000         * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
2001         isearch-toggle-regexp and isearch-edit-string to doc string.
2003 2001-01-19  Gerd Moellmann  <gerd@gnu.org>
2005         * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
2006         as font-lock-beginning-of-syntax-function in font-lock-defaults.
2008         * jit-lock.el (jit-lock-fontify-now): Don't bind
2009         font-lock-beginning-of-syntax-function to nil.
2011 2001-01-19  Eli Zaretskii  <eliz@is.elta.co.il>
2013         * mail/emacsbug.el (report-emacs-bug): Report values of
2014         locale-coding-system, default-enable-multibyte-characters, and the
2015         environment variables LC_ALL, LC_TYPE, and LANG.
2017 2001-01-19  Gerd Moellmann  <gerd@gnu.org>
2019         * font-lock.el (font-lock-default-fontify-region): Fix last change.
2021         * font-lock.el (font-lock-multiline): Default to nil.
2022         (font-lock-default-fontify-region): If font-lock-multiline is
2023         nil, don't check the property `font-lock-multiline'.
2025         * jit-lock.el (jit-lock-after-change): If font-lock-multiline
2026         is nil, don't check the `font-lock-multiline' text property.
2028 2001-01-19  Michael Kifer  <kifer@cs.sunysb.edu>
2030         * viper.el: Call initial-major-mode on startup.
2032         * ediff.el (ediff-patch-file): Use better defaults.
2034         * ediff-vers.el: Fix for 8+3 DOS file systems.
2036 2001-01-19  Colin Walters <walters@cis.ohio-state.edu>
2038         * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2039         diff mode, if available.
2041 2001-01-19  Michael Kifer  <kifer@cs.sunysb.edu>
2043         * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
2045         * ediff-init.el (subst-char-in-string): Define and use it, unless
2046         it's already defined.
2048 2001-01-18  Gerd Moellmann  <gerd@gnu.org>
2050         * tooltip.el (tooltip-hide-delay): New user-option.
2051         (tooltip-show): Use tooltip-hide-delay instead of the default.
2053 2001-01-18  Kenichi Handa  <handa@etl.go.jp>
2055         * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
2056         kill-local-variable doesn't work for enable-multibyte-characters.
2058 2001-01-17  Dave Love  <fx@gnu.org>
2060         * ediff-init.el (ediff-before-setup-hook)
2061         (ediff-merge-filename-prefix): Add :version.
2063         * international/latin1-disp.el: Require disp-table.
2064         (latin1-display): Fix :set.
2066         * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
2068 2001-01-17  Gerd Moellmann  <gerd@gnu.org>
2070         * isearch.el (isearch-lazy-highlight-initial-delay)
2071         (isearch-lazy-highlight-interval): Default to 0.
2073 2001-01-17  Bob Glickstein  <bobg@zanshin.com>
2075         * isearch.el (isearch-highlight): Set isearch-overlay priority to
2076         1 here rather than each time through
2077         isearch-lazy-highlight-new-loop.
2078         (isearch-lazy-highlight-max): Variable deleted.
2079         (isearch-lazy-highlight-max-at-a-time): New user variable, like
2080         isearch-lazy-highlight-max but controls a single invocation of
2081         isearch-lazy-highlight-update.
2082         (isearch-lazy-highlight-wrapped): Variable recreated.
2083         (isearch-lazy-highlight-window-start): New variable.
2084         (isearch-lazy-highlight-cleanup): Restored to behavior of
2085         before 2-Jan.
2086         (isearch-lazy-highlight-remove-overlays): Function deleted;
2087         behavior folded into isearch-lazy-highlight-cleanup.  "Keep"
2088         behavior removed.
2089         (isearch-lazy-highlight-new-loop): Restore old behavior of calling
2090         isearch-lazy-highlight-update in a loop rather than just once.
2091         Test isearch-invalid-regexp here and decide not to start a new
2092         loop, rather than testing it each time through
2093         isearch-lazy-highlight-update.
2094         (isearch-lazy-highlight-search): Function restored.
2095         (isearch-lazy-highlight-update): Get called in a timer loop again,
2096         but this time highlight more than one match each time through.
2097         Only highlight matches in the visible part of the window.
2098         Start at point, move in the direction of the search, and wrap around at
2099         the edge of the window.  Use sit-for to force redisplay and ensure
2100         window-start is credible.  "Face suppressing" behavior removed;
2101         overlay priorities should make it unnecessary, right?
2102         (isearch-highlight): Face suppressing behavior removed.
2103         (isearch-dehighlight): Face suppressing behavior removed.
2104         (isearch-set-lazy-highlight-faces-at): Removed.
2106 2001-01-17  Kenichi Handa  <handa@etl.go.jp>
2108         * language/european.el ("Latin-1"): Make the format of description
2109         about additional language environments same as that of Latin-2.
2111 2001-01-16  Dave Love  <fx@gnu.org>
2113         * isearch.el (isearch-lazy-highlight): Add :version.
2115         * simple.el (backward-delete-char-untabify-method)
2116         (next-line-add-newlines): Add :version.
2118 2001-01-16  Gerd Moellmann  <gerd@gnu.org>
2120         * bindings.el: Bind <backspace> and <delete> via function-key-map.
2121         Don't bind <delete> otherwise.
2123         * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
2124         and <delete> via function-key-map.
2126         * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
2127         Subject line only if point is after the `Subject:'.
2129 2001-01-16  Kenichi Handa  <handa@etl.go.jp>
2131         * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
2132         japanese-jisx0213-2 in `charset' property of this lang. env.
2134         * language/european.el ("Latin-1"): Add description for Dutch and
2135         Spanish lang. env.
2137         * international/mule.el (decode-char): Fix conditions.
2138         (encode-char): Handle eight-bit-control too.
2139         (transform-make-coding-system-args): New function.
2140         (make-coding-system): Accept XEmacs style arguments for CCL base
2141         coding system.
2143 2001-01-15  Gerd Moellmann  <gerd@gnu.org>
2145         * progmodes/etags.el (find-tag-noselect): Save the value of
2146         tags-file-name before switching buffers, for the case it has a
2147         buffer-local value.
2149 2001-01-15  Alex Schroeder  <alex@gnu.org>
2151         * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
2152         From Dave Love <fx@gnu.org>.
2153         (ansi-color-for-comint-mode): Fix :version.
2155 2001-01-15  Alex Schroeder  <alex@gnu.org>
2157         * ansi-color.el (ansi-color-unfontify-region): Doc change.
2159 2001-01-14  Eli Zaretskii  <eliz@is.elta.co.il>
2161         * dired.el (dired-insert-directory): If file-system-info fails,
2162         remove the " free " part, but don't signal an error.
2164 2001-01-12  Sam Steingold  <sds@gnu.org>
2166         * bookmark.el (bookmark-maybe-historicize-string):
2167         Use new backquote syntax.
2169 2001-01-12  Richard M. Stallman  <rms@gnu.org>
2171         * subr.el (last): Handle a list that doesn't end in nil.
2173 2001-01-12  Sam Steingold  <sds@gnu.org>
2175         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
2176         to `backward-delete-char-untabify'.
2178 2001-01-12  Dave Love  <fx@gnu.org>
2180         * cus-edit.el (customize-menu-create): Fix the :filter following
2181         easymenu change.
2183         * wid-edit.el (function): Add :match-alternatives.
2184         (widget-color-action): Doc fix.
2186 2001-01-12  Gerd Moellmann  <gerd@gnu.org>
2188         * calendar/calendar.el (calendar-basic-setup): Doc fix.
2190 2001-01-12  Kenichi Handa  <handa@etl.go.jp>
2192         * international/mule-cmds.el (prefer-coding-system): Fix docstring.
2194         * international/ccl.el (define-ccl-program): Fix docstring.
2196 2001-01-11  Dave Love  <fx@gnu.org>
2198         * international/mule-cmds.el (standard-display-european-internal):
2199         Set display table for 2208 as for 160.
2201         * progmodes/ada-mode.el (ada-popup-key): Fix last change.
2203         * progmodes/fortran.el (fortran-mode-map): Modify Customization
2204         entry for custom-menu-create change.
2205         (fortran-strip-sqeuence-nos): Make arg optional.  Fix regexp and
2206         don't cons it in the search loop.
2208         * imenu.el (imenu--truncate-items): Revert last change.
2210 2001-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
2212         * info.el (Info-setup-header-line): If the node header includes
2213         either Next: or Prev: links, don't show the File: and Node: parts
2214         in the header line.
2216 2001-01-11  Gerd Moellmann  <gerd@gnu.org>
2218         * comint.el (comint-goto-process-mark): Don't print a message
2219         when running in batch mode.
2221         * isearch.el (isearch-search): In the condition-case handler for
2222         `error', set isearch-invalid-regexp to the whole error message.
2224         * subr.el (eval-after-load): Call load-symbol-file-load-history to
2225         ensure that eval-after-load works for files dumped with Emacs.
2227         * help.el (load-symbol-file-load-history): New function extracted
2228         from function symbol-file.
2229         (symbol-file): Use it.
2231         * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
2233 2001-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
2235         * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
2236         behave as if there were no prefix argument.
2237         (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
2238         argument were nil.
2240 2001-01-11  Richard M. Stallman  <rms@gnu.org>
2242         * isearch.el (isearch-lazy-highlight-update):
2243         Don't look for more potential matches once maximum is exceeded.
2244         Use overlays-in to check correctly for overlap with current match.
2245         Ignore empty matches.
2247 2001-01-11  Miles Bader  <miles@gnu.org>
2249         * textmodes/ispell.el (ispell-adjusted-window-height): New function.
2250         (ispell-overlay-window, ispell-help, ispell-show-choices)
2251         (ispell-command-loop): Use it instead of `window-height'.
2253 2001-01-10  Gerd Moellmann  <gerd@gnu.org>
2255         * files.el (confirm-kill-emacs): New user-option.
2256         (save-buffers-kill-emacs): Ask for final confirmation before
2257         killing Emacs.
2259         * isearch.el (isearch-done): Set isearch-lazy-highlight-start
2260         to nil.
2262 2001-01-10  Dave Love  <fx@gnu.org>
2264         * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
2266         * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
2268         * hi-lock.el (hi-lock-exclude-modes): Fix :type.
2270         * calculator.el (calculator-number-digits): Fix :type.
2272         * vc-cvs.el (vc-cvs-header): Fix :type.
2273         * vc-rcs.el (vc-rcs-header): Fix :type.
2274         * vc-sccs.el (vc-sccs-header): Fix :type.
2276         * progmodes/ada-mode.el (ada-popup-key): Fix :type.
2278         * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
2280         * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
2282 2001-01-10  Gerd Moellmann  <gerd@gnu.org>
2284         * simple.el (set-variable): Force a thorough redisplay for the
2285         case that the variable has an effect on the display, like
2286         `tab-width' has.
2288 2001-01-10  Andre Spiegel  <spiegel@gnu.org>
2290         * vc.el: Add documentation for backend interface.
2292 2001-01-10  Kenichi Handa  <handa@etl.go.jp>
2294         * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
2296         * international/mule-conf.el (latin-extra-code-table): Set to t
2297         for \223 and \224.
2299 2001-01-09  Kenichi Handa  <handa@etl.go.jp>
2301         * international/mule-cmds.el (locale-language-names): Map "es" to
2302         "Spanish" and "nl" to "Dutch".
2304 2001-01-09  Gerd Moellmann  <gerd@gnu.org>
2306         * bindings.el (global-map): Bind <home> to beginning-of-line,
2307         <end> to end-of-line, C-<home> to beginning-of-buffer, and
2308         C-<end> to end-of-buffer.
2310         * language/european.el: Add Dutch and Spanish language info
2311         to be able to use the appropriate tutorials.
2313 2001-01-09  Alex Schroeder  <alex@gnu.org>
2315         * ansi-color.el (ansi-color-process-output): Use markers instead
2316         of positions for start and end of region.
2317         (ansi-color-apply-on-region): Rewrote code to make it more robust.
2318         Previously, occasional mistakes happend when fontifying many
2319         chunks of output (eg. ls --color=yes /dev).  This happened
2320         whenever an overlay was created up to the end of the region, which
2321         coincided with the process-mark.  New text would then be added
2322         within that overlay instead of after it.
2323         (ansi-color-make-extent): Overlays are created with the property
2324         `modification-hooks' set to '(ansi-color-freeze-overlay).
2325         (ansi-color-freeze-overlay): New function.  When inserting text at
2326         the end of the overlay, the overlay will resize.
2328 2000-01-09  Alex Schroeder  <alex@gnu.org>
2330         * ansi-color.el (ansi-color-process-output): Doc change.
2331         (ansi-color-unfontify-region): Doc change.  No longer installed
2332         automatically in font-lock-unfontify-region-function.
2333         (ansi-color-apply): Doc change.
2334         (ansi-color-apply-on-region): Use extents or overlays instead of
2335         text-properties.
2336         (ansi-color-make-extent): New function.
2337         (ansi-color-set-extent-face): New function.
2339 2000-01-09  Alex Schroeder  <alex@gnu.org>
2341         * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
2342         both use ansi-color-process-output, now.
2343         (ansi-color-process-output): Doesn't return string anymore.  It is
2344         installed in comint-output-filter-functions for both Emacs and
2345         XEmacs, now.
2346         (ansi-color-unfontify-region): Simplified code removing variables
2347         pos and start-ansi.
2348         (ansi-color-apply): Put text-property ansi-color before putting
2349         text-property face because ansi-color-unfontify-region is called
2350         immediately after the call to put-text-property.
2351         (ansi-color-context-region): Doc change.
2352         (ansi-color-filter-region): Simplified code.
2353         (ansi-color-apply-on-region): Changed start to start-marker, using
2354         a marker explicitly.  Put text-property ansi-color before putting
2355         text-property face because ansi-color-unfontify-region is called
2356         immediately after the call to put-text-property.
2358 2000-01-09  Alex Schroeder  <alex@gnu.org>
2360         * ansi-color.el (ansi-color-faces-vector): Doc change.
2361         (ansi-color-for-comint-mode): Changed :type property to choice.
2362         (ansi-color-last-context): Removed.
2363         (ansi-color-process-output): Don't use ansi-color-last-context, as
2364         the main functions will store their context now.
2365         (ansi-color-context): Doc change.
2366         (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
2367         Uses ansi-color-context such that repeated calls will strip
2368         partial escape sequences, too.
2369         (ansi-color-apply): Simplified code.  Colorize end of string if
2370         face is not null.  Store context in new (FACE STRING) format, such
2371         that repeated calls will strip partial escape sequences, too.
2372         Append faces to face property using ansi-color-apply-sequence such
2373         that cumulative mode actually works.
2374         (ansi-color-context-region): New variable.
2375         (ansi-color-filter-region): Rewrote it based on
2376         ansi-color-apply-on-region.  Uses ansi-color-context-region such
2377         that repeated calls will strip partial escape sequences, too.
2378         (ansi-color-apply-on-region): Simplified code.  Colorize end of
2379         region if face is not null.  Store context in new (FACE POS)
2380         format, such that repeated calls will strip partial escape
2381         sequences, too.  Append faces to face property using
2382         ansi-color-apply-sequence such that cumulative mode actually works.
2383         (ansi-color-apply-sequence): New function.
2384         (ansi-color-get-face): When the default face is added to the list
2385         of faces, all previous settings are discarded and the list of
2386         faces is set to '(default).
2388 2000-01-09  Alex Schroeder  <alex@gnu.org>
2390         * ansi-color.el (ansi-color-faces-vector): Use nil for the default
2391         face, such that ansi-color-apply and ansi-color-apply-on-region
2392         will do the right thing.
2393         (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
2394         returns nil, set the list of faces back to nil instead of
2395         appending the result of ansi-color-get-face to the front of the list.
2397 2000-01-09  Alex Schroeder  <alex@gnu.org>
2399         * ansi-color.el (ansi-color-for-comint-mode): Doc change.
2400         (ansi-color-process): Doc change.
2401         (ansi-color-last-context): New buffer-local variable.
2402         (ansi-color-process-output): New function.  It is automatically
2403         added to comint-output-filter-functions if this is XEmacs.
2404         (ansi-color-unfontify-region): New optional parameter for XEmacs
2405         compatibility.  Check wether font-lock-syntactic-keywords is
2406         boundp before removing the syntax table text property, as XEmacs
2407         doesn't have it.
2408         (ansi-color-filter-region): Doc change.
2409         (ansi-color-apply-on-region): Doc change.
2410         (ansi-color-make-face): New function.  Compatibility layer for
2411         XEmacs.  Return temporary faces instead of cons cells for XEmacs.
2412         (ansi-color-make-color-map): Use ansi-color-make-face.
2413         (ansi-color-get-face): Avoid face text property '(nil) as results
2414         in an errow for XEmacs.
2416 2000-01-09  Alex Schroeder  <alex@gnu.org>
2418         * ansi-color.el (ansi-color-unfontify-region): New function.
2419         Uses text-property ansi-color in order to preserve fontification by
2420         ansi-color.  When the package is loaded, a lambda expression is
2421         put onto font-lock-mode-hook.  This lambda expression will check
2422         font-lock-unfontify-region-function and replace
2423         font-lock-default-unfontify-region with ansi-color-unfontify-region.
2424         (ansi-color-apply): Add text-property ansi-color in addition to
2425         text-property face.
2426         (ansi-color-apply-on-region): Add text-property ansi-color in
2427         addition to text-property face.
2428         (save-buffer-state): Copy of the macro that is also used by
2429         lazy-lock and font-lock.
2431         (ansi-color-for-comint-mode): New option.
2432         (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
2433         (ansi-color-for-comint-mode-off): Ditto.
2434         (ansi-color-for-comint-mode-filter): Ditto.
2435         (ansi-color-process): New function.  Uses ansi-color-for-comint-mode to
2436         decide what to do.  This function is added to
2437         comint-preoutput-filter-functions when the package is loaded.
2439         (ansi-color-for-shell-mode-set): Removed.
2440         (ansi-color-for-shell-mode): Removed.
2442 2000-01-09  Alex Schroeder  <alex@gnu.org>
2444         * ansi-color.el (ansi-color-for-shell-mode-set): New function with
2445         the lambda expression from the ansi-color-for-shell-mode :set
2446         property.  Additionally, modify shell-mode-hook to enable or
2447         disable font-lock-mode for future shell buffers.
2448         (ansi-color-for-shell-mode): The :set property calls
2449         ansi-color-for-shell-mode-set instead of a lambda expression.
2451 2000-01-09  Alex Schroeder  <alex@gnu.org>
2453         * ansi-color.el (ansi-color-for-shell-mode): Doc change.
2454         (ansi-color-context): New variable.
2455         (ansi-color-apply): Save context between calls.
2457 2001-01-09  Eli Zaretskii  <eliz@is.elta.co.il>
2459         * isearch.el (isearch, isearch-lazy-highlight-face):
2460         New definitions for face colors and attributes.
2462         * wid-edit.el (widget-choose): Call display-popup-menus-p instead
2463         of display-mouse-p.
2465 2001-01-09  Kenichi Handa  <handa@etl.go.jp>
2467         * international/mule.el (make-coding-system): If the coding system
2468         accepts extra latin codes, register such codes as safe for the
2469         coding system.
2471 2001-01-08  Richard M. Stallman  <rms@gnu.org>
2473         * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
2474         don't mention the file name or the date here, because they are
2475         logged at the start of the file.
2477 2001-01-08  Richard M. Stallman  <rms@gnu.org>
2479         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
2480         Change screen-width to frame-width.
2482 2001-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
2484         * info.el (Info-search): Print the default as part of the prompt.
2486 2001-01-08  Andre Spiegel  <spiegel@gnu.org>
2488         * vc.el (vc-default-latest-on-branch-p): New function, replaces
2489         constant implementations in backends.
2491         * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
2492         (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
2494         * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
2495         WRITABLE to EDITABLE.
2497         * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
2498         (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
2499         to EDITABLE.
2501 2001-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
2503         * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
2504         (copyright, copyright-update): Compute the current year at run time.
2506 2001-01-08  Gerd Moellmann  <gerd@gnu.org>
2508         * isearch.el (isearch-old-signal-hook): Removed.
2509         (isearch-mode): Add isearch-done to kbd-macro-termination-hook
2510         instead of setting signal-hook-function.
2511         (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
2513 2001-01-08  Kevin Gallagher  <kevingal@onramp.net>
2515         * emulation/edt.el: Update to version 4.0.  Provide support for
2516         EDT scroll margins at top and bottom of the window.  Provide an
2517         emulation of the EDT SUBS command (bound to GOLD-Enter, by
2518         default).  Enhance edt-quit, bound to GOLD-q by default, to warn
2519         user when file-related buffer modifications exist.
2520         Provide support for running EDT Emulation in XEmacs.
2521         Provide customize access to some user updatable variables.
2522         Add Commentary section to file header.
2523         Fixed a few minor bugs and cleaned up some code.
2525         * emulation/edt-mapper.el: Update to version 4.0.  Provide support
2526         for detecting a keypress that generates an ASCII key sequence.
2527         (Previously, only a keypress that generates a vector was
2528         recognized.)  Embed Window Manager name into name of the generated
2529         EDT Emulation initialization file since the initialization file is
2530         Window Manager specific.  Add Commentary section to file header.
2532 2001-01-07  Eli Zaretskii  <eliz@is.elta.co.il>
2534         * mail/sendmail.el (mail-mode): Doc fix.
2536         * info.el (Info-goto-emacs-command-node): Doc fix.
2537         (Info-goto-emacs-key-command-node): Doc fix.
2539 2001-01-06  Eli Zaretskii  <eliz@is.elta.co.il>
2541         * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
2542         systems without long file-name support.
2544 2001-01-06  Andrew Innes  <andrewi@gnu.org>
2546         * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
2548 2001-01-06  Eli Zaretskii  <eliz@is.elta.co.il>
2550         * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
2551         (isearch-lazy-highlight-update): Doc fix.
2553         * ffap.el (ffap-bindings): Doc fix.
2555         * dired-x.el (dired-virtual-guess-dir): Doc fix.
2557 2001-01-05  Dave Love  <fx@gnu.org>
2559         * emacs-lisp/cl-seq.el (remove, remq): Remove.
2561 2001-01-05  Gerd Moellmann  <gerd@gnu.org>
2563         * mouse-drag.el (mouse-drag-safe-scroll):
2564         Bind scroll-preserve-screen-position to nil.
2566         * isearch.el (isearch-old-signal-hook): New variable.
2567         (isearch-mode): Set signal-hook-function to isearch-done.
2568         (isearch-done): Restore old signal-hook-function.
2570         * info.el (Info-fontify-node): Mark one more char as intangible.
2572 2000-01-05  Kenichi Handa  <handa@etl.go.jp>
2574         * composite.el (compose-last-chars): New argument COMPONENTS.
2575         If it is non-nil, compose preceding characters by compose-region with
2576         COMPONENTS.
2578         * international/quail.el (quail-input-string-to-events): New function.
2579         (quail-input-method): Convert input string to events here.
2580         (quail-start-translation): Return input string, not event list.
2581         (quail-start-conversion): Likewise.
2583 2001-01-04  Gerd Moellmann  <gerd@gnu.org>
2585         * tooltip.el (tooltip-cancel-delayed-tip)
2586         (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
2587         and tooltip-add-timeout.
2588         (tooltip-show): Set border color from faces's foreground.
2589         (tooltip-show-help-function): If called with the same help string
2590         as last time, do nothing.
2591         (tooltip-help-tips): Don't set tooltip-help-message to nil.
2593         * startup.el (fancy-splash-screens): Don't bind show-help-function
2594         to nil.
2596         * tooltip.el (tooltip-frame-parameters): Remove colors.
2597         (tooltip): New face
2598         (tooltip-set-param): New function.
2599         (tooltip-show): Set up color frame parameters from face `tooltip'.
2600         Display the tooltip text in face `tooltip'.
2602 2001-01-04  Dave Love  <fx@gnu.org>
2604         * whitespace.el (whitespace-global-mode): Fix typo.
2606         * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
2608 2001-01-04  Eli Zaretskii  <eliz@is.elta.co.il>
2610         * help.el (help-for-help): Fix a typo in a doc string.
2611         From kwzh@gnu.org (Karl Heuer).
2613 2001-01-03  Dave Love  <fx@gnu.org>
2615         * dired-x.el: Doc fixes.  Maintainer change.
2616         (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
2617         (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
2618         (dired-guess-shell-alist-user): Customize.
2619         (dired-x-help-address): Set to bug-gnu-emacs.
2620         (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
2621         (dired-default-directory): Renamed from default-directory.
2623         * hl-line.el (hl-line): Doc fix.
2625 2001-01-03  Karl Fogel  <kfogel@red-bean.com>
2627         * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
2629 2001-01-02  Richard M. Stallman  <rms@gnu.org>
2631         * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
2632         to remove all the current alternative-match highlighting.
2633         If nil, remove only what's outside the current window.
2634         (isearch-lazy-highlight-remove-overlays): Take optional
2635         region within which NOT to remove them.
2636         (isearch-lazy-highlight-new-loop): Greatly simplified.
2637         (isearch-lazy-highlight-update): Find all the other occurrences
2638         visible in the window, in just one call.
2639         (isearch-lazy-highlight-start): Now holds start of region to scan.
2640         (isearch-lazy-highlight-end): Now holds end of region to scan.
2641         (isearch-lazy-highlight-wrapped): Variable deleted.
2642         (isearch-lazy-highlight-search): Function deleted.
2644 2000-01-02  Andrew Innes  <andrewi@gnu.org>
2646         * w32-fns.el (convert-standard-filename): Do length check on name
2647         before aref.
2649 2001-01-02  Dave Love  <fx@gnu.org>
2651         * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
2652         value.
2653         (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
2655         * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
2657         * net/browse-url.el (browse-url-filename-alist): Avoid backquote
2658         read syntax.
2660         * calendar/todo-mode.el (todo): Add :link, :version.
2661         (todo-save-top-priorities): Remove autoload cookie.
2662         (todo-add-category, todo-add-item-non-interactively)
2663         (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
2665 2001-01-02  Gerd Moellmann  <gerd@gnu.org>
2667         * comint.el (comint-input-history-ignore): New variable.
2668         (comint-read-input-ring): Ignore entries matching
2669         comint-input-history-ignore.
2671 2001-01-02  Eric M. Ludlam  <zappo@gnu.org>
2673         * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
2674         (lm-copyright-mark): New function.
2675         (lm-crack-copyright): New function.
2676         (lm-verify): Check that the file has a copyright.
2677         Check that the file is copyright Free Software Foundation.
2679 2000-12-30  Kenichi Handa  <handa@etl.go.jp>
2681         * international/mule-diag.el (print-fontset): Indent font name by
2682         24 columns, not 25.
2684 2000-12-29  Gerd Moellmann  <gerd@gnu.org>
2686         * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
2687         in Subject line.
2689         * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
2690         Use mail-mode-hook instead of mail-setup-hook.
2691         Otherwise continuing an interrupted message with C-u C-x m for
2692         instance, winds up in Mail mode without abbrevs.
2694 2000-12-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2696         * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
2697         non-nil.  Adding almost all customization variables on ps-setup.
2698         Doc fix.
2699         (ps-print-version): New version number (6.3.3).
2700         (ps-end-with-control-d): Initialization fix.
2701         (ps-lines-printed): New var.
2702         (ps-skip-newline): New fun.
2703         (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
2704         (ps-next-line, ps-continue-line, ps-plot-region)
2705         (ps-generate-postscript-with-faces, ps-end-job): Code fix.
2707 2000-12-29  Kenichi Handa  <handa@etl.go.jp>
2709         * international/fontset.el (x-complement-fontset-spec):
2710         Resolve ASCII font name so that the same family name is used for fonts
2711         registered in x-font-name-charset-alist.
2712         (create-fontset-from-fontset-spec): Adjusted for the above change.
2713         The name of fontset alias should be a unresolved ASCII font name.
2715 2000-12-28  Gerd Moellmann  <gerd@gnu.org>
2717         * simple.el (delete-key-deletes-forward-mode): Bind backspace
2718         and delete in isearch-mode-map.
2720 2000-12-28  Richard M. Stallman  <rms@gnu.org>
2722         * dired-x.el (dired-guess-shell-alist-default):
2723         Use xpdf instead of acroread.
2725 2000-12-28  Kenichi Handa  <handa@etl.go.jp>
2727         * textmodes/artist.el (artist-butlast): Deleted.
2728         (artist-ellipse-mirror-quadrant): Use butlast instead of
2729         artist-butlast.
2731         * subr.el (butlast, nbutlast): Moved from cl.el to here.
2733         * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
2735 2000-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
2737         From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
2739         * ls-lisp.el: Better support for the Mac and MS-Windows.
2740         (ls-lisp): New defgroup.
2741         (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
2742         (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
2743         (ls-lisp-support-shell-wildcards): New defcustoms.
2744         (ls-lisp-parse-symlink): New function.
2745         (insert-directory): Code to convert switches to a list and set up
2746         the wildcard argument copied from ls-lisp-insert-directory.
2747         (ls-lisp-insert-directory): New argument TIME-INDEX.  Add support
2748         for -C and -R switches.
2749         (ls-lisp-column-format): New function.
2750         (ls-lisp-delete-matching, ls-lisp-handle-switches)
2751         (ls-lisp-format-time): Add doc strings.
2752         (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
2753         Support ls-lisp-dirs-first.
2754         (ls-lisp-classify, ls-lisp-extension): New functions.
2755         (ls-lisp-format): Optionally support emulation of symlinks.
2756         Support -i, -s, and -G switches.
2758 2000-12-27  Gerd Moellmann  <gerd@gnu.org>
2760         * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
2762         * version.el (emacs-version): Print X scroll bar information.
2764         * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
2765         instead of x-toolkit-scroll-bars-p.
2767         * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
2768         of x-toolkit-scroll-bars-p.
2770 2000-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
2772         * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
2773         (ffap-bindings): Doc fix, to reflect the above change.
2775 2000-12-27  Kenichi Handa  <handa@etl.go.jp>
2777         * term.el (term-char-mode): Define all non-ascii self-inserting
2778         characters to 'term-send-raw in term-raw-map.
2780 2000-12-25  Michael Kifer  <kifer@cs.sunysb.edu>
2782         * viper-init (viper-restore-cursor-type): Added condition-case guard.
2784         * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
2785         Changed initialization; use add-hook.
2786         (ediff-file-remote-p): Use file-local-copy.
2788         * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
2790         * ediff.el (ediff-patch-buffer): Bug fix.
2791         (ediff-revision): Allow selection of the file at the prompt.
2793 2000-12-23  Stefan Monnier  <monnier@cs.yale.edu>
2795         * subr.el (combine-run-hooks): Remove.
2797         * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
2798         and remove the rogue second spec.
2800 2000-12-23  Gerd Moellmann  <gerd@gnu.org>
2802         * progmodes/compile.el (compilation-forget-errors): Fix indentation.
2804 2000-12-22  Stefan Monnier  <monnier@cs.yale.edu>
2806         * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
2807         Use minibuffer menu prompt for the `=' prefix.
2808         (smerge-command-prefix): Change default to C-^.
2809         (smerge-mode): Don't assume font-lock doesn't move point.
2811         * skeleton.el (skeleton-internal-1): Make sure the first line of
2812         the region is also re-indented.
2813         (skeleton-end-newline): New var.
2814         (skeleton-end-hook): Use it.
2816 2000-12-22  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
2818         * comint.el (comint-password-prompt-regexp): Support CVS.
2820 2000-12-22  Gerd Moellmann  <gerd@gnu.org>
2822         * simple.el (delete-key-deletes-forward-mode): Simplify.
2823         Also backspace key combinations, depending on
2824         delete-key-deletes-forward.
2826         * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
2828         * simple.el (delete-key-deletes-forward): Doc fix.
2830 2000-08-22  Emmanuel Briot  <briot@gnat.com>
2832         * xml.el (top level comment): Updated to reflect the fact that
2833         white spaces are relevant in the XML file.
2834         (xml-parse-file): Do not kill an existing Emacs buffer if the file
2835         to parse was already edited. This allows for on-the-fly analysis
2836         of XML files.
2837         (xml-parse-tag): Check that the casing is the same in the start
2838         tag and end tag, since XML is case-sensitive.  Allows for spaces
2839         in the end tag, after the name of the tag.
2840         (xml-parse-attlist): Allow for the character '-' in the name of
2841         attributes, as in the standard http-equiv attribute Do not save
2842         the properties in the XML tree, since they are not relevant.
2844 2000-12-21  Stefan Monnier  <monnier@cs.yale.edu>
2846         * generic.el (generic-read-type): Undo last change, inline into
2847         `generic-mode' and then remove.
2848         (generic-mode): Inline generic-read-type.
2849         (define-generic-mode): Push the symbol name rather than the symbol
2850         onto generic-mode-list.
2852 2000-12-21  Gerd Moellmann  <gerd@gnu.org>
2854         * generic.el (generic-read-type): Build an alist for
2855         completing-read as in 20.7.
2857         * play/landmark.el (lm): Use interactive spec `P'.
2858         (toplevel): Don't set debug-on-error.
2860         * server.el (server-switch-buffer): Choose a window on a visible frame.
2862 2000-12-21  Dave Pearson  <davep@davep.org>
2864         * quickurl.el: Commentry change, I've moved my web site.
2866 2000-12-21  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2868         * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
2869         ranges like \177-\237, but accepts the character sequence from \177 to
2870         \237.  Doc fix.
2871         (ebnf-version): New version (3.4).
2872         (ebnf-setup): Code fix.
2873         (ebnf-range-regexp): New fun.
2874         (ebnf-8-bit-chars): Const fix.
2876         * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
2877         entry.  Doc fix.
2878         (ebnf-bnf-lex): Code fix.
2879         (ebnf-bnf-comment-chars): Const fix.
2881         * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
2882         entry.  Doc fix.
2883         (ebnf-iso-comment-chars): Const fix.
2885         * ebnf-otz.el: Doc fix.
2887         * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
2888         entry.  Doc fix.
2889         (ebnf-yac-skip-code): Code fix.
2890         (ebnf-yac-comment-chars): Const fix.
2892 2000-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
2894         * files.el (insert-directory-safely): New function.
2895         (recover-file): Use it instead of insert-directory.
2896         From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
2898 2000-12-21  Kenichi Handa  <handa@etl.go.jp>
2900         * international/mule-cmds.el (select-safe-coding-system):
2901         Check coding-category-list more rigidly.  Improve help message.
2903         * dired.el (dired-move-to-filename-regexp): Fix previous change.
2905 2000-12-21  Miles Bader  <miles@gnu.org>
2907         * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
2909 2000-12-21  Kenichi Handa  <handa@etl.go.jp>
2911         * international/mule-diag.el (describe-char-after): Make *Help*
2912         buffer inherit multibyteness of the current buffer.
2914         * international/mule.el (make-char): Docstring adjusted for the
2915         change of make-char-internal.
2917 2000-12-20  Stefan Monnier  <monnier@cs.yale.edu>
2919         * international/iso-cvt.el: Docstrings fix.
2921 2000-12-20  Dave Love  <fx@gnu.org>
2923         * subr.el (eval-after-load): Doc fix.
2925 2000-12-20  Kenichi Handa  <handa@etl.go.jp>
2927         * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
2928         for numbers.
2930 2000-12-20  Miles Bader  <miles@gnu.org>
2932         * international/quail.el (quail-help): Resize the help window
2933         again after it has all its contents.  Remove unneeded progn.
2935 2000-12-19  Gerd Moellmann  <gerd@gnu.org>
2937         * pcmpl-linux.el: Fix copy/paste error.
2939 2000-12-19  Andrew Innes  <andrewi@gnu.org>
2941         * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
2943 2000-12-19  Carsten Dominik  <dominik@strw.leidenuniv.nl>
2945         * progmodes/idlw-rinfo.el: Fixed copyright notice.
2947         * progmodes/idlw-toolbar.el: Fixed copyright notice.
2949         * progmodes/idlw-shell.el: Fixed copyright notice.
2951         * progmodes/idlwave.el: Fixed copyright notice.
2953         * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
2954         TAB as key separators.
2956 2000-12-19  Alex Schroeder  <alex@gnu.org>
2958         * sql.el (sql-sybase-options): New option.
2959         (sql-sybase): Use it.  Add sql-database to the list of parameters
2960         provided for login.  The options -w 2048 -n are not used any more.
2961         (sql-postgres-options): Changed default from "--pset" to "-P".
2962         (sql-mysql-options): Doc change.
2963         (sql-stop): Doc change.
2965 2000-12-19  Kenichi Handa  <handa@etl.go.jp>
2967         * international/quail.el (quail-input-method): Always hide
2968         the guidance buffer on exiting.
2970 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
2972         * tooltip.el (tooltip-mode): Signal an error if x-show-tip
2973         isn't fboundp.
2975         * server.el (server-buffer-done): Bury the buffer before
2976         killing it.
2978         * faces.el (face-spec-set): Interpret a nil in specs for
2979         foreground and background colors as `unspecified', for
2980         compatibility with 20.x.
2982 2000-12-18  Dave Love  <fx@gnu.org>
2984         * simple.el (mail-user-agent): Doc fix.
2985         (input-mode-8-bit): Removed.
2987         * international/mule.el (set-keyboard-coding-system): Doc fix.
2988         (keyboard-coding-system): New option.
2990         * mail/sendmail.el (send-mail-function): Customize.
2992 2000-12-18  Eli Zaretskii  <eliz@is.elta.co.il>
2994         * international/codepage.el (cp866-decode-table): New table.
2996 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
2998         * version.el (emacs-version): Remove `%a' from the time format
2999         because the weekday doesn't fit well into each locale.
3001 2000-12-18  Miles Bader  <miles@gnu.org>
3003         * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
3005         * textmodes/artist.el (artist-replace-chars, artist-replace-char):
3006         Check that emacs-major-version is `=' to 20, not `>='.
3007         (artist-replace-chars): Use `make-string' instead of a loop.
3009 2000-12-17  Stefan Monnier  <monnier@cs.yale.edu>
3011         * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
3012         (cvs-execute-single-file): Don't change directory.
3013         Patch from Per Cederqvist.
3015 2000-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
3017         * textmodes/ispell.el (check-ispell-version):
3018         If `ispell-program-name' is "aspell", pass it the -v switch instead
3019         of -vv.
3021 2000-12-16  Kenichi Handa  <handa@etl.go.jp>
3023         * international/mule-diag.el (mule-diag): Insert information about
3024         configure options, multibyte awareness, language env.
3026         * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
3027         regexp to search for candidates.
3029 2000-12-15  Eli Zaretskii  <eliz@is.elta.co.il>
3031         * info.el (Info-forward-node): If the node has an
3032         Info-header-line, widen the buffer before searching for "next:"
3033         and "up:" pointers, and set the search limit to stay in the
3034         current node.
3036 2000-12-16  Miles Bader  <miles@gnu.org>
3038         * simple.el (delete-trailing-whitespace): Remove extraneous let.
3040 2000-12-15  Miles Bader  <miles@gnu.org>
3042         * comint.el (comint-send-string, comint-send-region): Also accept
3043         a buffer, buffer-name, or nil for PROCESS, for compatibility with
3044         process-send-string/region.
3046 2000-12-15  Gerd Moellmann  <gerd@gnu.org>
3048         * isearch.el (isearch-lazy-highlight-max): New user-option.
3049         (isearch-lazy-highlight-update): Don't highlight more than
3050         isearch-lazy-highlight-max matches.
3052         * mail/mh-utils.el (mh-find-path): Set read-mail-command.
3054 2000-12-15  Richard M. Stallman  <rms@gnu.org>
3056         * sort.el (sort-columns): Fix error message.
3058         * dabbrev.el (dabbrev--last-case-pattern): Value is now
3059         `upcase' or `downcase' or nil.
3060         (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
3061         Pass new record-case-pattern arg to dabbrev--substitute-expansion.
3062         (dabbrev--substitute-expansion): New arg record-case-pattern.
3063         If it is non-nil, set dabbrev--last-case-pattern.
3064         If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
3066         * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
3068 2000-12-15  Miles Bader  <miles@gnu.org>
3070         * paths.el (Info-default-directory-list): Don't delete
3071         configure-info-directory from the list of standard info
3072         directories when appending it to the end -- their order is important.
3074         * faces.el (read-face-attribute): If there's no entry for the
3075         user's input in VALID, just use it as-is (this will often result
3076         in an error, but it may be OK for e.g. colors using hexadecimal
3077         notation, and at least will yield a better error message).
3079         * window.el (mode-line-window-height-fudge): Function removed.
3080         (height-affecting-face-attributes, mode-line-window-height-fudge):
3081         Variables removed.
3082         * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
3083         window is really the right size.  Use vertical-motion
3084         rather than forward-line.
3085         (ispell-help): Don't use ispell-mode-line-window-height-fudge.
3086         (ispell-command-loop, ispell-show-choices): Use the variable
3087         ispell-choices-win-default-height, rather than the function.
3088         (ispell-choices-win-default-height): Function removed.
3089         (ispell-mode-line-window-height-fudge): Function removed.
3091 2000-12-14  Stefan Monnier  <monnier@cs.yale.edu>
3093         * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
3095 2000-12-14  Eli Zaretskii  <eliz@is.elta.co.il>
3097         * paths.el (Info-default-directory-list):
3098         If configure-info-directory is not one of the standard directories,
3099         put it first in the list; otherwise put it last.  Doc string
3100         changed accordingly.
3102         * info.el (Info-directory-list): Change doc string to reflect the
3103         change in Info-default-directory-list.
3105         * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
3106         windows-nt as windowed environments, even under -nw.
3108         * startup.el (command-line): Don't call x-backspace-delete-keys-p
3109         if not fboundp.  Switch delete-forward mode for the <delete> key
3110         on all PC platforms, even under -nw.
3112         * term/internal.el ([M-delete]): Remap to M-d.
3114 2000-12-14  Gerd Moellmann  <gerd@gnu.org>
3116         * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
3118 2000-12-14  Eli Zaretskii  <eliz@is.elta.co.il>
3120         * frame.el (show-cursor-in-non-selected-windows): Doc fix.
3122 2000-12-14  Gerd Moellmann  <gerd@gnu.org>
3124         * startup.el (command-line): Call delete-key-deletes-forward-mode,
3125         if appropriate.
3127         * simple.el (delete-key-deletes-forward): New user-option.
3128         (delete-key-deletes-forward-mode): New function.
3130         * bindings.el: Bind `delete' to backward-delete-char.
3132         * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
3133         Test if symbol is bound before getting its value.
3135         * tooltip.el (tooltip-show): If an error is signaled in
3136         x-show-tip, display that error, and display the help in the
3137         echo area.
3139 2000-12-14  Kenichi Handa  <handa@etl.go.jp>
3141         * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
3142         Show "... entries" messages for every 10000 entries, not 10.
3144 2000-12-13  Karl Fogel  <kfogel@red-bean.com>
3146         * bookmark.el: Provide a generic exit hook, as suggested by
3147         Ovidiu Predescu <ovidiu@cup.hp.com>:
3148         (bookmark-exit-hook): New var.
3149         (bookmark-exit-hook-internal): New func, replaces
3150         old raw lambda form in `kill-emacs-hook', and runs new
3151         `bookmark-exit-hooks'.  No longer tests for the bookmark feature,
3152         as logically that feature must have been provided if this function
3153         is running.
3154         Removed ;;;###autoload before the `add-hook' call.
3156 2000-12-13  Stefan Monnier  <monnier@cs.yale.edu>
3158         * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
3159         (easy-menu-current-active-maps): New function.
3160         (easy-menu-get-map): Use it.
3161         Make a proper menu entry when creating a new keymap.
3163 2000-12-13  Kenichi Handa  <handa@etl.go.jp>
3165         * international/characters.el: Fix cases and syntaxes for
3166         mule-unicode-0100-24ff.
3168         * dired.el (dired-move-to-filename-regexp): Fixed for the case
3169         that a Japanese character is not appended after day and year.
3171         * info.el (Info-suffix-list): Change format for a command that
3172         requires arguments.
3173         (info-insert-file-contents): Adjusted for the above change.
3175 2000-12-12  Andreas Schwab  <schwab@suse.de>
3177         * tar-mode.el (tar-extract): Base the name of the subfile buffer
3178         on the name of the tar buffer.  Verify that the existing buffer is
3179         visiting the same subfile.
3181 2000-12-12  Dave Love  <fx@gnu.org>
3183         * subdirs.el: Add obsolete.
3185 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
3187         * mail/rmailsum.el (rmail-summary-expunge)
3188         (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
3189         instead of rmail-confirm-expunge.
3191         * replace.el (perform-replace): Don't use an empty match adjacent
3192         to a non-empty match when computing the next match before the
3193         replacement is performed.
3195 2000-12-12  Milan Zamazal  <pdm@freesoft.cz>
3197         * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
3198         definition (patch by Stefan Monnier).
3199         (glasses-mode): Use jit-lock instead of `after-change-functions'
3200         (patch by Stefan Monnier).
3202 2000-12-12  Miles Bader  <miles@gnu.org>
3204         * info.el (Info-last-preorder): Don't barf on nodes without a prev.
3205         (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
3207 2000-12-12  Andrew Choi  <akochoi@i-cable.com>
3209         * term/mac-win.el: Remove load for ls-lisp.
3211         * loadup.el: Load ls-lisp for system-type `macos'.
3213 2000-12-12  Miles Bader  <miles@gnu.org>
3215         * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
3216         Respect field end too.
3217         (just-one-space): Respect fields as `delete-horizontal-space'.
3218         (newline-and-indent, reindent-then-newline-and-indent):
3219         Use `delete-horizontal-space'.
3221 2000-12-11  Stefan Monnier  <monnier@cs.yale.edu>
3223         * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
3224         (so as to obey the field property in the minibuffer).
3226         * obsolete/c-mode.el: Moved from lisp/progmodes.
3227         * obsolete/auto-show.el: Moved from lisp.
3228         * obsolete/ooutline.el: Moved from lisp/textmodes.
3230 2000-12-11  Carsten Dominik  <dominik@strw.leidenuniv.nl>
3232         * progmodes/idlwave.el: Updated to IDLWAVE version 4.7.  Too many
3233         changes to list them here.
3235         * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
3236         Too many changes to list them here.
3238         * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
3239         Too many changes to list them here.
3241         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
3243 2000-12-11  Gerd Moellmann  <gerd@gnu.org>
3245         * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
3247         * cus-edit.el (custom-save-variables, custom-save-faces):
3248         Comment fix.
3250         * hscroll.el: Moved to `obsolete' subdir.
3252 2000-12-11  Miles Bader  <miles@gnu.org>
3254         * window.el (window-text-height): Function removed (now in C).
3256 2000-12-10  Stefan Monnier  <monnier@cs.yale.edu>
3258         * log-edit.el (log-edit-parent-buffer): New var.
3259         (log-edit): Set it.  Add BUFFER argument.
3260         (log-edit-done): Use char-before.
3261         Don't bother checking validity of vc-comment-ring.
3262         Only bury the buffer if log-edit popped it up.
3264         * pcvs.el: Update references to CVS-Edit (now Log-Edit).
3265         (cvs-mode-diff-help): Remove.
3266         (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
3267         (cvs-mode-marked): Set up the default for CMD manually.
3269         * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
3270         Remove binding for ? now made unnecessary.
3272 2000-12-10  Carsten Dominik  <dominik@strw.leidenuniv.nl>
3274         * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
3275         (reftex-TeX-master-file): Check for `tex-main-file' early enough.
3277         * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
3278         when master file is not open.
3280 2000-12-09  Stefan Monnier  <monnier@cs.yale.edu>
3282         * progmodes/ada-stmt.el: Update `maintainer'.
3284 2000-12-09  Stephen Gildea  <gildea@alum.mit.edu>
3286         * time-stamp.el (time-stamp-old-format-warn): Reorder custom
3287         choices to match documentation string.
3289 2000-12-09  Miles Bader  <miles@gnu.org>
3291         * minibuf-eldef.el: New file.
3293         * window.el (fit-window-to-buffer): Don't pass last argument to
3294         pos-visible-in-window-p, now that its meaning is inverted.
3296 2000-12-08  Eli Zaretskii  <eliz@is.elta.co.il>
3298         * image.el (create-image): Doc fix; spotted by Per Cederqvist
3299         <ceder@lysator.liu.se>.
3301 2000-12-08  Stefan Monnier  <monnier@cs.yale.edu>
3303         * autoinsert.el (auto-insert-alist): Add missing final \n.
3305         * pcvs-defs.el (cvs-menu): Move.  Make submenu for diff commands.
3306         (cvs-menu-map): Remove.
3307         * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
3308         (cvs-mode-quit): Turn it back into a plain function.
3310         * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
3311         (texinfo-filter): Remove (move to texinfo.el).
3313         * textmodes/texinfo.el: Move the (require 'cl) to the front of the
3314         file where it's more visible.
3315         (texinfo-filter, texinfo-chapter-level-regexp): New variables
3316         moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
3317         (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
3318         (texinfo-inside-macro-p): Only catch `scan-error's.
3319         (texinfo-inside-env-p): Make better use of the match info.
3320         (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
3321         (texinfo-insert-@end): Slight re-organization.
3322         Also remove useless `looking-at' call.
3324 2000-12-08  Andrew Innes  <andrewi@gnu.org>
3326         * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
3327         accessible in -nw mode.
3329         * term/w32-win.el: Remove stuff about selection timeout, which is
3330         irrelevant on Windows.  Move clipboard support to w32-fns.el, so
3331         it is accessible in -nw mode.
3333 2000-12-08  Dave Love  <fx@gnu.org>
3335         * emacs-lisp/lisp-mode.el (lisp-mode):
3336         Set font-lock-keywords-case-fold-search.
3338 2000-12-08  Gerd Moellmann  <gerd@gnu.org>
3340         * textmodes/ispell.el (ispell): Doc fix.
3342 2000-12-08  Kenichi Handa  <handa@etl.go.jp>
3344         * international/quail.el (quail-insert-decode-map): Check the
3345         frame width of a window displaying the current buffer, not that of
3346         the selected frame.
3347         (quail-help): Make sure that the help buffer has window before
3348         inserting text in it.
3350 2000-12-07  Sam Steingold  <sds@gnu.org>
3352         * loadup.el: Load emacs-lisp/backquote instead of autoloading.
3353         Backquote is used in isearch.el, so autoloading saves nothing.
3355 2000-12-07  Eli Zaretskii  <eliz@is.elta.co.il>
3357         * startup.el (normal-top-level-add-subdirs-to-load-path):
3358         Ignore the CVS and RCS subdirectories case-insensitively.
3360         * dired.el (dired-insert-directory): If file-system-info is
3361         fboundp, call it instead of invoking dired-free-space-program.
3363 2000-12-07  Gerd Moellmann  <gerd@gnu.org>
3365         * server.el (server-visit-files): Push files on file-name-history.
3367         * progmodes/cc-langs.el: Update copyright.
3369         * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
3371         * bindings.el (mode-line-mode-menu): Add glasses-mode.
3373         * bindings.el (mode-line-mode-menu): Reverse the order
3374         of define-keys so that the menu appears in alphabetical order.
3376 2000-12-07  Milan Zamazal  <pdm@freesoft.cz>
3378         * progmodes/glasses.el (glasses-mode): Update mode line at the end
3379         of the function.
3381 2000-12-07  Dave Love  <fx@gnu.org>
3383         * jka-compr.el (jka-compr-compression-info-list): Fix :type.
3385         * facemenu.el (facemenu-unlisted-faces): Fix value.
3387 2000-12-07  Stefan Monnier  <monnier@cs.yale.edu>
3389         * font-lock.el (font-lock-default-fontify-region):
3390         Include the terminating \n (off-by-one error).
3391         (font-lock-set-defaults): Use dolist.
3393         * derived.el (define-derived-mode): Don't use combine-run-hooks.
3395 2000-12-07  Kenichi Handa  <handa@etl.go.jp>
3397         * international/mule-cmds.el (describe-language-environment):
3398         Fix for the case that an input method title is not string but a list.
3400         * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
3401         of wrong SIZE record.
3403 2000-12-06  Dave Love  <fx@gnu.org>
3405         * newcomment.el (comment-region, comment-dwim): Doc fix.
3407         * textmodes/texinfo.el: Require tex-mode when compiling.
3408         (texinfo-update-node): Doc fix.
3409         (texinfo-imenu-generic-expression): Add @anchor.
3410         (texinfo-font-lock-keywords): Add @uref.
3411         (texinfo-inside-macro-p): Don't use ignore-errors.
3412         (texinfo-insert-quote): Match more contexts.
3414         * international/mule.el (decode-char, encode-char): Doc fix.
3415         (auto-coding-alist): Customize.
3417         * files.el (load-file): Fix change of 2000-03-12.
3419         * wid-edit.el (widget-text-keymap): Doc fix.
3421 2000-12-06  Andrew Innes  <andrewi@gnu.org>
3423         * makefile.w32-in (lisp): Set to an absolute directory, namely
3424         $(CURDIR).
3426 2000-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
3428         * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
3429         read generated-autoload-file, and set buffer-file-coding-system to
3430         raw-text-unix after reading the file.
3432         * international/mule-conf.el (file-coding-system-alist):
3433         Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
3435 2000-12-06  Gerd Moellmann  <gerd@gnu.org>
3437         * replace.el (occur): Make line-number-width 1 smaller for the
3438         colon following the line number.
3440         * startup.el (fancy-splash-text, command-line-1):
3441         Use `File' for the menu name instead of `Files'.
3443         * tmm.el: Update copyright.
3445         * cus-start.el: Add entry for even-window-heights.
3447 2000-12-06  Miles Bader  <miles@gnu.org>
3449         * faces.el (frame-set-background-mode): Avoid stomping on
3450         locally modified faces.
3452 2000-12-06  Kenichi Handa  <handa@etl.go.jp>
3454         * international/fontset.el: Correct the font registries for
3455         japanese-jisx0213-1 and japanese-jisx0213-2.
3457 2000-12-05  Gerd Moellmann  <gerd@gnu.org>
3459         * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
3461         * iswitchb.el: Update customization commentary.
3463 2000-12-05  Rob Riepel  <riepel@Stanford.EDU>
3465         * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
3466         (tpu-search-highlight): Fixed comparison of overlay end positions.
3467         (tpu-trim-line-ends): Implemented trimming logic locally.
3469         * emulation/tpu-extras.el (tpu-write-file-hook)
3470         (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
3472 2000-12-05  Kenichi Handa  <handa@etl.go.jp>
3474         * language/chinese.el (chinese-iso-8bit): Change mime-charset name
3475         to cn-gb.
3476         (cn-gb, gb2312): New aliases for chinese-iso-8bit.
3478 2000-12-04  Dave Love  <fx@gnu.org>
3480         * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
3482 2000-12-04  Gerd Moellmann  <gerd@gnu.org>
3484         * mail/rmailsum.el (rmail-summary-expunge)
3485         (rmail-summary-expunge-and-save): Ask for confirmation with
3486         rmail-expunge-confirmed.
3488         * mail/rmail.el (rmail-expunge-confirmed): New function.
3489         (rmail-expunge): Use it.
3491 2000-12-04  Philippe Waroquiers  <wao@gull.tact.cfmu.eurocontrol.be>
3493         * progmodes/etags.el (tag-partial-file-name-match-p): New function.
3494         (etags-recognize-tags-table, find-tag-in-order):
3495         New functionality: interpret file names as tags.
3497 2000-12-04  Eli Zaretskii  <eliz@is.elta.co.il>
3499         * info.el (Info-scroll-prefer-subnodes): New defcustom.
3500         (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
3501         the first subnode until the bottom of the current node is visible.
3503 2000-12-04  Gerd Moellmann  <gerd@gnu.org>
3505         * format.el (format-decode): Don't change buffer's undo list.
3507 2000-12-04  Kenichi Handa  <handa@etl.go.jp>
3509         * faces.el (face-font-registry-alternatives): Add entries for CJK
3510         fonts.  Doc-string adjusted for the actual usage of this data.
3512         * international/fontset.el: Change the font registries for CJK
3513         fonts in the default fontset.  Don't append '*' to registries.
3515 2000-12-03  Stefan Monnier  <monnier@cs.yale.edu>
3517         * emacs-lisp/easy-mmode.el (define-derived-mode)
3518         (easy-mmode-derived-mode-p): Remove (moved to derived.el).
3520         * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
3521         (derived-mode-p): New function.
3522         (derived-mode-make-docstring): Add `docstring' argument.
3523         Use it if available and complete it if necessary.
3525 2000-12-03  Andreas Schwab  <schwab@suse.de>
3527         * type-break.el (type-break): Don't make parent of itself.
3529 2000-12-03  Miles Bader  <miles@gnu.org>
3531         * simple.el (delete-trailing-whitespace): Don't delete newlines too.
3533 2000-12-02  Stefan Monnier  <monnier@cs.yale.edu>
3535         * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
3536         (tex-main-file, tex-file): Simplify.
3537         (tex-generate-zap-file-name): Use subst-char-in-string.
3538         (tex-strip-dots): Remove.
3540         * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
3542         * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
3543         to check if the match succeeded.
3545 2000-12-02  Gerd Moellmann  <gerd@gnu.org>
3547         * startup.el (use-fancy-splash-screens-p): New function.
3548         (command-line-1): Use it to determine whether or not to use
3549         a fancy splash screen.
3551 2000-12-02  Andreas Schwab  <schwab@suse.de>
3553         * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
3555 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
3557         * international/mule.el (make-char): Fix last change.
3559         * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
3560         New defcustoms.
3561         (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
3562         autoloading tex-mode; instead, do the same manually.
3563         Use texinfo-open-quote and texinfo-close-quote.  Insert literal quote
3564         with numeric argument.  Docstring fix.
3565         (toplevel): Require cl when compiling.
3567         * international/mule.el (make-char): Doc fix.
3569 2000-12-02  Jason Rumney  <jasonr@gnu.org>
3571         * term/w32-win.el (x-select-enable-clipboard): Customize (as per
3572         the Emacs Lisp manual)
3574 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
3576         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
3578         * term/pc-win.el (x-select-enable-clipboard): Customize (as per
3579         the Emacs Lisp manual).
3581 2000-12-02  Gerd Moellmann  <gerd@gnu.org>
3583         * simple.el (next-line-add-newlines): Change default to nil.
3585 2000-12-01  Eli Zaretskii  <eliz@is.elta.co.il>
3587         * files.el (revert-buffer, recover-file):
3588         Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
3590 2000-12-01  Gerd Moellmann  <gerd@gnu.org>
3592         * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
3594 2000-12-01  Miles Bader  <miles@gnu.org>
3596         * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
3598 2000-12-01  Kenichi Handa  <handa@etl.go.jp>
3600         * international/mule-diag.el (describe-char-after): Fix typo.
3601         (describe-character-set, non-iso-charset-alist): Fix typo.
3603 2000-12-01  Miles Bader  <miles@gnu.org>
3605         * image-file.el (image-file-name-regexp): Automatically add
3606         upper-case variants of each filename extension in
3607         `image-file-name-extensions', since they seem to be common.
3609         * simple.el (minibuffer-contents)
3610         (minibuffer-contents-no-properties, delete-minibuffer-contents):
3611         New functions.
3612         * filecache.el (file-cache-directory-name)
3613         (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
3615 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
3617         * filecache.el (file-cache-minibuffer-complete): Don't try to
3618         delete the minibuffer prompt.
3620 2000-11-30  Dave Love  <fx@gnu.org>
3622         * cus-start.el: Fix read-buffer-function type.
3624 2000-11-30  Gerd Moellmann  <gerd@gnu.org>
3626         * md5.el: Removed.  There's a built-in function, now.
3628 2000-11-30  Markus Rost  <rost@math.ohio-state.edu>
3630         * mail/rmail.el (rmail-set-message-counters): Don't use "D"
3631         as dummy 0-th char of rmail-deleted-vector.
3633 2000-11-30  Eli Zaretskii  <eliz@is.elta.co.il>
3635         * ps-print.el (ps-end-job): Bind case-fold-search only after
3636         switching to ps-spool-buffer.
3638 2000-11-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3640         * ps-print.el: Line number font customization.  PostScript: Lines and
3641         PageCount are initialized on each page.  Doc Fix.
3642         (ps-print-version): New version number (6.3.2).
3643         (ps-lpr-switches, ps-font-info-database, ps-font-size)
3644         (ps-header-font-size, ps-header-title-font-size, ps-left-header)
3645         (ps-right-header): Customization fix.
3646         (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
3647         Fix code.
3648         (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
3649         New vars.
3651 2000-11-30  Gerd Moellmann  <gerd@gnu.org>
3653         * bs.el: Fix typos and spelling errors.
3654         (bs-appearance) <defgroup>: Renamed from bs-appearence.
3655         (bs-configuration): Doc fix.
3657         * bs.el: Undo mistaken change of 2000-11-28.  Update copyright.
3659 2000-11-30  Rob Riepel  <riepel@Stanford.EDU>
3661         * emulation/tpu-edt.el (tpu-version): New version.
3662         (tpu-search-overlay, tpu-replace-overlay): New initial range.
3663         (tpu-original-mode-line): Variable deleted.
3664         (tpu-mark-flag): New initial value.
3665         (tpu-set-mode-line): Don't redefine mode-line-format.
3666         Add tpu-mark-flag to minor-mode-alist.
3667         (tpu-update-mode-line): New mark flag logic.
3668         (tpu-get): Use find-file-wildcards.
3669         (tpu-search-highlight): Move overlay less, reset overlay properly.
3670         (tpu-unselect): Deactivate mark.
3671         (tpu-lm-replace): Reset overlay properly.
3672         (tpu-forward-line): Use forward-visible-line.
3673         (tpu-edt-on): Set transient mark mode.  ispell autoloads deleted.
3675         * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
3677 2000-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
3679         * cus-edit.el (custom-face-value-create): Always emphasize tag.
3681 2000-11-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
3683         * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
3684         and skip whitespace and newlines.
3686 2000-11-30  Stefan Monnier  <monnier@cs.yale.edu>
3688         * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
3690 2000-11-29  Gerd Moellmann  <gerd@gnu.org>
3692         * help.el (describe-function-1): Regexp-quote function name
3693         when used as part of a regexp.
3695         * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
3696         Use face-attribute instead of face-foreground and face-background.
3697         (tool-bar-add-item): Likewise, and handle unspecified colors.
3699         * enriched.el (enriched-face-ans): Use face-attribute instead
3700         of face-foreground and face-background.
3702         * faces.el (face-foreground, face-background, face-stipple):
3703         Return nil if attribute is unspecified, for backward compatibility.
3705         * files.el (auto-mode-alist): Add an entry for antlr-mode.
3707         * play/5x5.el: Remove version info.
3709         * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
3711         * frame.el (blink-cursor-mode): Doc fix.
3713 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
3715         * antlr-mode.el: New commands to run ANTLR from within Emacs and
3716         to create Makefile rules.
3717         (antlr-tool-command): New user option.
3718         (antlr-ask-about-save): New user option.
3719         (antlr-makefile-specification): New user option.
3720         (antlr-file-formats-alist): New variable.
3721         (antlr-special-file-formats): New variable.
3722         (antlr-unknown-file-formats): New user option.
3723         (antlr-help-unknown-file-text): New variable.
3724         (antlr-help-rules-intro): New variable.
3725         (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
3726         (antlr-mode-menu): Add entries.
3727         (antlr-file-dependencies): New function.
3728         (antlr-directory-dependencies): New function.
3729         (antlr-superclasses-glibs): New function.
3730         (antlr-run-tool): New command.
3731         (antlr-makefile-insert-variable): New function.
3732         (antlr-insert-makefile-rules): New function.
3733         (antlr-show-makefile-rules): New command.
3735         * antlr-mode.el: More Emacs/XEmacs stuff.
3736         (antlr-no-action-keywords): New constant with value nil.
3737         (antlr-font-lock-keywords-alist): Use it.  Old value would break
3738         syntax highlighting in Emacs-21.0.
3739         (antlr-default-directory): Emacs/XEmacs dependend function.
3740         (antlr-read-shell-command): Ditto.
3741         (antlr-with-displaying-help-buffer): Ditto.
3743 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
3745         * antlr-mode.el: imenu, parsing and highlighting changes.
3746         (antlr-imenu-create-index-function): Don't create extra submenus
3747         for definitions in different grammar classes.  It is not necessary
3748         for the menu and would make command `imenu' awkward to use.
3749         (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
3750         header actions and more than one.
3751         (antlr-font-lock-tokendef-face): Changed color.
3752         (antlr-font-lock-tokenref-face): Changed color.
3753         (antlr-font-lock-additional-keywords): Also highlight lowercase.
3754         (antlr-mode-syntax-table): New variable.
3755         (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
3756         (antlr-with-syntax-table): Don't copy syntax table.
3758 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
3760         * antlr-mode.el: Minor changes: language setting.
3761         (antlr-language-alist): The value for file option "language" can
3762         be both an identifier and a string.
3763         Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
3764         (antlr-language-limit-n-regexp): Change accordingly.
3766 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
3768         * antlr-mode.el: Minor changes: tabs, hiding.
3769         (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
3770         (antlr-action-visibility): Also allow value nil to also hide the
3771         braces.  Renamed from `antlr-tiny-action-length'.
3772         Suggested by Jay@aol.com.
3773         (antlr-hide-actions): Change accordingly.  Hide line if completely
3774         hidden action is on a line of its own.
3776 2000-11-29  Stefan Monnier  <monnier@cs.yale.edu>
3778         * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
3780         * sort.el (sort-columns): Don't concat strings with numbers.
3782 2000-11-29  Dave Love  <fx@gnu.org>
3784         * cus-edit.el (face): Fix :format.
3786         * mail/feedmail.el: Require smtpmail when compiling.
3787         (mail-do-fcc): Autoload.
3788         (feedmail) <defgroup>: Fix :link.
3789         (feedmail-nuke-body-in-fcc): Fix :type.
3790         (feedmail-send-it): Add autoload cookie.
3792 2000-11-29  Stefan Monnier  <monnier@cs.yale.edu>
3794         * newcomment.el (comment-indent): Save excursion around call to
3795         comment-indent-function.
3797 2000-11-29  Miles Bader  <miles@gnu.org>
3799         * subr.el (member-ignore-case): Return the tail of the list who's
3800         car matches, like `member', not the matching element itself.
3802 2000-11-29  Kenichi Handa  <handa@etl.go.jp>
3804         * xml.el (xml-parse-tag): Fix finding opening tag.  A tag name
3805         should not contain `\n'.
3807 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
3809         * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
3811         * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
3813         * dired-aux.el (dired-do-create-files): Construct default file
3814         name for dired-mark-read-file-name so that when the user enters
3815         just RET, the target file will end up in the target directory.
3817         * abbrev.el (prepare-abbrev-list-buffer): Get the value of
3818         local-abbrev-table before changing buffers because it might
3819         have a buffer-local binding.
3821 2000-11-28  Miles Bader  <miles@gnu.org>
3823         * simple.el (delete-horizontal-space): Handle fields more generally.
3825 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
3827         * simple.el (delete-horizontal-space): Handle minibuffer prompt.
3829 2000-11-28  Dave Love  <fx@gnu.org>
3831         * progmodes/ps-mode.el (ps-mode): Set comment-start and
3832         comment-start-skip locally.
3834         * progmodes/fortran.el (fortran-mode): Don't set
3835         fortran-comment-line-start-skip.  Set comment-start to
3836         fortran-comment-line-start.
3837         (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
3838         (fortran-comment-line-start-skip): Simplify slightly.
3840 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
3842         * play/5x5.el: Remove RCS keyword.
3844         * bs.el: Mistaken commit, undone 2000-11-30.
3846 2000-11-28  Milan Zamazal  <pdm@freesoft.cz>
3848         * textmodes/tildify.el (tildify-string-alist):
3849         Add `plain-tex-mode' here.
3851 2000-11-28  Colin Walters  <walters@cis.ohio-state.edu>
3853         * chistory.el (Command-history-setup): Remove extraneous `keymap'
3854         reference.
3856 2000-11-28  Miles Bader  <miles@gnu.org>
3858         * cus-face.el (custom-face-attributes): Add post-filter function
3859         for :box.  Make pre-filter function for :box handle all cases.
3861         * wid-edit.el (widget-choose): Make sure pop-up window is large
3862         enough to display all the choices, as there's no way to scroll it.
3864 2000-11-28  Kenichi Handa  <handa@etl.go.jp>
3866         * international/mule-conf.el: Make the coding system no-conversion
3867         safe for all characters.
3869 2000-11-27  Dave Love  <fx@gnu.org>
3871         * net/ldap.el (ldap) <defgroup>: Add :version.
3873         * tooltip.el (tooltip-use-echo-area): Doc fix.
3875         * cus-start.el <minibuffer-prompt-properties>: Add version.
3876         <read-buffer-function>: Add.
3878         * apropos.el (apropos-print): Add help-echo to active text.
3880         * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
3882 2000-11-27  Gerd Moellmann  <gerd@gnu.org>
3884         * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
3885         type, group and version.
3887 2000-11-27  Eli Zaretskii  <eliz@is.elta.co.il>
3889         * select.el (x-get-selection): Docstring fix.
3891 2000-11-27  Dave Pearson <davep@hagbard.demon.co.uk>
3893         * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
3895 2000-11-27  Andrew Innes  <andrewi@gnu.org>
3897         * makefile.nt (.SUFFIXES): Add .SUFFIXES.
3899         * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
3901 2000-11-27  Miles Bader  <miles@gnu.org>
3903         * dired.el (dired-get-filename): Return filename verbatim if
3904         LOCALP is `verbatim'.
3905         * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
3906         `verbatim' so that we don't inadvertently delete a non-existant
3907         directory name.
3909 2000-11-27  Kenichi Handa  <handa@etl.go.jp>
3911         * international/characters.el: Specify cases and syntaxes for
3912         mule-unicode-0100-24ff.
3914 2000-11-27  Gerd Moellmann  <gerd@gnu.org>
3916         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
3917         that foreground and/or background colors of the face `tool-bar'
3918         are unspecified.
3920 2000-11-27  Miles Bader  <miles@gnu.org>
3922         * wid-edit.el (widget-field-buffer, widget-field-start)
3923         (widget-field-end): Handle widget field `pseudo-overlays'.
3924         (widget-field-value-delete): Delete WIDGET from `widget-field-new'
3925         if it's there instead of in `widget-field-list'.
3927         * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
3928         (help-make-xrefs): Delete extraneous newlines at the end of the
3929         docstring.
3931 2000-11-25  Jason Rumney  <jasonr@gnu.org>
3933         * startup.el (command-line): Call set-locale-environment after
3934         Window System init file is read, as it can result in a call to
3935         redraw-frame.
3937 2000-11-25  Eli Zaretskii  <eliz@is.elta.co.il>
3939         * simple.el (shell-command): Mention the effect of the prefix
3940         argument in the doc string.
3942 2000-11-25  Miles Bader  <miles@gnu.org>
3944         * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
3946         * wid-edit.el (widget-field-value-delete): Don't try to delete
3947         overlay when it's the `pseudo-overlay' that exists at some points.
3949 2000-11-24  Jason Rumney  <jasonr@gnu.org>
3951         * international/mule-cmds.el (locale-language-names): Add "jp" as
3952         a non-standard alternative for Japanese.
3954 2000-11-24  Andre Spiegel  <spiegel@gnu.org>
3956         * vc-hooks.el: Require 'cl during compilation.
3958 2000-11-24  Gerd Moellmann  <gerd@gnu.org>
3960         * faces.el (face-set-after-frame-default): Let face attributes
3961         specified for new frames override frame parameters.
3963         * startup.el (command-line): Fix computation of the source file
3964         for user-init-file when user-init-file is a compiled file.
3966 2000-11-24  Miles Bader  <miles@gnu.org>
3968         * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
3969         (custom-post-filter-face-spec): New functions.
3970         (custom-face-set, custom-face-value-create): Filter the face spec
3971         before and after customization.
3972         (custom-face-set): If VALUE specifies a null face, pass a
3973         non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
3974         * cus-face.el (custom-face-attributes): Remove SET and GET
3975         functions.  Add some IN-FILTER and OUT-FILTER functions in the few
3976         cases they're needed.
3978         * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
3979         that it's distinguishable from the :off-glyph on dark-background
3980         displays.  Set its background color too.
3982         * cus-start.el (all): Restore entry for `mode-line-inverse-video',
3983         so that people can easily turn it off.
3985 2000-11-24  Michael Kifer  <kifer@cs.sunysb.edu>
3987         * ediff-diff.el: Moved variables around to have it compile under NT.
3989         * ediff-help.el (ediff-use-long-help-message): Made it customizable.
3991         * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
3993         * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
3994         redundant skip-small-frames test.
3996         * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
3997         (viper-downgrade-to-insert): Protect against errors in hooks.
3999         * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
4000         (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
4001         (viper-restore-cursor-type,viper-set-insert-cursor-type):
4002         New functions.
4004         * viper-util.el (viper-memq-char): Bug fixes.
4006         * viper.el (viper-mode): Fix cursor handling.
4008 2000-11-24  Kenichi Handa  <handa@etl.go.jp>
4010         * international/mule-diag.el (list-iso-charset-chars):
4011         For two-byte charset, fix the `while' condition.
4012         (list-non-iso-charset-chars): Fix the `while' condition.
4014 2000-11-23  Stefan Monnier  <monnier@cs.yale.edu>
4016         * subr.el (add-hook, remove-hook): Don't call make-local-hook
4017         if the variable is make-variable-buffer-local.
4019         * progmodes/ada-stmt.el (ada-template-map):
4020         Initialize and bind it to C-c t in ada-mode-map.
4021         (ada-stmt-mode-hook): New function extracted from old code.
4022         Only change the buffer-local side of skeleton-*.
4023         (ada-mode-hook): Use it.
4025 2000-11-23  Eli Zaretskii  <eliz@is.elta.co.il>
4027         * iswitchb.el (iswitchb-minibuf-depth): New variable.
4028         (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
4029         we expect to be returned by minibuffer-depth once we prompt the
4030         user in the minibuffer.
4031         (iswitchb-entryfn-p): If minibuffer-depth returns the same value
4032         as recorded in iswitchb-minibuf-depth, return non-nil.
4034 2000-11-23  Eli Zaretskii <eliz@is.elta.co.il>
4036         * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
4037         (hscroll-window-maybe): Docstring fix.
4039 2000-11-23  Dave Love  <fx@gnu.org>
4041         * rect.el (string-rectangle): Don't test delete-selection-mode.
4043 2000-11-23  Gerd Moellmann  <gerd@gnu.org>
4045         * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
4046         is in the tool bar.
4048         * dired-aux.el (dired-add-entry): Don't call dired-get-filename
4049         with `no-dir'; we want the directory part to be able to remove it.
4051 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
4053         * textmodes/outline.el (outline-flag-region):
4054         Don't bind inhibit-read-only since we don't modify the buffer.
4055         (outline-isearch-open-invisible): Don't jump to overlay-start
4056         since we're trying to unhide text around point.
4057         (outline-discard-overlays): Use dolist.
4059         * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
4061 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
4063         * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
4065 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
4067         * textmodes/tex-mode.el (tex-font-lock-keywords-1):
4068         Fix ARG regexp to skip quoted braces.
4069         (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
4070         Remove `bf' and `it' from `bold' and `italic' (they were wrong and
4071         are (correctly) handled separately).
4072         Remove `caption' and `footnote' from `citations': they contain text.
4073         Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
4074         (latex-skeleton-end-hook): New function.
4075         (latex-mode): Use it.
4076         (tex-start-tex-marker): Remove.
4077         (tex-send-tex-command): Don't set tex-start-tex-marker.
4078         (tex-error-parse-syntax-table): New var.
4079         (tex-compilation-parse-errors): Use it.
4080         Ignore tex-start-tex-marker.  Don't bother with marker-position.
4081         (tex-validate-buffer): Don't bother with marker-position.
4083         * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
4084         (flyspell-generic-progmode-verify): Use it.
4086 2000-11-22  Sam Steingold  <sds@gnu.org>
4088         * simple.el (delete-trailing-whitespace): New interactive function.
4090         * progmodes/ada-mode.el (ada-mode): Use it instead of
4091         `ada-remove-trailing-spaces'.
4092         (ada-remove-trailing-spaces): Removed.
4094         * textmodes/two-column.el (2C-merge): Recommend it in the doc.
4096         * textmodes/picture.el (picture-clean): Removed.
4097         (picture-mode-exit): Call it instead of `picture-clean'.
4099 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
4101         * frame.el (show-cursor-in-non-selected-windows): Doc fix.
4103         * hi-lock.el (hi-lock-refontify): Don't call non-existent
4104         jit-lock-fontify-buffer; it should anyway be unneccessary to
4105         do anything special when jit-lock is active.
4106         (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
4108 2000-11-22  Dave Love  <fx@gnu.org>
4110         * calendar/todo-mode.el (todo-top-priorities): Use
4111         todo-tmp-buffer-name.  From Milan Zamazal <Milan.Zamazal@qbizm.com>.
4113         * language/chinese.el, language/cyrillic.el:
4114         * language/devanagari.el, language/ethiopic.el, language/greek.el:
4115         * language/hebrew.el, language/indian.el, language/japanese.el:
4116         * language/korean.el, language/lao.el, language/misc-lang.el:
4117         * language/thai.el, language/tibetan.el, language/vietnamese.el:
4118         Use provide.
4120         * cus-edit.el (custom-buffer-create-internal): Save some consing.
4121         (custom-variable-set): Improve validation error mesage.
4123         * rect.el (string-rectangle): Revert last change.
4124         (string-rectangle-line): New arg DELETE.
4125         (string-rectangle): Check delete-selection-mode.
4127         * emacs-lisp/edebug.el (edebug-version)
4128         (edebug-maintainer-address): Deleted.
4129         (edebug-submit-bug-report): Just alias to report-emacs-bug.
4130         (edebug-read-function): Account for other `'#' read forms.
4131         (edebug-mode-menus): Make some items toggles.
4132         (edebug-outside-unread-command-event, unread-command-event):
4133         Remove these to avoid warnings.
4135 2000-11-22  David Ponce  <david@dponce.com>
4137         * recentf.el (recentf-menu-items-for-commands)
4138         (recentf-make-menu-items, recentf-make-menu-item)
4139         (recentf-filter-changer): Added :help and :active menu-item properties.
4141         (recentf-build-dir-rules, recentf-dump-variable)
4142         (recentf-edit-list, recentf-open-files-item)
4143         (recentf-open-files): Replaced unnecessary `mapcar' with new
4144         built-in `mapc'.
4146 2000-11-23  Miles Bader  <miles@gnu.org>
4148         * faces.el (menu): Make inverse-video on ttys too.
4150 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
4152         * simple.el (comment-line-break-function): Use the new name
4153         indent-new-comment-line -> comment-indent-new-line.
4154         (clone-indirect-buffer): Don't ignore NORECORD.
4155         (next-completion): Properly handle the case where items are adjacent.
4157         * mouse.el (popup-menu): Stupid typo.
4159 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
4161         * emacs-lisp/authors.el: Remove autoload cookies, add author,
4162         maintainer, keywords tags.
4164         * rect.el (replace-rectangle): Don't call string-rectangle-line
4165         with too many arguments.
4167 2000-11-22  Andre Spiegel  <spiegel@gnu.org>
4169         * ediff-util.el (ediff-file-checked-out-p)
4170         (ediff-file-checked-in-p): Call vc-state instead of
4171         vc-locking-user, which no longer exists.
4173         * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
4175 2000-11-22  Dave Love  <fx@gnu.org>
4177         * md5.el (md5): Provide.
4178         (md5): Fix error call.
4180 2000-11-22  Miles Bader  <miles@gnu.org>
4182         * textmodes/refill.el (refill-adjust-ignorable-overlay)
4183         (refill-fill-paragraph-at): Remove debugging code.
4185         * calendar/calendar.el (generate-calendar-window): When we don't
4186         call `fit-window-to-buffer', make sure the top line is fully visible.
4188         * image-file.el (insert-image-file): Don't make `read-only'
4189         property rear-nonsticky.
4191         * isearch.el (isearch-original-minibuffer-message-timeout): New var.
4192         (isearch-mode): Set `minibuffer-message-timeout' to nil, after
4193         stashing away its original value.
4194         (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
4195         in the recursive edit.
4196         Bind `isearch-original-minibuffer-message-timeout' to protect it.
4197         (isearch-done): Restore `minibuffer-message-timeout'.
4199         * cus-start.el: Remove entry for `mode-line-inverse-video'.
4201 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
4203         * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
4205         * find-lisp.el (find-lisp-find-files-internal):
4206         Use dolist, when and file-name-as-directory.
4208         * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
4209         (define-derived-mode, define-minor-mode): Add specs.
4211         * window.el: General comment and spacing fixes.
4212         (save-selected-window): Use backquotes.
4213         (window-safely-shrinkable-p): New function.
4214         (shrink-window-if-larger-than-buffer): Use it.
4216         * subr.el (make-local-hook): Docstring fix.
4218         * shell.el (shell-mode): Use define-derived-mode.
4220         * newcomment.el (comment-indent): Insert comment before calling
4221         comment-indent-function.  Don't insert in column 0.
4222         (comment-dwim): Indent before inserting comment.
4224         * isearch.el (isearch-mode-map): Fix docstring.  Init in defvar.
4225         (minibuffer-local-isearch-map): Init in defvar.  Use inheritance.
4226         (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
4227         Use mapc rather than map.
4229         * files.el (find-buffer-visiting): Compare all attributes before
4230         declaring two files identical (rather than just their inode-no).
4231         (auto-mode-alist): Use \' rather than $.
4233         * which-func.el: Update maintainer line.
4235         * pcvs.el (uniquify-buffer-file-name): Remove advice.
4236         * uniquify.el (uniquify-list-buffers-directory-modes): New var.
4237         (uniquify-buffer-file-name): Use it.
4239 2000-11-22  Miles Bader  <miles@gnu.org>
4241         * cus-start.el: Add entry for `minibuffer-prompt-properties'.
4242         * simple.el (minibuffer-avoid-prompt): New function.
4244 2000-11-21  Gerd Moellmann  <gerd@gnu.org>
4246         * Makefile.in (.SUFFIXES): Add .SUFFIXES.
4248 2000-11-21  Miles Bader  <miles@gnu.org>
4250         * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
4251         inclusion of `track-mouse'.
4253         * textmodes/refill.el (refill-ignorable-overlay): New variable.
4254         (refill-adjust-ignorable-overlay): New function.
4255         (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
4256         only the paragraph's tail if possible.
4257         Update `refill-ignorable-overlay'.
4258         (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
4260         * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
4261         point inside the fill-prefix.
4263         * textmodes/refill.el (refill-post-command-function): Don't reset
4264         refill-doit in the case where a self-insertion command doesn't
4265         case a refill.  Use `refill-fill-paragraph-at', getting position
4266         from `refill-doit'.
4267         (refill-after-change-function): Set `refill-doit' to END.
4268         (refill-fill-paragraph-at): New function, mostly from old
4269         refill-fill-paragraph.
4270         (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
4271         (refill-pre-command-function): New function.
4272         (refill-mode): Add it to `pre-command-hook'.
4274 2000-11-20  Gerd Moellmann  <gerd@gnu.org>
4276         * textmodes/artist.el (artist-mode): Fix autoload cookie.
4278         * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
4279         javadoc tags.
4281 2000-11-20  Andre Spiegel  <spiegel@gnu.org>
4283         * vc.el, vc-hooks.el: Undo prev change (moved functions back to
4284         vc.el).
4286         * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
4287         require vc.
4289         * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
4290         checkouts.
4292 2000-11-20  Dave Love  <fx@gnu.org>
4294         * Makefile.in (DONTCOMPILE): Omit bindings.el.
4296 2000-11-20  Eli Barzilay <eli@www.barzilay.org>
4298         * calculator.el (calculator-paste): Use `if' instead of `and'
4299         and `or'.
4300         (calculator-help): Don't use electric-describe-mode for XEmacs.
4302 2000-11-19  Gerd Moellmann  <gerd@gnu.org>
4304         * info.el (info-menu-5): Doc fix.
4306         * textmodes/artist.el: New file.
4308 2000-11-19  Andre Spiegel  <spiegel@gnu.org>
4310         * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
4311         and differentiate according to checkout model.
4312         (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
4313         since this function is only concerned with master state.
4315         * vc-hooks.el (vc-workfile-unchanged-p)
4316         (vc-default-workfile-unchanged-p): Moved here from vc.el.
4318         * vc.el (vc-workfile-unchanged-p)
4319         (vc-default-workfile-unchanged-p): See above.
4321 2000-11-19  Miles Bader  <miles@gnu.org>
4323         * image-file.el (insert-image-file): Make `intangible' and
4324         `read-only' properties rear-nonsticky too.
4326 2000-11-18  Gerd Moellmann  <gerd@gnu.org>
4328         * ps-print.el: Update copyright notice.
4330         * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
4331         (tooltip-show): Use the offsets.
4333         * bindings.el (mode-line-modified): Fix a typo.
4334         (mode-line-toggle-modified, mode-line-widen)
4335         (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
4337 2000-11-17  Vinicius Jose Latorre <vinicius@cpqd.com.br>
4339         * ps-print.el (toplevel): Test for find-coding-system being
4340         fboundp before calling ps-x-find-coding-system.
4342 2000-11-16  Stefan Monnier  <monnier@cs.yale.edu>
4344         * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
4345         (vc-version-backup-file): Docstring fix.
4347 2000-11-16  Gerd Moellmann  <gerd@gnu.org>
4349         * files.el (basic-save-buffer): Don't add a newline if
4350         find-file-literally is non-nil.
4351         (find-file-literally): Extend doc string.
4353         * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
4354         sort(1) with the `-f' argument.
4356 2000-11-16  Andre Spiegel  <spiegel@gnu.org>
4358         * vc.el: Updated backend documentation.
4359         (vc-default-check-headers): New function.
4361         * vc-{cvs,rcs,sccs}.el: Functions reordered.
4363         * vc.el (vc-revert-buffer): Ask for confirmation if file seems
4364         up-to-date.
4365         (vc-do-command): In the asynchronous case, output messages only if
4366         the minibuffer is not active.
4368         * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
4369         `vc-cvs-use-edit' is on.
4370         (vc-cvs-checkout): When this is used for reverting the workfile,
4371         make a backup of the original contents and revert to that in case
4372         of error.
4373         (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
4374         remote repositories.
4376         * vc.el (vc-annotate): Changed handling of prefix arg; now asks
4377         for both version and ratio in the minibuffer.
4379         * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
4380         Use vc-do-command to perform the annotation, not call-process.
4382 2000-11-16  Kenichi Handa  <handa@etl.go.jp>
4384         * international/quail.el (quail-start-translation): Don't call
4385         `message' before reading key sequence.
4387 2000-11-16  Miles Bader  <miles@lsi.nec.co.jp>
4389         * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
4391 2000-11-16  Kenichi Handa  <handa@etl.go.jp>
4393         * window.el (fit-window-to-buffer): Be sure to acquire at least
4394         one text line even if the buffer is empty.
4396 2000-11-16  Gerd Moellmann  <gerd@gnu.org>
4398         * net/ange-ftp.el (ange-ftp-file-writable-p)
4399         (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
4400         Bind ange-ftp-process-verbose to nil.
4402 2000-11-15  Dave Love  <fx@gnu.org>
4404         * wid-edit.el (widget-specify-field, widget-specify-button):
4405         If :help-echo is a function, set help-echo of overlay to
4406         widget-mouse-help.
4407         (widget-mouse-help): New function.
4408         (widget-echo-help): Rewritten for :help-echo functions only taking
4409         a widget arg.
4411         * net/eudc-bob.el (eudc-bob-can-display-inline-images):
4412         Use display-graphic-p.
4413         (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
4414         and that JPEG is available.
4415         (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
4417         * international/mule-cmds.el (locale-charset-language-names):
4418         Match @euro.
4420 2000-11-15  Gerd Moellmann  <gerd@gnu.org>
4422         * faces.el (face-set-after-frame-default):
4423         If `inhibit-default-face-x-resources' is bound, don't intialize the
4424         default face from X resources.
4426 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
4428         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
4429         Don't set EMACSLOADPATH.
4431 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
4433         * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
4434         texinfo-insert-@url.
4435         (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
4436         (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
4438 2000-11-14  Stefan Monnier  <monnier@cs.yale.edu>
4440         * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
4441         (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
4442         (checkdoc-minor-keymap): Backward compatibility.
4443         (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
4444         (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
4445         (checkdoc-this-string-valid-engine): Be a bit more strict
4446         to avoid matching substrings of `...' quoted vars/funs.
4447         (checkdoc-defun-info): Only look for `interactive' if alone.
4448         (debug-ignored-errors): Add "arg doesn't appear in docstring".
4450         * progmodes/compile.el (grep): `tag-default' can be nil.
4452         * newcomment.el (comment-indent): Paren typo.
4454 2000-11-14  Dave Love  <fx@gnu.org>
4456         * calculator.el: New maintainer version.
4458         * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
4460         * cmuscheme.el: Doc fixes.
4461         (cmuscheme) <defgroup>: Use `scheme' as parent.
4462         (cmuscheme-program-name): Remove.  Change uses to scheme-program-name.
4464         * xscheme.el (scheme-program-name): Don't define here.
4466         * progmodes/scheme.el (scheme-program-name): New variable
4467         (originally in cmuscheme).
4469 2000-11-14  Miles Bader  <miles@gnu.org>
4471         * window.el (fit-window-to-buffer): Handle windows without mode-lines.
4472         Handle header-lines.  Don't loop forever if we can't enlarge the
4473         window anymore.  Simplify a bit.
4475 2000-11-14  Kenichi Handa  <handa@etl.go.jp>
4477         * window.el (fit-window-to-buffer): Don't check
4478         window-text-height.  Assure that the last line is fully visible.
4480         * international/quail.el (quail-show-guidance-buf):
4481         Call fit-window-to-buffer to assure the enough height of the guidance
4482         buffer.
4483         (quail-update-guidance): Avoid making the guidance buffer shorter.
4485 2000-11-14  Stefan Monnier  <monnier@cs.yale.edu>
4487         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
4488         rather than `prepend' and add an interesting comment.
4489         (tex-math-face, tex-font-lock-syntactic-face-function):
4490         New face and function to use it.
4491         (tex-define-common-keys, tex-mode-map): Use menu-item rather
4492         than `menu-enable' symbol property.
4493         (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
4494         (tex-mode): Add some latex-mode commands for auto-selection.
4495         Use tex-font-lock-syntactic-face-function.
4496         (tex-insert-quote): Simplify.
4497         (tex-shell): New mode.
4498         (tex-start-shell): Use it.
4499         (tex-shell-proc, tex-shell-buf): New functions.
4500         (tex-send-command): Use it.
4501         (tex-main-file): Fix the meaning of the new arg REALFILE.
4502         (tex-send-tex-command): New function split from `tex-start-tex'.
4503         Set compilation-last-buffer and compilation-parsing-end.
4505         * newcomment.el (comment-indent-default): Stick \s<\s< to the left
4506         when it follows non-comment text on the line.
4508         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4509         Set font-lock-defaults.
4510         (lisp-mode-shared-map): Init inside the defvar.
4511         (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
4512         Use define-derived-mode.
4514 2000-11-14  Miles Bader  <miles@lsi.nec.co.jp>
4516         * faces.el (header-line): Use `:box nil' for color/gs displays too.
4518 2000-11-14  Gerd Moellmann  <gerd@gnu.org>
4520         * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
4521         Don't recursively optimize body because that can lead to infinite
4522         recursion; see comment there.
4524 2000-11-13  Eli Zaretskii  <eliz@is.elta.co.il>
4526         * faces.el (face-spec-set-match-display): Revert the change from
4527         2000-10-24.  Add a FIXME for after v21.1.
4529 2000-11-13  Miles Bader  <miles@gnu.org>
4531         * textmodes/fill.el (skip-line-prefix): New function.
4532         (fill-region-as-paragraph, fill-region):  Return the fill-prefix.
4533         (fill-paragraph): Don't leave point inside the fill-prefix.
4534         * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
4535         point inside the fill-prefix.
4537 2000-11-13  Miles Bader  <miles@lsi.nec.co.jp>
4539         * calendar/calendar.el (generate-calendar-window):
4540         Use `fit-window-to-buffer'.
4542 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
4544         * gud.el (gud-minor-mode): New var.
4545         (gud-symbol, gud-val): New functions.
4546         (gud-find-file): Copy gud-minor-mode to the new buffer.
4547         (gud-menu-map): Include entries for commands that are not always
4548         available, using :enable to (de)activate them.
4549         (gud-minor-mode-map): New map.  Add it to minor-mode-map-alist.
4550         (gud-mode-map): New map.
4551         (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
4552         (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
4553         Don't set up gud's menu (it's done by the minor-mode).
4554         (gud-minibuffer-local-map): New.
4555         Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
4556         (gud-query-cmdline): New function.
4557         (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it.  Set gud-minor-mode.
4558         (gud-mode): Use define-derived-mode.
4559         Don't set up gud's menu (it's done by the minor-mode).
4560         (gud-chop-words): Remove.
4561         (gud-common-init): Use split-string instead.
4562         (gud-new-keymap, gud-make-debug-menu): Eradicate.
4564         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
4565         Add keyword arg :name.
4567         * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
4568         (diff-count-matches, diff-split-hunk): New functions.
4569         (diff-mode-map): Bind C-c C-s to diff-split-hunk.
4571         * pcvs-info.el (cvs-fi-conflict-face): New var.
4573         * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
4574         Make it into a simple syntax-table, shared among all submodes.
4575         (sh-heredoc-face): Re-introduce.
4576         (sh-font-lock-syntactic-face-function): New function.
4577         (sh-mode): Use it.  Also use define-derived-mode.
4578         Remove old bogus setting of indent-region-function.
4579         (sh-set-shell): Don't set the syntax-table any more.
4580         (sh-mode-syntax-table) <defun>: Remove.
4582 2000-11-12  Miles Bader  <miles@gnu.org>
4584         * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
4585         message if interactive.
4587 2000-11-12  Dave Love  <fx@gnu.org>
4589         * mail/feedmail.el: Fix header,
4590         (feedmail) <defgroup>: Add :link.
4592         * view.el: Use local-map property, not keymap on mode-line string.
4594         * scroll-all.el (scroll-all-mode): Customize variable.
4595         Add autoload cookie to function.
4597         * lazy-lock.el: Remove compatibility code.
4599         * finder.el (finder-known-keywords): Add `files', remove `vms'.
4600         (finder-help-echo): New variable.
4601         (finder-mouse-face-on-line): Add help-echo stuff.
4602         (finder-list-keywords, finder-list-matches): Use mapc.
4604         * faces.el (face-font-registry-alternatives): Add :version.
4606         * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
4607         tags-table-list.
4609         * net/browse-url.el (browse-url-browser-function): Update :version.
4611         * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
4612         (mail-mode): Use [:alnum:] in some regexps.
4614 2000-11-10  Dave Love  <fx@gnu.org>
4616         * ediff.el (ediff-regions-internal, ediff-documentation):
4617         * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
4618         fundamental mode.
4620         * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
4621         buffer into fundamental mode.
4622         (ediff-set-difference): Use copy-sequence if available.
4624         * ediff-ptch.el (ediff-dispatch-file-patching-job):
4625         Check ediff-patch-map non-nil.
4626         (ediff-fixup-patch-map, ediff-fixup-patch-map)
4627         (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
4628         buffer into fundamental mode.
4630         * ediff-merg.el (state-or-merge): Defvar when compiling.
4632 2000-11-10  Jason Rumney  <jasonr@gnu.org>
4634         * w32-fns.el (w32-add-charset-info): New function.
4635         (w32-charset-info-alist): Use it.
4637 2000-11-10  Gerd Moellmann  <gerd@gnu.org>
4639         * faces.el (face-font-registry-alternatives): New user-option.
4641 2000-11-10  Stefan Monnier  <monnier@cs.yale.edu>
4643         * textmodes/texinfo.el (texinfo-block-default): New var.
4644         (texinfo-insert-block): Use it.  Insert a newline if needed.
4646         * textmodes/fill.el (fill-indent-according-to-mode): New var.
4647         (fill-region-as-paragraph): Use it.
4649         * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
4650         (latex-mode): Tweak tex-*-(head|trail)er regexps.
4651         Tweak paragraph regexps to allow a leading [ \t]*.
4652         (tex-latex-block): Insert a newline if necessary.
4653         (latex-insert-item): Only insert a newline if necessary.
4654         (tex-guess-main-file): New function.
4655         (tex-main-file): Use it.  Add arg `realfile'.  Trim `.tex'.
4656         Set tex-main-file if TeX-master is provided.
4657         (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
4659 2000-11-10  Gerd Moellmann  <gerd@gnu.org>
4661         * startup.el (command-line): Set the default tooltip-mode
4662         to t for graphical displays which implement x-show-tip.
4664         * tooltip.el (tooltip-mode): Add a comment about startup.el
4665         setting the default value of this user-option.
4667 2000-11-09  Stefan Monnier  <monnier@cs.yale.edu>
4669         * font-lock.el (font-lock-*-face) <defvar>: Move.
4670         (font-lock-defaults-alist): Mark obsolete.
4671         (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
4672         (font-lock-mode): Use define-minor-mode.
4673         (font-lock-support-mode): Tweak type to default to jit-lock-mode.
4674         (font-lock-turn-off-thing-lock): Be more explicit.
4675         (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
4676         (font-lock-syntactic-face-function): New var.
4677         (font-lock-fontify-syntactically-region): Use it.
4678         (font-lock-doc-face): New.
4680         * pcvs.el (cvs-enabledp): Ignore errors.
4681         (cvs-commit-filelist): Never query.
4682         (cvs-mode-insert): Always add a terminating / in the initial prompt.
4683         (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
4684         (cvs-do-removal): Use cvs-partition rather than delete-if.
4685         Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
4686         cvs-bury-buffer.
4688         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4689         Allow `next' to jump to after the end of the last match.
4691 2000-11-09  Gerd Moellmann  <gerd@gnu.org>
4693         * simple.el (byte-compiling-files-p): New function.
4695         * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
4696         if it is there.
4698         * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
4699         nil again.
4701         * textmodes/ispell.el (ispell-library-path): Don't call
4702         check-ispell-version when byte-compiling because that starts
4703         an ispell process, and ispell might not be installed.
4704         (toplevel): Don't set up a menu when byte-compiling.
4706         * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
4707         it, so that a boundp test can be used to determine if we're
4708         currently byte-compiling.
4710 2000-11-09  Dave Love  <fx@gnu.org>
4712         * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
4714 2000-11-09  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4716         * ps-print.el: Patch for variable initialization when spooling.
4717         Doc fix.
4718         (ps-output-list): Fun eliminated.
4719         (ps-begin-file, ps-begin-job): Code fix.
4721 2000-11-08  Dave Love  <fx@gnu.org>
4723         * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
4725 2000-11-08  Gerd Moellmann  <gerd@gnu.org>
4727         * simple.el (shell-command, display-message-or-buffer)
4728         (shell-command-on-region): Mention resize-mini-windows in the doc
4729         string.
4730         (display-message-or-buffer): Take the value of resize-mini-windows
4731         into account.
4733 2000-11-07  Gerd Moellmann  <gerd@gnu.org>
4735         * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
4737         * dired.el (dired-between-files): Add `^. find' as an alternative
4738         to the regular expression, for find-dired.
4740 2000-11-06  Stefan Monnier  <monnier@cs.yale.edu>
4742         * textmodes/texnfo-upd.el: Require texinfo.
4743         (defmacro, defgroup): Remove.
4744         (texinfo-section-to-generic-alist): Remove.
4745         Use texinfo-section-list instead (i.e. level is changed string->int).
4746         (texinfo-filter): New function.
4747         (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
4748         (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
4749         Use it.  And use regexp-opt.
4750         (texinfo-find-higher-level-node, texinfo-hierarchic-level)
4751         (texinfo-update-menu-region-beginning)
4752         (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
4753         (texinfo-update-the-node, texinfo-sequentially-update-the-node)
4754         (texinfo-update-menu-same-level-regexps): Update.
4755         (texinfo-update-node, texinfo-every-node-update)
4756         (texinfo-sequential-node-update): Remove autoload cookie.
4758         * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
4759         (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
4760         (texinfo-chapter-level-regexp): Remove.
4761         (texinfo-mode): Hard code texinfo-chapter-level-regexp.
4763 2000-11-06  Dave Love  <fx@gnu.org>
4765         * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
4767         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4768         Match defun*.
4770 2000-11-06  Kenichi Handa  <handa@etl.go.jp>
4772         * composite.el (composition-function-table): Variable declaration
4773         moved to src/composite.c.
4774         (compose-chars-after): New optional arg object.
4776 2000-11-06  Gerd Moellmann  <gerd@gnu.org>
4778         * bindings.el (mode-line-toggle-read-only)
4779         (mode-line-toggle-modified, mode-line-widen)
4780         (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
4781         (make-mode-line-mouse2-map): Rewritten.
4782         (mode-line-modified, mode-line-format, minor-mode-alist): Use new
4783         functions so that C-h k can show something with a doc string.
4785         * startup.el (fancy-splash-delay): Set to 10 seconds.
4786         (fancy-splash-max-time): New user-option.
4787         (fancy-splash-stop-time): New variable.
4788         (fancy-splash-screens): Set it.  Catch `stop-splashing'.
4789         (fancy-splash-screens-1): Throw `stop-splashing' when current
4790         time is greater than fancy-splash-stop-time.
4792 2000-11-06  Stefan Monnier  <monnier@cs.yale.edu>
4794         * vc-hooks.el (vc-insert-file): Don't assume byte==char.
4796         * pcvs.el (cvs-mode-marked): New arg `noquery'.
4797         Prompt user for a file rather than raising an error.
4798         (cvs-enabledp): Fix call to cvs-mode-marked.
4799         (cvs-insert-file): New function (extracted from cvs-mode-insert).
4800         (cvs-mode-insert): Use it.  Change the init prompt' value.
4801         (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
4803         * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
4804         Don't pass default arg to ewoc-locate.
4805         (ewoc-collect): Return result in the right order.
4807         * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
4809         * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
4810         (cvs-status-get-tags): Fix regexp.
4811         (cvs-status-trees, cvs-status-cvstrees):
4812         Combine after change hooks and don't sit-for.
4813         (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
4814         (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
4815         Use make-char rather than hard-coded cryptic data.
4816         (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
4818         * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
4820         * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
4821         (cvs-insert-strings): New function.
4823 2000-11-06  Miles Bader  <miles@lsi.nec.co.jp>
4825         * mwheel.el (mouse-wheel-scroll-amount): Renamed from
4826         `mwheel-scroll-amount'.
4827         (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
4828         (mouse-wheel-mode): Use (featurep 'xemacs) instead of
4829         string-matching against the version string.
4831 2000-11-06  Kenichi Handa  <handa@etl.go.jp>
4833         * language/thai.el ("Thai"): Set a lisp form that produces
4834         composed string in `sample-text' language info.
4836         * language/tibetan.el ("Tibetan"): Set a lisp form that produces
4837         composed string in `sample-text' language info.
4839         * international/mule-cmds.el (describe-language-environment):
4840         Eval `sample-text' data and insert the result.
4842         * international/mule-conf.el (compound-text): Define this coding
4843         system here.  Make x-ctext and ctext aliases of it.
4845         * language/european.el (compound-text, ctext): Moved to
4846         international/mule-conf.el.
4848 2000-11-05  Andrew Innes  <andrewi@gnu.org>
4850         * w32-fns.el (w32-version): New function.
4852 2000-11-05  Stefan Monnier  <monnier@cs.yale.edu>
4854         * progmodes/awk-mode.el: Update copyright.
4855         (awk-mode-abbrev-table): Remove.
4856         (awk-font-lock-keywords): Use regexp-opt.
4857         (awk-mode): Use define-derived-mode.
4859         * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
4860         when extracting a suffix.
4862 2000-11-04  Andre Spiegel  <spiegel@gnu.org>
4864         * vc-hooks.el (vc-insert-file): Rewritten.  Don't bother about
4865         auto-save-mode.
4867 2000-11-04  Jason Rumney  <jasonr@gnu.org>
4869         * language/european.el (decode-mac-roman): Test against r1 not r0.
4871 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
4873         * progmodes/icon.el (icon-mode-map): Don't rebind \t.
4874         (icon-mode): Define indent-line-function.
4875         (icon-comment-indent): Simplify.
4876         (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
4878         * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
4880         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
4881         Bind change-log-default-mode to defeat the caching done on it.
4882         Don't bother saving excursion any more.
4884         * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
4886         * frame.el (after-setting-font-hook): Rename hooks -> hook.
4887         (set-frame-font): Use the new name (and the old for compatibility).
4889         * toolbar/tool-bar.el (tool-bar-mode):
4890         * time.el (display-time-mode):
4891         * recentf.el (recentf-mode):
4892         * paren.el (show-paren-mode):
4893         * mwheel.el (mouse-wheel-mode):
4894         * msb.el (msb-mode):
4895         * jka-compr.el (auto-compression-mode):
4896         * image-file.el (auto-image-file-mode):
4897         * hl-line.el (hl-line-mode):
4898         * delsel.el (delete-selection-mode):
4899         * autoinsert.el (auto-insert-mode):
4900         * complete.el (partial-completion-mode): Drop unneeded positional args.
4902         * info.el (Info-mode):
4903         * comint.el (comint-mode): Don't bother with make-local-hook.
4905         * log-edit.el (log-edit-menu): New menu.
4907 2000-11-03  Miles Bader  <miles@gnu.org>
4909         * wid-edit.el (widget-end-of-line): Reinstate, with a new
4910         definition, so that trailing spaces are handled properly.
4911         (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
4913 2000-11-03  Gerd Moellmann  <gerd@gnu.org>
4915         * startup.el (fancy-splash-text, fancy-splash-text): Use a single
4916         tab character.
4917         (fancy-splash-screens): Set tab-width to 20.
4919 2000-11-03  Dave Love  <fx@gnu.org>
4921         * comint.el (comint-completion-addsuffix): Fix custom type.
4923 2000-11-02  Stefan Monnier  <monnier@cs.yale.edu>
4925         * font-lock.el (font-lock-buffers): Remove.
4926         (font-lock-global-modes): Define with easy-mmode-define-global-mode.
4927         (font-lock-change-major-mode): Remove.
4928         (turn-on-font-lock-if-enabled): Only apply to the current buffer.
4929         (font-lock-default-fontify-region): Extend the multiline
4930         fontification to whole lines.
4931         (font-lock-fontify-anchored-keywords)
4932         (font-lock-fontify-keywords-region): If matching just one
4933         line (with \n) only mark the \n as multiline.
4935         * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
4936         Correctly handle the case where several :group args are supplied.
4937         Allow :extra-args.
4938         (easy-mmode-define-global-mode): Allow :extra-args.
4939         Correctly handle the case where several :group args are supplied.
4941 2000-11-02  Miles Bader  <miles@gnu.org>
4943         * calendar/calendar.el (diary-face, calendar-today-face)
4944         (holiday-face): Remove dependency on `window-system'.
4946 2000-11-02  Ken Raeburn  <raeburn@gnu.org>
4948         * Makefile.in (emacs): Set EMACSLOADPATH always.
4949         (update-authors, .el.elc, compile-files): Don't do it explicitly here.
4950         (compile-files): Bomb out if compilation of a file fails.
4952 2000-11-02  Dave Love  <fx@gnu.org>
4954         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
4956 2000-11-02  Eli Zaretskii  <eliz@is.elta.co.il>
4958         * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
4959         punctuation in the warning inserted into the *mail* buffer.
4961 2000-11-02  Gerd Moellmann  <gerd@gnu.org>
4963         * emacs-lisp/authors.el (authors-public-domain-files): New variable.
4964         (authors-public-domain-p): New function.
4965         (authors-print): Use it.
4967         * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
4969         * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
4971 2000-11-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4973         * ps-print.el: Extension for even/odd printing.  Doc fix.
4974         (ps-print-version): New version number (6.3.1).
4975         (ps-even-or-odd-pages): Customization fix.
4976         (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
4977         (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
4978         (ps-page-count): Var replaced by `ps-page-column'.
4979         (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
4980         (ps-print-sheet-p): New fun.
4982 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
4984         * tooltip.el (tooltip-gud-tips-setup): New function.
4985         (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
4986         (tooltip-mode): Call tooltip-gud-tips-setup.
4987         (tooltip-gud-tips): Use `gud-basic-call' instead of
4988         process-send-string, so the prompt gets frobbed appropriately.
4989         Handle nil return value from `tooltip-gud-print-command'.
4991 2000-11-01  Eric M. Ludlam  <zappo@ultranet.com>
4993         * comint.el (comint-add-to-input-history): New function.
4994         (comint-send-input): Use `comint-add-to-input-history'.
4996 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
4998         * info.el (info-menu-header): New face.
4999         (Info-fontify-menu-headers): New function.
5000         (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
5002         * info.el (Info-insert-dir): Don't include blank lines at
5003         beginning of additional dir files (one is added automatically).
5005 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
5007         * emacs-lisp/easy-mmode.el (define-minor-mode):
5008         Revert the latest changes.
5009         Allow the three positional arguments to be skipped and replaced
5010         by keyword arguments.
5011         Add a :toggle argument to determine whether a nil arg means toggle
5012         or means turn-on.  The default is unchanged.
5013         Add a call to force-mode-line-update.
5015 2000-11-01  Dave Love  <fx@gnu.org>
5017         * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
5019 2000-11-01  Miles Bader  <miles@lsi.nec.co.jp>
5021         * calendar/calendar.el (diary-face, holiday-face):
5022         Add dark-background variants.
5024 2000-10-31  Sam Steingold  <sds@gnu.org>
5026         * textmodes/tex-mode.el (tex-file): Use `default-directory' when
5027         `tex-main-file' does not have directory in it.
5029 2000-10-31  Stefan Monnier  <monnier@cs.yale.edu>
5031         * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
5033 2000-10-31  Thien-Thi Nguyen  <ttn@gnu.org>
5035         * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
5036         functional change.
5038 2000-10-31  Gerd Moellmann  <gerd@gnu.org>
5040         * files.el (find-file-noselect): When we expand a wildcard, return
5041         a list of buffers, as we should do according to the doc string.
5043 2000-10-31  Ken Raeburn  <raeburn@gnu.org>
5045         * loadup.el (top level): Adjust load path if program name is
5046         "../src/bootstrap-emacs", in case it's not dumped and thus the
5047         load path adjustment hasn't already been done.
5049 2000-10-31  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5051         * ps-print.el: Fix bug on selected pages for printing.
5052         Use `color-values' for Emacs 21.  Ensure fontification when jit-lock
5053         is on.  Try to avoid warning messages when compiling.  Doc Fix.
5054         (ps-print-version): New version number (6.3).
5055         (ps-color-device): Use `color-values' to determine if device
5056         supports color.
5057         (ps-color-values): Try to use `x-color-values' when using XEmacs.
5058         (ps-print-page-p): Changed from defsubst to defun.
5059         (ps-page-number): Changed from defmacro to defun.
5060         (ps-header-sheet, ps-header-page): Fix bug on selected pages for
5061         printing.
5062         (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
5063         (ps-end-file, ps-dummy-page): Funs eliminated.
5064         (ps-print-color-scale): Changed default value.
5065         (ps-page-n-up, ps-print-page-p): New internal vars.
5066         (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
5067         (ps-plot-region, ps-generate, ps-end-job): Code fix.
5069         * delim-col.el: Little programming improvement.
5070         (delimit-columns-str): New macro.
5071         (delimit-columns-region, delimit-columns-rectangle): Code fix.
5073 2000-10-31  Kenichi Handa  <handa@etl.go.jp>
5075         * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
5076         Moved to european.el.
5077         (ccl-encode-mac-roman-font, fontset-mac): Modified for
5078         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
5079         (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
5080         (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
5082 2000-10-30  Dave Love  <fx@gnu.org>
5084         * progmodes/cc-menus.el (imenu-generic-expression)
5085         (imenu-progress-message): Only defvar when compiling.
5087         * emacs-lisp/elp.el (elp-unload-hook): New function.
5089         * loadhist.el (unload-feature): Call elp-restore-function,
5090         checking for symbols; don't use elp-restore-all.
5091         (loadhist-hook-functions): Doc fix.
5093 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
5095         * log-edit.el (log-edit-confirm): Fix the default.
5097 2000-10-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5099         * delim-col.el: Little fix: replace delimit-columns-align-columns by
5100         delimit-columns-format.
5101         (delimit-columns-region, delimit-columns-rectangle): Code fix.
5103 2000-10-30  Miles Bader  <miles@lsi.nec.co.jp>
5105         * comint.el (comint-replace-by-expanded-history): Don't use
5106         comint-get-old-input (we're not looking at *old* input).
5107         (comint-get-old-input-default): If using fields, signal an error
5108         when the point is not in an input field.
5110 2000-10-30  Kenichi Handa  <handa@etl.go.jp>
5112         * international/mule-conf.el: New charsets mule-unicode-2500-33ff
5113         and mule-unicode-e000-ffff.
5115         * international/mule.el (decode-char, encode-char): New functions.
5116         (make-coding-system): Accept a symbol of translation table as a
5117         value of property `safe-chars'.
5119         * international/mule-cmds.el (encode-coding-char): Check property
5120         safe-chars instead of safe-charsets.
5122         * international/fontset.el (fontset-default): Modified for
5123         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
5124         (x-font-name-charset-alist): Likewise.
5125         (ccl-encode-unicode-font): New CCL program.  Record it in
5126         font-ccl-encoder-alist to be used for fonts "ISO10646-1".
5128         * language/european.el (mac-roman-decoder, mac-roman-encoder):
5129         New translation tables.
5130         (decode-mac-roman, encode-mac-roman): Definition of these CCL
5131         programs are modified and moved from mac-win.el.
5132         (mac-roman): Definition of this coding system is modified and
5133         moved from mac-win.el.
5135 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
5137         * ediff-wind.el (ediff-setup-control-frame): Enclose
5138         face-attribute in condition-case to avoid errors in older emacsen.
5140 2000-10-29  Miles Bader  <miles@gnu.org>
5142         * custom.el (custom-add-to-group): Allow multiple entries for a
5143         given value OPTION, as long as their widget types are different.
5144         * cus-edit.el (custom-face-value-create): If face name doesn't end
5145         with "face", add such here (similar to custom group widgets).
5147         * comint.el (comint-highlight-prompt): Add :type.
5149 2000-10-28  John Wiegley  <johnw@gnu.org>
5151         * calendar/timeclock.el (timeclock-log): Doc fix.
5152         (timeclock-last-event): Doc fix.
5153         (timeclock-log): Kill the timelog buffer after appending a new event.
5154         (timeclock-find-discrep): Use a temp buffer to read in the
5155         timelog, instead of visiting the file.
5156         (timeclock-log-data): A new function, along with a host of helper
5157         functions, for the purpose of making timelog data accessible to
5158         programmers.
5160         * eshell/esh-mode.el (window-height test): Make certain that
5161         `eshell-stringify-t' is non-nil.
5162         (eshell-password-prompt-regexp): Changed to a much simpler
5163         password regexp.
5164         (eshell-send-input): If `eshell-invoke-directly' returns t,
5165         directly invoke the parsed command using `eval'.  This improves
5166         turn-around time on simple commands by a factor of three or
5167         greater, such as cd, ls, pwd, etc. -- which get used very often.
5168         It also conserves thousands of cons cells per call (since
5169         `eshell-do-eval' consumes memory like a Cookie Monster set loose
5170         in the Pacific Cookie Company).
5172         * eshell/esh-test.el (eshell-test): Whitespace fix.
5174         * eshell/em-ls.el (eshell-ls-insert-directory):
5175         Make `eshell-ls-initial-args' nil when inserting directory contents.
5177         * eshell/em-script.el (eshell-script-initialize): Add names to
5178         `eshell-complex-commands, since `source' and `.' are complex.
5180         * eshell/esh-cmd.el (eshell-rewrite-for-command)
5181         (eshell-rewrite-while-command): Use `eshell-protect' instead of
5182         `eshell-copy-handles'.
5183         (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
5184         bodies.
5185         (eshell-separate-commands): Whitespace fix.
5186         (eshell-complex-commands): Added a new list of names, for
5187         determining whether a given command is as simple as it looks.
5188         (eshell-invoke-directly): New function.  Returns t if a command
5189         should be invoked directly (using `eval'), rather than indirectly
5190         using `eshell-do-eval'.
5191         (eshell-do-eval): Whitespace fix.
5193         * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
5194         which provides an emulation of the DOS shell behavior of assuming
5195         that cp/mv/ln should copy/move/link to the current directory.
5196         (eshell-remove-entries): Added a doc string.
5197         (eshell-shuffle-files): Removed the check for `target' being null.
5198         (eshell-mvcp-template, eshell-mvcpln-template): Renamed
5199         `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
5200         it to do a smarter check of whether a destination was provided.
5201         (eshell/mv, eshell/cp): Enable `:preserve-args'.
5202         (eshell/ln): Enable `:preserve-args', and use
5203         `eshell-mvcpln-template' to implement the body of the function.
5204         (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
5205         (eshell/du, eshell/diff, eshell/locate): Stringify the argument
5206         list after flattening it.  This makes it possible to cat files
5207         with numerical names.
5208         (eshell-unix-initialize): Added several names to
5209         `eshell-complex-commands.
5210         (eshell-unix-command-complex-p): Return t if a given command name
5211         may result in external processes being invoked.
5213         * eshell/em-glob.el (eshell-glob-show-progress): Make this
5214         variable nil by default, since it slows down glob processing by a
5215         factor of two or more, and increases memory consumption.
5217         * eshell/em-smart.el: Added a note about how memory consumptive
5218         smart display mode can be (at least this is true in Emacs 21).
5219         (eshell-smart-initialize): Whitespace fix.
5220         (eshell-refresh-windows): Use `if' instead of `when'.
5221         (eshell-smart-scroll-window): Calling `save-current-buffer' was
5222         not necessary.
5223         (eshell-currently-handling-window): Added a missing global variable.
5225         * eshell/em-ls.el (eshell-do-ls): Code simplification.
5226         (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
5227         Whitespace fix.
5228         (eshell-ls-exclude-hidden): Added this variable in addition to
5229         `eshell-ls-exclude-regexp'.  This one prevents files beginning
5230         with . from even being read, which can improve memory consumption
5231         quite a bit.
5232         (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
5233         read file entries beginning with a dot.  In home directories with
5234         lots of hidden files, fully two-thirds of the time spent in ls is
5235         used to read directory entries that are immediately thrown away.
5236         (eshell-ls-initial-args): Added back this configuration variable,
5237         for specifying default initial arguments to every call to ls.
5238         Much faster than using an alias to do the same thing.
5239         (eshell-do-ls): Use `eshell-ls-initial-args', if set.
5240         (eshell-ls-dir): Whitespace change.
5242         * eshell/em-dirs.el (eshell/pwd): Small code simplification.
5244         * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
5245         (eshell-stringify-t): Added a customization variable, to indicate
5246         whether `t' should be rendered as a string at all.  If not, one
5247         can still determine if the result of an expression is true using
5248         "file-exists-p FILE && echo true".
5249         (eshell-stringify): If `eshell-stringify-t' is nil, don't
5250         stringify t!
5252         * eshell/esh-module.el: Whitespace fix.
5254         * eshell/em-alias.el (eshell-alias-initialize):
5255         Added `eshell-command-aliased-p' to `eshell-complex-commands'.
5256         (eshell-command-aliased-p): New function that returns t if a
5257         command name names an aliased.
5259 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
5261         * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
5262         redrawing the screen when changing cursor color.
5263         (viper-insert-state-pre-command-sentinel)
5264         (viper-replace-state-pre-command-sentinel)
5265         (viper-replace-state-post-command-sentinel):
5266         Use viper-preserve-cursor-color.
5267         Many functions changed to use viper= instead of = when comparing
5268         characters.
5269         * viper-util.el (viper-memq-char,viper=): New functions for
5270         working with characters.
5271         (viper-change-cursor-color): Fixed buglet.
5272         Many functions changed to use viper= instead of = when comparing
5273         characters.
5274         * viper.el (viper-insert-state-mode-list): Added eshell.
5276         * ediff-init.el (ediff-before-setup-hook): New hook.
5277         Several typos fixed in various docstrings.
5278         * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
5279         * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
5280         (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
5281         * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
5282         (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
5283         (ediff-get-selected-buffers): New function.
5284         * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
5285         (ediff-vc-merge-internal,ediff-rcs-merge-internal):
5286         Use save-window-excursion.
5287         * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
5288         termination check in while loop.
5289         * ediff.el (ediff-get-default-file-name): Better defaults when in
5290         dired buffer.
5291         (ediff-files,ediff-merge-files,ediff-files3)
5292         (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
5294 2000-10-28  Dave Love  <fx@gnu.org>
5296         * info.el (Info-fontify-node): Add help-echo for menu items.
5298 2000-10-28  Eli Zaretskii  <eliz@is.elta.co.il>
5300         * startup.el (normal-top-level): If the value of $TERM indicates
5301         we are running from xterm or one of its work-alikes, default to a
5302         light background mode.
5304         Support for -fg, -bg, and -rv command-line arguments for TTYs:
5305         * faces.el (tty-handle-reverse-video): New function.
5306         (tty-create-frame-with-faces): Call it.
5308         * frame.el (frame-notice-user-settings): Don't apply
5309         default-frame-alist and initial-frame-alist to MS-DOS frames.
5310         Call tty-handle-reverse-video, frame-set-background-mode, and
5311         face-set-after-frame-default for non-MS-DOS frames.
5313         * startup.el (tty-long-option-alist): New variable.
5314         (tty-handle-args): New function.
5315         (command-line): Call tty-handle-args.
5317         * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
5318         startup.el now does that for all character-terminal frames.
5320 2000-10-28  Miles Bader  <miles@gnu.org>
5322         * emacs-lisp/easy-mmode.el (define-minor-mode):
5323         Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
5324         is global.  If :global is followed by a non-nil but non-t value,
5325         make the mode buffer-local, but also generate a `global-MODE'
5326         version using `easy-mmode-define-global-mode'.
5327         Add :conditional-turn-on keyword argument.
5329 2000-10-28  Dave Love  <fx@gnu.org>
5331         * international/latin1-disp.el (latin1-char-displayable-p):
5332         Don't use window-system.
5334 2000-10-27  Eli Zaretskii  <eliz@is.elta.co.il>
5336         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
5337         Don't call find-buffer-file-type-coding-system.  Instead, just
5338         set eol-type to -unix if inhibit-eol-conversion is in effect, or
5339         if the file is on an untranslated filesystem.
5340         (add-untranslated-filesystem): Use "D" instead of "f" inside
5341         interactive.
5343 2000-10-27  Dave Love  <fx@gnu.org>
5345         * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
5346         (refill-mode): Use it.
5348 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
5350         * international/quail.el (quail-activate): Don't make-local-hook.
5352 2000-10-27  Andre Spiegel  <spiegel@gnu.org>
5354         * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
5355         manual backups and file.~<rev>.~ for automatic ones.
5356         (vc-make-version-backup): Don't do it on MS-DOS without long file
5357         names.
5359         * vc.el (vc-version-other-window): If an automatic backup of the
5360         desired version exists, rename it instead of copying it.
5362         * vc-cvs.el (vc-cvs-checkin): Check both status and error message
5363         after command.  If there's an unexpected error, signal it instead
5364         of being silent.
5365         (vc-cvs-merge-news): Be prepared for no news at all.
5367 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
5369         * shell.el (shell): Add BUFFER argument.
5370         * comint.el (make-comint-in-buffer): New function.
5371         (make-comint): Use it.
5373         * faces.el (face-spec-choose): Change syntax so that the list of
5374         attribute-value pairs is now the cdr of each clause, not the cadr.
5375         Detect old-style entries, and handle them.  Use pop.
5377 2000-10-26  Stefan Monnier  <monnier@cs.yale.edu>
5379         * cus-edit.el (custom-mode-map): Use a sparse map.
5380         (custom-mode): Don't bother with make-local-hook.
5382         * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
5384         * vc.el (vc-start-entry): Only erase the buffer if comment is set.
5386 2000-10-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5388         * ps-print.el: Avoid compilation gripes.
5389         (ps-print-version): New version number (6.2.1).
5391 2000-10-26  Dave Love  <fx@gnu.org>
5393         * menu-bar.el: Modify some menu item help strings.
5394         (menu-bar-help-menu): Add link to MORE.STUFF.
5396         * cus-edit.el (custom-mode): Add `special' mode-class property.
5398         * wid-browse.el (widget-browse-mode): Likewise.
5400         * wid-edit.el (widget-specify-field): Revert to using local-map
5401         property, not keymap.
5403 2000-10-26  Miles Bader  <miles@lsi.nec.co.jp>
5405         * wid-edit.el (widget-field-end): When checking for a `boundary'
5406         field, do so in the correct buffer.
5408         * simple.el (undo): Correctly distinguish between numeric and
5409         non-numeric prefix args in non-transient-mark-mode, as per the doc
5410         string.  When in transient-mark-mode, treat all prefix-args as
5411         numeric.
5413         * simple.el (previous-matching-history-element): Miscellaneous cleanup.
5414         Position point on match.  Handle N == 0 correctly.
5416         * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
5417         (comint-mode-map): Reverse order of `comint-write-output' and
5418         `comint-append-output-to-file'.
5419         (comint-append-output-to-file): Reinstate this function, for the
5420         benefit of the menu.
5422 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
5424         * vc.el (vc-version-other-window): Bind `file'.
5426 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
5428         * Makefile.in (update-authors): New target for maintenance purposes.
5430         * emacs-lisp/authors.el (batch-update-authors): New function.
5431         (authors-fixed-entries): New defconst.
5432         (authors-add-fixed-entries): New function.
5433         (authors): Call it.: Don't process lispref/.
5435 2000-10-25  Jason Rumney  <jasonr@gnu.org>
5437         * cus-edit.el (custom-button-face, custom-button-pressed-face):
5438         Merge x w32 and mac definitions.
5440 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
5442         * menu-bar.el (menu-bar-options-menu): Add a help string for
5443         `uniquify'.
5445 2000-10-25  Stephen Gildea  <gildea@alum.mit.edu>
5447         * time-stamp.el (time-stamp-string-preprocess):
5448         Fix a wrong type argument error.
5450 2000-10-25  Miles Bader  <miles@gnu.org>
5452         * recentf.el (recentf-mode): Variable removed.
5453         (recentf-mode): Use `define-minor-mode'.
5455         * mwheel.el (mouse-wheel-mode): New global minor mode.
5456         (mwheel-install): Use `mouse-wheel-mode'.
5458 2000-10-25  Dave Love  <fx@gnu.org>
5460         * progmodes/cperl-mode.el (cperl-mode):
5461         Set normal-auto-fill-function correctly.
5463         * wid-edit.el (widget-field-keymap, widget-text-keymap):
5464         Don't inherit from global-map and don't nullify menu-bar and tool-bar
5465         bindings.
5467 2000-10-25  Miles Bader  <miles@lsi.nec.co.jp>
5469         * wid-edit.el (widget-field-at): New function.
5470         (widget-at, widget-field-activate): Use it.
5471         (widget-tabable-at): Use `widget-at'.
5472         (widget-specify-field): If the terminating character of the widget
5473         field (which is read-only) is a newline, put it into a special
5474         `boundary' field so that C-n/C-p act more naturally.
5475         (widget-field-end): Also don't subtract one if a special
5476         `boundary' field has been added after the widget field.
5478         * comint.el (comint-output-filter, comint-send-input):
5479         Don't bother adding stickiness fields to overlays to fool the field
5480         code, since it should notice the overlay insertion-types now.
5482         * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
5483         Replace with aliases of the normal emacs b-o-l/e-o-l functions.
5484         (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
5486 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
5488         * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
5489         (authors): Set file coding system to iso-2022-7bit.
5490         Add file-local variables to output buffer.
5492         * files.el (after-find-file): Don't print any warnings if
5493         WARN is nil.
5495 2000-10-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5497         * ps-print.el (ps-generate): Fix odd/even pages printing bug.
5499         * delim-col.el: Now there is a column formatting mechanism.
5500         Modified to customization mechanisms convention.  Doc fix.
5501         (columns): New group for delim-col.
5502         (delimit-columns-before, delimit-columns-after)
5503         (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
5504         (delimit-columns-end): New vars.
5505         (delimit-columns-customize, delimit-columns-format): New funs.
5506         (delimit-columns-region, delimit-columns-rectangle)
5507         (delimit-columns-rectangle-line): Modified to support column
5508         formatting.
5510 2000-10-24  Dave Love  <fx@gnu.org>
5512         * log-edit.el (log-edit): Add :version and a :group for vc.
5514 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
5516         * files.el (after-find-file): Don't print a message ``New file''
5517         if WARN is nil.
5519         * wid-edit.el (widget-field-keymap, widget-text-keymap):
5520         Define the tool-bar map as nil, as for the menu-bar.  Otherwise, we'll
5521         get duplicate tool-bar entries because we'll see the global ones
5522         on more than one path through keymaps.
5524         * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
5526         * progmodes/cmacexp.el: Change Francesco's email address.
5528 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
5530         * window.el (fit-window-to-buffer): Adjust point of the window
5531         buffer, not that of the current buffer.
5533 2000-10-24  Eli Zaretskii  <eliz@is.elta.co.il>
5535         * progmodes/cmacexp.el: Update the euthor's email address.
5537 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
5539         * faces.el (face-spec-set-match-display): Add `graphic' display
5540         type (the inverse of `tty').  Use `display-graphic-p' instead of
5541         the window-system variable.
5543 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
5545         * international/isearch-x.el (isearch-with-input-method):
5546         Call input-method-function with the first event in
5547         unread-command-events.
5549 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
5551         * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
5553 2000-10-24  Andrew Choi  <akochoi@i-cable.com>
5555         * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
5556         New charsets.
5558         * term/mac-win.el: Remove definitions of mac-roman-lower and
5559         mac-roman-upper, require dired, and define instead of set
5560         mac-ready-for-drag-n-drop to avoid compilation error.
5562 2000-10-23  Andrew Innes  <andrewi@gnu.org>
5564         * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
5565         Remove superfluous calls to subst-char-in-string; instead apply
5566         expand-file-name after convert-standard-filename to ensure
5567         expected directory separators are used.
5569 2000-10-23  Eli Zaretskii  <eliz@is.elta.co.il>
5571         * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
5573 2000-10-23  Dave Love  <fx@gnu.org>
5575         * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
5576         (tool-bar-add-item): Set foreground and background for XBM icons.
5578         * international/latin1-disp.el (latin1-char-displayable-p):
5579         New function (from Handa).
5580         (latin1-display-check-font): Use it.
5582         * imenu.el (imenu--create-keymap-2): Build menu with menu-item
5583         using :key-sequence, making it much more usable.
5584         Use nconc, not append.
5585         (imenu--create-keymap-1): Avoid append.
5587         * textmodes/refill.el: Remove bits redundant with define-minor-mode.
5589 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
5591         [the following changes fix a bug where `define-minor-mode' didn't
5592         correctly generate :require clauses for defcustoms in compiled files]
5593         * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
5594         (byte-compile-log-file, byte-compile-log-1): Don't set
5595         `byte-compile-current-file' to nil.  Instead set
5596         `byte-compile-last-logged-file' to it.  Test whether
5597         byte-compile-current-file equals byte-compile-last-logged-file
5598         instead of whether its nil.
5599         (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
5601 2000-10-23  Stefan Monnier  <monnier@cs.yale.edu>
5603         * textmodes/refill.el: Fix var names in doc.
5604         (refill-mode): Don't bother with make-local-hook anymore.
5606 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
5608         * faces.el (face-user-default-spec, face-default-spec): New functions.
5609         (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
5610         (frame-set-background-mode, face-set-after-frame-default):
5611         Use `face-user-default-spec'.  Simplify code slightly.
5613         * woman.el (woman-italic-face, woman-bold-face)
5614         (woman-unknown-face): Add dark-background variants.
5615         (woman-default-faces): Renamed from `woman-colour-faces'.
5616         Set using the stored defaults, rather than using hard-wired colors.
5617         (woman-monochrome-faces): Renamed from `woman-black-faces'.
5618         Just make the foreground `unspecified' rather than "black".
5619         (woman-menu): Rename menu entries accordingly.
5621         * faces.el (header-line): Make more reasonable on mono/grayscale
5622         displays.
5624 2000-10-23  Andrew Choi  <akochoi@i-cable.com>
5626         * cus-edit.el (custom-button-face): Use 3D look for mac.
5627         (custom-button-pressed-face): Likewise.
5629         * faces.el (set-face-attributes-from-resources): Handle mac frames
5630         in the same way as x and w32 frames.
5631         (face-valid-attribute-values): Likewise.
5632         (read-face-attribute): Likewise.
5633         (defined-colors): Likewise.
5634         (color-defined-p): Likewise.
5635         (color-values): Likewise.
5636         (display-grayscale-p): Likewise.
5637         (face-set-after-frame-default): Likewise.
5638         (mode-line): Same default face as for x and w32.
5639         (tool-bar): Likewise.
5641         * frame.el: Remove call to frame-notice-user-settings at end of
5642         the file.
5644         * info.el (Info-fontify-node): Make underlines invisible for mac
5645         as for x, pc, and w32 frame types.
5647         * term/mac-win.el: New file.
5649 2000-10-22  Dave Love  <fx@gnu.org>
5651         * textmodes/refill.el: New file.
5653 2000-10-22  Andre Spiegel  <spiegel@gnu.org>
5655         * vc-hooks.el (vc-version-backup-file-name): New optional args
5656         MANUAL and REGEXP.
5657         (vc-delete-automatic-version-backups, vc-make-version-backup):
5658         New functions.
5659         (vc-before-save): Use the latter.
5660         (vc-default-make-version-backups-p): Added `-p' suffix to avoid
5661         confusion.
5663         * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5664         expected by vc[-hooks].el.
5666         * vc.el (vc-checkout): Added `-p' suffix in call to
5667         vc-make-version-backups-p; use vc-make-version-backup to actually
5668         make the backup.
5669         (vc-version-other-window, vc-version-backup-file): Handle both
5670         automatic and manual backups.
5671         (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
5672         of all of them.
5674 2000-10-22  Miles Bader  <miles@gnu.org>
5676         * comint.el (comint-highlight-input, comint-highlight-prompt):
5677         Renamed, `-face' at end removed.
5678         (comint-send-input, comint-output-filter): Use renamed faces.
5680         * window.el (fit-window-to-buffer): Change defaulting of
5681         MAX-HEIGHT slightly.
5683         * faces.el (color-values, color-defined-p): Use `member', not
5684         `memq', because it works correctly for strings.
5685         (frame-set-background-mode): Actually, "unspecified-fg" and
5686         "unspecified-bg" *are* strings.  Use `member', not `memq', and
5687         `equal', not `eq', when a string value is possible.
5689 2000-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
5691         * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
5693 2000-10-21  Stefan Monnier  <monnier@cs.yale.edu>
5695         * progmodes/sh-script.el (sh-mode-map): Remove bindings for
5696         sh-electric-rparen, sh-electric-less and sh-electric-hash.
5697         (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
5698         (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
5699         (sh-font-lock-syntactic-keywords): Use them.
5700         (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
5701         (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
5702         (sh-mode): Don't override font-lock-unfontify-region-function.
5703         Use a copy of sh-font-lock-syntactic-keywords.
5704         (sh-set-shell): Don't set sh-electric-rparen-needed-here.
5705         Don't call sh-scan-buffer since font-lock does it on the fly.
5706         (sh-get-indent-info): Use `face' rather than `syntax-table'
5707         text-property to detect here-documents.
5708         Replace sh-special-syntax with sh-st-punc.
5709         (sh-prev-line): Use `face' rather than `syntax-table'
5710         text-property to skip over here-documents.
5711         (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
5712         (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
5713         (sh-electric-less, sh-set-here-doc-region)
5714         (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
5715         (sh-scan-buffer, sh-rescan-buffer): Remove.
5717 2000-10-21  Andrew Innes  <andrewi@gnu.org>
5719         * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
5720         remote (ange-ftp) file names.
5722 2000-10-21  Miles Bader  <miles@gnu.org>
5724         * window.el (fit-window-to-buffer): New function.
5725         (shrink-window-if-larger-than-buffer): Use it.
5726         (window-text-height): Don't expect minibuffers to have mode-lines.
5728         * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
5729         * international/quail.el (quail-update-guidance):
5730         Use `fit-window-to-buffer' instead of `set-window-text-height'.
5732         * international/quail.el (quail-show-guidance-buf): Make sure
5733         guidance window really has enough room.
5734         (quail-update-guidance): If quail-guidance-win is already shown,
5735         make sure its height is OK.
5737         * window.el (window-text-height, set-window-text-height):
5738         New functions.
5739         (shrink-window-if-larger-than-buffer): Use `window-text-height'
5740         instead of `window-height' & `mode-line-window-height-fudge'.
5741         (mode-line-window-height-fudge): Add FACE parameter.
5742         * help.el (resize-temp-buffer-window): Use `set-window-text-height'
5743         instead of `enlarge-window' & `mode-line-window-height-fudge'.
5745 2000-10-20  Miles Bader  <miles@gnu.org>
5747         * window.el (height-affecting-face-attributes): Use `defconst'.
5749         * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
5750         New function, conditionally aliased to `mode-line-window-height-fudge'.
5751         (ispell-help): Use it.
5752         (ispell-choices-win-default-height): Don't include mode-line fudge.
5753         (ispell-choices-win-default-height): New function.
5754         (ispell-show-choices, ispell-command-loop): Use function
5755         `ispell-choices-win-default-height' instead of variable.
5757 2000-10-20  Miles Bader  <miles@lsi.nec.co.jp>
5759         * window.el (mode-line-window-height-fudge): New variable.
5760         (height-affecting-face-attributes): New variable.
5761         (mode-line-window-height-fudge): New function.
5762         (shrink-window-if-larger-than-buffer): Use it.
5763         * help.el (resize-temp-buffer-window): Likewise.
5765         * info.el (Info-fontify-node): Add support for @subsubsection
5766         titles, which use `Info-title-4-face'.
5767         (Info-title-4-face): New face.
5768         (Info-title-3-face): Inherit from Info-title-4-face instead of
5769         variable-pitch.
5771 2000-10-19  Jason Rumney  <jasonr@gnu.org>
5773         * dired.el (dired-insert-directory): Do not let errors signalled by
5774         attempt to run dired-free-space-program prevent dired from working.
5776 2000-10-19  Stefan Monnier  <monnier@cs.yale.edu>
5778         * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
5780 2000-10-19  Gerd Moellmann  <gerd@gnu.org>
5782         * dirtrack.el (dirtrack): Fix call to run-hooks.
5784         * cmuscheme.el (cmuscheme-program-name): Renamed from
5785         scheme-program-name because xscheme.el contains a defcustom with
5786         the same name.  As a consequence, customizing group `cmuscheme'
5787         loaded `xscheme' which redefined run-scheme.
5788         (run-scheme): Use cmuscheme-program-name.
5790         * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
5792         * play/doctor.el (doctor-death): Update the Samaritans'
5793         anonymous address, and add a website for Befrienders International.
5795 2000-10-19  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5797         * ps-print.el: Even/odd pages fix.  Fix little bug on XEmacs.
5798         Avoid compilation gripes.  Doc fix.
5799         (ps-print-version): New version number (6.2).
5800         (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
5801         (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
5802         (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
5803         (ps-x-extent-priority, ps-x-extent-start-position)
5804         (ps-x-face-font-instance, ps-x-find-coding-system)
5805         (ps-x-font-instance-properties, ps-x-make-color-instance)
5806         (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
5807         avoid compilation gripes without defining functions.
5808         (ps-e-find-composition): Alias for function find-composition, to have a
5809         suitable function depending on Emacs version.
5810         (ps-color-device, ps-color-values, ps-face-foreground-name)
5811         (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
5812         (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
5813         (ps-print-ensure-fontified): Function definitions surrounded by
5814         `eval-and-compile' to avoid compilation gripes.
5815         (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
5816         by symbol-value to avoid compilation gripes.
5817         (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
5818         (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
5820 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
5822         * startup.el (normal-top-level): Call `frame-set-background-mode'
5823         after `frame-notice-user-settings' because the latter doesn't call
5824         the former on a tty.
5826         * faces.el (frame-set-background-mode): `unspecified' &c are
5827         symbols, not strings.
5829 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
5831         * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
5832         why some "light*" colors are deliberately absent from the alist.
5834         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
5835         Change colors for tty's, as suggested by Miles Bader.
5837 2000-10-19  Kenichi Handa  <handa@etl.go.jp>
5839         * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
5840         (ccl-encode-mule-unicode-0100-24ff): New CCL program.  Register it
5841         for ISO10646-1 fonts.
5842         (x-font-name-charset-alist): Add an entry for "iso10646-1".
5844 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
5846         * faces.el (frame-set-background-mode): If a tty frame defines a
5847         background color, use that to compute the background mode, instead
5848         of always defaulting to "dark".
5850 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
5852         * comint.el (comint-write-output): New function.
5853         (comint-mode-map): Add it to the menu.
5854         Bind `C-c C-s' to comint-write-output.
5856 2000-10-18  Gerd Moellmann  <gerd@gnu.org>
5858         * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
5859         Use fancy-splash-delay.
5861 2000-10-18  Alex Schroeder  <alex@gnu.org>
5863         * progmodes/sql.el (sql-sybase-options): New option.
5864         (sql-sybase): Use it.  Add sql-database to the list of parameters
5865         provided for login.  The options -w 2048 -n are not used any more.
5867         * comint.el (comint-read-input-ring): Bugfix such that the first
5868         and the last entry of the input ring file are not lost.
5870 2000-10-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5872         * ps-print.el: Internal variable changes to defcustom,
5873         make-local-hook changes to defvar.  Doc fix.
5874         (ps-print-version): New version number (6.1).
5875         (ps-setup, ps-do-despool): Code fix.
5876         (ps-printer-name): Customization fix.
5877         (ps-printer-name-option): Now is a defcustom instead of an
5878         internal variable.
5879         (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
5880         (ps-print-begin-column-hook): Now are defvar instead of
5881         make-local-hook.
5883 2000-10-18  Miles Bader  <miles@gnu.org>
5885         * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
5886         (comint-kill-output): Changed into an alias for `comint-delete-output',
5887         and made obsolete.
5888         (comint-mode-map): Rename references to comint-kill-output.
5890 2000-10-18  Eli Zaretskii  <eliz@is.elta.co.il>
5892         * diff-mode.el (diff-header-face, diff-file-header-face)
5893         (diff-changed-face): Add bold and italic attributes to tty faces.
5894         (diff-function-face): New face.
5895         (diff-font-lock-keywords): Use it.
5897 2000-10-18  Miles Bader  <miles@lsi.nec.co.jp>
5899         * comint.el (comint-output-filter): Fixup comint-last-input-end too.
5900         Remove commented-out call to force-mode-line-update.
5901         (comint-kill-output): Use `forward-line 0' instead of
5902         beginning-of-line to make sure we get past the prompt.
5904 2000-10-17  Stefan Monnier  <monnier@cs.yale.edu>
5906         * diff-mode.el (diff-header-face, diff-file-header-face):
5907         Add specific setting for dark background.
5908         (diff-context-face): Renamed from diff-comment-face.
5909         Set explicitly rather than inheriting from font-lock-comment-face.
5911 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
5913         * startup.el (command-line): Move the code which sets the default
5914         TTY colors to before before-init-hook.
5916 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
5918         * jit-lock.el (jit-lock-stealth-time): Doc fix.
5920 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
5922         * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
5923         extensions, for MS-DOS.
5925         * diff-mode.el (diff-header-face, diff-file-header-face)
5926         (diff-changed-face): Define tty-specific colors.
5928 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
5930         * startup.el (fancy-splash-text): Realign the text.
5932 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
5934         * font-lock.el (font-lock-comment-face): Define a separate default
5935         for dark-background tty's.
5937 2000-10-17  Miles Bader  <miles@gnu.org>
5939         * help.el (resize-temp-buffer-window): Add hack to avoid last line
5940         being obscured by whizzy mode-lines on graphics displays.
5942 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
5944         * info.el (Info-title-1-face, Info-title-2-face)
5945         (Info-title-3-face): Define colors for tty's.
5946         (info-header-node): Remove unneeded tty-specific definition.
5948 2000-10-16  Eli Zaretskii  <eliz@is.elta.co.il>
5950         * term/pc-win.el (msdos-handle-reverse-video): Don't remove
5951         reverse from the frame parameters, and don't invert foreground and
5952         background colors.
5954 2000-10-16  Miles Bader  <miles@gnu.org>
5956         * info.el (Info-set-mode-line): Use `%b' instead of hardwired
5957         string "*Info*".  Call propertized-buffer-identification to spruce
5958         up the result.
5960 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
5962         * help.el: Provide `help' for the sake of define-minor-mode
5963         which generates defcustoms with requires.
5965         * jit-lock.el (jit-lock-after-change): If we're in text that
5966         matches a multi-line font-lock pattern, make sure the whole text
5967         will be redisplayed.
5969         * emacs-lisp/authors.el (authors-add): Don't add an entry if
5970         author's name is unknown.
5972         * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
5973         * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
5974         * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
5975         * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
5976         * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
5977         * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
5978         * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
5979         * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
5980         * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
5981         Add author information.
5983 2000-10-16  Miles Bader  <miles@lsi.nec.co.jp>
5985         * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
5986         * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
5987         full-color version (using the Gimp) to eliminate dithering artifacts.
5989 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
5991         * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
5993         * simple.el (syntax-flag-table, string-to-syntax): Remove.
5995 2000-10-15  Dave Love  <fx@gnu.org>
5997         * progmodes/sh-script.el: Require skeleton and comint when compiling.
5999         * pcomplete.el (pcomplete) <defgroup>: Add :version.
6001         * whitespace.el: Doc fixes.
6002         (top-level): Don't add hooks here.
6003         (whitespace-running-emacs): Deleted.
6004         (timer): Don't require.
6005         (whitespace): Add back :version conditional on xemacs test.
6006         (whitespace-spacetab-regexp, whitespace-indent-regexp)
6007         (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
6008         (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
6009         (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
6010         Avoid specific xemacs test.
6011         (whitespace-global-mode): New option.
6012         (whitespace-global-mode): New command.
6013         (whitespace-unload-hook): New function.
6015         * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
6016         (Info-fontify-node, Info-goto-node, Info-mode-menu)
6017         (Info-fontify-node): `Goto' goes to `Go to'.
6018         (Info-fontify-node): Add help-echo to xref links.
6020 2000-10-15  Eli Zaretskii  <eliz@is.elta.co.il>
6022         * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
6024 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
6026         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
6027         Use plist-get and allow :inherit.
6029         * emacs-lisp/cl-macs.el (cl-do-arglist):
6030         Use plist-get and plist-member instead of memq.
6032         * emacs-lisp/ewoc.el (ewoc-location): New function.
6033         (ewoc-enter-after, ewoc-enter-before): Document return value.
6034         * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
6035         Don't need make-local-hook any more.
6036         (cvs-addto-collection): Return the new tin.
6037         (cvs-mode-insert): Jump to the new line.
6039         * jit-lock.el (jit-lock-fontify-buffer): Remove.
6041         * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
6043         * font-lock.el (font-lock-syntactically-fontified): New var.
6044         (font-lock-fontify-syntactic-keywords-region): Use it.
6045         (font-lock-mode): Fix docstring.  Don't need make-local-hook anymore.
6047         * diff-mode.el (diff-find-file-name): Fix regexp.
6049         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
6050         (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
6052         * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
6053         (sh-mode-syntax-table): Add punctuation syntax for < and >.
6054         (sh-mode): Don't make all vars local here.
6055         (sh-kw): Reformat.
6056         (sh-set-shell): Use dolist.  Don't set indent-region-function.
6057         (sh-mode-syntax-table): Use pop.
6058         (sh-remember-variable): Use push.
6059         (sh-help-string-for-variable): Use memq.
6060         (sh-safe-backward-sexp): Remove.
6061         (sh-safe-forward-sexp): Add ARG.
6062         (sh-get-indent-info, sh-prev-stmt): Use it.
6063         (sh-prev-line): Simplify by using forward-comment.
6064         (sh-this-is-a-continuation): Simplify.
6065         (sh-learn-buffer-indent): Use dolist.
6066         (sh-do-nothing): Remove.
6067         (sh-set-char-syntax, sh-set-here-doc-region):
6068         Use inhibit-modification-hooks.
6069         (sh-name-style): Use mapcar and push.
6070         (sh-load-style): Use dolist.
6071         (sh-save-styles-to-buffer): Use with-current-buffer and pp.
6072         (sh-case, sh-while-getopts): Use propertize directly rather
6073         than sh-electric-rparen.
6075 2000-10-14  Stefan Monnier  <monnier@cs.yale.edu>
6077         * textmodes/tex-mode.el: Require CL when compiling.
6078         (tex-mode-syntax-table): Init immediately.
6079         (tex-mode-map): Bind M-RET to latex-insert-item.
6080         (latex-mode): Set indent-line-function to latex-indent.
6081         (tex-common-initialization): Don't setup the syntax-table any more.
6082         (latex-insert-item): New skeleton.
6083         (tex-next-unmatched-end): Fix copy/paste braino.
6084         (latex-syntax-after, latex-skip-close-parens, latex-down-list)
6085         (latex-indent, latex-find-indent): New functions.
6086         (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
6087         (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
6088         (tex-compilation-parse-errors): Use with-syntax-table.
6090 2000-10-15  Miles Bader  <miles@gnu.org>
6092         * font-lock.el (font-lock-comment-face): Change dark-background,
6093         color, non-tty, default to `chocolate1'.
6095 2000-10-13  John Wiegley  <johnw@gnu.org>
6097         * eshell/esh-util.el (require): Added a missing `require' form,
6098         needed when compiling (for an ange-ftp macro definition).
6100 2000-10-13  Dave Love  <fx@gnu.org>
6102         * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
6104 2000-10-13  Gerd Moellmann  <gerd@gnu.org>
6106         * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
6108         * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
6109         transparent -colors 8).
6111 2000-10-13  Stephen Gildea  <gildea@alum.mit.edu>
6113         * time-stamp.el (time-stamp): Fixed bug in new multi-line code
6114         that breaks with old list format timestamps.
6115         (time-stamp-warn-inactive, time-stamp-old-format-warn)
6116         (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
6118 2000-10-13  John Wiegley  <johnw@gnu.org>
6120         * align.el, pcomplete.el, calendar/timeclock.el,
6121         eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
6123         * calendar/timeclock.el (timeclock-find-discrep): A fix to some
6124         faulty math, where holiday hours were being computing as seconds.
6126 2000-10-13  John Wiegley  <johnw@gnu.org>
6128         * desktop.el (desktop-buffer-modes-to-save): Added a global for
6129         specifying what "other" kinds of buffers should be saved.
6130         This used to be hard-coded.
6131         (desktop-buffer-misc-functions): A global for specifying how
6132         auxiliary data should be determined for special buffer types.
6133         (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
6134         instead of hard-coding the special buffer types.
6135         (desktop-save): Run `desktop-buffer-misc-functions' to gather
6136         auxiliary data, instead of hard-coding for Info buffers and dired.
6137         (desktop-buffer-info-misc-data): Aux function for determining Info
6138         buffer auxiliary info.
6139         (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
6140         (desktop-buffer-info): Changed this function to use the info
6141         gathered above.
6142         (desktop-create-buffer): Be a little more careful about what
6143         `minor-mode' means before calling it.  This is important for some
6144         buffer types.
6146 2000-10-13  John Wiegley  <johnw@gnu.org>
6148         * eshell/esh-util.el: Added a global form which declares an
6149         autoload for `parse-time-string', if that function is not already
6150         defined, and if parse-time.el is available on the user's system.
6152         * eshell/em-ls.el (eshell-ls-applicable): Extended this function
6153         to be aware of ange-ftp user info.
6154         (eshell-do-ls): Bind `ange-cache'.  Also, use `eshell-file-attributes'.
6155         (eshell-ls-annotate): Use `eshell-file-attributes'.
6156         (eshell-ls-file): Made the user-id printing code a bit smarter.
6158         * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
6159         allow identification of alias user ids in remote directories.
6160         It's manual, but there's no other way to know when the current user
6161         on the local machine, is also the owning user on the remote machine.
6162         (fboundp): Bind `ange-cache'.
6163         (eshell-directory-files-and-attributes): Re-organized the logic a
6164         bit to use `eshell-file-attributes' instead of `file-attributes'.
6165         The former is more sensitive to directories that are read via FTP,
6166         and knows how to use ange-ftp to determine full attribute
6167         information, instead of just the name and last modtime.
6168         (eshell-current-ange-uids): Return the current user id when in a
6169         remote directory.
6170         (eshell-parse-ange-ls): Parse a full directory listing that has
6171         been returned by ange-ftp.
6172         (eshell-file-attributes): This beefed up version of
6173         `file-attributes' is only special if the user is currently in a
6174         remote directory, in which case it does a lot of work to find out
6175         what the real attributes of a file are, as they appear on the
6176         remote machine.  This makes usage of remote directories (i.e.,
6177         ange-ftp pathnames) much more useful.  You can now use Eshell as a
6178         full-fledged FTP client, with much more manipulation ability than
6179         most other clients.
6181         * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
6182         variable, which means that Eshell's du should always be preferred
6183         in remote directories.
6184         (eshell-shuffle-files): Use `eshell-file-attributes', rather than
6185         just `file-attributes'.
6186         (eshell-mvcp-template): Bind `ange-cache', to improve performance
6187         when reading remote directories.  This is an Eshell-specific
6188         variable (not part of ange-ftp).
6189         (eshell/ln): Bind `ange-cache'.
6190         (eshell/du): Added some extra logic for determining when to use
6191         Eshell's du (which is slow), and when to use the external version
6192         (which may or may not exist).
6194         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
6195         Call `eshell-interactive-process', rather than using
6196         `get-buffer-process', since backgrounded processes don't count in
6197         the context of this function's logic.
6199         * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
6200         `forward-char', so that null strings are parsed correctly.
6202 2000-09-13  John Wiegley  <johnw@gnu.org>
6204         * eshell/em-pred.el (eshell-pred-file-type)
6205         (eshell-pred-file-links, eshell-pred-file-size):
6206         Use `eshell-file-attributes'.  This is more correct over ange-ftp.
6208         * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
6209         that remote file globbing is more efficient.
6211         * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
6212         gathering the files and attributes within a directory.
6214         * eshell/em-unix.el (eshell/cat): If any of the files passed on
6215         the command line is a special file (not a regular file, directory
6216         or symlink), always attempt to call the external version of cat.
6218 2000-09-13  John Wiegley  <johnw@gnu.org>
6220         * eshell/esh-mode.el (eshell-find-tag): Corrections to the
6221         Eshell-friendly version of find-tag.
6223 2000-10-13  Miles Bader  <miles@lsi.nec.co.jp>
6225         * image-file.el (image-file-name-extensions)
6226         (image-file-name-regexps): Add autoload cookies.
6228 2000-10-13  Kenichi Handa  <handa@etl.go.jp>
6230         * international/mule-cmds.el (select-safe-coding-system): If FROM
6231         is string, show it in *Warning* buffer.
6233 2000-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
6235         * startup.el (normal-top-level): Use display-popup-menus-p instead
6236         of window-system.
6237         (command-line): Use display-graphic-p instead of window-system.
6238         (command-line-1): Use display-popup-menus-p and display-mouse-p
6239         instead of window-system.
6241 2000-10-12  Sam Steingold  <sds@gnu.org>
6243         * tooltip.el (tooltip-use-echo-area): New user variable.
6244         (tooltip-show): Use it to choose between `x-show-tip' and `message'.
6246 2000-10-12  Dave Love  <fx@gnu.org>
6248         * recentf.el: Maintainer's checkdoc fixes.
6250         * startup.el (normal-top-level-add-subdirs-to-load-path):
6251         Use character class, not ASCII when matching file names.
6252         (fancy-splash-head): Add trailing slash to URL.
6253         (command-line): Don't require XPM support for toolbar.
6255         * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
6256         (cperl-invalid-face): Revert last change.
6257         (cperl-init-faces): Quote cperl-invalid-face.
6259 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
6261         * startup.el (fancy-splash-text): Remove superfluous quote.
6263 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
6265         * startup.el (fancy-splash-screens): Don't add a pre-command hook.
6266         (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
6267         (command-line-1): Don't use fancy-splash-pending-command.
6268         (fancy-splash-screens-1): Goto point-min after inserting text.
6270         * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
6272         * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
6273         instead of shared-lisp-mode-map.
6275 2000-10-12  Miles Bader  <miles@lsi.nec.co.jp>
6277         * faces.el (header-line): Change tty-variant to use underlining.
6279         * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
6280         (isearch-highlight): Restore lazy-isearch face properties at old
6281         position, and suppress them at new position.
6282         (isearch-dehighlight): Restore lazy-isearch face properties.
6283         (isearch-lazy-highlight-update): Add lazy-isearch overlays even
6284         over the real isearch overlay, but in that case, don't give it a
6285         face property.  Use `push'.
6287 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
6289         * man.el (Man-getpage-in-background): Fix previous change.
6290         Decode the process output only when we are in multibyte mode.
6292 2000-10-11  Dave Love  <fx@gnu.org>
6294         * info.el (Info-mode-menu): Fix some help.
6295         (info-tool-bar-map): Add entry for Info-last.
6297         * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
6298         * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
6299         * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
6300         * toolbar/cut.xpm, toolbar/mail_compose.xpm:
6301         * toolbar/search-replace.xpm, toolbar/exit.xpm:
6302         * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
6303         * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
6304         * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
6305         * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
6306         * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
6307         Reduce colour requirements to 25 overall.  (Probably wants
6308         revisiting from the originals to reduce further.)
6310 2000-10-11  Eli Zaretskii  <eliz@is.elta.co.il>
6312         * hexl.el (hexlify-buffer): Bind coding-system-for-write to
6313         buffer-file-coding-system, instead of raw-text.
6314         (dehexlify-buffer): Bind coding-system-for-read to
6315         buffer-file-coding-system, instead of raw-text.
6317 2000-10-11  Sam Steingold  <sds@gnu.org>
6319         * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
6320         `underline' - fixes the bug introduced on 2000-09-21.
6322 2000-10-11  Dave Love  <fx@gnu.org>
6324         * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
6325         Avoid compiler warnings.
6326         (scheme-mode): Doc fix.
6327         (scheme-font-lock-keywords-1): Match `define-syntax'.
6329 2000-10-11  Miles Bader  <miles@lsi.nec.co.jp>
6331         * faces.el (frame-set-background-mode): Pay attention to saved
6332         face specs as well as default ones.  Only do anything if the
6333         bg-mode or display-type has actually changed.  Use `dolist'.
6334         (region): Make dark-background `region' face less in-your-face.
6336 2000-10-10  Sam Steingold  <sds@gnu.org>
6338         * chistory.el, ielm.el, ledit.el:
6339         * progmodes/inf-lisp.el, progmodes/scheme.el:
6340         Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
6342 2000-10-10  Stefan Monnier  <monnier@cs.yale.edu>
6344         * textmodes/texinfo.el: Update copyright and fix typo.
6346         * desktop.el (desktop-modes-not-to-save): New var.
6347         (desktop-save-buffer-p): Use it.
6348         Also, obey desktop-buffers-not-to-save even for non-file buffers.
6349         (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
6351 2000-10-10  Dave Love  <fx@gnu.org>
6353         * toolbar/tool-bar.el (tool-bar-add-item)
6354         (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
6356         * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
6357         * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
6358         * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
6359         * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
6360         * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
6361         * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
6362         * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
6363         * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
6364         * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
6365         * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
6366         the .xpms; probably need retouching.
6368 2000-10-10  Miles Bader  <miles@lsi.nec.co.jp>
6370         * subr.el (add-to-list): Add optional argument APPEND.
6371         * battery.el (display-battery): Use `add-to-list'.
6373 2000-10-09  Thien-Thi Nguyen  <ttn@gnu.org>
6375         * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
6376         properties.
6377         (zone, zone-when-idle, zone-leave-me-alone)
6378         (zone-pgm-whack-chars): Use new symbol properties.
6380         * battery.el (display-battery): Doc spelling fix.
6382         * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
6383         property.
6385 2000-10-09  Dave Love  <fx@gnu.org>
6387         * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
6388         has been initialized before calling tool-bar-setup.
6389         (tool-bar-add-item-from-menu): Add autoload cookie.
6391 2000-10-09  Eli Zaretskii  <eliz@is.elta.co.il>
6393         * menu-bar.el (send-mail-item-name): New function.
6394         (menu-bar-tools-menu) <compose-mail>: Use it to display the value
6395         of mail-user-agent in the menu.  Don't display the "Send Mail"
6396         item if mail-user-agent is nil or its value is ignore.
6397         (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
6398         if read-mail-command is nil or its value is ignore.
6400         * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
6402 2000-10-09  Miles Bader  <miles@gnu.org>
6404         * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
6405         Correct image size.
6406         * toolbar/left_arrow.xpm: Correct image size.
6408         * jka-compr.el: Don't call `jka-compr-install' when loading (it
6409         will be done by the definition of `auto-compression-mode' if
6410         necessary.  Move code to uninstall existing file-name handler
6411         before definition of `auto-compression-mode'.
6413         * image-file.el (auto-image-file-mode): Move to the end of the
6414         file, because `define-minor-mode' actually calls the mode-function
6415         if the associated variable is non-nil, which requires that all
6416         needed functions be already defined.
6418         * mouse.el (popup-menu): Balance parens.
6420 2000-10-08  Stefan Monnier  <monnier@cs.yale.edu>
6422         * mouse.el (popup-menu): Move the command call outside the loop
6423         so that popup-menu returns whatever the command returns.
6425         * progmodes/etags.el: Docstring fixes.  Maintainer line updated.
6426         (initialize-new-tags-table): Use run-hook-with-args-until-success.
6427         (find-tag): Use pop-to-buffer if switch-to-buffer failed.
6428         (tags-table-format-functions): Renamed from tags-table-format-hooks.
6430         * vc.el (vc-version-diff): diff-switches can be a list.
6431         Use relative filenames for prettier output.
6433         * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
6434         (vc-post-command-functions): Remove old-VC compatibility code.
6436         * newcomment.el (comment-indent-default): Autoload.
6438         * font-lock.el (font-lock-defaults): Make buffer-local.
6439         (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
6440         (font-lock-choose-keywords):
6441         Ignore LEVEL unless KEYWORDS is a list of syms.
6442         (c-keywords, c++-keywords, objc-keywords, java-keywords):
6443         Don't wrap regexp-opt things in \(...\) unnecessarily.
6445         * jit-lock.el: Don't require font-lock any more.
6446         (jit-lock-functions): Make buffer-local.
6447         (jit-lock-saved-fontify-buffer-function): Remove.
6448         (jit-lock-mode): Remove autoload cookie.
6449         Remove font-lock specific code.
6450         (jit-lock-unregister): Don't bother handling complex hooks any more.
6451         (jit-lock-refontify): New function.
6452         (jit-lock-fontify-buffer): Use it.
6453         (jit-lock-function-1): Replaced by jit-lock-fontify-now.
6454         (jit-lock-fontify-now): Renamed from jit-lock-function-1.
6455         Add optional args START and END.
6456         Never call font-lock-fontify-region directly.
6457         (jit-lock-function, jit-lock-stealth-fontify): Use it.
6459         * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
6461 2000-10-08  Dave Love  <fx@gnu.org>
6463         * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
6465         * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
6467         * play/studly.el (studlify-region, studlify-word): Add autoload
6468         cookie.
6470         * play/morse.el (morse-region, unmorse-region): Add autoload
6471         cookie.
6473         * play/spook.el (spook-phrases-file): Use expand-file-name, not
6474         concat.
6476         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
6477         insist on symbols starting with word syntax.
6478         (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
6479         (eval-defun-1): Doc fix.
6480         (indent-sexp): Use nconc to build up indent-stack.
6482         * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
6483         Gnus with little use.
6484         (mail-setup-hook): Add mail-abbrevs-setup to options.
6486         * recentf.el: Doc fixes.
6488         * vcursor.el (vcursor-cs-binding): Remove compatibility code.
6489         Clean up remainder.
6491         * timezone.el (timezone-parse-date): Doc fix.  Fix regexps for (5)
6492         without timezone and (8) with timezone to enforce some whitespace.
6493         Simplify code somewhat.
6495         * options.el (list-options): Doc that you should use customize.
6497         * iswitchb.el (iswitchb-mode): Add :require.
6499         * info.el (Info-goto-node, Info-menu): Doc fix.
6500         (Info-mode-menu): Bind beginning-of-buffer, Info-edit
6501         (info-tool-bar-map): New variable.
6502         (Info-mode): Use it.
6503         (Info-edit-map): Define all in defvar.
6504         (speedbar-attached-frame): Avoid compiler warning.
6506         * toolbar/tool-bar.el (tool-bar-map): Define it empty.
6507         (global-map): Bind [tool-bar] to a filtered map.
6508         (tool-bar-add-item): Remove MAP arg.  Allow PBM icons.
6509         (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
6510         Allow PBM icons.
6511         (tool-bar-setup): Adjust calls of tool-bar-add-item.
6513         * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
6514         * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
6515         * toolbar/right_arrow.xpm: New files.  Renamed from tigert's
6516         icons, except up_arrow, which is left-arrow rotated.
6518         * imenu.el (imenu-add-to-menubar): Fix last change.
6520 2000-10-08  Peter Breton  <pbreton@ne.mediaone.net>
6522         * generic-x.el (rul-generic-mode): Remove eval-when-compile
6523         statements. Suggested by Stefan Monnier  <monnier@cs.yale.edu>.
6525 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
6527         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
6528         typos in doc strings.
6530         * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
6531         the doc strings how to customize Font Lock faces.
6533         * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
6534         computing growth when dragging the header line.
6536 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
6538         * simple.el (kill-line): Doc fix.
6540 2000-10-08  Miles Bader  <miles@gnu.org>
6542         * faces.el (secondary-selection): Make foreground visible on tty.
6544         * jka-compr.el (auto-compression-mode): Move to the end of the
6545         file, because `define-minor-mode' actually calls the mode-function
6546         if the associated variable is non-nil, which requires that all
6547         needed functions be already defined.
6548         (with-auto-compression-mode): Add autoload cookie.
6550 2000-10-07  Eli Zaretskii  <eliz@is.elta.co.il>
6552         * files.el (find-backup-file-name) [ms-dos]: If support for long
6553         file names is not available, behave as if version-control were set
6554         to never.
6556 2000-10-07  Dave Love  <fx@gnu.org>
6558         * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
6559         (browse-url-gnome-moz): New function.
6560         (browse-url-browser-function): Use it.
6561         Suggested by Colin Walters <walters@cis.ohio-state.edu>.
6563 2000-10-07  Stefan Monnier  <monnier@cs.yale.edu>
6565         * indent.el (tab-always-indent): New var.
6566         (indent-for-tab-command): Use it.
6568         * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
6569         raise an error.  This way it can still default to a sane value.
6571 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
6573         * startup.el (fancy-splash-screens): Use local rather than global map.
6574         Don't use `update-menu-bindings' any more.
6575         Get rid of assumptions about keymap representation.
6577 2000-10-06  Dave Love  <fx@gnu.org>
6579         * textmodes/fill.el (sentence-end-double-space)
6580         (sentence-end-without-period):  Doc fix.
6581         (adaptive-fill-regexp): Purecopy.
6582         (unjustify-current-line): Use line-end-position.
6583         (fill-individual-paragraphs-prefix): Use line-beginning-position.
6585         * net/eudc-vars.el (eudc): Add :version, :link.
6587         * international/mule-conf.el (file-coding-system-alist): Use \', not $.
6589         * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
6590         Fix for define-minor-mode.
6591         (function-at-point): Alias to function-called-at-point.
6593         * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
6595         * simple.el (backward-word): Doc fix.
6597         * image-file.el (image-file-name-regexp): image-file-regexps ->
6598         image-file-name-regexps.
6599         (image-file-name-extensions): Add pbm.
6601 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
6603         * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
6604         and add filename to the names so that diff-mode can jump to source.
6606         * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
6607         (tex-font-lock-keywords, tex-font-lock-keywords-2)
6608         (tex-font-lock-keywords-1): Remove.
6609         (font-lock-turn-on-thing-lock): Use jit-lock-register.
6610         (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
6611         (font-lock-default-fontify-region):
6612         Expand beg..end correctly when just following a multiline region.
6613         (font-lock-fontify-anchored-keywords):
6614         Include the anchor text as part of the multiline.
6616 2000-10-06  Gerd Moellmann  <gerd@gnu.org>
6618         * loadup.el (toplevel): Load `loaddefs' before `help' because the
6619         latter needs the autoloaded define-minor-mode macro during the
6620         bootstrap.
6622         * startup.el (command-line): For now, activate tool-bar-mode only
6623         if XPM images are supported.
6625         * mouse.el (mouse-drag-header-line): Don't allow resizing a
6626         window by dragging a header-line at the top of the frame; that's
6627         confusing because the header-line doesn't move.
6628         (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
6629         of treating the event as a list.  Some cleanup.
6631 2000-10-06  Miles Bader  <miles@gnu.org>
6633         * simple.el (display-message-or-buffer): New function.
6634         (shell-command-on-region): Use `display-message-or-buffer'.
6636         * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
6637         docstring parts.
6639         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
6640         (smbclient-prompt-regexp): Add usage note to doc string.
6641         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
6642         (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
6643         Use add-hook for adding the comint filter function, and only do so
6644         if it's not already in the global hook list.
6645         (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
6646         to `make-local-variable'.
6647         (nslookup-font-lock-keywords): Remove prompt entry.
6648         (nslookup): Don't set the process-filter.
6649         (finger): Exit the loop correctly when the regexps list runs out.
6650         (ftp, smbclient, smbclient-list-shares):
6651         Set the real major mode immediately, not after execing.
6652         Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
6654         * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
6656 2000-10-05  Stefan Monnier  <monnier@cs.yale.edu>
6658         * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
6660         * which-func.el (which-func-format): Remove spurious space.
6661         (which-func-mode): Don't make it permanent-local.
6662         (which-func-ff-hook): Allow which-func-maxout to be nil.
6663         (which-func-update): Simplify a bit.  Only run if which-func-mode is t.
6664         (which-func-mode): Simplify.
6665         Use post-command-idle-hook rather than post-command-hook.
6666         Go through all buffers and update their state.
6667         (which-function): Also try add-log-current-defun-function.
6669         * vc.el (with-vc-properties): Use conses rather than length-2 lists.
6670         (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
6671         Update call to with-vc-properties accordingly.
6672         (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
6673         (vc-revert-buffer): More careful about window selection and deletion.
6674         (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
6676         * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
6677         (cvs-retrieve-revision): Reuse a pre-existing buffer.
6678         (cvs-dired-action): Change the default to quickdir.
6680         * newcomment.el (comment-indent): Delegate to indent-according-to-mode
6681         if comment-indent-function returns nil.
6682         (comment-indent-default): New function.
6683         (comment-indent-function): Use it and document the new semantics.
6685         * image-file.el: Docstring fixes.
6687         * help.el (help-xref-on-pp): Use match-string.
6688         (describe-variable): New arg BUFFER.
6689         Store the current buffer in the help-xref-stack.
6690         (temp-buffer-resize-mode): Use define-minor-mode.
6692         * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
6693         consistently with its docstring.
6694         Set jit-lock-first-unfontify-pos in an idempotent way.
6695         (jit-lock-register): Autoload and add arg CONTEXTUAL.
6697 2000-10-05  Alex Schroeder  <alex@gnu.org>
6699         * sql.el (sql-mysql-options): New variable.
6700         (sql-mysql): Use it.
6702 2000-10-05  Miles Bader  <miles@lsi.nec.co.jp>
6704         * image.el (image): New group.
6706         * smerge-mode.el (smerge-mine-face, smerge-other-face)
6707         (smerge-base-face, smerge-markers-face): Add dark-background variants.
6709 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
6711         * net/net-utils.el (nslookup-font-lock-keywords)
6712         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
6713         Ignore the value of wqindow-system; always define keywords
6715 2000-10-05  Kenichi Handa  <handa@etl.go.jp>
6717         * startup.el (fancy-splash-screens): Remove the code for
6718         debugging; `(trace-to-stderr "EXITTT\n")'.
6720 2000-10-05  Miles Bader  <miles@gnu.org>
6722         * diff-mode.el (diff-goto-source): Update call to
6723         `diff-hunk-status-msg' to reflect new REV variable.
6725 2000-10-04  Stefan Monnier  <monnier@cs.yale.edu>
6727         * progmodes/icon.el (icon-mode):
6728         Don't gratuitously override the default for comment-column.
6730         * vc-hooks.el (vc-mode-line): Fix interactive spec.
6732         * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
6733         (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
6734         (jit-lock-functions): New var.
6735         (jit-lock-function-1): Use it if non-nil.
6736         Don't switch the syntax-table.  Don't set parse-sexp-lookup-properties.
6737         Set the `fontified' property before doing the fontification to avoid
6738         repeatedly going through the same error.
6739         Don't turn errors into messages.
6740         (jit-lock-register, jit-lock-unregister): New functions.
6742         * dired.el (dired-mark-pop-up): Turn comment into docstring.
6743         Use with-current-buffer.
6745         * dired-aux.el (dired-do-create-files, dired-kill-tree):
6746         Turn comment into docstring.
6748         * apropos.el (apropos-mode): Use define-derived-mode.
6750 2000-10-04  Gerd Moellmann  <gerd@gnu.org>
6752         * startup.el (fancy-splash-pending-command): New variable.
6753         (fancy-splash-pre-command): New function.
6754         (fancy-splash-screens): Rewritten.
6755         (command-line-1): If fancy-splash-pending-command is set, call it
6756         interactively.
6758 2000-10-04  Dave Love  <fx@gnu.org>
6760         * toolbar/tool-bar.el (tool-bar-setup): New function.
6761         (tool-bar-mode): Use it.
6763         * subr.el (substitute-key-definition): Doc fix.
6764         (play-sound-file): New command.
6766 2000-10-04  Andre Spiegel  <spiegel@gnu.org>
6768         * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
6769         vc-version-backup-file-name): New functions.
6771         * files.el (basic-save-buffer): Call vc-before-save before saving.
6773         * vc-cvs.el (vc-cvs-make-version-backups): Return t if
6774         vc-cvs-stay-local-p.
6776         * vc.el (vc-revert-buffer): Handle empty diff properly.
6777         (vc-version-backup-file): New function.
6778         (vc-checkout): Create a version backup if necessary.
6779         (vc-checkin): If a version backup file exists, delete it.
6780         (vc-version-diff): Diff locally using version backups, if available.
6781         (vc-revert-file): If there's a version backup, revert locally.
6782         (vc-transfer-file): Use version backup for base version, if
6783         available.  If not, ask for confirmation whether to get it from the
6784         server.  Update mode line before check-in.
6786 2000-10-04  Dave Love  <fx@gnu.org>
6788         * toolbar/tool-bar.el (tool-bar-setup): New function.
6789         (tool-bar-mode): Use it.
6791 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
6793         * net/net-utils.el (nslookup-font-lock-keywords)
6794         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
6795         Only set if window-system is non-nil
6796         (net-utils-run-program): Returns buffer.
6797         (network-connection-reconnect): Added this function.
6799         * generic.el:
6800         Incorporates extensive cleanup and docfixes by
6801         Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
6802         Uses cl compile-time macros.
6803         (generic-mode-name, generic-comment-list)
6804         (generic-keywords-list, generic-font-lock-expressions)
6805         (generic-mode-function-list, generic-mode-syntax-table):
6806         Removed variables.
6807         (generic-mode-alist): Renamed to generic-mode-list.
6808         (generic-find-file-regexp): Default changed to "^#".
6809         (generic-read-type): Uses completing read on generic-mode-list.
6810         (generic-mode-sanity-check): removed this function.
6811         (generic-add-to-auto-mode): Removed this function
6812         (generic-mode-internal): Bind mode-specific definitions
6813         into function instead of putting them in alist.
6814         (generic-mode-set-comments): Reworked extensively.
6815         (generic-mode-find-file-hook): Simplified regexp searching
6816         (generic-make-keywords-list): Omit extra pair of parens
6818         * find-lisp.el (find-lisp-find-files-internal):
6819         Make sure directory name ends with "/".
6821         * generic-x.el (apache-conf-generic-mode):
6822         Regexp now allows leading whitespace.
6823         (rc-generic-mode): Added eval-when-compile
6824         around generic-make-keywords-list.
6825         Deleted duplicate regexp
6826         (rul-generic-mode): Added eval-when-compile
6827         around generic-make-keywords-list.
6828         (etc-fstab-generic-mode): New generic mode.
6829         (rul-generic-mode): Removed one eval-when-compile
6830         which caused a max-specpdl-size exceeded error.
6832 2000-10-04  Miles Bader  <miles@gnu.org>
6834         * simple.el (minibuffer-temporary-goal-position): New variable.
6835         (next-history-element): Try to keep the position of point in the
6836         input string constant.
6838         * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
6839         (dired-do-create-files): If there's only one file, pass it in as
6840         the DEFAULT arg to dired-mark-read-file-name.
6842 2000-10-03  Stefan Monnier  <monnier@cs.yale.edu>
6844         * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
6845         (diff-goto-source): Be smarter when choosing REVERSE or not.
6847         * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
6848         (texinfo-mode-menu): Add an explicit shortcut for update all.
6850 2000-10-03  Andre Spiegel  <spiegel@gnu.org>
6852         * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
6853         factorize backend-specific code cleanly (this was essentially
6854         conceived by Stefan Monnier).
6855         (vc-unregister): Function removed.
6856         (vc-revert-file): New function.
6857         (vc-revert-buffer): Delegate some of the work to it.
6859         * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
6860         default branch unconditionally.
6861         (vc-rcs-set-default-branch): New function.
6862         (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
6863         (vc-rcs-checkin): If an appropriate default branch has been set,
6864         force creation of that branch.
6865         (vc-rcs-receive-file): Rewritten to contain only backend-specific
6866         code (as suggested by Stefan Monnier).
6868 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
6870         * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
6871         highlighting overlay with a different face over the overlay
6872         isearch uses to highlight the current match because that can lead
6873         to bad face combinations.
6875         * loadup.el (toplevel): Load faces before isearch.
6877         * isearch.el (isearch-faces): New custom group.
6878         (isearch): New defface; was already tested for in the code.
6879         (isearch-lazy-highlight-face): Changed to defface from defcustom.
6880         (isearch-highlight): Always use face `isearch'.
6882 2000-10-02  Dave Love  <fx@gnu.org>
6884         * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
6885         unused vars.  Treat byte-constant2 like byte-constant.  Fix bogus
6886         comparison of opcode with operand.
6888 2000-10-03  Miles Bader  <miles@gnu.org>
6890         * play/yow.el (yow): Don't display multi-line quotations in a *Help*
6891         buffer, since the echo area will now grow to accommodate them.
6893 2000-10-02  Andre Spiegel  <spiegel@gnu.org>
6895         * vc-hooks.el (vc-registered): If FILE used to be registered under
6896         a certain backend, try that one first.
6898         * vc.el (vc-responsible-backend): Undo the previous change in the
6899         argument list.  Handle multiple backends correctly.
6900         (vc-find-new-backend): Function removed.
6901         (vc-register): Use vc-responsible-backend, as before.
6902         (vc-next-action-on-file): Do use vc-registered, not vc-backend.
6904 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
6906         * startup.el (fancy-splash-head): Change message below the
6907         logo.
6909 2000-10-02  Miles Bader  <miles@lsi.nec.co.jp>
6911         * diff-mode.el (diff-goto-source): Emit a status message.
6912         (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
6913         (diff-test-hunk): Fix doc string.
6914         (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
6915         (diff-advance-after-apply-hunk): New variable.
6916         (diff-apply-hunk): Don't return a value.
6918 2000-10-01  Stefan Monnier  <monnier@cs.yale.edu>
6920         * vc.el (vc-editable-p): Minor optimization.
6921         (edit-vc-file, vc-next-action-on-file): Don't use find-file.
6922         (vc-find-new-backend): New function split from vc-responsible-backend.
6923         (vc-register): Use it.
6924         (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
6925         (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
6926         (vc-default-unregister, vc-revert-buffer): Docstring fix.
6927         (vc-clear-headers): Don't use find-file.
6928         (vc-revert-buffer): Use `and' again (must have been a braino).
6929         (vc-switch-backend): Only prompt if requested.
6930         Short circuit if nothing is to be done.
6931         Don't use vc-resynch-buffer which could lose unsaved editing.
6932         (vc-default-receive-file): Update call to vc-unregister.
6933         (with-vc-file, vc-next-action-on-file):
6934         Use vc-backend rather than vc-registered.
6935         (vc-next-action-on-file): Use intern-soft.
6936         Deal with read-only *vc-diff* buffer.
6937         (vc-transfer-file): Docstring fix.
6939         * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
6940         (vc-rcs-receive-file): Avoid with-vc-properties.
6941         Update call to vc-unregister.
6942         Use constant `RCS' rather than (dynamically bound) var `backend'.
6944 2000-10-01  Andre Spiegel  <spiegel@gnu.org>
6946         * vc.el (vc-next-action-on-file): Update mode line only if file
6947         is visited.
6948         (vc-start-entry): New argument initial-contents.  Don't visit the file
6949         if it isn't already visited.  Brought documentation up-to-date.
6950         (vc-next-action, vc-register): Updated calls to vc-start-entry.
6951         (vc-checkin): New optional arg initial-contents, which is passed to
6952         vc-start-entry.
6953         (vc-finish-logentry): Make sure to bury log buffer only if there
6954         really is one.  Call `vc-resynch-buffer' on log-file, not
6955         buffer-file-name.
6956         (vc-default-comment-history, vc-default-wash-log): New functions.
6957         (vc-index-of): Removed.
6958         (vc-transfer-file): Make do without the above.
6959         (vc-default-receive-file): Call comment-history unconditionally.  Pass
6960         the resulting string to vc-checkin, instead of inserting it into the
6961         comment ring.
6963         * vc-rcs.el (vc-rcs-receive-file): Call comment-history
6964         unconditionally.  Use the comments as initial contents of the log
6965         entry buffer.  Document the trick to force branch creation with no
6966         changes.
6968 2000-10-01  Miles Bader  <miles@gnu.org>
6970         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
6971         `recenter' with an arg to prevent redrawing the display.
6973 2000-09-30  Stefan Monnier  <monnier@cs.yale.edu>
6975         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
6977         * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
6979         * progmodes/c-mode.el (c-mode):
6980         Don't gratuitously override the default for comment-column.
6982         * textmodes/tex-mode.el (latex-metasection-list): New var.
6983         (latex-imenu-create-index): Use it.
6984         Move the regexp construction outside loops (and use push).
6985         (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
6986         (tex-font-lock-keywords): Moved from font-lock.el.
6987         (tex-comment-indent): Remove.
6988         (tex-common-initialization): Don't set comment-indent-function.
6989         (latex-block-default): New var.
6990         (tex-latex-block): Use it to provide a default choice.
6991         Add any unknown choice to latex-block-names.
6992         Insert [...] after {...}.
6993         (tex-last-unended-begin): Simplify regexp.
6994         (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
6995         (latex-forward-sexp-1, latex-forward-sexp): New functions.
6996         (latex-mode): Set forward-sexp-function.
6998         * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
6999         Add regexp for @ignore ... @end ignore.
7000         (texinfo-heading-face): New face.
7001         (texinfo-font-lock-keywords): Use it.
7002         (texinfo-mode-menu): New menu.
7003         (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
7004         New functions.
7005         (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
7006         (texinfo-section-types-regexp, texinfo-section-level-regexp)
7007         (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
7008         Remove declaration.
7009         (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
7011         * delsel.el (delete-selection-mode): Use define-minor-mode.
7013         * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
7015 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
7017         * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
7019 2000-09-30  Gerd Moellmann  <gerd@gnu.org>
7021         * replace.el (keep-lines-read-args): New function.
7022         (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
7023         read arguments interactively.  Add parameters RSTART and REND.
7024         Operate on the active region in Transient Mark mode.
7026         * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
7028         * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
7029         (authors-obsolete-files-regexps): New variable.
7030         (authors-add): Don't record changes in obsolete files.
7032 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
7034         * autoinsert.el (auto-insert-mode): Use define-minor-mode.
7036         * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
7037         (comment-indent): Make sure there's a space between code and comment.
7038         Shift comments left to avoid going past fill-column.
7040 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
7042         * startup.el (startup-echo-area-message): New function.
7043         (display-startup-echo-area-message): Use it.
7044         (fancy-splash-screens): Rewritten to use keymaps and a timer.
7045         (fancy-splash-default-action): New function.
7046         (fancy-splash-screens-1): New function.
7047         (fancy-splash-head): Put a help-echo and a keymap under the image.
7049 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
7051         * diff-mode.el (diff-add-log-file-name): Remove.
7052         (diff-mode): Use add-log-buffer-file-name-function.
7054         * add-log.el (find-change-log): New arg BUFFER-FILE.
7055         (add-log-file-name): Obey add-log-file-name-function.
7056         (add-log-buffer-file-name-function): New var.
7057         (add-change-log-entry): Use it.
7059 2000-09-29  Miles Bader  <miles@gnu.org>
7061         * image-file.el (image-file-name-extensions): New variable.
7062         (image-file-name-regexps): Renamed from `image-file-regexps'.
7063         New default value is nil.  Call `auto-image-file-mode'.
7064         (image-file-name-regexp): New function.
7065         (auto-image-file-mode): New minor mode.
7066         (insert-image-file): Don't make conditional on the image-file
7067         handler being enabled.
7068         (image-file-handler): Make the call here conditional instead.
7069         (set-image-file-handler-enabled, enable-image-file-handler)
7070         (disable-image-file-handler): Functions removed.
7072         * emacs-lisp/authors.el (authors-print): Rephrase many-files
7073         string.
7075 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
7077         * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
7078         it's a function from CL.
7079         (latex-imenu-create-index): Replace eval-when-compile with progn
7080         because latex-section-alist is not bound while compiling.
7082 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
7084         * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
7085         (outline-mode): Use define-derived-mode.
7087         * progmodes/perl-mode.el (perl-mode):
7088         * progmodes/awk-mode.el (awk-mode):
7089         * progmodes/asm-mode.el (asm-mode):
7090         Don't gratuitously override the default for comment-column.
7092         * emacs-lisp/lisp.el (lisp-complete-symbol):
7093         Distinguish the let-binding case from the funcall case.
7094         (forward-sexp-function): New variable.
7095         (forward-sexp): Use it.
7097         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
7098         (easy-mmode-defmap): Remove the now useless autoload.
7100         * time.el (display-time-mode): Use define-minor-mode.
7102         * subr.el (add-minor-mode): Don't eval NAME.
7103         Don't depend on the presence of TOGGLE-FUN for any special behavior.
7104         Use if rather than cond.
7106         * simple.el (read-expression-map): Define more properly.
7107         (comment-indent-hook): Remove.
7108         (string-to-syntax): Bug fix.
7110         * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
7111         (cvs-ediff-diff): Fix typo.
7112         (cvs-revert-if-needed): Don't bother preserving read-only.
7114         * paren.el (show-paren-mode): Use define-minor-mode.
7116         * jka-compr.el (auto-compression-mode): Use define-minor-mode.
7117         (toggle-auto-compression): Remove.
7118         (jka-compr-build-file-regexp): Remove useless grouping.
7120         * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
7121         Avoid user-reserved bindings.
7122         (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
7123         (diff-header-face): Revert to grey85.
7125         * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
7127         * complete.el (partial-completion-mode) <defcustom>: Remove.
7128         (partial-completion-mode): Use define-minor-mode.
7129         (PC-do-completion): Understand `completion-auto-help = delay'
7130         to mean to popup the completion buffer only the second time.
7131         (PC-include-file-all-completions, PC-include-file-all-completions)
7132         (PC-include-file-all-completions): Don't quote lambda.
7134         * comint.el (comint-mode-hook): Docstring fix.
7135         (comint-mode): Use define-derived-mode.
7136         (comint-mode-map): Remove obsolete comment.
7137         (make-comint): Minor stylistic change.
7138         (comint-insert-clicked-input): Be more careful to find the overlay.
7139         Use this-command-keys rather than hardcoding mouse-2.
7141         * font-lock.el: Replace confusing (,@ with ,
7142         (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
7143         Don't use regexp-opt-depth.  Spice up the regexp for args.
7144         Don't distinguish between cmds that can take an opt arg or not.
7145         Use `append' and `prepend' rather than `keep'.
7147         * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
7148         (latex-outline-regexp): New var.
7149         (latex-outline-level): New fun.
7150         (latex-section-alist): New var.
7151         (latex-imenu-create-index): Use it.  Use `push' as well.
7152         (tex-shell-map): Initialize it properly.
7153         (tex-mode): Minor stylistic change.
7154         (plain-tex-mode): Use define-derived-mode.
7155         (latex-mode): Use define-derived-mode.
7156         Construct the paragraph regexps in a more readable way.
7157         Set the buffer-local outline-{level,regexp} vars.
7158         (slitex-mode): Derive from latex-mode.
7159         (tex-common-initialization): Don't kill-all-vars anymore.
7160         Add setting for comment-add and font-lock-defaults.
7161         (tex-start-shell): Use with-current-buffer and don't re-init keymap.
7162         (tex-main-file): New fun.  Obey TeX-master as well and remove `.tex'.
7163         (tex-start-tex): New arg DIR (and send a chdir command for it).
7164         Also display the shell buffer and save it in tex-last-buffer-texed.
7165         (tex-region): Use expand-file-name rather than concat.
7166         Remove code made useless by changes in tex-start-tex.
7167         (tex-file): Use tex-main-file and adapt to new tex-start-tex.
7169         * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
7171 2000-09-28  Dave Love  <fx@gnu.org>
7173         * eshell/eshell.el (eshell) <defgroup>: Add :version.
7175 2000-09-28  Gerd Moellmann  <gerd@gnu.org>
7177         * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
7178         `append'.
7180 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
7182         * info.el (Info-extract-pointer): Undo last change.
7183         Instead, fix the position of the `bound' arg to re-search-backward.
7185 2000-09-27  Stefan Monnier  <monnier@cs.yale.edu>
7187         * info.el (Info-extract-pointer):
7188         Widen more carefully, to avoid finding pointers in other nodes.
7189         (Info-index): Use push.
7191 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
7193         * frame.el (set-frame-font): Remove call to obsolete function
7194         frame-update-faces.
7195         (set-foreground-color, set-background-color): Likewise for
7196         frame-update-face-colors.
7198 2000-09-27  Miles Bader  <miles@gnu.org>
7200         * image-file.el: New file.
7202 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
7204         * frame.el (frame-notice-user-settings): Don't call
7205         frame-update-faces, which is a no-op now.
7207         * ediff-wind.el (ediff-control-frame-parameters): Add zero
7208         tool-bar-lines.
7210 2000-09-27  Dave Love  <fx@gnu.org>
7212         * mouse.el: Fix last change.
7214 2000-09-27  Miles Bader  <miles@lsi.nec.co.jp>
7216         * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
7218 2000-09-22  Kenichi Handa  <handa@etl.go.jp>
7220         * international/quail.el (quail-help): The output message is
7221         improved.
7223 2000-09-26  Dave Love  <fx@gnu.org>
7225         * mouse.el (popup-menu): If POSITION is nil, set it using
7226         mouse-position.
7228 2000-09-25  Sam Steingold  <sds@gnu.org>
7230         * net/browse-url.el (browse-url-file-url): Check for null maps.
7232 2000-09-26  Gerd Moellmann  <gerd@gnu.org>
7234         * frame.el (frame-notice-user-settings): Don't add a
7235         tool-bar-lines frame parameter to default-frame-alist in batch mode.
7237         * frame.el (frame-notice-user-settings):
7238         Make tool-bar-mode and default-frame-alist consistent.
7240         * toolbar/tool-bar.el (tool-bar-help): New function.
7242 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
7244         * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
7245         current-load-list in top-level forms.  Else this leaks a cons cell
7246         every time a defun is called.
7248         * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
7250 2000-09-25  Dave Love  <fx@gnu.org>
7252         * startup.el (fancy-splash-head): Check XPM is available.
7254         * autoinsert.el (auto-insert): Doc fix.
7255         (auto-insert-alist): Following GNU notices, don't say `copyright
7256         _by_'.  Use line-beginning-position.
7257         (auto-insert): Check buffer-file-name is non-nil before use.
7259 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
7261         * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
7262         starting with `@def' or `@multitable', in addition to ones
7263         specified by the user in auto-fill-inhibit-regexp.
7265 2000-09-25  Markus Rost  <rost@math.ohio-state.edu>
7267         * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
7268         rmail-dont-reply-to-names matches the empty string.
7270 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
7272         * startup.el (command-line-1, fancy-splash-text): Change the
7273         text to sound more friendly.
7275 2000-09-23  Thien-Thi Nguyen  <ttn@gnu.org>
7277         * progmodes/hideshow.el: Update author email address.
7278         Generally, sync w/ maintainer version 5.22.
7279         (hs-hide-all-non-comment-function): New var.
7280         (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
7281         (hs-hide-all): Use `hs-hide-all-non-comment-function'.
7282         (hs-show-region): Delete this command.
7283         (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
7285 2000-09-22  Dave Love  <fx@gnu.org>
7287         * hl-line.el (hl-line-overlay): Don't make it buffer-local.
7288         (hl-line-highlight): Specify buffer when moving overlay.
7290         * progmodes/fortran.el (fortran-mode): Locally set
7291         normal-auto-fill-function.
7292         (fortran-auto-fill-mode): Just alias to auto-fill-mode.
7293         (fortran-mode-map): Adjust auto-fill menu entry.
7295 2000-09-22  Gerd Moellmann  <gerd@gnu.org>
7297         * vc-rcs.el (toplevel): Require `vc' when compiling.
7299         * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
7301 2000-09-22  Andre Spiegel  <spiegel@gnu.org>
7303         * vc.el (vc-switch-backend): Signal an error if the file is not
7304         registered under the new backend.
7306         * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
7307         without explicit revision number.
7309 2000-09-21  Stefan Monnier  <monnier@cs.yale.edu>
7311         * diff-mode.el (diff-file-header-face): Reset to its previous value.
7312         (diff-hunk-text): Correctly use offsets rather than buffer-positions.
7313         (diff-xor): New function.
7314         (diff-find-source-location): Use it.  Fix a stupid name clash.
7315         (diff-hunk-status-msg): New function.
7316         (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
7317         (diff-test-hunk): Use diff-find-source-location.
7318         (diff-goto-source): Favor the `reverse'.
7319         (diff-hunk-text): Properly handle one-sided context diffs.
7320         (diff-apply-hunk): When done, advance to the next hunk.
7322 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
7324         * startup.el (command-line): If frame was created with a non-zero
7325         tool-bar-lines parameter, switch tool-bar-mode on.
7327         * add-log.el (change-log-date-face, change-log-name-face)
7328         (change-log-email-face, change-log-file-face)
7329         (change-log-list-face, change-log-conditionals-face)
7330         (change-log-function-face, change-log-acknowledgement-face):
7331         New faces, inheriting from font-lock faces.
7332         (change-log-font-lock-keywords): Use them.
7334 2000-09-21  Dave Love  <fx@gnu.org>
7336         * progmodes/cperl-mode.el (top-level): Clean up
7337         `eval-when-compile's and assorted defvars.
7338         (cperl-invalid-face): Don't double-quote value.  Change custom
7339         type.
7340         (cperl-mode): Set normal-auto-fill-function and don't zap
7341         auto-fill-function.
7342         (cperl-imenu--function-name-regexp-perl): Renamed from
7343         imenu-example--function-name-regexp-perl.
7344         (cperl-imenu--create-perl-index): Renamed from
7345         imenu-example--create-perl-index.
7346         (cperl-xsub-scan): Don't require cl.
7348         * msb.el (msb-mode-map): Use substitute-key-definition.
7349         (msb-mode): Use msb-mode-map.
7351 2000-09-21  Andre Spiegel  <spiegel@gnu.org>
7353         * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
7354         New functions.
7355         (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
7356         (vc-switch-backend): New function.
7357         (vc-prefix-map): Bind `vc-switch-backend' to `b'.
7358         (vc-register): Fix prompt.
7359         (vc-unregister, vc-default-unregister): New functions.
7360         (vc-version-diff): Handle empty buffer in sentinel.
7362         * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
7363         (vc-rcs-state-heuristic): Use it to guess the state of files with
7364         non-strict locking.
7365         (vc-rcs-find-most-recent-rev): Handle the case when a branch has
7366         been set with -b, but not created yet.
7367         (vc-rcs-fetch-master-state): With non-strict locking, compare file
7368         contents in order to find the state.
7369         (vc-rcs-checkin): Allow creation of branches with no changes.
7370         (vc-rcs-unregister, vc-rcs-receive-file)
7371         (vc-rcs-set-non-strict-locking): New functions.
7373         * vc-hooks.el (vc-name): Force correct computation of the value
7374         in case it is missing.
7376 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
7378         * startup.el (fancy-splash-tail): Use a different foreground
7379         color on a dark frame background.
7381 2000-09-21  Miles Bader  <miles@lsi.nec.co.jp>
7383         * info.el: Use the correct capitalization when making Info-mode
7384         and Info-edit-mode `special' modes.
7386 2000-09-20  Stefan Monnier  <monnier@cs.yale.edu>
7388         * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
7389         (diff-mode): Add support for add-log.el.
7390         (diff-hunk-text): Use char offsets rather than line offsets.
7391         (diff-find-source-location): Replace LINE with line-offset (nil
7392         if not found) and always set POS to a meaningful position.
7393         Adapt to the new char-offsets.
7394         (diff-apply-hunk): Drop support for the unused `select' POPUP.
7395         Adapt to the new diff-find-source-location.
7396         (diff-goto-source): Adapt to the new diff-find-source-location.
7398         * add-log.el (add-log-file-name): New function (split out of
7399         add-change-log-entry).
7400         (add-change-log-entry): Use it.
7401         Call add-log-file-name-function with the changelog file name if
7402         the current buffer is not associated with any file.
7403         Avoid find-file if the selected window is dedicated.
7405         * diff-mode.el (diff-find-source-location):
7406         Move code from diff-apply-hunk.  Return buffer rather than file.
7407         (diff-apply-hunk): Use the new result from  diff-find-source-location.
7408         (diff-goto-source): Use the new diff-find-source-location.
7410 2000-09-20  Dave Love  <fx@gnu.org>
7412         * iswitchb.el: Some doc fixes.
7413         (iswitchb-mode-map): Define completely initially.  Inherit
7414         minibuffer-local-map.
7415         (iswitchb-completion-help) <!iswitchb-xemacs>: Use
7416         fundamental-mode.
7417         (iswitchb-global-map): New variable.
7418         (iswitchb-summaries-to-end): Amalgamate regexps.
7419         (iswitchb-mode): New.
7420         (iswitchb-mode-hook): New variable.
7421         (iswitchb) <defgroup>: Add URL link.  Use group `completion', not
7422         `extensions'.
7424 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
7426         * ehelp.el (electric-help): New defgroup.
7427         (electric-help-shrink-window): New user-option.
7428         (with-electric-help): Use it.
7430         * window.el (shrink-window-if-larger-than-buffer): If face
7431         `mode-line' has a :box, and we're on a graphical frame, add 1
7432         to the needed window height.
7434         * frame.el (frame-notice-user-settings): Add a last parameter nil
7435         to a call to `append', because the last list passed to `append' is
7436         not copied, and so subsequent calls to assq-delete-all will modify
7437         default-frame-alist.
7439         * startup.el (fancy-splash-image): Change :type.
7440         (fancy-splash-head): Use an XBM image if appropriate.
7441         (command-line-1): Show splash screens in more cases.
7443         * startup.el (fancy-splash-text): Don't quote faces.
7445         * dired.el (dired-font-lock-keywords): Undo last change.
7446         (dired-readin): Bind indent-tabs-mode to nil.
7448         * startup.el (fancy-splash-head): If frame's background mode
7449         is `dark', change the black background of the image to gray.
7450         (fancy-splash-screens): Display startup echo area message.
7451         (display-startup-echo-area-message): New function.
7453 2000-09-20  Miles Bader  <miles@lsi.nec.co.jp>
7455         * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
7457         * info.el (info-header-node): Tweak for color ttys.
7459         * faces.el (face-valid-attribute-values): Make sure directories we
7460         search for stipples both exist and are readable before trying to
7461         search them.
7463         * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
7464         in the dry-run case.
7466         * jka-compr.el (with-auto-compression-mode): New macro.
7468         * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
7469         (custom-group-tag-face, custom-variable-tag-face): Use relative
7470         :height and inherit from `variable-pitch' face instead of
7471         hardwiring :family.
7472         * hi-lock.el (hi-black-hb): Likewise.
7474         Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
7475         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
7476         toolbar-add-item, if image doesn't have a mask add a `:mask
7477         heuristic'.
7479 2000-09-19  Stefan Monnier  <monnier@cs.yale.edu>
7481         * diff-mode.el: Docstring fixes.
7482         (diff-header-face, diff-comment-face): New faces.
7483         (diff-font-lock-keywords): Highlight a bit differently.
7484         (diff-find-source-location): Don't return SPAN any more.
7485         (diff-hunk-text): Don't bother erasing the temp buffer.
7486         (diff-find-text): Drop argument LINE.
7487         (diff-apply-hunk): Update calls to diff-find-text.
7488         (diff-goto-source): Use pop-to-buffer again and don't raise an error.
7490         * calendar/calendar.el: Docstring fixes.
7491         (calendar-make-alist): Don't quote lambda.
7492         (calendar-star-date): Use make-local-variable.
7494 2000-09-19  Dave Love  <fx@gnu.org>
7496         * toolbar/tool-bar.el: Renamed from toolbar.el.
7497         Change `toolbar' to `tool-bar' generally in symbols.
7498         Make some items invisible in `special' major modes.
7499         (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
7500         Add arg PROPS.
7502         * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
7503         Add :version here.
7504         (fancy-splash-delay, fancy-splash-image): Remove :version here.
7506 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
7508         * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
7510         * files.el (find-file-suppress-same-file-warnings): New user-option.
7511         (find-file-noselect): Use it.
7513         * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
7514         (fancy-splash-screen): Defgroup.
7516         * add-log.el (change-log-font-lock-keywords): Match names
7517         more exactly for the case that font-lock-constant-face is
7518         underlined.
7520 2000-09-19  Richard M. Stallman  <rms@gnu.org>
7522         * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
7524 2000-09-19  Andre Spiegel  <spiegel@gnu.org>
7526         * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
7528 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
7530         * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
7531         * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
7532         * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
7533         * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
7534         * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
7535         * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
7536         * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
7537         * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
7538         * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
7539         * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
7540         * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
7541         * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
7543         * startup.el (fancy-splash-text): New variable.
7544         (fancy-splash-delay, fancy-splash-image): New user-options.
7545         (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
7546         (fancy-splash-screens): New functions.
7547         (command-line-1): If display has a `display' frame parameter, has
7548         colors, and we have XPM support, show more fancy splash screens.
7550 2000-09-19  Dave Love  <fx@gnu.org>
7552         * map-ynp.el (map-y-or-n-p): Check use-dialog-box.  Don't lose
7553         with null `help'.  Use modern backquote syntax.
7555 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
7557         * font-lock.el (font-lock-mode): Change message telling the user
7558         that ``the buffer is too big''.
7560         * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
7561         for instance for the case that tab-width is 2.
7563 2000-09-18  Gerd Moellmann  <gerd@gnu.org>
7565         * toolbar/toolbar.el (toolbar-like-menu-item): Like in
7566         toolbar-add-item, if image doesn't have a mask add a `:mask
7567         heuristic'.
7569 2000-09-18  Miles Bader  <miles@lsi.nec.co.jp>
7571         * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
7572         and return a cons if it's non-nil.
7573         (diff-apply-hunk): Try to jump to the line in the source text
7574         corresponding to the position of point in the in the hunk.
7576         * info.el (Info-title-3-face, Info-title-2-face)
7577         (Info-title-1-face): Use face inheritance and relative sizes
7578         instead of hard-wiring things.
7580         * faces.el (secondary-selection): Make dark-background variant sane.
7582 2000-09-16  Andrew Innes  <andrewi@gnu.org>
7584         * makefile.w32-in (compile-files-CMD): No need to make .elc files
7585         read-only, since they aren't under VC now.
7587 2000-09-17  Dave Love  <fx@gnu.org>
7589         * tmm.el: Replace mapcar with mapc in several places.
7591         * loadhist.el (unload-feature): Maybe call elp-restore-list and
7592         ad-unadvise.
7594         * international/latin1-disp.el: New file.
7596         * calendar/cal-move.el (scroll-calendar-left)
7597         (scroll-calendar-right): Make arg optional (for active mode line).
7599         * calendar/calendar.el (calendar-mode-line-format): Make fields
7600         mouse-sensitive.
7601         (calendar-read-date, calendar-read-date, calendar-window-list):
7602         Unquote lambda.
7603         (calendar-month-name): Use aref, not sref.
7605         * view.el (minor-mode-alist): Propertize the string.
7607         * international/characters.el (standard-case-table): Add entries
7608         for Greek.
7610 2000-09-18  Miles Bader  <miles@gnu.org>
7612         * info.el (info-node, info-xref): Add dark-background variants.
7614         * faces.el (header-line): Change defaults to be less confusing
7615         when mixed with mode-lines.
7617         * info.el (Info-fontify-node): Make a few cleanups.
7618         Add extra `help-echo' and `local-map' props to node xrefs.
7619         Use header-specific faces for node-names & xrefs.
7620         (Info-use-header-line): New variable.
7621         (info-header-xref, info-header-node): New faces.
7622         (Info-setup-header-line): New function.
7623         (Info-select-node): Call Info-setup-header-line when enabled.
7624         (Info-extract-pointer): Work even if the header line is hidden.
7625         (Info-header-line): New variable.
7627 2000-09-16  Stefan Monnier  <monnier@cs.yale.edu>
7629         * vms-patch.el (print-region-function): Don't quote lambda.
7631         * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
7633         * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
7634         (lm-get-header-re): Allow spaces between the header and the colon.
7635         (lm-header): Allow $ in non-RCS headers.
7636         (lm-header-multiline): Put the strings back into order.
7637         Stop at an empty line.  Don't require two space chars if the
7638         line is clearly not another header line.
7640         * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
7641         (popup-menu-popup): Remove.
7643 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
7645         * toolbar/toolbar.el (toolbar-add-item): Use the same image
7646         specification if or if not tool-bar item contains an `:enabled'
7647         property.
7649         * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
7650         current buffer has no file name.
7652 2000-09-15  Dave Love  <fx@gnu.org>
7654         * strokes.el: Sync with maintainer's current version with changes
7655         for Emacs, but avoid runtime cl and levents.
7656         (toplevel):  Change autoloads and compilation requires.
7657         (strokes-version, strokes-bug-address, strokes-lift): Values
7658         changed.
7659         (strokes-xpm-header, strokes-insinuated): New variable.
7660         (strokes): Add :link.
7661         (strokes-mode): Customized.
7662         (strokes-while-inhibiting-garbage-collector): New macro.
7663         (strokes-remassoc): Avoid remove-if.
7664         (strokes-fix-button2-command): Don't use ad-do-it.
7665         (strokes-insinuate): New function.
7666         (strokes-button-press-event-p, strokes-button-release-event-p):
7667         New functions, used instead of non-`strokes-' versions..
7668         (strokes-mouse-event-p): Rewritten.
7669         (strokes-event-closest-point): Avoid event-point.
7670         (strokes-get-grid-position): Avoid cdadr, caadr
7671         (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
7672         functions.
7673         (strokes-help): Use with-output-to-temp-buffer.
7674         (strokes-window-configuration-changed-p): New function.
7675         (strokes-update-window-configuration): Use buffer-live-p,
7676         strokes-window-configuration-changed-p.
7677         (strokes-mode): Use strokes-insinuate.  Alter mouse bindings.
7678         (strokes-char-face): New face.
7679         (strokes-char-table, strokes-base64-chars): New variable.
7680         (strokes-xpm-for-stroke, strokes-list-strokes)
7681         (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
7682         (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
7683         (strokes-xpm-to-compressed-string, strokes-decode-buffer)
7684         (strokes-encode-buffer, strokes-xpm-for-compressed-string)
7685         (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
7686         functions.
7688 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
7690         * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
7692         * image.el (create-image): Doc fix.
7694         * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
7695         instead of `:heuristic-mask t'.
7697 2000-09-14  Andrew Innes  <andrewi@gnu.org>
7699         * makefile.w32-in: Revert to Unix line endings.
7701 2000-09-14  Andrew Innes  <andrewi@gnu.org>
7703         * makefile.w32-in: Add bootstrap support.  Also copy lisp source
7704         when installing.
7706         * makefile.nt (DONTCOMPILE): Fix typo.
7708         * shell.el (shell-write-history-on-exit): New function.
7709         (shell-dumb-shell-regexp): New custom variable.
7710         (shell-mode): Make shell-write-history-on-exit the process
7711         sentinel if shell name matches shell-dumb-shell-regexp.
7713         * w32-fns.el: Comment out before-init-hook function which resets
7714         source-directory based; this breaks bootstrap.
7716 2000-09-14  Dave Love  <fx@gnu.org>
7718         * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
7719         toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
7720         toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
7721         toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
7722         toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
7723         toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
7724         toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm:  New.
7725         From Tuomas Kuosmanen <tigert@gimp.org>.  (Gnome icons fetched
7726         from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
7728         * toolbar/toolbar.el: New.
7730         * subdirs.el: Add toolbar.
7732 2000-09-14  Gerd Moellmann  <gerd@gnu.org>
7734         * indent.el (indent-for-tab-command): Doc fix.
7736 2000-09-14  Alex Schroeder  <alex@gnu.org>
7738         * ansi-color.el (ansi-colors): Doc change.
7739         (ansi-color-get-face): Simplified regexp.
7740         (ansi-color-faces-vector): Added more faces, doc change.
7741         (ansi-color-names-vector): Doc change.
7742         (ansi-color-regexp): Simplified regexp.
7743         (ansi-color-parameter-regexp): New regexp.
7744         (ansi-color-filter-apply): Doc change.
7745         (ansi-color-filter-region): Doc change.
7746         (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
7747         deal with zero length parameters.
7748         (ansi-color-apply-on-region): Doc change.
7749         (ansi-color-map): Doc change.
7750         (ansi-color-map-update): Removed debugging message.
7751         (ansi-color-get-face-1): Added condition-case to trap
7752         args-out-of-range errors.
7753         (ansi-color-get-face): Doc change.
7754         (ansi-color-make-face): Removed.
7755         (ansi-color-for-shell-mode): New option.
7757 2000-09-13  Kenichi Handa  <handa@etl.go.jp>
7759         * international/quail.el (quail-start-translation): Translate KEY
7760         if necessary even if it doesn't have any mapping in the current
7761         input method.
7762         (quail-start-conversion): Likewise.
7763         (quail-help): The output message is improved.
7765 2000-09-13  Miles Bader  <miles@gnu.org>
7767         * comint.el (comint-output-filter): Revert to using
7768         `insert-before-markers'.  Add bletcherous hack to undo damage
7769         caused by `insert-before-markers'.  Put `front-sticky' property on
7770         overlays created here so that the field code understands how the
7771         overlay works.  Use a let when making comint-last-prompt-overlay,
7772         so that the code is easier to read.
7774 2000-09-13  Dave Love  <fx@gnu.org>
7776         * wid-edit.el (widget-default-format-handler): DTRT when
7777         doc-property is a function.
7779 2000-09-12  Francesco Potorti`  <pot@gnu.org>
7781         * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
7782         filed name if it's not there.
7784 2000-09-12  Dave Love  <fx@gnu.org>
7786         * simple.el (read-mail-command): Doc fix.
7787         (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
7789         * vc.el (vc-dired-listing-switches): Fix :version.
7791         * vc-hooks.el: Doc fixes.
7793         * subr.el (add-minor-mode): Use toggle-fun arg.
7795         * speedbar.el: Add :version to several defcustoms.
7797         * imenu.el (imenu--truncate-items, imenu--cleanup)
7798         (imenu--generic-function): Avoid mapcar.
7799         (imenu--replace-spaces): Function removed.
7800         (imenu--completion-buffer): Use subst-char-in-string.
7801         (imenu-add-to-menubar): Use keymap inheritance.
7803 2000-09-12  Miles Bader  <miles@gnu.org>
7805         * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
7806         (diff-mode-map): Bind `diff-test-hunk'.
7807         (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
7809 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
7811         * bytecomp.el (byte-compile-defvar): Undo last change
7812         because it breaks '(make-variable-buffer-local (defvar ...)'
7813         which is used at least in dired.
7815 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
7817         * international/quail.el (quail-define-package): Docstring
7818         modified.
7820 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
7822         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
7823         extra docstrings for "chinese-ccdospy", "chinese-ecdict",
7824         "chinese-etzy", "chinese-sw", and "chinese-ziranma".  Modify the
7825         docstring of "chinese-py".
7827         * international/quail.el (quail-translation-docstring): New
7828         variable.
7829         (quail-show-keyboard-layout): Docstring modified.
7830         (quail-select-current): Likewise.
7831         (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
7832         infinite recursive call.
7833         (quail-help): Check quail-translation-docstring.  Format of the
7834         output changed.
7835         (quail-help-insert-keymap-description): Adjusted for the above
7836         change.
7838 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
7840         * bytecomp.el (byte-compile-defvar): Only cons onto
7841         current-load-list in top-level forms.  Else this leaks a cons cell
7842         every time a defun is called.
7844 2000-09-11  Miles Bader  <miles@lsi.nec.co.jp>
7846         * diff-mode.el (diff-apply-hunk): Function basically rewritten.
7847         Now understands non-unified diffs.  Some functionality moved into
7848         `diff-hunk-text' and `diff-find-text'.  Add OTHER-FILE, DRY-RUN,
7849         POPUP, and NOERROR arguments.  If DRY-RUN is true, don't actually
7850         modify anything.  Only reposition point in the patched file if the
7851         patch succeeds.  Only pop up another window if POPUP is true.
7852         Emit a message describing what happened if successful, and at what
7853         line-offset.  Automatically detect reversed hunks and do something
7854         appropriate.
7855         (diff-hunk-text, diff-find-text): New functions.
7856         (diff-filter-lines): Function removed.
7857         (diff-test-hunk): New function.
7858         (diff-goto-source): Rewritten in terms of diff-apply-hunk.
7860 2000-09-10  Dave Love  <fx@gnu.org>
7862         * textmodes/tildify.el: Minor doc/commentary fixes.
7863         (tildify) <defgroup>: Add :version.
7865         * faces.el (face-x-resources): Make custom type more specific.
7866         (frame-background-mode): Use mapc.
7867         (region) <defcustom>: Add :version.
7869 2000-09-08  Stefan Monnier  <monnier@cs.yale.edu>
7871         * vc-sccs.el (vc-sccs-register):
7872         * vc-rcs.el (vc-rcs-register):
7873         * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
7874         * vc.el (vc-register): Clear file's properties.
7876 2000-09-08  Gerd Moellmann  <gerd@gnu.org>
7878         * faces.el (face-spec-set): Only face-spec-reset-face when
7879         ATTRS is non-nil.
7881 2000-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
7883         * help.el (help-insert-xref-button): Fix a typo in doc string.
7885 2000-09-07  Eli Zaretskii  <eliz@is.elta.co.il>
7887         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
7888         Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
7889         methods.
7891         * menu-bar.el (read-mail-item-name): New function.
7892         (menu-bar-tools-menu): Use it to compute and display the package
7893         used to read email.
7894         (menu-bar-tools-menu): Fix typo in GUD's help string.
7896 2000-09-07  Dave Love  <fx@gnu.org>
7898         * diff-mode.el (diff-mouse-goto-source): New function.
7900         * vc-sccs.el: Doc fixes.
7901         (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
7903         * vc-rcs.el: Doc fixes.
7904         (vc-rcs-register-switches, vc-rcs-checkin-switches)
7905         (vc-rcs-checkout-switches, vc-rcs-header)
7906         (vc-rcs-master-templates): Add or change :version.
7908         * vc-cvs.el: Doc fixes.
7909         (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
7910         (vc-cvs-stay-local): Add :version.
7912         * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
7914 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
7916         * international/quail.el (quail-help): Fix previous change.
7918 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
7920         * faces.el (color-values): Doc fix.
7922         * faces.el (frame-set-background-mode): Use frame-parameter
7923         instead of frame-parameters.
7925         * frame.el (filtered-frame-list): Reduce consing.
7926         (frames-on-display-list): Call frame-parameter instead of
7927         frame-parameters.
7929 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
7931         * language/devan-util.el (devanagari-to-indian-region): In the
7932         loop, change the following char, not preceding char.
7934 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
7936         * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
7937         instead of frame-parameters.
7939         * faces.el (set-face-attribute): Simplify by calling
7940         internal-set-lisp-face-attribute with FRAME being 0.
7942         * vc.el: Remove `Id' version control keyword.
7944 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
7946         * help.el (help-make-xrefs): Adjusted for the change of
7947         help-xref-mule-regexp.
7948         (help-insert-xref-button): New function.
7950         * international/mule-cmds.el (help-xref-mule-regexp-template):
7951         Include the pattern for character set.
7952         (leim): New group.
7954         * international/quail.el: Don't require face.
7955         (quail): New group.
7956         (quail-other-command): Dummy command to make quail-help work better.
7957         (quail-keyboard-layout-alist): Add Keyboard type "jp106".
7958         (quail-keyboard-layout-substitution): New variable.
7959         (quail-update-keyboard-layout): New function.
7960         (quail-keyboard-layout-type): New customizable variable.
7961         (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
7962         (quail-keyboard-translate): Pay attention to
7963         quail-keyboard-layout-substitution.
7964         (quail-insert-kbd-layout): New function.
7965         (quail-show-keyboard-layout): New function.
7966         (quail-get-translation): If the definition is a vector of length
7967         1, and the element is a string of length 1, return the character
7968         in that string.
7969         (quail-update-current-translations): Fix the case of
7970         relative-index out of range.
7971         (quail-build-decode-map, quail-insert-decode-map): New Functions.
7972         (quail-help): Show keyboard layout by quail-insert-kbd-layout.
7973         Show key sequences for all available characters.
7974         (quail-help-insert-keymap-description): Don't show such verbose
7975         key bindings as quail-self-insert-command.
7977         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
7978         Format changed, and each element now have extra documentations.
7979         (tit-process-header): Delete invalid characters from TIT-PROMPT.
7980         Adjusted for the change of quail-cxterm-package-ext-info.
7982 2000-09-06  Gerd Moellmann  <gerd@gnu.org>
7984         * vc-hooks.el (toplevel): Don't require `vc' during compilation;
7985         requiring it leads to a recursive loading of vc.el and vc-hooks.el
7986         during bootstrap.
7988 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
7990         * vc.el: (toplevel): Don't require `dired' at run-time.
7991         (vc-dired-resynch-file): Remove autoload cookie.
7993 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
7995         * vc.el: Made several backend functions optional.
7996         (vc-default-responsible-p): New function.
7997         (vc-merge): Use RET for first version to trigger merge-news, not
7998         prefix arg.
7999         (vc-annotate): Handle backends that do not support annotation.
8000         (vc-default-merge-news): Removed.  The existence of a merge-news
8001         implementation is now checked on caller sites.
8003         * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
8004         case.
8006         * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
8007         special case that has been removed from the default in vc-hooks.el.
8009 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
8011         * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
8013 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
8015         * vc-hooks.el: Require vc during compilation.
8016         (vc-file-setprop): Use `vc-touched-properties' if bound by the new
8017         macro `with-vc-properties' in vc.el.
8018         (vc-file-getprop): Doc fix.
8019         (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
8021         * vc.el: Require dired-aux during compilation.
8022         (vc-name-assoc-file): Moved to vc-sccs.el.
8023         (with-vc-properties): New macro.
8024         (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
8025         vc-finish-steal): Use it.
8026         (vc-cancel-version): Moved RCS-specific code to vc-rcs.el.  The call
8027         to the backend-specific function is now supposed to do the checkout,
8028         too.
8029         (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
8031         * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
8032         set file properties; that gets done in the generic code now.
8034         * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
8035         Changed parameter list, added code from vc.el that does the
8036         checkout, possibly with a double-take.
8038         * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
8039         (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
8040         the above under the new name.
8041         (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'.  Changed
8042         parameter list, added checkout command.
8043         (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
8044         properties; that gets done in the generic code now.
8046 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
8048         * vc.el: Docstring fixes (courtesy of checkdoc).
8050 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
8052         * vc.el (vc-checkout-writable-buffer-hook)
8053         (vc-checkout-writable-buffer): Remove.
8054         (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
8055         (vc-log-mode): Make it into a clean derived major mode.
8056         (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
8057         vc-log-mode if log-edit is not available.
8058         (vc-dired-mode-map): Don't set-keymap-parent yet.
8059         (vc-dired-mode): Do set-keymap-parent here.
8060         (vc-dired-buffers-for-dir): Nop if dired is not loaded.
8062 2000-09-05  Gerd Moellmann  <gerd@gnu.org>
8064         * faces.el (set-face-attribute, face-spec-reset-face)
8065         (face-spec-set): Avoid consing by removing calls to `apply'.
8067         * frame.el (frame-parameter): Move to C code.
8069 2000-09-05  Dave Love  <fx@gnu.org>
8071         * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
8072         insert-before-markers-and-inherit.  Now checked systematically!
8074 2000-09-05  Alex Schroeder  <alex@gnu.org>
8076         * sql.el (sql-postgres): Use sql-postgres-options.
8077         (sql-postgres-options): New variable.
8079 2000-09-05  Alex Schroeder  <alex@gnu.org>
8081         * sql.el (sql-mode-menu): Work around missing variable mark-active
8082         in XEmacs.
8083         (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
8084         (sql-interactive-mode): Added call to easy-menu-add for XEmacs
8085         compatibility.
8087 2000-09-04  Gerd Moellmann  <gerd@gnu.org>
8089         * vc.el (vc-dired-resynch-file): Add autoload cookie.
8091         * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
8093         * Makefile.in (DONTCOMPILE): Fix typo in file name.
8095 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
8097         * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
8098         don't support anything else under SCCS yet.
8100         * vc-hooks.el: Minor doc fixes.
8102 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
8104         * vc.el (vc-next-action-on-file): Do not visit the file if it's
8105         not necessary.  If verbose in state `needs-patch', do the same as
8106         under `up-to-date'.  When NOT verbose and `needs-patch', check out
8107         latest version instead of `merge-news'.
8108         (vc-next-action-dired): Don't mess with default-directory here; it
8109         breaks other parts of dired.  It is the job of the
8110         backend-specific functions to adjust it temporarily if they need it.
8111         (vc-next-action): Remove a special CVS case.
8112         (vc-clear-headers): New optional arg FILE.
8113         (vc-checkin, vc-checkout): Set properties vc-state and
8114         vc-checkout-time properly.
8115         (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
8116         (vc-print-log): Use new backend function `show-log-entry'.
8117         (vc-cancel-version): Do the checks in a different order.  Added a
8118         FIXME concerning RCS-only code.
8120         * vc-rcs.el (vc-rcs-show-log-entry): New function.
8121         (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
8123         * vc-cvs.el (vc-cvs-show-log-entry): New function.
8125         * vc-hooks.el (vc-default-mode-line-string): Show state
8126         `needs-patch' as a `-' too.
8128 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
8130         * vc.el (vc-responsible-backend): New optional arg REGISTER.
8131         (vc-default-could-register): New function.
8132         (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
8133         (vc-resynch-buffer): Call vc-dired-resynch-file.
8134         (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
8135         vc-resynch-buffer instead of vc-resynch-window.
8136         (vc-next-action-dired): Don't redisplay here, that gets done as a
8137         result of the individual file operations.
8138         (vc-retrieve-snapshot): Corrected prompt order.
8140         * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
8142         * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
8143         as well.
8144         (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p.  Handle
8145         hostname regexps.  Updated all callers.
8146         (vc-cvs-responsible-p): Handle directories as well.
8147         (vc-cvs-could-register): New function.
8148         (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
8149         properties up-to-date.
8151         * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
8152         user whether to create one.
8154 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
8156         * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
8157         check out a non-existing file.
8159         * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
8160         workfile does not exist.
8162         * vc.el (vc-version-diff): Use `require' to check for existence of
8163         diff-mode.
8165 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
8167         * vc-cvs.el (vc-cvs-registered): Use new function
8168         vc-cvs-parse-entry to do the actual work.
8170 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
8172         * vc-hooks.el (vc-find-backend-function): If function doesn't
8173         exist, return nil instead of error.
8174         (vc-call-backend): Doc fix.
8176         * vc.el (vc-do-command): Doc fix.
8177         (vc-finish-logentry): When checking in from vc-dired, choose the
8178         right backend for logentry check.
8179         (vc-dired-mode-map): Inherit from dired-mode-map.
8180         (vc-dired-mode): Local value of dired-move-to-filename-regexp
8181         simplified.
8182         (vc-dired-state-info): Removed, updated caller.
8183         (vc-default-dired-state-info): Use parentheses instead of hyphens.
8184         (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
8185         (vc-dired-listing-switches): New variable.
8186         (vc-directory): Use it, instead of dired-listing-switches.
8188         * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
8189         (vc-cvs-dir-state): New function.
8190         (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
8191         (vc-cvs-parse-entry): New function, also to be used in
8192         vc-cvs-registered.
8194 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8196         * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
8197         *or* single-window-frames.
8199 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
8201         * vc.el (vc-update-changelog): Split into generic part and default
8202         implementation.  Doc string adapted.
8203         (vc-default-update-changelog): New function.  Call the `rcs2log'
8204         script in exec-directory, to fix a long-standing nuisance.
8206         * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
8207         simply signals an error.
8209 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8211         * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
8212         control-flow more clear and to avoid running `cvs' twice.
8214         * vc.el (vc-next-action-on-file): Doc fix.
8215         (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
8216         (vc-print-log): Eval `file' before constructing the continuation.
8218 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
8220         * vc.el (vc-next-action-on-file): Corrected several messages.
8221         (vc-merge): Add prefix arg `merge-news'; handle it.
8223         * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
8224         is not reached.  It is.
8225         (vc-cvs-merge): Set state to 'edited after merge.
8226         (vc-cvs-merge-news): Set workfile version to nil if not known.
8227         (vc-cvs-latest-on-branch-p): Recommented.  Candidate for removal.
8229         * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
8230         via stdout. (Merge from main line.)
8232 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8234         * vc.el (vc-finish-logentry): Thinko in the "same comment"
8235         detection.
8237 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8239         * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
8240         against kill-all-local-variables.
8241         (vc-log-edit): Don't save vc-parent-buffer any more.
8242         (vc-last-comment-match): Initialize to an empty string.
8243         (vc-post-command-functions): New hook.
8244         (vc-do-command): Run it.
8245         (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
8246         (vc-finish-logentry): Only add the comment to the ring if it's
8247         different from the last comment entered.
8248         (vc-new-comment-index): New function.
8249         (vc-previous-comment): Use it.  Make the minibuffer message
8250         slightly less terse.
8251         (vc-comment-search-reverse): Make it work forward as well.  Don't
8252         set vc-comment-ring-index if no match is found.  Use
8253         vc-new-comment-index.
8254         (vc-comment-search-forward): Use vc-comment-search-reverse.
8255         (vc-dired-mode-map): Don't inherit from dired-mode-map since
8256         define-derived-mode will do it for us.  Bind `v' to a keymap that
8257         inherits from vc-prefix-map so that we can bind `vt' without
8258         binding C-x v t.
8259         (vc-retrieve-snapshot): Parenthesis typo.
8261         * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
8262         to 1.  Make sure to switch to *vc* before looking for an error
8263         message.  Use vc-parse-buffer.
8265 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
8267         * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
8268         and NAME.
8269         (vc-retrieve-snapshot): Split into two parts.
8270         (vc-default-retrieve-snapshot): New function.
8272         * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
8273         (vc-cvs-retrieve-snapshot): New function (untested).
8274         (vc-cvs-stay-local): Default to t.
8275         (vc-cvs-remote-p): New function and property.
8276         (vc-cvs-state): Stay local only if the above is t.
8277         (vc-handle-cvs): Removed.
8278         (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
8279         done via vc-handled-backends now.
8280         (vc-cvs-header): Escape Id.
8282 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8284         * vc.el (vc-do-command): Remove unused commands.
8285         (vc-version-diff): Make sure default-directory ends with a slash.
8286         Move the window commands into a vc-exec-after.
8287         (vc-print-log): Move more of the code into the `vc-exec-after'.
8289 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
8291         * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
8292         (vc-print-log): Search current revision from beginning of buffer.
8293         (vc-revert-buffer): Clear echo area after the diff is finished.
8294         (vc-prefix-map): Removed definition of "t" for terse display in vc
8295         dired.
8296         (vc-dired-mode-map): Inherit from dired-mode-map.  Added
8297         definition of "vt" for terse display.
8298         (vc-dired-mode): Fix dired-move-to-filename-regexp.
8300 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8302         * vc.el (vc-exec-after): Avoid caddr.
8304 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8306         * vc.el (vc-exec-after): New function.
8307         (vc-do-command): Use it to add a termination message for async
8308         procs.
8309         (vc-checkout): Try to handle a missing-backend situation.
8310         (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
8311         of a directory with a backend using async diffs.
8312         (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
8313         present.
8315         * vc-sccs.el (vc-sccs-state-heuristic): Use
8316         file-ownership-preserved-p.
8318         * vc-rcs.el (vc-rcs-state-heuristic): Use
8319         file-ownership-preserved-p.
8320         (vc-rcs-checkout): Remove the error-handling for missing-rcs.
8322 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
8324         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
8325         vc-do-command.
8327         * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
8328         when there are no changes.
8330 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
8332         * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
8334         * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
8336 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8338         * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
8340         * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
8341         the `fset' outside of the defvar so that it works even if
8342         vc-prefix-map was already defined.
8343         (vc-setup-buffer): New function, split out of vc-do-command.
8344         (vc-do-command): Allow BUFFER to be t to mean `just use the
8345         current buffer without any fuss'.
8346         (vc-version-diff): Change the `diff' backend operation to just put
8347         the diff in the current buffer without erasing it.  Always use
8348         *vc-diff* even for directory-diffs.  Use vc-setup-buffer.  Protect
8349         shrink-window-if-larger-than-buffer.
8350         (vc-print-log): Change the `print-log' backend operation to just
8351         put the log in the current buffer without erasing it.  Protect
8352         shrink-window-if-larger-than-buffer.
8353         (vc-update-change-log): Fix setd typo.
8355         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
8356         (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
8358         * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
8359         (vc-rcs-diff): Insert in the current buffer and remove unused arg
8360         CMP.
8362         * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
8363         with-temp-file.  Use the new BUFFER=t argument to vc-do-command.
8364         (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
8366 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
8368         * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
8369         not possible, use vc-BACKEND-workfile-unchanged-p.
8370         (vc-default-workfile-unchanged-p): New function.  Delegates to a
8371         full vc-BACKEND-diff.
8373         * vc-hooks.el (vc-simple-command): Removed.
8375         * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
8376         instead of vc-simple-command.
8377         (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
8378         avoid doing a diff when opening a file.
8379         (vc-rcs-state): Added check for unlocked-changes.
8380         (vc-rcs-header): Escape Id.
8381         (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
8382         (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
8383         version.
8385         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
8386         (vc-sccs-diff): Remove optional arg CMP.
8387         (vc-sccs-state): Call vc-workfile-unchanged-p, not the
8388         SCCS-specific function.
8390         * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
8391         vc-simple-command.
8393 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8395         * vc.el (vc-editable-p): Renamed from vc-writable-p.
8396         (with-vc-file, vc-merge): Use vc-editable-p.
8397         (vc-do-command): Remove unused var vc-file and fix the
8398         doubly-defined `status' var.  Add a user message when starting an
8399         async command.
8400         (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
8401         (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
8402         Use with-current-buffer.
8403         (vc-buffer-sync): Use unless.
8404         (vc-next-action-on-file): If the file is 'edited by read-only,
8405         make it read-write instead of trying to commit.
8406         (vc-version-diff, vc-update-change-log): Use `setq
8407         default-directory' rather than `cd'.
8408         (vc-log-edit): Don't forget to set default-directory in the
8409         buffer.
8411         * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
8412         (vc-sccs-state-heuristic): Use file-writable-p instead of
8413         comparing userids.
8414         (vc-sccs-checkout): Use `unless'.
8416         * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
8417         of comparing userids.
8418         (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
8419         Simplify the logic by eliminating unreachable code.
8420         (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
8421         just do a recursive call if we need to retry.
8422         (vc-rcs-checkout): Handle the case where rcs is missing by making
8423         the buffer read-write if requested and re-signalling the error.
8425         * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
8427 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8429         * vc-hooks.el (vc-handled-backends): Docstring change.
8430         (vc-ignore-vc-files): Mark obsolete.
8431         (vc-registered): Check vc-ignore-vc-files.
8432         (vc-find-file-hook, vc-file-not-found-hook): Don't check
8433         vc-ignore-vc-files.
8435         * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
8437 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8439         * vc.el (vc-checkout): Don't do anything special for ange-ftp
8440         files since ange-ftp already has vc-registered return nil.
8442         * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
8443         (vc-sccs-workfile-version): Use with-temp-buffer and new
8444         vc-parse-buffer and don't bother setting the property.
8445         (vc-sccs-add-triple): Use with-current-buffer and
8446         find-file-noselect.
8447         (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
8449         * vc-rcs.el (vc-rcs-find-most-recent-rev): New function.  The code
8450         derives from the old vc-parse-buffer but uses the revision number
8451         rather than the date (much easier to compare robustly).
8452         (vc-rcs-fetch-master-state): Use `with-temp-buffer'.  Adapt to the
8453         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).  Find the
8454         locking-user more directly.  Check strict locking and set
8455         checkout-model appropriately.
8456         (vc-rcs-parse-locks): Remove.
8457         (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
8458         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
8459         (vc-rcs-system-release): Use with-current-buffer and
8460         vc-parse-buffer.
8461         (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
8463         * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
8464         (vc-simple-command): Docstring fix.
8465         (vc-registered): Align the way the file-handler is called with the
8466         way the function itself works.
8467         (vc-file-owner): Remove.
8469         * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer.  Reorder
8470         extraction of fields and call to file-attributes because of a
8471         temporary bug in rcp.el.
8472         (vc-cvs-fetch-status): Use with-current-buffer.
8474 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8476         * vc.el (vc-do-command): Use file-relative-name.
8477         (vc-responsible-backend): Use vc-backend if possible.
8478         (vc-create-snapshot): Improve the `interactive' spec. Add support
8479         for branches and dispatch to backend-specific `create-snapshot'.
8480         (vc-default-create-snapshot): New function, containing the bulk of
8481         the old vc-create-snapshot.
8482         (vc-retrieve-snapshot): Improve the interactive spec.
8484         * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
8485         (vc-backend-hook-functions): Remove.
8486         (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
8487         (vc-backend): Reintroduce the test for `file = nil' now that I
8488         know why it was there (and added a comment to better remember).
8490         * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
8491         code from vc-sccs-hooks.el.
8492         (vc-sccs-release, vc-sccs-system-release): Remove.  Don't require
8493         'vc anymore.
8494         (vc-sccs-responsible-p): Use expand-file-name instead of concat
8495         and file-directory-p instead of file-exists-p.
8496         (vc-sccs-check-headers): Simplify the regexp.
8498         * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
8499         from vc-rcs-hooks.el.  Don't require 'vc anymore.
8500         (vc-rcs-responsible-p): Use expand-file-name instead of concat and
8501         file-directory-p instead of file-exists-p.
8503         * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
8504         from vc-cvs-hooks.el.
8505         (proto vc-cvs-registered): Require 'vc-cvs instead of
8506         'vc-cvs-hooks.  Don't require 'vc anymore.
8507         (vc-cvs-responsible-p): Use expand-file-name instead of concat and
8508         file-directory-p instead of file-exists-p.
8509         (vc-cvs-create-snapshot): New function, replacing
8510         vc-cvs-assign-name.
8511         (vc-cvs-assign-name): Remove.
8513 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8515         * vc-cvs.el (vc-cvs-header): New var.
8517         * vc-rcs.el (vc-rcs-exists): Remove.
8518         (vc-rcs-header): New var.
8520         * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
8521         `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
8522         (vc-sccs-header): New var.
8524         * vc.el (vc-do-command): Get rid of the `last' argument.
8525         (vc-header-alist): Remove, replaced by vc-X-header.
8526         (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
8527         (vc-dired-hook): Use expand-file-name instead of concat.
8528         (vc-directory): Use file-name-as-directory.
8529         (vc-snapshot-precondition, vc-create-snapshot)
8530         (vc-retrieve-snapshot): Allow the command to operate on any
8531         directory.
8533         * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
8534         just removing the 'WORKFILE argument or by removing the 'MASTER
8535         argument and replacing `file' with (vc-name file).
8537 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8539         * vc.el: Update Copyright and add a crude list of backend funs.
8540         (vc-writable-p): New function.
8541         (with-vc-file): Use vc-writable-p.
8542         (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
8543         (vc-register): Avoid vc-name.
8544         (vc-locking-user): Remove.
8545         (vc-steal-lock): Make the `owner' arg non-optional.
8546         (vc-merge): Use vc-writable-p instead of vc-locking-user and
8547         vc-checkout-model.
8548         (vc-default-dired-state-info): Use vc-state instead of
8549         vc-locking-user and return special strings for special states.
8550         (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
8551         and get rid of one of the special CVS cases.
8552         (vc-cancel-version): prettify error message with \\[...].
8553         (vc-rename-master): New function.
8554         (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
8555         use vc-rename-master) instead of vc-BACKEND-record-rename.  Make
8556         the CVS special case generic.
8557         (vc-default-record-rename): Remove.
8558         (vc-file-tree-walk-internal): Only call FUNC for files that are
8559         under control of some VC backend and replace `concat' with
8560         expand-file-name.
8561         (vc-file-tree-walk): Update docstring.
8562         (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
8563         (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
8565         * vc-sccs.el (vc-sccs-rename-file): Renamed from
8566         vc-sccs-record-rename.  Use `find-file-noselect' rather than
8567         `find-file' and call `vc-rename-master' to do the actual move.
8568         (vc-sccs-diff): Remove unused `backend' variable.
8570         * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
8571         to delay loading of vc-sccs until it is really used.
8572         (vc-sccs-master-templates): Preload.
8573         (vc-sccs-state): Update call to vc-sccs-parse-locks.
8574         (vc-sccs-project-dir): Remove (merged into
8575         vc-sccs-search-project-dir).
8576         (vc-sccs-search-project-dir): Rewrite using file name handling ops
8577         rather than `concat', make sure it is preloaded and don't bother
8578         to check that the file actually exists.
8579         (vc-sccs-parse-locks): Remove unused `file' argument, remove
8580         `locks' argument (use buffer's content instead) and eliminate n^2
8581         behavior.
8583         * vc-rcs.el: Update Copyright.
8584         (vc-rcs-rename-file): New function.
8585         (vc-rcs-diff): Remove unused `backend' variable.
8587         * vc-hooks.el: Update Copyright.
8588         (vc-backend): Don't accept a nil argument any more.
8589         (vc-up-to-date-p): Turn into a defsubst.
8590         (vc-possible-master): New function.
8591         (vc-check-master-templates): Use `vc-possible-master' and allow
8592         funs in vc-X-master-templates to return a non-existent file.
8594         * vc-cvs.el: Update Copyright.
8595         (vc-cvs-diff): Remove unused `backend' variable.
8596         (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
8598         * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
8600 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8602         * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
8603         since it can be called from vc-rcs.el.
8604         (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
8606 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
8608         * vc.el (vc-version-diff): Expand file name read from the
8609         minibuffer.  Handle the case when a previous version number can't
8610         be guessed.  Give suitable messages when there were no differences
8611         found.
8612         (vc-clear-headers): Call backend-specific implementation, if one
8613         exists.
8614         (vc-cancel-version): Made error checks generic.  When done, clear
8615         headers generically, too.
8617         * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
8618         from vc-clear-headers in vc.el.
8620         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
8621         correctly.
8622         (vc-rcs-latest-on-branch-p): Made second argument VERSION
8623         optional.  Handle the case when it's not there.
8625 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8627         * vc.el (vc-locking-user): Moved from vc-hooks.el.
8629 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8631         * vc-hooks.el (vc-loadup): Remove.
8632         (vc-find-backend-function): Use `require'.  Also, handle the case
8633         where vc-BACKEND-hooks.el doesn't exist.
8634         (vc-call-backend): Cleanup.
8636 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8638         * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
8639         vc-rcs-grab-templates)
8640         (vc-rcs-registered): Remove.  The default function works as well.
8641         * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
8642         vc-sccs-grab-templates)
8643         (vc-sccs-registered): Remove.  The default function works as well.
8645         * vc.el (vc-version-diff): Left out a vc- in call to
8646         vc-call-backend.
8647         (vc-default-dired-state-info, vc-default-record-rename)
8648         (vc-default-merge-news): Update for the new backend argument.
8650         * vc-hooks.el (vc-find-backend-function): Return a cons cell if
8651         using the default function.
8652         (vc-call-backend): If calling the default function, pass it the
8653         backend as first argument.  Update the docstring accordingly.
8654         (vc-default-state-heuristic, vc-default-mode-line-string): Update
8655         for the new backend argument.
8656         (vc-make-backend-sym): Renamed from vc-make-backend-function.
8657         (vc-find-backend-function): Use the new name.
8658         (vc-default-registered): New function.
8660 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8662         * vc.el (vc-merge): Use vc-find-backend-function.
8664         * vc-hooks.el (vc-backend-functions): Remove.
8665         (vc-loadup): Don't setup 'vc-functions.
8666         (vc-find-backend-function): New function.
8667         (vc-call-backend): Use above fun and populate 'vc-functions
8668         lazily.
8669         (vc-backend-defines): Remove.
8671 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8673         * vc.el (vc-register): Put a FIXME note for a newly found bug.
8674         Call vc-call-backend without the leading vc-.
8675         (vc-responsible-backend, vc-finish-logentry, vc-annotate)
8676         (vc-check-headers): Call vc-call-backend without the leading vc-.
8677         (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
8678         (vc-annotate-display): Replace confusing use of `cond' with `or'.
8679         Call vc-call-backend without the leading vc-.
8681         * vc-cvs.el (tail): Provide vc-cvs.
8682         * vc-sccs.el (tail): Provide vc-sccs.
8683         * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
8685         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
8686         (vc-make-backend-function, vc-call): Pass names without leading
8687         `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
8688         (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
8689         (vc-call-backend): Always try to load vc-X-hooks.
8690         (vc-registered): Remove vc- in call to vc-call-backend.
8692 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8694         * vc.el (vc-process-filter): New function.
8695         (vc-do-command): Setup `vc-process-filter' for the async process.
8696         (vc-maybe-resolve-conflicts): New function to reduce
8697         code-duplication.  Additionally, it puts the buffer in
8698         `smerge-mode' if applicable.
8699         (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
8700         calling `merge-news'.
8701         (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
8702         (vc-log-edit): New function.  Replacement for `vc-log-mode' by
8703         interfacing to log-edit.el.
8704         (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
8705         log-edit is available.
8706         (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
8708 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8710         * vc.el (vc-register): Remove `vc-buffer-backend' setup.
8711         (vc-log-mode-map): New name for vc-log-entry-mode and merge the
8712         defvar and the initialization.
8713         (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
8715         * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
8716         (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
8718         * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
8720 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
8722         * vc.el (vc-file-clear-masterprops): Removed.
8723         (vc-checkin, vc-revert-buffer): Removed calls to the above.
8724         (vc-version-diff): Use buffer-size without argument.
8725         (vc-register): Heed vc-initial-comment.
8727         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
8728         default branch.
8730         * vc-rcs.el (vc-rcs-register): Parse command output to find master
8731         file name and workfile version.
8732         (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
8734         * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
8735         vc-file-clear-masterprops.
8737         * vc-sccs.el (vc-sccs-checkout): Removed call to
8738         vc-file-clear-masterprops.  If writable, set vc-state to 'edited
8739         rather than user login name.
8742 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8744         * vc.el (vc-workfile-unchanged-p): Remove unused argument
8745         `want-differences-if-changed' and simplify.
8746         (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
8747         (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
8748         output (which is invalid for async vc-diff) to decide whether to
8749         do the revert silently or not.
8751 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8753         * vc-hooks.el (vc-loadup): Load files quietly.
8754         (vc-call-backend): Oops, brain fart.
8756 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8758         * vc-cvs.el (vc-cvs-state): Typo.
8759         (vc-cvs-merge-news): Return the status code rather than the error msg.
8761 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
8763         * vc.el (with-vc-file, vc-next-action, vc-version-diff)
8764         (vc-dired-mark-locked): Replaced usage of vc-locking-user with
8765         vc-state or vc-up-to-date-p.
8766         (vc-merge): Use vc-backend-defines to check whether merging is
8767         possible.  Set state to 'edited after successful merge.
8769         * vc-hooks.el (vc-locking-user): If locked by the calling user,
8770         return that name.  Redocumented.
8772 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8774         * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
8775         new `vc-state' semantics.
8776         (vc-finish-steal): Set 'vc-state to 'edited rather than setting
8777         'vc-locking-user to the current user.
8778         (vc-merge): Inline vc-backend-merge.  Comment out code that I
8779         don't understand and hence can't adapt to the new `vc-state' and
8780         `vc-locking-user' semantics.
8781         (vc-backend-merge): Remove.
8783         * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
8784         rather than 'vc-locking-user.
8786         * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
8788         * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
8789         (vc-state): Don't use 'reserved any more.  Just use the same
8790         convention as the one used for vc-<backend>-state where the
8791         locking user (as a string) is returned.
8792         (vc-locking-user): Update, based on the above convention. The
8793         'vc-locking-user property has disappeared.
8794         (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
8796         * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
8797         with a heuristic one.
8798         (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
8799         (vc-cvs-checkin): Do a trivial parse to set the state in case of
8800         error.  That allows us to get to 'needs-merge even in the
8801         stay-local case.  There's still no way to detect 'needs-patch in
8802         such a setup (or to force an update for that matter).
8803         (vc-cvs-logentry-check): Remove, the default works as well.
8805 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8807         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
8809         * vc.el (vc-do-command): kill-all-local-variables, to reset any
8810         major-mode in which the buffer might have been put earlier.  Use
8811         `remove' and `when'.  Allow `okstatus' to be `async' and use
8812         `start-process' in this case.
8813         (vc-version-diff): Handle the case where the diff looks empty
8814         because of the use of an async process.
8816 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
8818         * vc.el (vc-next-action-on-file): Removed optional parameter
8819         `simple'.  Recompute state unconditionally.
8820         (vc-default-toggle-read-only): Removed.
8822         * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
8823         (vc-toggle-read-only): Undid prev change.
8825         * vc-cvs.el (vc-cvs-stay-local): Renamed from
8826         vc-cvs-simple-toggle.  Redocumented.
8827         (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
8828         (vc-cvs-toggle-read-only): Removed.
8830 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8832         * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
8833         (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
8834         (vc-release-greater-or-equal-p): Move to vc-rcs.el.
8835         (vc-file-clear-masterprops): Braindead "fix".  It was a nop and
8836         still is. So maybe it should be removed.
8837         (vc-head-version, vc-find-binary): Remove.
8838         (vc-recompute-state): Move from vc-hooks.el.
8839         (vc-next-action-on-file): Add a `simple' argument to allow
8840         avoiding the `recompute' step (use for vc-cvs-simple-toggle).
8841         (vc-default-toggle-read-only, vc-default-record-rename): New funs.
8842         (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
8843         (vc-dired-mode-map): Properly defvar it.
8844         (vc-print-log): Call log-view-mode if available.
8845         (small-temporary-file-directory): defvar instead of use boundp.
8846         (vc-merge-news): Moved to vc-cvs.el.
8847         (vc-default-merge-news): New function.
8849         * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
8850         (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
8851         (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
8852         unknown `vc-latest-version' function.  It should probably refer to
8853         vc-workfile-version or somesuch, but it's very unclear to me and I
8854         don't have SCCS to test things.
8856         * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
8857         (vc-sccs-state-heuristic): Fix typo.
8858         (vc-sccs-workfile-unchanged-p): Add missing argument.
8860         * vc-rcs.el: Require vc and vc-rcs-hooks.
8861         (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
8862         (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
8863         (vc-release-greater-or-equal-p): Move from vc.
8864         (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
8865         vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
8866         (vc-rcs-checkout): Add a missing `new-version' argument in the
8867         call to vc-rcs-latest-on-branch-p.  Hopefully that was the right one.
8869         * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
8870         (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
8871         (vc-rcs-latest-on-branch-p): Use the `version' argument rather
8872         than the apparently unbound `workfile-version'.
8874         * vc-hooks.el (vc-master-templates): Def the obsolete var.
8875         (vc-file-prop-obarray): Use `make-vector'.
8876         (vc-backend-functions): Add new hookable functions
8877         vc-toggle-read-only, vc-record-rename and vc-merge-news.
8878         (vc-loadup): If neither backend nor default functions exist, use
8879         the backend function rather than nil.
8880         (vc-call-backend): If the function if not bound yet, try to load
8881         the non-hook file to see if it provides it.
8882         (vc-call): New macro plus use it wherever possible.
8883         (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
8884         nor `vc-find-binary' since it's only called from
8885         vc-mistrust-permission which is only used once the backend is known.
8886         (vc-checkout-model): Fix parenthesis.
8887         (vc-recompute-state, vc-prefix-map): Move to vc.el.
8889         * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
8890         (vc-cvs-release, vc-cvs-system-release): Remove.
8891         (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
8892         (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
8893         status symbols.
8894         (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
8895         (vc-cvs-toggle-read-only): First cut at a function to allow a
8896         cvs-status-free vc-toggle-read-only.
8897         (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
8898         (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
8899         vc-cvs-status.  Also set vc-state rather than vc-locking-user.
8900         (vc-cvs-checkout): Modify access rights directly if the user
8901         requested not to use `cvs edit'.  And refresh the mode line.
8903         * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
8904         (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
8906 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
8908         * vc-cvs.el (vc-cvs-checkout): Docstring fix.  Added a `(if
8909         workfile' that got lost when the code was extracted from vc.el.
8910         And merged the tail with the rest of the code (not possible in the
8911         old vc.el where the tail was shared among all backends).  And
8912         explicitly set the state to 'edited if `writable' is set.
8914         * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
8915         (vc-cvs-state): Be careful to return the value from
8916         vc-cvs-parse-state.
8917         (vc-cvs-parse-status): Use expand-file-name.  Don't set 'vc-state
8918         property but return it instead.  Also be careful to handle a nil
8919         or "" `rev' when workfile is non-nil (it was handled properly when
8920         workfile was nil).
8922         * vc.el: Removed those pesky unnecessary `(function' quotes.
8923         (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
8924         directly in the defvar.
8925         (vc-do-command): Bind inhibit-read-only so as to properly handle
8926         the case where the destination buffer has been made read-only.
8927         (vc-diff): Delegate to vc-version-diff in all cases.
8928         (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
8929         (vc-annotate-mode-variables): Removed (code moved partly to
8930         defvars and partly to vc-annotate-add-menu).
8931         (vc-annotate-mode): Turned into a derived-mode.
8932         (vc-annotate-add-menu): Moved in code in
8933         vc-annotate-mode-variables.
8934         (vc-update-change-log): Use make-temp-file if available.
8936 2000-09-04  Martin Lorentzson  <martinl@delysid.gnu.org>
8938         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
8939         `vc-checkout-model' updated to `vc-cvs-update-model'.
8941 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
8943         * vc.el (vc-next-action-on-file): Added handling of state
8944         `unlocked-changes'.
8945         (vc-checkout-carefully): Is now practically obsolete, unless the
8946         above is too slow to be enabled unconditionally.
8947         (vc-update-change-log): Fixed typo.
8949         * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
8951         * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
8952         Now handles state `unlocked-changes'.
8953         (vc-sccs-workfile-unchanged-p): New function, to support the above.
8955         * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
8957         * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
8958         (vc-rcs-fetch-master-state): Bug fixes.  Recognize state
8959         `unlocked-changes'.
8960         (vc-rcs-workfile-unchanged-p): Renamed from
8961         `vc-rcs-workfile-unchanged'.  This is not a real backend-specific
8962         function yet, but supposed to become one soon.
8964         * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
8965         `vc-steal-lock'.
8966         (vc-call-backend): Changed error message.
8967         (vc-state): Added description of state `unlocked-changes'.
8969 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
8971         * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
8972         always return t in CVS-controlled directories.
8974         * vc.el (vc-responsible-backend): New function.
8975         (vc-register): Largely rewritten.
8976         (vc-admin): Removed (implementation moved into vc-register).
8977         (vc-checkin): Redocumented.
8978         (vc-finish-logentry): If no backend defined yet (because we are in
8979         the process of registering), use the responsible backend.
8981         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
8982         Updated function lists.
8983         (vc-call-backend): Fixed typo.
8985         * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
8986         New functions.
8987         (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
8988         Removed query option.  Redocumented.
8990 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
8992         * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
8994         * vc.el: Updated callers of `vc-checkout-required' to use
8995         `vc-checkout-model'.
8997 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
8999         * vc-rcs.el (vc-rcs-backend-release-p): function added.  other
9000         stuff updated to reference this function instead of the old
9001         `vc-backend-release-p'.
9003 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
9005         * vc-sccs-hooks.el (vc-uses-locking): Renamed to
9006         vc-checkout-model.  Return appropriate values.  Updated callers.
9008 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
9010         * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
9011         (vc-backend-revert): Function moved into `vc-revert';
9012         `vc-next-action' must be updated to accomodate this change.
9013         (vc-backend-steal): Function moved into `vc-finish-steal'.
9014         (vc-backend-logentry-check): Function moved into
9015         `vc-finish-logentry'.
9016         (vc-backend-printlog): Function moved into `vc-print-log'.
9017         (vc-backend-uncheck): Function moved into `vc-cancel-version'.
9018         (vc-backend-assign-name): Function moved into
9019         `vc-create-snapshot'.
9021 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
9023         * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
9024         Rename to vc-checkout-model.  Return appropriate values.
9025         Update callers.
9027         * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
9028         to vc-checkout-model.
9029         (vc-checkout-required): Rename to vc-checkout-model.
9030         Re-implement and re-comment.
9031         (vc-after-save): Use vc-checkout-model.
9033 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
9035         * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
9036         Update to use the vc-BACKEND-diff functions instead.
9037         `vc-diff' is now working.
9039         * vc-rcs.el (vc-rcs-logentry-check): New function.
9041         * vc-cvs.el (vc-cvs-logentry-check): New function.
9043         * vc-sccs.el (vc-sccs-diff): Function changed name from
9044         `vc-backend-diff'.  This makes `vc-diff' work.
9046         * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
9047         of functions possibly implemented in a vc-BACKEND library.
9048         (vc-checkout-required): Fix bug that caused an error to be
9049         signaled during `vc-after-save'.
9051         * vc.el: Fix typo.
9052         This checkin is made with our new VC code base for the very first time.
9053         A simple `(vc-checkin (buffer-file-name))' was used to perform it.
9055         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
9056         `vc-checkout-required' updated to `vc-cvs-uses-locking'.
9058         * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
9059         updated to `vc-uses-locking'.
9060         (vc-checkout-required): Call to backend function.
9061         `vc-checkout-required' updated to `vc-uses-locking' instead.
9063         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
9064         `vc-checkout-required' updated to `vc-rcs-uses-locking'.
9066         * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
9067         to match the split into various backends.
9068         (vc-backend-checkin): Remove.  Merge with `vc-checkin'.
9069         (vc-retrieve-snapshot): Bug fix.
9071 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
9073         * vc-sccs.el (vc-sccs-release): Doc fix.
9075 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
9077         * vc.el (vc-next-action-on-file): Bug found and fixed.
9078         (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
9079         (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
9081         * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
9082         (vc-rcs-checkout): Name space cleaned up.  No more revision number
9083         crunching function names that are not prefixed with vc-rcs.
9084         (vc-rcs-checkout-model): Function added.  References to
9085         `vc-checkout-model' replaced.
9087 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
9089         * vc.el (vc-next-action-on-file): Rewritten for the new state model.
9090         (vc-backend-merge-news): Renamed to `vc-merge-news'.  (Specific parts
9091         still need to be split, and implemented for RCS).
9093 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
9095         * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
9097         * vc-sccs.el (vc-sccs-admin): Added the query-only option as
9098         required by the vc.el file.
9100         * vc-rcs.el (vc-rcs-admin): Added the query-only option as
9101         required by the vc.el file.
9102         (vc-rcs-exists): Function added.
9104         * vc-cvs.el (vc-cvs-admin): Added the query-only option as
9105         required by the vc.el file.
9107         * vc.el (vc-admin): Updated to handle selection of appropriate
9108         backend.  Current implementation is crufty and need re-thinking.
9110         * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
9112 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
9114         * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
9115         beginning of annotate buffers correctly.
9117         * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
9118         (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
9119         functionality updated quite a lot to support multiple backends.
9120         Variables `vc-annotate-mode', `vc-annotate-buffers',
9121         `vc-annotate-backend' added.
9123         * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
9124         `vc-annotate-difference' added to supported backend functions.
9126 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
9128         * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
9129         Use with-temp-file instead of /bin/sh.  Merged from mainline
9131 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
9133         * vc-sccs-hooks.el (vc-sccs-registered): Updated.
9135         * vc-rcs-hooks.el (vc-rcs-registered): Updated.
9137         * vc-cvs-hooks.el (vc-cvs-registered): Updated.
9139 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
9141         * vc-hooks.el: vc-state-heuristic added to
9142         vc-backend-hook-functions.
9144         * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
9146         * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
9148         * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
9149         `vc-uses-locking' to `vc-checkout-required'.  Rename the `locked'
9150         state to `reserved'.
9152         * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
9153         `vc-checkout-required'.  Rename the `locked' state to `reserved'.
9155 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
9157         * vc-rcs-hooks.el: Implement new state model.  Hardly anything
9158         untouched.
9160         * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
9162         * vc.el (vc-update-change-log): Use small-temporary-file-directory,
9163         if defined.  (Merged from main line, slightly adapted.)
9165         * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
9166         millenium problem (merged from mainline).
9168 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
9170         * vc-cvs.el: Split the annotate feature into a BACKEND-specific
9171         part and moved the non-BACKEND stuff to vc.el.
9173         * vc.el: Split the annotate feature into a BACKEND specific part
9174         and moved it from the vc-cvs.el file to this one.
9176 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
9178         * vc-hooks.el: Implement new state model.
9179         (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
9180         (vc-locking-user): Simplify.  Now only needed if the file is
9181         locked by somebody else.
9182         (vc-lock-from-permissions): Remove.  Functionality is in
9183         vc-sccs-hooks.el and vc-rcs-hooks.el now.
9184         (vc-mode-line-string): New name for former vc-status.  Adapted.
9185         (vc-mode-line): Adapt to use the above.  Remove optional parameter.
9187         * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
9188         Various simplifications and adaptations all over the place.
9190         * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
9191         Simplify and adapt the rest.
9193         * vc.el (vc-resynch-window): Add TODO comment: check for
9194         interaction with view mode according to recent RCS change.
9195         (vc-backend-merge-news): Merge "CMUP" patch from mainline.
9197 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
9199         * vc.el: Convert the remaining function comments to docstrings.
9201 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
9203         * vc.el (vc-backend-release, vc-release-greater-or-equal)
9204         (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
9205         (vc-minor-part, vc-previous-version): Functions that operate and
9206         compare revision numbers got proper documentation.  Comments added
9207         about their possible removal.
9209 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
9211         * vc.el (vc-latest-on-branch-p): Function removed and replaced in
9212         the vc-backend.el files.
9214         * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
9216         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
9217         (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
9218         (vc-rcs-previous-version): Functions added.
9220         * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
9222         * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
9224 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
9226         * vc-hooks.el (vc-master-templates): Is really obsolete.
9227         Comment out the definition for now.  What is the right procedure
9228         to get rid of it?
9229         (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
9230         rewritten.
9231         (vc-default-registered): Remove.
9232         (vc-check-master-templates): New function; does mostly what the
9233         above did before.
9234         (vc-locking-user): Don't rely on the backend to set the property.
9236         * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
9237         Rewrite documentation.
9238         (vc-rcs-templates-grabbed): New variable.
9239         (vc-rcs-grab-templates): New function.
9240         (vc-rcs-registered): Rewrite to use above mechanism.
9242         * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
9243         Rewrite documentation.
9244         (vc-sccs-templates-grabbed): New variable.
9245         (vc-sccs-grab-templates): New function.
9246         (vc-sccs-registered): Rewrite to use above mechanism.
9247         (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
9248         Don't throw the result, simply return it.
9250         * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
9251         (vc-cvs-find-master): Remove.  Code is now in vc-cvs-registered.
9252         (vc-cvs-registered): Does the check itself now.  Simplify.
9254         * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
9255         from main line.
9257 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
9259         * vc-cvs.el (vc-cvs-diff): New function.
9261         * vc-sccs.el (vc-sccs-diff): New function.
9263         * vc-rcs.el (vc-rcs-diff): New function.
9264         (vc-rcs-checkout): Bug (typo) found and fixed.
9265         (vc-rcs-register-switches): New variable.
9267         * vc.el (vc-backend-diff): Function removed and placed in the
9268         backend files.
9270 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
9272         * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
9274         * vc.el (vc-backend-checkout): Function removed and replaced in
9275         the vc-backend.el files.
9277         * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
9279         * vc.el (vc-backend-admin): Removed and replaced in the
9280         vc-backend.el files.
9282         * vc.el (Martin): Removed all the annotate functionality since it
9283         is CVS backend specific.
9285 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
9287         * spec.txt: Added specification of vc-state.
9289         * vc-sccs-hooks.el (vc-sccs-master-properties):
9290         Remove handling of vc-latest-version and
9291         vc-your-latest-version.  What used to be vc-latest-version, is now
9292         returned as vc-workfile-version.
9293         (vc-sccs-workfile-version): Adapt.
9295 2000-09-04  Dave Love  <fx@gnu.org>
9297         * vc.el: [Merged from mainline.]
9298         (vc-dired-mode): Make the dired-move-to-filename-regexp
9299         regexp match the date, to avoid treating date as file size.
9300         Add YYYY S option to WESTERN/
9302 2000-09-04  Dave Love  <fx@gnu.org>
9304         * vc.el: Require `compile' when compiling.
9305         (vc-logentry-check-hook): New option.
9306         (vc-steal-lock): Use compose-mail.
9307         (vc-dired-mode-map): Defvar when compiling.
9308         (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
9309         vc-sccs.el and renamed.  Callers changed.
9310         (vc-backend-checkout, vc-backend-logentry-check)
9311         (vc-backend-merge-news): Doc fix.
9312         (vc-default-logentry-check): New function.
9313         (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
9314         (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
9315         (vc-backend-merge): Doc fix.  Use backend functions.
9316         (vc-check-headers): Use backend functions.
9318         * vc-cvs.el: Require vc when compiling.
9319         (vc-cvs-register-switches): Doc fix.
9320         (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
9321         (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
9322         (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
9323         New functions (code from vc.el).
9324         (vc-annotate-display-default): Fix interactive spec.
9325         (vc-annotate-time-span): Doc fix.
9327         * vc-rcs.el: Require vc when compiling.
9328         (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
9329         (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
9330         (vc-rcs-checkin): New functions (code from vc.el).
9331         (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
9332         Doc fix.
9333         (vc-rcs-release): Deleted.  (Duplicated vc-rcs-system-release).
9335         * vc-sccs.el: Require vc when compiling.
9336         (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
9337         (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
9338         (vc-sccs-revert)
9339         (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
9340         from vc.el).
9341         (vc-sccs-add-triple, vc-sccs-record-rename)
9342         (vc-sccs-lookup-triple): Moved from vc.el and renamed.
9343         (vc-sccs-admin): Doc fix.
9345 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
9347         * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
9348         (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
9349         (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
9350         from vc.el.
9352         * vc-sccs.el (vc-admin-sccs): Added from vc.el
9354         * vc-cvs.el: Moved the annotate functionality from vc.el.
9355         (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
9357 2000-09-04  Dave Love  <fx@gnu.org>
9359         * vc.el (vc-backend-release): Call vc-system-release.
9361         * vc-sccs.el (vc-sccs-system-release):
9362         Renamed from vc-sccs-backend-release.
9364         * vc-rcs.el (vc-rcs-system-release):
9365         Renamed from vc-rcs-backend-release.
9367         * vc-cvs.el (vc-cvs-system-release):
9368         Renamed from vc-cvs-backend-release.
9370 2000-09-04  Dave Love  <fx@gnu.org>
9372         * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
9373         backend files.
9374         (vc-backend-release): Dispatch to backend functions.
9375         (vc-backend-release-p): Don't mention CVS, RCS.  [The SCCS case
9376         probably needs attention.]
9378         * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
9379         (vc-sccs-backend-release): New function.
9381         * vc-cvs.el (vc-cvs-release): Moved from vc.el.
9382         (vc-cvs-backend-release): New function.
9384         * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
9385         Doc fix.
9386         (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
9387         (vc-default-dired-state-info): New function.
9388         (vc-dired-state-info): Dispatch to backends.
9389         (vc-dired-hook): Doc fix.  Simplify, pending removal of CVS specifics.
9391         * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
9392         from vc.el and renamed.
9394 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
9396         * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
9397         (vc-version-other-window, vc-backend-assign-name): Removed
9398         references to vc-latest-version; sometimes changed into
9399         vc-workfile-version.
9401         * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
9402         vc-rcs-master-workfile-version.
9403         (vc-rcs-workfile-version): Use the above.  Don't call
9404         vc-latest-version (that was unreachable code, anyway).
9405         (vc-rcs-fetch-master-properties): Doc fix.
9407         * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
9408         (vc-backend-hook-functions): Removed them from this list, too.
9409         (vc-fetch-properties): Removed.
9410         (vc-workfile-version): Doc fix.
9412         * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
9413         (vc-rcs-workfile-version, vc-rcs-locking-user)
9414         (vc-rcs-uses-locking): Use it.
9416         * vc-hooks.el (vc-consult-rcs-headers):
9417         Moved into vc-rcs-hooks.el, under the name
9418         vc-rcs-consult-headers.
9420         * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
9421         headers.
9422         (vc-cvs-find-master): Use this name only; correct different
9423         versions of the name.
9425         * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
9426         New functions.
9427         (vc-sccs-locking-user): Use the latter.
9429         * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
9430         New functions.
9432         * vc-hooks.el (vc-master-locks, vc-master-locking-user):
9433         Moved into both
9434         vc-rcs-hooks.el and vc-sccs-hooks.el.  These properties and access
9435         functions are implementation details of those two backends.
9437 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
9439         * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
9440         (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
9442         * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
9443         (vc-sccs-parse-locks): SCCS-specific code moved here from
9444         vc-hooks.
9446         * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
9447         code moved here from vc-hooks.
9449         * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
9450         into back-end specific parts and removed.  Callers not updated
9451         yet; because I guess these callers will disappear into back-end
9452         specific files anyway.
9454 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
9456         * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
9457         (vc-backend-checkout): Changed calls to `vc-checkout-model' to
9458         `vc-uses-locking'.
9460         * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
9461         Store yes/no in the property, and return t/nil.  Updated all
9462         callers.
9464         * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
9465         vc-sccs-uses-locking.  Don't set property.
9466         (vc-sccs-locking-user): Don't set property.
9468         * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
9469         vc-cvs-uses-locking.  Don't set property here; leave that to
9470         vc-hooks.
9471         (vc-cvs-locking-user): Reflect above change.  Streamlined.
9473         * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
9474         vc-rcs-uses-locking.
9475         (vc-rcs-locking-user): Reflect above change.
9477 2000-09-04  Dave Love  <fx@gnu.org>
9479         * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
9481         * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
9483         * vc-hooks.el (vc-checkout-model): Punt to backends.
9485         * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
9487         * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
9489         * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
9490         New functions.
9492         * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
9493         New functions.
9495         * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
9496         (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
9498         * vc-hooks.el (vc-default-locking-user): New function.
9499         (vc-locking-user, vc-workfile-version): Punt to backends.
9501 2000-09-04  Dave Love  <fx@gnu.org>
9503         * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
9504         (vc-master-workfile-version): Moved from vc-hooks.
9506         * vc-rcs-hooks.el: Fix duplicate code in last change.
9508         * vc-rcs-hooks.el: Require vc-hooks when compiling.
9509         (vc-rcs-master-templates): Improve :type.
9510         (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
9511         vc-master-workfile-version): Moved from vc-hooks.
9513         * vc-sccs-hooks.el: Require vc-hooks when compiling.
9514         (vc-sccs-master-templates): Improve :type.
9515         (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
9517         * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
9519         * vc-cvs-hooks.el: Require vc-hooks when compiling.
9520         (vc-cvs-master-templates): Improve :type.  Use
9521         vc-cvs-find-cvs-master.
9522         (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
9523         from vc-hooks.
9524         (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
9526         * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
9527         Moved to vc-cvs-hooks.
9529         * vc-hooks.el: Add doc strings in various places.  Simplify the
9530         minor mode setup.
9531         (vc-handled-backends): New user variable.
9532         (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
9533         simplification.
9535 2000-09-04  Dave Love  <fx@gnu.org>
9537         * vc.el: Some doc fixes for autoloaded and interactive functions.
9538         Fix compilation warnings from ediff stuff.
9539         (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
9541         * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
9543         * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
9545         * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
9547 2000-09-04  Dave Love  <fx@gnu.org>
9549         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
9550         New variable.
9551         (vc-make-backend-function, vc-loadup, vc-call-backend)
9552         (vc-backend-defines): New functions.
9554         * vc-hooks.el: Various doc fixes.
9555         (vc-default-back-end, vc-follow-symlinks): Custom fix.
9556         (vc-match-substring): Function removed.  Callers changed to use
9557         match-string.
9558         (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
9559         Simplify.
9561 2000-09-04  Dave Love  <fx@gnu.org>
9563         * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
9564         type.
9565         (vc-sccs-project-dir, vc-search-sccs-project-dir)
9566         (vc-sccs-registered): Doc fix.
9568         * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
9569         (vc-cvs-registered): Doc fix.
9571         * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
9572         (vc-rcs-registered): Doc fix.
9574 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
9576         * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
9578         * vc-hooks.el: vc-registered has been renamed
9579         vc-default-registered.  Some functions have been moved to the
9580         backend specific files.  they all support the
9581         vc-BACKEND-registered functions.
9583 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
9585         * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
9587         * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
9589 2000-09-04  Dave Love  <fx@gnu.org>
9591         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
9592         menu-bar-update-hook.
9594         * help.el (help-manyarg-func-alist): Add
9595         find-operation-coding-system.
9597         * wid-edit.el (widget-sexp-validate): Fix garbled code.
9599         * custom.el (custom-set-variables): Print message about errors in
9600         setting.
9602 2000-09-03  Andrew Innes  <andrewi@gnu.org>
9604         * makefile.w32-in: Change to DOS line endings.
9606 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
9608         * mouse.el (mouse-popup-menubar): Supply the prompt string for
9609         minor-mode keymaps, if they don't have one.
9611 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
9613         * eshell/esh-module.el (eval-when-compile): Don't lose if
9614         esh-module.el's file name is truncated to DOS 8+3 limits.
9616 2000-09-01  John Wiegley  <johnw@gnu.org>
9618         * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
9619         predicate, which caused entries in the completion list to be
9620         doubled.
9622 2000-08-30  John Wiegley  <johnw@gnu.org>
9624         * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
9625         sending to subprocesses.  Also, hook pre-command-hook if
9626         `eshell-send-direct-to-subprocesses' is non-nil.
9627         (eshell-send-direct-to-subprocesses): New config variable.  If t,
9628         subprocess input is send immediately.
9629         (eshell-toggle-direct-send): New function.
9630         (eshell-self-insert-command): New function.
9631         (eshell-intercept-commands): New function.
9632         (eshell-send-input): If direct subprocess sending is enabled,
9633         don't echo any input to the Eshell buffer.  Let the subprocess
9634         handle that.  This requires "stty echo" in bash, for example.
9636 2000-08-28  John Wiegley  <johnw@gnu.org>
9638         * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
9639         completion function for Eshell's implementation of `unset'.
9641 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
9643         * info.el (Info-directory-list): Doc fix.
9645 2000-08-31  Peter Breton  <pbreton@ne.mediaone.net>
9647         * filecache.el (file-cache-add-directory-using-find): Don't quote
9648         wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
9650 2000-08-31  Kenichi Handa  <handa@etl.go.jp>
9652         * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
9653         coding systems.
9655 2000-08-30  Andrew Innes  <andrewi@gnu.org>
9657         * timer.el (run-with-idle-timer): Undo last change, so that timer
9658         is not activated immediately if Emacs is already idle.  Some
9659         existing code relies on this behaviour.
9661 2000-08-30  Miles Bader  <miles@gnu.org>
9663         * frame.el (set-frame-font): Do completion of font-name for
9664         interactive use.
9666 2000-08-30  Kenichi Handa  <handa@etl.go.jp>
9668         * international/quail.el (quail-start-translation): Bind locally
9669         last-command-event, last-command, and this-command.
9670         (quail-start-conversion): Likewise.
9671         (quail-self-insert-command): Fix docstring.
9673 2000-08-29  Gerd Moellmann  <gerd@gnu.org>
9675         * progmodes/executable.el
9676         (executable-make-buffer-file-executable-if-script-p): Check that
9677         buffer contains at least 2 characters.
9679 2000-08-29  Eli Zaretskii  <eliz@is.elta.co.il>
9681         * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
9683 2000-08-29  Dave Love  <fx@gnu.org>
9685         * diff-mode.el (diff-mode) <defgroup>: Add :version.
9686         (diff-mode-shared-map): Bind mouse-2.
9687         (diff-imenu-generic-expression): New variable.
9688         (diff-mode): Use it.
9690         * mouse.el (mouse-major-mode-menu): Use local-key-binding.
9691         (mouse-popup-menubar): Add minor mode menus.
9692         (popup-menu): Check for lookup-key returning number.
9694 2000-08-29  Miles Bader  <miles@gnu.org>
9696         * comint.el (comint-send-input): Create overlays using the proper
9697         front/read-advance arguments.
9699 2000-08-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9701         * ps-print.el: Even/odd pages printing.  Doc fix.
9702         (ps-print-version): New version number (6.0).
9703         (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
9704         (ps-background, ps-begin-file, ps-begin-job): Code fix.
9705         (ps-print-duplex-feature): Variable eliminated.
9706         (ps-even-or-odd-pages): New variable.
9708         * progmodes/ebnf2ps.el: Doc fix.
9709         (ebnf-version): New version (3.3).
9710         (ebnf-user-arrow): Change variable customization to sexp.
9711         (ebnf-user-arrow): Function eliminated.
9712         (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
9714 2000-08-29  Kenichi Handa  <handa@etl.go.jp>
9716         * help.el (help-xref-mule-regexp): New variable.
9717         (help-make-xrefs): Handle help-xref-mule-regexp.
9719         * international/mule-cmds.el (help-xref-mule-regexp-template): New
9720         variable.
9721         (describe-input-method): Temporarily activate the specfied input
9722         method to display the information.
9723         (describe-language-environment): Hyperlinks to mule related items.
9725         * international/mule-diag.el (charset-multibyte-form-string): New
9726         function.
9727         (list-character-sets-1): Use charset-multibyte-form-string.
9728         (describe-character-set): New function.
9729         (describe-coding-system): Hyperlinks to safe character sets.
9731         * international/quail.el (quail-help): New arg PACKAGE.
9732         Hyperlinks to mule related items.
9733         (quail-help-insert-keymap-description): Use
9734         substitute-command-keys instead of describe-bindings.
9735         (quail-translation-help): Hyperlinks to mule related items.
9737 2000-08-28  John Wiegley  <johnw@gnu.org>
9739         * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
9740         have a defsubst call itself.  Made `eshell-flatten-list' back into
9741         a function again.
9743         * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
9744         catch, in case re-centering point at bottom messes up the display.
9745         This happens frequently in Emacs 21, due I believe to variable
9746         line heights.
9748         * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
9749         to call `find-tag-interactive'.
9751         * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
9752         the list of remember directories.
9754 2000-08-28  John Wiegley  <johnw@gnu.org>
9756         * align.el: Test align-region-separate to see if it's a symbol.
9758 2000-08-28  John Wiegley  <johnw@gnu.org>
9760         * eshell/esh-util.el (eshell-flatten-list): Made this function
9761         into a defsubst form.  It gets used very frequently, although
9762         calls don't occur all that often.
9764         * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
9765         examining it.
9767         * eshell/esh-cmd.el (eshell-rewrite-while-command):
9768         (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
9769         `eshell-protect'.
9770         (eshell-copy-handles): Created a new macro for duplicating the
9771         current set of open handles.  This is needed by the looping
9772         functions.
9773         (eshell-do-eval): Fixed while and if, so that the eshell-test-body
9774         is not incorrectly stomped on.
9776         * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
9777         declaration for pcomplete-use-paring.
9778         (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
9779         value of eshell-cmpl-use-paring.
9780         * pcomplete.el (pcomplete-use-paring): New config variable, to
9781         indicate whether paring should be used.
9782         (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
9783         completion alternatives that have already been used.
9785         * eshell/esh-mode.el (eshell-repeat-argument): Added function,
9786         bound to C-c C-y, which will repeat the previous N arguments
9787         (based on prefix argument).
9788         (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
9790         * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
9791         if there is no *Help* buffer.  This is for XEmacs, which renames
9792         its help buffers uniquely.  TODO: Find out what the current buffer
9793         name to delete is.
9795         * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
9796         first entry that correlates to a passwd/group number.  Later
9797         entries (used for group/user name aliasing to multiple IDs) are
9798         ignored.
9800         * eshell/em-xtra.el (eshell/expr):
9801         * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
9802         (eshell-grep, eshell/diff, eshell/locate):
9803         * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
9804         argument list, before passing it to the system command.
9806         * eshell/esh-mode.el (eshell-find-tag): Added a special version of
9807         `find-tag' for use at final position in Eshell buffers (which
9808         otherwise triggers an error on Emacs 21).
9809         (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
9810         buffer, if it is currently bound to `find-tag'.
9812         * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
9813         in the list of matched Makefile names.
9814         (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
9815         directory, prefer its contents to Makefile.
9817         * eshell/em-dirs.el (eshell/cd): cd commands that look up
9818         directory parts (like "cd old new", or "cd =regexp"), are now case
9819         sensitive on non-Windows/DOS platforms.
9821         * eshell/esh-mode.el (eshell-parse-command-input): When a user
9822         types RET after an open delimiter (like "), display a message
9823         indicating that Eshell is waiting for the closing delimiter.
9825         * eshell/esh-var.el (eshell/unset): Added a command for unsetting
9826         environment variables.
9828         * eshell/em-unix.el (eshell/diff): Added logic to fail more
9829         gracefully if the user enters incorrect arguments.
9831         * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
9832         Eshell buffers.
9834         * eshell/esh-var.el (eshell-interpolate-variable):
9835         * eshell/esh-mode.el (eshell-move-argument):
9836         * eshell/em-unix.el (eshell-du-sum-directory):
9837         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
9838         * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
9839         (not (= ...)).
9841         * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
9842         to ensure the `preserve' flag gets propagated when doing recursive
9843         directory copies.
9845 2000-08-28  Stefan Monnier  <monnier@cs.yale.edu>
9847         * eshell/em-hist.el (eshell-put-history, eshell-get-history):
9848         Don't convert \n into \0177 in memory.
9849         (eshell-read-history, eshell-write-history): Convert \n to \0177,
9850         and back again, when reading and writing.
9852 2000-08-28  Eli Zaretskii  <eliz@is.elta.co.il>
9854         * eshell/esh-util.el (eshell-processp): Added to relieve constant
9855         testing of `fboundp' on `processp'.
9857         * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
9858         (eshell/jobs): Don't call process-list if it is not bound.
9859         (eshell-gather-process-output): Support systems where async
9860         subprocesses aren't supported.
9861         (eshell-scratch-buffer, eshell-last-sync-output-start): New
9862         variables.
9864         * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
9865         eshell-do-eval returns t.
9866         (eshell-do-pipelines-synchronously): New defmacro.
9867         (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
9868         when async subprocesses aren't supported.
9869         (eshell-do-eval): Use eshell-processp.  Don't throw eshell-defer
9870         if async subprocesses aren't supported.
9871         (eshell-resume-command): Don't assume STATUS is a string.
9873         * eshell/em-unix.el (eshell/rm): Use eshell-processp.
9875         * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
9876         (eshell-close-target, eshell-get-target): Use eshell-processp.
9877         (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
9878         fix.
9879         (eshell-get-target, eshell-create-handles): Doc fix.
9881 2000-08-28  Miles Bader  <miles@lsi.nec.co.jp>
9883         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
9884         criterion to include commands that output something, as long as it
9885         leaves both the command and the end-of-buffer visible when the
9886         command has exited.
9887         (eshell-review-quick-commands): Adjust the help doc string
9888         accordingly.
9890 2000-08-28  Peter Breton  <pbreton@ne.mediaone.net>
9892         * locate.el (locate): Cleaned up locate command's interactive prompting
9893         Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
9895         * filecache.el (file-cache-case-fold-search): New variable
9896         (file-cache-assoc-function): New variable
9897         (file-cache-minibuffer-complete): Use file-cache-assoc-function.
9898         Use file-cache-case-fold-search variable
9899         (file-cache-add-file): Use file-cache-assoc-function
9900         (file-cache-delete-file): likewise
9901         (file-cache-directory-name): likewise
9902         (file-cache-debug-read-from-minibuffer): likewise
9904 2000-08-28  Gerd Moellmann  <gerd@gnu.org>
9906         * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
9907         (abbrev-table-name): New function.
9908         (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
9909         If non-nil list local abbrev, only.
9911 2000-08-28  Stanislav Shalunov  <shalunov@internet2.edu>
9913         * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
9914         from Gnus support code, and use special article copy buffer
9915         `(gnus-original-article-buffer)' instead.  This allows to get rid
9916         of article-hide-headers usage (which breaks in the latest Gnus
9917         version).  Thanks to Detlev Zundel.
9919 2000-08-28  Kenichi Handa  <handa@etl.go.jp>
9921         * international/quail.el (quail-use-package): Hide "... loaded"
9922         message.
9923         (quail-start-translation, quail-start-conversion): Likewise.
9925         * international/kkc.el (kkc-region): Hide "... loaded" message.
9927 2000-08-27  Dave Love  <fx@gnu.org>
9929         * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
9931 2000-08-27  Miles Bader  <miles@gnu.org>
9933         * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
9935 2000-08-27  Kenichi Handa  <handa@etl.go.jp>
9937         * international/ja-dic-cnv.el (skkdic-convert): Insert (require
9938         'ja-dic-cnv), not (require 'skkdic-cnv).
9940 2000-08-26  Miles Bader  <miles@gnu.org>
9942         * faces.el (face-x-resources): Add entry for :inherit.
9943         * cus-face.el (custom-face-attributes): Add support for :inherit
9944         attribute.  Add support for relative face heights.
9945         (custom-face-attributes-get): Treat `nil' as being a default value
9946         for :inherit (as well as `unspecified').
9948         * faces.el (set-face-attribute): Update doc string.
9949         (face-attribute-name-alist): Add :inherit.
9950         (face-valid-attribute-values): Handle :inherit.
9951         (face-read-string): Rephrase prompt to be less confusing.
9952         Assume that DEFAULT is a string, since we must return a string.
9953         (face-read-integer): Use `format' to turn DEFAULT into an
9954         acceptable default for face-read-string.  Match NEW-VALUE against
9955         the string "unspecified", not the symbol `unspecified', since
9956         that's what face-read-string returns.
9957         (read-face-attribute): Lookup a name for old-value in valid, and
9958         use it as a default if we find one.  Treat all values from
9959         face-read-string as strings.  If the default is used, don't do any
9960         more processing on the value, just use the old value directly.
9961         (read-face-and-attribute, modify-face): Tweak prompt.
9962         (read-face-name): Don't assume prompt ends with a space.
9964         * faces.el (describe-face): Add support for :inherit attribute.
9966 2000-08-25  Kenichi Handa  <handa@etl.go.jp>
9968         * terminal.el (terminal-emulator): Fix args to `concat'.  Now
9969         concat doesn't accept interger.
9971         * international/kkc.el: Remove SKK from Keywords.  Require
9972         ja-dic-utl instead of skkdic-utl.
9974         * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
9975         Provide ja-dic-cnv instead of skkdic-cnv.
9976         (ja-dic-filename): Renamed from skkdic-filename.  Referers changed
9977         (iso-2022-7bit-short): Add safe-charsets property.
9978         (skkdic-convert-postfix): Search Japanese chou-on character in
9979         addition to Hiragana character.
9980         (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
9981         (skkdic-convert): Change file names from skkdic.el to ja-dic.el
9982         (batch-skkdic-convert): Likewise.
9984         * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
9985         Provide ja-dic-utl instead of skkdic-utl.
9986         (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
9988 2000-08-24  Dave Love  <fx@gnu.org>
9990         * disp-table.el (standard-display-default): Make the test of `l'
9991         useful.
9993         * language/european.el ("Latin-8", "Latin-9"): Add input methods,
9994         mod sample text.
9996         * international/iso-ascii.el: Make pilcrow convenient string
9997         consistent with section.
9998         (iso-ascii-display): Set up multibyte characters as well as
9999         unibyte.
10001 2000-08-24  Kenichi Handa  <handa@etl.go.jp>
10003         * international/mule-cmds.el (reset-language-environment): Set
10004         default-process-coding-system to '(undecided . iso-latin-1), which
10005         makes process I/O almost consistent with file I/O.   Call this
10006         function when mule-cmds.el[c] is loaded.
10008 2000-08-22  Andrew Innes  <andrewi@gnu.org>
10010         * makefile.w32-in: New file.
10012 2000-08-22  Miles Bader  <miles@lsi.nec.co.jp>
10014         * comint.el (comint-output-filter): Compare end of
10015         comint-last-output-overlay with the start of the newly inserted
10016         text, not the end, when deciding whether to extend it.
10017         Set saved-point's insertion type to advance after insertion.
10019         * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
10020         since this is now done independently of font-lock mode.
10022 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
10024         * server.el (server-kill-new-buffers): New user option.
10025         (server-existing-buffer): New buffer-local variable.
10026         (server-visit-files): When using an existing buffer, set
10027         server-existing-buffer to t.
10028         (server-buffer-done): If server-kill-new-buffers is t, kill the
10029         buffer, unless it was already present before visiting it with
10030         Emacs server.
10032 2000-08-21  Eli Zaretskii  <eliz@is.elta.co.il>
10034         * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
10035         even if the display doesn't support colors: some displays will
10036         support bold/underline faces.
10038 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
10040         * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
10042         * startup.el (command-line): If user's init file had an error,
10043         add explanatory text to *Messages*.
10045 2000-08-21  Kenichi Handa  <handa@etl.go.jp>
10047         * man.el (Man-getpage-in-background): Decode the process output by
10048         the system locale coding system.
10050 2000-08-20  Dave Love  <fx@gnu.org>
10052         * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
10053         Don't test x-popup-menu.
10054         (function) <complete-function>: Complete only fbound symbols.
10055         <validate, value>: New.
10056         (variable) <complete-function>: Complete only bound symbols.
10057         (coding-system): Add :base-only, :complete-function, :validate,
10058         :value, :prompt-match.
10059         (widget-coding-system-prompt-value): Use read-coding-system and
10060         act on :base-only.
10061         (editable-field): Add :help-echo.
10062         (widget-push-button-gui, widget-push-button-cache)
10063         (widget-gui-action, widget-editable-list-gui): COmment out, along
10064         with uses.
10065         (widget-at): Make arg optional.
10066         (widget-echo-help): Adjust for current help-echo calling sequence.
10067         (widget-specify-field, widget-specify-button)
10068         (widget-specify-insert, widget-get-sibling, widget-image-find)
10069         (widget-convert, widget-insert, widget-leave-text)
10070         (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
10071         (widget-setup, widget-field-find, widget-before-change)
10072         (widget-after-change, widget-default-complete)
10073         (widget-default-create, widget-default-delete)
10074         (widget-push-button-value-create, editable-field)
10075         (widget-field-prompt-value, widget-field-validate)
10076         (widget-choice-value-create, widget-choice-action)
10077         (widget-choice-validate, widget-checklist-add-item)
10078         (widget-radio-add-item, widget-radio-chosen)
10079         (widget-radio-value-inline, widget-editable-list-value-create)
10080         (widget-editable-list-entry-create)
10081         (widget-documentation-link-add)
10082         (widget-documentation-string-value-create)
10083         (widget-regexp-validate, widget-file-complete)
10084         (widget-sexp-validate, widget-plist-convert-widget)
10085         (widget-plist-convert-widget, widget-alist-convert-widget)
10086         (widget-alist-convert-widget, widget-color-complete): Simplify,
10087         particularly to avoid bindings which aren't optimized out.
10089         * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
10090         Doc fix.
10091         (down-list, backward-up-list, up-list, kill-sexp)
10092         (backward-kill-sexp, mark-sexp): Make arg optional.
10093         (lisp-complete-symbol): Add optional arg PREDICATE.
10095         * cus-start.el: Add display-buffer-reuse-frames,
10096         file-coding-system-alist.
10098 2000-08-20  Gerd Moellmann  <gerd@gnu.org>
10100         * startup.el (command-line): Clear realized faces after
10101         modifying TTY color mappings.
10103 2000-08-20  Miles Bader  <miles@gnu.org>
10105         * faces.el (face-attr-match-p): Don't return true if ATTRS are
10106         merely a subset of FACE's attributes.
10108 2000-08-19  Miles Bader  <miles@gnu.org>
10110         * comint.el (comint-output-filter): Save the point with a marker,
10111         not just a buffer position.
10113         * international/mule.el (set-buffer-process-coding-system): Make
10114         interactive prompt less confusing.
10116 2000-08-19  Gerd Moellmann  <gerd@gnu.org>
10118         * hilit-chg.el: General cleanup of doc strings, comments and
10119         code formatting.
10121 2000-08-19  Miles Bader  <miles@gnu.org>
10123         * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
10124         Compiler macro removed; beginning-of-line is no longer always
10125         equivalent to forward-line, in the presence of fields.
10127         * comint.el (comint-output-filter): Remove ad-hoc saving of
10128         restriction, and just use save-restriction, now that it works
10129         correctly.  Don't adjust comint-last-input-start to account for
10130         our insertion; it shouldn't have moved because we don't use
10131         insert-before-markers anymore.  Comment out call to
10132         `force-mode-line-update'; why is it here?
10134         * gud.el (gud-basic-call): Temporarily widen gud comint buffer
10135         while checking for prompt to delete.  Use `forward-line 0'
10136         instead of beginning-of-line.
10137         (gud-filter): Temporarily widen gud comint buffer while
10138         examining output.
10140 2000-08-18  Stefan Monnier  <monnier@cs.yale.edu>
10142         * progmodes/sh-script.el: Big bag of typos.
10144         * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
10145         check since ispell-process is not bound when ispell is not yet loaded.
10147 2000-08-18  Dave Love  <fx@gnu.org>
10149         * image.el (find-image): Copy `spec' before using plist-put.
10151 2000-08-18  Gerd Moellmann  <gerd@gnu.org>
10153         * textmodes/ispell.el (ispell-dictionary-alist-6): Add
10154         `portugues'.
10156         * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
10157         backward-kill-sexp, analogous to kill-sexp.
10159         * progmodes/icon.el (icon-indent-line)
10160         (icon-is-continuation-line): Handle comments specially.
10162 2000-08-17  Ken Stevens <k.stevens@ieee.org>
10164         * ispell.el: Set to standard author/maintainer/keyword fields.
10165         Fine tuning to menu map appearance and operation, and added help.
10166         Remove `start' and `end' error messages when compiling.
10167         (ispell-choices-win-default-height): Fixed comment string.
10168         (ispell-dictionary-alist-1): Fixed regexp in castellano and
10169         castellano8 dictionaries.
10170         (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
10171         (ispell-dictionary-alist-4): Fixed regexp in francais-tex
10172         dictionary, added italiano dictionary.
10173         (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
10174         word character
10175         (ispell-tex-skip-alists): Added psfig support.
10176         (ispell-skip-html): Renamed from ispell-skip-sgml.
10177         (ispell-begin-skip-region-regexp, ispell-skip-region)
10178         (ispell-minor-check): Improved html skipping support to skip across
10179         code, and recognize `&' commands without propper `;' syntax;
10180         (ispell-process-line): Fix alignment error when manually
10181         correcting spelling.
10182         (ispell): Fix comment string.
10183         (ispell-add-per-file-word-list): Always put word list on new line.
10185 2000-08-17  Gerd Moellmann  <gerd@gnu.org>
10187         * format.el (format-encode-run-method): Fix error message to say
10188         `encode' instead of `decode'.  Use save-window-excursion around
10189         shell-command-on-region as in format-decode-run-method because
10190         shell-command-on-region can display a buffer with error output.
10191         (format-decode): Don't record undo information for the decoding.
10192         (format-annotate-function): Add parameter FORMAT-COUNT.  Make
10193         that number part of the temporary buffer name so that more than
10194         one decoding using a temporary buffer can happen safely.
10196         * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
10197         of `A-z' in the regexp.
10199         * hilit-chg.el: Fix typos in commentary.
10201         * help.el (view-emacs-news): Rewritten for new naming scheme
10202         for old NEWS files.
10204         * startup.el (command-line): Pop to *Messages* in case an error
10205         is signaled while loading user-init-file.
10207 2000-08-17  Andreas Schwab  <schwab@suse.de>
10209         * files.el (insert-directory): Don't lose original file name,
10210         undoing an undocumented change.
10212 2000-08-17  Alex Schroeder  <alex@gnu.org>
10214         * sql.el (sql-magic-go): Use comint-bol.
10215         (sql-copy-column): Use comint-line-beginning-position.
10216         (comint-line-beginning-position): Define a replacement for
10217         comint-line-beginning-position if it is not fboundp.
10219 2000-08-17  Alex Schroeder  <alex@gnu.org>
10221         * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
10222         it didn't have any effect anyway.
10224 2000-08-17  Alex Schroeder  <alex@gnu.org>
10226         * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
10227         --pset and pager=off instead of sending \\o|cat at the beginning
10228         of the session.
10230 2000-08-17  Miles Bader  <miles@gnu.org>
10232         * progmodes/octave-inf.el: Add compatibility definition of
10233         comint-line-beginning-position.
10235 2000-08-17  Kenichi Handa  <handa@etl.go.jp>
10237         * startup.el (normal-top-level): Look in each dir in load-path for
10238         a leim-list.el file too.  This assures of loading leim-list.el
10239         that is created at Emacs installation time even if a user have his
10240         own leim-list.el.
10242 2000-08-17  Miles Bader  <miles@gnu.org>
10244         * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
10245         foreground color to black if the background is dark.
10247 2000-08-16  Stefan Monnier  <monnier@cs.yale.edu>
10249         * loadhist.el (unload-feature): Typo.
10251         * finder.el (finder-compile-keywords):
10252         * cus-dep.el (custom-make-dependencies): Add local-variable settings
10253         to the generated file.
10255         * mail/mh-e.el (mh-make-local-vars):
10256         Replace make-variable-buffer-local with make-local-variable.
10258         * play/landmark.el:
10259         * options.el (Edit-options-{set,toggle,t,nil}):
10260         * mail/mailabbrev.el (mail-abbrevs-mode):
10261         * textmodes/tex-mode.el (tex-expand-files):
10262         * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
10264         * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
10266         * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
10267         (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
10268         Allow going past the last element.
10269         * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
10270         (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
10271         (cvs-mouse-toggle-mark): Don't move point.
10272         (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
10274         * progmodes/compile.el (grep): Provide a default set of files.
10275         (next-error): Docstring fix.
10276         (compilation-find-file): Avoid find-file (fails in a dedicated window).
10278         * emacs-lisp/easy-mmode.el (define-minor-mode):
10279         Use `symbol-value' to keep the byte-compiler quiet.
10281         * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
10282         (diff-find-source-location): New fun, extracted from diff-goto-source.
10283         (diff-goto-source): Use it.
10284         (diff-next-complex-hunk, diff-filter-lines): New function.
10285         (diff-apply-hunk): New command.
10287         * smerge-mode.el (smerge-mode-menu): Doc fix.
10289         * msb.el (msb-mode): Define it in terms of define-minor-mode.
10291 2000-08-16  Dave Love  <fx@gnu.org>
10293         * windmove.el (windmove) <defgroup>: Add :version.
10295         * net/goto-addr.el: Don't require browse-url.  Require thingatpt.
10296         (goto-address-fontify-p, goto-address-highlight-p)
10297         (goto-address-url-face, goto-address-url-mouse-face)
10298         (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
10299         (goto-address-url-regexp): Use thing-at-point-url-regexp.
10300         (goto-address-fontify, goto-address-at-mouse): Simplify,
10301         (goto-address-at-point): browse-url-url-at-point,
10302         goto-address-find-address-at-point can return nil.
10303         (goto-address-find-address-at-point): Return nil on failure.
10305         * align.el (align) <defgroup>: Add :version.
10307         * calculator.el (calculator): Add :version.
10308         (calculator): Use two lines for calculator window if `modeline'
10309         face is boxed.
10311         * play/5x5.el: Doc fixes.
10312         (5x5) <defgroup>: Add :version.
10314         * play/fortune.el (fortune) <defgroup>: Add :version.
10315         (fortune-append): Fix error message.
10316         (fortune-from-region): Doc fix.
10318         * play/pong.el (pong): Doc fix.
10320         * play/morse.el: Keywords, commentary, autoloads.
10322 2000-08-16  Eli Zaretskii  <eliz@is.elta.co.il>
10324         * desktop.el (desktop-save): Don't look at symbol-value of a
10325         member of minor-mode-alist, unless it is boundp.
10327 2000-08-16  Sam Steingold  <sds@gnu.org>
10329         * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10330         `while'; use `with-current-buffer' instead of `save-excursion'.
10331         Removed unnecessary kludges now that "*Buffer List*" is excluded.
10333 2000-08-16  Kenichi Handa  <handa@etl.go.jp>
10335         * international/ccl.el (declare-ccl-program): Docstring modified.
10336         (ccl-execute-with-args): Likewise.
10338 2000-08-16  Miles Bader  <miles@gnu.org>
10340         * progmodes/sql.el: Add compatibility definition of
10341         comint-line-beginning-position.
10343 2000-08-15  Gerd Moellmann  <gerd@gnu.org>
10345         * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
10346         'buffer-menu' property.
10347         (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
10348         fails.
10349         (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
10350         buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
10351         wasn't killed.
10353         * buff-menu.el (list-buffers-noselect): Don't display the
10354         *Buffer List* buffer.
10356         * font-lock.el: Require jit-lock to prevent a very late
10357         `Loading jit-lock' message.
10359         * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10360         * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
10361         mail address.
10363 2000-08-15  Miles Bader  <miles@gnu.org>
10365         * textmodes/ispell.el (ispell-graphic-p): New constant.
10366         (ispell-choices-win-default-height, ispell-help): Use
10367         `ispell-graphic-p' instead of `xemacsp'.
10369 2000-08-15  Dave Love  <fx@gnu.org>
10371         * simple.el: Autoload widget-convert when compiling.
10372         (mail-user-agent): Doc fix.
10374         * help.el (function-called-at-point, variable-at-point): Use
10375         with-syntax-table.
10376         (help-manyarg-func-alist): Add insert-and-inherit.
10378         * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
10380         * delsel.el (delsel-unload-hook): New function.
10382         * find-file.el: Doc fixes.  Move provide to end.
10383         (ff) <defgroup>: Add :link.
10384         (ff-goto-click): Deleted.
10385         (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
10386         Use mouse-set-point.
10388         * textmodes/tildify.el: Doc fixes.
10389         (tildify) <defgroup>: Add:version.
10391         * progmodes/glasses.el (glasses) <defgroup>: Add :version.
10392         (glasses-custom-set): Use set-default, not set.
10393         (minor-mode-alist): Propertize the lighter.
10394         (glasses-mode): Provide optional arg.
10396         * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
10397         (global-cwarn-mode): Don't make it a user option.  Unquote lambda.
10398         (cwarn-font-lock-feature-keywords-alist): Don't make it a user
10399         option.  Provide :type.
10400         (cwarn-configuration): Provide :type.
10401         (cwarn-mode): Doc fix.
10403         * add-log.el (change-log-merge): Doc fix.
10404         (change-log-redate): New command.
10406         * net/browse-url.el (browse-url-filename-alist): Add a clause for
10407         Doze and Dog.
10408         (browse-url): Use dolist, not mapcar.
10409         (browse-url-at-point): Check for null url.
10410         (browse-url-event-buffer, browse-url-event-point): Functions
10411         deleted.
10412         (browse-url-at-mouse, browse-url-netscape): Simplify.
10414         * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
10415         modes.
10416         (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
10417         Fix previous change to mapcan.
10418         (msb--init-file-alist, msb--add-separators)
10419         (msb--make-keymap-menu): Simplify.
10420         (msb--choose-file-menu): Use copy-sequence.
10421         (msb-mode-map): Add title to keymap.
10422         (msb-unload-hook): New function.
10424         * bs.el: Fix indentation.
10425         (bs) <defgroup>: Add :links.
10426         (bs-show): Doc fix.
10427         (bs-apply-sort-faces): Don't use window-system.
10428         (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
10430 2000-08-15  Eli Zaretskii  <eliz@is.elta.co.il>
10432         * calendar/timeclock.el (timeclock-file): Run .timelog through
10433         convert-standard-filename.
10435 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
10437         * emacs-lisp/authors.el: New file.
10439         * paren.el (show-paren-priority): New user option.
10440         (show-paren-function): Set overlay priorities to
10441         show-paren-priority.
10443 2000-08-14  Miles Bader  <miles@gnu.org>
10445         * comint.el (comint-bol): Use `forward-line 0' instead of calling
10446         beginning-of-line with inhibit-field-text-motion bound.
10448 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
10450         * calendar/timeclock.el: New file.
10452 2000-08-14  David Ponce  <david@dponce.com>
10454         * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
10455         `widget-button-click'. so that one can use left mouse button to
10456         click on dialog buttons.
10458 2000-08-14  Emmanuel Briot  <briot@gnat.com>
10460         * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
10461         identifiers, since XML is case sensitive
10463 2000-08-12  Miles Bader  <miles@gnu.org>
10465         * comint.el (comint-output-filter): Don't bother frobbing
10466         window-start, it doesn't seem to be necessary.
10468         * comint.el (comint-send-string, comint-send-region): Make into
10469         real functions.  Snapshot the prompt before sending.
10471 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
10473         * info.el (Info-find-emacs-command-nodes): Rewrite to use
10474         technique similar to Info-index, instead of relying on specific
10475         names of relevant Index nodes.
10476         (Info-goto-emacs-command-node): Bind Info-history to nil when
10477         going to the first node found by Info-find-emacs-command-nodes.
10479 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
10481         * menu-bar.el (menu-bar-help-menu): Add a :help string.
10483 2000-08-10  Miles Bader  <miles@gnu.org>
10485         * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
10487 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
10489         * info.el (Info-file-list-for-emacs): More elements for the
10490         autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
10491         and woman manuals.
10493 2000-08-10  Miles Bader  <miles@lsi.nec.co.jp>
10495         * comint.el (comint-send-input): Make the newline boundary overlay
10496         rear-nonsticky.  Use `insert' instead of `insert-before-markers'.
10497         (comint-output-filter): Use `insert' instead of
10498         `insert-before-markers'.  Extend comint-last-output-overlay when
10499         necessary since we can't rely on insert-before-markers to do it.
10500         * gud.el (gud-filter): Use `with-current-buffer' instead of
10501         save-excursion when inserting the output, so that point gets
10502         updated correctly; the old method relied on a rather dodgy
10503         side-effect of comint-output-filter to avoid the effect of
10504         save-excursion.
10506 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
10508         * files.el (recover-file): Call insert-directory instead of
10509         invoking `ls' directly.
10511 2000-08-10  Miles Bader  <miles@gnu.org>
10513         * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
10514         (comint-last-prompt-overlay): New variables.
10515         (comint-output-filter): Implement prompt highlighting.
10516         (comint-snapshot-last-prompt): New function.
10517         (comint-send-input): Snapshot the last prompt.
10518         Use comint-highlight-input-face.
10519         (comint-highlight-input-face): Renamed from `comint-highlight-face'.
10520         Use defface instead of defcustom.
10521         (send-invisible, comint-send-eof): Snapshot the last prompt.
10522         (comint-delchar-or-maybe-eof): Use comint-send-eof.
10523         (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
10525 2000-08-09  Stefan Monnier  <monnier@cs.yale.edu>
10527         * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
10528         (regexp-opt-group): Use a list of chars for `letters'.
10529         (regexp-opt-charset): `chars' is now a list of chars.
10530         Use a char-table rather than a vector so it works for multibyte chars.
10532         * pcvs.el (cvs-menu): Don't move point.  Use popup-menu.
10533         Set cvs-minor-current-files to the selected fileinfo.
10534         (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
10535         (cvs-mode-insert): Manually macroexpand `ignore-errors'.
10537 2000-08-09  Eli Zaretskii  <eliz@is.elta.co.il>
10539         * files.el (insert-directory): Don't call access-file on
10540         directories on DOS and Windows.
10542 2000-08-09  Kenichi Handa  <handa@etl.go.jp>
10544         * international/ccl.el (ccl-embed-data): Make ccl-program-vector
10545         longer if necessary.
10546         (ccl-embed-code): Call ccl-embed-data to store CODE in
10547         ccl-program-vector.
10549 2000-08-09  Miles Bader  <miles@gnu.org>
10551         * comint.el (comint-output-filter): Properly handle the case where
10552         the text surrounded by comint-last-output-overlay was deleted.
10554 2000-08-08  Gerd Moellmann  <gerd@gnu.org>
10556         * info.el (Info-insert-dir): Use Info-additional-directory-list if
10557         non-nil.
10558         (Info-file-list-for-emacs): Remove "info" from the list because
10559         that leads to trying to use the documentation from file `info'
10560         in various situations where it isn't appropriate, for instance
10561         C-h C-k C-h i.
10563         * ffap.el (ffap-read-file-or-url-internal): Handle case that
10564         DIR and/or STRING are nil.
10566         * progmodes/compile.el (compilation-setup): Make variable
10567         compilation-error-screen-columns buffer-local, as some comment
10568         in the code suggests it should be.
10570         * files.el (auto-mode-interpreter-regexp): New variable.
10571         (set-auto-mode): Use it.
10573         * indent.el (indent-for-tab-command): Doc fix.
10575         * mouse-sel.el (mouse-sel-mode): Doc fix.
10577         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
10578         labels.
10580         * help.el (print-help-return-message): When
10581         display-buffer-reuse-frames is set, let the help window been quit,
10582         instead of deleting it, which might delete a reused frame.
10584 2000-08-08  Eli Zaretskii  <eliz@is.elta.co.il>
10586         * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
10587         rename a directory to a name that differs only by its letter case.
10589 2000-08-08  Kenichi Handa  <handa@etl.go.jp>
10591         * international/quail.el (quail-define-rules): Handle Quail decode
10592         map correctly.  Add code for supporting annotations.
10593         (quail-install-decode-map): New function.
10594         (quail-defrule-internal): New optional arguments decode-map and
10595         props.
10596         (quail-advice): New function.
10598 2000-08-07  Sam Steingold  <sds@gnu.org>
10600         * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
10601         `defconst', `define-condition', `with-slots'.
10602         * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
10604 2000-08-03  Miles Bader  <miles@gnu.org>
10606         * comint.el (comint-use-prompt-regexp-instead-of-fields):
10607         New variable.
10608         (comint-prompt-regexp, comint-get-old-input): Document dependence on
10609         comint-use-prompt-regexp-instead-of-fields.
10610         (comint-send-input): Add `input' field property to stuff we send to
10611         the process, if comint-use-prompt-regexp-instead-of-fields is nil.
10612         (comint-output-filter): Add `output' field property to process
10613         output, if comint-use-prompt-regexp-instead-of-fields is nil.
10614         (comint-replace-by-expanded-history)
10615         (comint-get-old-input-default, comint-show-output)
10616         (comint-backward-matching-input, comint-forward-matching-input)
10617         (comint-next-prompt, comint-previous-prompt):  Use field
10618         properties if comint-use-prompt-regexp-instead-of-fields is nil.
10619         (comint-line-beginning-position): New function.
10620         (comint-bol): Use comint-line-beginning-position.  Make ARG optional.
10621         (comint-replace-by-expanded-history-before-point): Use
10622         comint-line-beginning-position and line-end-position.
10623         (comint-last-output-overlay): New variable.
10624         (comint-mode): Make `comint-last-output-overlay' buffer-local.
10626         * shell.el (shell-prompt-pattern): Doc change.
10627         (shell-backward-command): Use line-beginning-position.
10629         * gud.el (gud-gdb-complete-command): Use
10630         comint-line-beginning-position.
10632         * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
10633         comint-bol doesn't actually go to the beginning of the line.
10635         * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
10636         if comint-use-prompt-regexp-instead-of-fields is non-nil.
10637         (try-expand-line-all-buffers): Likewise.
10639         * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
10640         explicitly matching comint-prompt-regexp.
10641         (sql-copy-column): Use comint-line-beginning-position instead of
10642         explicitly matching comint-prompt-regexp.
10644         * progmodes/octave-inf.el (inferior-octave-complete): Use
10645         comint-line-beginning-position.
10647         * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
10649         * progmodes/idlw-shell.el (idlwave-shell-send-command): When
10650         looking for a prompt, use `forward-line 0' instead of
10651         `beginning-of-line', to avoid getting caught by an input field.
10653 2000-08-07  Gerd Moellmann  <gerd@gnu.org>
10655         * files.el (shell-quote-wildcard-pattern): Make sure to return
10656         PATTERN, in the Unix case.
10658 2000-08-07  Eli Zaretskii  <eliz@is.elta.co.il>
10660         * play/zone.el (zone): Discard any pending input before running
10661         the randomly-chosen pgm.
10663 2000-08-07  Kenichi Handa  <handa@etl.go.jp>
10665         * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
10666         checking the existence of any multibyte characters.
10668 2000-08-06  Gerd Moellmann  <gerd@gnu.org>
10670         * help.el (describe-mode): Test minor-mode symbol for being
10671         bound before testing its value for being nil.
10673         * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
10674         `first', `second', and `third'.
10676         * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
10677         (second): Make it an alias for `cadr'.
10679 2000-08-06  Eli Zaretskii  <eliz@is.elta.co.il>
10681         * bs.el (bs-apply-sort-faces): Don't use window-system, since all
10682         types of display support faces now.
10684 2000-08-05  Gerd Moellmann  <gerd@gnu.org>
10686         * pcvs.el (require): Require `cl' during compilation, only.
10688         * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
10689         (toplevel): Remove `remq' and `remove' from autoloads.
10690         (cl-fake-autoloads): New variable.  If set, arrange for an error
10691         when CL functions etc. are autoloaded.
10693 2000-08-04  Eli Zaretskii  <eliz@is.elta.co.il>
10695         * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
10697         * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
10698         popped up, but the user clicks outside the menu, return an empty
10699         regexp (that causes unhighlight-regexp to have no effect).
10701         * menu-bar.el (menu-bar-games-menu): Add Zone.
10703         * hi-lock.el (toplevel): Require font-lock.
10705 2000-08-03  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10707         * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
10708         (ebnf-8-bit-chars): New var for bug fix.
10709         (ebnf-string): Bug fix.
10711 2000-08-03  Sam Steingold  <sds@gnu.org>
10713         * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
10714         instead of `buffer-string'.
10715         (require 'cl): Always, not just when compiling.
10716         `ignore-errors' in `interactive', `list*', `defun*' &c make this
10717         necessary.
10719 2000-08-03  Eli Zaretskii  <eliz@is.elta.co.il>
10721         * international/mule-cmds.el (select-safe-coding-system): Make
10722         the message text about selecting a safe coding system more clear.
10724 2000-08-02  Gerd Moellmann  <gerd@gnu.org>
10726         * hi-lock.el: New file.
10728         * play/zone.el: New file.
10730         * replace.el (occur): Set tab-width in the *Occur* buffer to the
10731         value of tab-width in the original buffer.  Choose a line number
10732         format that's a multiple of the original buffer's tab width, so
10733         that lines appear right.
10735         * textmodes/ispell.el (ispell): New function, replacing an alias.
10736         Spell-check active region if in transient-mark-mode and mark
10737         is active; otherwise spell-check buffer.
10739 2000-08-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10741         * ps-mule.el: Fix a customization problem on
10742         ps-mule-font-info-database-default.
10744 2000-08-02  Eli Zaretskii  <eliz@is.elta.co.il>
10746         * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
10747         display-mouse-p instead of window-system.
10748         (ebrowse-member-mode-map): Ditto.
10750 2000-08-01  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10752         * progmodes/ebnf2ps.el: Update ps-print functions call.
10753         Indentation fix.  Doc fix.
10754         (ebnf-version): New version number (3.2).
10755         (ebnf-format-color, ebnf-begin-job): Code fix.
10757 2000-08-01  Eli Zaretskii  <eliz@is.elta.co.il>
10759         * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
10760         font lock support on window-system.
10761         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
10763         * textmodes/ispell.el (ispell-highlight-spelling-error): Use
10764         display-color-p, if fboundp, instead of window-system.
10766 2000-07-31  Eli Zaretskii  <eliz@is.elta.co.il>
10768         * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
10769         instead of window-system.
10771         * wid-edit.el (widget-choose): Use display-mouse-p instead of
10772         window-system.
10773         (widget-choice-mouse-down-action): Use display-popup-menus-p
10774         instead of window-system.
10776         * strokes.el (strokes-file): Run the file name through
10777         convert-standard-filename.
10778         (strokes-mode): Call display-mouse-p instead of looking at
10779         window-system.  Change the error message accordingly.
10781         * progmodes/cpp.el (toplevel): Support faces on tty's.
10783         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
10784         (lm-plot-square, lm-init-display): Don't use window-system.
10786         * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
10787         (gomoku-plot-square, gomoku-init-display): Don't use window-system.
10789         * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
10790         instead of looking at window-system.
10792 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
10794         * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
10795         of testing if iswitchb-prepost-hooks is bound, because the
10796         latter will always be true when invoking a recursive minibuffer
10797         from an active Iswitchb buffer.
10799 2000-07-30  Eli Zaretskii  <eliz@is.elta.co.il>
10801         * files.el (shell-quote-wildcard-pattern): New function.
10802         (insert-directory): Call it.  Only prepend "\" to command on Unix
10803         and GNU/Linux systems.
10805 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
10807         * eshell/esh-groups.el: Change custom :link file names
10808         from `eshell.info' to `eshell'.
10810 2000-07-30  Francis Wright  <fjw@maths.qmw.ac.uk>
10812         * dired.el (dired-build-subdir-alist): Expand subdirectory names
10813         correctly in recursive ange-ftp listings.
10815 2000-07-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10817         * ps-print.el: Fix bug 1: if ps-font-size-internal,
10818         ps-header-font-size-internal and
10819         ps-header-title-font-size-internal variables are not set,
10820         ps-nb-pages and ps-line-lengths-internal crashes.  Fix bug 2: if
10821         face text property is (foreground-color . COLOR) or
10822         `(background-color . COLOR)', ps-print crashes.  Doc fix.
10823         (ps-print-version): New version number (5.2.4).
10824         (ps-plot-region): Code fix.
10825         (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
10826         (ps-face-attribute-list, ps-face-attributes, ps-face-background):
10827         Bug fix 2.
10829 2000-07-30  Milan Zamazal  <pdm@freesoft.cz>
10831         * glasses.el (glasses-make-readable): Fix uncapitalization of
10832         identifiers like `myXMLDocument'.
10834 2000-07-28  Karl Fogel  <kfogel@red-bean.com>
10836         * mail/mail-hist.el (mail-hist-previous-input)
10837         (mail-hist-next-input): Do the obvious code factorization.
10838         (mail-hist-retrieve-and-insert): New func, contains common
10839         code of above two.
10840         If inserting a message body, leave point at top.
10842 2000-07-28  Sam Steingold  <sds@gnu.org>
10844         * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
10845         Use `<=', not `<' to compare times!
10846         (ange-ftp-ls): Remove.
10848 2000-07-27  Gerd Moellmann  <gerd@gnu.org>
10850         * play/cookie1.el: Add explanation of how to make cookie.el
10851         compatible with strfile(1) to comment.
10853         * subr.el (remove, remq): New functions.
10855         * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
10856         escape `*' in regexps.
10857         (midnight-find): Reverse order of arguments in the funcall of
10858         TEST.
10860         * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
10861         and `.class'.
10863         * play/meese.el: Add Commentary section.
10865 2000-07-27  Alex Schroeder  <alex@gnu.org>
10867         * sql.el (sql-ms): Added autoload cookie.
10868         (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
10869         (sql-oracle): Ditto.
10870         (sql-help): Doc change.
10872         (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
10873         types and exceptions.
10875 2000-07-27  Alex Schroeder  <alex@gnu.org>
10877         * sql.el (sql-placeholder-history): New variable.
10878         (sql-query-placeholders-and-send): New function that will query
10879         the user and replace placeholders with user input.
10880         (sql-oracle): If running on NT, set comint-input-sender to
10881         sql-query-placeholders-and-send.
10883         (sql-stop): If in the SQLi buffer, insert stop notification, else
10884         present it as a message.
10886 2000-07-27  Alex Schroeder  <alex@gnu.org>
10888         * sql.el (sql-input-ring-separator): Doc change.
10889         (sql-input-ring-file-name): Doc change.
10890         (sql-interactive-mode): Use `sql-input-ring-separator' and
10891         `sql-input-ring-file-name' to set the comint-mode equivalents
10892         without making them local variables.
10893         (sql-stop): Don't bind `sql-input-ring-separator' and
10894         `sql-input-ring-file-name' dynamically to their comint-mode
10895         equivalents.
10897 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
10899         * international/mule.el (register-char-codings): New function.
10900         (make-coding-system): Handle `safe-chars' specification in the arg
10901         PROPERTY.
10903         * international/mule-cmds.el
10904         (find-coding-systems-region-subset-p): This function deleted.
10905         (sort-coding-systems-predicate): New variable.
10906         (sort-coding-systems): New function.
10907         (find-coding-systems-region): Use
10908         find-coding-systems-region-internal.
10909         (find-coding-systems-string): Use find-coding-systems-region.
10910         (find-coding-systems-for-charsets): Check
10911         char-coding-system-table.
10912         (select-safe-coding-system-accept-default-p): New variable.
10913         (select-safe-coding-system): Mostly rewritten.  New argument
10914         ACCEPT-DEFAULT-P.
10915         (select-message-coding-system): Call select-safe-coding-system
10916         with ACCEPT-DEFAULT-P arg.
10917         (reset-language-environment): Reset default-sendmail-coding-system
10918         to the default value iso-latin-1.
10919         (set-language-environment): Don't set the obsolete variable
10920         charset-origin-alist.
10922         * international/codepage.el (cp-coding-system-for-codepage-1):
10923         Give `safe-chars' property to make-coding-system.
10925         * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
10926         calling select-message-coding-system twice.
10928         * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
10929         instead of `safe-charsets'.
10930         (cyrillic-alternativnyj): Likewise.
10931         (ccl-encode-alternativnyj): Don't check the charset
10932         cyrillic-iso8859-5.
10934 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
10936         * composite.el (compose-chars-after): Preserve match data.
10938 2000-07-26  Sam Steingold  <sds@gnu.org>
10940         * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
10941         (ange-ftp-real-file-newer-than-file-p): New function.
10942         (ange-ftp-verify-visited-file-modtime): Use `float-time'.
10943         (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
10945         * tooltip.el (tooltip-float-time): Removed (use `float-time').
10946         * midnight.el (midnight-float-time): Ditto.
10948 2000-07-26  Andreas Schwab  <schwab@suse.de>
10950         * files.el (normal-backup-enable-predicate): Correct
10951         interpretation of the return value of compare-strings.
10953 2000-07-26  Gerd Moellmann  <gerd@gnu.org>
10955         * isearch.el (isearch-resume): New function.
10956         (isearch-done): Add something to command-history to resume
10957         the search.
10958         (isearch-yank-line, isearch-yank-word): Use
10959         buffer-substring-no-properties instead of buffer-substring.
10961         * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
10962         of flyspell-mouse-map.
10964         * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
10965         duplicate definition.
10966         (makefile-mode): Remove duplicate setting of local-abbrev-table.
10968         * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
10969         (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
10971 2000-07-25  Sam Steingold  <sds@gnu.org>
10973         * net/ange-ftp.el: Get modtime over the net.
10974         (ange-ftp-file-modtime): New function.
10975         (ange-ftp-write-region, ange-ftp-insert-file-contents)
10976         (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
10977         Use it.
10978         (ange-ftp-dot-to-slash): New function.
10979         (ange-ftp-fix-name-for-vms): Use it.
10981         * midnight.el (midnight-buffer-display-time): Use
10982         `with-current-buffer'.
10984 2000-07-25  Gerd Moellmann  <gerd@gnu.org>
10986         * find-dired.el: Update copyright notice.
10987         (find-dired): Offer to kill a running `find'.
10989         * enriched.el (enriched-face-ans): For a `foreground-color'
10990         property, return '(("x-color" COLOR))' so that COLOR will be
10991         output as a parameter of the x-color annotation.  Likewise for the
10992         `background-color' property.  In the case of normal face
10993         properties, don't return annotations for unspecified foreground
10994         and background face attributes.
10996 2000-07-25  Kenichi Handa  <handa@etl.go.jp>
10998         * language/japan-util.el (japanese-katakana-region): Fix handling
10999         HANKAKU argument.
11001 2000-07-25  Miles Bader  <miles@gnu.org>
11003         * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
11004         constrain-to-field.  Pass nil ESCAPE-FROM-EDGE argument to
11005         constrain-to-field.
11007 2000-07-24  Andrew Innes  <andrewi@gnu.org>
11009         * timer.el (timer-activate-when-idle): Add optional parameter
11010         DONT-WAIT.  Update docstring.
11011         (run-with-idle-timer): Specify extra parameter to
11012         timer-activate-when-idle, so that timer will be activated
11013         immediately if Emacs is already idle.
11015         * w32-fns.el (w32-using-nt): Fix docstring.
11017 2000-07-24  Dave Love  <fx@gnu.org>
11019         * mouse.el (popup-menu): Set last-command-event.
11020         (mouse-major-mode-menu-prefix): Declare.
11022 2000-07-24  Gerd Moellmann  <gerd@gnu.org>
11024         * textmodes/flyspell.el: Update to author's version 1.5d.
11026         * progmodes/hideshow.el: Update copyright notice.
11028         * vcursor.el: Set maintainer to FSF, since author cannot
11029         be reached.
11031 2000-07-24  Eli Zaretskii  <eliz@is.elta.co.il>
11033         * info.el (Info-goto-emacs-key-command-node): Leave a space after
11034         the prompt.
11036         * mouse.el (popup-menu): Run the keymap through indirect-function,
11037         in case it was defined with define-prefix-key.  If the menu is a
11038         list of keymaps, look up the binding of user's choice in each one
11039         of the keymaps.
11040         (mouse-popup-menubar): If the global and local menu-bar keymaps
11041         don't have a prompt string, create one and insert it into the
11042         keymap.  Don't barf if current-local-map returns nil.
11044 2000-07-24  Francis Wright  <fjw@maths.qmw.ac.uk>
11046         * dired.el (dired-sort-R-check): Added to allow recursive listing
11047         to be undone.
11048         (dired-sort-other): Use it.
11050 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11052         * Release of cc-mode 5.27
11054 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11056         * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
11057         c-beginning-of-statement-1 that caused a bad case of recursion
11058         which could consume a lot of CPU in large classes in languages
11059         that have in-expression classes (i.e. Java and Pike).
11061         * cc-engine.el (c-guess-basic-syntax): Check for in-expression
11062         statements before top level constructs (i.e. case 6 is moved
11063         before case 5 and is now case 4) to catch in-expression
11064         classes in top level expressions correctly.
11066 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11068         * cc-engine.el (c-guess-basic-syntax): Less naive handling of
11069         objc-method-intro. Case 4 removed and case 5I added.
11071         * cc-langs.el (c-append-paragraph-start): New variable used by
11072         c-common-init to get paragraph-start correct.
11073         * cc-langs.el (c-common-init): Use c-append-paragraph-start to
11074         initialize paragraph-start to make it correct both with and
11075         without the javadoc special case.
11077         * cc-mode.el (java-mode): Use c-append-paragraph-start to
11078         initialize paragraph-start for javadoc markup.
11080         * cc-vars.el (c-style-variables-are-local-p): Incompatible
11081         change by defaulting this to t.  It's motivated by the
11082         confusing behavior that otherwise arise from the style system
11083         when editing both java and non-java files at the same time
11084         (see the comments about style setting in c-common-init).
11086 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11088         * cc-cmds.el (c-indent-new-comment-line): Added a kludge
11089         similar to the one in c-fill-paragraph to check the fill
11090         prefix from the adaptive fill function for sanity.
11092 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11094         * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
11095         defun block.
11097 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11099         * cc-align.el (c-lineup-multi-inher): Handle lines with
11100         leading comma nicely. Extended to handle member initializers
11101         too.
11103         * cc-engine.el: (c-beginning-of-inheritance-list,
11104         c-guess-basic-syntax): Fixed recognition of inheritance lists
11105         when the lines begins with a comma.
11107         * cc-vars.el (c-offsets-alist): Changed default for
11108         member-init-cont to c-lineup-multi-inher since it now handles
11109         member initializers and indents better for leading commas.
11111 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11113         * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
11114         handling that caused class open lines to be recognized as
11115         statement-conts in some cases.
11117         * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
11118         guessed by the adaptive fill function unless point is on the
11119         first line of a block comment.
11121         * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
11122         when the buffer ends with a macro continuation char.
11124         * cc-engine.el (c-guess-basic-syntax): Added support for
11125         function definitions as statements in Pike.  The first
11126         statement in a lambda block is now labeled defun-block-intro
11127         instead of statement-block-intro.
11129         * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
11130         so that the class surrounding point is selected, not the one
11131         innermost in the state.
11133         * cc-engine.el (c-guess-basic-syntax): Fixed bug in
11134         recognition of switch labels having hanging multiline
11135         statements.
11137         * cc-engine.el (c-beginning-of-member-init-list): Broke out
11138         some code in c-guess-basic-syntax to a separate function.
11139         * cc-engine.el (c-just-after-func-arglist-p): Fixed
11140         recognition of member inits with multiple line arglists.
11141         * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
11142         member-init-cont when the commas are in funny places.
11144 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11146         * cc-defs.el (c-auto-newline): Removed this macro since it's
11147         not used anymore.
11149         * cc-engine.el (c-looking-at-bos): New helper function.
11150         * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
11151         inexpr and toplevel classes apart in Pike.
11153         * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
11154         of case 9A.
11156         * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
11157         constant, since "class" can introduce an in-expression class
11158         in Pike nowadays.
11160 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11162         * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
11163         indentation on cpp-macro lines.
11165         * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
11166         a syntax modifier like comment-intro, to make it possible to
11167         get syntactic indentation for preprocessor directives.  It's
11168         incompatible wrt to lineup functions on cpp-macro, but it has
11169         no observable effect in the 99.9% common case where cpp-macro
11170         is set to -1000.
11172 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11174         * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
11175         member-init-cont when the preceding arglist is several lines.
11177 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11179         * cc-styles.el (c-style-alist): The basic offset for the BSD
11180         style corrected to 8.
11182 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11184         * cc-styles.el (c-style-alist): Adjusted the indentation of
11185         brace list openers in the gnu style.
11187 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11189         * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
11191         * cc-cmds.el (c-electric-brace, c-electric-slash,
11192         c-electric-star, c-electric-semi&comma, c-electric-colon,
11193         c-electric-lt-gt, c-electric-paren): Don't reindent old lines
11194         when c-syntactic-indentation is nil.
11196         * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
11197         we were left at comments preceding the first statement when
11198         reaching the beginning of the buffer.
11200         * cc-vars.el (c-syntactic-indentation): New variable to turn
11201         off all syntactic indentation.
11203 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11205         * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
11206         between the text and the block comment ender when it hangs,
11207         depending on how many there are before the fill.
11209 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11211         * cc-engine.el (c-beginning-of-closest-statement): New helper
11212         function to go back to the closest preceding statement start,
11213         which could be inside a conditional statement.
11214         * cc-engine.el (c-guess-basic-syntax): Use
11215         c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
11217         * cc-engine.el (c-guess-basic-syntax): Better handling of
11218         arglist-intro, arglist-cont-nonempty and arglist-close when
11219         the arglist is nested inside parens.  Cases 7A, 7C and 7F
11220         changed.
11222         * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
11223         up-to-date with javadoc 1.2.
11225 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11227         * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
11228         multiline Pike type decls.
11230 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11232         * cc-cmds.el (c-indent-new-comment-line): Always break
11233         multiline comments in multiline mode, regardless of
11234         comment-multi-line.
11236 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11238         * cc-engine.el (c-guess-basic-syntax): Fixed bug with
11239         fully::qualified::names in C++ member init lists.  Preamble in
11240         case 5D changed.
11242 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11244         * cc-langs.el (c-common-init): Handling of obsolete variables
11245         moved to c-initialize-cc-mode.  More compatible style override
11246         when using global style variables.
11247         * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
11248         variables moved here.
11250         * cc-styles.el (c-make-styles-buffer-local): Flag style
11251         variable localness in c-style-variables-are-local-p to make
11252         the compatibility measure in c-common-init work well.
11254         * cc-styles.el (c-set-style-1): c-special-indent-hook can no
11255         longer contain set-from-style.
11256         * cc-styles.el (c-initialize-builtin-style): Don't check for
11257         set-from-style on c-special-indent-hook.
11258         * cc-styles.el (c-copy-tree): Obsolete.  The standard function
11259         copy-alist is sufficient now.
11261         * cc-styles.el (c-set-style, c-set-style-1,
11262         c-get-style-variables): Fixes to variable initialization so
11263         that duplicate entries in styles have the same effect
11264         regardless of DONT-OVERRIDE.
11266         * cc-styles.el (c-set-style-2): Fixed bug where the
11267         initialization of inheriting styles failed when the
11268         dont-override flag is set.
11270         * cc-vars.el (c-special-indent-hook): Don't use set-from-style
11271         on this.
11273 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11275         * cc-defs.el (c-forward-comment): Removed the workaround
11276         introduced in 5.38 since it had worse side-effects.  If a line
11277         contains the string "//\"", it regarded the // as a comment
11278         start since the \ temporarily doesn't have escape syntax.
11280 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
11282         * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
11283         ada-xref.el before ada-prj.el, so that the Project menu is created
11284         when ada-prj tries to add to it.
11285         (ada-activate-keys-for-case): Suppress the characters that are not
11286         part of the Ada syntax. Better compatibility with else-mode
11287         (ada-adjust-case-interactive): When auto-casing is not active,
11288         correctly insert newlines (used to insert only ^M).  Prevent the
11289         syntax table from being changed in case of an error
11290         (or '_' becomes part of a word and some commands are confused).
11291         Do nothing if ada-auto-case is nil.
11292         (ada-after-keyword-p): Ignore keywords that are also attributes
11293         (ada-batch-reformat): Update usage comment
11294         (ada-call-from-contextual-menu): New function
11295         (ada-case-read-exceptions): Reinitialize the casing exception list
11296         first to nil first, so that the casing exception file can be
11297         shared.
11298         (ada-check-defun-name): Handles "configure" keyword for gnatdist
11299         files.
11300         (ada-compile-goto-error): Fix regexp used to detect a file:line
11301         anywhere in the error message
11302         (ada-contextual-menu-last-point): New variable
11303         (ada-create-keymap): If the variable delete-key-deletes-forward is
11304         t on XEmacs, it means that DEL should delete one character
11305         forward.
11306         (ada-create-menu): Use :included instead of :visible for XEmacs.
11307         New submenu "Options".
11308         (ada-end-stmt-re): Correctly indent "select ... then abort"
11309         statements.
11310         (ada-fill-comment-paragraph): Correctly delete all leading '--'
11311         even if they don't match ada-fill-comment-prefix Fix handling of
11312         paragraphs on the first or last line of a file.
11313         (ada-format-paramlist): Fix handling of default parameter values.
11314         (ada-get-body-name): New function.
11315         (ada-get-current-indent): Optimized by searchling directly for an
11316         existing generic part or a statement outside of it.  Handle
11317         ada-indent-align-comments when indenting comments Replaced some
11318         regexps by testing directly the next character. This results in a
11319         huge speedup on some files.  New indentation scheme for renames
11320         statements.  Stop looking for the 'while' or 'for' associated with
11321         a 'loop' at the first semicolon encountered.  A "return" can also
11322         match an anonymous access subprogram declaration.
11323         (ada-get-indent-noindent): Ignore strings and comments when
11324         looking for the keywords "record" and "private".
11325         (ada-goto-matching-decl-start): When matching "if", make sure we
11326         are not in fact seeing "end if".  Ignore "when" statements except
11327         when initial keyword was "begin".  Fix handling of nested
11328         procedures.  Add a recursive call to this function to skip over
11329         other 'end' statmts.  Fix indentation for "when .. => begin"
11330         (ada-in-open-paren-p): Fix indentation for complex boolean
11331         expressions, where 'and then', 'or else' and parenthesis
11332         statements are mixed up.
11333         (ada-in-paramlist-p): Skip comments while searching for the
11334         beginning Fix handling of operator declarations.
11335         (ada-indent-align-comments): New variable
11336         (ada-indent-current): Change the syntax table only in the
11337         protected section, so that we are sure it is restored correctly.
11338         (ada-indent-on-previous-lines): Use ada-use-indent and
11339         ada-with-indent Correctly indent "select ... then"
11340         (ada-indent-region): Slight speedup.
11341         (ada-indent-renames): New variable.
11342         (ada-last-which-function-subprog, ada-last-which-function-line):
11343         New variables
11344         (ada-looking-at-semi-private): Correctly indent the 'private'
11345         keyword when it is the first word in a package declaration.
11346         (ada-loose-case-word): Stop searching if at the end of the buffer.
11347         (ada-loose-case-word, ada-capitalize-word): Recase the whole word
11348         even if point is not initially at the end of the word.
11349         (ada-matching-decl-start-re): Add "when".
11350         (ada-mode): Add support for abbrev-mode, outline-mode and
11351         which-func-mode Override the old find-file.el entry in
11352         ff-special-constructs since it is using the obsolete
11353         ada-spec-suffix variable
11354         (ada-no-auto-case): New function
11355         (ada-scan-paramlist): When parsing the argument type, accept
11356         spaces (as in "X 'Class", generated by Rational Rose).
11357         (ada-other-file-name): No longer loads the other file.
11358         (ada-popup-menu): Save and restore the current buffer and cursor
11359         position before and after displaying the menu.
11360         (ada-search-ignore-complex-boolean): New function.
11361         (ada-uncomment-region): Emacs21 already knows how to delete
11362         comments not starting in the first column.
11363         (ada-use-indent): New variable
11364         (ada-which-function): New function.
11365         (ada-with-indent): New variable
11366         (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
11367         can be batch-compiled from the command line.
11369         * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
11370         Add to the menu when the file is loaded, not in ada-mode-hook.
11371         Add -toolbar to the default ddd command Switches moved from
11372         ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
11373         ada-prj-default-comp-opt
11374         (ada-add-ada-menu): Remove the map and name parameters Add the Ada
11375         Reference Manual to the menu
11376         (ada-check-current): rewritten as a call to ada-compile-current
11377         (ada-compile): Removed.
11378         (ada-compile-application, ada-compile-current, ada-check-current):
11379         Set the compilation-search-path so that compile.el automatically
11380         finds the sources in src_dir.  Automatic scrollong of the
11381         compilation buffer.  C-uC-cC-c asks for confirmation before
11382         compiling
11383         (ada-compile-current): New parameter, prj-field
11384         (ada-complete-identifier): Load the .ali file before doing
11385         processing
11386         (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
11387         conform to gnatmake's behavior.
11388         (ada-find-file-in-dir): New function
11389         (ada-find-references): Set the environment variables for gnatfind
11390         (ada-find-src-file-in-dir): New function.
11391         (ada-first-non-nil): Removed
11392         (ada-gdb-application): Add support for jdb, the java debugger.
11393         (ada-get-ada-file-name): Load the original-file first if not done
11394         yet.
11395         (ada-get-all-references): Handles the new ali syntax (parent types
11396         are found between <>).
11397         (ada-initialize-runtime-library): New function
11398         (ada-mode-hook): Always load a project file when a file is opened,
11399         so that the casing exceptions are correctly read.
11400         (ada-operator-re): Add all missing operators ("abs", "rem", "**").
11401         (ada-parse-prj-file): Use find-file-noselect instead of find-file
11402         to open the project file, since the latter does not work with
11403         speedbar Get default values before loading the prj file, or the
11404         default executable file name is wrong.  Use the absolute value of
11405         src_dir to initialize ada-search-directories and
11406         compilation-search-path,...  Add the standard runtime library to
11407         the search path for find-file.
11408         (ada-prj-default-debugger): Was missing an opening '{'
11409         (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
11410         variables.
11411         (ada-prj-default-gnatmake-opt): New variable
11412         (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
11413         buffers, the project file is the default one Save the windows
11414         configuration before displaying the menu.
11415         (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
11416         (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
11417         ...)  regexp-quote identifiers names to support operators +,
11418         -,... in regexps.
11419         (ada-remote): New function.
11420         (ada-run-application): Erase the output buffer before starting the
11421         run Support remote execution of the application.  Use
11422         call-process, or the arguments are incorrectly parsed
11423         (ada-set-default-project-file): Reread the content of the active
11424         project file, not the one from the current buffer When a project
11425         file is set as the default project, all directories are
11426         automatically associated with it.
11427         (ada-set-environment): New function
11428         (ada-treat-cmd-string): New special variable ${current}
11429         (ada-treat-cmd-string): Revised.  The substitution is now done for
11430         any ${...} substring
11431         (ada-xref-current): If no body was found, compiles the spec
11432         instead.  Setup ADA_{SOURCE,OBJECTS}_PATH before running the
11433         compiler to get rid of command line length limitations.
11434         (ada-xref-get-project-field): New function
11435         (ada-xref-project-files): New variable
11436         (ada-xref-runtime-library-specs-path)
11437         (ada-xref-runtime-library-ali-path): New variables
11438         (ada-xref-set-default-prj-values): Default run command now does a
11439         cd to the build directory.  New field: main_unit Provide a default
11440         file name even if the current buffer has no prj file.
11442         * ada-prj.el:
11443         Rewritten to show a tabbed-dialog.
11444         (ada-prj-add-ada-menu): Remove the map and name parameters.
11445         (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
11446         New function
11447         (ada-prj-load-directory, ada-prj-subdirs-of): New functions
11448         (ada-prj-load-from-file): New function
11449         (ada-prj-save): Always save fields that depend on the current buffer
11450         (ada-prj-show-value): New function
11452         * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
11453         Ada mode. This will allow us to display the Ada menu in any buffer
11454         we want (for project items).
11455         (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
11456         number of spaces in the header.
11458 2000-07-24  Dave Love  <fx@gnu.org>
11460         * ediff-init.el (ediff-region-help-echo): Bind face-help.
11462 2000-07-23  Noah Friedman  <friedman@splode.com>
11464         * type-break.el (type-break): perform autosave.
11465         Suggested by Stephen Gildea <gildea@intouchsys.com>.
11466         (type-break-do-query): Cancel query schedule while performing
11467         actual query, to avoid possibility of a second query being made
11468         while first one is already in progress.
11469         (type-break-time-stamp-format): New variable.
11470         (type-break-time-stamp): New function.
11471         (type-break-time-warning): Use it.
11472         (type-break-keystroke-warning): Use it.
11473         (type-break-noninteractive-query): Use it.
11475         * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
11476         cookie.
11477         Use add-minor-mode to set minor-mode-alist, if available.
11478         (eldoc-echo-area-use-multiline-p): New user option.
11479         (eldoc-echo-area-multiline-supported-p): New variable.
11480         (eldoc-docstring-format-sym-doc): Use them.
11481         (eldoc-mode): If not using idle timers, append to local post and
11482         pre command hooks.  Suggested by David Byers <davby@ida.liu.se>.
11483         (eldoc-display-message-no-interference-p): Don't interfere with
11484         edebug.
11485         Add autoload cookie for eldoc-mode minor-mode-alist initialization.
11486         (eldoc-function-arglist): New function.
11487         (eldoc-function-argstring): Use it.
11489         * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
11490         auto save directory exists before calling directory-files.
11492 2000-07-23  Dave Love  <fx@gnu.org>
11494         * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
11495         ^o, ^u.
11497 2000-07-21  Dave Love  <fx@gnu.org>
11499         * ediff-init.el (ediff-region-help-echo): Modify to use overlay
11500         now passed to the function.  It now works properly.
11502         * smerge-mode.el (smerge-mode-menu): Fill it out.
11504 2000-07-20  Gerd Moellmann  <gerd@gnu.org>
11506         * info-look.el (info-lookup): If *info* is shown in another frame
11507         on the same display, select that frame, instead of switching to
11508         the Info buffer in another window of the selected frame.
11510         * simple.el (universal-argument-map): Bind numeric keypad keys
11511         kp-0 to kp-9 and kp-subtract.
11512         (digit-argument): Handle these keys.
11514 2000-07-20  Dave Love  <fx@gnu.org>
11516         * net/goto-addr.el (goto-address-fontify): Don't bother with
11517         buffer-modified and read-only stuff -- irrelevant with overlays.
11518         Put an extra property on the overlays and use it to clean up in
11519         case goto-address is re-run.
11521 2000-07-19  Richard M. Stallman  <rms@gnu.org>
11523         * timer.el (run-with-idle-timer): Doc fix.
11525         * mail/mail-utils.el (mail-strip-quoted-names):
11526         Handle case where <...> appears inside "...".
11527         Use replace-match to edit the string more simply.
11528         (rmail-dont-reply-to): Cope with an unmatched ".
11530 2000-07-19  Dave Love  <fx@gnu.org>
11532         * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
11533         implementation.
11535         * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
11536         (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
11537         (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
11539 2000-07-19  Gerd Moellmann  <gerd@gnu.org>
11541         * textmodes/refer.el: Correct maintainer's email address.
11543         * progmodes/hideif.el: Correct author's email address.
11544         Fix typo in comment.
11546         * xml.el: New file.
11548         * mail/mailheader.el: Correct author's mail address.
11550         * gnus/parse-time.el: Correct author's mail address.
11552 2000-07-19  Colin Walters <walters@cis.ohio-state.edu>
11554         * comint.el (comint-highlight-input, comint-highlight-face):
11555         New user options.
11556         (comint-input-ring-file-name): Change custom type.
11557         (comint-mode-map): Bind mouse-2.
11558         (comint-insert-clicked-input): New function.
11559         (comint-send-input): Handle input highlighting.
11561 2000-07-18  Stefan Monnier  <monnier@cs.yale.edu>
11563         * mouse.el (popup-menu): New function.
11564         (mouse-major-mode-menu): Use it.
11566 2000-07-18  Dave Love  <fx@gnu.org>
11568         * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
11569         improvements.
11571 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
11573         * faces.el (face-font-selection-order)
11574         (face-font-family-alternatives): Add custom type.
11576 2000-07-18  Dave Love  <fx@gnu.org>
11578         * cus-edit.el (custom-variable-reset-saved)
11579         (custom-variable-reset-standard): Remove unused bindings.
11581         * rect.el (open-rectangle-line): Remove unused let.
11583         * hl-line.el (hl-line-highlight): Check hl-line-mode.
11585 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
11587         * cdl.el: Fix `Maintainer' keyword.
11589         * play/pong.el: Add author's email address.
11591 2000-07-17  Sam Steingold  <sds@gnu.org>
11593         * files.el (insert-directory): Call `split-string' instead of
11594         re-implementing it.
11596 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
11598         * mail/vms-pmail.el: Change maintainer to FSF.
11600         * net/goto-addr.el: Change maintainer to FSF.
11602         * info.el (Info-title-face-alist): Removed.
11604 2000-07-18  David Ponce  <david@dponce.com>
11606         * recentf.el (recentf-open-files): New command that works like
11607         `recentf-open-more-files', but shows the whole list of files (not just
11608         those omitted from the menu). Useful if you don't use a menu-bar!
11609         (recentf-open-more-files) Modified to use `recentf-open-files'.
11611         (recentf-open-files, recentf-open-more-files)
11612         (recentf-edit-list): Dialogs use `recentf-dialog-mode'
11614         (recentf-dialog-mode): New mode for dialogs. You can now just type
11615         "q" to cancel the dialogs.
11617 2000-07-18  David Ponce  <david@dponce.com>
11619         * recentf.el: This is a major update of recentf.el. It adds new
11620         features to better organize the recentf menu and "More..." buffer.
11622         Using new provided menu filtering functions you can now organize the
11623         recent files list:
11625         - by major modes
11626         - by directories
11627         - by user defined rules
11629         Finally, with the new `recentf-filter-changer' customizable filter you
11630         can define a ring of filters and dynamically (via the menu) cycle on
11631         each menu organization in the ring (a la msb).
11633 2000-07-18  Eli Zaretskii  <eliz@is.elta.co.il>
11635         * eshell/eshell.el (eshell): Replace links to eshell.info with
11636         links to eshell, to avoid problems on systems where the manual is
11637         installed as `eshell'.
11638         * eshell/esh-cmd.el (eshell-cmd): Ditto.
11639         * eshell/em-smart.el (eshell-smart): Ditto.
11640         * eshell/em-banner.el (eshell-banner): Ditto.
11641         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
11643         * eshell/em-unix.el (eshell-shuffle-files): Don't disable
11644         same-file check in the MS-DOS version (it does support inodes).
11646         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
11648         * eshell/eshell.el (eshell-directory-name):
11649         Run default directory name through convert-standard-filename.
11651 2000-07-18  Kenichi Handa  <handa@etl.go.jp>
11653         * international/mule-cmds.el (select-safe-coding-system):
11654         Fix typo in the comment.
11656         * language/european.el (compound-text):
11657         Force katakana-jisx0201 to be designated to G1.
11659         * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
11660         Don't translate some national variant characters of latin-jisx0201.
11661         (x-ctext): Force katakana-jisx0201 to be designated to G1.
11663         * international/kkc.el (kkc-after-update-conversion-functions):
11664         New variable.
11665         (kkc-update-conversion): Run functions in it at the tail.
11667 2000-07-16  John Wiegley  <johnw@gnu.org>
11669         * lisp/align.el (align-newline-and-indent):
11670         Adding new function.  for auto-aligning blocks of code on RET.
11671         (align-region): Fixed badly formatted minibuffer message.
11673 2000-07-17  Kenichi Handa  <handa@etl.go.jp>
11675         * international/kkc.el (kkc-show-conversion-list-count): Customize it.
11676         (kkc-region): Update kkc-next-count and kkc-prev-count here.  Show
11677         the conversion list at first if appropriate.
11678         (kkc-next): Don't update kkc-next-count here.
11679         (kkc-prev): Don't update kkc-prev-count here.
11680         (kkc-show-conversion-list-update): Fix setting up of conversion
11681         list message.
11683 2000-07-16  Stefan Monnier  <monnier@cs.yale.edu>
11685         * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
11687 2000-07-16  Dave Love  <fx@gnu.org>
11689         * cus-edit.el (custom-buffer-create-internal): Use a help-echo
11690         function to be more specific.
11692         * wid-edit.el (widget-specify-field, widget-specify-button): Allow
11693         non-string help-echo.
11694         (widget-types-convert-widget): Defsubst it.
11695         (widget-echo-help): Try to cope with a help-echo function of two
11696         possible sorts.
11698 2000-07-15  Jason Rumney  <jasonr@gnu.org>
11700         * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
11701         Declare as obsolete.
11703         * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
11705 2000-07-14  Gerd Moellmann  <gerd@gnu.org>
11707         * hilit-chg.el: Fix typo.
11709 2000-07-14  Dave Love  <fx@gnu.org>
11711         * info.el (Info-mode-menu): Fix use of :help, :enable.
11713 2000-07-14  Stefan Monnier  <monnier@cs.yale.edu>
11715         * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
11717 2000-07-13  Dave Love  <fx@gnu.org>
11719         * emacs-lisp/easymenu.el: Doc fixes.
11720         (easy-menu-remove): Defalias to ignore.
11722         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
11723         Call throw correctly.
11725 2000-07-13  Gerd Moellmann  <gerd@gnu.org>
11727         * faces.el (frame-background-mode): Doc fix.
11729         * simple.el (eval-expression-print-length): Change custom type to
11730         allow entering nil as value.
11732 2000-07-13  Dave Love  <fx@gnu.org>
11734         * progmodes/fortran.el (fortran-imenu-generic-expression):
11735         Change definition layout.
11736         (fortran-mode-menu): Reinstate customize entries.
11738         * cus-edit.el (custom-group-menu-create, customize-menu-create):
11739         Use :filter, per old XEmacs code.
11741 2000-07-12  Gerd Moellmann  <gerd@gnu.org>
11743         * term.el (term-send-raw-meta): Strip modifiers from the keyboard
11744         event when deciding what to send to the terminal.
11746 2000-07-12  Dave Love  <fx@gnu.org>
11748         * cus-start.el: Add optional version as 4th element of specs and
11749         use it for several things new in v21.  Remove load-path.  Fix type
11750         of line-number-display-limit.
11752 2000-07-11  Dave Love  <fx@gnu.org>
11754         * progmodes/fortran.el: Don't require easymenu.
11755         Use repeat counts in various regexps.
11756         (fortran-mode-syntax-table): Defvar directly.
11757         (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
11758         (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
11759         Use defvar, not defconst.
11760         (fortran-mode-map): Change locals in `let'.  Use `fortran-auto-fill'.
11761         (fortran-mode): Set fortran-comment-line-start-skip,
11762         fortran-comment-line-start-skip, dabbrev-case-fold-search.
11763         (fortran-comment-indent): Use defsubst.
11764         (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
11765         Use fortran-comment-indent, not fortran-comment-indent-function.
11766         (fortran-comment-region, fortran-electric-line-number): Simplify.
11767         (fortran-auto-fill): New function.
11768         (fortran-do-auto-fill): Deleted.
11769         (fortran-find-comment-start-skip):
11770         Check for non-null comment-start-skip.
11771         (fortran-auto-fill-mode, fortran-fill-statement):
11772         Use fortran-auto-fill.
11773         (fortran-fill): Use fortran-auto-fill.  Check for null
11774         comment-start-skip.  Simplify final clause and use end-of-line finally.
11776         * widget.el (widget-plist-member): New alias.
11778 2000-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
11780         * eshell/esh-module.el (toplevel): Reference
11781         byte-compile-current-file only if it is bound.
11783 2000-07-10  Gerd Moellmann  <gerd@gnu.org>
11785         * dired.el: Don't require `dired-aux'.
11787 2000-07-10  Miles Bader  <miles@lsi.nec.co.jp>
11789         * dired-aux.el (dired-show-file-type): New function.
11790         * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
11791         (dired-show-file-type): Add autoload.
11793 2000-07-10  Kenichi Handa  <handa@etl.go.jp>
11795         * international/mule-diag.el (describe-font): Adjusted for the
11796         change of fontset-info.
11797         (print-fontset): Likewise.
11799 2000-07-09  Stefan Monnier  <monnier@cs.yale.edu>
11801         * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
11803 2000-07-07  Gerd Moellmann  <gerd@gnu.org>
11805         * bindings.el: Bind `[delete]' to delete-char.
11807         * dired.el (dired-find-alternate-file): New function.
11808         (dired-mode-map): Bind `a' to dired-find-alternate-file.
11809         (toplevel): Require dired-aux when compiling.
11810         (dired-buffers): Move defvar within file to avoid compiler warning.
11812         * info.el (Info-last-search): Variable removed.
11813         (Info-search-history): New variable.
11814         (Info-search): New Info-search-history.
11816         * battery.el, info-look.el: Change author's mail address.
11818 2000-07-07  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
11820         * mail/rmail.el (rmail-clear-headers): Don't throw an error
11821         if rmail-ignored-headers is nil.
11822         (rmail-retry-failure): Bind rmail-ignored-headers and
11823         rmail-displayed-headers to nil.
11825 2000-07-06  Gerd Moellmann  <gerd@gnu.org>
11827         * lpr.el (lpr-page-header-switches): Add `-h' switch.
11828         (print-region-1): Don't hard code `-h' here.
11830         * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
11832 2000-07-01  Francesco Potorti`  <pot@gnu.org>
11834         * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
11835         exim can use "your message" instead of "the message".
11837 2000-07-06  Stefan Monnier  <monnier@cs.yale.edu>
11839         * facemenu.el: Docstrings fixes.
11840         (facemenu-get-face): Don't use internal-find-face.
11841         (facemenu-iterate): Rename arg to match the docstring.
11843         * newcomment.el (uncomment-region): Be more careful when skipping
11844         backwards over `=' not to bump into BOBP.
11846 2000-07-05  Michael Kifer  <kifer@cs.sunysb.edu>
11848         * ediff-diff.el (ediff-wordify): Use syntax table.
11849         * ediff-init.el (ediff-has-face-support-p): Use
11850         ediff-color-display-p.
11851         (ediff-color-display-p): Use display-color-p, changed to defun
11852         from defsubst.
11853         Got rid of special cases for NeXT and OS/2.
11854         * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
11855         face.
11857 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
11859         * emacs-lisp/lucid.el: Require CL.
11860         (copy-tree, remprop): Remove, it's provided by CL.
11861         (map-keymap): Define in terms of cl-map-keymap.
11862         (extent-property, set-extent-end-glyph): New functions.
11864         * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
11866 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
11868         * Makefile.in (DONTCOMPILE): Add comment that the name may
11869         not be changed without changing the make-dist script.
11871         * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
11872         (cl-mapc): Use mapc instead of cl-old-mapc.
11874 2000-07-05  Andrew Innes  <andrewi@gnu.org>
11876         * makefile.nt: Add support for `bootstrap' and related targets.
11878 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
11880         * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
11881         (easy-menu-do-define): Use `menu-item' format.
11882         Handle case where easy-menu-create-menu returns a symbol.
11883         Manually call the potential top-level filter in the function binding.
11884         (easy-menu-filter-return): New arg NAME.
11885         Convert to a keymap if MENU is an XEmacs menu.
11886         (easy-menu-convert-item-1): New.  Extracted from easy-menu-do-add-item.
11887         (easy-menu-converted-items-table, easy-menu-convert-item):
11888         New var and fun to memoize easy-menu-convert-item-1.
11889         (easy-menu-do-add-item): Use it.
11890         (easy-menu-create-menu): Use easy-menu-convert-item.
11891         Wrap easy-menu-filter-return around any :filter specification.
11892         Don't convert the menu if a filter was specified.
11893         Tell easy-menu-make-symbol not to check for MENU being an expression.
11894         (easy-menu-make-symbol): New arg NOEXP.
11896 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
11898         * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
11899         EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
11900         (eval-defun): If called with prefix arg, instrument code for
11901         Edebug.
11903         * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
11904         similar to that of eval-defun.
11906 2000-07-04  Dave Love  <fx@gnu.org>
11908         * hl-line.el (hl-line-overlay): Make it permanent-local.
11910         * calendar/todo-mode.el: Replaced with a working version, based on
11911         1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
11913 2000-07-03  Miles Bader  <miles@lsi.nec.co.jp>
11915         * paths.el (prune-directory-list): New function.
11916         (Info-default-directory-list): Rewritten to more methodically
11917         enumerate a big list of possible info directories (based on the
11918         list used by the standalone info reader).
11920         * info.el (info-initialize): Use prune-directory-list to remove
11921         non-existent directories from Info-directory-list.
11923         * paths.el (Info-default-directory-list): Try a list of possible
11924         info-directories instead of a single one.  Add the possible
11925         info directory "/usr/share/info".
11927         * woman.el (woman-man.conf-path): Explicitly include the debian
11928         man-db config file "/etc/manpath.config".
11929         (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
11930         are present in `manpath.config'.
11931         (woman-manpath): Include "/usr/share/man".
11933 2000-07-03  Gerd Moellmann  <gerd@gnu.org>
11935         * frame.el (blink-cursor-mode): Don't hide cursor initially.
11937         * startup.el (command-line): Initialize blink-cursor based
11938         on window-system.
11940         * frame.el (blink-cursor): Default to nil if not running under
11941         a window-system.
11943         * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
11944         (face-x-resources): Remove duplicate entry for :font.
11946         * textmodes/refer.el (refer-find-entry-internal): Use some-window
11947         instead of cycling through windows with next-window.
11949         * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
11950         of cycling through windows with next-window.
11952         * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
11953         of cycling through windows with next-window.
11955         * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
11956         (edebug-get-displayed-buffer-points): Use walk-windows/some-window
11957         instead of cycling through windows with next-window.
11959         * calendar/appt.el (appt-select-lowest-window): Use walk-windows
11960         instead of cycling through windows with next-window.
11962         * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
11963         of cycling through windows with next-window.
11965         * terminal.el (te-process-output): Use walk-windows instead of
11966         cycling through windows with next-window.
11968         * server.el (server-switch-buffer): Use some-window instead of
11969         cycling through windows with next-window.
11971         * window.el (some-window): New function.
11972         (walk-windows): Remove reference to walk-windows-start.
11974         * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
11976 2000-07-03  Richard Stallman  <rms@gnu.org>
11978         * window.el (walk-windows): Guarantee termination by keeping a list
11979         of all the windows already handled.
11981 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
11983         * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
11984         window-system.
11986         * man.el (Man-notify-when-ready): Don't use window-system.  If
11987         Man-notify-method is newframe, and the display is not
11988         multi-frame, select the frame created for the man page.
11989         (Man-init-defvars): Doc fix.
11991 2000-06-28  Gerd Moellmann  <gerd@gnu.org>
11993         * faces.el (region): Change background color for light background.
11995         * ediff-wind.el (ediff-setup-control-frame): Remove :box
11996         attribute from mode-line face of Ediff control frame.
11998         * replace.el (query-replace-map): Bind `e' like `E'.
12000 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
12002         * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
12003         Change name to "Select All".
12005         * dos-fns.el (convert-standard-filename): Fix last change.
12007 2000-06-27  Gerd Moellmann  <gerd@gnu.org>
12009         * help.el (describe-variable): Don't insert a second `'s' in front
12010         of the string `value is shown below'.  Since the syntax-table is
12011         set to emacs-lisp-mode-syntax-table, forward-sexp skips over
12012         an existing `'s', so that this won't be deleted.
12014         * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
12015         * pcmpl-unix.el: New files.
12017 2000-06-26  Stefan Monnier  <monnier@cs.yale.edu>
12019         * wid-edit.el (widget-member): Use the new plist-member.
12021 2000-06-26  Gerd Moellmann  <gerd@gnu.org>
12023         * replace.el (perform-replace): Undo change of 2000-04-04.
12024         Instead, move backward 1 character at the end of the loop when
12025         necessary.
12027         * faces.el (fringe): Change face for different backgrounds.
12029         * eshell/esh-module.el (toplevel): Load defgroup's differently;
12030         patch from John.
12032         * eshell/*.el: Change spelling of the Free Software Foundation.
12034         * eshell/esh-toggle.el: Removed.
12036         * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
12038         * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
12039         interactively.
12041 2000-06-26  Alex Schroeder  <alex@gnu.org>
12043         * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
12044         `define-key'; instead of checking `(emacs-version)' check for
12045         `set-keymap-parent' and `set-keymap-name' directly.  Add entries
12046         for `;' and `o' which might be electric.
12048         (sql-electric-stuff): New user option.
12049         (sql-magic-go): New function which uses `sql-electric-stuff'.
12050         (sql-magic-semicolon): New function which uses
12051         `sql-electric-stuff'.
12053         (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
12054         is not fboundp.
12056         (sql-oracle-options): New variable.
12057         (sql-oracle): Use it.
12059         (sql-imenu-generic-expression): Doc change.
12060         (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
12061         is used.
12063         (sql-informix): Added command line parameter "-" to force
12064         sql-informix-program to use stdout.
12066 2000-06-25  Eli Zaretskii  <eliz@is.elta.co.il>
12068         * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
12069         (cp864-decode-table): Doc fix.
12070         (cp720-decode-table): New variable, supports the Arabic OEM
12071         codepage used by Windows.
12072         (cp737-decode-table): New, Greek OEM codepage used by Windows.
12074 2000-06-23  Dave Love  <fx@gnu.org>
12076         * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
12077         (font-lock-fontify-anchored-keywords): Use
12078         line-beginning-position.
12079         (global-font-lock-mode): Use mapc.
12081 2000-06-23  Stefan Monnier  <monnier@cs.yale.edu>
12083         * eshell/esh-module.el: Require CL when compiling.
12085 2000-06-23  Gerd Moellmann  <gerd@gnu.org>
12087         * comint.el (comint-substitute-in-file-name): Call replace-match
12088         with second and third arg t.
12090         * cus-edit.el (custom-button-face, custom-button-pressed-face):
12091         Specify foreground color.
12093         * faces.el (tool-bar, mode-line, header-line): Specify foreground
12094         color.
12096         * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
12098         * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
12099         cddr instead of cdddr.
12101         * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
12102         instead of copy-list.
12104         * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
12105         of copy-list.
12107         * subdirs.el: Add eshell subdirectory.
12109         * eshell: New subdirectory containing the Eshell package.
12111         * pcomplete.el: New file.
12113 2000-06-23  Paul Eggert  <eggert@twinsun.com>
12115         * mail/mailpost.el (post-mail-send-it): Make sure file has
12116         proper permissions from birth.
12118         * files.el (basic-save-buffer-2): When temporarily setting
12119         file modes, set them to current modes plus 0200, not to 0777.
12121         * emerge.el (emerge-make-temp-file): Make sure file has proper
12122         permissions from birth.
12124 2000-06-22  Eli Zaretskii  <eliz@is.elta.co.il>
12126         * files.el (make-backup-file-name-1): On DOS/Windows, run the
12127         backup file name through convert-standard-filename.
12129         * dos-fns.el (convert-standard-filename): Convert leading
12130         directories as well.  When long file names are supported, convert
12131         characters that are invalid in Windows file names.
12133 2000-06-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12135         * ps-print.el: Fix bug: if ^L is the very first buffer character,
12136         ps-print crashes.  New feature: page selection for printing.  Create
12137         raw-text-unix coding system for XEmacs.  Doc fix.
12138         (ps-print-version): New version number (5.2.3).
12139         (ps-plot-region): Bug fix.
12140         (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
12141         (ps-header-sheet, ps-generate, ps-end-job): Code fix.
12142         (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
12143         funs.
12144         (ps-selected-pages, ps-last-selected-pages, ps-first-page)
12145         (ps-last-page): New vars.
12147 2000-06-21  Gerd Moellmann  <gerd@gnu.org>
12149         * progmodes/sh-script.el (sh-while-getopts): Fix handling of
12150         empty option string.
12152 2000-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
12154         * man.el (man): Doc fix.
12156 2000-06-21  Kenichi Handa  <handa@etl.go.jp>
12158         * international/mule-cmds.el (set-language-info-alist): Docstring
12159         fixed.
12161 2000-06-20  Gerd Moellmann  <gerd@gnu.org>
12163         * version.el (emacs-version): Use ISO date format.
12165         * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
12166         instead of `M-backspace'.
12168         * simple.el (turn-off-auto-fill): New function.
12170 2000-06-20  Stefan Monnier  <monnier@cs.yale.edu>
12172         * jit-lock.el (with-buffer-prepared-for-jit-lock):
12173         Renamed from with-buffer-prepared-for-font-lock and use
12174         inhibit-modification-hooks rather than setting *-change-functions.
12175         Update all functions to use the new name.
12176         (jit-lock-first-unfontify-pos): New semantics (and doc).
12177         (jit-lock-mode): Make non-interactive.
12178         Don't automatically turn on font-lock.
12179         Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
12180         Always use jit-lock-after-change.
12181         Remove and restore font-lock-after-change-function.
12182         (turn-on-jit-lock, jit-lock-after-fontify-buffer)
12183         (jit-lock-after-unfontify-buffer): Remove.
12184         (jit-lock-stealth-fontify):
12185         Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
12186         (jit-lock-after-change): Set the `fontified' text-prop to nil.
12188 2000-06-20  Sam Steingold  <sds@gnu.org>
12190         * emacs-lisp/cl-indent.el (toplevel): Indent
12191         `print-unreadable-object' properly.  Untabify.
12193 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
12195         * textmodes/reftex.el (reftex-find-citation-regexp-format):
12196         Support for bibentry.
12197         (reftex-compile-variables): Fixed problem with end of section-re.
12199         * texmodes/reftex-dcr.el (reftex-view-crossref,
12200         reftex-view-crossref-from-bibtex):
12201         Deal with changed `reftex-find-citation-regexp-format'.
12202         (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
12203         Replaced `remprop' with `put'.
12204         (reftex-view-crossref, reftex-view-crossref-when-idle):
12205         Support for bibentry.
12207         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
12208         New entry for bibentry package.
12210         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
12211         Regexp also matches "\nobibliography".
12213         * textmodes/reftex-global.el (reftex-renumber-simple-labels):
12214         Call `reftex-ensure-write-access' before doing anything.
12215         (reftex-ensure-write-access): New function.
12217 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
12219         * progmodes/idlwave.el: File re-installed (update to version 4.2)
12221         * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
12223         * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
12225         * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
12228 2000-06-20  Dave Love  <fx@gnu.org>
12230         * faces.el (frame-background-mode): Use set-default, not set, in
12231         setter.
12232         (frame-update-faces, frame-update-face-colors): Define with
12233         defalias.
12235         * enriched.el (enriched-decode-foreground)
12236         (enriched-decode-background): Don't use internal-find-face.
12238         * apropos.el: Doc fixes.
12240         * cus-edit.el (customize-changed-options): Check arg.
12241         (customize-version-lessp): Don't require decimal point.
12243         * custom.el (defcustom, defgroup): Doc fix.
12245         * newcomment.el (comment) <defgroup>: Add :version.
12246         (comment-multi-line): Doc fix.
12248         * emulation/mlsupport.el (define-hooked-local-abbrev,
12249         define-hooked-global-abbrev): Fix, using define-abbrev.
12251 2000-06-19  Gerd Moellmann  <gerd@gnu.org>
12253         * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
12254         the whole buffer.
12256 2000-06-19  Dave Love  <fx@gnu.org>
12258         * menu-bar.el (menu-bar-options-save): New function.
12259         (menu-bar-options-menu): Use it.
12260         (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
12261         Simplify.
12263 2000-06-19  Andreas Schwab  <schwab@suse.de>
12265         * progmodes/etags.el (tags-query-replace): Put new parameters
12266         START and END at the end, for backward compatibility.
12268 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
12270         * international/codepage.el:
12271         (cp-coding-system-for-codepage-1): Delete special codes for
12272         generating xxx-dos coding system because now a CCL based coding
12273         system can handle EOL conversion by default.
12275         * international/mule.el (make-coding-system): Generate subsidiary
12276         coding systems for EOL handling variants even for a CCL based
12277         coding system.
12279 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
12281         * international/isearch-x.el (isearch-minibuffer-input-method)
12282         (isearch-minibuffer-input-method-function): These variables
12283         deleted.
12284         (isearch-with-input-method): Don't use the above variables.
12285         (isearch-process-search-multibyte-characters): Likewise.  Call
12286         read-string with the arg INHERIT-INPUT-METHOD t.
12288 2000-06-17  Stefan Monnier  <monnier@cs.yale.edu>
12290         * font-lock.el (font-lock-after-fontify-buffer)
12291         (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
12293         * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
12294         Use consistent make-local-variable style for font-lock-fontified.
12295         (jit-lock-fontify-buffer):
12296         Don't bother checking for font-lock-mode and jit-lock-mode.
12298         * time.el: Remove trailing ^M that prevent CVS-merging.
12300 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
12302         * Makefile.in (distclean): New target.
12304 2000-06-16  Stefan Monnier  <monnier@cs.yale.edu>
12306         * Makefile.in (srcdir): Define for update-subdirs.
12308 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
12310         * find-lisp.el: New file.
12312 2000-06-16  Andrew Innes  <andrewi@gnu.org>
12314         * time.el (display-time-mail-function): New variable, to allow
12315         external packages to indicate when new mail is available.
12316         (display-time-update): Use it.
12318 2000-06-16  Kenichi Handa  <handa@etl.go.jp>
12320         * international/mule.el (mule-version): Change version name to
12321         SAKAKI.  AOI has already been used by Meadow.
12323         * international/quail.el (quail-show-guidance-buf): To find the
12324         bottom window (but minibuffer), pay attention to the height of
12325         minibuffer.
12327 2000-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
12329         * arc-mode.el (archive-mode-map): Use the new menu-item format for
12330         menu-bar menus.  Add help strings.  Don't remove the Edit menu
12331         from the menu bar, as the menu bar has enough space now.
12333         * Makefile.in (SHELL): Make sure /bin/sh is used.
12335         * woman.el (woman-man-buffer): Fix bold and underlined CJK
12336         characters, which use series of two ^H characters instead of one.
12338 2000-06-15  Gerd Moellmann  <gerd@gnu.org>
12340         * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
12341         (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
12342         functions.
12343         (Info-find-node-2): Try a case-sensitive search first, then
12344         do a case-insensitive search.
12346         * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
12347         tutorials.
12349         * complete.el (PC-env-vars-alist): New variable.
12350         (PC-complete-as-file-name): New function.
12351         (partial-completion-mode): Initialize PC-env-vars-alist from
12352         process-environment.
12353         (PC-do-completion): Handle completion of env vars.
12355         * info.el (Info-set-mode-line): Show file name in mode line,
12356         use `*Info*' instead of `Info:'.
12358         * startup.el (command-line-1): Change copyright messages to year
12359         2000.
12361 2000-06-15  Dave Love  <fx@gnu.org>
12363         * net/goto-addr.el (goto-address-fontify): Use keymap property,
12364         not local-map.
12366 2000-06-15  Kenichi Handa  <handa@etl.go.jp>
12368         * international/mule.el (set-buffer-file-coding-system): Almost
12369         rewritten to handle `undecided' as no-op.
12371 2000-06-14  Gerd Moellmann  <gerd@gnu.org>
12373         * Makefile.in: New file.
12375         * Makefile: Removed.
12377         * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
12378         (goto-address-highlight-keymap): Bind C-c RET.
12380 2000-06-14  Kenichi Handa  <handa@etl.go.jp>
12382         * mail/sendmail.el (sendmail-send-it): The temporary buffer
12383         inherits buffer-file-coding-system of the current buffer.
12385         * tar-mode.el (tar-extract): For goto-char, use (point-min), not
12386         0.  Give correct argument to set-auto-coding-function.
12387         (tar-expunge): For goto-char, use (point-min), not 0.
12388         (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
12389         (tar-subfile-save-buffer): Likewize.
12391         * international/mule.el
12392         (after-insert-file-set-buffer-file-coding-system): Call
12393         set-buffer-file-coding-system with the arg FORCE t.
12395 2000-06-13  Gerd Moellmann  <gerd@gnu.org>
12397         * mail/sendmail.el (mail-specify-envelope-from): Initialize to
12398         nil.  Contemporary sendmails issue an X-Authentication-Warning if
12399         the sender is set with `-f'.
12401 2000-06-13  Dave Love  <fx@gnu.org>
12403         * help.el (describe-function-1): Kluge around cases of functions
12404         fset to subrs whose doc doesn't match their symbol-name.
12406         * image.el (insert-image): Default STRING to a space.
12408         * info.el Doc fixes.
12409         (Info-build-node-completions): Match Ref tags.
12411 2000-06-13  Eli Zaretskii <eliz@is.elta.co.il>
12413         * frame.el (display-multi-frame-p, display-multi-font-p): New
12414         defaliases for display-graphic-p.
12416         * hl-line.el: Fixed a typo in commentary.
12418 2000-06-13  Kenichi Handa  <handa@etl.go.jp>
12420         * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
12421         fixed.
12423 2000-06-12  Dave Love  <fx@gnu.org>
12425         * image.el (insert-image): Save a little consing.
12427 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
12429         * language/tibet-util.el: Convert all tibetan-1-column characters
12430         to the corresponding tibetan characters.
12431         (tibetan-add-components): Delete code for the special treatment of
12432         'a chung.
12434         * language/tibetan.el (tibetan-composable-pattern): Fix previous
12435         change.
12436         (tibetan-vowel-transcription-alist): More rules added.
12437         (tibetan-composite-vowel-alist): New variable.
12438         (tibetan-precomposition-rule-alist): More rules added.
12440 2000-06-12  Stefan Monnier  <monnier@cs.yale.edu>
12442         * startup.el (command-line): Only call menu-bar-mode if interactive.
12444         * thingatpt.el (toplevel symbol-properties):
12445         * textmodes/makeinfo.el (makeinfo-compile):
12446         * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
12447         * progmodes/hideif.el (hif-compress-define-list)
12448         (hide-ifdef-use-define-alist):
12449         * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
12450         (ange-ftp-vms-add-file-entry):
12451         * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
12452         * man.el (Man-build-man-command):
12453         * mail/rnewspost.el (news-reply-header-hook):
12454         * info.el (Info-insert-dir):
12455         * emulation/mlconvert.el (backward-word, forward-word, setq):
12456         * emacs-lisp/gulp.el (gulp-send-requests):
12457         * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
12458         (byte-optimize-inline-handler, byte-optimize-form-code-walker)
12459         (byte-optimize-apply, end of file):
12460         * emacs-lisp/advice.el (ad-advice-class-completion-table)
12461         (ad-make-freeze-definition):
12462         * startup.el (command-line, command-line-1): Don't quote lambdas.
12464         * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
12465         (cvs-cleanup-removed): New function.
12466         (cvs-cleanup-functions): New var.
12467         (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
12468         some flexibility in specifying additional entries to auto-cleanup.
12469         (cvs-quickdir): New function.
12470         (cvs-mode-insert): Use cvs-fileinfo-from-entries.
12471         (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
12472         (cvs-mode-find-file): Check that we are on a filename or dirname
12473         when invoked through a mouse-click.
12474         (cvs-full-path): Remove.
12475         (cvs-dired-action): Re-introduced.
12476         (cvs-dired-noselect): Use it.
12477         (vc-post-command-functions): use this new hook if available.
12479         * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
12480         (cvs-status-map): Don't inherit from cvs-mode-map anymore.
12481         (cvs-filename-map, cvs-dirname-map): Remove.
12482         (cvs-default-action): Remove.
12483         (cvs-add-face): Use `keymap' rather than `local-map' property, and only
12484         if the arg is really a keymap.
12485         (cvs-fileinfo-pp): Don't use any special map for file and dir names.
12486         Don't hardcode the mapping from state (aka type) to face, but check
12487         the var cvs-fi-<type>-face instead.
12488         (cvs-fileinfo-from-entries): New function.
12490         * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
12491         Docstring fix.
12492         (cvs-find-file-and-jump): Change default to be safer.
12493         (cvs-mode-diff-map): Define it as a function as well.
12494         (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
12495         Bind mouse-2 in this global map rather than with text-properties.
12497         * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
12498         file to resolve the ambiguity between C(conflict) and C(need-merge).
12500 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
12502         * international/mule.el (set-buffer-file-coding-system): If
12503         CODING-SYSTEM is nil, set buffer-file-coding-system to nil
12504         unconditionally.
12506 2000-06-12  Dave Love  <fx@gnu.org>
12508         * wid-edit.el (widget-specify-button): Really suppress the face if
12509         required.
12511 2000-06-11  Gerd Moellmann  <gerd@gnu.org>
12513         * term/x-win.el (x-colors): Add colors from recent rgb.txt.
12515 2000-06-11  Stefan Monnier  <monnier@cs.yale.edu>
12517         * imenu.el (imenu-generic-expression): Docstring fix.
12519         * composite.el (composition-function-table): Move the `put'
12520         below the autoload cookie so we can load the file before loaddefs.
12522         * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
12524         * emacs-lisp/autoload.el (make-autoload): Use `cond'.
12525         Handle easy-mmode-define-global-mode.
12526         For complex macros like define-minor-mode that can generate
12527         several autoload entries, try to autoload entries in the
12528         macroexpanded code.
12530         * emacs-lisp/easy-mmode.el (define-minor-mode):
12531         If KEYMAP is a symbol, just use it.
12532         Use byte-compile-current-file and load-file-name to infer the
12533         proper :require to pass to defcustom.
12534         Wrap the hook var into `progn' so as not to autoload it.
12535         Add a :autoload-end cookie.
12536         Be more careful about the evaluation of KEYMAP.
12537         (easy-mmode-define-global-mode): Add a :autoload-end cookie.
12538         (define-derived-mode): Move define-abbrev-table outside of defvar.
12540 2000-06-10  Stefan Monnier  <monnier@cs.yale.edu>
12542         * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
12543         (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
12544         (backup-compiled-files): Ignore errors during `tar'.
12545         (bootstrap): Make autoloads before elc files.
12547 2000-06-10  Kenichi Handa  <handa@etl.go.jp>
12549         * international/mule.el (set-buffer-file-coding-system): If one of
12550         undecided-XXX is specified, change only EOL conversion.
12552         * international/mule-conf.el (unix): New alias for the coding
12553         system undecided-unix.
12555 2000-06-09  Dave Love  <fx@gnu.org>
12557         * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
12559         * progmodes/executable.el: Byte compile dynamic.
12560         (executable-insert): Change custom type.
12561         (executable-find): Add autoload cookie.
12562         (executable-make-buffer-file-executable-if-script-p): New
12563         function.  After Noah Friedman.
12565         * files.el (after-save-hook): Customize, with
12566         executable-make-buffer-file-executable-if-script-p as an option.
12568 2000-06-09  Kenichi Handa  <handa@etl.go.jp>
12570         * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
12571         "tib24p-mule.bdf" for Tibetan.
12573         * composite.el (decompose-composite-char): Declare it as obsolete.
12575         * man.el (Man-fontify-manpage): Pay attention to underline and
12576         overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
12578 2000-06-08  Gerd Moellmann  <gerd@gnu.org>
12580         * thingatpt.el (forward-thing): Use functionp instead of fboundp.
12581         Set maintainer to FSF since author isn't reachable.
12583 2000-06-08  Dave Love  <fx@gnu.org>
12585         * international/mule-cmds.el (select-safe-coding-system): If
12586         DEFAULT-CODING-SYSTEM is not specified, also check the most
12587         preferred coding-system if buffer-file-coding-system is
12588         `undecided'.  From Handa.
12590 2000-06-08  Kenichi Handa  <handa@etl.go.jp>
12592         * international/mule.el
12593         (after-insert-file-set-buffer-file-coding-system): If the buffer
12594         size is greater than INSERTED, judget that we are not visiting.
12596 2000-06-07  Rajesh Vaidheeswarran  <rv@gnu.org>
12598         * whitespace.el (defgroup whitespace): Comment out `:version'.
12599         XEmacs 20.4 has problems defining the group with this present.
12600         We'll have this commented out till get resolve the problem.
12602 2000-06-07  John Wiegley  <johnw@gnu.org>
12604         * align.el (align-dq-string-modes, align-sq-string-modes)
12605         (align-open-comment-modes): Add pyhton-mode.
12606         (align-rules-list): Use get-text-property instead of
12607         text-properties-at.
12608         (align-rules-list): Add python-assignment.
12609         (align-rules-list): Change perl-comma-delimiter to
12610         basic-comma-delimiter.  Use if for Perl modes and python-mode.
12611         (align-rules-list): Add python-chain-logic and
12612         basic-line-continuation.
12614 2000-06-07  Jari Aalto  <jari.aalto@poboxes.com>
12616         * apropos.el (apropos-mode-hook): New user variable.
12617         (apropos-mode): Run apropos-mode-hook.
12619 2000-06-07  David Ponce  <david@dponce.com>
12621         * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
12622         commands.  Require `wid-edit' at run-time.
12624 2000-06-07  David Ponce  <david@dponce.com>
12626         * recentf.el: Added some "Commentary".
12627         (recentf-open-more-files, recentf-edit-list): Minor changes to
12628         move the point at the top of the file list.  This behaviour is
12629         consistent with the menu one when the list contains a lot of
12630         files.
12631         (recentf-cleanup): Now displays the number of items removed from
12632         the list.
12633         (recentf-relative-filter) New menu filter to show filenames
12634         relative to `default-directory'.
12636 2000-06-07  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12638         * ps-print.el: XEmacs compatibility.  Doc fix.  Can select page size
12639         with/without giving an error if PostScript printer doesn't have this
12640         kind of page size.  Zebra Stripe continues or restarts on next page.
12641         Manual/automatic paper feeding.  Switch or not the header.
12642         (ps-print-version): New version number (5.2.2).
12643         (ps-windows-system): Include emx as a Windows system.
12644         (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
12645         (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
12646         (ps-background-text): Code fix.
12647         (ps-error-handler-message, ps-user-defined-prologue)
12648         (ps-print-prologue-header, ps-printer-name)
12649         (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
12650         (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
12651         (ps-use-face-background): Customization fix.
12652         (ps-n-up-database): Data fix.
12653         (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
12654         (ps-switch-header): New vars.
12655         (ps-xemacs-color-name, ps-face-foreground-name)
12656         (ps-face-background-name, ps-boolean-constant): New funs.
12658 2000-06-07  Dave Love  <fx@gnu.org>
12660         * allout.el: New version from Manheimer.
12662 2000-06-07  Kenichi Handa  <handa@etl.go.jp>
12664         * textmodes/fill.el (fill-find-break-point): Check the validity of
12665         charset.
12667 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
12669         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
12670         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
12671         Call display-color-p and display-mouse-p instead of looking at
12672         window-system.
12674 2000-06-06  Dave Love  <fx@gnu.org>
12676         * image.el (find-image): Doc fix.  Return nil if image not found.
12677         (put-image, insert-image): Make STRING arg optional.
12679 2000-06-06  Kenichi Handa  <handa@etl.go.jp>
12681         * language/vietnamese.el: Remove eval-when-compile.
12682         (viet-viscii-nonascii-translation-table): Define it as a
12683         translation table made from viet-viscii-decode-table.
12684         (viet-viscii-encode-table): Define it as a translation table made
12685         from the reverse map of above.
12686         (viet-vscii-nonascii-translation-table): Define it as a
12687         translation table made from viet-vscii-decode-table.
12688         (viet-vscii-encode-table): Define it as a translation table made
12689         from the reverse map of above.
12690         (ccl-decode-viscii): Use translate-character.
12691         (ccl-encode-viscii, ccl-encode-viscii-font)
12692         (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
12693         Likewize.
12695         * language/cyrillic.el: Remove eval-when-compile.
12696         (cyrillic-koi8-r-nonascii-translation-table): Define it as a
12697         translation table made from cyrillic-koi8-r-decode-table.
12698         (cyrillic-koi8-r-encode-table): Define it as a translation table
12699         made from the reverse map of above.
12700         (ccl-decode-koi8): Use translate-character.
12701         (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
12702         (cyrillic-alternativnyj-nonascii-translation-table): Define it as
12703         a translation table made from cyrillic-alternativnyj-decode-table.
12704         (cyrillic-alternativnyj-encode-table): Define it as a translation
12705         table made from the reverse map of above.
12706         (ccl-decode-alternativnyj): Use translate-character.
12707         (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
12708         Likewize
12710         * international/mule-diag.el (non-iso-charset-alist): Specify
12711         translation table symbol instead of translation table itself.
12712         (list-block-of-chars): CHARSET may be a translation table symbol.
12714         * international/mule.el (make-coding-system): If CODING-SYSTEM
12715         already exists, override it.
12717         * international/fontset.el: Use family `proportional' for Tibetan
12718         fonts.
12720         * international/ccl.el (ccl-compile-translate-character): Don't
12721         check if Rrr has property translation-table.
12722         (ccl-compile-map-multiple): Modified to avoid compiler warning.
12724 2000-06-05  Gerd Moellmann  <gerd@gnu.org>
12726         * info.el: Bind case-fold-search to t when searching in case
12727         a user sets it to nil in a hook.
12729 2000-06-05  Stefan Monnier  <monnier@cs.yale.edu>
12731         * autoarg.el (autoarg-mode, autoarg-kp-mode):
12732         * hl-line.el (hl-line-mode): Use the new :global key argument.
12734         * tar-mode.el (tar-header-block-recompute-checksum): Remove.
12735         (tar-clip-time-string): Prepend a space.
12736         (tar-grind-file-mode): Construct a string rather than modifying one.
12737         (tar-header-block-summarize): Fix docstring.
12738         Use `format' rather than an error-prone set of copy-loops.
12740         * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
12741         (diff-goto-source, diff-unified->context, diff-context->unified)
12742         (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
12743         understand the format output by the `-p' argument to diff.
12745         * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
12746         (sh-re-done): Use defconst.
12747         (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
12748         (sh-help-string-for-variable, sh-guess-basic-offset):
12749         Don't quote lambdas.
12750         (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
12751         (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
12753         * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
12754         (mh-letter-mode): Derive from text-mode.
12755         This implicitly means that it now calls kill-all-local-variables.
12756         Also remove the Emacs-18 compatibility code.
12758         * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
12759         Make use of symbol-property doc-string-elt.
12760         Use memq rather than a sequence of eq.
12761         (doc-string-elt): Fix the wrong or missing previously unused values.
12762         (autoload-print-form): New function extracted from
12763         generate-file-autoloads to allow recursion when handling progn
12764         so that defvar's and defun's docstrings are properly printed.
12765         (generate-file-autoloads): Use it.
12767         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
12768         Use find-file-hooks in the minor-mode function.
12769         Be careful not to loop indefinitely in the post-command-hook function.
12771 2000-06-05  Michael Kifer  <kifer@cs.sunysb.edu>
12773         * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
12774         tty's.
12775         * ediff-diff.el (ediff-exec-process): Use --binary for fine
12776         differences whenever appropriate.
12777         * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
12778         * viper.el (find-file, find-file-other-window): Get viper to do
12779         wildcards.
12781 2000-06-04  Stefan Monnier  <monnier@cs.yale.edu>
12783         * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
12784         (jit-lock-fontify-buffer): New function for JIT refontification.
12785         (jit-lock-mode): Fix docstring.
12786         Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
12787         Remove jit-lock-after-change from the _local_ hook.
12788         (jit-lock-function-1): Fix docstring.
12790         * info.el (Info-on-current-buffer): Initialize info.
12792         * newcomment.el (comment-indent): Ignore comment-indent-hook.
12794         * progmodes/tcl.el (tcl-indent-for-comment):
12795         Ignore comment-indent-hook.
12797         * emacs-lisp/easy-mmode.el: Require CL during compilation.
12798         (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
12799         (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
12800         and improve to use the lighter to guess the capitalization.
12801         (define-minor-mode): Inline code from easy-mmode-define-toggle.
12802         Add keyword arguments to specify global-ness or the custom group.
12803         Add local-map and help-echo properties to the lighter.
12804         (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
12805         (easy-mmode-define-global-mode): New macro.
12807 2000-06-02  Dave Love  <fx@gnu.org>
12809         * wid-edit.el: byte-compile-dynamic since we typically don't use
12810         all the widgets.  Don't require cl or widget.  Remove
12811         eval-and-compile.  Don't autoload finder-commentary.  Doc fixes.
12812         (widget-read-event): Removed.  Callers changed to use read-event.
12813         (widget-button-release-event-p): Renamed from
12814         button-release-event-p.
12815         (widget-field-add-space, widget-field-use-before-change):
12816         Uncustomize.
12817         (widget-specify-field): Use keymap property, not local-map.
12818         (widget-specify-button): Obey :suppress-face.
12819         (widget-specify-insert): Use modern backquote syntax.
12820         (widget-image-directory): Renamed from widget-glyph-directory.
12821         (widget-image-enable): Renamed from widget-glyph-enable.
12822         (widget-image-find): Replaces widget-glyph-find.
12823         (widget-button-pressed-face): Move defvar.
12824         (widget-image-insert): Replaces widget-glyph-insert.
12825         (widget-convert): Use keywordp.
12826         (widget-leave-text, widget-children-value-delete): Use mapc.
12827         (widget-keymap): Remove XEmacs stuff.
12828         (widget-field-keymap, widget-text-keymap): Define all inside defvar.
12829         (widget-button-click): Don't set point at the click, but re-centre
12830         if we scroll out of window.  Rewritten for images v. glyphs &c.
12831         (widget-tabable-at): Use POS arg, not point.
12832         (widget-beginning-of-line, widget-end-of-line)
12833         (widget-item-value-create, widget-sublist, widget-princ-to-string)
12834         (widget-sexp-prompt-value, widget-echo-help): Simplify.
12835         (widget-default-create): Use widget-image-insert; some rewriting.
12836         (widget-visibility-value-create)
12837         (widget-push-button-value-create, widget-toggle-value-create): Use
12838         widget-image-insert.
12839         (checkbox): Create on and off images dynamically.
12840         (documentation-link): Change :help-echo.
12841         (widget-documentation-link-echo-help): Remove.
12843 2000-06-02  Stefan Monnier  <monnier@cs.yale.edu>
12845         * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
12847         * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
12848         (easy-mmode-define-toggle, define-minor-mode): Use it.
12849         (easy-mmode-define-keymap): Docstring fix.
12850         (define-derived-mode): Default PARENT to fundamental-mode.
12851         Add the derived-mode-parent symbol-property.
12852         (easy-mmode-derived-mode-p): New function.
12854 2000-06-02  Dave Love  <fx@gnu.org>
12856         * files.el (convert-standard-filename): Doc fix.
12857         (normal-backup-enable-predicate): New function.
12858         (backup-enable-predicate): Use it to replace the lambda form.
12860         * calendar/todo-mode.el: [This needs more work on the outline
12861         stuff.]  Doc fixes.
12862         (todo) <defgroup>: Add :version.
12863         (todo-add-category): Don't use pushnew.
12864         (todo-cmd-raise): Fix typo.
12865         (todo-top-priorities): Change temp buffer name.
12866         (todo-category-alist): Avoid redundant lambda.
12867         (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
12868         Use outline-next-heading.
12870         * autoarg.el: Rewritten to use define-minor-mode.
12871         (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
12872         (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
12874 2000-06-02  Kenichi Handa  <handa@etl.go.jp>
12876         * isearch.el (isearch-other-meta-char): Fix previous change.
12878 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
12880         * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
12881         (log-edit-done): Only add the comment to the ring if it's different
12882         from the last comment entered.
12884         * isearch.el (isearch-highlight): Turn internal-find-face into facep.
12886 2000-06-01  Dave Love  <fx@gnu.org>
12888         * hl-line.el: Rewritten using define-minor-mode.
12890         * help.el (describe-function-1): Distinguish special form from
12891         builtin function.  Sanity-check presence of arglist for builtins.
12893 2000-06-01  Kenichi Handa  <handa@etl.go.jp>
12895         * international/characters.el: Fix syntax/category setting of
12896         Tibetan characters.
12898         * language/tibet-util.el (tibetan-add-components): Fixes for new
12899         encoding of Tibetan characters.
12900         (tibetan-decompose-precomposition-alist): New variable.
12901         (tibetan-decompose-region): Convert precomposed characters to
12902         non-precomposed characters.
12903         (tibetan-decompose-string): Likewise.
12904         (tibetan-composition-function): Fix args to
12905         thibetan-compose-string.
12907         * language/tibetan.el (tibetan-composable-pattern): More
12908         characters included.
12909         (tibetan-consonant-transcription-alist): Rule for "R" added.
12910         (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
12911         "+R" added.
12912         (tibetan-base-to-subjoined-alist): Rule for "RA" added.
12914         * language/lao-util.el (lao-composition-function): Fix args to
12915         compose-string.
12917         * language/thai-util.el (thai-composition-function): Fix args to
12918         compose-string.
12920         * isearch.el (isearch-update): Set disable-point-adjustment to t
12921         to prevent the point moving to the end of a composition when a
12922         part of a composition is searched.
12923         (isearch-other-meta-char): If the key invoking this command can be
12924         mapped by function-key-map to a printing char, call
12925         isearch-process-search-char directly.
12927 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
12929         * emacs-lisp/bytecomp.el:
12930         * frame.el:
12931         * international/mule-cmds.el:
12932         * international/mule-util.el:
12933         * international/mule.el:
12934         * mouse.el:
12935         * subr.el:
12936         * faces.el: Update calls to make-obsolete with a WHEN argument.
12938         * byte-run.el (make-obsolete, make-obsolete-variable):
12939         Add an optional WHEN argument and change the format of the
12940         symbol-property information.
12941         * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
12942         (byte-compile-obsolete, byte-compile-variable-ref): Understand the
12943         new obsolete-symbol-property format and print WHEN if it is provided.
12945 2000-05-31  Dave Love  <fx@gnu.org>
12947         * loadhist.el (loadhist-hook-functions): Remove
12948         before-change-function, after-change-function.
12949         (unload-feature): Deal with symbols which are both bound and
12950         fbound.
12952         * mouse.el (mouse-save-then-kill-delete-region): Don't bind
12953         before-change-function, after-change-function.
12955         * simple.el (newline): Don't bind before-change-function,
12956         after-change-function.
12958 2000-05-31  Rajesh Vaidheeswarran <rv@gnu.org>
12960         * whitespace.el (whitespace-rescan-timer-time): Update interval
12961         set to 600 seconds (10 minutes) instead of 60 seconds since
12962         a large number of whitespace buffers causes emacs to `freeze'
12963         for a considerable amount of time.
12965         * whitespace.el: Updated email address
12967 2000-05-31  Dave Love  <fx@gnu.org>
12969         * add-log.el (change-log-font-lock-keywords) <function>: Add
12970         pattern for function of change.
12971         (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
12972         acknowledgements patterns.
12974 2000-05-31  Kenichi Handa  <handa@etl.go.jp>
12976         * isearch.el (isearch-printing-char): If keyboard coding system is
12977         being used, call isearch-process-search-multibyte-characters.
12979         * international/isearch-x.el: Mostly rewritten.
12981         * international/quail.el (quail-start-conversion): Don't include
12982         unhandled events in the returned events, but set them in
12983         unread-command-events.  Exit if all inputs are deleted.
12985 2000-05-30  Jason Rumney  <jasonr@gnu.org>
12987         * w32-fns.el (w32-charset-info-alist): Add each charset separately.
12989         * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
12990         Reenable code to create initial fontsets.
12991         Use set-fontset-font in place of put-charset-property.
12993 2000-05-30  Gerd Moellmann  <gerd@gnu.org>
12995         * progmodes/perl-mode.el (perl-indent-line): When looking for a
12996         label, ensure that the first colon isn't followed by another.
12998         * paths.el (Info-default-directory-list): Doc fix.
13000         * net/net-utils.el (finger-X.500-host-regexps): New user-option.
13001         (finger): If HOST matches a regexp from finger-X.500-host-regexps,
13002         send a query containing USER only, not USER@HOST.
13004         * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
13005         and rmail-msgend to compute the restriction at the end, instead of
13006         computing it.
13008 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
13010         * dabbrev.el (dabbrev-expand): Don't display messages in the
13011         echo area if the minibuffer window is active.
13013         * jit-lock.el (jit-lock-mode): Add after change function to
13014         local hook.
13016 2000-05-29  Christoph Wedler  <Christoph.Wedler@sap.com>
13018         * antlr-mode.el: New commands: hide/unhide actions,
13019         upcase/downcase literals.
13020         (antlr-tiny-action-length): New user option.
13021         (antlr-hide-actions): New command.  Suggested by
13022         Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
13023         (antlr-mode-map): New binding [C-c C-v].
13024         (antlr-mode-menu): New entries.
13025         (antlr-downcase-literals): New command.
13026         (antlr-upcase-literals): Ditto.
13028         * antlr-mode.el: Minor changes: indendation, mode-name.
13029         (antlr-indent-line): Indent cpp directive at column 0.
13030         (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
13032         * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
13033         (antlr-font-lock-additional-keywords): Workaround for intentional
13034         bug in XEmacs version of font-lock.
13035         (antlr-mode): Set symbol property `mode-name' to "Antlr".  Could
13036         be used by a smarter version of `buffers-menu-grouping-function'.
13038 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
13040         * tmm.el (tmm-prompt): Recognize menu item definitions of the for
13041         `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
13043 2000-05-29  Kenichi Handa  <handa@etl.go.jp>
13045         * international/encoded-kb.el
13046         (encoded-kbd-iso2022-designation-map): Pay attention to that
13047         charset-iso-final-char return -1 for eight-bit-control and
13048         eight-bit-graphic.
13050 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
13052         * speedbar.el (speedbar-use-images, speedbar-update-flag)
13053         (speedbar-easymenu-definition-base): Use display-graphic-p where
13054         available, instead of window-system.
13056 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
13058         * international/codepage.el (cp-coding-system-for-codepage-1): Add
13059         eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
13060         coding systems.
13062 2000-05-26  Dave Love  <fx@gnu.org>
13064         * disp-table.el (standard-display-underline): Don't use
13065         internal-find-face.
13067         * mail/reporter.el: Maintainer change.  Doc fixes.
13068         (reporter-version): Deleted.
13070         * emacs-lisp/elp.el: Maintainer change.
13071         (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
13073 2000-05-26  Stefan Monnier  <monnier@cs.yale.edu>
13075         * add-log.el (add-change-log-entry): Merge the current entry with the
13076         previous one if the previous one is empty.
13078 2000-05-26  Dave Love  <fx@gnu.org>
13080         * loadhist.el (unload-feature): Fix interactive spec [from
13081         lijnzaad@ebi.ac.uk].
13083         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
13084         subr-arity to check primitives.
13085         (byte-compile-flush-pending, byte-compile-file-form-progn)
13086         (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
13087         (byte-compile-insert, byte-compile-funcall): Use mapc instead of
13088         mapcar.
13090 2000-05-26  Kenichi Handa  <handa@etl.go.jp>
13092         * international/fontset.el: Set family names of non-latin charsets
13093         in default fontset to "*".
13095         * international/mule-diag.el (print-fontset): Combine family part
13096         and registry part of the fontname by "-*-" instead of "-".
13098         * international/mule-cmds.el (encode-coding-char): Make strings
13099         multibyte before calling encode-coding-string.
13101 2000-05-25  Stefan Monnier  <monnier@cs.yale.edu>
13103         * derived.el: Fix keywords.
13104         (define-derived-mode): Only define if needed.
13106         * simple.el (fill-comment, comment-column, comment-start)
13107         (comment-start-skip, comment-end, comment-indent-function)
13108         (block-comment-start, block-comment-end, indent-for-comment)
13109         (set-comment-column, kill-comment, comment-padding, comment-region)
13110         (comment-multi-line, indent-new-comment-line): Remove.
13112         * bindings.el (esc-map): Change ; to comment-dwim and use the new
13113         function names for comment operations.
13115         * newcomment.el: Add abundant autoload cookies.
13116         (comment-style): Don't depend on runtime data at compile-time.
13117         (comment-indent-hook): Remove.
13118         (comment-indent): Check if comment-indent-hook is bound.
13119         (comment-region): Docstring fix.
13121 2000-05-25  Dave Love  <fx@gnu.org>
13123         * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
13124         byte-code-function-p.
13126         * mail/rmailsum.el: Add provide.
13128         * net/goto-addr.el (goto-address-fontify): Add help-echo property.
13130         * smerge-mode.el (smerge-diff-switches): Don't use list* in
13131         defcustom.
13133 2000-05-25  Michael Kifer  <kifer@cs.sunysb.edu>
13135         * ediff-diff.el (ediff-exec-process): delete --binary option from
13136         non-buffer ediff jobs.
13138 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
13140         * hilit-chg.el (highlight-changes-mode): Ask about color or
13141         grayscale support, not about window-system.
13143         * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
13144         window-system.
13145         (ffap-highlight): Always default to t.
13147         * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
13148         display-popup-menus-p instead of looking at window-system.
13150         * disp-table.el (standard-display-g1, standard-display-graphic):
13151         Only refuse to use string glyphs on X and MS-Windows.
13153         * avoid.el: Remove window-system from commentary, suggest to use
13154         display-*-p instead.
13156         * apropos.el (apropos-print): Use display-mouse-p instead of
13157         window-system.
13159 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
13161         * international/codepage.el (cp-decoding-vector-for-codepage):
13162         Fill up unsupported characters with their own codes.  From Kenichi
13163         Handa.
13165 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
13167         * international/mule-diag.el (describe-char-after): Use
13168         display-graphic-p instead of window-system, so that this function
13169         works on MS-DOS.
13171 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
13173         * international/codepage.el (cp-make-coding-systems-for-codepage):
13174         Remove the eight-bit-graphic and eight-bit-control charsets from
13175         the list of charsets which we convert into `?'.
13177 2000-05-25  Kenichi Handa  <handa@etl.go.jp>
13179         * international/mule-conf.el: Specify CHARSET-ID explicitely for
13180         private charsets.
13181         (mule-unicode-0100-24ff, japanese-jisx0213-1,
13182         japanese-jisx0213-2): New charsets.
13184         * international/fontset.el: Setup default fontset for new charsets.
13186 2000-05-24  Dave Love  <fx@gnu.org>
13188         * info.el (Info-find-node-2): Restructure [following "Vadim
13189         S. Solomin" <sovs@uic.nnov.ru>].
13191         * icomplete.el: Fix header for Finder.
13193 2000-05-24  Eric M. Ludlam  <zappo@ultranet.com>
13195         * rmailout.el (rmail-output-to-rmail-file): Added optional param
13196         STAY.
13198         * rmail.el (rmail-automatic-folder-directives): New user variable.
13199         (rmail-show-message): Add call to `rmail-auto-file' during
13200         display.
13201         (rmail-auto-file): New function.
13203 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
13205         * ediff-diff.el (ediff-forward-word): Take syntactic word class into
13206         account.
13207         (ediff-test-utility,ediff-diff-mandatory-option)
13208         (ediff-reset-diff-options): Utilities for proper initialization of
13209         ediff-diff-options and ediff-diff3-options on Windows.
13211         * ediff-init.el (ediff-merge-filename-prefix): New customizable
13212         variable.
13214         * ediff-mult.el (ediff-filegroup-action): Use
13215         ediff-merge-filename-prefix.
13217 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
13219         * viper-ex.el (ex-write): Set selective display to nil.
13221 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
13223         * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
13224         aliases for hebrew-iso-8bit.
13226 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
13228         * woman.el: New version from Francis J. Wright
13229         <F.J.Wright@Maths.QMW.ac.uk>.
13230         (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
13231         names in environment variables regardless of the path separator.
13232         (woman-topic-all-completions-1): Don't call file-name-directory-p
13233         on all files, since woman-file-regexp already filters out any
13234         directories.
13236 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
13238         * international/quail.el (quail-start-translation): Don't change
13239         modified-p of the current buffer.
13240         (quail-start-conversion): Likewise.
13242         * international/kkc.el (kkc-region): Don't change modified-p of
13243         the current buffer.
13245         * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
13246         conform to RFC1468.
13247         (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
13249 2000-05-23  Eric M. Ludlam  <zappo@ballista.ultranet.com>
13251         * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
13252         (speedbar-insert-button): Invisible text property fix.
13253         (speedbar-directory-plus): Renamed from speedbar-directory-+
13254         (speedbar-directory-minus): Renamed from speedbar-directory--
13255         (speedbar-page-plus): Renamed from speedbar-file-+
13256         (speedbar-page-minus): Renamed from speedbar-file--
13257         (speedbar-page): Renamed from speedbar-file-
13258         (speedbar-tag): Renamed from speedbar-tag-
13259         (speedbar-tag-plus): Renamed from speedbar-tag-+
13260         (speedbar-tag-minus): Renamed from speedbar-tag--
13261         (speedbar-expand-image-button-alist): Use above renames.
13263         * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
13264         * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
13265         * sb-pg-plus.xpm: Renamed from sb-file+.xpm
13266         * sb-pg-minus.xpm: Renamed from sb-file-.xpm
13267         * sb-pg.xpm: Renamed from sb-file.xpm
13268         * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
13269         * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
13271 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
13273         * international/quail.el (quail-show-guidance-buf): Set
13274         current-input-method of the guidance buffer to the name of the
13275         curren input method.
13277 2000-05-23  Stefan Monnier  <monnier@cs.yale.edu>
13279         * progmodes/compile.el (compile-internal): Style typo.
13281         * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
13282         quote vars and functions in the docstring.
13284         * newcomment.el (comment-make-extra-lines): Don't use `assert'.
13286         * completion.el (dynamic-completion-mode, dynamic-completion-mode):
13287         Don't quote lambdas.
13289         * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
13291 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
13293         * startup.el (command-line): Determine source file of compiled
13294         user init file differently.  Warn if compiled user init file
13295         is older than its source file.
13297         * ffap.el (ffap-url-regexp): Add `https'.
13299 2000-05-23  Eli Zaretskii  <eliz@is.elta.co.il>
13301         * files.el (make-backup-file-name-1): Replace slashes with `!'
13302         rather than `|' (which is not allowed on Windows).  Replace the
13303         drive letters with a string "drive_X".
13305 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
13307         * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
13309         * files.el (interpreter-mode-alist): Add `bash2'.
13311 2000-05-22  Dave Love  <fx@gnu.org>
13313         * loadhist.el (feature-symbols, file-provides, file-requires): Use
13314         mapc.
13315         (feature-file): Avoid calling symbol-name.  Doc fix.
13316         (file-set-intersect, file-dependents): Use dolist, not mapcar.
13317         (loadhist-hook-functions): Add mouse-position-function.
13318         (unload-feature): Change uses of mapcar.
13320         * files.el (parse-colon-path): Doc fix.
13321         (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
13322         (set-auto-mode): Use mapc.
13324         * complete.el (PC-look-for-include-file): Use :alnum: character
13325         class.
13326         (partial-completion-mode): Add autoload cookie.
13328 2000-05-22  Sam Steingold  <sds@gnu.org>
13330         * info.el (Info-fontify-node): Fixed the call to
13331         `add-text-properties' (bug introduced on 2000-05-18).
13333 2000-05-22  Dave Love  <fx@gnu.org>
13335         * bindings.el: Remove debug-ignored-errors set in other files.
13337         * progmodes/etags.el: Add to debug-ignored-errors.
13338         (visit-tags-table-buffer): Clear out buffers holding old tables
13339         when making a new list.
13340         (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
13341         mapc.
13343         * completion.el: Doc fixes.  Add to debug-ignored-errors.  Don't
13344         quote keywords.
13345         (cmpl-string-case-type): Use character classes.
13347         * comint.el:
13348         * textmodes/ispell.el:
13349         * imenu.el:
13350         * mail/mh-e.el:
13351         * progmodes/compile.el: Add to debug-ignored-errors.
13353         * dabbrev.el: Add to debug-ignored-errors.
13354         (dabbrev-completion): Use mapc.
13356 2000-05-22  Eli Zaretskii  <eliz@is.elta.co.il>
13358         * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
13359         (woman-mapcan, woman-parse-man.conf)
13360         (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
13361         (woman-reset-emulation, woman-select-symbol-fonts): New functions.
13362         (woman-parse-colon-path): Call woman-mapcan.  Recognize Cygwin
13363         path syntax better.
13364         (woman-man.conf-path, woman-use-own-frame): New defcustoms.
13365         (woman-manpath): Call woman-parse-man.conf.
13366         (woman-emulation): New defcustom, defaults to nroff.
13367         (woman-font-support): New defconst.
13368         (woman-use-symbol-font): New defcustom.
13369         (woman-menu): Add new menu items: "Colored/BW", "Advanced",
13370         "Emulation".
13371         Many functions: Doc fix.
13373 2000-05-22  Kenichi Handa  <handa@etl.go.jp>
13375         * international/quail.el (quail-simple-translation-keymap): Map
13376         128..255 to quail-self-insert-command.
13377         (quail-keyboard-layout-alist): Add definition for "pc102-de".
13379 2000-05-22  Stefan Monnier  <monnier@cs.yale.edu>
13381         * help.el (help-manyarg-func-alist): Typo.
13383         * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
13384         intervals which makes it heaps simpler.
13386         * newcomment.el (comment-region-internal): Go back to BEG after quoting
13387         the nested comment markers.
13389         * subr.el (remove-hook): Don't turn the hook's value into a list.
13391 2000-05-21  Dave Love  <fx@gnu.org>
13393         * edmacro.el (edmacro-parse-keys): Return vector if any elements
13394         are invalid characters.
13396         * international/mule-util.el (detect-coding-with-priority): Use
13397         mapc.  Remove redundant lambda.
13399         * international/mule-diag.el (list-non-iso-charset-chars)
13400         (describe-fontset): Remove redundant lambda.
13402         * emulation/crisp.el (brief-mode): New alias.
13404         * emacs-lisp/ring.el (ring-elements): New function.
13406         * emacs-lisp/easymenu.el (easy-menu-create-menu)
13407         (easy-menu-do-add-item): Use keywordp.
13409         * emacs-lisp/byte-opt.el: Update side-effect free function lists.
13411         * replace.el: Doc and error message fixes.
13412         (replace-highlight): Use facep, not internal-find-face.
13414 2000-05-20  Stefan Monnier  <monnier@cs.yale.edu>
13416         * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
13418         * log-edit.el (log-edit-done): Cleanup trailing empty lines.
13419         (log-edit-insert-changelog): Drop `:' as well.
13421         * log-view.el: Fix file description.
13422         (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
13423         available.
13424         (log-view-font-lock-keywords): Only use cvs-filename-face if present.
13425         (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
13427         * emacs-lisp/easy-mmode.el: Update copyright and commentary.
13428         (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
13429         Print a status message if the toggle is called interactively.
13430         (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
13431         for global minor modes and use `defcustom' for them.
13432         Use add-minor-mode.
13433         (easy-mmode-define-derived-mode): Remove.
13434         (define-derived-mode): Fancier default docstring.
13435         (easy-mmode-define-navigation): Signal an error rather than (ding).
13437         * newcomment.el (comment-styles): New `box-multi'.
13438         (comment-normalize-vars): Better default for comment-continue to
13439         avoid whitespace-only continuations.
13440         (comment-search-forward): Always move even in the no-syntax case.
13441         (comment-padright): Only obey N if it's only obeyed for padleft.
13442         (comment-make-extra-lines): Better handling of empty continuations.
13443         Use `=' for the filler if comment-start has only one character.
13444         (uncomment-region): Try handling the special `=' filler.
13445         (comment-region): Allow LINES even if MULTI is nil.
13446         (comment-box): Choose box style based on comment-style.
13448 2000-05-20  Kenichi Handa  <handa@etl.go.jp>
13450         * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
13451         (ccl-compile-write-repeat): If ARG is string, make it unibyte.
13453 2000-05-20  Kenichi HANDA  <handa@etl.go.jp>
13455         * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
13456         and insert, not subst-char-in-region.
13458         * international/mule-diag.el (list-character-sets-1): Handle
13459         charsets eight-bit-control and eight-bit-graphic.
13460         (list-iso-charset-chars): Likewise.
13461         (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
13462         charactes as is.  Use indent-to to align characters.
13464         * international/mule-cmds.el (find-multibyte-characters): Never
13465         exclude charsets eight-bit-control and eight-bit-graphic.
13467 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
13469         * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
13470         Don't quote lambdas.
13472         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
13474 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
13476         * gud.el (gud-jdb-directories): Doc fix.
13478 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
13480         * newcomment.el: New file.
13482 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
13484         * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
13486 2000-05-18  Andreas Schwab  <schwab@suse.de>
13488         * dired.el (dired-between-files): Also skip lines beginning with
13489         `used'.
13491 2000-05-18  Gerd Moellmann  <gerd@gnu.org>
13493         * msb.el (msb-menu-cond): Add choice `user'.
13495 2000-05-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13497         * ps-print.el: Compatibility, customization and doc fix.
13498         (ps-printer-name-option): Replace defconst by defvar.
13499         (ps-postscript-code-directory): XEmacs compatibility.
13500         (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
13501         fix.
13502         (ps-user-defined-prologue, ps-print-prologue-header)
13503         (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
13504         compatibility and code fix.
13505         (ps-print-background-image, ps-print-background-text):
13506         Customization fix.
13507         (ps-line-number-start, ps-n-up-on): New vars.
13509 2000-05-18  Espen Skoglund  <esk@ira.uka.de>
13511         * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
13512         the indent-comment function to just return the appropriate indent.
13514 2000-05-18  Eric M. Ludlam  <zappo@ultranet.com>
13516         * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
13517         sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
13518         sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
13520 2000-05-18  Dave Love  <fx@gnu.org>
13522         * info.el (Info-fontify-node): Add intangible property as well as
13523         invisible.
13525         * calendar/appt.el (appt-make-list): Match all lines of entry.
13526         From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
13528 2000-05-18  Kenichi Handa  <handa@etl.go.jp>
13530         * international/mule-diag.el (describe-char-after): Call
13531         internal-char-font, not char-font.  If internal-char-font returns
13532         nil, display "-- none --".
13534 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
13536         * image.el (image-type-available-p): Don't reference image-types
13537         if it isn't bound.
13539 2000-05-17  Stefan Monnier  <monnier@cs.yale.edu>
13541         * autoarg.el (autoarg-mode): Typo in the :set argument.
13543 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
13545         * startup.el (command-line-1): Don't signal an error if the
13546         directory for auto-save-list files does not yet exist.
13548 2000-05-17  Kenichi Handa  <handa@etl.go.jp>
13550         * international/mule-conf.el (arabic-iso8859-6): Fix typo.
13552 2000-05-16  Stefan Monnier  <monnier@cs.yale.edu>
13554         * subr.el (remove-hook): `setq' hook-value, not `set'.
13556 2000-05-16  Sam Steingold  <sds@gnu.org>
13558         * info.el (debug-ignored-errors): More errors to ignore.
13560 2000-05-16  Dave Love  <fx@gnu.org>
13562         * cus-edit.el: Don't require cl or easymenu.
13563         (custom-variable-prompt): Test standard-value property, not
13564         user-variable-p.
13566 2000-05-16  Sam Steingold  <sds@gnu.org>
13568         * subr.el (add-hook): `setq' hook-value, not `set'.
13570 2000-05-16  Gerd Moellmann  <gerd@gnu.org>
13572         * startup.el (command-line-1): Mention the FAQ in the startup
13573         message.
13575         * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
13577         * progmodes/compile.el (compilation-parse-errors): Collect
13578         `nomessage' regexps last.
13580         * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
13582         * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
13583         to the function name.
13585 2000-05-15  Dave Love  <fx@gnu.org>
13587         * speedbar.el (speedbar-recenter): Typo.
13588         (speedbar-expand-line): Make arg optional.
13589         (speedbar-mode): Avoid a compiler warning.
13591 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
13593         * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
13594         user-specified option string is empty.
13596         * mouse.el (mouse-yank-at-click): Doc fix.
13598 2000-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
13600         * term/internal.el (IT-character-translations): More updates of
13601         latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
13602         documents.
13604 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
13606         * env.el (getenv): New function, interactively callable.
13607         (setenv, getenv): Remove autoload cookies.
13609         * loadup.el: Load `env'.
13611         * progmodes/f90.el: Change author's mail address.
13613 2000-05-14  Dave Love  <fx@gnu.org>
13615         * mail/rmail.el (rmail-show-message-hook): Customize and offer
13616         goto-addr as an option.
13618         * help.el (help-xref-stack): Doc fix.
13619         (help-xref-following): New variable.
13620         (help-make-xrefs): Use it.
13621         (help-xref-go-back): Use position information from stack element.
13622         (help-follow): Make position in stack element a pair.  Use
13623         help-xref-following.
13625         * autoarg.el: New file.
13627         * faces.el: Declare more functions obsolete.
13629         * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
13630         * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
13631         * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
13632         * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
13633         Remove all the setup-...-environment functions.
13635 2000-05-13  Eric M. Ludlam  <zappo@ultranet.com>
13637         * speedbar.el: Updated the commentary section.  xemacs20p now uses
13638         >= when detecting.  Require `defimage' safely.
13639         (speedbar-easymenu-definition-base): Add toggle for images.
13640         (speedbar-easymenu-definition-special): Add flush cache & expand.
13641         (speedbar-visiting-tag-hook): Set new defaults.  Added options.
13642         (speedbar-reconfigure-keymaps-hook): New variable.
13643         (speedbar-frame-parameters): Updated documentation.
13644         (speedbar-use-imenu-flag): Updated custom tag
13645         (speedbar-dynamic-tags-function-list): New variable.
13646         (speedbar-tag-hierarchy-method): Updated doc & custom.
13647         (speedbar-indentation-width, speedbar-indentation-width) New
13648         variables.
13649         (speedbar-hide-button-brackets-flag): Customizable.
13650         (speedbar-vc-indicator): Doc update.
13651         (speedbar-ignored-path-expressions): Updated default value.
13652         (speedbar-supported-extension-expressions): Updated default value.
13653         (speedbar-syntax-table): Remove {} paren status.
13654         (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
13655         as "+".  Added overlay aliases.
13656         (speedbar-mode): Use `speedbar-mode-line-update' instead of
13657         `force-mode-line-update'.
13658         (speedbar-mode, speedbar-quick-mouse, speedbar-click)
13659         (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
13660         `mouse-set-point'
13661         (speedbar-reconfigure-keymaps): Run configure keymap hooks.
13662         (speedbar-item-info-tag-helper): Revamped to handle a wider range
13663         of arbitrary text, and new helper functions.
13664         (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
13665         filename finder.
13666         (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
13667         (speedbar-directory-buttons): Update path search/expansion.
13668         (speedbar-make-tag-line): Pay attention to
13669         `speedbar-indentation-width'.  Use more care w/ invisible
13670         properties.
13671         (speedbar-change-expand-button-char): Call
13672         `speedbar-insert-image-button-maybe'.
13673         (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
13674         (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
13675         (speedbar-trim-words-tag-hierarchy)
13676         (speedbar-simple-group-tag-hierarchy): New functions
13677         (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
13678         (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
13679         functions.
13680         (speedbar-mouse-set-point): New function
13681         (speedbar-power-click): Updated documentation.
13682         (speedbar-line-token, speedbar-goto-this-file): Handle more types
13683         of tag prefix text.
13684         (speedbar-expand-line, speedbar-contract-line): Make more robust
13685         to strange text.
13686         (speedbar-expand-line): Takes universal argument to flush the
13687         cache.
13688         (speedbar-flush-expand-line): New function.
13689         (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
13690         Use new generator insertion method.
13691         (speedbar-fetch-dynamic-tags): New function.
13692         (speedbar-fetch-dynamic-imenu): Removed code now handled in
13693         `speedbar-fetch-dynamic-imenu'.
13694         (speedbar-fetch-dynamic-etags): Fix current buffer problem.
13695         (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
13696         "Revert Buffer" menu items.
13697         (speedbar-buffer-buttons-engine): Be smarter when creating a
13698         filename tag (for expansion purposes.).
13699         (speedbar-highlight-one-tag-line,
13700         (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
13701         (speedbar-recenter): New functions.
13702         (defimage-speedbar): Image loading abstraction.
13703         (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
13704         (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
13705         (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
13706         (speedbar-tag-type, speedbar-tag-mail): New images.
13707         (speedbar-expand-image-button-alist): New variable.
13708         (speedbar-insert-image-button-maybe): Insert an image over some
13709         buttons.
13711 2000-05-13  Kenichi Handa  <handa@etl.go.jp>
13713         * international/mule-cmds.el (encode-coding-char): An ASCII
13714         character is always encodable.
13716         * international/mule-conf.el: Add more information in descriptions
13717         of character sets.
13719         * international/mule-diag.el (describe-char-after): New function.
13720         (describe-font-internal): Adjusted for the change of font-info.
13721         (describe-font): Likewise.
13722         (print-fontset): Rewritten for the new fontset implementation.
13723         (describe-fontset): Include fontset alias names in completion.
13724         (list-fontsets): Adjusted for the change of print-fontset.
13726         * simple.el (what-cursor-position): If DETAIL is non-nil, call
13727         describe-char-after instead of displaying the detail in the echo
13728         area.
13729         (syntax-code-table): Format changed.
13730         (string-to-syntax): Adjusted for the above change.
13732 2000-05-12  Stefan Monnier  <monnier@cs.yale.edu>
13734         * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
13736 2000-05-12  Dave Love  <fx@gnu.org>
13738         * calendar/todo-mode.el: Remove some compatibility stuff and CL
13739         dependence.  Use line-{beginning,end}-position, not
13740         point-at{b,e}ol.  Some doc fixes.
13741         (todo-position): New function.  Fix callers of position to use it.
13742         (todo-save-top-priorities, todo-print): Use with-temp-buffer.
13744 2000-05-12  Gerd Moellmann  <gerd@gnu.org>
13746         * time.el (display-time-mail-icon): Use `:ascent center'.
13748         * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
13749         handling FTP security extensions.
13751 2000-05-11  Dave Love  <fx@gnu.org>
13753         * calendar/todo-mode.el: New file.
13755 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
13757         * comint.el (comint-read-input-ring): Move reference to
13758         comint-input-ring-size outside of the save-excursion.  It was
13759         causing the default value to be the only one ever seen.
13761         * font-lock.el: Update copyright.  Remove Simon Marshall's email
13762         address on request from him.
13764         * subr.el (substitute-key-definition): Add comment describing
13765         the meaning of PREFIX.
13767 2000-05-10  Stefan Monnier  <monnier@cs.yale.edu>
13769         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
13771         * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
13772         (add-minor-mode): Don't make the variable buffer-local and add a
13773         reference to define-minor-mode in the docstring.
13775         * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
13776         HEADER/FOOTER and fix bug with trailing empty directory.
13777         (cvs-append-to-ignore): Use vc-editable-p if available.
13778         (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
13779         (vc-do-command): Tweak advice to handle the new VC.
13781         * log-view.el (log-view-goto-rev): New function for the new VC.
13782         (log-view-minor-wrap): Use mark-active.
13784         * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
13785         (log-edit-changelog-full-paragraphs): New var.
13786         (log-edit-insert-changelog): Remove a lonely leading `* file'.
13787         (log-edit-narrow-changelog, log-edit-changelog-paragraph)
13788         (log-edit-changelog-subparagraph, log-edit-changelog-entry)
13789         (log-edit-changelog-ours-p, log-edit-changelog-entries)
13790         (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
13791         Replace the `cvs' prefix with `log-edit'.
13793         * iswitchb.el (iswitchb-completion-help): Unquote lambda.
13795         * diff-mode.el (diff-font-lock-keywords): Recognize comments.
13796         (diff-font-lock-defaults): Explicitly turn off multiline.
13797         (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
13798         (diff-ediff-patch): Fix call to ediff-patch-file.
13799         (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
13800         Handle comments.
13802         * frame.el (automatic-hscrolling): Typo.
13804         * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
13806 2000-05-09  Sam Steingold  <sds@goems.com>
13808         * apropos.el (apropos-print): use `describe-face' instead of
13809         `customize-face-other-window'.
13811 2000-05-09  Dave Love  <fx@gnu.org>
13813         Changes mostly following Richard Sharman <rsharman@wave.home.com>.
13815         * help.el (describe-variable): Have customize button pop the
13816         help-xref stack when invoked.
13817         (help-xref-symbol-regexp): Add `face'.
13818         (help-make-xrefs): Check for quoted face names and adapt regexp
13819         submatch numbers to cope.
13820         (help-xref-interned): Maybe insert face doc too.  Separate
13821         sections with a line of hyphens.
13823         * faces.el:  Some doc fixes.  Declare some functions obsolete.
13824         (describe-face): Add customize button.  Return the help
13825         text.  Fix prompt.
13827 2000-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
13829         * term/internal.el (IT-character-translations): Fix last change.
13831 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
13833         * woman.el: New file
13834         (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
13836 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
13838         * term/internal.el (IT-character-translations): Update ASCII
13839         simulations for greek-iso8859-7, add latin-iso8859-14 and
13840         latin-iso8859-15.
13842         * international/mule-cmds.el (set-language-info-alist): Call
13843         define-prefix-command with 3 arguments, to make the map suitable
13844         for a menu.
13846 2000-05-07  Dave Love  <fx@gnu.org>
13848         * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
13850 2000-05-05  Dave Love  <fx@gnu.org>
13852         * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
13853         list in doc string.  Don't quote keyword symbols.
13854         * emacs-lisp/cl.el: Likewise
13855         * emacs-lisp/cl-seq.el: Likewise
13857 2000-05-05  Gerd Moellmann  <gerd@gnu.org>
13859         * abbrev.el (abbrev-mode): Make ARG optional.
13861 2000-05-04  Gerd Moellmann  <gerd@gnu.org>
13863         * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
13865         * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
13867         * subr.el (substitute-key-definition): Clarify documentation.
13869 2000-05-04  Milan Zamazal  <pdm@freesoft.cz>
13871         * glasses.el (glasses-convert-to-unreadable): Use
13872         `glasses-separator' instead of the hard-wired "_".
13873         (glasses-mode): Call `glasses-make-unreadable' only in a single
13874         place.
13876 2000-05-04  Eli Zaretskii  <eliz@is.elta.co.il>
13878         * term/internal.el (cjk-codepages-alist): Add associations for
13879         Chinese and Korean codepages.  Remove FIXME comment.
13881 2000-05-03  Dave Love  <fx@gnu.org>
13883         * time.el (display-time-mail-face, display-time-use-mail-icon):
13884         New option.
13885         (display-time-mail-icon): New variable.
13886         (display-time-string-forms): Use the above.  Fix the local-map.
13888 2000-05-03  Gerd Moellmann  <gerd@gnu.org>
13890         * replace.el (query-replace-map): Add binding for `E'.
13891         (query-replace-help): Extend help text.
13892         (perform-replace): Allow editing the replacement string.
13894         * make-mode.el (makefile-mode-abbrev-table): New variable.
13895         (makefile-mode): Set local abbrev table to
13896         makefile-mode-abbrev-table.
13897         (makefile-font-lock-keywords): Fontify includes and conditionals.
13899         * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
13900         set TOGGLE's value.
13902         * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
13903         mail-interactive-insert-alias.
13904         (mail-abbrev-complete-alias): New command.
13905         (mail-mode-map): Bind it to `M-TAB'.
13907 2000-05-03  Kenichi Handa  <handa@etl.go.jp>
13909         * language/lao-util.el (lao-compose-region): New function.
13911 2000-05-02  Gerd Moellmann  <gerd@gnu.org>
13913         * files.el (recover-session): Make directories as necessary
13914         if they don't exist yet.
13916         * calendar/cal-french.el
13917         (french-calendar-multibyte-special-days-array)
13918         (french-calendar-special-days-array): Change French text.
13919         (calendar-french-date-string): Change output.
13920         (calendar-goto-french-date): Likewise.
13922 2000-05-02  Per Abrahamsen  <abraham@dina.kvl.dk>
13924         * wid-edit.el (widget-default-active): Obey `:always-active'.
13925         (widget-documentation-string-value-create): Set `:always-active'.
13927 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
13929         * startup.el (auto-save-list-file-prefix): For ms-dos, set the
13930         default prefix to `~/_emacs.d/auto-save.list/_s'.
13931         (normal-top-level): Create the directory for auto-save files, if
13932         it doesn't already exist (in the ms-dos case only).
13934 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
13936         * international/mule-cmds.el (set-language-environment): Don't
13937         concat an integer (dos-codepage), use format instead.
13939 2000-05-02  Dave Love  <fx@gnu.org>
13941         * help.el (help-xref-on-pp): Check for constant symbols.
13943 2000-04-29  Gerd Moellmann  <gerd@gnu.org>
13945         * startup.el (normal-top-level): Put a condition-case around
13946         the code loading subdirs.el.
13948 2000-04-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13950         * ps-print.el: Upside-down and face background color printing,
13951         line number step, doc fix.
13952         (ps-print-version): New version number (5.2).
13953         (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
13954         (ps-face-attribute-list, ps-plot-with-face): Code fix.
13955         (ps-spool-config): Var fix.
13956         (ps-printer-name-option): Const fix.
13957         (ps-print-upside-down, ps-use-face-background)
13958         (ps-line-number-step): New vars.
13959         (ps-window-system, ps-lp-system): New consts.
13960         (ps-face-background): New fun.
13962 2000-04-28  Richard Stallman  <rms@gnu.org>
13964         * files.el (make-auto-save-file-name):
13965         Apply auto-save-file-name-transforms to visited file name
13966         before generating auto save file name.
13967         (auto-save-file-name-transforms): New variable.
13969         * files.el (backup-enable-predicate):
13970         Correctly test for a file under a temporary directory.
13972 2000-04-28  Gerd Moellmann  <gerd@gnu.org>
13974         * subr.el (add-minor-mode): Rewritten.
13976 2000-04-28  Kenichi Handa  <handa@etl.go.jp>
13978         * mail/sendmail.el (sendmail-send-it): Set
13979         buffer-file-coding-system to the selected coding system for MIME
13980         header.
13982 2000-04-27  Gerd Moellmann  <gerd@gnu.org>
13984         * dired.el (dired-move-to-filename-regexp): Allow format where
13985         YYYY is followed by two spaces.
13987         * progmodes/etags.el (etags-tags-completion-table): Add a `:'
13988         in the second character class of the regexp.
13990         * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
13991         mh-etc, too.
13993         * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
13994         nil.
13996         * subr.el (add-minor-mode): Use `set' instead of `setq'.
13998         * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
13999         argument.
14001 2000-04-27  Sen Nagata <sen@eccosys.com>
14003         * emacs-lisp/crm.el (crm-completion-table): New variable.
14004         (crm-collection-fn, crm-test-completion)
14005         (completing-read-multiple): Use it.
14007 2000-04-27  Dave Love  <fx@gnu.org>
14009         * help.el (locate-library): Use mapc.
14010         (help-manyarg-func-alist): Add call-process-region.
14012 2000-04-26  Gerd Moellmann  <gerd@gnu.org>
14014         * subr.el (add-minor-mode): Make argument MAP optional.
14016         * desktop.el (desktop-save): Save list of minor modes.
14017         (desktop-create-buffer): Restore minor modes.
14018         (desktop-minor-mode-table): New user-option.
14020         * subr.el (add-minor-mode): New function.
14022         * image.el (find-image): New function.
14023         (defimage): Rewritten to find image at load time.
14025         * startup.el (normal-top-level-add-to-load-path): Handle
14026         case that the default directory is not in load-path.
14028         * help.el: Old patch from Stefan Monnier.
14029         (help-xref-on-pp): New function.
14030         (describe-variable): Use it to display xrefs in a symbol's value.
14032 2000-04-26  Stefan Monnier  <monnier@cs.yale.edu>
14034         * cus-edit.el (custom-face): Fix parenthesis.
14036 2000-04-26  Kenichi Handa  <handa@etl.go.jp>
14038         * mail/rmail.el (rmail-expunge): When there are no deleted
14039         messages, do nothing.
14041 2000-04-26  Dave Love  <fx@gnu.org>
14043         * international/mule-cmds.el (locale-translation-file-name):
14044         Defvar to nil.
14045         (set-locale-environment): Set it here (at runtime).
14047 2000-04-25  Gerd Moellmann  <gerd@gnu.org>
14049         * replace.el (perform-replace): Add parameters START and END.  Use
14050         them instead of the check for a region in Transient Mark mode.
14051         (query-replace-read-args): Return two more list elements for the
14052         start and end of the region in Transient Mark mode.
14053         (query-replace, query-replace-regexp, query-replace-regexp-eval)
14054         (map-query-replace-regexp, replace-string, replace-regexp): Add
14055         optional last arguments START and END and pass them to
14056         perform-replace.
14058         * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
14059         form with additional arguments for perform-replace.
14061         * progmodes/etags.el (tags-query-replace): Add parameters START
14062         and END.  Construct a form with additional arguments for
14063         perform-replace.
14065         * simple.el (shell-command): Set default directory for "*Shell
14066         Command Output" buffer.
14068         * language/european.el (iso-latin-4): Fix typo.
14070         * emacs-lisp/crm.el: New file.
14072 2000-04-24  Dave Love  <fx@gnu.org>
14074         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
14075         (Custom-reset-saved, Custom-reset-standard)
14076         (custom-group-value-create, custom-group-set, custom-group-save)
14077         (custom-group-reset-current, custom-group-reset-saved)
14078         (custom-group-reset-standard): Use mapc.
14079         (custom-buffer-create-internal): Disable undo when creating items.
14080         Use mapc.
14081         (custom-face): Avoid redundant lambda.
14083 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
14085         * startup.el (auto-save-list-file-prefix): Set default to
14086         `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
14088 2000-04-24  Sam Steingold  <sds@gnu.org>
14090         * time-stamp.el (time-stamp-string-preprocess): Always convert
14091         `field-result' to a string.
14093 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
14095         * frame.el (scrolling): New group.
14096         (automatic-hscrolling): New user-option.
14098         * startup.el (command-line-x-option-alist): Add `-lsp' and
14099         `--line-spacing'.
14101 2000-04-19  Dave Love  <fx@gnu.org>
14103         * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
14104         (cl-mapc): Rename from mapc.  Fix the funcall.
14106 2000-04-19  Gerd Moellmann  <gerd@gnu.org>
14108         * simple.el (clone-indirect-buffer-other-window): New command.
14109         (clone-indirect-buffer): Add optional arg NORECROD.
14110         (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
14112         * help.el (resize-temp-buffer-window): Use count-screen-lines.
14114         * window.el (count-screen-lines): New function.
14115         (shrink-window-if-larger-than-buffer): Use count-screen-lines
14116         instead of window-buffer-height.
14118         * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
14119         non-existing variable comint-input-sentinel.
14120         (inferior-lisp-args-to-list): Removed.
14121         (inferior-lisp): Use split-string instead of
14122         inferior-lisp-args-to-list.
14124         * hexl.el (hexl-insert-hex-string): New command.
14126         * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
14127         instead of concat.
14129 2000-04-18  Gerd Moellmann  <gerd@gnu.org>
14131         * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
14132         at the start of an existing but empty folder.
14134 2000-04-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14136         * ps-mule.el: Customization fix, doc fix.
14137         (ps-multibyte-buffer): Customization fix.
14139 2000-04-17  Richard M. Stallman  <rms@gnu.org>
14141         * subr.el (read-passwd): Use read-char-exclusive.
14143 2000-04-17  Gerd Moellmann  <gerd@gnu.org>
14145         * textmodes/texinfo.el (texinfo-insert-@email)
14146         (texinfo-insert-@emph, texinfo-insert-@quotation)
14147         (texinfo-insert-@strong, texinfo-insert-@url): New functions.
14148         (texinfo-mode-map): Add key bindings for them.
14150         * files.el (basic-save-buffer-2): Use a template with `$'
14151         instead of `#' for VMS.
14153         * simple.el (clone-indirect-buffer): New function.
14155 2000-04-16  Stephen Eglen  <stephen@gnu.org>
14157         * iswitchb.el (iswitchb-case): New function.  If the user input
14158         contains any upper-case characters, the search is made
14159         case-sensitive.
14161 2000-04-17  Stefan Monnier  <monnier@cs.yale.edu>
14163         * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
14164         comment-end.
14165         (texinfo-font-lock-syntactic-keywords): New var.
14166         (texinfo-font-lock-keywords): Remove comment regexp.
14167         (texinfo-insert-block): New function.
14168         (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
14169         (texinfo-mode): Use define-derived-mode.  Tweak comment-start-skip
14170         and font-lock-defaults.  Use regexp-opt for outline-regexp.
14171         (texinfo-environments): New var.
14172         (texinfo-environment-regexp): Use regexp-opt and
14173         texinfo-environments.
14175         * textmodes/ispell.el (ispell-menu-map-needed): Check that
14176         ispell-process is bound since this might be eval'd before ispell
14177         is loaded.
14178         (ispell-message): Use a tiny bit less magic and a bit more hard
14179         data to figure out what kind of sc-cite-regexp to use.
14181         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
14183         * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
14184         (insert-cyclic-diary-entry): Unquote the lambda.
14186         * gud.el (gud-jdb-build-source-files-list): Fix typo.
14188         * files.el (backup-enable-predicate): Unquote the lambda.
14190         * cus-edit.el (custom-face, face): Unquote the lambda.
14192 2000-04-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14194         * ps-print.el: Check for line-beginning-position definition.
14196         * ps-print.el: Fix counting lines in a region.
14197         (ps-print-version): New version number (5.1.5).
14198         (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
14199         (ps-printing-region): Fun code fix.
14201 2000-04-15  Gerd Moellmann  <gerd@gnu.org>
14203         * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
14204         to file-directory-p.
14206 2000-04-14  Gerd Moellmann  <gerd@gnu.org>
14208         * gud.el (gud-jdb-build-source-files-list): Check that directory
14209         exists before calling directory-files.
14211 2000-04-13  Dave Love  <fx@gnu.org>
14213         * emacs-lisp/trace.el: Change maintainer.  Use new backquote
14214         syntax.
14216         * emacs-lisp/cl-specs.el: Remove when, unless.
14218         * emacs-lisp/cl-extra.el: Don't quote keywords.
14219         (cl-old-mapc): New variable.
14220         (mapc): Use it.
14221         (cl-map-intervals): Use with-current-buffer.  Don't check for
14222         next-property-change.
14223         (cl-map-overlays): Use with-current-buffer.
14224         (cl-expt): Remove.
14225         (copy-tree, remprop): Define unconditionally.
14227         * emacs-lisp/cl-compat.el (keywordp): Remove.
14229         * emacs-lisp/edebug.el (edebug-keywordp): Remove.  Change callers
14230         to use keywordp.
14231         (edebug-spec): Enable keywordp.
14233         * cus-edit.el (custom-sort-items): Avoid symbol-name with new
14234         string-lessp.
14236         * cus-start.el: Use keywordp.
14238 2000-04-13  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
14240         * diary-lib.el (include-other-diary-files): Fix the fix of
14241         2000-02-18 by doing a save-excursion.
14243 2000-04-13  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14245         * ps-print.el: Customization fix, doc fix.
14246         (ps-print-version): New version number (5.1.4).
14247         (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
14248         (ps-print-preprint): Adjust code.
14249         (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
14250         (ps-print-prologue-header, ps-print-control-characters)
14251         (ps-spool-config): Customization fix.
14253 2000-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
14255         * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
14256         converted to the new menu-item format, names silightly changed,
14257         help strings added.
14259         Support for spelling without async subprocesses:
14261         * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
14262         (ispell-session-buffer): New variables.
14263         (ispell-start-process, ispell-process-status,
14264         ispell-accept-output, ispell-send-string): New functions, for
14265         Ispell invocation when async subprocesses aren't supported.
14266         (ispell-word, ispell-pdict-save, ispell-command-loop,
14267         ispell-process-line, ispell-buffer-local-parsing): Replace calls
14268         to process-send-string with calls to ispell-send-string, and
14269         accept-process-output with ispell-accept-output.
14270         (ispell-init-process): Call ispell-process-status instead of
14271         process-status with.
14272         (ispell-init-process): Call ispell-start-process.  Call
14273         ispell-accept-output and ispell-send-string.  Don't call
14274         process-kill-without-query and kill-process if they are unbound.
14275         (ispell-async-processp): New function.
14277 2000-04-12  Dave Love  <fx@gnu.org>
14279         * info.el: Add debug-ignored-errors.
14280         (Info-mode-menu): Add some items.
14281         (Info-directory): Add autoload cookie.
14283         * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
14284         Modify `truncate-lines'.  Make `describe-language-environment'
14285         always visible and add help.  Modify `describe-key' help.  Invoke
14286         Info-directory from `info'.  New entry `emacs-manual'.
14288 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
14290         * progmodes/ebrowse.el (ebrowse-tree-mode): Use
14291         propertized-buffer-identification.
14292         (ebrowse-update-member-buffer-mode-line): Likewise.
14293         (ebrowse--mode-strings): Removed.
14294         (ebrowse--mode-line-props): Removed.
14296         * files.el (auto-mode-alist): Add `EBROWSE'.
14298         * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
14299         space before testing for end of buffer.
14300         (ebrowse-load): Removed.
14301         (ebrowse-revert-tree-buffer-from-file): Rewritten.
14302         (ebrowse-create-tree-buffer): Rewritten.
14303         (ebrowse-tree-mode): Read tree from buffer.
14305         * progmodes/ebrowse-ffh.el: Removed.
14307 2000-04-10  Kenichi Handa  <handa@etl.go.jp>
14309         * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
14311 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
14313         * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
14314         at the wrong place.
14316 2000-04-09  Dave Love  <fx@gnu.org>
14318         * files.el (backup-enable-predicate): Use
14319         temporary-file-directory, small-temporary-file-directory.
14320         (make-backup-file-name-function, backup-directory-alist): New
14321         variables.
14322         (make-backup-file-name-1): New function.
14323         (make-backup-file-name): Use it.
14324         (find-backup-file-name): Likewise.  Use format for clarity, not
14325         concat.
14326         (file-newest-backup): Use make-backup-file-name.
14328 2000-04-09  Gerd Moellmann  <gerd@gnu.org>
14330         * progmodes/ebrowse-ffh.el: New file.
14332         * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
14333         to ebrowse-ffh.el.
14334         (ebrowse-load): Add autoload.
14336         * finder.el (finder-commentary): Add autoload cookie.
14338         * mail/rfc2368.el: Correct author's email address.
14340         * progmodes/ebrowse.el: New file.
14342         * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
14343         item help string.
14344         (easy-menu-do-add-item): Ditto.
14345         (easy-menu-define): Extend doc string.
14347         * jit-lock.el (with-buffer-unmodified): Use
14348         restore-buffer-modified-p.
14349         (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
14350         (jit-lock-function, jit-lock-stealth-fontify): Don't use
14351         with-buffer-unmodified.
14353 2000-04-08  Dave Love  <fx@gnu.org>
14355         * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
14356         unless, when.
14358 2000-04-07  Mikio Nakajima  <minakaji@osaka.email.ne.jp>
14360         * viper-util.el (viper-put-on-search-overlay): New subroutine.
14361         (viper-flash-search-pattern): No operation when using Emacs
14362         doesn't support face.
14363         Use `viper-put-on-search-overlay'.
14365 2000-04-04  Gerd Moellmann  <gerd@gnu.org>
14367         * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
14368         like C-r.
14370         * progmodes/make-mode.el: Some doc fixes.
14371         (makefile-mode-abbrev-table): New variable.
14372         (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
14373         (makefile-font-lock-keywords): Fontify includes and conditionals.
14374         (toplevel): Require `dabbrev' and `add-log' when compiling.
14376         * replace.el (perform-replace): Don't move forward one char
14377         when MATCH-AGAIN is nil, and REGEXP-FLAG is t.  We don't want
14378         to do that because it leaves point 1 position after the last
14379         replacement, after everything has been replaced.
14381         * jit-lock.el (with-buffer-unmodified): New macro.
14382         (with-buffer-prepared-for-font-lock): Don't preserve buffer's
14383         modified state.
14384         (jit-lock-function-1): Extracted from jit-lock-function; not
14385         preserving buffer's modified state.
14386         (jit-lock-function, jit-lock-stealth-fontify): Call
14387         jit-lock-function-1.
14389         * mail/rfc2368.el: Remove supernumerary copyright line.
14391 2000-04-04  Milan Zamazal  <pdm@freesoft.cz>
14393         * glasses.el: Provide facilities for inserting space before left
14394         parentheses and uncapitalization of identifiers.
14395         (glasses-mode): Try to remove old overlays in all cases.
14397 2000-04-03  Gerd Moellmann  <gerd@gnu.org>
14399         * progmodes/compile.el (compile-internal): Display the compilation
14400         buffer in a different frame, if it's already displayed there.
14402         * mail/rfc2368.el: New file.
14404         * simple.el (sendmail-user-agent-compose): Recognize a `body'
14405         header and insert its value as mail body.
14407         * subr.el (member-ignore-case): New function.
14409         * dabbrev.el (dabbrev-ignored-regexps): New user-option.
14410         (dabbrev--find-expansion): Ignore buffers matching a regexp
14411         from dabbrev-ignored-regexps.
14413         * jka-compr.el (jka-compr-compression-info-list): Add `.z'
14414         to extensions handled by gzip.
14416 2000-04-03  Richard M. Stallman  <rms@gnu.org>
14418         * files.el (insert-directory): List the total free space
14419         along with the used space.
14421         * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
14422         line is followed by one that matches CITATION-REGEXP, end the
14423         paragraph.
14425 2000-04-03  Markus Rost  <rost@delysid.gnu.org>
14427         * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
14428         (rmail-make-basic-summary-line): Use that option.
14430 2000-04-03  Kenichi Handa  <handa@etl.go.jp>
14432         * international/mule-cmds.el (encoded-string-description):
14433         Rewritten.   Try pretty description for ISO 2022 escape sequences
14434         only if CODING-SYSTEM is based on ISO 2022.  Use uppercase letters
14435         for hexadecimal format.
14437 2000-04-01  Dave Love  <fx@gnu.org>
14439         * cpp.el: Change customization group to `c' from `C'.
14441         * vcursor.el (vcursor-move): Use display-color-p.
14443         * international/mule-util.el: Provide mule-utils.
14444         (string-to-sequence): Simplify and speed up.
14446         * international/mule.el (make-coding-system): Purecopy doc-string.
14448         * international/mule-cmds.el: Various menu changes.
14449         (describe-specified-language-support): Handle `Default'.
14450         (set-language-info): Purecopy `info'.
14452 2000-03-31  Andrew Innes  <andrewi@gnu.org>
14454         * vc.el (vc-backend-diff): Return the correct status if we had to
14455         retry the rcsdiff command without the --brief option.
14457 2000-03-31  Dave Love  <fx@gnu.org>
14459         * help.el (help-manyarg-func-alist): Correct several omissions.
14461         * add-log.el: Don't require cl, fortran.
14462         (add-log-current-defun-function): Doc fix.
14463         (change-log-version-number-regexp-list): Remove SCCS part.  Doc
14464         fix.
14465         (change-log-version-rcs): Function deleted.
14466         (change-log-version-number-search): Doc fix.  Use
14467         vc-workfile-version.  Avoid CL dolist.
14468         (add-change-log-entry): Just call add-log-current-defun to get
14469         defun.  Simplify somewhat.
14470         (change-log-get-method-definition-1): Likewise.
14471         (add-log-current-defun): Return nil if calling
14472         add-log-current-defun-function does so.  Move Fortran stuff to
14473         fortran.el.  Return string without properties.
14475         * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
14476         and :alpha: char classes.
14478         * mail/supercite.el: Defvar curline when compiling.
14479         (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
14480         (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
14481         rather than a-zA-Z0-9 to allow non-ASCII characters.
14483 2000-03-31  Gerd Moellmann  <gerd@gnu.org>
14485         * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
14487         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
14488         Re-enable new code.
14490         * lpr.el (print-region-1): Use -d to specify printer name for
14491         systems `usg-unix-v*, `dgux', `hpux', `irix'.
14493 2000-03-31  Dave Love  <fx@gnu.org>
14495         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
14496         for function definition in symbol's function value slot first
14497         instead of first consulting byte-compile-function-environment.
14499 2000-03-31  Kenichi Handa  <handa@etl.go.jp>
14501         * language/european.el ("Polish"): New language environment.
14502         (setup-polish-environment): New function.
14504 2000-03-30  Gerd Moellmann  <gerd@gnu.org>
14506         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
14507         Disable new code.
14509         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
14510         trying to `load' the symbol of an autoload instead of the file
14511         recorded in the autoload.  Fix error messages.
14513 2000-03-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14515         * ps-print.el: PostScript programming fix for ghostview, doc fix.
14516         (ps-print-version): New version number (5.1.3).
14517         (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
14518         (ps-insert-file, ps-output-boolean, ps-plot-with-face)
14519         (ps-generate-postscript-with-faces): Code fix.
14520         (ps-color-values): XEmacs compatibility.
14521         (ps-print-background-image, ps-print-background-text, ps-printer-name)
14522         (ps-default-fg, ps-default-bg): Adjust customization.
14523         (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
14524         (ps-color-scale): Renaming old ps-color-value fun.
14525         (ps-print-headers): Replace ps-print-header group to avoid conflict
14526         with ps-print-header variable.
14527         (ps-print-miscellany): New group.
14528         (ps-format-color, ps-rgb-color): New funs.
14529         (ps-default-foreground): New var.
14530         (ps-printer-name-option): New const.
14532 2000-03-30  Peter Breton  <pbreton@ne.mediaone.net>
14534         * net/net-utils.el:
14535         (network-connection-host, network-connection-service): New variables
14536         (network-connection-mode): New mode, derived from comint-mode
14537         (network-connection-mode-setup): New function, saves host and
14538         service information in local variables.
14540         * lisp/locate.el:
14541         (locate-word-at-point): Added this function
14542         (locate): Default to using locate-word-at-point as input
14543         Run dired-mode-hook
14545 2000-03-29  Dave Love  <fx@gnu.org>
14547         * calendar/appt.el: Doc fixes.
14548         (appt-check): Convert min-to-app to a string before passing to
14549         appt-disp-window-function or concat.
14550         (appt-delete-window): Remove test for frame-root-window.
14551         (appt-select-lowest-window, appt-convert-time): Simplify.
14553         * emacs-lisp/bytecomp.el: Doc fixes.
14554         (byte-compile-file-form-autoload): Update
14555         byte-compile-function-environment.
14557 2000-03-29  Andreas Schwab  <schwab@suse.de>
14559         * emacs-lisp/autoload.el: Also print defsubst doc string
14560         specially.
14562         * dired.el (dired-insert-directory): If dired-free-space-program
14563         failed just delete its output.
14565 2000-03-29  Dave Love  <fx@gnu.org>
14567         * international/iso-cvt.el: Move provide to end.  Doc fixes.
14568         (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
14569         (iso-iso2sgml, iso-sgml2iso): New functions.
14570         (iso-cvt-define-menu): Fix some entries and use backquote for
14571         clarity.
14573         * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
14575 2000-03-28  Gerd Moellmann  <gerd@gnu.org>
14577         * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
14578         ISO-DATE.  If non-nil, return date in ISO 8601 format.
14580 2000-03-26  Stefan Monnier  <monnier@cs.yale.edu>
14582         * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
14583         if it ever becomes used.
14584         (log-edit-mode-hook): Default to vc-log-mode-hook.
14585         (log-edit-mode): Fix the docstring.
14587         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
14588         the code.
14590 2000-03-26  Dave Love  <fx@gnu.org>
14592         * net/browse-url.el (browse-url): Re-fix case of
14593         browse-url-browser-function being an alist.
14594         (browse-url): Add :link to defgroup.
14596         * files.el: Doc fixes.
14597         (file-truename): Include `[' in wildcard characters.
14598         (automount-dir-prefix): Customize.
14599         (find-file-wildcards): Add :version.
14600         (find-file-noselect): Simplify a mapcar call.
14602         * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
14603         compatible with inf-lisp version.
14604         (eval-defun-1): Fix custom-declare-variable case.
14606 2000-03-25  Stefan Monnier  <monnier@cs.yale.edu>
14608         * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
14610 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
14612         * Makefile (COMPILE_FIRST): New macro.
14613         (compile-files): Compile files from COMPILE_FIRST first.
14615         * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
14616         code.
14618         * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
14619         matching open parenthesis in column 0 to defun-prompt-regexp
14620         only if open-paren-in-column-0-is-defun-start is set.
14622         * sun-curs.el: Require CL at compile-time only.
14624         * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
14625         instead of copy-list which is a function from CL.
14626         (msb--choose-menu, msb--mode-menu-cond)
14627         (msb--create-buffer-menu-2): Use dolist instead of mapc.
14628         (msb--init-file-alist): Use mapcar instead of mapcan.
14629         (msb--aggregate-alist): Use mapcar instead of mapcan.  Fix
14630         `(' in column 0 in doc string.
14631         (msb--add-separators): Use mapcar instead of mapcan.
14633         * cus-dep.el: Require CL at compile-time only.
14635 2000-03-24  Stefan Monnier  <monnier@cs.yale.edu>
14637         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
14638         (byte-compile-warnings): New warning `noruntime'.
14639         (byte-compile-constants, byte-compile-variables): Fix docstring.
14640         (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
14641         execute `eval-whenc-compile's body.
14642         (byte-compile-unresolved-functions): Fix docstring.
14643         (byte-compile-eval): New function.
14644         (byte-compile-callargs-warn): Check if the function will be available
14645         at runtime (via property `byte-compile-noruntime').
14646         (byte-compile-print-syms): New function.
14647         (byte-compile-warn-about-unresolved-functions): Also warn about
14648         `noruntime' functions (and use `byte-compile-print-syms').
14649         (byte-compile-file): Capitalize the message.
14651 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
14653         * mail/rmail.el (rmail-confirm-expunge): New user-option.
14654         (rmail-expunge): Ask for confirmation depending on the setting
14655         of rmail-confirm-expunge.
14657 2000-03-23  Gerd Moellmann  <gerd@gnu.org>
14659         * Makefile (bootstrap-clean): If $(emacs) exists, build
14660         loaddefs.el first.  A loaddefs.el that's not up-to-date might
14661         cause a bootstrap failure because things don't autoload as
14662         expected.
14664 2000-03-23  Dave Love  <fx@gnu.org>
14666         * net/browse-url.el: Restore previous use of
14667         browse-url-maybe-new-window.
14669 2000-03-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14671         * ps-print.el: Skip banner page fix.
14672         (ps-print-version): New version number (5.1.2).
14673         (ps-begin-file, ps-end-file, ps-generate): Code fix.
14675 2000-03-23  Dave Pearson  <davep@davep.org>
14677         * net/quickurl.el Changed the type of parameter passed to the
14678         function defined by `quickurl-format-function'. Before only the
14679         text of the URL was passed. Now the whole URL structure is passed
14680         and the function is responsible for extracting the parts it
14681         requires.  Changed the default of `quickurl-format-function'
14682         accordingly.
14683         (quickurl-insert): Changed the `funcall' of
14684         `quickurl-format-function' to match the above change.
14685         (quickurl-list-insert): Changed the `url' case so that it makes
14686         use of `quickurl-format-function', previous to this the format was
14687         hard wired.
14689 2000-03-22  Gerd Moellmann  <gerd@gnu.org>
14691         * startup.el: Change some spellings for the X Window System.
14693 2000-03-22  Stefan Monnier  <monnier@cs.yale.edu>
14695         * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
14696         up the code and the regexp and make sure the cursor is temporarily
14697         moved to the suspicious line while querying the user.
14699 2000-03-22  Jason Rumney  <jasonr@gnu.org>
14701         * w32-fns.el (w32-charset-info-alist): Initialize.
14703 2000-03-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14705         * ps-print.el: N-up last page fix.
14706         (ps-print-version): New version number (5.1.1).
14707         (ps-end-file, ps-end-job, ps-generate): Code fix.
14709 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
14711         * files.el (find-file-run-dired): Update docstring.
14712         (find-directory-functions): New hook.
14713         (find-file-noselect): Run find-directory-functions rather than
14714         calling dired directly.
14716         * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
14718         * pcvs.el: Add a minimal leading commentary.
14719         (cvs-make-cvs-buffer): Change the header part by removing the startup
14720         message and adding a `Module' entry.  Also replace the FOOTER and
14721         HEADER special fileinfos with the new support in ewoc for updating
14722         its own footer and header.
14723         (cvs-update-header): Update to use the header/footer of the ewoc.
14724         (cvs-mode): Use define-derived-mode and set truncate-lines to t.
14725         (cvs-is-within-p): New function.
14726         (cvs-mode-run): Take advantage of `save-some-buffers's new ability
14727         to only examine some subset of the buffers.
14729         * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
14730         `format' instead of our own ad-hoc functions.
14731         Remove HEADER and FOOTER cases, now handled in the EWOC.
14732         (cvs-fileinfo<): Remove HEADER and FOOTER cases.
14734         * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
14735         output to avoid scaring the user.
14736         (cvs-parse-table): Catch message for non-up-to-date commits.
14738         * pcvs-defs.el (cvs-startup-message): Remove.
14739         (cvs-global-menu): New autoloaded menu.
14741         * pcvs-util.el (cvs-string-fill): Remove.
14743         * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
14744         (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
14745         PP part of it and also make it work for footers and headers.
14746         (ewoc-create): Drop POS and BUFFER arguments.
14747         Use the DLL's dummy node to store the end-of-footer position.
14748         (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
14749         (ewoc-refresh): Remove unused `header' variable.
14750         (ewoc-(get|set)-hf): New functions.
14752         * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
14753         log-view-*-(message|file) and use easy-mmode-define-navigation.
14754         (log-view-message-re): Match SCCS format as well.
14755         And match the revision line rather than the dashed separator line.
14756         (log-view-mode): Use the new define-derived-mode.
14757         (log-view-current-tag): Fill in with an actual implementation.
14759         * cvs-status.el (cvs-status-(prev|next)): Rename from
14760         cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
14761         (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
14762         to let the output "breathe" a little more (more readable).
14763         (cvs-status-mode): Use the new define-derived-mode.
14765         * smerge-mode.el (smerge-auto-leave): New function and variable.
14766         (smerge-basic-map): Rename from smerge-basic-keymap.
14767         Change the bindings for smerge-diff-*.
14768         (smerge-*-map): Use easy-mmode-defmap.
14769         (smerge-(next|prev)): Use easy-mmode-define-navigation.
14770         (smerge-keep-*): Use smerge-auto-leave.
14772 2000-03-21  Jason Rumney  <jasonr@gnu.org>
14774         * cus-edit.el (custom-button-face): Use 3D look for w32.
14775         (custom-button-pressed-face): Likewise.
14777 2000-03-21  Gerd Moellmann  <gerd@gnu.org>
14779         * progmodes/etags.el (tags-case-fold-search): New user-option.
14780         (tags-loop-eval): New function.  Bind case-fold-search around eval
14781         depending on the value of tags-case-fold-search.
14782         (tags-loop-continue): Use tags-loop-eval.
14783         (find-tag-in-order): Bind case-fold-search depending on the value
14784         of tags-case-fold-search.
14786 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
14788         * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
14789         (diff-end-of-hunk): Return the end position for use in
14790         `easy-mmode-define-navigation'.
14791         (diff-recenter): Remove.
14792         (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
14793         of `easy-mmode-define-navigation'.
14794         (diff-kill-*): Rename `diff-*-kill' (for consistency with the
14795         previous renaming) and fix to use new names.
14796         (diff-merge-strings): Use \n as separator: simpler, faster.
14797         (diff-mode): Use `define-derived-mode'.
14799         * derived.el (define-derived-mode): Don't autoload anymore.
14800         Prefer the macro-only version provided by easy-mmode.el.
14802         * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
14803         `easy-mmode-define-derived-mode'.
14804         Use `combine-run-hooks'.
14805         (easy-mmode-define-navigation): New macro.
14807         * subr.el (combine-run-hooks): New function.
14809 2000-03-21  Kenichi HANDA  <handa@etl.go.jp>
14811         * term/x-win.el: Fontsets related initialization is simplified.
14813         * international/mule-diag.el (describe-font): Don't refer to
14814         global-fontset-alist, instead call font-list.
14815         (describe-fontset, list-fontsets, mule-diag): Likewise.
14816         (print-fontset): Adjusted for the change of fontset
14817         implementation.
14819         * international/fontset.el (x-charset-registries): Variable
14820         removed, instead the corresponding data is stored in the default
14821         fontset.
14822         (register-alternate-fontnames): Function removed.
14823         (resolved-ascii-font): Variable removed.
14824         (x-compose-font-name): Ignore the second argument REDOCE.
14825         (x-complement-fontset-spec): Complement only an ASCII font and
14826         element for those charsets than can use that ASCII font.
14827         (generate-fontset-menu): Don't refer to global-fontset-alist,
14828         instead call fontset-list.
14829         (uninstantiated-fontset-alist): Variable removed.
14830         (x-style-funcs-alist): Likewise.
14831         (fontset-default-styles): Likewise.
14832         (x-modify-font-name): Function removed.
14833         (create-fontset-from-fontset-spec): Ignore the argument
14834         STYLE-VARIANT.
14835         (create-fontset-from-ascii-font): Docsting adjusted for the above
14836         change.
14837         (instantiate-fontset, resolve-fontset-name): Functions removed.
14838         (fontset-list): Now implemented by C code.
14840         * faces.el (read-face-font): Fix TABLE arg to completing-read.
14841         (describe-face): Include `font' attribute in the description.
14843 2000-03-21  Kenichi Handa  <handa@etl.go.jp>
14845         * international/quail.el (quail-set-keyboard-layout): Typo fixed.
14847 2000-03-20  Gerd Moellmann  <gerd@gnu.org>
14849         * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
14850         ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
14851         zone-mode.el, snmp-mode.el: Moved to net subdirectory.
14853         * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
14854         about behavior of set-buffer-modified-p wrt redisplay.
14856 2000-03-19  Richard M. Stallman  <rms@gnu.org>
14858         * view.el (view-mode-disable): Kill local binding of view-read-only.
14860 2000-03-18  Gerd Moellmann  <gerd@gnu.org>
14862         * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
14863         is a string, convert it to a syntax cell using string-to-syntax.
14865         * simple.el (syntax-code-table, syntax-flag-table): New variables.
14866         (string-to-syntax): New function.
14868         * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
14869         (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
14870         try to use passive ftp mode.
14872 2000-03-17  Gerd Moellmann  <gerd@gnu.org>
14874         * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
14876         * simple.el (append-to-buffer): Update point of windows after
14877         insertion.
14879         * abbrev.el (inverse-add-abbrev): Identify word by first moving
14880         forward then moving backward.  Reindent.
14882         * frame.el (other-frame): Call x-focus-frame only if
14883         focus-follows-mouse is off.
14885 2000-03-17  Dave Love  <fx@gnu.org>
14887         * pcvs-util.el (cvs-strings->string): Rename
14888         replace-regexps-in-string.
14890 2000-03-17  Stefan Monnier  <monnier@cs.yale.edu>
14892         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
14893         regexp for labels cannot span several lines.
14895         * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
14896         `(setq :<key> ':<key>)' to the macro expansion.
14898 2000-03-16  Dave Love  <fx@gnu.org>
14900         * progmodes/f90.el (f90): Put custom group under `languages', not
14901         `fortran'.
14902         (f90-mode-hook): Customize.
14903         (f90-mode): Set add-log-current-defun-function.
14904         (f90-current-defun): New function.
14906 2000-03-16  Gerd Moellmann  <gerd@gnu.org>
14908         * cus-edit.el (custom-variable-tag-face): Handle case that
14909         default face's height is not a number.
14910         (custom-face-tag-face, custom-group-tag-face-1)
14911         (custom-group-tag-face): Ditto.
14912         (custom-group-tag-face-1): Add :group.
14914         * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
14916 2000-03-15  Gerd Moellmann  <gerd@gnu.org>
14918         * pcvs-defs.el (toplevel): Remove autoload cookie for form
14919         requiring easymenu.
14921 2000-03-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14923         * ps-print.el: PostScript user-defined prologue, PostScript error
14924         handler, doc fix.
14925         (ps-print-version): New version number (5.1).
14926         (ps-user-defined-prologue, ps-error-handler-message)
14927         (ps-print-prologue-0, ps-error-handler-alist): New vars.
14928         (ps-setup, ps-begin-file, ps-begin-job): Code fix.
14929         (ps-insert-string): New function.
14931 2000-03-15  Kenichi Handa  <handa@etl.go.jp>
14933         * international/ccl.el (ccl-compile-expression): Don't generate
14934         invalid self-assignment code.
14936 2000-03-14  Dave Love  <fx@gnu.org>
14938         * subr.el (replace-regexp-in-string): Renamed from
14939         replace-regexps-in-string.  Doc fix.
14941 2000-03-12  Dave Love  <fx@gnu.org>
14943         * cus-edit.el: Doc fixes.
14944         (customize-set-variable, customize-save-variable): Rename args for
14945         doc.
14946         (custom-variable-tag-face, custom-face-tag-face)
14947         (custom-group-tag-face-1, custom-group-tag-face): Modify from
14948         style which user identify as hyperlink.
14949         (hook): Don't add undefined functions to the hook.
14950         (debug-ignored-errors): Transfer message from bindings.el.
14952 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
14954         * recentf.el (recentf-keep-non-readable-files-p): Remove
14955         double/nested definition.
14957 2000-03-12  Dave Love  <fx@gnu.org>
14959         * facemenu.el (facemenu-get-face): Use display-color-p.
14960         * enriched.el (enriched-decode-foreground): Likewise.
14961         (enriched-decode-background): Likewise.
14962         * isearch.el (isearch-highlight): Likewise.
14963         * info-look.el (info-lookup): Likewise.
14964         * simple.el (completion-setup-function): Likewise.
14966         * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
14967         :options.
14969         * bindings.el (mode-line-format): Fix line-number and
14970         column-number items.  Add help-echo for the background.
14971         (mode-line-mule-info): Modify help-echo.
14973         * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
14975         * files.el (load-file): Allow completion to .elc.
14977         * man.el: Doc fixes.
14978         (Man-init-defvars): Use display-color-p to set fontification.
14980         * play/hanoi.el (hanoi-internal): Don't use oddp.
14982 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
14984         * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
14986         * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
14988 2000-03-12  Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
14990         * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
14991         Fix comment.
14993 2000-03-10  Stefan Monnier  <monnier@cs.yale.edu>
14995         * font-lock.el (font-lock-keywords): Fix the doc now that
14996         regexp-opt-depth is unnecessary.
14997         (save-buffer-state): Set an edebug spec.
14998         (font-lock-fontify-anchored-keywords): Properly handle the case when
14999         the matcher goes past the limit.
15001         * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
15002         pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
15004         * emacs-lisp/ewoc.el: New file.  This is a merge of elib-node.el,
15005         dll.el and cookie.el (from Elib) with heavy renaming and other
15006         massaging.
15008         * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
15009         Autoload the functions used.
15010         (easy-mmode-define-syntax): Fix CL typo.
15011         (easy-mmode-define-derived-mode): Improve the docstring generation.
15013 2000-03-10  Gerd Moellmann  <gerd@gnu.org>
15015         * textmodes/texinfo.el (texinfo-version): Variable and function
15016         removed.
15018 2000-03-09  Stefan Monnier  <monnier@cs.yale.edu>
15020         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
15021         allow more flexibility.
15022         (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
15023         fns.
15024         (easy-mmode-defmap, easy-mmode-defsyntax)
15025         (easy-mmode-define-derived-mode): New macros.
15027 2000-03-09  Didier Verna  <didier@xemacs.org>
15029         * rect.el (replace-rectangle): New function.
15031 2000-03-09  Dave Love  <fx@gnu.org>
15033         * progmodes/fortran.el (fortran-comment-line-start): Define as
15034         "C".
15035         (fortran-comment-line-start-skip): Don't match cpp stuff.
15036         (font-lock-keywords): Add * to comment-chars.  Grok cpp stuff.
15037         (fortran-mode-map): Remove over-eager custom-menu-create for now.
15038         (fortran-mode): Don't set fortran-comment-line-start-skip,
15039         fortran-comment-line-start here.  Set comment-start,
15040         add-log-current-defun.
15041         (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
15042         (fortran-current-defun): New function.
15044 2000-03-09  Gerd Moellmann  <gerd@gnu.org>
15046         * emacs-lisp/re-builder.el: New file.
15048         * mouse.el (mouse-drag-region): Don't run up-event handler
15049         if hscroll has changed.
15051         * octave-mod.el (octave-font-lock-keywords): To font-lock the
15052         builtin operators, use `font-lock-builtin-face' for Emacs and
15053         `font-lock-preprocessor-face' otherwise.
15055         * font-lock.el (lisp-font-lock-keywords-1): Highlight
15056         `(defun (setf foo)' differently.
15058 2000-03-08  Stefan Monnier  <monnier@cs.yale.edu>
15060         * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
15061         (regexp-opt): Update comment and adapt the code the new meaning of
15062         the `paren' argument of regex-opt-group for shy-groups.
15063         (regexp-opt-depth): Handle shy groups as well as backslashed
15064         backslashes.
15065         (regexp-opt-group): Turn the leading comment into a docstring.
15066         Allow `paren' to be a string (the string to use to open a group).
15067         Remove open-presuf and close-presuf.  Instead of checking for `all
15068         one-char' and then later on check for `several one-char', handle
15069         both cases close together.  Also apply a more generic algorithm
15070         for suffixes (the mirror image of the algorithm used for
15071         prefixes).  Use shy-groups.  Use nreverse rather than reverse.
15072         (regexp-opt-try-suffix): Removed.
15074         * cmuscheme.el (inferior-scheme-mode-map): Define it independently
15075         from comint-mode-map, so we can just inherit from it.  Also, move
15076         the initialization into the `defvar' since there's no docstring
15077         anyway and it's fairly short.
15078         (inferior-scheme-mode): Define it as derived-mode: the code is
15079         shorter and this way we inherit from comint-mode-map rather than
15080         copying it.
15082         * subr.el (replace-regexps-in-string): Properly handle the case
15083         where we match an empty string.
15085         * comint.el (comint-exec-1): Add the current-dir to the exec-path
15086         when the command has a directory component (such as "./testml").
15087         Also fix a typo in the comment.
15089 2000-03-08  Gerd Moellmann  <gerd@gnu.org>
15091         * Makefile (compile-files): Compile files one by one because
15092         that's the only way to ensure a clean compilation environment for
15093         each individual file.
15095         * frame.el (other-frame): Call x-focus-frame.
15097 2000-03-07  Dave Love  <fx@gnu.org>
15099         * recentf.el (recentf-keep-non-readable-files-p): Add :set,
15100         :require to defcustom.
15102         * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
15103         lists.
15105         * files.el (auto-mode-alist): Add configure.in.
15107         * progmodes/autoconf.el: New file.
15109 2000-03-07  Gerd Moellmann  <gerd@gnu.org>
15111         * mail/mh-e.el: Change maintainer to `none'.
15113         * recentf.el (recentf-keep-non-readable-files-p): Quote args
15114         to remove-hook and add-hook.
15116 2000-03-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
15118         * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
15119         it as the default.
15120         (mail-send): Test mail-send-nonascii also for the new `mime' value.
15121         (sendmail-send-it): Conditionally add MIME headers specifying the
15122         used character set.
15124 2000-03-07  Dave Love  <fx@gnu.org>
15126         * winner.el: Fix keywords, autoload cookies.  Split
15127         eval-when-compile form to avoid compilation failure.
15129 2000-03-07  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
15131         * international/mule.el: Modify comment about coding system
15132         property `coding-category'.
15133         (make-coding-system): New argument EOL-TYPE.  Pay attention to
15134         coding-category property of PROPERTIES.
15136         * international/mule-conf.el (coding-category-utf-8,
15137         coding-category-utf-16-be, coding-category-utf-16-le): New coding
15138         categories.  Include them in the argument for set-coding-priority.
15140         * international/mule-cmds.el (reset-language-environment): Include
15141         coding-category-utf-8, coding-category-utf-16-be, and
15142         coding-category-utf-16-le in the argument for set-coding-priority.
15143         (reset-language-environment): Initialize coding-category-utf-8,
15144         coding-category-utf-16-be, and coding-category-utf-16-le to nil.
15146 2000-03-06  Karl Fogel  <kfogel@red-bean.com>
15148         * bookmark.el (bookmark-file-or-variation-thereof): New func, for
15149         code abstracted out of `bookmark-jump-noselect'.  Now tries info
15150         extensions as well as compression extensions.
15151         (bookmark-jump-noselect): Use above new func.
15153 2000-03-03  Gerd Moellmann  <gerd@gnu.org>
15155         * strokes.el: Change maintainer's mail address.
15157 2000-03-03  Kenichi Handa  <handa@etl.go.jp>
15159         * international/mule-diag.el (list-character-sets): Make help-echo
15160         string by substitute-command-keys.
15161         (list-character-sets): Likewise.
15162         (sort-listed-character-sets): Call help-setup-xref.
15164 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
15166         * time.el (display-time-mail-file): Add `none' to the list of
15167         choices.
15169 2000-03-01  Dave Love  <fx@gnu.org>
15171         * help.el (help-xref-go-back): Don't try to set position.
15173         * international/mule-diag.el (list-character-sets): Call
15174         help-setup-xref.  Add help-echo to xrefs.
15175         (list-character-sets-1): Add help-echo to xrefs.
15177 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
15179         * frame.el (blink-cursor-mode): Switch cursor on when turning
15180         the mode off.
15182         * add-log.el (add-log-current-defun): Add support for
15183         Autoconf mode.
15185         * mail/rmail.el (rmail-quit-hook): New variable.
15187 2000-03-01  Dave Love  <fx@gnu.org>
15189         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
15191         * help.el (help-xref-button): Add help-echo arg.
15192         (describe-function-1, describe-variable, help-make-xrefs): Use it.
15194         * faces.el (list-faces-display): Supply help-echo with
15195         help-make-xrefs.
15197         * facemenu.el (list-text-properties-at): Set help-xref-stack to
15198         nil.
15200 2000-03-01  Gerd Moellmann  <gerd@gnu.org>
15202         * image.el (defimage): Look for image files in load-path.
15204         * frame.el (busy-cursor-delay-seconds): Change type to
15205         `number'.
15207 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
15209         * recentf.el (recentf): Added version tag to the defgroup of
15210         recentf.
15212 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
15214         * recentf.el (recentf-cleanup): Changed to remove excluded file
15215         too.
15216         (recentf-edit-list-action): `recentf-edit-list' checkbox widget
15217         action to select/unselect a file.
15218         (recentf-edit-list): Code cleanup and improvement.
15219         (recentf-open-more-files-action): `recentf-open-more-files' button
15220         widget action to open a file.
15221         (recentf-open-more-files): No more use standard completion but
15222         widgets.
15223         (recentf-more-collection): Deleted.
15224         (recentf-more-history): Deleted.
15225         (recentf-setup-more-completion): Deleted.
15227 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
15229         * recentf.el (recentf-mode): No more needs that Emacs is running
15230         under a window-system.
15232 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
15234         * recentf.el (recentf-edit-list): New command to edit the recent
15235         list which allow the user to remove files.
15236         (recentf-edit-selected-items): New global variable, used by
15237         `recentf-edit-list' to hold the list of files to be removed from
15238         the recent list.
15239         (recentf-make-menu-items): Updated to display a "Edit list..."
15240         menu item.  Minor code cleanup.
15242 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
15244         * recentf.el (recentf-open-more-files): New command to open files
15245         that are not displayed in the menu.
15246         (recentf-more-collection): New global variable holding the set of
15247         permissible completions used by `recentf-open-more-files'.
15248         (recentf-more-history): New global variable holding the history list
15249         used by `recentf-open-more-files' completion.
15250         (recentf-setup-more-completion): New function to setup completion for
15251         `recentf-open-more-files'.
15252         (recentf-make-menu-items): Updated to display a "More..." menu item.
15254 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
15256         * recentf.el (recentf-menu-action): Doc fixed.
15258 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
15260         * recentf.el (recentf-menu-filter): Doc updated.
15261         (recentf-update-menu-hook): Allow menu filters to force menu update.
15262         (recentf-make-menu-items): New menu filter handling.
15263         (recentf-make-menu-item): New helper function.
15264         (recentf-menu-elements): New menu handling function.
15265         (recentf-sort-ascending): Updated to new menu filter handling.
15266         (recentf-sort-descending): Updated to new menu filter handling.
15267         (recentf-sort-basenames-ascending): New menu filter function.
15268         (recentf-sort-basenames-descending): New menu filter function.
15269         (recentf-show-basenames): New menu filter function.
15270         (recentf-show-basenames-ascending): New menu filter function.
15271         (recentf-show-basenames-descending): New menu filter function.
15273 2000-02-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
15275         * diary-lib.el (list-diary-entries): Don't try to go forward at
15276         the end of the buffer.
15278 2000-02-29  Kenichi Handa  <handa@etl.go.jp>
15280         * international/mule-diag.el (list-character-sets): Completely
15281         rewritten.
15282         (sort-listed-character-sets): New function.
15283         (list-character-sets-1): Completely rewritten.
15284         (list-character-sets-2): New function.
15285         (non-iso-charset-alist): New variable.
15286         (decode-codepage-char): New function.
15287         (charset-history): New variable.
15288         (read-charset) (list-block-of-chars)
15289         (list-iso-charset-chars)
15290         (list-non-iso-charset-chars)
15291         (list-charset-chars): New functions.
15292         (mule-diag): Call list-character-sets-2, not
15293         list-character-sets-2.
15294         (dump-charsets): Likewise.
15296 2000-02-29  Gerd Moellmann  <gerd@gnu.org>
15298         * dired-x.el (dired-filename-at-point): Add `@' to valid
15299         file name characters.
15300         (dired-filename-at-point): Handle ange-ftp file names.
15302         * frame.el (frame-notice-user-settings): Use assq-delete-all
15303         instead of assoc-delete-all.
15304         (frame-notice-user-settings): Ditto.
15306         * subr.el (assq-delete-all): Renamed from assoc-delete-all.
15307         Don't copy alist.
15309 2000-02-28  Eli Barzilay  <eli@cs.cornell.edu>
15311         * calculator.el (calculator-use-menu): New option.
15312         (calculator-initial-bindings): Changed some bindings to work as
15313         macros.
15314         (calculator-forced-input): Removed.
15315         (calculator-restart-other-mode): New variable.
15316         (calculator-mode-map): Set up menu.
15318 2000-02-28  Jari Aalto  <jari.aalto@poboxes.com>
15320         * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
15321         tags.
15323 2000-02-28  Michael Kifer  <kifer@cs.sunysb.edu>
15325         * viper-cmd.el (viper-envelop-ESC-key): added the option to
15326         translate all ESC key sequences.
15327         (viper-goto-mark-subr): restore markers for files for which
15328         they were saved.
15329         * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
15330         * viper-util.el (viper-set-replace-overlay-glyphs,
15331         viper-set-replace-overlay): always check if the replacement
15332         overlay is live.
15333         * viper.el (viper-vi-state-mode-list): added major modes.
15334         * ediff-wind.el: minor comment changes.
15335         * ediff.el: copyright notice date fix.
15337 2000-02-27  Jason Rumney  <jasonr@gnu.org>
15339         * faces.el (face-font-family-alternatives): Add arial to helv.
15340         (mode-line, header-line, tool-bar): Same default as x for w32.
15341         (fixed-pitch, variable-pitch): Remove wildcard as it prevents
15342         face-font-family-alternatives from working.
15343         * term/w32-win.el (mouse-set-font): Do not build fontset from
15344         chosen font.
15346 2000-02-25  Sam Steingold  <sds@goems.com>
15348         * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
15349         properly.
15351 2000-02-25  Richard M. Stallman  <rms@gnu.org>
15353         * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
15355 2000-02-25  Gerd Moellmann  <gerd@gnu.org>
15357         * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
15358         writable.
15360         * frame.el (busy-cursor-delay-seconds): New option.
15362 2000-02-24  Gerd Moellmann  <gerd@gnu.org>
15364         * frame.el (show-cursor-in-non-selected-windows): New option.
15366 2000-02-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
15368         * diary-lib.el (include-other-diary-files): Undo the selective
15369         display in any included file and don't kill it.
15371 2000-02-24  Eli Zaretskii  <eliz@is.elta.co.il>
15373         * dired.el (dired-mode-map): Don't remove "Edit" from the menu
15374         bar.  Menu items converted to (menu-item format, help strings
15375         added.
15376         [downcase, upcase]: Don't enable on MS-DOS.
15377         [symlink, symlinks]: Don't show if make-symbolic-link is not
15378         bound.
15379         [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
15381 2000-02-23  Dave Love  <fx@gnu.org>
15383         * simple.el (zap-to-char, kill-line, kill-region, kill-word)
15384         (backward-kill-word): Revert addition of * to interactive spec --
15385         it's a feature.
15387         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
15388         (backward-kill-sentence, kill-sentence): Likewise.
15390         * gud.el (gud-jdb-build-class-source-alist): Prepend space to
15391         scratch buffer name.
15392         (gud-format-command): Use int-to-string in ?l case.  Simplify
15393         slightly.
15395         * term/w32-win.el (internal-face-interactive): Update prompt for
15396         new read-face-name.
15398         * mail/footnote.el (footnote): Add :version to defgroup.
15399         (footnote-section-tag-regexp): Customize.
15400         (footnote-start-tag, footnote-end-tag): New option.
15401         (footnote-latin-regexp): New variable.
15402         (Footnote-latin): New function.
15403         (footnote-style-alist): Add element for latin style.
15404         (footnote-style): Moved.
15405         (Footnote-goto-footnote): Use eq to test arg.
15407         * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
15409         * emacs-lisp/byte-opt.el: Change old backquote syntax.
15410         (byte-compile-trueconstp): Include keywords.
15411         (byte-optimize-quote, byte-optimize-lapcode): Use
15412         byte-compile-const-symbol-p.
15413         (byte-optimize-char-before): New optimization.
15415         * emacs-lisp/bytecomp.el: Change old backquote syntax.
15416         (byte-compile-const-symbol-p): New function.
15417         (byte-compile-constp, byte-compile-out-toplevel)
15418         (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
15419         Use it.
15421         * subr.el (define-key-after): Default AFTER to t.  Doc fix.
15423 2000-02-23  Kenichi Handa  <handa@etl.go.jp>
15425         * international/encoded-kb.el: Be sure to update minor-mode-alist
15426         and minor-mode-map-alist.
15427         (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
15428         codes SS2 and SS3 correctly.
15429         (encoded-kbd-self-insert-ccl): New function.
15430         (encoded-kbd-setup-keymap): New function.
15431         (encoded-kbd-mode): Handle CCL based coding system.  Setup keymap
15432         by calling encoded-kbd-setup-keymap.
15434         * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
15435         characters.
15436         (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
15437         locally.
15439 2000-02-22  Dave Love  <fx@gnu.org>
15441         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
15442         (lisp-mode-map, lisp-interaction-mode-map): Define all inside
15443         defvar.
15444         (lisp-mode-syntax-table): Set up for #|...|# comments.
15445         (lisp-imenu-generic-expression): Purecopy strings.  Use syntax
15446         classes.  Match `defface'.
15447         (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
15448         (eval-defun-1): Fix for defcustom.
15449         (lisp-indent-region): Doc fix.
15451         * subr.el (when, unless, split-string): Doc fix.
15452         (read-passwd): Move call of clear-this-command-keys to the right
15453         place.
15454         (replace-regexps-in-string): New function.
15456 2000-02-22  Gerd Moellmann  <gerd@gnu.org>
15458         * help.el (describe-variable): Set syntax table to
15459         emacs-lisp-mode-syntax-table when moving forward over the
15460         symbol's name.
15462 2000-02-22  Dave Love  <fx@gnu.org>
15464         * xt-mouse.el: Doc fixes.
15465         (xterm-mouse-position-function): New function, replacing advice of
15466         mouse-position.
15467         (xterm-mouse-mode): Use it.  Don't turn on under a window system.
15469         * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
15471 2000-02-21  Gerd Moellmann  <gerd@gnu.org>
15473         * format.el (format-annotate-single-property-change): Handle
15474         properties.with dotted-list values.
15475         (format-proper-list-p): New function.
15477         * enriched.el (enriched-face-ans): Handle '(foreground-color
15478         . COLOR) and (background-color . COLOR).
15480 2000-02-20  Dave Love  <fx@gnu.org>
15482         * textmodes/flyspell.el (flyspell-mouse-map): Change definition
15483         and assignments to it.
15484         (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
15485         current local map.
15486         (make-flyspell-overlay): Use it.
15487         (flyspell-correct-word/mouse-keymap): Change XEmacs test.
15489         * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
15490         (lm-get-header-re): Defun, not defsubst.
15491         (lm-get-package-name): Defun, not defsubst.  Simplify.
15492         (lm-version): Doc fix.  Simplify.
15493         (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
15494         (lm-crack-address, lm-last-modified-date, lm-commentary)
15495         (lm-verify, lm-synopsis): Simplify.
15496         (lm-report-bug): Require emacsbug.  Use compose-mail.
15498 2000-02-20  Gerd Moellmann  <gerd@gnu.org>
15500         * dired.el (dired-mode): Call propertized-buffer-identification
15501         to set mode-line-buffer-identification to something having
15502         the right text properties.
15504         * bindings.el (propertized-buffer-identification): New function.
15506 2000-02-20  Dave Love  <fx@gnu.org>
15508         * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
15509         check for t-mouse too.
15511         * cus-start.el: Make echo-keystrokes `number'.
15513 2000-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
15515         * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
15516         Don't call ring-empty-p unless tags-location-ring is bound.
15517         From Noah Friedman <friedman@splode.com>.
15519 2000-02-18  Thien-Thi Nguyen  <ttn@gnu.org>
15521         * progmodes/hideshow.el (hs-flag-region): No longer use
15522         `intangible' overlay property.
15524         (hs-toggle-hiding): New command.
15525         (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
15527         (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
15528         Fix omission bug: Run `hs-minor-mode-hook' for both activation
15529         and deactivation.
15531 2000-02-18  Gerd Moellmann  <gerd@gnu.org>
15533         * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
15535 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
15537         * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
15539         * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
15540         of `*' to handle `(* ... *)' comments.
15542 2000-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
15544         * faces.el (list-faces-display): Use display-mouse-p instead of
15545         window-system.
15547         * menu-bar.el (global-map): Menu-bar items converted to the new
15548         format (menu-item..., rearranged for better CUA compliance, and
15549         their names changed for better clarity.  Help strings added.
15551         * international/mule-cmds.el (mule-menu-keymap)
15552         (describe-language-environment-map, set-coding-system-map)
15553         (setup-language-environment-map): Convert to new (menu-item...
15554         form, add help strings.  Change names of menu items for better
15555         clarity.  "Mule" menu-bar item removed (it's now in the "Options"
15556         submenu).
15558 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
15560         * dired-aux.el (dired-do-copy): Remove spurious character.`n'
15561         within the code.
15563 2000-02-16  Dave Love  <fx@gnu.org>
15565         * faces.el: Don't require custom.  Add more specific :groups to
15566         various deffaces.
15567         (set-face-attribute): Purecopy args.
15568         (read-face-name): Default to name at point and use it in prompt.
15569         Remove colon from arg in all callers.
15570         (list-faces-display): Hyperlink to face descriptions and customize
15571         buffers.
15573 2000-02-16  Per Abrahamsen  <abraham@dina.kvl.dk>
15575         * wid-edit.el (widget-match-inline): An atom never matches a
15576         list.
15578 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
15580         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
15581         at ':' characters by call to split-string.
15583 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
15585         * textmodes/bibtex.el: Added RCS version identification.
15587 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
15589         * textmodes/bibtex.el: Some temporary comments removed.
15590         (bibtex-field-name, bibtex-entry-type): Made the relationship
15591         explicit.
15592         (bibtex-field-const): Allow capital letters.
15593         (bibtex-start-of-string): Deleted because unused.
15595         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
15596         use the term 'reference' to describe a bibtex entry as a whole.
15597         Further, reference keys are no longer called 'labels'.
15598         (bibtex-keys): Renamed to bibtex-reference-keys.
15599         (bibtex-reformat-previous-labels): Renamed to
15600         bibtex-reformat-previous-reference-keys.
15601         (bibtex-reference-type): Renamed to bibtex-entry-type.
15602         (bibtex-reference-head): Renamed to bibtex-entry-head.
15603         (bibtex-reference-maybe-empty-head): Renamed to
15604         bibtex-entry-maybe-empty-head.
15605         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
15606         (bibtex-search-reference): Renamed to bibtex-search-entry.
15607         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
15608         bibtex-enclosing-entry-maybe-empty-head.
15609         (bibtex-entry-field-alist, bibtex-entry-head,
15610         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
15611         bibtex-map-entries, bibtex-search-entry,
15612         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
15613         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15614         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
15615         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
15616         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
15617         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
15618         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
15620 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
15622         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
15623         comment.
15624         (bibtex-format-field-delimiters): New function, functionality
15625         extracted from bibtex-format-entry.
15626         (bibtex-autokey-get-yearfield-digits): New function, functionality
15627         extracted from bibtex-autokey-get-yearfield.
15629         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
15630         entries in order to avoid stack overflow in the regexp matcher if
15631         field contents become large.
15632         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
15633         bibtex-field-string-part-not-braced,
15634         bibtex-field-string-part-no-inner-braces,
15635         bibtex-field-string-part-1-inner-brace,
15636         bibtex-field-string-part-2-inner-braces,
15637         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
15638         bibtex-field-string-quoted, bibtex-field-string,
15639         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
15640         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
15641         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
15642         as parsing is now performed by the following functions.
15643         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
15644         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
15645         bibtex-parse-field-string, bibtex-search-forward-field-string,
15646         bibtex-parse-association, bibtex-field-name-for-parsing,
15647         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
15648         bibtex-search-forward-field, bibtex-search-backward-field,
15649         bibtex-start-of-field, bibtex-end-of-field,
15650         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
15651         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
15652         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
15653         bibtex-parse-string, bibtex-search-forward-string,
15654         bibtex-search-backward-string, bibtex-start-of-string,
15655         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
15656         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
15657         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
15658         entries.  Instead of reporting the results of the parsing by
15659         match-beginning or match-end, these functions return data structures
15660         that hold the corresponding positions.
15661         (bibtex-enclosing-field): Changed to also report field boundaries by
15662         return values rather than by match-beginning or match-end.  The
15663         following functions have been adapted to use the new parsing
15664         functions.
15665         (bibtex-skip-to-valid-entry, bibtex-search-reference,
15666         bibtex-enclosing-field, bibtex-format-entry,
15667         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
15668         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
15669         bibtex-print-help-message, bibtex-end-of-entry,
15670         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
15671         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15672         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
15673         method for parsing.
15674         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
15675         bibtex-map-entries, bibtex-flash-head,
15676         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
15677         bibtex-autokey-change, bibtex-autokey-get-namefield,
15678         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
15679         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15680         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
15681         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15682         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
15683         order to make the new binding of case-fold-search immediately
15684         visible.
15686 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
15688         * textmodes/bibtex.el: Copyright notice is up to date.
15689         Added constant 'bibtex-maintainer-salutation.
15691         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
15692         than make-temp-name, use match-string-no-properties and eliminate
15693         a quadratic behavior when building bibtex-strings.
15695         * bibtex.el (bibtex-reference-key): Accept string entries whose
15696         reference key contains upper case letters.
15698 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
15700         * bibtex.el (bibtex-reference-head): Allow entries to start with
15701         a new line.
15703 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
15705         * bibtex.el: Hiding of entry bodies is not longer provided by
15706         bibtex.el directly.  Instead the hideshow package can be used.
15707         Added a special bibtex entry to hs-special-modes-alist.
15708         (bibtex-hs-forward-sexp): Added for hideshow.el.
15710 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
15712         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
15713         at ':' characters by call to split-string.
15715 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
15717         * textmodes/bibtex.el: Added RCS version identification.
15719 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
15721         * textmodes/bibtex.el: Some temporary comments removed.
15722         (bibtex-field-name, bibtex-entry-type): Made the relationship
15723         explicit.
15724         (bibtex-field-const): Allow capital letters.
15725         (bibtex-start-of-string): Deleted because unused.
15727         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
15728         use the term 'reference' to describe a bibtex entry as a whole.
15729         Further, reference keys are no longer called 'labels'.
15730         (bibtex-keys): Renamed to bibtex-reference-keys.
15731         (bibtex-reformat-previous-labels): Renamed to
15732         bibtex-reformat-previous-reference-keys.
15733         (bibtex-reference-type): Renamed to bibtex-entry-type.
15734         (bibtex-reference-head): Renamed to bibtex-entry-head.
15735         (bibtex-reference-maybe-empty-head): Renamed to
15736         bibtex-entry-maybe-empty-head.
15737         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
15738         (bibtex-search-reference): Renamed to bibtex-search-entry.
15739         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
15740         bibtex-enclosing-entry-maybe-empty-head.
15741         (bibtex-entry-field-alist, bibtex-entry-head,
15742         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
15743         bibtex-map-entries, bibtex-search-entry,
15744         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
15745         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15746         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
15747         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
15748         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
15749         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
15750         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
15752 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
15754         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
15755         comment.
15756         (bibtex-format-field-delimiters): New function, functionality
15757         extracted from bibtex-format-entry.
15758         (bibtex-autokey-get-yearfield-digits): New function, functionality
15759         extracted from bibtex-autokey-get-yearfield.
15761         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
15762         entries in order to avoid stack overflow in the regexp matcher if
15763         field contents become large.
15764         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
15765         bibtex-field-string-part-not-braced,
15766         bibtex-field-string-part-no-inner-braces,
15767         bibtex-field-string-part-1-inner-brace,
15768         bibtex-field-string-part-2-inner-braces,
15769         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
15770         bibtex-field-string-quoted, bibtex-field-string,
15771         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
15772         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
15773         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
15774         as parsing is now performed by the following functions.
15775         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
15776         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
15777         bibtex-parse-field-string, bibtex-search-forward-field-string,
15778         bibtex-parse-association, bibtex-field-name-for-parsing,
15779         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
15780         bibtex-search-forward-field, bibtex-search-backward-field,
15781         bibtex-start-of-field, bibtex-end-of-field,
15782         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
15783         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
15784         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
15785         bibtex-parse-string, bibtex-search-forward-string,
15786         bibtex-search-backward-string, bibtex-start-of-string,
15787         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
15788         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
15789         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
15790         entries.  Instead of reporting the results of the parsing by
15791         match-beginning or match-end, these functions return data structures
15792         that hold the corresponding positions.
15793         (bibtex-enclosing-field): Changed to also report field boundaries by
15794         return values rather than by match-beginning or match-end.  The
15795         following functions have been adapted to use the new parsing
15796         functions.
15797         (bibtex-skip-to-valid-entry, bibtex-search-reference,
15798         bibtex-enclosing-field, bibtex-format-entry,
15799         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
15800         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
15801         bibtex-print-help-message, bibtex-end-of-entry,
15802         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
15803         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15804         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
15805         method for parsing.
15806         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
15807         bibtex-map-entries, bibtex-flash-head,
15808         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
15809         bibtex-autokey-change, bibtex-autokey-get-namefield,
15810         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
15811         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15812         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
15813         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15814         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
15815         order to make the new binding of case-fold-search immediately
15816         visible.
15818 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
15820         * textmodes/bibtex.el: Copyright notice is up to date.
15821         Added constant 'bibtex-maintainer-salutation.
15823         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
15824         than make-temp-name, use match-string-no-properties and eliminate
15825         a quadratic behavior when building bibtex-strings.
15827         * bibtex.el (bibtex-reference-key): Accept string entries whose
15828         reference key contains upper case letters.
15830 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
15832         * bibtex.el (bibtex-reference-head): Allow entries to start with
15833         a new line.
15835 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
15837         * bibtex.el: Hiding of entry bodies is not longer provided by
15838         bibtex.el directly.  Instead the hideshow package can be used.
15839         Added a special bibtex entry to hs-special-modes-alist.
15840         (bibtex-hs-forward-sexp): Added for hideshow.el.
15842 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
15844         * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
15845         proceedings entry type (for cross referencing). Thanks to Wagner
15846         Toledo Correa for the suggestion.
15848         * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
15850 2000-02-14  Kenichi Handa  <handa@etl.go.jp>
15852         * international/characters.el: Setup case table for Vietnamese.
15854 2000-02-12  Gerd Moellmann  <gerd@gnu.org>
15856         * uniquify.el (toplevel): Require CL at compile time.
15857         (uniquify-push): Removed.
15859         * shadowfile.el (shadow-when): Removed.
15861         * tempo.el (tempo-dolist, tempo-mapc): Removed.
15862         (tempo-process-and-insert-string): Use dolist instead of
15863         tempo-dolist.
15865         * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
15866         regexp for paragraph-start.
15868         * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
15869         commas as well.
15871 2000-02-10  Dave Love  <fx@gnu.org>
15873         * wid-edit.el: (widgets) [defgroup]: Remove url link.
15874         (widget-color-choice-list, widget-color-history, widget-mouse-help):
15875         Deleted.
15876         (widget-specify-field, widget-specify-button): Don't use
15877         widget-mouse-help as help-echo property.
15878         (default): Use #'ignore for :validate and :mouse-down-action.
15879         (checkbox): Add help-echo.
15880         (widget-sexp-validate): Rewritten to clarify error messages.
15881         (character): Use char-valid-p in :match function.
15882         (widget-color-complete): Use facemenu-color-alist.
15883         (widget-color-action): Use facemenu-read-color.
15885         * emacs-lisp/cl-macs.el: Don't bother testing for defalias.  Don't
15886         set up `caar' &c that we now have.
15888 2000-02-09  Ray Blaak  <blaak@gnu.org>
15890         * delphi.el: Make resourcestring a declaration region, like const
15891         and var.
15893 2000-02-09  Dave Love  <fx@gnu.org>
15895         * bindings.el (mode-line-input-method-map): New variable.
15896         (mode-line-mule-info): Use it; fix last change.
15897         (mode-line-mode-menu): Move definition.
15898         (mode-line-mouse-sensitive-p): Deleted.
15899         (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
15900         (make-mode-line-mouse-sensitive): Deleted.  Body moved to top
15901         level.
15903         * startup.el (command-line-1): Don't call
15904         make-mode-line-mouse-sensitive.
15906 2000-02-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
15908         * mail/rmail.el (rmail-retry-failure): Use
15909         rmail-beginning-of-message before rmail-toggle-header, because the
15910         former toggles headers.
15912 2000-02-06  Stefan Monnier  <monnier@cs.yale.edu>
15914         * diff-mode.el (diff-kill-junk): New interactive function.
15915         (diff-reverse-direction): Use delete-and-extract-region.
15916         (diff-post-command-hook): Restrict the area so that the hook also works
15917         outside of any diff hunk.  This is necessary for the minor-mode.
15918         (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
15919         (diff-minor-mode): Setup the hooks for header-hunk rewriting.
15921         * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
15922         (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
15923         so that it can be used more easily in <foo>-mode-hook.  Also make sure
15924         to avoid duplicate entries.
15925         (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
15926         (font-lock-remove-keywords): Just as was done for `add', allow it to
15927         work even if font-lock-mode is nil.  Also make sure we don't modify
15928         any pre-existing list by forcing a copy-sequence.  Finally rename
15929         `major-mode' to `mode'.
15930         (font-lock-fontify-syntactic-anchored-keywords)
15931         (font-lock-fontify-anchored-keywords)
15932         (font-lock-fontify-keywords-region): Use line-end-position.
15933         Don't make `font-lock-multiline' local (it's now done in
15934         font-lock-set-defaults).
15935         (font-lock-set-defaults): Make `font-lock-multiline' local.  Also
15936         move the `font-lock-fontified' creation to inside the `unless'.
15938 2000-02-06  Andrew Innes  <andrewi@gnu.org>
15940         * term/w32-win.el (x-handle-args): Comment out call to message,
15941         which occurs before window system is initialized.
15943         * makefile.nt: Add support for recompiling lisp code.
15945 2000-02-04  Dave Love  <fx@gnu.org>
15947         * bindings.el (mode-line-mule-info): Fix/extend last change.
15949         * completion.el: Replace completion-dolist with dolist.
15951         * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
15952         dotimes.
15954 2000-02-04  Carsten Dominik  <dominik@strw.leidenuniv.nl>
15956         * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
15957         environment names before they go into the section regexp.
15959         * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
15960         char class in regexp.
15962         * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
15963         `case-fold-search' to nil.
15965         * progmodes/idlwave.el (idlwave-template): Respect
15966         `idlwave-abbrev-change-case'.
15967         (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
15968         idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
15969         idlwave-while): respect `idlwave-reserved-word-upcase'.
15970         (idlwave-rw-case): New function.
15971         (idlwave-statement-match): Fixed problem with assignment regexp.
15972         (idlwave-font-lock-keywords): Improved regexp for keyword
15973         parameters.
15974         (idlwave-surround): New argument LENGTH to support padding of
15975         operators longer than 1 char.
15977         * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
15978         idlwave-shell-expression-overlay.  Implemented printing of
15979         expressions on higher levels of the calling stack.
15980         (idlwave-shell-display-level-in-calling-stack): Restore stack
15981         level.
15982         (idlwave-retrieve-expression-from-level): New function.
15983         (idlwave-shell-last-calling-stack): Variable removed.
15984         (idlwave-shell-reset): Argument action reversed (`visible' to
15985         `hidden').  Also remove stop-line overlay.
15986         (idlwave-shell-calling-stack-routine): New variable.
15987         (idlwave-shell-parse-stack-and-display): Messages now display
15988         negative level numbers.
15989         (idlwave-shell-mode): Set `modeline-format'.
15990         (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
15991         (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
15992         21.
15993         (idlwave-shell-print-expression-function): New option.
15995         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
15996         idlwave-toolbar-remove-everywhere): Keybindings prefix is now
15997         `tool-bar' instead of `toolbar'.
15999 2000-02-02  Dave Love  <fx@gnu.org>
16001         * emacs-lisp/cl.el: Use bytecomp-load-hook, not
16002         emacs-lisp-mode-hook.  Don't check for defalias being defined.
16004         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
16005         (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.  Use
16006         the new builtins directly.
16008         * whitespace.el (whitespace): Add :version to defgroup.
16010         * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
16011         Doc fix.
16013         * thingatpt.el (sexp-at-point, symbol-at-point)
16014         (number-at-point, list-at-point): Add autoload cookie.
16016         * recentf.el (recentf): Add :version to defgroup.
16018         * quickurl.el (quickurl): Add :version to defgroup.
16020         * elide-head.el (elide-head): Use point-marker more.
16022         * bs.el (bs): Add :version to defgroup.
16024         * autorevert.el (global-auto-revert-mode): Add autoload cookie.
16026         * progmodes/delphi.el (delphi): Add :version to defgroup.
16028 2000-02-02  Gerd Moellmann  <gerd@gnu.org>
16030         * ange-ftp.el (ange-ftp-write-region): Handle case that
16031         succeeding process operation sets a different coding system.
16033         * calculator.el: New file.
16035 2000-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
16037         * frame.el (frames-on-display-list, framep-on-display): New
16038         functions.
16039         (display-mouse-p, display-popup-menus-p, display-graphic-p)
16040         (display-selections-p, display-screens, display-pixel-width)
16041         (display-pixel-height, display-mm-width, display-mm-height)
16042         (display-backing-store, display-save-under, display-planes)
16043         (display-color-cells, display-visual-class): New functions.
16045         * term/tty-colors.el (tty-color-gray-shades): New function.
16047         * faces.el (display-color-p): Use framep-on-display.
16048         (display-grayscale-p): New function.
16050 2000-01-31  Dave Love  <fx@gnu.org>
16052         * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
16053         (create-fontset-from-x-resource): Don't concat integers.
16055 2000-01-31  Inge Frick  <inge@nada.kth.se>
16057         * view.el: Some changes in documentation.  Removed some trailing
16058         whitespace. Changed some parameter names to agree with
16059         documentation.
16060         (view-mode-exit): Keep entry in `view-return-to-alist' only when a
16061         window is not deleted.  Modifies change 1998-04-26.
16063 2000-01-31  Gerd Moellmann  <gerd@gnu.org>
16065         * windmove.el: New file.
16067         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
16068         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
16069         progmodes/ebnf-yac.el: Update copyright and license info.
16071         * jit-lock.el (jit-lock-function): Widen before calculating end
16072         position.
16073         (jit-lock-stealth-chunk-start): Rewritten.
16075         * info.el (Info-title-face-alist): Removed.
16076         (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
16077         faces.
16078         (Info-fontify-node): Use these faces.
16080 2000-01-30  Gerd Moellmann  <gerd@gnu.org>
16082         * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
16083         (cl-macro-list1): Recognize `&allow-other-keys' instead of
16084         `&allow-other-keywords'.
16086         * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
16087         the list of directories scanned heuristically.
16089         * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
16090         exist.
16092 2000-01-30  Jason Rumney  <jasonr@gnu.org>
16094         * w32-fns.el: Define w32-tty-standard-colors.
16096         * startup.el (command-line): Use w32-tty-standard-colors when in
16097         w32 console mode.
16099 2000-01-30  Dave Love  <fx@gnu.org>
16101         * jka-compr.el (jka-compr-load): Fix up load-history.
16103         * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
16105         * emacs-lisp/cl-macs.el: Revert previous change.
16107 2000-01-29  Dave Love  <fx@gnu.org>
16109         * facemenu.el: Purecopy various strings.
16111         * timezone.el (timezone-fix-time): Window against 69 for two-digit
16112         years.  Deal with three-digit years.
16114         * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
16115         defconst, purecopy.
16116         (help-back-label): Purecopy it.
16118 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
16120         * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
16121         variable. If non-nil, order the buffer list according to the
16122         currently selected frame.
16123         (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
16124         non-nil, pass the selected frame to function buffer-list.
16126 2000-01-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
16128         * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
16130 2000-01-28  Dave Love  <fx@gnu.org>
16132         * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
16134         * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
16135         Don't use lisp-indent-hook property.
16136         (cl-abs): Remove.
16138         * subr.el: Move out indent and edebug specs for when and unless.
16140         * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
16141         when, unless.
16143         * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
16144         unless, when.
16146 2000-01-28  Gerd Moellmann  <gerd@gnu.org>
16148         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
16149         `collecting' as synonym for `collect'.
16151         * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
16152         for the case it contains spaces.
16154         * simple.el (what-cursor-position): Change formatting of
16155         messages.
16157         * frame.el (delete-other-frames): New function.
16158         (toplevel): Bind it to C-x 5 1.
16160         * sort.el (sort-numeric-base): New option.
16161         (sort-numeric-fields): If number starts with `0' or `0[xX[',
16162         interpret it as octal or hexadecimal.  Use sort-numeric-base
16163         as default base.
16165         * progmodes/glasses.el: New file.
16167 2000-01-27  Gerd Moellmann  <gerd@gnu.org>
16169         * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
16170         userids differently.
16172         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
16173         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
16174         progmodes/ebnf-yac.el: New files.
16176 2000-01-26  Dave Love  <fx@gnu.org>
16178         * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
16179         on a function with an empty body.  [From Eric Ludlam.]
16181 2000-01-25  Andre Spiegel  <spiegel@gnu.org>
16183         * vc.el (vc-version-diff): Make sure file name is expanded.
16185 2000-01-25  Gerd Moellmann  <gerd@gnu.org>
16187         * scroll-bar.el (scroll-bar-timer): Variable removed.
16188         (scroll-bar-toolkit-scroll): Don't use a timer.
16190 2000-01-25  Kenichi Handa  <handa@etl.go.jp>
16192         * language/thai-util.el (thai-composition-function): Delete
16193         superfluous `a'.
16195 2000-01-24  Dave Love  <fx@gnu.org>
16197         * fortran.el (fortran-mode): Use beginning-of-defun-function,
16198         end-of-defun-function.
16200         * font-lock.el (turn-on-font-lock): Don't depend on window-system
16201         &c.
16203 2000-01-22  Jason Rumney  <jasonr@gnu.org>
16205         * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
16206         conflicts with new face support.
16208 2000-01-22  Richard M. Stallman  <rms@gnu.org>
16210         * replace.el (query-replace): Rename last arg to DELIMITED.
16211         (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
16212         (query-replace-regexp): Likewise.
16214 2000-01-20  Richard M. Stallman  <rms@gnu.org>
16216         * subr.el (with-syntax-table): Use make-symbol, not gensym.
16218         * emacs-lisp/lisp.el (beginning-of-defun-function):
16219         Variable renamed from beginning-of-defun.
16220         Do not call make-variable-buffer-local.
16221         (beginning-of-defun-raw): Use new variable name; doc fix.
16222         (beginning-of-defun): Doc fix.
16223         (end-of-defun-function): Variable renamed from end-of-defun.
16224         Do not call make-variable-buffer-local.
16225         (end-of-defun): Use new variable name; doc fix.
16227         * subr.el (dolist, dotimes): Copied from cl-macs.el
16228         and made to work.
16230         * mail/undigest.el (rmail-digest-end-regexps):
16231         Variable replaces rmail-digest-end-regexp.
16232         Allows multiple regexps for detecting the end line.
16233         (undigestify-rmail-message): Corresponding changes.
16235 2000-01-19  Dave Love  <fx@gnu.org>
16237         * files.el (user-init-file): Don't declare here -- is primitive.
16239         * startup.el (command-line): Check for compiled user-init-file and
16240         set to uncompiled version if necessary.
16242 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
16244         * mail/undigest.el (rmail-digest-end-regexp): New user option.
16245         (undigestify-rmail-message): Use it.
16247         * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
16249 2000-01-17  Gerd Moellmann  <gerd@gnu.org>
16251         * tmm.el (tmm-goto-completions): Adapt to prompt being part
16252         of mini-buffer.
16254 2000-01-14  Gerd Moellmann  <gerd@gnu.org>
16256         * emacs-lisp/copyright.el (copyright-update): Removed the
16257         requirement for a trailing space from `copyright-regexp', to
16258         support copyrights with owner specified on a separate line..
16260         * align.el: New file.
16262         * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
16264         * net/eudc.el (toplevel): Define EUDC menu for Emacs.
16266 2000-01-13  Dave Love  <fx@gnu.org>
16268         * ph.el: Removed.  (Obsoleted by EUDC.)
16270 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
16272         * net/eudc.el (toplevel): Remove autoloaded code installing
16273         menu with easymenu, because that causes build problems.
16275         * frame.el (frame-notice-user-settings): New variable.
16276         (frame-notice-user-settings): Don't modify frame parameters
16277         if called a second time.
16279 2000-01-13  Richard M. Stallman  <rms@gnu.org>
16281         * frame.el (frame-notice-user-settings):
16282         Notice default-frame-parameters even for non-window frames.
16284 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
16286         * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
16287         for Emacs.
16288         (eudc-bob-can-display-inline-images): Extend for Emacs.
16289         (eudc-bob-toggle-inline-display): Ditto.
16290         (eudc-bob-display-jpeg): Ditto.
16292 2000-01-12  Gerd Moellmann  <gerd@gnu.org>
16294         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
16295         net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
16296         net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
16298         * add-log.el (add-change-log-entry): Fix error trying an `(insert
16299         nil)'.
16301         * subdirs.el: Add `net' directory.
16303         * net: New directory.
16305         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
16306         eval-last-sexp.  Don't bind debug-on-error here.
16307         (eval-last-sexp): New function.  Bind debug-on-error if
16308         eval-expression-debug-on-error is non-nil.
16309         (eval-defun-2, eval-defun): Likewise.
16311         * simple.el (eval-expression): Don't bind debug-on-error if
16312         eval-expression-debug-on-error is nil.  Detect changed
16313         debug-on-error, and propagate new value to global binding, if
16314         eval-expression-debug-on-error is non-nil,
16315         (eval-expression-debug-on-error): Change doc string.
16317 2000-01-11  Richard M. Stallman  <rms@gnu.org>
16319         * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
16321         * emacs-lisp/lisp-mode.el (with-syntax-table):
16322         Set up lisp-indent-function property.
16324         * subr.el (with-syntax-table): Moved from simple.el.
16326         * simple.el (with-syntax-table): Moved to subr.el.
16328 2000-01-11  Gerd Moellmann  <gerd@gnu.org>
16330         * tmm.el (tmm-shortcut): Delete region after prompt instead
16331         of erasing buffer.
16333         * textmodes/fill.el (fill-common-string-prefix): New function.
16334         (fill-context-prefix): Use the longest common prefix of first
16335         and second line fill prefix, if there is one.
16337 2000-01-11  Richard M. Stallman  <rms@gnu.org>
16339         * array.el (array-mode): Don't use make-variable-buffer-local.
16340         Use make-local-variable for `truncate-lines'.
16342 2000-01-11  Jari Aalto  <jari.aalto@poboxes.com>
16344         * add-log.el (add-log-current-defun): Handle user-defined
16345         add-log-current-function returning nil,
16347         * add-log.el (add-change-log-entry): Insert version number
16348         if having found a current function
16350         * add-log.el (add-log-current-defun): Call
16351         `add-log-current-defun-function'.  Try matches at level 0 and
16352         level 1.  Strip whitespace from defun found.
16354 2000-01-10  John Wiegley  <johnw@gnu.org>
16356         * allout.el (isearch-done/outline-provisions): Added `edit'
16357         argument to correspond with the current definition of
16358         `isearch-done'.
16360 2000-01-10  Dave Love  <fx@gnu.org>
16362         * elide-head.el (elide-head): Use point-marker, not point.
16364 2000-01-10  Gerd Moellmann  <gerd@gnu.org>
16366         * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
16367         before and after the year 2000.
16369         * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
16370         Add ispell- prefix.
16372 2000-01-10  Ken Stevens  <k.stevens@ieee.org>
16374         * ispell.el:  Only define dictionaries in menus when they exist.
16375         (version18p): New variable.
16376         (version20p): New variable.
16377         (xemacsp): New variable.
16378         (ispell-choices-win-default-height): Fix for XEmacs visibility.
16379         (ispell-dictionary-alist1): Added Brasileiro dictionary.
16380         (ispell-dictionary-alist6): Russian command lines no longer accept
16381         run-together words.
16382         (ispell-local-dictionary-alist): Add koi8-r to customize definition.
16383         (ispell-dictionary-alist): Add koi8-r to customize definition.
16384         (check-ispell-version): Added documentation string.  Returns
16385         library path when called non-interactively.
16386         (ispell-menu-map-needed): Uses new variables.
16387         (ispell-library-path): New variable.
16388         (ispell-decode-string): XEmacs fix for bogus variable bindings.
16389         (ispell-word): Improved documentation string.  Test for valid
16390         character mappings.  Correctly check typed in word changes that can
16391         result in single words split into multiple words.  Returns
16392         replacement word.
16393         (ispell-command-loop): Fixes XEmacs display bugs.  Show word to
16394         replace in recursive query replace mode.  Help message for
16395         recursive edit mode.
16396         (ispell-show-choices): Protect against bad framepop bindings.
16397         (ispell-help): Fix to work with XEmacs.
16398         (ispell-highlight-spelling-error): Use new variables.
16399         (ispell-overlay-window): Fix to work with XEmacs.
16400         (ispell-parse-output): Passed and returns location information
16401         tracking spelling corrections.  Doesn't recheck same word on
16402         current line.
16403         (ispell-init-process): Protect against bogus XEmacs variable binding.
16404         Fix call to single argument in sleep-for.  Use new variables.
16405         (ispell-region): Passed and returns location information tracking
16406         spelling corrections.  Doesn't check same word on current line.
16407         Improved documentation string.  Doesn't resend a line already
16408         checked to the ispell process - fixes bug in LaTeX parsing.
16409         (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
16410         (ispell-skip-region): No longer skips <TT> in SGML.
16411         (ispell-process-line): Tracks location information with spelling
16412         corrections.  Added documentation string.  Accounts for words
16413         already accepted on this line.  Don't allow query-replace on line
16414         starting with math characters.  Doesn't resend a line already sent
16415         to ispell process.  Fixes alignment error bug.
16417 2000-01-10  Richard M. Stallman  <rms@gnu.org>
16419         * dired-x.el (dired-guess-shell-alist-default):
16420         Suggest xloadimage, which is free, not xv, which isn't.
16422         * ange-ftp.el (ange-ftp-file-name-nondirectory):
16423         Don't ever include the host name or user name in the value.
16425 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
16427         * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
16428         of a real newline.
16430 2000-01-09  Stephen Eglen  <stephen@gnu.org>
16432         * dired-x.el (dired-guess-shell-alist-default): Suggest xv
16433         for .png files.
16435 2000-01-09  Per Abrahamsen  <abraham@dina.kvl.dk>
16437         * cus-edit.el (custom-hook-convert-widget): Fix comment.
16439 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
16441         * progmodes/cperl-mode.el: Replace ^F with ^L.
16443         * sendmail.el (toplevel): Provide `sendmail' when compiling
16444         before `require'ing rmail and mailalias to prevent infinite
16445         recursion.
16447 2000-01-08  Dave Love  <fx@gnu.org>
16449         * emacs-lisp/backquote.el: Remove inappropriate customization
16450         (allowing custom.el to use backquote).
16452 2000-01-07  Dave Love  <fx@gnu.org>
16454         * add-log.el (add-log-debugging): Deleted.
16455         (add-change-log-entry): Treat a backup FILE-NAME as its parent
16456         file.  Remove debugging code.
16457         (change-log-get-method-definition, change-log-name): Add doc.
16458         (change-log-sortable-date-at): New function.
16459         (change-log-merge): New command.
16461         * time.el (display-time-string-forms): Make the Mail string active.
16462         (display-time-update): Provide help-echo for load average.
16464         * bindings.el (make-mode-line-mouse2-map): New function.
16465         (mode-line-modified): Use it and simplify.
16466         (mode-line-mule-info): Provide help-echo info.
16467         (minor-mode-alist): Activate the strings.
16468         (make-mode-line-mouse-sensitive): Simplify for
16469         mode-line-buffer-identification.
16471 2000-01-07  Gerd Moellmann  <gerd@gnu.org>
16473         * play/pong.el: New file.
16475 2000-01-06  Dave Love  <fx@gnu.org>
16477         * array.el: Assorted cleanups for compiler warnings, doc strings,
16478         `array-' prefix for symbols.
16480 2000-01-05  Dave Love  <fx@gnu.org>
16482         * textmodes/outline.el (outline-mode-menu-bar-map): Add
16483         outline-headers-as-kill.
16484         (outline-mode): Define imenu-generic-expression.
16485         (outline-headers-as-kill): New command.
16487         * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
16488         from paragraph-start.
16489         (paragraph-indent-minor-mode): New command.
16491         * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
16492         M-C-e, M-C-h, C-j, C-xnd, TAB.
16493         (fortran-mode): Set beginning-of-defun, end-of-defun.
16494         (fortran-column-ruler): Simplify.
16495         (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
16496         (fortran-with-subprogram-narrowing): Likewise.
16497         (fortran-indent-subprogram): Call mark-defun.
16498         (fortran-check-for-matching-do): Change narrowing.
16500         * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
16501         (cl-lucid-hash-tag): Delete.
16502         (cl-hash-table-p): Correct test for native table.
16503         (cl-hash-table-count): Use hash-table-count.
16505         * browse-url.el (browse-url): Fix case of
16506         browse-url-browser-function being an alist.
16508 2000-01-05  Carsten Dominik  <cd@gnu.org>
16510         * textmodes/reftex-vars.el (reftex-parse-file-extension)
16511         (reftex-index-phrase-file-extension): New options.
16513         * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
16514         Use new option `reftex-index-phrase-file-extension'.
16516         * textmodes/reftex.el (reftex-access-parse-file): Use new option
16517         `reftex-parse-file-extension'.
16519 2000-01-05  Dave Love  <fx@gnu.org>
16521         * emacs-lisp/lisp.el (beginning-of-defun): New variable.
16522         (beginning-of-defun-raw): Use it.
16523         (end-of-defun): New variable.
16524         (end-of-defun): Use it.
16525         (check-parens): New command.
16527 2000-01-05  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
16529         * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
16530         (hs-show-block): Don't use `mapcar' when not accumulating.
16532         Fix buglet in local variables initialization.
16534 2000-01-05  Andreas Schwab  <schwab@suse.de>
16536         * hscroll.el (hscroll): Doc fix.
16538 2000-01-05  Carsten Dominik  <cd@gnu.org>
16540         * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
16541         idlw-toolbar.
16543         * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
16544         file idlw-rinfo.el.
16545         (idlwave-customize): load must read file idlw-shell.el.
16546         (idlwave-create-customize-menu): load must read file idlw-shell.el.
16548 2000-01-05  Carsten Dominik  <dominik@astro.uva.nl>
16550         * progmodes/idlw-shell.el: Also provide idlwave-shell
16551         * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
16552         * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
16554         * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
16555         both reftex-dcr and reftex-vcr.
16557         * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
16559 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
16561         * ps-print.el: PostScript code now is in separate files, doc fix.
16562         (ps-print-version): New version number (5.0.3).
16563         (ps-header-lines, ps-left-header, ps-right-header): No more buffer
16564         local.
16565         (ps-spool-config): Initialization fix.
16566         (ps-print-prologue-1, ps-print-prologue-2)
16567         (ps-print-duplex-feature): PostScript code moved to separated file.
16568         (ps-background-image): Little code reformating.
16569         (ps-begin-file, ps-begin-job): Fix code.
16570         (ps-postscript-code-directory, ps-mark-code-directory): New vars.
16571         (ps-prologue-file): New fun.
16573 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
16575         * ps-vars.el: Eliminated.
16577         * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
16578         `;;;###autoload'.
16580         * ps-print.el: ps-vars eliminated, doc fix.
16581         (ps-print-version): New version number (5.0.2).
16582         (ps-spool-config): Initialization fix.
16583         (ps-print-customize): New fun.
16585 2000-01-04  Gerd Moellmann  <gerd@gnu.org>
16587         * autorevert.el (auto-revert-mode): Return value of
16588         auto-revert-mode.
16590 2000-01-04  Dave Love  <fx@gnu.org>
16592         * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
16593         menu items.
16595 2000-01-03  Dave Love  <fx@gnu.org>
16597         * elide-head.el (elide-head) [defgroup]: Add :version.
16599         * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
16600         (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
16601         `cl-hash-table-p', not `hash-table-p'.
16602         (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
16604 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
16606         * faces.el (face-read-integer, read-face-attribute)
16607         (color-defined-p, color-values): unspecified-{f,b}g are now
16608         strings.
16610 2000-01-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
16612         * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
16613         at comment end, and re-insert them after filling.
16615 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
16617         * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
16618         * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
16619         progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
16621 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
16623         * term/x-win.el (xw-defined-colors): Call color-supported-p,
16624         the new name of face-color-supported-p.
16626         * term/w32-win.el (xw-defined-colors): Likewise.
16628 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
16630         * simple.el (completion-setup-function): Count completion-size
16631         from minibuffer-prompt-end, not from point-min.
16633 2000-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
16635         * faces.el (read-face-attribute, defined-colors, color-defined-p):
16636         Pass the frame to tty-color-* functions.
16637         (display-color-p, frame-set-background-mode): Pass the frame to
16638         tty-display-color-p.
16640         * term/tty-colors.el (tty-defined-color-alist): Renamed from
16641         tty-color-alist.
16642         (tty-color-alist, tty-modify-color-alist): New functions.
16643         (tty-color-define,  tty-color-clear, tty-color-approximate)
16644         (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
16645         an optional parameter FRAME.
16647 2000-01-01  Gerd Moellmann  <gerd@gnu.org>
16649         * image.el (create-image, defimage): Don't assume image data is a
16650         string.
16652         * image.el (defimage): Handle specifications containing :data
16653         instead of :file.
16654         (image-type-from-data): New function.
16655         (image-type-from-file-header): Use it.
16656         (create-image): Add parameter DATA-P.
16658 See ChangeLog.8 for earlier changes.
16660 ;; Local Variables:
16661 ;; coding: iso-2022-7bit
16662 ;; End: