*** empty log message ***
[emacs.git] / lisp / ChangeLog
blobe265b1a9715c483b8e78da4063a6d7572f9b90a5
1 2000-01-02  Andrew Innes  <andrewi@gnu.org>
3         * w32-fns.el (convert-standard-filename): Do length check on name
4         before aref.
6 2001-01-02  Dave Love  <fx@gnu.org>
8         * net/browse-url.el (browse-url-filename-alist): Avoid backquote
9         read syntax.
11         * calendar/todo-mode.el (todo): Add :link, :version.
12         (todo-save-top-priorities): Remove autoload cookie.
13         (todo-add-category, todo-add-item-non-interactively)
14         (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload
15         cookie.
17 2001-01-02  Gerd Moellmann  <gerd@gnu.org>
19         * comint.el (comint-input-history-ignore): New variable.
20         (comint-read-input-ring): Ignore entries matching
21         comint-input-history-ignore.
23 2001-01-02  Eric M. Ludlam  <zappo@gnu.org>
25         * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
26         (lm-copyright-mark): New function.
27         (lm-crack-copyright): New function.
28         (lm-verify): Check that the file has a copyright.
29         Check that the file is copyright Free Software Foundation.
31 2000-12-30  Kenichi Handa  <handa@etl.go.jp>
33         * international/mule-diag.el (print-fontset): Indent font name by
34         24 columns, not 25.
36 2000-12-29  Gerd Moellmann  <gerd@gnu.org>
38         * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
39         in Subject line.
41         * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
42         Use mail-mode-hook instead of mail-setup-hook.  Otherwise
43         continuing an interrupted message with C-u C-x m for instence,
44         winds up in Mail mode without abbrevs.
46 2000-12-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
48         * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
49         non-nil.  Adding almost all customization variables on ps-setup.  Doc
50         Fix.
51         (ps-print-version): New version number (6.3.3).
52         (ps-end-with-control-d): Initialization fix.
53         (ps-lines-printed): New var.
54         (ps-skip-newline): New fun.
55         (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
56         (ps-next-line, ps-continue-line, ps-plot-region)
57         (ps-generate-postscript-with-faces, ps-end-job): Code fix.
58         
59 2000-12-29  Kenichi Handa  <handa@etl.go.jp>
61         * international/fontset.el (x-complement-fontset-spec): Resolve
62         ASCII font name so that the same family name is used for fonts
63         registered in x-font-name-charset-alist.
64         (create-fontset-from-fontset-spec): Adjusted for the above change.
65         The name of fontset alias should be a unresolved ASCII font name.
67 2000-12-28  Gerd Moellmann  <gerd@gnu.org>
69         * simple.el (delete-key-deletes-forward-mode): Bind backspace
70         and delete in isearch-mode-map.
72 2000-12-28  Richard M. Stallman  <rms@gnu.org>
74         * dired-x.el (dired-guess-shell-alist-default): 
75         Use xpdf instead of acroread.
77 2000-12-28  Kenichi Handa  <handa@etl.go.jp>
79         * textmodes/artist.el (artist-butlast): Deleted.
80         (artist-ellipse-mirror-quadrant): Use butlast instead of
81         artist-butlast.
83         * subr.el (butlast, nbutlast): Moved from cl.el to here.
85         * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
87 2000-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
89         From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
91         * ls-lisp.el: Better support for the Mac and MS-Windows.
92         (ls-lisp): New defgroup.
93         (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
94         (ls-lisp-verbosity, ls-lisp-use-insert-directory-program) 
95         (ls-lisp-support-shell-wildcards): New defcustoms.
96         (ls-lisp-parse-symlink): New function.
97         (insert-directory): Code to convert switches to a list and set up
98         the wildcard argument copied from ls-lisp-insert-directory.
99         (ls-lisp-insert-directory): New argument TIME-INDEX.  Add support
100         for -C and -R switches.
101         (ls-lisp-column-format): New function.
102         (ls-lisp-delete-matching, ls-lisp-handle-switches) 
103         (ls-lisp-format-time): Add doc strings.
104         (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
105         Support ls-lisp-dirs-first.
106         (ls-lisp-classify, ls-lisp-extension): New functions.
107         (ls-lisp-format): Optionally support emulation of symlinks.
108         Support -i, -s, and -G switches.
110 2000-12-27  Gerd Moellmann  <gerd@gnu.org>
112         * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
114         * version.el (emacs-version): Print X scroll bar information.
116         * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
117         instead of x-toolkit-scroll-bars-p.
119         * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
120         of x-toolkit-scroll-bars-p.
122 2000-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
124         * ffap.el (ffap-bindings): Make interactive and add an autoload
125         cookie.
126         (ffap-bindings): Doc fix, to reflect the above change.
128 2000-12-27  Kenichi Handa  <handa@etl.go.jp>
130         * term.el (term-char-mode): Define all non-ascii self-inserting
131         characters to 'term-send-raw in term-raw-map.
133 2000-12-25  Michael Kifer  <kifer@cs.sunysb.edu>
134         
135         * viper-init (viper-restore-cursor-type): Added condition-case
136         guard.
137         
138         * ediff-init.el (ediff-quit-hook,ediff-suspend-hook): Changed
139         initialization; use add-hook.
140         (ediff-file-remote-p): Use file-local-copy.
141         
142         * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
143         
144         * ediff.el (ediff-patch-buffer): Bug fix.
145         (ediff-revision): Allow selection of the file at the prompt.
146         
147 2000-12-23  Stefan Monnier  <monnier@cs.yale.edu>
149         * subr.el (combine-run-hooks): Remove.
151         * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
152         and remove the rogue second spec.
154 2000-12-23  Gerd Moellmann  <gerd@gnu.org>
156         * progmodes/compile.el (compilation-forget-errors): Fix indentation.
158 2000-12-22  Stefan Monnier  <monnier@cs.yale.edu>
160         * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
161         Use minibuffer menu prompt for the `=' prefix.
162         (smerge-command-prefix): Change default to C-^.
163         (smerge-mode): Don't assume font-lock doesn't move point.
165         * skeleton.el (skeleton-internal-1): Make sure the first line of
166         the region is also re-indented.
167         (skeleton-end-newline): New var.
168         (skeleton-end-hook): Use it.
170 2000-12-22  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
172         * comint.el (comint-password-prompt-regexp): Support CVS.
174 2000-12-22  Gerd Moellmann  <gerd@gnu.org>
176         * simple.el (delete-key-deletes-forward-mode): Simplify.  Also
177         backspace key combinations, depending on
178         delete-key-deletes-forward.
180         * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
182         * simple.el (delete-key-deletes-forward): Doc fix.
184 2000-08-22  Emmanuel Briot  <briot@gnat.com>
186         * xml.el (top level comment): Updated to reflect the fact that
187         white spaces are relevant in the XML file.
188         (xml-parse-file): Do not kill an existing Emacs buffer if the file
189         to parse was already edited. This allows for on-the-fly analysis
190         of XML files.
191         (xml-parse-tag): Check that the casing is the same in the start
192         tag and end tag, since XML is case-sensitive.  Allows for spaces
193         in the end tag, after the name of the tag.
194         (xml-parse-attlist): Allow for the character '-' in the name of
195         attributes, as in the standard http-equiv attribute Do not save
196         the properties in the XML tree, since they are not relevant.
198 2000-12-21  Stefan Monnier  <monnier@cs.yale.edu>
200         * generic.el (generic-read-type): Undo last change, inline into
201         `generic-mode' and then remove.
202         (generic-mode): Inline generic-read-type.
203         (define-generic-mode): Push the symbol name rather than the symbol
204         onto generic-mode-list.
206 2000-12-21  Gerd Moellmann  <gerd@gnu.org>
208         * generic.el (generic-read-type): Build an alist for
209         completing-read as in 20.7.
211         * play/landmark.el (lm): Use interactive spec `P'.
212         (toplevel): Don't set debug-on-error.
214         * server.el (server-switch-buffer): Choose a window on a visible
215         frame.
217 2000-12-21  Dave Pearson  <davep@davep.org>
219         * quickurl.el: Commentry change, I've moved my web site.
220         
221 2000-12-21  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
223         * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
224         ranges like \177-\237, but accepts the character sequence from \177 to
225         \237.  Doc fix.
226         (ebnf-version): New version (3.4).
227         (ebnf-setup): Code fix.
228         (ebnf-range-regexp): New fun.
229         (ebnf-8-bit-chars): Const fix.
231         * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
232         entry.  Doc fix.
233         (ebnf-bnf-lex): Code fix.
234         (ebnf-bnf-comment-chars): Const fix.
236         * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
237         entry.  Doc fix.
238         (ebnf-iso-comment-chars): Const fix.
240         * ebnf-otz.el: Doc fix.
242         * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
243         entry.  Doc fix.
244         (ebnf-yac-skip-code): Code fix.
245         (ebnf-yac-comment-chars): Const fix.
246         
247 2000-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
249         * files.el (insert-directory-safely): New function.
250         (recover-file): Use it instead of insert-directory.  From Markus
251         Rost <markus.rost@mathematik.uni-regensburg.de> 
253 2000-12-21  Kenichi Handa  <handa@etl.go.jp>
255         * international/mule-cmds.el (select-safe-coding-system): Check
256         coding-category-list more rigidly.  Improve help message.
258         * dired.el (dired-move-to-filename-regexp): Fix previous change.
260 2000-12-21  Miles Bader  <miles@gnu.org>
262         * mail/sendmail.el (mail-mode): Set `comment-start' to the yank
263         prefix.
265 2000-12-21  Kenichi Handa  <handa@etl.go.jp>
267         * international/mule-diag.el (describe-char-after): Make *Help*
268         buffer inherit multibyteness of the current buffer.
270         * international/mule.el (make-char): Docstring adjusted for the
271         change of make-char-internal.
273 2000-12-20  Stefan Monnier  <monnier@cs.yale.edu>
275         * international/iso-cvt.el: Docstrings fix.
277 2000-12-20  Dave Love  <fx@gnu.org>
279         * subr.el (eval-after-load): Doc fix.
281 2000-12-20  Kenichi Handa  <handa@etl.go.jp>
283         * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
284         for numbers.
286 2000-12-20  Miles Bader  <miles@gnu.org>
288         * international/quail.el (quail-help): Resize the help window
289         again after it has all its contents.  Remove unneeded progn.
291 2000-12-19  Gerd Moellmann  <gerd@gnu.org>
293         * pcmpl-linux.el: Fix copy/paste error.
295 2000-12-19  Andrew Innes  <andrewi@gnu.org>
297         * simple.el (delete-key-deletes-forward-mode): Fix typo in
298         docstring.
300 2000-12-19  Carsten Dominik  <dominik@strw.leidenuniv.nl>
302         * progmodes/idlw-rinfo.el: Fixed copyright notice.
304         * progmodes/idlw-toolbar.el: Fixed copyright notice.
306         * progmodes/idlw-shell.el: Fixed copyright notice.
308         * progmodes/idlwave.el: Fixed copyright notice.
310         * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
311         TAB as key separators.
313 2000-12-19  Alex Schroeder  <alex@gnu.org>
315         * sql.el (sql-sybase-options): New option.
316         (sql-sybase): Use it.  Add sql-database to the list of parameters
317         provided for login.  The options -w 2048 -n are not used any more.
318         (sql-postgres-options): Changed default from "--pset" to "-P".
319         (sql-mysql-options): Doc change.
320         (sql-stop): Doc change.
322 2000-12-19  Kenichi Handa  <handa@etl.go.jp>
324         * international/quail.el (quail-input-method): Always hide
325         the guidance buffer on exiting.
327 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
329         * tooltip.el (tooltip-mode): Signal an error if x-show-tip
330         isn't fboundp.
332         * server.el (server-buffer-done): Bury the buffer before
333         killing it.
335         * faces.el (face-spec-set): Interpret a nil in specs for
336         foreground and background colors as `unspecified', for
337         compatibility with 20.x.
339 2000-12-18  Dave Love  <fx@gnu.org>
341         * simple.el (mail-user-agent): Doc fix.
342         (input-mode-8-bit): Removed.
344         * international/mule.el (set-keyboard-coding-system): Doc fix.
345         (keyboard-coding-system): New option.
347         * mail/sendmail.el (send-mail-function): Customize.
349 2000-12-18  Eli Zaretskii  <eliz@is.elta.co.il>
351         * international/codepage.el (cp866-decode-table): New table.
353 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
355         * version.el (emacs-version): Remove `%a' from the time format
356         because the weekday doesn't fit well into each locale.
358 2000-12-18  Miles Bader  <miles@gnu.org>
360         * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
362         * textmodes/artist.el (artist-replace-chars, artist-replace-char): 
363         Check that emacs-major-version is `=' to 20, not `>='.
364         (artist-replace-chars): Use `make-string' instead of a loop.
366 2000-12-17  Stefan Monnier  <monnier@cs.yale.edu>
368         * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
369         (cvs-execute-single-file): Don't change directory.
370         Patch from Per Cederqvist.
372 2000-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
374         * textmodes/ispell.el (check-ispell-version): If
375         `ispell-program-name' is "aspell", pass it the -v switch instead
376         of -vv.
378 2000-12-16  Kenichi Handa  <handa@etl.go.jp>
380         * international/mule-diag.el (mule-diag): Insert information about
381         configure options, multibyte awareness, language env.
383         * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
384         regexp to search for candidates.
386 2000-12-15  Eli Zaretskii  <eliz@is.elta.co.il>
388         * info.el (Info-forward-node): If the node has an
389         Info-header-line, widen the buffer before searching for "next:"
390         and "up:" pointers, and set the search limit to stay in the
391         current node.
393 2000-12-16  Miles Bader  <miles@gnu.org>
395         * simple.el (delete-trailing-whitespace): Remove extraneous let.
397 2000-12-15  Miles Bader  <miles@gnu.org>
399         * comint.el (comint-send-string, comint-send-region): Also accept
400         a buffer, buffer-name, or nil for PROCESS, for compatibility with
401         process-send-string/region.
403 2000-12-15  Gerd Moellmann  <gerd@gnu.org>
405         * isearch.el (isearch-lazy-highlight-max): New user-option.
406         (isearch-lazy-highlight-update): Don't highlight more than
407         isearch-lazy-highlight-max matches.
409         * mail/mh-utils.el (mh-find-path): Set read-mail-command.
411 2000-12-15  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
413         * sort.el (sort-columns): Fix error message.
415         * dabbrev.el (dabbrev--last-case-pattern): Value is now
416         `upcase' or `downcase' or nil.
417         (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
418         Pass new record-case-pattern arg to dabbrev--substitute-expansion.
419         (dabbrev--substitute-expansion): New arg record-case-pattern.
420         If it is non-nil, set dabbrev--last-case-pattern.
421         If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
423         * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
425 2000-12-15  Miles Bader  <miles@gnu.org>
427         * paths.el (Info-default-directory-list): Don't delete
428         configure-info-directory from the list of standard info
429         directories when appending it to the end -- their order is
430         important.
432         * faces.el (read-face-attribute): If there's no entry for the
433         user's input in VALID, just use it as-is (this will often result
434         in an error, but it may be OK for e.g. colors using hexadecimal
435         notation, and at least will yield a better error message).
437         * window.el (mode-line-window-height-fudge): Function removed.
438         (height-affecting-face-attributes, mode-line-window-height-fudge): 
439         Variables removed.
440         * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
441         window is really the right size.  Use vertical-motion
442         rather than forward-line.
443         (ispell-help): Don't use ispell-mode-line-window-height-fudge.
444         (ispell-command-loop, ispell-show-choices): Use the variable
445         ispell-choices-win-default-height, rather than the function.
446         (ispell-choices-win-default-height): Function removed.
447         (ispell-mode-line-window-height-fudge): Function removed.
448         
449 2000-12-14  Stefan Monnier  <monnier@cs.yale.edu>
451         * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
453 2000-12-14  Eli Zaretskii  <eliz@is.elta.co.il>
455         * paths.el (Info-default-directory-list): If
456         configure-info-directory is not one of the standard directories,
457         put it first in the list; otherwise put it last.  Doc string
458         changed accordingly.
460         * info.el (Info-directory-list): Change doc string to reflect the
461         change in Info-default-directory-list.
463         * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
464         windows-nt as windowed environments, even under -nw.
466         * startup.el (command-line): Don't call x-backspace-delete-keys-p
467         if not fboundp.  Switch delete-forward mode for the <delete> key
468         on all PC platforms, even under -nw.
470         * term/internal.el ([M-delete]): Remap to M-d.
472 2000-12-14  Gerd Moellmann  <gerd@gnu.org>
474         * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
476 2000-12-14  Eli Zaretskii  <eliz@is.elta.co.il>
478         * frame.el (show-cursor-in-non-selected-windows): Doc fix.
480 2000-12-14  Gerd Moellmann  <gerd@gnu.org>
482         * startup.el (command-line): Call delete-key-deletes-forward-mode,
483         if appropriate.
485         * simple.el (delete-key-deletes-forward): New user-option.
486         (delete-key-deletes-forward-mode): New function.
488         * bindings.el: Bind `delete' to backward-delete-char.
490         * emacs-lisp/easymenu.el (easy-menu-current-active-maps): Test
491         if symbol is bound before getting its value.
493         * tooltip.el (tooltip-show): If an error is signaled in
494         x-show-tip, display that error, and display the help in the
495         echo area.
496         
497 2000-12-14  Kenichi Handa  <handa@etl.go.jp>
499         * international/ja-dic-cnv.el (skkdic-set-okuri-nasi): Show
500         "... entries" messages for every 10000 entries, not 10.
502 2000-12-13  Karl Fogel  <kfogel@red-bean.com>
504         * bookmark.el: Provide a generic exit hook, as suggested by
505         Ovidiu Predescu <ovidiu@cup.hp.com>:
506         (bookmark-exit-hook): New var.
507         (bookmark-exit-hook-internal): New func, replaces
508         old raw lambda form in `kill-emacs-hook', and runs new
509         `bookmark-exit-hooks'.  No longer tests for the bookmark feature,
510         as logically that feature must have been provided if this function
511         is running.
512         Removed ;;;###autoload before the `add-hook' call.
514 2000-12-13  Stefan Monnier  <monnier@cs.yale.edu>
516         * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
517         (easy-menu-current-active-maps): New function.
518         (easy-menu-get-map): Use it.
519         Make a proper menu entry when creating a new keymap.
521 2000-12-13  Kenichi Handa  <handa@etl.go.jp>
523         * international/characters.el: Fix cases and syntaxes for
524         mule-unicode-0100-24ff.
526         * dired.el (dired-move-to-filename-regexp): Fixed for the case
527         that a Japanese character is not appended after day and year.
529         * info.el (Info-suffix-list): Change format for a command that
530         requires arguments.
531         (info-insert-file-contents): Adjusted for the above change.
533 2000-12-12  Andreas Schwab  <schwab@suse.de>
535         * tar-mode.el (tar-extract): Base the name of the subfile buffer
536         on the name of the tar buffer.  Verify that the existing buffer is
537         visiting the same subfile.
539 2000-12-12  Dave Love  <fx@gnu.org>
541         * subdirs.el: Add obsolete.
543 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
545         * mail/rmailsum.el (rmail-summary-expunge)
546         (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
547         instead of rmail-confirm-expunge.
549         * replace.el (perform-replace): Don't use an empty match adjacent
550         to a non-empty match when computing the next match before the
551         replacement is performed.
553 2000-12-12  Milan Zamazal  <pdm@freesoft.cz>
555         * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
556         definition (patch by Stefan Monnier).
557         (glasses-mode): Use jit-lock instead of `after-change-functions'
558         (patch by Stefan Monnier).
560 2000-12-12  Miles Bader  <miles@gnu.org>
562         * info.el (Info-last-preorder): Don't barf on nodes without a prev.
563         (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
565 2000-12-12  Andrew Choi  <akochoi@i-cable.com>
567         * term/mac-win.el: Remove load for ls-lisp.
569         * loadup.el: Load ls-lisp for system-type `macos'.
571 2000-12-12  Miles Bader  <miles@gnu.org>
573         * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
574         Respect field end too.
575         (just-one-space): Respect fields as `delete-horizontal-space'.
576         (newline-and-indent, reindent-then-newline-and-indent): Use
577         `delete-horizontal-space'.
579 2000-12-11  Stefan Monnier  <monnier@cs.yale.edu>
581         * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
582         (so as to obey the field property in the minibuffer).
584         * obsolete/c-mode.el: Moved from lisp/progmodes.
585         * obsolete/auto-show.el: Moved from lisp.
586         * obsolete/ooutline.el: Moved from lisp/textmodes.
587         
588 2000-12-11  Carsten Dominik  <dominik@strw.leidenuniv.nl>
590         * progmodes/idlwave.el: Updated to IDLWAVE version 4.7.  Too many
591         changes to list them here.
593         * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.  Too
594         many changes to list them here.
596         * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.  Too
597         many changes to list them here.
599         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
601 2000-12-11  Gerd Moellmann  <gerd@gnu.org>
603         * simple.el (kill-new): Don't try to setcar kill-ring if it is
604         nil.
606         * cus-edit.el (custom-save-variables, custom-save-faces): 
607         Comment fix.
609         * hscroll.el: Moved to `obsolete' subdir.
611 2000-12-11  Miles Bader  <miles@gnu.org>
613         * window.el (window-text-height): Function removed (now in C).
615 2000-12-10  Stefan Monnier  <monnier@cs.yale.edu>
617         * log-edit.el (log-edit-parent-buffer): New var.
618         (log-edit): Set it.  Add BUFFER argument.
619         (log-edit-done): Use char-before.
620         Don't bother checking validity of vc-comment-ring.
621         Only bury the buffer if log-edit popped it up.
623         * pcvs.el: Update references to CVS-Edit (now Log-Edit).
624         (cvs-mode-diff-help): Remove.
625         (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
626         (cvs-mode-marked): Set up the default for CMD manually.
628         * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
629         Remove binding for ? now made unnecessary.
631 2000-12-10  Carsten Dominik  <dominik@strw.leidenuniv.nl>
633         * textmodes/reftex.el (reftex-scanning-info-available-p): New
634         function
635         (reftex-TeX-master-file): Check for `tex-main-file' early enough.
637         * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
638         when master file is not open.
640 2000-12-09  Stefan Monnier  <monnier@cs.yale.edu>
642         * progmodes/ada-stmt.el: Update `maintainer'.
644 2000-12-09  Stephen Gildea  <gildea@alum.mit.edu>
646         * time-stamp.el (time-stamp-old-format-warn): Reorder custom
647         choices to match documentation string.
649 2000-12-09  Miles Bader  <miles@gnu.org>
651         * minibuf-eldef.el: New file.
653         * window.el (fit-window-to-buffer): Don't pass last argument to
654         pos-visible-in-window-p, now that its meaning is inverted.
656 2000-12-08  Eli Zaretskii  <eliz@is.elta.co.il>
658         * image.el (create-image): Doc fix; spotted by Per Cederqvist
659         <ceder@lysator.liu.se>.
661 2000-12-08  Stefan Monnier  <monnier@cs.yale.edu>
663         * autoinsert.el (auto-insert-alist): Add missing final \n.
665         * pcvs-defs.el (cvs-menu): Move.  Make submenu for diff commands.
666         (cvs-menu-map): Remove.
667         * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
668         (cvs-mode-quit): Turn it back into a plain function.
670         * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
671         (texinfo-filter): Remove (move to texinfo.el).
673         * textmodes/texinfo.el: Move the (require 'cl) to the front of the
674         file where it's more visible.
675         (texinfo-filter, texinfo-chapter-level-regexp): New variables
676         moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
677         (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
678         (texinfo-inside-macro-p): Only catch `scan-error's.
679         (texinfo-inside-env-p): Make better use of the match info.
680         (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
681         (texinfo-insert-@end): Slight re-organization.
682         Also remove useless `looking-at' call.
684 2000-12-08  Andrew Innes  <andrewi@gnu.org>
686         * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
687         accessible in -nw mode.
689         * term/w32-win.el: Remove stuff about selection timeout, which is
690         irrelevant on Windows.  Move clipboard support to w32-fns.el, so
691         it is accessible in -nw mode.
693 2000-12-08  Dave Love  <fx@gnu.org>
695         * emacs-lisp/lisp-mode.el (lisp-mode): Set
696         font-lock-keywords-case-fold-search.
698 2000-12-08  Gerd Moellmann  <gerd@gnu.org>
700         * textmodes/ispell.el (ispell): Doc fix.
702 2000-12-08  Kenichi Handa  <handa@etl.go.jp>
704         * international/quail.el (quail-insert-decode-map): Check the
705         frame width of a window displaying the current buffer, not that of
706         the selected frame.
707         (quail-help): Make sure that the help buffer has window before
708         inserting text in it.
710 2000-12-07  Sam Steingold  <sds@gnu.org>
712         * loadup.el: Load emacs-lisp/backquote instead of autoloading.
713         Backquote is used in isearch.el, so autoloading saves nothing.
715 2000-12-07  Eli Zaretskii  <eliz@is.elta.co.il>
717         * startup.el (normal-top-level-add-subdirs-to-load-path): Ignore
718         the CVS and RCS subdirectories case-insensitively.
720         * dired.el (dired-insert-directory): If file-system-info is
721         fboundp, call it instead of invoking dired-free-space-program.
723 2000-12-07  Gerd Moellmann  <gerd@gnu.org>
725         * server.el (server-visit-files): Push files on file-name-history.
727         * progmodes/cc-langs.el: Update copyright.
729         * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
731         * bindings.el (mode-line-mode-menu): Add glasses-mode.
733         * bindings.el (mode-line-mode-menu): Reverse the order
734         of define-keys so that the menu appears in alphabetical order.
736 2000-12-07  Milan Zamazal  <pdm@freesoft.cz>
738         * progmodes/glasses.el (glasses-mode): Update mode line at the end
739         of the function.
741 2000-12-07  Dave Love  <fx@gnu.org>
743         * jka-compr.el (jka-compr-compression-info-list): Fix :type.
745         * facemenu.el (facemenu-unlisted-faces): Fix value.
747 2000-12-07  Stefan Monnier  <monnier@cs.yale.edu>
749         * font-lock.el (font-lock-default-fontify-region):
750         Include the terminating \n (off-by-one error).
751         (font-lock-set-defaults): Use dolist.
753         * derived.el (define-derived-mode): Don't use combine-run-hooks.
755 2000-12-07  Kenichi Handa  <handa@etl.go.jp>
757         * international/mule-cmds.el (describe-language-environment): Fix
758         for the case that an input method title is not string but a list.
760         * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
761         of wrong SIZE record.
763 2000-12-06  Dave Love  <fx@gnu.org>
765         * newcomment.el (comment-region, comment-dwim): Doc fix.
767         * textmodes/texinfo.el: Require tex-mode when compiling.
768         (texinfo-update-node): Doc fix.
769         (texinfo-imenu-generic-expression): Add @anchor.
770         (texinfo-font-lock-keywords): Add @uref.
771         (texinfo-inside-macro-p): Don't use ignore-errors.
772         (texinfo-insert-quote): Match more contexts.
774         * international/mule.el (decode-char, encode-char): Doc fix.
775         (auto-coding-alist): Customize.
777         * files.el (load-file): Fix change of 2000-03-12.
779         * wid-edit.el (widget-text-keymap): Doc fix.
781 2000-12-06  Andrew Innes  <andrewi@gnu.org>
783         * makefile.w32-in (lisp): Set to an absolute directory, namely
784         $(CURDIR).
786 2000-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
788         * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
789         read generated-autoload-file, and set buffer-file-coding-system to
790         raw-text-unix after reading the file.
792         * international/mule-conf.el (file-coding-system-alist): Use
793         raw-text for reading loaddefs.el and raw-text-unix for writing
794         it.
796 2000-12-06  Gerd Moellmann  <gerd@gnu.org>
798         * replace.el (occur): Make line-number-width 1 smaller for the
799         colon following the line number.
801         * startup.el (fancy-splash-text, command-line-1): Use
802         `File' for the menu name instead of `Files'.
804         * tmm.el: Update copyright.
806         * cus-start.el: Add entry for even-window-heights.
808 2000-12-06  Miles Bader  <miles@gnu.org>
810         * faces.el (frame-set-background-mode): Avoid stomping on
811         locally modified faces.
813 2000-12-06  Kenichi Handa  <handa@etl.go.jp>
815         * international/fontset.el: Correct the font registries for
816         japanese-jisx0213-1 and japanese-jisx0213-2.
818 2000-12-05  Gerd Moellmann  <gerd@gnu.org>
820         * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
822         * iswitchb.el: Update customization commentary.
824 2000-12-05  Rob Riepel  <riepel@Stanford.EDU>
826         * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
827         (tpu-search-highlight): Fixed comparison of overlay end positions.
828         (tpu-trim-line-ends): Implemented trimming logic locally.
830         * emulation/tpu-extras.el (tpu-write-file-hook)
831         (tpu-set-cursor-bound): Replaced picture-clean with
832         tpu-trim-line-ends.
834 2000-12-05  Kenichi Handa  <handa@etl.go.jp>
836         * language/chinese.el (chinese-iso-8bit): Change mime-charset name
837         to cn-gb.
838         (cn-gb, gb2312): New aliases for chinese-iso-8bit.
840 2000-12-04  Dave Love  <fx@gnu.org>
842         * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
844 2000-12-04  Gerd Moellmann  <gerd@gnu.org>
846         * mail/rmailsum.el (rmail-summary-expunge)
847         (rmail-summary-expunge-and-save): Ask for confirmation with
848         rmail-expunge-confirmed.
850         * mail/rmail.el (rmail-expunge-confirmed): New function.
851         (rmail-expunge): Use it.
853         * progmodes/etags.el (tag-partial-file-name-match-p): New function.
854         (etags-recognize-tags-table, find-tag-in-order): New
855         functionality: interpret file names as tags.
857 2000-12-04  Eli Zaretskii  <eliz@is.elta.co.il>
859         * info.el (Info-scroll-prefer-subnodes): New defcustom.
860         (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't
861         visit the first subnode until the bottom of the current node is
862         visible.
864 2000-12-04  Gerd Moellmann  <gerd@gnu.org>
866         * format.el (format-decode): Don't change buffer's undo list.
868 2000-12-04  Kenichi Handa  <handa@etl.go.jp>
870         * faces.el (face-font-registry-alternatives): Add entries for CJK
871         fonts.  Doc-string adjusted for the actual usage of this data.
873         * international/fontset.el: Change the font registries for CJK
874         fonts in the default fontset.  Don't append '*' to registries.
876 2000-12-03  Stefan Monnier  <monnier@cs.yale.edu>
878         * emacs-lisp/easy-mmode.el (define-derived-mode)
879         (easy-mmode-derived-mode-p): Remove (moved to derived.el).
881         * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
882         (derived-mode-p): New function.
883         (derived-mode-make-docstring): Add `docstring' argument.
884         Use it if available and complete it if necessary.
886 2000-12-03  Andreas Schwab  <schwab@suse.de>
888         * type-break.el (type-break): Don't make parent of itself.
890 2000-12-03  Miles Bader  <miles@gnu.org>
892         * simple.el (delete-trailing-whitespace): Don't delete newlines too.
894 2000-12-02  Stefan Monnier  <monnier@cs.yale.edu>
896         * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
897         (tex-main-file, tex-file): Simplify.
898         (tex-generate-zap-file-name): Use subst-char-in-string.
899         (tex-strip-dots): Remove.
901         * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
903         * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
904         to check if the match succeeded.
906 2000-12-02  Gerd Moellmann  <gerd@gnu.org>
908         * startup.el (use-fancy-splash-screens-p): New function.
909         (command-line-1): Use it to determine whether or not to use
910         a fancy splash screen.
912 2000-12-02  Andreas Schwab  <schwab@suse.de>
914         * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
916 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
918         * international/mule.el (make-char): Fix last change.
920         * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
921         New defcustoms.
922         (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
923         autoloading tex-mode; instead, do the same manually.  Use
924         texinfo-open-quote and texinfo-close-quote.  Insert literal quote
925         with numeric argument.  Docstring fix.
926         (toplevel): Require cl when compiling.
928         * international/mule.el (make-char): Doc fix.
930 2000-12-02  Jason Rumney  <jasonr@gnu.org>
932         * term/w32-win.el (x-select-enable-clipboard): Customize (as per
933         the Emacs Lisp manual)
935 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
937         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
939         * term/pc-win.el (x-select-enable-clipboard): Customize (as per
940         the Emacs Lisp manual).
942 2000-12-02  Gerd Moellmann  <gerd@gnu.org>
944         * simple.el (next-line-add-newlines): Change default to nil.
946 2000-12-01  Eli Zaretskii  <eliz@is.elta.co.il>
948         * files.el (revert-buffer, recover-file): Bind
949         coding-system-for-read to emacs-mule-unix, not to no-conversion.
951 2000-12-01  Gerd Moellmann  <gerd@gnu.org>
953         * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
955 2000-12-01  Miles Bader  <miles@gnu.org>
957         * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
959 2000-12-01  Kenichi Handa  <handa@etl.go.jp>
961         * international/mule-diag.el (describe-char-after): Fix typo.
962         (describe-character-set, non-iso-charset-alist): Fix typo.
964 2000-12-01  Miles Bader  <miles@gnu.org>
966         * image-file.el (image-file-name-regexp): Automatically add
967         upper-case variants of each filename extension in
968         `image-file-name-extensions', since they seem to be common.
970         * simple.el (minibuffer-contents)
971         (minibuffer-contents-no-properties, delete-minibuffer-contents):
972         New functions.
973         * filecache.el (file-cache-directory-name)
974         (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
976 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
978         * filecache.el (file-cache-minibuffer-complete): Don't try to
979         delete the minibuffer prompt.
981 2000-11-30  Dave Love  <fx@gnu.org>
983         * cus-start.el: Fix read-buffer-function type.
985 2000-11-30  Gerd Moellmann  <gerd@gnu.org>
987         * md5.el: Removed.  There's a built-in function, now.
989 2000-11-30  Markus Rost  <rost@math.ohio-state.edu>
991         * mail/rmail.el (rmail-set-message-counters): Don't use "D"
992         as dummy 0-th char of rmail-deleted-vector.
994 2000-11-30  Eli Zaretskii  <eliz@is.elta.co.il>
996         * ps-print.el (ps-end-job): Bind case-fold-search only after
997         switching to ps-spool-buffer.
999 2000-11-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1001         * ps-print.el: Line number font customization.  PostScript: Lines and
1002         PageCount are initialized on each page.  Doc Fix.
1003         (ps-print-version): New version number (6.3.2).
1004         (ps-lpr-switches, ps-font-info-database, ps-font-size)
1005         (ps-header-font-size, ps-header-title-font-size, ps-left-header)
1006         (ps-right-header): Customization fix.
1007         (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
1008         Fix code.
1009         (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
1010         New vars.
1012 2000-11-30  Gerd Moellmann  <gerd@gnu.org>
1014         * bs.el: Fix typos and spelling errors.
1015         (bs-appearance) <defgroup>: Renamed from bs-appearence.
1016         (bs-configuration): Doc fix.
1018         * bs.el: Undo mistaken change of 2000-11-28.  Update copyright.
1020 2000-11-30  Rob Riepel  <riepel@Stanford.EDU>
1022         * emulation/tpu-edt.el (tpu-version): New version.
1023         (tpu-search-overlay, tpu-replace-overlay): New initial range.
1024         (tpu-original-mode-line): Variable deleted.
1025         (tpu-mark-flag): New initial value.
1026         (tpu-set-mode-line): Don't redefine mode-line-format.  Add
1027         tpu-mark-flag to minor-mode-alist.
1028         (tpu-update-mode-line): New mark flag logic.
1029         (tpu-get): Use find-file-wildcards.
1030         (tpu-search-highlight): Move overlay less, reset overlay properly.
1031         (tpu-unselect): Deactivate mark.
1032         (tpu-lm-replace): Reset overlay properly.
1033         (tpu-forward-line): Use forward-visible-line.
1034         (tpu-edt-on): Set transient mark mode.  ispell autoloads deleted.
1036         * emulation/tpu-extras.el (tpu-forward-line): Use
1037         forward-visible-line.
1039 2000-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
1041         * cus-edit.el (custom-face-value-create): Always emphasize tag.
1043 2000-11-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
1045         * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
1046         and skip whitespace and newlines.
1048 2000-11-30  Stefan Monnier  <monnier@cs.yale.edu>
1050         * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
1052 2000-11-29  Gerd Moellmann  <gerd@gnu.org>
1054         * help.el (describe-function-1): Regexp-quote function name
1055         when used as part of a regexp.
1057         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Use
1058         face-attribute instead of face-foreground and face-background.
1059         (tool-bar-add-item): Likewise, and handle unspecified colors.
1061         * enriched.el (enriched-face-ans): Use face-attribute instead
1062         of face-foreground and face-background.
1064         * faces.el (face-foreground, face-background, face-stipple):
1065         Return nil if attribute is unspecified, for backward
1066         compatibility.
1068         * files.el (auto-mode-alist): Add an entry for antlr-mode.
1070         * play/5x5.el: Remove version info.
1072         * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
1074         * frame.el (blink-cursor-mode): Doc fix.
1076 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
1078         * antlr-mode.el: New commands to run ANTLR from within Emacs and
1079         to create Makefile rules.
1080         (antlr-tool-command): New user option.
1081         (antlr-ask-about-save): New user option.
1082         (antlr-makefile-specification): New user option.
1083         (antlr-file-formats-alist): New variable.
1084         (antlr-special-file-formats): New variable.
1085         (antlr-unknown-file-formats): New user option.
1086         (antlr-help-unknown-file-text): New variable.
1087         (antlr-help-rules-intro): New variable.
1088         (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
1089         (antlr-mode-menu): Add entries.
1090         (antlr-file-dependencies): New function.
1091         (antlr-directory-dependencies): New function.
1092         (antlr-superclasses-glibs): New function.
1093         (antlr-run-tool): New command.
1094         (antlr-makefile-insert-variable): New function.
1095         (antlr-insert-makefile-rules): New function.
1096         (antlr-show-makefile-rules): New command.
1098         * antlr-mode.el: More Emacs/XEmacs stuff.
1099         (antlr-no-action-keywords): New constant with value nil.
1100         (antlr-font-lock-keywords-alist): Use it.  Old value would break
1101         syntax highlighting in Emacs-21.0.
1102         (antlr-default-directory): Emacs/XEmacs dependend function.
1103         (antlr-read-shell-command): Ditto.
1104         (antlr-with-displaying-help-buffer): Ditto.
1106 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
1108         * antlr-mode.el: imenu, parsing and highlighting changes.
1109         (antlr-imenu-create-index-function): Don't create extra submenus
1110         for definitions in different grammar classes.  It is not necessary
1111         for the menu and would make command `imenu' awkward to use.
1112         (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
1113         header actions and more than one.
1114         (antlr-font-lock-tokendef-face): Changed color.
1115         (antlr-font-lock-tokenref-face): Changed color.
1116         (antlr-font-lock-additional-keywords): Also highlight lowercase.
1117         (antlr-mode-syntax-table): New variable.
1118         (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
1119         (antlr-with-syntax-table): Don't copy syntax table.
1121 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
1123         * antlr-mode.el: Minor changes: language setting.
1124         (antlr-language-alist): The value for file option "language" can
1125         be both an identifier and a string.
1126         Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
1127         (antlr-language-limit-n-regexp): Change accordingly.
1129 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
1131         * antlr-mode.el: Minor changes: tabs, hiding.
1132         (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
1133         (antlr-action-visibility): Also allow value nil to also hide the
1134         braces.  Renamed from `antlr-tiny-action-length'.
1135         Suggested by Jay@aol.com.
1136         (antlr-hide-actions): Change accordingly.  Hide line if completely
1137         hidden action is on a line of its own.
1139 2000-11-29  Stefan Monnier  <monnier@cs.yale.edu>
1141         * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
1143         * sort.el (sort-columns): Don't concat strings with numbers.
1145 2000-11-29  Dave Love  <fx@gnu.org>
1147         * cus-edit.el (face): Fix :format.
1149         * mail/feedmail.el: Require smtpmail when compiling.
1150         (mail-do-fcc): Autoload.
1151         (feedmail) <defgroup>: Fix :link.
1152         (feedmail-nuke-body-in-fcc): Fix :type.
1153         (feedmail-send-it): Add autoload cookie.
1155 2000-11-29  Stefan Monnier  <monnier@cs.yale.edu>
1157         * newcomment.el (comment-indent): Save excursion around call to
1158         comment-indent-function.
1160 2000-11-29  Miles Bader  <miles@gnu.org>
1162         * subr.el (member-ignore-case): Return the tail of the list who's
1163         car matches, like `member', not the matching element itself.
1165 2000-11-29  Kenichi Handa  <handa@etl.go.jp>
1167         * xml.el (xml-parse-tag): Fix finding opening tag.  A tag name
1168         should not contain `\n'.
1170 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
1172         * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
1174         * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
1176         * dired-aux.el (dired-do-create-files): Construct default file
1177         name for dired-mark-read-file-name so that when the user enters
1178         just RET, the target file will end up in the target directory.
1180         * abbrev.el (prepare-abbrev-list-buffer): Get the value of
1181         local-abbrev-table before changing buffers because it might
1182         have a buffer-local binding.
1184 2000-11-28  Miles Bader  <miles@gnu.org>
1186         * simple.el (delete-horizontal-space): Handle fields more generally.
1188 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
1190         * simple.el (delete-horizontal-space): Handle minibuffer prompt.
1192 2000-11-28  Dave Love  <fx@gnu.org>
1194         * progmodes/ps-mode.el (ps-mode): Set comment-start and
1195         comment-start-skip locally.
1197         * progmodes/fortran.el (fortran-mode): Don't set
1198         fortran-comment-line-start-skip.  Set comment-start to
1199         fortran-comment-line-start.
1200         (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
1201         (fortran-comment-line-start-skip): Simplify slightly.
1203 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
1205         * play/5x5.el: Remove RCS keyword.
1207         * bs.el: Mistaken commit, undone 2000-11-30.
1209 2000-11-28  Milan Zamazal  <pdm@freesoft.cz>
1211         * textmodes/tildify.el (tildify-string-alist): Add
1212         `plain-tex-mode' here.
1214 2000-11-28  Colin Walters  <walters@cis.ohio-state.edu>
1216         * chistory.el (Command-history-setup): Remove extraneous `keymap'
1217         reference.
1219 2000-11-28  Miles Bader  <miles@gnu.org>
1221         * cus-face.el (custom-face-attributes): Add post-filter function
1222         for :box.  Make pre-filter function for :box handle all cases.
1224         * wid-edit.el (widget-choose): Make sure pop-up window is large
1225         enough to display all the choices, as there's no way to scroll it.
1227 2000-11-28  Kenichi Handa  <handa@etl.go.jp>
1229         * international/mule-conf.el: Make the coding system no-conversion
1230         safe for all characters.
1232 2000-11-27  Dave Love  <fx@gnu.org>
1234         * net/ldap.el (ldap) <defgroup>: Add :version.
1236         * tooltip.el (tooltip-use-echo-area): Doc fix.
1238         * cus-start.el <minibuffer-prompt-properties>: Add version.
1239         <read-buffer-function>: Add.
1241         * apropos.el (apropos-print): Add help-echo to active text.
1243         * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
1245 2000-11-27  Gerd Moellmann  <gerd@gnu.org>
1247         * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
1248         type, group and version.
1250 2000-11-27  Eli Zaretskii  <eliz@is.elta.co.il>
1252         * select.el (x-get-selection): Docstring fix.
1254 2000-11-27  Dave Pearson <davep@hagbard.demon.co.uk>
1256         * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
1258 2000-11-27  Andrew Innes  <andrewi@gnu.org>
1260         * makefile.nt (.SUFFIXES): Add .SUFFIXES.
1262         * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
1264 2000-11-27  Miles Bader  <miles@gnu.org>
1266         * dired.el (dired-get-filename): Return filename verbatim if
1267         LOCALP is `verbatim'.
1268         * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
1269         `verbatim' so that we don't inadvertently delete a non-existant
1270         directory name.
1272 >>>>>>> 1.1768
1273 2000-11-27  Kenichi Handa  <handa@etl.go.jp>
1275         * international/characters.el: Specify cases and syntaxes for
1276         mule-unicode-0100-24ff.
1278 2000-11-27  Gerd Moellmann  <gerd@gnu.org>
1280         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
1281         that foreground and/or background colors of the face `tool-bar'
1282         are unspecified.
1284 2000-11-27  Miles Bader  <miles@gnu.org>
1286         * wid-edit.el (widget-field-buffer, widget-field-start)
1287         (widget-field-end): Handle widget field `pseudo-overlays'.
1288         (widget-field-value-delete): Delete WIDGET from `widget-field-new'
1289         if it's there instead of in `widget-field-list'.
1291         * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
1292         (help-make-xrefs): Delete extraneous newlines at the end of the
1293         docstring.
1295 2000-11-25  Jason Rumney  <jasonr@gnu.org>
1297         * startup.el (command-line): Call set-locale-environment after
1298         Window System init file is read, as it can result in a call to
1299         redraw-frame.
1301 2000-11-25  Eli Zaretskii  <eliz@is.elta.co.il>
1303         * simple.el (shell-command): Mention the effect of the prefix
1304         argument in the doc string.
1306 2000-11-25  Miles Bader  <miles@gnu.org>
1308         * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
1310         * wid-edit.el (widget-field-value-delete): Don't try to delete
1311         overlay when it's the `pseudo-overlay' that exists at some points.
1313 2000-11-24  Jason Rumney  <jasonr@gnu.org>
1315         * international/mule-cmds.el (locale-language-names): Add "jp" as
1316         a non-standard alternative for Japanese.
1318 2000-11-24  Andre Spiegel  <spiegel@gnu.org>
1320         * vc-hooks.el: Require 'cl during compilation.
1322 2000-11-24  Gerd Moellmann  <gerd@gnu.org>
1324         * faces.el (face-set-after-frame-default): Let face attributes
1325         specified for new frames override frame parameters.
1327         * startup.el (command-line): Fix computation of the source file
1328         for user-init-file when user-init-file is a compiled file.
1330 2000-11-24  Miles Bader  <miles@gnu.org>
1332         * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
1333         (custom-post-filter-face-spec): New functions.
1334         (custom-face-set, custom-face-value-create): Filter the face spec
1335         before and after customization.
1336         (custom-face-set): If VALUE specifies a null face, pass a
1337         non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
1338         * cus-face.el (custom-face-attributes): Remove SET and GET
1339         functions.  Add some IN-FILTER and OUT-FILTER functions in the few
1340         cases they're needed.
1342         * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
1343         that it's distinguishable from the :off-glyph on dark-background
1344         displays.  Set its background color too.
1346         * cus-start.el (all): Restore entry for `mode-line-inverse-video',
1347         so that people can easily turn it off.
1349 2000-11-24  Michael Kifer  <kifer@cs.sunysb.edu>
1351         * ediff-diff.el: Moved variables around to have it compile under NT.
1353         * ediff-help.el (ediff-use-long-help-message): Made it customizable.
1355         * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
1357         * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
1358         redundant skip-small-frames test.
1360         * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
1361         (viper-downgrade-to-insert): protect against errors in hooks.
1363         * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
1364         (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
1365         (viper-restore-cursor-type,viper-set-insert-cursor-type): New
1366         functions.
1368         * viper-util.el (viper-memq-char): Bug fixes.
1370         * viper.el (viper-mode): Fix cursor handling.
1372 2000-11-24  Kenichi Handa  <handa@etl.go.jp>
1374         * international/mule-diag.el (list-iso-charset-chars): For
1375         two-byte charset, fix the `while' condition.
1376         (list-non-iso-charset-chars): Fix the `while' condition.
1378 2000-11-23  Stefan Monnier  <monnier@cs.yale.edu>
1380         * subr.el (add-hook, remove-hook): Don't call make-local-hook
1381         if the variable is make-variable-buffer-local.
1383         * progmodes/ada-stmt.el (ada-template-map): Initialize
1384         and bind it to C-c t in ada-mode-map.
1385         (ada-stmt-mode-hook): New function extracted from old code.
1386         Only change the buffer-local side of skeleton-*.
1387         (ada-mode-hook): Use it.
1389 2000-11-23  Eli Zaretskii  <eliz@is.elta.co.il>
1391         * iswitchb.el (iswitchb-minibuf-depth): New variable.
1392         (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
1393         we expect to be returned by minibuffer-depth once we prompt the
1394         user in the minibuffer.
1395         (iswitchb-entryfn-p): If minibuffer-depth returns the same value
1396         as recorded in iswitchb-minibuf-depth, return non-nil.
1398 2000-11-23  Eli Zaretskii <eliz@is.elta.co.il>
1400         * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
1401         (hscroll-window-maybe): Docstring fix.
1403 2000-11-23  Dave Love  <fx@gnu.org>
1405         * rect.el (string-rectangle): Don't test delete-selection-mode.
1407 2000-11-23  Gerd Moellmann  <gerd@gnu.org>
1409         * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
1410         is in the tool bar.
1412         * dired-aux.el (dired-add-entry): Don't call dired-get-filename
1413         with `no-dir'; we want the directory part to be able to remove
1414         it.
1416 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
1418         * textmodes/outline.el (outline-flag-region):
1419         Don't bind inhibit-read-only since we don't modify the buffer.
1420         (outline-isearch-open-invisible): Don't jump to overlay-start
1421         since we're trying to unhide text around point.
1422         (outline-discard-overlays): Use dolist.
1424         * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
1426 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
1428         * mail/rmail.el (rmail-confirm-expunge): Default to
1429         y-or-n-p.
1431 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
1433         * textmodes/tex-mode.el (tex-font-lock-keywords-1):
1434         Fix ARG regexp to skip quoted braces.
1435         (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
1436         Remove `bf' and `it' from `bold' and `italic' (they were wrong and
1437         are (correctly) handled separately).
1438         Remove `caption' and `footnote' from `citations': they contain text.
1439         Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
1440         (latex-skeleton-end-hook): New function.
1441         (latex-mode): Use it.
1442         (tex-start-tex-marker): Remove.
1443         (tex-send-tex-command): Don't set tex-start-tex-marker.
1444         (tex-error-parse-syntax-table): New var.
1445         (tex-compilation-parse-errors): Use it.
1446         Ignore tex-start-tex-marker.  Don't bother with marker-position.
1447         (tex-validate-buffer): Don't bother with marker-position.
1449         * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
1450         (flyspell-generic-progmode-verify): Use it.
1452 2000-11-22  Sam Steingold  <sds@gnu.org>
1454         * simple.el (delete-trailing-whitespace): New interactive
1455         function.
1457         * progmodes/ada-mode.el (ada-mode): Use it instead of
1458         `ada-remove-trailing-spaces'.
1459         (ada-remove-trailing-spaces): Removed.
1461         * textmodes/two-column.el (2C-merge): Recommend it in the doc.
1463         * textmodes/picture.el (picture-clean): Removed.
1464         (picture-mode-exit): Call it instead of `picture-clean'.
1466 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
1468         * frame.el (show-cursor-in-non-selected-windows): Doc fix.
1470         * hi-lock.el (hi-lock-refontify): Don't call non-existent
1471         jit-lock-fontify-buffer; it should anyway be unneccessary to
1472         do anything special when jit-lock is active.
1473         (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
1475 2000-11-22  Dave Love  <fx@gnu.org>
1477         * calendar/todo-mode.el (todo-top-priorities): Use
1478         todo-tmp-buffer-name.  From Milan Zamazal <Milan.Zamazal@qbizm.com>.
1480         * language/chinese.el, language/cyrillic.el:
1481         * language/devanagari.el, language/ethiopic.el, language/greek.el:
1482         * language/hebrew.el, language/indian.el, language/japanese.el:
1483         * language/korean.el, language/lao.el, language/misc-lang.el:
1484         * language/thai.el, language/tibetan.el, language/vietnamese.el:
1485         Use provide.
1487         * cus-edit.el (custom-buffer-create-internal): Save some consing.
1488         (custom-variable-set): Improve validation error mesage.
1490         * rect.el (string-rectangle): Revert last change.
1491         (string-rectangle-line): New arg DELETE.
1492         (string-rectangle): Check delete-selection-mode.
1494         * emacs-lisp/edebug.el (edebug-version)
1495         (edebug-maintainer-address): Deleted.
1496         (edebug-submit-bug-report): Just alias to report-emacs-bug.
1497         (edebug-read-function): Account for other `'#' read forms.
1498         (edebug-mode-menus): Make some items toggles.
1499         (edebug-outside-unread-command-event, unread-command-event):
1500         Remove these to avoid warnings.
1502 2000-11-22  David Ponce  <david@dponce.com>
1504         * recentf.el (recentf-menu-items-for-commands)
1505         (recentf-make-menu-items, recentf-make-menu-item)
1506         (recentf-filter-changer): Added :help and :active menu-item properties.
1508         (recentf-build-dir-rules, recentf-dump-variable)
1509         (recentf-edit-list, recentf-open-files-item)
1510         (recentf-open-files): Replaced unnecessary `mapcar' with new
1511         built-in `mapc'.
1513 2000-11-23  Miles Bader  <miles@gnu.org>
1515         * faces.el (menu): Make inverse-video on ttys too.
1517 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
1519         * simple.el (comment-line-break-function): Use the new name
1520         indent-new-comment-line -> comment-indent-new-line.
1521         (clone-indirect-buffer): Don't ignore NORECORD.
1522         (next-completion): Properly handle the case where items are adjacent.
1524         * mouse.el (popup-menu): Stupid typo.
1526 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
1528         * emacs-lisp/authors.el: Remove autoload cookies, add author,
1529         maintainer, keywords tags.
1531         * rect.el (replace-rectangle): Don't call string-rectangle-line
1532         with too many arguments.
1534 2000-11-22  Andre Spiegel  <spiegel@gnu.org>
1536         * ediff-util.el (ediff-file-checked-out-p)
1537         (ediff-file-checked-in-p): Call vc-state instead of
1538         vc-locking-user, which no longer exists.
1540         * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
1542 2000-11-22  Dave Love  <fx@gnu.org>
1544         * md5.el (md5): Provide.
1545         (md5): Fix error call.
1547 2000-11-22  Miles Bader  <miles@gnu.org>
1549         * textmodes/refill.el (refill-adjust-ignorable-overlay)
1550         (refill-fill-paragraph-at): Remove debugging code.
1552         * calendar/calendar.el (generate-calendar-window): When we don't
1553         call `fit-window-to-buffer', make sure the top line is fully visible.
1555         * image-file.el (insert-image-file): Don't make `read-only'
1556         property rear-nonsticky.
1558         * isearch.el (isearch-original-minibuffer-message-timeout): New var.
1559         (isearch-mode): Set `minibuffer-message-timeout' to nil, after
1560         stashing away its original value.
1561         (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
1562         in the recursive edit.
1563         Bind `isearch-original-minibuffer-message-timeout' to protect it.
1564         (isearch-done): Restore `minibuffer-message-timeout'.
1566         * cus-start.el: Remove entry for `mode-line-inverse-video'.
1568 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
1570         * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
1572         * find-lisp.el (find-lisp-find-files-internal):
1573         Use dolist, when and file-name-as-directory.
1575         * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
1576         (define-derived-mode, define-minor-mode): Add specs.
1578         * window.el: General comment and spacing fixes.
1579         (save-selected-window): Use backquotes.
1580         (window-safely-shrinkable-p): New function.
1581         (shrink-window-if-larger-than-buffer): Use it.
1583         * subr.el (make-local-hook): Docstring fix.
1585         * shell.el (shell-mode): Use define-derived-mode.
1587         * newcomment.el (comment-indent): Insert comment before calling
1588         comment-indent-function.  Don't insert in column 0.
1589         (comment-dwim): Indent before inserting comment.
1591         * isearch.el (isearch-mode-map): Fix docstring.  Init in defvar.
1592         (minibuffer-local-isearch-map): Init in defvar.  Use inheritance.
1593         (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
1594         Use mapc rather than map.
1596         * files.el (find-buffer-visiting): Compare all attributes before
1597         declaring two files identical (rather than just their inode-no).
1598         (auto-mode-alist): Use \' rather than $.
1600         * which-func.el: Update maintainer line.
1602         * pcvs.el (uniquify-buffer-file-name): Remove advice.
1603         * uniquify.el (uniquify-list-buffers-directory-modes): New var.
1604         (uniquify-buffer-file-name): Use it.
1606 2000-11-22  Miles Bader  <miles@gnu.org>
1608         * cus-start.el: Add entry for `minibuffer-prompt-properties'.
1609         * simple.el (minibuffer-avoid-prompt): New function.
1611 2000-11-21  Gerd Moellmann  <gerd@gnu.org>
1613         * Makefile.in (.SUFFIXES): Add .SUFFIXES.
1615 2000-11-21  Miles Bader  <miles@gnu.org>
1617         * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
1618         inclusion of `track-mouse'.
1620         * textmodes/refill.el (refill-ignorable-overlay): New variable.
1621         (refill-adjust-ignorable-overlay): New function.
1622         (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
1623         only the paragraph's tail if possible.
1624         Update `refill-ignorable-overlay'.
1625         (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
1627         * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
1628         point inside the fill-prefix.
1630         * textmodes/refill.el (refill-post-command-function): Don't reset
1631         refill-doit in the case where a self-insertion command doesn't
1632         case a refill.  Use `refill-fill-paragraph-at', getting position
1633         from `refill-doit'.
1634         (refill-after-change-function): Set `refill-doit' to END.
1635         (refill-fill-paragraph-at): New function, mostly from old
1636         refill-fill-paragraph.
1637         (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
1638         (refill-pre-command-function): New function.
1639         (refill-mode): Add it to `pre-command-hook'.
1641 2000-11-20  Gerd Moellmann  <gerd@gnu.org>
1643         * textmodes/artist.el (artist-mode): Fix autoload cookie.
1645         * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
1646         javadoc tags.
1648 2000-11-20  Andre Spiegel  <spiegel@gnu.org>
1650         * vc.el, vc-hooks.el: Undo prev change (moved functions back to
1651         vc.el).
1653         * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
1654         require vc.
1656         * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
1657         checkouts.
1659 2000-11-20  Dave Love  <fx@gnu.org>
1661         * Makefile.in (DONTCOMPILE): Omit bindings.el.
1663 2000-11-20  Eli Barzilay <eli@www.barzilay.org>
1665         * calculator.el (calculator-paste): Use `if' instead of `and'
1666         and `or'.
1667         (calculator-help): Don't use electric-describe-mode for XEmacs.
1669 2000-11-19  Gerd Moellmann  <gerd@gnu.org>
1671         * info.el (info-menu-5): Doc fix.
1673         * textmodes/artist.el: New file.
1675 2000-11-19  Andre Spiegel  <spiegel@gnu.org>
1677         * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
1678         and differentiate according to checkout model.
1679         (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
1680         since this function is only concerned with master state.
1682         * vc-hooks.el (vc-workfile-unchanged-p,
1683         vc-default-workfile-unchanged-p): Moved here from vc.el.
1685         * vc.el (vc-workfile-unchanged-p,
1686         vc-default-workfile-unchanged-p): See above.
1688 2000-11-19  Miles Bader  <miles@gnu.org>
1690         * image-file.el (insert-image-file): Make `intangible' and
1691         `read-only' properties rear-nonsticky too.
1693 2000-11-18  Gerd Moellmann  <gerd@gnu.org>
1695         * ps-print.el: Update copyright notice.
1697         * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
1698         (tooltip-show): Use the offsets.
1700         * bindings.el (mode-line-modified): Fix a typo.
1701         (mode-line-toggle-modified, mode-line-widen)
1702         (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
1704 2000-11-17  Vinicius Jose Latorre <vinicius@cpqd.com.br>
1706         * ps-print.el (toplevel): Test for find-coding-system being
1707         fboundp before calling ps-x-find-coding-system.
1709 2000-11-16  Stefan Monnier  <monnier@cs.yale.edu>
1711         * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
1712         (vc-version-backup-file): Docstring fix.
1714 2000-11-16  Gerd Moellmann  <gerd@gnu.org>
1716         * files.el (basic-save-buffer): Don't add a newline if
1717         find-file-literally is non-nil.
1718         (find-file-literally): Extend doc string.
1720         * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
1721         sort(1) with the `-f' argument.
1723 2000-11-16  Andre Spiegel  <spiegel@gnu.org>
1725         * vc.el: Updated backend documentation.
1726         (vc-default-check-headers): New function.
1728         * vc-{cvs,rcs,sccs}.el: Functions reordered.
1730         * vc.el (vc-revert-buffer): Ask for confirmation if file seems
1731         up-to-date.
1732         (vc-do-command): In the asynchronous case, output messages only if
1733         the minibuffer is not active.
1735         * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
1736         `vc-cvs-use-edit' is on.
1737         (vc-cvs-checkout): When this is used for reverting the workfile,
1738         make a backup of the original contents and revert to that in case
1739         of error.
1740         (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
1741         remote repositories.
1743         * vc.el (vc-annotate): Changed handling of prefix arg; now asks
1744         for both version and ratio in the minibuffer.
1746         * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
1747         Use vc-do-command to perform the annotation, not call-process.
1749 2000-11-16  Kenichi Handa  <handa@etl.go.jp>
1751         * international/quail.el (quail-start-translation): Don't call
1752         `message' before reading key sequence.
1754 2000-11-16  Miles Bader  <miles@lsi.nec.co.jp>
1756         * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
1758 2000-11-16  Kenichi Handa  <handa@etl.go.jp>
1760         * window.el (fit-window-to-buffer): Be sure to acquire at least
1761         one text line even if the buffer is empty.
1763 2000-11-16  Gerd Moellmann  <gerd@gnu.org>
1765         * net/ange-ftp.el (ange-ftp-file-writable-p)
1766         (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
1767         ange-ftp-process-verbose to nil.
1769 2000-11-15  Dave Love  <fx@gnu.org>
1771         * wid-edit.el (widget-specify-field, widget-specify-button): If
1772         :help-echo is a function, set help-echo of overlay to
1773         widget-mouse-help.
1774         (widget-mouse-help): New function.
1775         (widget-echo-help): Rewritten for :help-echo functions only taking
1776         a widget arg.
1778         * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
1779         display-graphic-p.
1780         (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
1781         and that JPEG is available.
1782         (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
1784         * international/mule-cmds.el (locale-charset-language-names):
1785         Match @euro.
1787 2000-11-15  Gerd Moellmann  <gerd@gnu.org>
1789         * faces.el (face-set-after-frame-default): If
1790         `inhibit-default-face-x-resources' is bound, don't intialize the
1791         default face from X resources.
1793 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
1795         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
1796         Don't set EMACSLOADPATH.
1798 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
1800         * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
1801         texinfo-insert-@url.
1802         (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
1803         (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
1805 2000-11-14  Stefan Monnier  <monnier@cs.yale.edu>
1807         * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
1808         (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
1809         (checkdoc-minor-keymap): Backward compatibility.
1810         (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
1811         (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
1812         (checkdoc-this-string-valid-engine): Be a bit more strict
1813         to avoid matching substrings of `...' quoted vars/funs.
1814         (checkdoc-defun-info): Only look for `interactive' if alone.
1815         (debug-ignored-errors): Add "arg doesn't appear in docstring".
1817         * progmodes/compile.el (grep): `tag-default' can be nil.
1819         * newcomment.el (comment-indent): Paren typo.
1821 2000-11-14  Dave Love  <fx@gnu.org>
1823         * calculator.el: New maintainer version.
1825         * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
1827         * cmuscheme.el: Doc fixes.
1828         (cmuscheme) <defgroup>: Use `scheme' as parent.
1829         (cmuscheme-program-name): Remove.  Change uses to
1830         scheme-program-name.
1832         * xscheme.el (scheme-program-name): Don't define here.
1834         * progmodes/scheme.el (scheme-program-name): New variable
1835         (originally in cmuscheme).
1837 2000-11-14  Miles Bader  <miles@gnu.org>
1839         * window.el (fit-window-to-buffer): Handle windows without mode-lines.
1840         Handle header-lines.  Don't loop forever if we can't enlarge the
1841         window anymore.  Simplify a bit.
1843 2000-11-14  Kenichi Handa  <handa@etl.go.jp>
1845         * window.el (fit-window-to-buffer): Don't check
1846         window-text-height.  Assure that the last line is fully visible.
1848         * international/quail.el (quail-show-guidance-buf): Call
1849         fit-window-to-buffer to assure the enough height of the guidance
1850         buffer.
1851         (quail-update-guidance): Avoid making the guidance buffer shorter.
1853 2000-11-14  Stefan Monnier  <monnier@cs.yale.edu>
1855         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
1856         rather than `prepend' and add an interesting comment.
1857         (tex-math-face, tex-font-lock-syntactic-face-function):
1858         New face and function to use it.
1859         (tex-define-common-keys, tex-mode-map): Use menu-item rather
1860         than `menu-enable' symbol property.
1861         (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
1862         (tex-mode): Add some latex-mode commands for auto-selection.
1863         Use tex-font-lock-syntactic-face-function.
1864         (tex-insert-quote): Simplify.
1865         (tex-shell): New mode.
1866         (tex-start-shell): Use it.
1867         (tex-shell-proc, tex-shell-buf): New functions.
1868         (tex-send-command): Use it.
1869         (tex-main-file): Fix the meaning of the new arg REALFILE.
1870         (tex-send-tex-command): New function split from `tex-start-tex'.
1871         Set compilation-last-buffer and compilation-parsing-end.
1873         * newcomment.el (comment-indent-default): Stick \s<\s< to the left
1874         when it follows non-comment text on the line.
1876         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1877         Set font-lock-defaults.
1878         (lisp-mode-shared-map): Init inside the defvar.
1879         (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
1880         Use define-derived-mode.
1882 2000-11-14  Miles Bader  <miles@lsi.nec.co.jp>
1884         * faces.el (header-line): Use `:box nil' for color/gs displays too.
1886 2000-11-14  Gerd Moellmann  <gerd@gnu.org>
1888         * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
1889         recursively optimize body because that can lead to infinite
1890         recursion; see comment there.
1892 2000-11-13  Eli Zaretskii  <eliz@is.elta.co.il>
1894         * faces.el (face-spec-set-match-display): Revert the change from
1895         2000-10-24.  Add a FIXME for after v21.1.
1897 2000-11-13  Miles Bader  <miles@gnu.org>
1899         * textmodes/fill.el (skip-line-prefix): New function.
1900         (fill-region-as-paragraph, fill-region):  Return the fill-prefix.
1901         (fill-paragraph): Don't leave point inside the fill-prefix.
1902         * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
1903         point inside the fill-prefix.
1905 2000-11-13  Miles Bader  <miles@lsi.nec.co.jp>
1907         * calendar/calendar.el (generate-calendar-window): Use
1908         `fit-window-to-buffer'.
1910 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
1912         * gud.el (gud-minor-mode): New var.
1913         (gud-symbol, gud-val): New functions.
1914         (gud-find-file): Copy gud-minor-mode to the new buffer.
1915         (gud-menu-map): Include entries for commands that are not always
1916         available, using :enable to (de)activate them.
1917         (gud-minor-mode-map): New map.  Add it to minor-mode-map-alist.
1918         (gud-mode-map): New map.
1919         (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
1920         (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
1921         Don't set up gud's menu (it's done by the minor-mode).
1922         (gud-minibuffer-local-map): New.
1923         Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
1924         (gud-query-cmdline): New function.
1925         (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it.  Set gud-minor-mode.
1926         (gud-mode): Use define-derived-mode.
1927         Don't set up gud's menu (it's done by the minor-mode).
1928         (gud-chop-words): Remove.
1929         (gud-common-init): Use split-string instead.
1930         (gud-new-keymap, gud-make-debug-menu): Eradicate.
1932         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
1933         Add keyword arg :name.
1935         * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
1936         (diff-count-matches, diff-split-hunk): New functions.
1937         (diff-mode-map): Bind C-c C-s to diff-split-hunk.
1939         * pcvs-info.el (cvs-fi-conflict-face): New var.
1941         * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
1942         Make it into a simple syntax-table, shared among all submodes.
1943         (sh-heredoc-face): Re-introduce.
1944         (sh-font-lock-syntactic-face-function): New function.
1945         (sh-mode): Use it.  Also use define-derived-mode.
1946         Remove old bogus setting of indent-region-function.
1947         (sh-set-shell): Don't set the syntax-table any more.
1948         (sh-mode-syntax-table) <defun>: Remove.
1950 2000-11-12  Miles Bader  <miles@gnu.org>
1952         * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
1953         message if interactive.
1955 2000-11-12  Dave Love  <fx@gnu.org>
1957         * mail/feedmail.el: Fix header,
1958         (feedmail) <defgroup>: Add :link.
1960         * view.el: Use local-map property, not keymap on mode-line string.
1962         * scroll-all.el (scroll-all-mode): Customize variable.  Add
1963         autoload cookie to function.
1965         * lazy-lock.el: Remove compatibility code.
1967         * finder.el (finder-known-keywords): Add `files', remove `vms'.
1968         (finder-help-echo): New variable.
1969         (finder-mouse-face-on-line): Add help-echo stuff.
1970         (finder-list-keywords, finder-list-matches): Use mapc.
1972         * faces.el (face-font-registry-alternatives): Add :version.
1974         * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
1975         tags-table-list.
1977         * net/browse-url.el (browse-url-browser-function): Update :version.
1979         * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
1980         (mail-mode): Use [:alnum:] in some regexps.
1982 2000-11-10  Dave Love  <fx@gnu.org>
1984         * ediff.el (ediff-regions-internal, ediff-documentation):
1985         * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
1986         fundamental mode.
1988         * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
1989         buffer into fundamental mode.
1990         (ediff-set-difference): Use copy-sequence if available.
1992         * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
1993         ediff-patch-map non-nil.
1994         (ediff-fixup-patch-map, ediff-fixup-patch-map)
1995         (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
1996         buffer into fundamental mode.
1998         * ediff-merg.el (state-or-merge): Defvar when compiling.
2000 2000-11-10  Jason Rumney  <jasonr@gnu.org>
2002         * w32-fns.el (w32-add-charset-info): New function.
2003         (w32-charset-info-alist): Use it.
2005 2000-11-10  Gerd Moellmann  <gerd@gnu.org>
2007         * faces.el (face-font-registry-alternatives): New user-option.
2009 2000-11-10  Stefan Monnier  <monnier@cs.yale.edu>
2011         * textmodes/texinfo.el (texinfo-block-default): New var.
2012         (texinfo-insert-block): Use it.  Insert a newline if needed.
2014         * textmodes/fill.el (fill-indent-according-to-mode): New var.
2015         (fill-region-as-paragraph): Use it.
2017         * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
2018         (latex-mode): Tweak tex-*-(head|trail)er regexps.
2019         Tweak paragraph regexps to allow a leading [ \t]*.
2020         (tex-latex-block): Insert a newline if necessary.
2021         (latex-insert-item): Only insert a newline if necessary.
2022         (tex-guess-main-file): New function.
2023         (tex-main-file): Use it.  Add arg `realfile'.  Trim `.tex'.
2024         Set tex-main-file if TeX-master is provided.
2025         (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
2027 2000-11-10  Gerd Moellmann  <gerd@gnu.org>
2029         * startup.el (command-line): Set the default tooltip-mode
2030         to t for graphical displays which implement x-show-tip.
2032         * tooltip.el (tooltip-mode): Add a comment about startup.el
2033         setting the default value of this user-option.
2035 2000-11-09  Stefan Monnier  <monnier@cs.yale.edu>
2037         * font-lock.el (font-lock-*-face) <defvar>: Move.
2038         (font-lock-defaults-alist): Mark obsolete.
2039         (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
2040         (font-lock-mode): Use define-minor-mode.
2041         (font-lock-support-mode): Tweak type to default to jit-lock-mode.
2042         (font-lock-turn-off-thing-lock): Be more explicit.
2043         (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
2044         (font-lock-syntactic-face-function): New var.
2045         (font-lock-fontify-syntactically-region): Use it.
2046         (font-lock-doc-face): New.
2048         * pcvs.el (cvs-enabledp): Ignore errors.
2049         (cvs-commit-filelist): Never query.
2050         (cvs-mode-insert): Always add a terminating / in the initial prompt.
2051         (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
2052         (cvs-do-removal): Use cvs-partition rather than delete-if.
2053         Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
2054         cvs-bury-buffer.
2056         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2057         Allow `next' to jump to after the end of the last match.
2059 2000-11-09  Gerd Moellmann  <gerd@gnu.org>
2061         * simple.el (byte-compiling-files-p): New function.
2063         * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
2064         if it is there.
2066         * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
2067         nil again.
2069         * textmodes/ispell.el (ispell-library-path): Don't call
2070         check-ispell-version when byte-compiling because that starts
2071         an ispell process, and ispell might not be installed.
2072         (toplevel): Don't set up a menu when byte-compiling.
2074         * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
2075         it, so that a boundp test can be used to determine if we're
2076         currently byte-compiling.
2078 2000-11-09  Dave Love  <fx@gnu.org>
2080         * pcvs.el (uniquify-buffer-file-name): Wrap advice in
2081         eval-after-load.
2083 2000-11-09  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2085         * ps-print.el: Patch for variable initialization when spooling.  Doc
2086         fix.
2087         (ps-output-list): Fun eliminated.
2088         (ps-begin-file, ps-begin-job): Code fix.
2090 2000-11-08  Dave Love  <fx@gnu.org>
2092         * ediff-wind.el (ediff-control-frame-parameters): Zero
2093         tool-bar-lines.
2095 2000-11-08  Gerd Moellmann  <gerd@gnu.org>
2097         * simple.el (shell-command, display-message-or-buffer)
2098         (shell-command-on-region): Mention resize-mini-windows in the doc
2099         string.
2100         (display-message-or-buffer): Take the value of resize-mini-windows
2101         into account.
2103 2000-11-07  Gerd Moellmann  <gerd@gnu.org>
2105         * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
2107         * dired.el (dired-between-files): Add `^. find' as an alternative
2108         to the regular expression, for find-dired.
2110 2000-11-06  Stefan Monnier  <monnier@cs.yale.edu>
2112         * textmodes/texnfo-upd.el: Require texinfo.
2113         (defmacro, defgroup): Remove.
2114         (texinfo-section-to-generic-alist): Remove.
2115         Use texinfo-section-list instead (i.e. level is changed string->int).
2116         (texinfo-filter): New function.
2117         (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
2118         (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
2119         Use it.  And use regexp-opt.
2120         (texinfo-find-higher-level-node, texinfo-hierarchic-level)
2121         (texinfo-update-menu-region-beginning)
2122         (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
2123         (texinfo-update-the-node, texinfo-sequentially-update-the-node)
2124         (texinfo-update-menu-same-level-regexps): Update.
2125         (texinfo-update-node, texinfo-every-node-update)
2126         (texinfo-sequential-node-update): Remove autoload cookie.
2128         * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
2129         (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
2130         (texinfo-chapter-level-regexp): Remove.
2131         (texinfo-mode): Hard code texinfo-chapter-level-regexp.
2133 2000-11-06  Dave Love  <fx@gnu.org>
2135         * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
2137         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
2138         Match defun*.
2140 2000-11-06  Kenichi Handa  <handa@etl.go.jp>
2142         * composite.el (composition-function-table): Variable declaration
2143         moved to src/composite.c.
2144         (compose-chars-after): New optional arg object.
2146 2000-11-06  Gerd Moellmann  <gerd@gnu.org>
2148         * bindings.el (mode-line-toggle-read-only)
2149         (mode-line-toggle-modified, mode-line-widen)
2150         (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
2151         (make-mode-line-mouse2-map): Rewritten.
2152         (mode-line-modified, mode-line-format, minor-mode-alist): Use new
2153         functions so that C-h k can show something with a doc string.
2155         * startup.el (fancy-splash-delay): Set to 10 seconds.
2156         (fancy-splash-max-time): New user-option.
2157         (fancy-splash-stop-time): New variable.
2158         (fancy-splash-screens): Set it.  Catch `stop-splashing'.
2159         (fancy-splash-screens-1): Throw `stop-splashing' when current
2160         time is greater than fancy-splash-stop-time.
2162 2000-11-06  Stefan Monnier  <monnier@cs.yale.edu>
2164         * vc-hooks.el (vc-insert-file): Don't assume byte==char.
2166         * pcvs.el (cvs-mode-marked): New arg `noquery'.
2167         Prompt user for a file rather than raising an error.
2168         (cvs-enabledp): Fix call to cvs-mode-marked.
2169         (cvs-insert-file): New function (extracted from cvs-mode-insert).
2170         (cvs-mode-insert): Use it.  Change the init prompt' value.
2171         (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
2173         * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
2174         Don't pass default arg to ewoc-locate.
2175         (ewoc-collect): Return result in the right order.
2177         * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
2179         * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
2180         (cvs-status-get-tags): Fix regexp.
2181         (cvs-status-trees, cvs-status-cvstrees):
2182         Combine after change hooks and don't sit-for.
2183         (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
2184         (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
2185         Use make-char rather than hard-coded cryptic data.
2186         (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
2188         * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
2190         * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
2191         (cvs-insert-strings): New function.
2193 2000-11-06  Miles Bader  <miles@lsi.nec.co.jp>
2195         * mwheel.el (mouse-wheel-scroll-amount): Renamed from
2196         `mwheel-scroll-amount'.
2197         (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
2198         (mouse-wheel-mode): Use (featurep 'xemacs) instead of
2199         string-matching against the version string.
2201 2000-11-06  Kenichi Handa  <handa@etl.go.jp>
2203         * language/thai.el ("Thai"): Set a lisp form that produces
2204         composed string in `sample-text' language info.
2206         * language/tibetan.el ("Tibetan"): Set a lisp form that produces
2207         composed string in `sample-text' language info.
2209         * international/mule-cmds.el (describe-language-environment): Eval
2210         `sample-text' data and insert the result.
2212         * international/mule-conf.el (compound-text): Define this coding
2213         system here.  Make x-ctext and ctext aliases of it.
2215         * language/european.el (compound-text, ctext): Moved to
2216         international/mule-conf.el.
2218 2000-11-05  Andrew Innes  <andrewi@gnu.org>
2220         * w32-fns.el (w32-version): New function.
2222 2000-11-05  Stefan Monnier  <monnier@cs.yale.edu>
2224         * progmodes/awk-mode.el: Update copyright.
2225         (awk-mode-abbrev-table): Remove.
2226         (awk-font-lock-keywords): Use regexp-opt.
2227         (awk-mode): Use define-derived-mode.
2229         * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
2230         when extracting a suffix.
2232 2000-11-04  Andre Spiegel  <spiegel@gnu.org>
2234         * vc-hooks.el (vc-insert-file): Rewritten.  Don't bother about
2235         auto-save-mode.
2237 2000-11-04  Jason Rumney  <jasonr@gnu.org>
2239         * language/european.el (decode-mac-roman): Test against r1 not r0.
2241 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
2243         * progmodes/icon.el (icon-mode-map): Don't rebind \t.
2244         (icon-mode): Define indent-line-function.
2245         (icon-comment-indent): Simplify.
2246         (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
2248         * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
2250         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
2251         Bind change-log-default-mode to defeat the caching done on it.
2252         Don't bother saving excursion any more.
2254         * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
2256         * frame.el (after-setting-font-hook): Rename hooks -> hook.
2257         (set-frame-font): Use the new name (and the old for compatibility).
2259         * toolbar/tool-bar.el (tool-bar-mode):
2260         * time.el (display-time-mode):
2261         * recentf.el (recentf-mode):
2262         * paren.el (show-paren-mode):
2263         * mwheel.el (mouse-wheel-mode):
2264         * msb.el (msb-mode):
2265         * jka-compr.el (auto-compression-mode):
2266         * image-file.el (auto-image-file-mode):
2267         * hl-line.el (hl-line-mode):
2268         * delsel.el (delete-selection-mode):
2269         * autoinsert.el (auto-insert-mode):
2270         * complete.el (partial-completion-mode): Drop unneeded positional args.
2272         * info.el (Info-mode):
2273         * comint.el (comint-mode): Don't bother with make-local-hook.
2275         * log-edit.el (log-edit-menu): New menu.
2277 2000-11-03  Miles Bader  <miles@gnu.org>
2279         * wid-edit.el (widget-end-of-line): Reinstate, with a new
2280         definition, so that trailing spaces are handled properly.
2281         (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
2283 2000-11-03  Gerd Moellmann  <gerd@gnu.org>
2285         * startup.el (fancy-splash-text, fancy-splash-text): Use a single
2286         tab character.
2287         (fancy-splash-screens): Set tab-width to 20.
2289 2000-11-03  Dave Love  <fx@gnu.org>
2291         * comint.el (comint-completion-addsuffix): Fix custom type.
2293 2000-11-02  Stefan Monnier  <monnier@cs.yale.edu>
2295         * font-lock.el (font-lock-buffers): Remove.
2296         (font-lock-global-modes): Define with easy-mmode-define-global-mode.
2297         (font-lock-change-major-mode): Remove.
2298         (turn-on-font-lock-if-enabled): Only apply to the current buffer.
2299         (font-lock-default-fontify-region): Extend the multiline
2300         fontification to whole lines.
2301         (font-lock-fontify-anchored-keywords)
2302         (font-lock-fontify-keywords-region): If matching just one
2303         line (with \n) only mark the \n as multiline.
2305         * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
2306         Correctly handle the case where several :group args are supplied.
2307         Allow :extra-args.
2308         (easy-mmode-define-global-mode): Allow :extra-args.
2309         Correctly handle the case where several :group args are supplied.
2311 2000-11-02  Miles Bader  <miles@gnu.org>
2313         * calendar/calendar.el (diary-face, calendar-today-face)
2314         (holiday-face): Remove dependency on `window-system'.
2316 2000-11-02  Ken Raeburn  <raeburn@gnu.org>
2318         * Makefile.in (emacs): Set EMACSLOADPATH always.
2319         (update-authors, .el.elc, compile-files): Don't do it explicitly
2320         here.
2321         (compile-files): Bomb out if compilation of a file fails.
2323 2000-11-02  Dave Love  <fx@gnu.org>
2325         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
2327 2000-11-02  Eli Zaretskii  <eliz@is.elta.co.il>
2329         * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
2330         punctuation in the warning inserted into the *mail* buffer.
2332 2000-11-02  Gerd Moellmann  <gerd@gnu.org>
2334         * emacs-lisp/authors.el (authors-public-domain-files): New variable.
2335         (authors-public-domain-p): New function.
2336         (authors-print): Use it.
2338         * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
2340         * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
2342 2000-11-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2344         * ps-print.el: Extension for even/odd printing.  Doc fix.
2345         (ps-print-version): New version number (6.3.1).
2346         (ps-even-or-odd-pages): Customization fix.
2347         (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
2348         (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
2349         (ps-page-count): Var replaced by `ps-page-column'.
2350         (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
2351         (ps-print-sheet-p): New fun.
2353 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
2355         * tooltip.el (tooltip-gud-tips-setup): New function.
2356         (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
2357         (tooltip-mode): Call tooltip-gud-tips-setup.
2358         (tooltip-gud-tips): Use `gud-basic-call' instead of
2359         process-send-string, so the prompt gets frobbed appropriately.
2360         Handle nil return value from `tooltip-gud-print-command'.
2362 2000-11-01  Eric M. Ludlam  <zappo@ultranet.com>
2364         * comint.el (comint-add-to-input-history): New function.
2365         (comint-send-input): Use `comint-add-to-input-history'.
2367 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
2369         * info.el (info-menu-header): New face.
2370         (Info-fontify-menu-headers): New function.
2371         (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
2373         * info.el (Info-insert-dir): Don't include blank lines at
2374         beginning of additional dir files (one is added automatically).
2376 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
2378         * emacs-lisp/easy-mmode.el (define-minor-mode):
2379         Revert the latest changes.
2380         Allow the three positional arguments to be skipped and replaced
2381         by keyword arguments.
2382         Add a :toggle argument to determine whether a nil arg means toggle
2383         or means turn-on.  The default is unchanged.
2384         Add a call to force-mode-line-update.
2386 2000-11-01  Dave Love  <fx@gnu.org>
2388         * emacs-lisp/elp.el (elp-restore-function): Remove autoload
2389         cookie.
2391 2000-11-01  Miles Bader  <miles@lsi.nec.co.jp>
2393         * calendar/calendar.el (diary-face, holiday-face): Add
2394         dark-background variants.
2396 2000-10-31  Sam Steingold  <sds@gnu.org>
2398         * textmodes/tex-mode.el (tex-file): Use `default-directory' when
2399         `tex-main-file' does not have directory in it.
2401 2000-10-31  Stefan Monnier  <monnier@cs.yale.edu>
2403         * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
2405 2000-10-31  Thien-Thi Nguyen  <ttn@gnu.org>
2407         * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
2408         functional change.
2410 2000-10-31  Gerd Moellmann  <gerd@gnu.org>
2412         * files.el (find-file-noselect): When we expand a wildcard, return
2413         a list of buffers, as we should do according to the doc string.
2415 2000-10-31  Ken Raeburn  <raeburn@gnu.org>
2417         * loadup.el (top level): Adjust load path if program name is
2418         "../src/bootstrap-emacs", in case it's not dumped and thus the
2419         load path adjustment hasn't already been done.
2421 2000-10-31  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2423         * ps-print.el: Fix bug on selected pages for printing.  Use
2424         `color-values' for Emacs 21.  Ensure fontification when jit-lock
2425         is on.  Try to avoid warning messages when compiling.  Doc Fix.
2426         (ps-print-version): New version number (6.3).
2427         (ps-color-device): Use `color-values' to determine if device
2428         supports color.
2429         (ps-color-values): Try to use `x-color-values' when using XEmacs.
2430         (ps-print-page-p): Changed from defsubst to defun.
2431         (ps-page-number): Changed from defmacro to defun.
2432         (ps-header-sheet, ps-header-page): Fix bug on selected pages for
2433         printing.
2434         (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
2435         (ps-end-file, ps-dummy-page): Funs eliminated.
2436         (ps-print-color-scale): Changed default value.
2437         (ps-page-n-up, ps-print-page-p): New internal vars.
2438         (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
2439         (ps-plot-region, ps-generate, ps-end-job): Code fix.
2441         * delim-col.el: Little programming improvement.
2442         (delimit-columns-str): New macro.
2443         (delimit-columns-region, delimit-columns-rectangle): Code fix.
2445 2000-10-31  Kenichi Handa  <handa@etl.go.jp>
2447         * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
2448         Moved to european.el.
2449         (ccl-encode-mac-roman-font, fontset-mac): Modified for
2450         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
2451         (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
2452         (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
2454 2000-10-30  Dave Love  <fx@gnu.org>
2456         * progmodes/cc-menus.el (imenu-generic-expression)
2457         (imenu-progress-message): Only defvar when compiling.
2459         * emacs-lisp/elp.el (elp-unload-hook): New function.
2461         * loadhist.el (unload-feature): Call elp-restore-function,
2462         checking for symbols; don't use elp-restore-all.
2463         (loadhist-hook-functions): Doc fix.
2465 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
2467         * log-edit.el (log-edit-confirm): Fix the default.
2469 2000-10-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2471         * delim-col.el: Little fix: replace delimit-columns-align-columns by
2472         delimit-columns-format.
2473         (delimit-columns-region, delimit-columns-rectangle): Code fix.
2475 2000-10-30  Miles Bader  <miles@lsi.nec.co.jp>
2477         * comint.el (comint-replace-by-expanded-history): Don't use
2478         comint-get-old-input (we're not looking at *old* input).
2479         (comint-get-old-input-default): If using fields, signal an error
2480         when the point is not in an input field.
2482 2000-10-30  Kenichi Handa  <handa@etl.go.jp>
2484         * international/mule-conf.el: New charsets mule-unicode-2500-33ff
2485         and mule-unicode-e000-ffff.
2487         * international/mule.el (decode-char, encode-char): New functions.
2488         (make-coding-system): Accept a symbol of translation table as a
2489         value of property `safe-chars'.
2491         * international/mule-cmds.el (encode-coding-char): Check property
2492         safe-chars instead of safe-charsets.
2494         * international/fontset.el (fontset-default): Modified for
2495         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
2496         (x-font-name-charset-alist): Likewise.
2497         (ccl-encode-unicode-font): New CCL program.  Record it in
2498         font-ccl-encoder-alist to be used for fonts "ISO10646-1".
2500         * language/european.el (mac-roman-decoder, mac-roman-encoder):
2501         New translation tables.
2502         (decode-mac-roman, encode-mac-roman): Definition of these CCL
2503         programs are modified and moved from mac-win.el.
2504         (mac-roman): Definition of this coding system is modified and
2505         moved from mac-win.el.
2507 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
2509         * ediff-wind.el (ediff-setup-control-frame): Enclose
2510         face-attribute in condition-case to avoid errors in older emacsen.
2512 2000-10-29  Miles Bader  <miles@gnu.org>
2514         * custom.el (custom-add-to-group): Allow multiple entries for a
2515         given value OPTION, as long as their widget types are different.
2516         * cus-edit.el (custom-face-value-create): If face name doesn't end
2517         with "face", add such here (similar to custom group widgets).
2519         * comint.el (comint-highlight-prompt): Add :type.
2521 2000-10-28  John Wiegley  <johnw@gnu.org>
2523         * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
2524         Changed this function to operate on a temporary buffer instead of
2525         the main buffer.  This not only keeps flyspell from marking a
2526         buffer as changed that wasn't, but it solves the jumpy cursor
2527         problem when attempts are made to edit incorrect words.
2528         (flyspell-maybe-correct-doubling): Same change as for
2529         `flyspell-maybe-correct-transposition'.
2531         * calendar/timeclock.el (timeclock-log): Doc fix.
2532         (timeclock-last-event): Doc fix.
2533         (timeclock-log): Kill the timelog buffer after appending a new
2534         event.
2535         (timeclock-find-discrep): Use a temp buffer to read in the
2536         timelog, instead of visiting the file.
2537         (timeclock-log-data): A new function, along with a host of helper
2538         functions, for the purpose of making timelog data accessible to
2539         programmers.
2541         * eshell/esh-mode.el (window-height test): Make certain that
2542         `eshell-stringify-t' is non-nil.
2543         (eshell-password-prompt-regexp): Changed to a much simpler
2544         password regexp.
2545         (eshell-send-input): If `eshell-invoke-directly' returns t,
2546         directly invoke the parsed command using `eval'.  This improves
2547         turn-around time on simple commands by a factor of three or
2548         greater, such as cd, ls, pwd, etc. -- which get used very often.
2549         It also conserves thousands of cons cells per call (since
2550         `eshell-do-eval' consumes memory like a Cookie Monster set loose
2551         in the Pacific Cookie Company).
2553         * eshell/esh-test.el (eshell-test): Whitespace fix.
2555         * eshell/em-ls.el (eshell-ls-insert-directory): Make
2556         `eshell-ls-initial-args' nil when inserting directory contents.
2558         * eshell/em-script.el (eshell-script-initialize): Add names to
2559         `eshell-complex-commands, since `source' and `.' are complex.
2561         * eshell/esh-cmd.el (eshell-rewrite-for-command)
2562         (eshell-rewrite-while-command): Use `eshell-protect' instead of
2563         `eshell-copy-handles'.
2564         (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
2565         bodies.
2566         (eshell-separate-commands): Whitespace fix.
2567         (eshell-complex-commands): Added a new list of names, for
2568         determining whether a given command is as simple as it looks.
2569         (eshell-invoke-directly): New function.  Returns t if a command
2570         should be invoked directly (using `eval'), rather than indirectly
2571         using `eshell-do-eval'.
2572         (eshell-do-eval): Whitespace fix.
2574         * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
2575         which provides an emulation of the DOS shell behavior of assuming
2576         that cp/mv/ln should copy/move/link to the current directory.
2577         (eshell-remove-entries): Added a doc string.
2578         (eshell-shuffle-files): Removed the check for `target' being null.
2579         (eshell-mvcp-template, eshell-mvcpln-template): Renamed
2580         `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
2581         it to do a smarter check of whether a destination was provided.
2582         (eshell/mv, eshell/cp): Enable `:preserve-args'.
2583         (eshell/ln): Enable `:preserve-args', and use
2584         `eshell-mvcpln-template' to implement the body of the function.
2585         (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
2586         (eshell/du, eshell/diff, eshell/locate): Stringify the argument
2587         list after flattening it.  This makes it possible to cat files
2588         with numerical names.
2589         (eshell-unix-initialize): Added several names to
2590         `eshell-complex-commands.
2591         (eshell-unix-command-complex-p): Return t if a given command name
2592         may result in external processes being invoked.
2594         * eshell/em-glob.el (eshell-glob-show-progress): Make this
2595         variable nil by default, since it slows down glob processing by a
2596         factor of two or more, and increases memory consumption.
2598         * eshell/em-smart.el: Added a note about how memory consumptive
2599         smart display mode can be (at least this is true in Emacs 21).
2600         (eshell-smart-initialize): Whitespace fix.
2601         (eshell-refresh-windows): Use `if' instead of `when'.
2602         (eshell-smart-scroll-window): Calling `save-current-buffer' was
2603         not necessary.
2604         (eshell-currently-handling-window): Added a missing global
2605         variable.
2607         * eshell/em-ls.el (eshell-do-ls): Code simplification.
2608         (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
2609         Whitespace fix.
2610         (eshell-ls-exclude-hidden): Added this variable in addition to
2611         `eshell-ls-exclude-regexp'.  This one prevents files beginning
2612         with . from even being read, which can improve memory consumption
2613         quite a bit.
2614         (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
2615         read file entries beginning with a dot.  In home directories with
2616         lots of hidden files, fully two-thirds of the time spent in ls is
2617         used to read directory entries that are immediately thrown away.
2618         (eshell-ls-initial-args): Added back this configuration variable,
2619         for specifying default initial arguments to every call to ls.
2620         Much faster than using an alias to do the same thing.
2621         (eshell-do-ls): Use `eshell-ls-initial-args', if set.
2622         (eshell-ls-dir): Whitespace change.
2624         * eshell/em-dirs.el (eshell/pwd): Small code simplification.
2626         * eshell/esh-util.el: Don't require `ange-ftp' if it's not
2627         available.
2628         (eshell-stringify-t): Added a customization variable, to indicate
2629         whether `t' should be rendered as a string at all.  If not, one
2630         can still determine if the result of an expression is true using
2631         "file-exists-p FILE && echo true".
2632         (eshell-stringify): If `eshell-stringify-t' is nil, don't
2633         stringify t!
2635         * eshell/esh-module.el: Whitespace fix.
2637         * eshell/em-alias.el (eshell-alias-initialize): Added
2638         `eshell-command-aliased-p' to `eshell-complex-commands'.
2639         (eshell-command-aliased-p): New function that returns t if a
2640         command name names an aliased.
2642 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
2644         * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
2645         redrawing the screen when changing cursor color.
2646         (viper-insert-state-pre-command-sentinel)
2647         (viper-replace-state-pre-command-sentinel)
2648         (viper-replace-state-post-command-sentinel):
2649         Use viper-preserve-cursor-color.
2650         Many functions changed to use viper= instead of = when comparing
2651         characters.
2652         * viper-util.el (viper-memq-char,viper=): New functions for
2653         working with characters.
2654         (viper-change-cursor-color): Fixed buglet.
2655         Many functions changed to use viper= instead of = when comparing
2656         characters.
2657         * viper.el (viper-insert-state-mode-list): Added eshell.
2659         * ediff-init.el (ediff-before-setup-hook): New hook.
2660         Several typos fixed in various docstrings.
2661         * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
2662         * ediff-nult.el (ediff-before-session-group-setup-hooks): New
2663         hook.
2664         (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
2665         * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
2666         (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
2667         (ediff-get-selected-buffers): New function.
2668         * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
2669         (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
2670         save-window-excursion.
2671         * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
2672         termination check in while loop.
2673         * ediff.el (ediff-get-default-file-name): Better defaults when in
2674         dired buffer.
2675         (ediff-files,ediff-merge-files,ediff-files3)
2676         (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
2678 2000-10-28  Dave Love  <fx@gnu.org>
2680         * info.el (Info-fontify-node): Add help-echo for menu items.
2682 2000-10-28  Eli Zaretskii  <eliz@is.elta.co.il>
2684         * startup.el (normal-top-level): If the value of $TERM indicates
2685         we are running from xterm or one of its work-alikes, default to a
2686         light background mode.
2688         Support for -fg, -bg, and -rv command-line arguments for TTYs:
2689         * faces.el (tty-handle-reverse-video): New function.
2690         (tty-create-frame-with-faces): Call it.
2692         * frame.el (frame-notice-user-settings): Don't apply
2693         default-frame-alist and initial-frame-alist to MS-DOS frames.
2694         Call tty-handle-reverse-video, frame-set-background-mode, and
2695         face-set-after-frame-default for non-MS-DOS frames.
2697         * startup.el (tty-long-option-alist): New variable.
2698         (tty-handle-args): New function.
2699         (command-line): Call tty-handle-args.
2701         * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
2702         startup.el now does that for all character-terminal frames.
2704 2000-10-28  Miles Bader  <miles@gnu.org>
2706         * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
2707         `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
2708         global.  If :global is followed by a non-nil but non-t value,
2709         make the mode buffer-local, but also generate a `global-MODE'
2710         version using `easy-mmode-define-global-mode'.  Add
2711         :conditional-turn-on keyword argument.
2713 2000-10-28  Dave Love  <fx@gnu.org>
2715         * international/latin1-disp.el (latin1-char-displayable-p): Don't
2716         use window-system.
2718 2000-10-27  Eli Zaretskii  <eliz@is.elta.co.il>
2720         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
2721         Don't call find-buffer-file-type-coding-system.  Instead, just
2722         set eol-type to -unix if inhibit-eol-conversion is in effect, or
2723         if the file is on an untranslated filesystem.
2724         (add-untranslated-filesystem): Use "D" instead of "f" inside
2725         interactive.
2727 2000-10-27  Dave Love  <fx@gnu.org>
2729         * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
2730         (refill-mode): Use it.
2732 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
2734         * international/quail.el (quail-activate): Don't make-local-hook.
2736 2000-10-27  Andre Spiegel  <spiegel@gnu.org>
2738         * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
2739         manual backups and file.~<rev>.~ for automatic ones.
2740         (vc-make-version-backup): Don't do it on MS-DOS without long file
2741         names.
2743         * vc.el (vc-version-other-window): If an automatic backup of the
2744         desired version exists, rename it instead of copying it.
2746         * vc-cvs.el (vc-cvs-checkin): Check both status and error message
2747         after command.  If there's an unexpected error, signal it instead
2748         of being silent.
2749         (vc-cvs-merge-news): Be prepared for no news at all.
2751 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
2753         * shell.el (shell): Add BUFFER argument.
2754         * comint.el (make-comint-in-buffer): New function.
2755         (make-comint): Use it.
2757         * faces.el (face-spec-choose): Change syntax so that the list of
2758         attribute-value pairs is now the cdr of each clause, not the cadr.
2759         Detect old-style entries, and handle them.  Use pop.
2761 2000-10-26  Stefan Monnier  <monnier@cs.yale.edu>
2763         * cus-edit.el (custom-mode-map): Use a sparse map.
2764         (custom-mode): Don't bother with make-local-hook.
2766         * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
2768         * vc.el (vc-start-entry): Only erase the buffer if comment is set.
2770 2000-10-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2772         * ps-print.el: Avoid compilation gripes.
2773         (ps-print-version): New version number (6.2.1).
2775 2000-10-26  Dave Love  <fx@gnu.org>
2777         * menu-bar.el: Modify some menu item help strings.
2778         (menu-bar-help-menu): Add link to MORE.STUFF.
2780         * cus-edit.el (custom-mode): Add `special' mode-class property.
2782         * wid-browse.el (widget-browse-mode): Likewise.
2784         * wid-edit.el (widget-specify-field): Revert to using local-map
2785         property, not keymap.
2787 2000-10-26  Miles Bader  <miles@lsi.nec.co.jp>
2789         * wid-edit.el (widget-field-end): When checking for a `boundary'
2790         field, do so in the correct buffer.
2792         * simple.el (undo): Correctly distinguish between numeric and
2793         non-numeric prefix args in non-transient-mark-mode, as per the doc
2794         string.  When in transient-mark-mode, treat all prefix-args as
2795         numeric.
2797         * simple.el (previous-matching-history-element): Miscellaneous cleanup.
2798         Position point on match.  Handle N == 0 correctly.
2800         * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
2801         (comint-mode-map): Reverse order of `comint-write-output' and
2802         `comint-append-output-to-file'.
2803         (comint-append-output-to-file): Reinstate this function, for the
2804         benefit of the menu.
2806 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
2808         * vc.el (vc-version-other-window): Bind `file'.
2810 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
2812         * Makefile.in (update-authors): New target for maintenance purposes.
2814         * emacs-lisp/authors.el (batch-update-authors): New function.
2815         (authors-fixed-entries): New defconst.
2816         (authors-add-fixed-entries): New function.
2817         (authors): Call it.: Don't process lispref/.
2819 2000-10-25  Jason Rumney  <jasonr@gnu.org>
2821         * cus-edit.el (custom-button-face, custom-button-pressed-face):
2822         Merge x w32 and mac definitions.
2824 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
2826         * menu-bar.el (menu-bar-options-menu): Add a help string for
2827         `uniquify'.
2829 2000-10-25  Stephen Gildea  <gildea@alum.mit.edu>
2831         * time-stamp.el (time-stamp-string-preprocess):
2832         Fix a wrong type argument error.
2834 2000-10-25  Miles Bader  <miles@gnu.org>
2836         * recentf.el (recentf-mode): Variable removed.
2837         (recentf-mode): Use `define-minor-mode'.
2839         * mwheel.el (mouse-wheel-mode): New global minor mode.
2840         (mwheel-install): Use `mouse-wheel-mode'.
2842 2000-10-25  Dave Love  <fx@gnu.org>
2844         * progmodes/cperl-mode.el (cperl-mode):
2845         Set normal-auto-fill-function correctly.
2847         * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
2848         inherit from global-map and don't nullify menu-bar and tool-bar
2849         bindings.
2851 2000-10-25  Miles Bader  <miles@lsi.nec.co.jp>
2853         * wid-edit.el (widget-field-at): New function.
2854         (widget-at, widget-field-activate): Use it.
2855         (widget-tabable-at): Use `widget-at'.
2856         (widget-specify-field): If the terminating character of the widget
2857         field (which is read-only) is a newline, put it into a special
2858         `boundary' field so that C-n/C-p act more naturally.
2859         (widget-field-end): Also don't subtract one if a special
2860         `boundary' field has been added after the widget field.
2862         * comint.el (comint-output-filter, comint-send-input): Don't
2863         bother adding stickiness fields to overlays to fool the field
2864         code, since it should notice the overlay insertion-types now.
2866         * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
2867         Replace with aliases of the normal emacs b-o-l/e-o-l functions.
2868         (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
2870 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
2872         * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
2873         (authors): Set file coding system to iso-2022-7bit.  Add
2874         file-local variables to output buffer.
2876         * files.el (after-find-file): Don't print any warnings if
2877         WARN is nil.
2879 2000-10-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2881         * ps-print.el (ps-generate): Fix odd/even pages printing bug.
2883         * delim-col.el: Now there is a column formatting mechanism.
2884         Modified to customization mechanisms convention.  Doc fix.
2885         (columns): New group for delim-col.
2886         (delimit-columns-before, delimit-columns-after)
2887         (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
2888         (delimit-columns-end): New vars.
2889         (delimit-columns-customize, delimit-columns-format): New funs.
2890         (delimit-columns-region, delimit-columns-rectangle)
2891         (delimit-columns-rectangle-line): Modified to support column
2892         formatting.
2894 2000-10-24  Dave Love  <fx@gnu.org>
2896         * log-edit.el (log-edit): Add :version and a :group for vc.
2898 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
2900         * files.el (after-find-file): Don't print a message ``New file''
2901         if WARN is nil.
2903         * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
2904         the tool-bar map as nil, as for the menu-bar.  Otherwise, we'll
2905         get duplicate tool-bar entries because we'll see the global ones
2906         on more than one path through keymaps.
2908         * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
2910         * progmodes/cmacexp.el: Change Francesco's email address.
2912 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
2914         * window.el (fit-window-to-buffer): Adjust point of the window
2915         buffer, not that of the current buffer.
2917 2000-10-24  Eli Zaretskii  <eliz@is.elta.co.il>
2919         * progmodes/cmacexp.el: Update the euthor's email address.
2921 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
2923         * faces.el (face-spec-set-match-display): Add `graphic' display
2924         type (the inverse of `tty').  Use `display-graphic-p' instead of
2925         the window-system variable.
2927 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
2929         * international/isearch-x.el (isearch-with-input-method): Call
2930         input-method-function with the first event in
2931         unread-command-events.
2933 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
2935         * faces.el (face-default-spec, face-user-default-spec): Make
2936         defsubsts.
2938 2000-10-24  Andrew Choi  <akochoi@i-cable.com>
2940         * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
2941         New charsets.
2943         * term/mac-win.el: Remove definitions of mac-roman-lower and
2944         mac-roman-upper, require dired, and define instead of set
2945         mac-ready-for-drag-n-drop to avoid compilation error.
2947 2000-10-23  Andrew Innes  <andrewi@gnu.org>
2949         * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
2950         superfluous calls to subst-char-in-string; instead apply
2951         expand-file-name after convert-standard-filename to ensure
2952         expected directory separators are used.
2954 2000-10-23  Eli Zaretskii  <eliz@is.elta.co.il>
2956         * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
2958 2000-10-23  Dave Love  <fx@gnu.org>
2960         * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
2961         (tool-bar-add-item): Set foreground and background for XBM icons.
2963         * international/latin1-disp.el (latin1-char-displayable-p): New
2964         function (from Handa).
2965         (latin1-display-check-font): Use it.
2967         * imenu.el (imenu--create-keymap-2): Build menu with menu-item
2968         using :key-sequence, making it much more usable.  Use nconc, not
2969         append.
2970         (imenu--create-keymap-1): Avoid append.
2972         * textmodes/refill.el: Remove bits redundant with define-minor-mode.
2974 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
2976         [the following changes fix a bug where `define-minor-mode' didn't
2977         correctly generate :require clauses for defcustoms in compiled files]
2978         * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
2979         (byte-compile-log-file, byte-compile-log-1): Don't set
2980         `byte-compile-current-file' to nil.  Instead set
2981         `byte-compile-last-logged-file' to it.  Test whether
2982         byte-compile-current-file equals byte-compile-last-logged-file
2983         instead of whether its nil.
2984         (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
2986 2000-10-23  Stefan Monnier  <monnier@cs.yale.edu>
2988         * textmodes/refill.el: Fix var names in doc.
2989         (refill-mode): Don't bother with make-local-hook anymore.
2991 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
2993         * faces.el (face-user-default-spec, face-default-spec): New functions.
2994         (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
2995         (frame-set-background-mode, face-set-after-frame-default):
2996         Use `face-user-default-spec'.  Simplify code slightly.
2998         * woman.el (woman-italic-face, woman-bold-face)
2999         (woman-unknown-face): Add dark-background variants.
3000         (woman-default-faces): Renamed from `woman-colour-faces'.
3001         Set using the stored defaults, rather than using hard-wired colors.
3002         (woman-monochrome-faces): Renamed from `woman-black-faces'.
3003         Just make the foreground `unspecified' rather than "black".
3004         (woman-menu): Rename menu entries accordingly.
3006         * faces.el (header-line): Make more reasonable on mono/grayscale
3007         displays.
3009 2000-10-23  Andrew Choi  <akochoi@i-cable.com>
3011         * cus-edit.el (custom-button-face): Use 3D look for mac.
3012         (custom-button-pressed-face): Likewise.
3014         * faces.el (set-face-attributes-from-resources): Handle mac frames
3015         in the same way as x and w32 frames.
3016         (face-valid-attribute-values): Likewise.
3017         (read-face-attribute): Likewise.
3018         (defined-colors): Likewise.
3019         (color-defined-p): Likewise.
3020         (color-values): Likewise.
3021         (display-grayscale-p): Likewise.
3022         (face-set-after-frame-default): Likewise.
3023         (mode-line): Same default face as for x and w32.
3024         (tool-bar): Likewise.
3026         * frame.el: Remove call to frame-notice-user-settings at end of
3027         the file.
3029         * info.el (Info-fontify-node): make underlines invisible for mac
3030         as for x, pc, and w32 frame types.
3032         * term/mac-win.el: New file.
3034 2000-10-22  Dave Love  <fx@gnu.org>
3036         * textmodes/refill.el: New file.
3038 2000-10-22  Andre Spiegel  <spiegel@gnu.org>
3040         * vc-hooks.el (vc-version-backup-file-name): New optional args
3041         MANUAL and REGEXP.
3042         (vc-delete-automatic-version-backups, vc-make-version-backup):
3043         New functions.
3044         (vc-before-save): Use the latter.
3045         (vc-default-make-version-backups-p): Added `-p' suffix to avoid
3046         confusion.
3048         * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
3049         expected by vc[-hooks].el.
3051         * vc.el (vc-checkout): Added `-p' suffix in call to
3052         vc-make-version-backups-p; use vc-make-version-backup to actually
3053         make the backup.
3054         (vc-version-other-window, vc-version-backup-file): Handle both
3055         automatic and manual backups.
3056         (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
3057         of all of them.
3059 2000-10-22  Miles Bader  <miles@gnu.org>
3061         * comint.el (comint-highlight-input, comint-highlight-prompt):
3062         Renamed, `-face' at end removed.
3063         (comint-send-input, comint-output-filter): Use renamed faces.
3065         * window.el (fit-window-to-buffer): Change defaulting of
3066         MAX-HEIGHT slightly.
3068         * faces.el (color-values, color-defined-p): Use `member', not
3069         `memq', because it works correctly for strings.
3070         (frame-set-background-mode): Actually, "unspecified-fg" and
3071         "unspecified-bg" *are* strings.  Use `member', not `memq', and
3072         `equal', not `eq', when a string value is possible.
3074 2000-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
3076         * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
3078 2000-10-21  Stefan Monnier  <monnier@cs.yale.edu>
3080         * progmodes/sh-script.el (sh-mode-map): Remove bindings for
3081         sh-electric-rparen, sh-electric-less and sh-electric-hash.
3082         (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
3083         (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
3084         (sh-font-lock-syntactic-keywords): Use them.
3085         (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
3086         (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
3087         (sh-mode): Don't override font-lock-unfontify-region-function.
3088         Use a copy of sh-font-lock-syntactic-keywords.
3089         (sh-set-shell): Don't set sh-electric-rparen-needed-here.
3090         Don't call sh-scan-buffer since font-lock does it on the fly.
3091         (sh-get-indent-info): Use `face' rather than `syntax-table'
3092         text-property to detect here-documents.
3093         Replace sh-special-syntax with sh-st-punc.
3094         (sh-prev-line): Use `face' rather than `syntax-table'
3095         text-property to skip over here-documents.
3096         (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
3097         (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
3098         (sh-electric-less, sh-set-here-doc-region)
3099         (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
3100         (sh-scan-buffer, sh-rescan-buffer): Remove.
3102 2000-10-21  Andrew Innes  <andrewi@gnu.org>
3104         * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
3105         remote (ange-ftp) file names.
3107 2000-10-21  Miles Bader  <miles@gnu.org>
3109         * window.el (fit-window-to-buffer): New function.
3110         (shrink-window-if-larger-than-buffer): Use it.
3111         (window-text-height): Don't expect minibuffers to have mode-lines.
3113         * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
3114         * international/quail.el (quail-update-guidance): Use
3115         `fit-window-to-buffer' instead of `set-window-text-height'.
3117         * international/quail.el (quail-show-guidance-buf): Make sure
3118         guidance window really has enough room.
3119         (quail-update-guidance): If quail-guidance-win is already shown,
3120         make sure its height is OK.
3122         * window.el (window-text-height, set-window-text-height):
3123         New functions.
3124         (shrink-window-if-larger-than-buffer): Use `window-text-height'
3125         instead of `window-height' & `mode-line-window-height-fudge'.
3126         (mode-line-window-height-fudge): Add FACE parameter.
3127         * help.el (resize-temp-buffer-window): Use `set-window-text-height'
3128         instead of `enlarge-window' & `mode-line-window-height-fudge'.
3130 2000-10-20  Miles Bader  <miles@gnu.org>
3132         * window.el (height-affecting-face-attributes): Use `defconst'.
3134         * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
3135         New function, conditionally aliased to `mode-line-window-height-fudge'.
3136         (ispell-help): Use it.
3137         (ispell-choices-win-default-height): Don't include mode-line fudge.
3138         (ispell-choices-win-default-height): New function.
3139         (ispell-show-choices, ispell-command-loop): Use function
3140         `ispell-choices-win-default-height' instead of variable.
3142 2000-10-20  Miles Bader  <miles@lsi.nec.co.jp>
3144         * window.el (mode-line-window-height-fudge): New variable.
3145         (height-affecting-face-attributes): New variable.
3146         (mode-line-window-height-fudge): New function.
3147         (shrink-window-if-larger-than-buffer): Use it.
3148         * help.el (resize-temp-buffer-window): Likewise.
3150         * info.el (Info-fontify-node): Add support for @subsubsection
3151         titles, which use `Info-title-4-face'.
3152         (Info-title-4-face): New face.
3153         (Info-title-3-face): Inherit from Info-title-4-face instead of
3154         variable-pitch.
3156 2000-10-19  Jason Rumney  <jasonr@gnu.org>
3158         * dired.el (dired-insert-directory): Do not let errors signalled by
3159         attempt to run dired-free-space-program prevent dired from working.
3161 2000-10-19  Stefan Monnier  <monnier@cs.yale.edu>
3163         * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
3165 2000-10-19  Gerd Moellmann  <gerd@gnu.org>
3167         * dirtrack.el (dirtrack): Fix call to run-hooks.
3169         * cmuscheme.el (cmuscheme-program-name): Renamed from
3170         scheme-program-name because xscheme.el contains a defcustom with
3171         the same name.  As a consequence, customizing group `cmuscheme'
3172         loaded `xscheme' which redefined run-scheme.
3173         (run-scheme): Use cmuscheme-program-name.
3175         * ps-print.el (ps-print-emacs-type): Move into the
3176         eval-and-compile.
3178         * play/doctor.el (doctor-death): Update the Samaritans'
3179         anonymous address, and add a website for Befrienders International.
3181 2000-10-19  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3183         * ps-print.el: Even/odd pages fix.  Fix little bug on XEmacs.
3184         Avoid compilation gripes.  Doc fix.
3185         (ps-print-version): New version number (6.2).
3186         (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
3187         (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
3188         (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
3189         (ps-x-extent-priority, ps-x-extent-start-position)
3190         (ps-x-face-font-instance, ps-x-find-coding-system)
3191         (ps-x-font-instance-properties, ps-x-make-color-instance)
3192         (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
3193         avoid compilation gripes without defining functions.
3194         (ps-e-find-composition): Alias for function find-composition, to have a
3195         suitable function depending on Emacs version.
3196         (ps-color-device, ps-color-values, ps-face-foreground-name)
3197         (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
3198         (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
3199         (ps-print-ensure-fontified): Function definitions surrounded by
3200         `eval-and-compile' to avoid compilation gripes.
3201         (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
3202         by symbol-value to avoid compilation gripes.
3203         (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
3204         (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
3206 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
3208         * startup.el (normal-top-level): Call `frame-set-background-mode'
3209         after `frame-notice-user-settings' because the latter doesn't call
3210         the former on a tty.
3212         * faces.el (frame-set-background-mode): `unspecified' &c are
3213         symbols, not strings.
3215 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
3217         * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
3218         why some "light*" colors are deliberately absent from the alist.
3220         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
3221         Change colors for tty's, as suggested by Miles Bader.
3223 2000-10-19  Kenichi Handa  <handa@etl.go.jp>
3225         * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
3226         (ccl-encode-mule-unicode-0100-24ff): New CCL program.  Register it
3227         for ISO10646-1 fonts.
3228         (x-font-name-charset-alist): Add an entry for "iso10646-1".
3230 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
3232         * faces.el (frame-set-background-mode): If a tty frame defines a
3233         background color, use that to compute the background mode, instead
3234         of always defaulting to "dark".
3236 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
3238         * comint.el (comint-write-output): New function.
3239         (comint-mode-map): Add it to the menu.
3240         Bind `C-c C-s' to comint-write-output.
3242 2000-10-18  Gerd Moellmann  <gerd@gnu.org>
3244         * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
3245         Use fancy-splash-delay.
3247 2000-10-18  Alex Schroeder  <alex@gnu.org>
3249         * progmodes/sql.el (sql-sybase-options): New option.
3250         (sql-sybase): Use it.  Add sql-database to the list of parameters
3251         provided for login.  The options -w 2048 -n are not used any more.
3253         * comint.el (comint-read-input-ring): Bugfix such that the first
3254         and the last entry of the input ring file are not lost.
3256 2000-10-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3258         * ps-print.el: Internal variable changes to defcustom,
3259         make-local-hook changes to defvar.  Doc fix.
3260         (ps-print-version): New version number (6.1).
3261         (ps-setup, ps-do-despool): Code fix.
3262         (ps-printer-name): Customization fix.
3263         (ps-printer-name-option): Now is a defcustom instead of an
3264         internal variable.
3265         (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
3266         (ps-print-begin-column-hook): Now are defvar instead of
3267         make-local-hook.
3269 2000-10-18  Miles Bader  <miles@gnu.org>
3271         * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
3272         (comint-kill-output): Changed into an alias for `comint-delete-output',
3273         and made obsolete.
3274         (comint-mode-map): Rename references to comint-kill-output.
3276 2000-10-18  Eli Zaretskii  <eliz@is.elta.co.il>
3278         * diff-mode.el (diff-header-face, diff-file-header-face)
3279         (diff-changed-face): Add bold and italic attributes to tty faces.
3280         (diff-function-face): New face.
3281         (diff-font-lock-keywords): Use it.
3283 2000-10-18  Miles Bader  <miles@lsi.nec.co.jp>
3285         * comint.el (comint-output-filter): Fixup comint-last-input-end too.
3286         Remove commented-out call to force-mode-line-update.
3287         (comint-kill-output): Use `forward-line 0' instead of
3288         beginning-of-line to make sure we get past the prompt.
3290 2000-10-17  Stefan Monnier  <monnier@cs.yale.edu>
3292         * diff-mode.el (diff-header-face, diff-file-header-face):
3293         Add specific setting for dark background.
3294         (diff-context-face): Renamed from diff-comment-face.
3295         Set explicitly rather than inheriting from font-lock-comment-face.
3297 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
3299         * startup.el (command-line): Move the code which sets the default
3300         TTY colors to before before-init-hook.
3302 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
3304         * jit-lock.el (jit-lock-stealth-time): Doc fix.
3306 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
3308         * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
3309         extensions, for MS-DOS.
3311         * diff-mode.el (diff-header-face, diff-file-header-face)
3312         (diff-changed-face): Define tty-specific colors.
3314 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
3316         * startup.el (fancy-splash-text): Realign the text.
3318 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
3320         * font-lock.el (font-lock-comment-face): Define a separate default
3321         for dark-background tty's.
3323 2000-10-17  Miles Bader  <miles@gnu.org>
3325         * help.el (resize-temp-buffer-window): Add hack to avoid last line
3326         being obscured by whizzy mode-lines on graphics displays.
3328 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
3330         * info.el (Info-title-1-face, Info-title-2-face)
3331         (Info-title-3-face): Define colors for tty's.
3332         (info-header-node): Remove unneeded tty-specific definition.
3334 2000-10-16  Eli Zaretskii  <eliz@is.elta.co.il>
3336         * term/pc-win.el (msdos-handle-reverse-video): Don't remove
3337         reverse from the frame parameters, and don't invert foreground and
3338         background colors.
3340 2000-10-16  Miles Bader  <miles@gnu.org>
3342         * info.el (Info-set-mode-line): Use `%b' instead of hardwired
3343         string "*Info*".  Call propertized-buffer-identification to spruce
3344         up the result.
3346 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
3348         * help.el: Provide `help' for the sake of define-minor-mode
3349         which generates defcustoms with requires.
3351         * jit-lock.el (jit-lock-after-change): If we're in text that
3352         matches a multi-line font-lock pattern, make sure the whole text
3353         will be redisplayed.
3355         * emacs-lisp/authors.el (authors-add): Don't add an entry if
3356         author's name is unknown.
3358         * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
3359         * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
3360         * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
3361         * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
3362         * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
3363         * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
3364         * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
3365         * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
3366         * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
3367         Add author information.
3369 2000-10-16  Miles Bader  <miles@lsi.nec.co.jp>
3371         * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
3372         * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
3373         full-color version (using the Gimp) to eliminate dithering artifacts.
3375 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
3377         * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
3379         * simple.el (syntax-flag-table, string-to-syntax): Remove.
3381 2000-10-15  Dave Love  <fx@gnu.org>
3383         * progmodes/sh-script.el: Require skeleton and comint when
3384         compiling.
3386         * pcomplete.el (pcomplete) <defgroup>: Add :version.
3388         * whitespace.el: Doc fixes.
3389         (top-level): Don't add hooks here.
3390         (whitespace-running-emacs): Deleted.
3391         (timer): Don't require.
3392         (whitespace): Add back :version conditional on xemacs test.
3393         (whitespace-spacetab-regexp, whitespace-indent-regexp)
3394         (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
3395         (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
3396         (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
3397         Avoid specific xemacs test.
3398         (whitespace-global-mode): New option.
3399         (whitespace-global-mode): New command.
3400         (whitespace-unload-hook): New function.
3402         * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
3403         (Info-fontify-node, Info-goto-node, Info-mode-menu)
3404         (Info-fontify-node): `Goto' goes to `Go to'.
3405         (Info-fontify-node): Add help-echo to xref links.
3407 2000-10-15  Eli Zaretskii  <eliz@is.elta.co.il>
3409         * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
3411 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
3413         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
3414         Use plist-get and allow :inherit.
3416         * emacs-lisp/cl-macs.el (cl-do-arglist):
3417         Use plist-get and plist-member instead of memq.
3419         * emacs-lisp/ewoc.el (ewoc-location): New function.
3420         (ewoc-enter-after, ewoc-enter-before): Document return value.
3421         * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
3422         Don't need make-local-hook any more.
3423         (cvs-addto-collection): Return the new tin.
3424         (cvs-mode-insert): Jump to the new line.
3426         * jit-lock.el (jit-lock-fontify-buffer): Remove.
3428         * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
3430         * font-lock.el (font-lock-syntactically-fontified): New var.
3431         (font-lock-fontify-syntactic-keywords-region): Use it.
3432         (font-lock-mode): Fix docstring.  Don't need make-local-hook anymore.
3434         * diff-mode.el (diff-find-file-name): Fix regexp.
3436         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
3437         (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
3439         * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
3440         (sh-mode-syntax-table): Add punctuation syntax for < and >.
3441         (sh-mode): Don't make all vars local here.
3442         (sh-kw): Reformat.
3443         (sh-set-shell): Use dolist.  Don't set indent-region-function.
3444         (sh-mode-syntax-table): Use pop.
3445         (sh-remember-variable): Use push.
3446         (sh-help-string-for-variable): Use memq.
3447         (sh-safe-backward-sexp): Remove.
3448         (sh-safe-forward-sexp): Add ARG.
3449         (sh-get-indent-info, sh-prev-stmt): Use it.
3450         (sh-prev-line): Simplify by using forward-comment.
3451         (sh-this-is-a-continuation): Simplify.
3452         (sh-learn-buffer-indent): Use dolist.
3453         (sh-do-nothing): Remove.
3454         (sh-set-char-syntax, sh-set-here-doc-region):
3455         Use inhibit-modification-hooks.
3456         (sh-name-style): Use mapcar and push.
3457         (sh-load-style): Use dolist.
3458         (sh-save-styles-to-buffer): Use with-current-buffer and pp.
3459         (sh-case, sh-while-getopts): Use propertize directly rather
3460         than sh-electric-rparen.
3462 2000-10-14  Stefan Monnier  <monnier@cs.yale.edu>
3464         * textmodes/tex-mode.el: Require CL when compiling.
3465         (tex-mode-syntax-table): Init immediately.
3466         (tex-mode-map): Bind M-RET to latex-insert-item.
3467         (latex-mode): Set indent-line-function to latex-indent.
3468         (tex-common-initialization): Don't setup the syntax-table any more.
3469         (latex-insert-item): New skeleton.
3470         (tex-next-unmatched-end): Fix copy/paste braino.
3471         (latex-syntax-after, latex-skip-close-parens, latex-down-list)
3472         (latex-indent, latex-find-indent): New functions.
3473         (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
3474         (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
3475         (tex-compilation-parse-errors): Use with-syntax-table.
3477 2000-10-15  Miles Bader  <miles@gnu.org>
3479         * font-lock.el (font-lock-comment-face): Change dark-background,
3480         color, non-tty, default to `chocolate1'.
3482 2000-10-13  John Wiegley  <johnw@gnu.org>
3484         * eshell/esh-util.el (require): Added a missing `require' form,
3485         needed when compiling (for an ange-ftp macro definition).
3487 2000-10-13  Dave Love  <fx@gnu.org>
3489         * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
3491 2000-10-13  Gerd Moellmann  <gerd@gnu.org>
3493         * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
3494         fix.
3496         * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
3497         transparent -colors 8).
3499 2000-10-13  Stephen Gildea  <gildea@alum.mit.edu>
3501         * time-stamp.el (time-stamp): Fixed bug in new multi-line code
3502         that breaks with old list format timestamps.
3503         (time-stamp-warn-inactive, time-stamp-old-format-warn)
3504         (time-stamp-count, time-stamp-conversion-warn): Improved doc
3505         strings.
3507 2000-10-13  John Wiegley  <johnw@gnu.org>
3509         * align.el, pcomplete.el, calendar/timeclock.el,
3510         eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
3512         * calendar/timeclock.el (timeclock-find-discrep): A fix to some
3513         faulty math, where holiday hours were being computing as seconds.
3515 2000-10-13  John Wiegley  <johnw@gnu.org>
3517         * desktop.el (desktop-buffer-modes-to-save): Added a global for
3518         specifying what "other" kinds of buffers should be saved.  This
3519         used to be hard-coded.
3520         (desktop-buffer-misc-functions): A global for specifying how
3521         auxiliary data should be determined for special buffer types.
3522         (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
3523         instead of hard-coding the special buffer types.
3524         (desktop-save): Run `desktop-buffer-misc-functions' to gather
3525         auxiliary data, instead of hard-coding for Info buffers and dired.
3526         (desktop-buffer-info-misc-data): Aux function for determining Info
3527         buffer auxiliary info.
3528         (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
3529         (desktop-buffer-info): Changed this function to use the info
3530         gathered above.
3531         (desktop-create-buffer): Be a little more careful about what
3532         `minor-mode' means before calling it.  This is important for some
3533         buffer types.
3535 2000-10-13  John Wiegley  <johnw@gnu.org>
3537         * eshell/esh-util.el: Added a global form which declares an
3538         autoload for `parse-time-string', if that function is not already
3539         defined, and if parse-time.el is available on the user's system.
3541         * eshell/em-ls.el (eshell-ls-applicable): Extended this function
3542         to be aware of ange-ftp user info.
3543         (eshell-do-ls): Bind `ange-cache'.  Also, use
3544         `eshell-file-attributes'.
3545         (eshell-ls-annotate): Use `eshell-file-attributes'.
3546         (eshell-ls-file): Made the user-id printing code a bit smarter.
3548         * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
3549         allow identification of alias user ids in remote directories.
3550         It's manual, but there's no other way to know when the current
3551         user on the local machine, is also the owning user on the remote
3552         machine.
3553         (fboundp): Bind `ange-cache'.
3554         (eshell-directory-files-and-attributes): Re-organized the logic a
3555         bit to use `eshell-file-attributes' instead of `file-attributes'.
3556         The former is more sensitive to directories that are read via FTP,
3557         and knows how to use ange-ftp to determine full attribute
3558         information, instead of just the name and last modtime.
3559         (eshell-current-ange-uids): Return the current user id when in a
3560         remote directory.
3561         (eshell-parse-ange-ls): Parse a full directory listing that has
3562         been returned by ange-ftp.
3563         (eshell-file-attributes): This beefed up version of
3564         `file-attributes' is only special if the user is currently in a
3565         remote directory, in which case it does a lot of work to find out
3566         what the real attributes of a file are, as they appear on the
3567         remote machine.  This makes usage of remote directories (i.e.,
3568         ange-ftp pathnames) much more useful.  You can now use Eshell as a
3569         full-fledged FTP client, with much more manipulation ability than
3570         most other clients.
3572         * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
3573         variable, which means that Eshell's du should always be preferred
3574         in remote directories.
3575         (eshell-shuffle-files): Use `eshell-file-attributes', rather than
3576         just `file-attributes'.
3577         (eshell-mvcp-template): Bind `ange-cache', to improve performance
3578         when reading remote directories.  This is an Eshell-specific
3579         variable (not part of ange-ftp).
3580         (eshell/ln): Bind `ange-cache'.
3581         (eshell/du): Added some extra logic for determining when to use
3582         Eshell's du (which is slow), and when to use the external version
3583         (which may or may not exist).
3585         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
3586         `eshell-interactive-process', rather than using
3587         `get-buffer-process', since backgrounded processes don't count in
3588         the context of this function's logic.
3590         * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
3591         `forward-char', so that null strings are parsed correctly.
3593 2000-09-13  John Wiegley  <johnw@gnu.org>
3595         * eshell/em-pred.el (eshell-pred-file-type,
3596         eshell-pred-file-links, eshell-pred-file-size): Use
3597         `eshell-file-attributes'.  This is more correct over ange-ftp.
3599         * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
3600         that remote file globbing is more efficient.
3602         * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
3603         gathering the files and attributes within a directory.
3605         * eshell/em-unix.el (eshell/cat): If any of the files passed on
3606         the command line is a special file (not a regular file, directory
3607         or symlink), always attempt to call the external version of cat.
3609 2000-09-13  John Wiegley  <johnw@gnu.org>
3611         * eshell/esh-mode.el (eshell-find-tag): Corrections to the
3612         Eshell-friendly version of find-tag.
3614 2000-10-13  Miles Bader  <miles@lsi.nec.co.jp>
3616         * image-file.el (image-file-name-extensions)
3617         (image-file-name-regexps): Add autoload cookies.
3619 2000-10-13  Kenichi Handa  <handa@etl.go.jp>
3621         * international/mule-cmds.el (select-safe-coding-system): If FROM
3622         is string, show it in *Warning* buffer.
3624 2000-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
3626         * startup.el (normal-top-level): Use display-popup-menus-p instead
3627         of window-system.
3628         (command-line): Use display-graphic-p instead of window-system.
3629         (command-line-1): Use display-popup-menus-p and display-mouse-p
3630         instead of window-system.
3632 2000-10-12  Sam Steingold  <sds@gnu.org>
3634         * tooltip.el (tooltip-use-echo-area): New user variable.
3635         (tooltip-show): Use it to choose between `x-show-tip' and `message'.
3637 2000-10-12  Dave Love  <fx@gnu.org>
3639         * recentf.el: Maintainer's checkdoc fixes.
3641         * startup.el (normal-top-level-add-subdirs-to-load-path): Use
3642         character class, not ASCII when matching file names.
3643         (fancy-splash-head): Add trailing slash to URL.
3644         (command-line): Don't require XPM support for toolbar.
3646         * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
3647         (cperl-invalid-face): Revert last change.
3648         (cperl-init-faces): Quote cperl-invalid-face.
3650 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
3652         * startup.el (fancy-splash-text): Remove superfluous quote.
3654 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
3656         * startup.el (fancy-splash-screens): Don't add a pre-command hook.
3657         (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
3658         (command-line-1): Don't use fancy-splash-pending-command.
3659         (fancy-splash-screens-1): Goto point-min after inserting text.
3661         * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
3663         * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
3664         instead of shared-lisp-mode-map.
3666 2000-10-12  Miles Bader  <miles@lsi.nec.co.jp>
3668         * faces.el (header-line): Change tty-variant to use underlining.
3670         * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
3671         (isearch-highlight): Restore lazy-isearch face properties at old
3672         position, and suppress them at new position.
3673         (isearch-dehighlight): Restore lazy-isearch face properties.
3674         (isearch-lazy-highlight-update): Add lazy-isearch overlays even
3675         over the real isearch overlay, but in that case, don't give it a
3676         face property.  Use `push'.
3678 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
3680         * man.el (Man-getpage-in-background): Fix previous change.
3681         Decode the process output only when we are in multibyte mode.
3683 2000-10-11  Dave Love  <fx@gnu.org>
3685         * info.el (Info-mode-menu): Fix some help.
3686         (info-tool-bar-map): Add entry for Info-last.
3688         * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
3689         * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
3690         * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
3691         * toolbar/cut.xpm, toolbar/mail_compose.xpm:
3692         * toolbar/search-replace.xpm, toolbar/exit.xpm:
3693         * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
3694         * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
3695         * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
3696         * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
3697         * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
3698         Reduce colour requirements to 25 overall.  (Probably wants
3699         revisiting from the originals to reduce further.)
3701 2000-10-11  Eli Zaretskii  <eliz@is.elta.co.il>
3703         * hexl.el (hexlify-buffer): Bind coding-system-for-write to
3704         buffer-file-coding-system, instead of raw-text.
3705         (dehexlify-buffer): Bind coding-system-for-read to
3706         buffer-file-coding-system, instead of raw-text.
3708 2000-10-11  Sam Steingold  <sds@gnu.org>
3710         * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
3711         `underline' - fixes the bug introduced on 2000-09-21.
3713 2000-10-11  Dave Love  <fx@gnu.org>
3715         * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
3716         compiler warnings.
3717         (scheme-mode): Doc fix.
3718         (scheme-font-lock-keywords-1): Match `define-syntax'.
3720 2000-10-11  Miles Bader  <miles@lsi.nec.co.jp>
3722         * faces.el (frame-set-background-mode): Pay attention to saved
3723         face specs as well as default ones.  Only do anything if the
3724         bg-mode or display-type has actually changed.  Use `dolist'.
3725         (region): Make dark-background `region' face less in-your-face.
3727 2000-10-10  Sam Steingold  <sds@gnu.org>
3729         * chistory.el, ielm.el, ledit.el:
3730         * progmodes/inf-lisp.el, progmodes/scheme.el:
3731         Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
3733 2000-10-10  Stefan Monnier  <monnier@cs.yale.edu>
3735         * textmodes/texinfo.el: Update copyright and fix typo.
3737         * desktop.el (desktop-modes-not-to-save): New var.
3738         (desktop-save-buffer-p): Use it.
3739         Also, obey desktop-buffers-not-to-save even for non-file buffers.
3740         (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
3742 2000-10-10  Dave Love  <fx@gnu.org>
3744         * toolbar/tool-bar.el (tool-bar-add-item)
3745         (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
3746         display.
3748         * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
3749         * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
3750         * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
3751         * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
3752         * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
3753         * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
3754         * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
3755         * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
3756         * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
3757         * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
3758         the .xpms; probably need retouching.
3760 2000-10-10  Miles Bader  <miles@lsi.nec.co.jp>
3762         * subr.el (add-to-list): Add optional argument APPEND.
3763         * battery.el (display-battery): Use `add-to-list'.
3765 2000-10-09  Thien-Thi Nguyen  <ttn@gnu.org>
3767         * play/zone.el (zone-timer, zone-wc-tbl): Rework
3768         these vars as symbol properties.
3769         (zone, zone-when-idle, zone-leave-me-alone)
3770         (zone-pgm-whack-chars): Use new symbol properties.
3772         * battery.el (display-battery): Doc spelling fix.
3774         * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
3775         property.
3777 2000-10-09  Dave Love  <fx@gnu.org>
3779         * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
3780         has been initialized before calling tool-bar-setup.
3781         (tool-bar-add-item-from-menu): Add autoload cookie.
3783 2000-10-09  Eli Zaretskii  <eliz@is.elta.co.il>
3785         * menu-bar.el (send-mail-item-name): New function.
3786         (menu-bar-tools-menu) <compose-mail>: Use it to display the value
3787         of mail-user-agent in the menu.  Don't display the "Send Mail"
3788         item if mail-user-agent is nil or its value is ignore.
3789         (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
3790         if read-mail-command is nil or its value is ignore.
3792         * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
3794 2000-10-09  Miles Bader  <miles@gnu.org>
3796         * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
3797         Correct image size.
3798         * toolbar/left_arrow.xpm: Correct image size.
3800         * jka-compr.el: Don't call `jka-compr-install' when loading (it
3801         will be done by the definition of `auto-compression-mode' if
3802         necessary.  Move code to uninstall existing file-name handler
3803         before definition of `auto-compression-mode'.
3805         * image-file.el (auto-image-file-mode): Move to the end of the
3806         file, because `define-minor-mode' actually calls the mode-function
3807         if the associated variable is non-nil, which requires that all
3808         needed functions be already defined.
3810         * mouse.el (popup-menu): Balance parens.
3812 2000-10-08  Stefan Monnier  <monnier@cs.yale.edu>
3814         * mouse.el (popup-menu): Move the command call outside the loop
3815         so that popup-menu returns whatever the command returns.
3817         * progmodes/etags.el: Docstring fixes.  Maintainer line updated.
3818         (initialize-new-tags-table): Use run-hook-with-args-until-success.
3819         (find-tag): Use pop-to-buffer if switch-to-buffer failed.
3820         (tags-table-format-functions): Renamed from tags-table-format-hooks.
3822         * vc.el (vc-version-diff): diff-switches can be a list.
3823         Use relative filenames for prettier output.
3825         * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
3826         (vc-post-command-functions): Remove old-VC compatibility code.
3828         * newcomment.el (comment-indent-default): Autoload.
3830         * font-lock.el (font-lock-defaults): Make buffer-local.
3831         (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
3832         (font-lock-choose-keywords):
3833         Ignore LEVEL unless KEYWORDS is a list of syms.
3834         (c-keywords, c++-keywords, objc-keywords, java-keywords):
3835         Don't wrap regexp-opt things in \(...\) unnecessarily.
3837         * jit-lock.el: Don't require font-lock any more.
3838         (jit-lock-functions): Make buffer-local.
3839         (jit-lock-saved-fontify-buffer-function): Remove.
3840         (jit-lock-mode): Remove autoload cookie.
3841         Remove font-lock specific code.
3842         (jit-lock-unregister): Don't bother handling complex hooks any more.
3843         (jit-lock-refontify): New function.
3844         (jit-lock-fontify-buffer): Use it.
3845         (jit-lock-function-1): Replaced by jit-lock-fontify-now.
3846         (jit-lock-fontify-now): Renamed from jit-lock-function-1.
3847         Add optional args START and END.
3848         Never call font-lock-fontify-region directly.
3849         (jit-lock-function, jit-lock-stealth-fontify): Use it.
3851         * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
3853 2000-10-08  Dave Love  <fx@gnu.org>
3855         * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
3857         * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
3859         * play/studly.el (studlify-region, studlify-word): Add autoload
3860         cookie.
3862         * play/morse.el (morse-region, unmorse-region): Add autoload
3863         cookie.
3865         * play/spook.el (spook-phrases-file): Use expand-file-name, not
3866         concat.
3868         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
3869         insist on symbols starting with word syntax.
3870         (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
3871         (eval-defun-1): Doc fix.
3872         (indent-sexp): Use nconc to build up indent-stack.
3874         * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
3875         Gnus with little use.
3876         (mail-setup-hook): Add mail-abbrevs-setup to options.
3878         * recentf.el: Doc fixes.
3880         * vcursor.el (vcursor-cs-binding): Remove compatibility code.
3881         Clean up remainder.
3883         * timezone.el (timezone-parse-date): Doc fix.  Fix regexps for (5)
3884         without timezone and (8) with timezone to enforce some whitespace.
3885         Simplify code somewhat.
3887         * options.el (list-options): Doc that you should use customize.
3889         * iswitchb.el (iswitchb-mode): Add :require.
3891         * info.el (Info-goto-node, Info-menu): Doc fix.
3892         (Info-mode-menu): Bind beginning-of-buffer, Info-edit
3893         (info-tool-bar-map): New variable.
3894         (Info-mode): Use it.
3895         (Info-edit-map): Define all in defvar.
3896         (speedbar-attached-frame): Avoid compiler warning.
3898         * toolbar/tool-bar.el (tool-bar-map): Define it empty.
3899         (global-map): Bind [tool-bar] to a filtered map.
3900         (tool-bar-add-item): Remove MAP arg.  Allow PBM icons.
3901         (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
3902         Allow PBM icons.
3903         (tool-bar-setup): Adjust calls of tool-bar-add-item.
3905         * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
3906         * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
3907         * toolbar/right_arrow.xpm: New files.  Renamed from tigert's
3908         icons, except up_arrow, which is left-arrow rotated.
3910         * imenu.el (imenu-add-to-menubar): Fix last change.
3912 2000-10-08  Peter Breton  <pbreton@ne.mediaone.net>
3914         * generic-x.el (rul-generic-mode): Remove eval-when-compile
3915         statements. Suggested by Stefan Monnier  <monnier@cs.yale.edu>.
3917 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
3919         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
3920         typos in doc strings.
3922         * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
3923         the doc strings how to customize Font Lock faces.
3925         * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
3926         computing growth when dragging the header line.
3928 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
3930         * simple.el (kill-line): Doc fix.
3932 2000-10-08  Miles Bader  <miles@gnu.org>
3934         * faces.el (secondary-selection): Make foreground visible on tty.
3936         * jka-compr.el (auto-compression-mode): Move to the end of the
3937         file, because `define-minor-mode' actually calls the mode-function
3938         if the associated variable is non-nil, which requires that all
3939         needed functions be already defined.
3940         (with-auto-compression-mode): Add autoload cookie.
3942 2000-10-07  Eli Zaretskii  <eliz@is.elta.co.il>
3944         * files.el (find-backup-file-name) [ms-dos]: If support for long
3945         file names is not available, behave as if version-control were set
3946         to never.
3948 2000-10-07  Dave Love  <fx@gnu.org>
3950         * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
3951         (browse-url-gnome-moz): New function.
3952         (browse-url-browser-function): Use it.
3953         Suggested by Colin Walters <walters@cis.ohio-state.edu>.
3955 2000-10-07  Stefan Monnier  <monnier@cs.yale.edu>
3957         * indent.el (tab-always-indent): New var.
3958         (indent-for-tab-command): Use it.
3960         * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
3961         raise an error.  This way it can still default to a sane value.
3963 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
3965         * startup.el (fancy-splash-screens): Use local rather than global map.
3966         Don't use `update-menu-bindings' any more.
3967         Get rid of assumptions about keymap representation.
3969 2000-10-06  Dave Love  <fx@gnu.org>
3971         * textmodes/fill.el (sentence-end-double-space)
3972         (sentence-end-without-period):  Doc fix.
3973         (adaptive-fill-regexp): Purecopy.
3974         (unjustify-current-line): Use line-end-position.
3975         (fill-individual-paragraphs-prefix): Use line-beginning-position.
3977         * net/eudc-vars.el (eudc): Add :version, :link.
3979         * international/mule-conf.el (file-coding-system-alist): Use \', not $.
3981         * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
3982         Fix for define-minor-mode.
3983         (function-at-point): Alias to function-called-at-point.
3985         * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
3987         * simple.el (backward-word): Doc fix.
3989         * image-file.el (image-file-name-regexp): image-file-regexps ->
3990         image-file-name-regexps.
3991         (image-file-name-extensions): Add pbm.
3993 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
3995         * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
3996         and add filename to the names so that diff-mode can jump to source.
3998         * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
3999         (tex-font-lock-keywords, tex-font-lock-keywords-2)
4000         (tex-font-lock-keywords-1): Remove.
4001         (font-lock-turn-on-thing-lock): Use jit-lock-register.
4002         (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
4003         (font-lock-default-fontify-region):
4004         Expand beg..end correctly when just following a multiline region.
4005         (font-lock-fontify-anchored-keywords):
4006         Include the anchor text as part of the multiline.
4008 2000-10-06  Gerd Moellmann  <gerd@gnu.org>
4010         * loadup.el (toplevel): Load `loaddefs' before `help' because the
4011         latter needs the autoloaded define-minor-mode macro during the
4012         bootstrap.
4014         * startup.el (command-line): For now, activate tool-bar-mode only
4015         if XPM images are supported.
4017         * mouse.el (mouse-drag-header-line): Don't allow resizing a
4018         window by dragging a header-line at the top of the frame; that's
4019         confusing because the header-line doesn't move.
4020         (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
4021         of treating the event as a list.  Some cleanup.
4023 2000-10-06  Miles Bader  <miles@gnu.org>
4025         * simple.el (display-message-or-buffer): New function.
4026         (shell-command-on-region): Use `display-message-or-buffer'.
4028         * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
4029         docstring parts.
4031         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
4032         (smbclient-prompt-regexp): Add usage note to doc string.
4033         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
4034         (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
4035         Use add-hook for adding the comint filter function, and only do so
4036         if it's not already in the global hook list.
4037         (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
4038         to `make-local-variable'.
4039         (nslookup-font-lock-keywords): Remove prompt entry.
4040         (nslookup): Don't set the process-filter.
4041         (finger): Exit the loop correctly when the regexps list runs out.
4042         (ftp, smbclient, smbclient-list-shares):
4043         Set the real major mode immediately, not after execing.
4044         Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
4046         * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
4048 2000-10-05  Stefan Monnier  <monnier@cs.yale.edu>
4050         * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
4052         * which-func.el (which-func-format): Remove spurious space.
4053         (which-func-mode): Don't make it permanent-local.
4054         (which-func-ff-hook): Allow which-func-maxout to be nil.
4055         (which-func-update): Simplify a bit.  Only run if which-func-mode is t.
4056         (which-func-mode): Simplify.
4057         Use post-command-idle-hook rather than post-command-hook.
4058         Go through all buffers and update their state.
4059         (which-function): Also try add-log-current-defun-function.
4061         * vc.el (with-vc-properties): Use conses rather than length-2 lists.
4062         (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
4063         Update call to with-vc-properties accordingly.
4064         (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
4065         (vc-revert-buffer): More careful about window selection and deletion.
4066         (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
4068         * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
4069         (cvs-retrieve-revision): Reuse a pre-existing buffer.
4070         (cvs-dired-action): Change the default to quickdir.
4072         * newcomment.el (comment-indent): Delegate to indent-according-to-mode
4073         if comment-indent-function returns nil.
4074         (comment-indent-default): New function.
4075         (comment-indent-function): Use it and document the new semantics.
4077         * image-file.el: Docstring fixes.
4079         * help.el (help-xref-on-pp): Use match-string.
4080         (describe-variable): New arg BUFFER.
4081         Store the current buffer in the help-xref-stack.
4082         (temp-buffer-resize-mode): Use define-minor-mode.
4084         * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
4085         consistently with its docstring.
4086         Set jit-lock-first-unfontify-pos in an idempotent way.
4087         (jit-lock-register): Autoload and add arg CONTEXTUAL.
4089 2000-10-05  Alex Schroeder  <alex@gnu.org>
4091         * sql.el (sql-mysql-options): New variable.
4092         (sql-mysql): Use it.
4094 2000-10-05  Miles Bader  <miles@lsi.nec.co.jp>
4096         * image.el (image): New group.
4098         * smerge-mode.el (smerge-mine-face, smerge-other-face)
4099         (smerge-base-face, smerge-markers-face): Add dark-background variants.
4101 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
4103         * net/net-utils.el (nslookup-font-lock-keywords)
4104         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
4105         Ignore the value of wqindow-system; always define keywords
4107 2000-10-05  Kenichi Handa  <handa@etl.go.jp>
4109         * startup.el (fancy-splash-screens): Remove the code for
4110         debugging; `(trace-to-stderr "EXITTT\n")'.
4112 2000-10-05  Miles Bader  <miles@gnu.org>
4114         * diff-mode.el (diff-goto-source): Update call to
4115         `diff-hunk-status-msg' to reflect new REV variable.
4117 2000-10-04  Stefan Monnier  <monnier@cs.yale.edu>
4119         * progmodes/icon.el (icon-mode):
4120         Don't gratuitously override the default for comment-column.
4122         * vc-hooks.el (vc-mode-line): Fix interactive spec.
4124         * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
4125         (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
4126         (jit-lock-functions): New var.
4127         (jit-lock-function-1): Use it if non-nil.
4128         Don't switch the syntax-table.  Don't set parse-sexp-lookup-properties.
4129         Set the `fontified' property before doing the fontification to avoid
4130         repeatedly going through the same error.
4131         Don't turn errors into messages.
4132         (jit-lock-register, jit-lock-unregister): New functions.
4134         * dired.el (dired-mark-pop-up): Turn comment into docstring.
4135         Use with-current-buffer.
4137         * dired-aux.el (dired-do-create-files, dired-kill-tree):
4138         Turn comment into docstring.
4140         * apropos.el (apropos-mode): Use define-derived-mode.
4142 2000-10-04  Gerd Moellmann  <gerd@gnu.org>
4144         * startup.el (fancy-splash-pending-command): New variable.
4145         (fancy-splash-pre-command): New function.
4146         (fancy-splash-screens): Rewritten.
4147         (command-line-1): If fancy-splash-pending-command is set, call it
4148         interactively.
4150 2000-10-04  Dave Love  <fx@gnu.org>
4152         * toolbar/tool-bar.el (tool-bar-setup): New function.
4153         (tool-bar-mode): Use it.
4155         * subr.el (substitute-key-definition): Doc fix.
4156         (play-sound-file): New command.
4158 2000-10-04  Andre Spiegel  <spiegel@gnu.org>
4160         * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
4161         vc-version-backup-file-name): New functions.
4163         * files.el (basic-save-buffer): Call vc-before-save before saving.
4165         * vc-cvs.el (vc-cvs-make-version-backups): Return t if
4166         vc-cvs-stay-local-p.
4168         * vc.el (vc-revert-buffer): Handle empty diff properly.
4169         (vc-version-backup-file): New function.
4170         (vc-checkout): Create a version backup if necessary.
4171         (vc-checkin): If a version backup file exists, delete it.
4172         (vc-version-diff): Diff locally using version backups, if available.
4173         (vc-revert-file): If there's a version backup, revert locally.
4174         (vc-transfer-file): Use version backup for base version, if
4175         available.  If not, ask for confirmation whether to get it from the
4176         server.  Update mode line before check-in.
4178 2000-10-04  Dave Love  <fx@gnu.org>
4180         * toolbar/tool-bar.el (tool-bar-setup): New function.
4181         (tool-bar-mode): Use it.
4183 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
4185         * net/net-utils.el (nslookup-font-lock-keywords)
4186         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
4187         Only set if window-system is non-nil
4188         (net-utils-run-program): Returns buffer.
4189         (network-connection-reconnect): Added this function.
4191         * generic.el:
4192         Incorporates extensive cleanup and docfixes by
4193         Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
4194         Uses cl compile-time macros.
4195         (generic-mode-name, generic-comment-list)
4196         (generic-keywords-list, generic-font-lock-expressions)
4197         (generic-mode-function-list, generic-mode-syntax-table):
4198         Removed variables.
4199         (generic-mode-alist): Renamed to generic-mode-list.
4200         (generic-find-file-regexp): Default changed to "^#".
4201         (generic-read-type): Uses completing read on generic-mode-list.
4202         (generic-mode-sanity-check): removed this function.
4203         (generic-add-to-auto-mode): Removed this function
4204         (generic-mode-internal): Bind mode-specific definitions
4205         into function instead of putting them in alist.
4206         (generic-mode-set-comments): Reworked extensively.
4207         (generic-mode-find-file-hook): Simplified regexp searching
4208         (generic-make-keywords-list): Omit extra pair of parens
4210         * find-lisp.el (find-lisp-find-files-internal):
4211         Make sure directory name ends with "/".
4213         * generic-x.el (apache-conf-generic-mode):
4214         Regexp now allows leading whitespace.
4215         (rc-generic-mode): Added eval-when-compile
4216         around generic-make-keywords-list.
4217         Deleted duplicate regexp
4218         (rul-generic-mode): Added eval-when-compile
4219         around generic-make-keywords-list.
4220         (etc-fstab-generic-mode): New generic mode.
4221         (rul-generic-mode): Removed one eval-when-compile
4222         which caused a max-specpdl-size exceeded error.
4224 2000-10-04  Miles Bader  <miles@gnu.org>
4226         * simple.el (minibuffer-temporary-goal-position): New variable.
4227         (next-history-element): Try to keep the position of point in the
4228         input string constant.
4230         * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
4231         (dired-do-create-files): If there's only one file, pass it in as
4232         the DEFAULT arg to dired-mark-read-file-name.
4234 2000-10-03  Stefan Monnier  <monnier@cs.yale.edu>
4236         * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
4237         (diff-goto-source): Be smarter when choosing REVERSE or not.
4239         * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
4240         (texinfo-mode-menu): Add an explicit shortcut for update all.
4242 2000-10-03  Andre Spiegel  <spiegel@gnu.org>
4244         * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
4245         factorize backend-specific code cleanly (this was essentially
4246         conceived by Stefan Monnier).
4247         (vc-unregister): Function removed.
4248         (vc-revert-file): New function.
4249         (vc-revert-buffer): Delegate some of the work to it.
4251         * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
4252         default branch unconditionally.
4253         (vc-rcs-set-default-branch): New function.
4254         (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
4255         (vc-rcs-checkin): If an appropriate default branch has been set,
4256         force creation of that branch.
4257         (vc-rcs-receive-file): Rewritten to contain only backend-specific
4258         code (as suggested by Stefan Monnier).
4260 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
4262         * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
4263         highlighting overlay with a different face over the overlay
4264         isearch uses to highlight the current match because that can lead
4265         to bad face combinations.
4267         * loadup.el (toplevel): Load faces before isearch.
4269         * isearch.el (isearch-faces): New custom group.
4270         (isearch): New defface; was already tested for in the code.
4271         (isearch-lazy-highlight-face): Changed to defface from defcustom.
4272         (isearch-highlight): Always use face `isearch'.
4274 2000-10-02  Dave Love  <fx@gnu.org>
4276         * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
4277         unused vars.  Treat byte-constant2 like byte-constant.  Fix bogus
4278         comparison of opcode with operand.
4280 2000-10-03  Miles Bader  <miles@gnu.org>
4282         * play/yow.el (yow): Don't display multi-line quotations in a *Help*
4283         buffer, since the echo area will now grow to accommodate them.
4285 2000-10-02  Andre Spiegel  <spiegel@gnu.org>
4287         * vc-hooks.el (vc-registered): If FILE used to be registered under
4288         a certain backend, try that one first.
4290         * vc.el (vc-responsible-backend): Undo the previous change in the
4291         argument list.  Handle multiple backends correctly.
4292         (vc-find-new-backend): Function removed.
4293         (vc-register): Use vc-responsible-backend, as before.
4294         (vc-next-action-on-file): Do use vc-registered, not vc-backend.
4296 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
4298         * startup.el (fancy-splash-head): Change message below the
4299         logo.
4301 2000-10-02  Miles Bader  <miles@lsi.nec.co.jp>
4303         * diff-mode.el (diff-goto-source): Emit a status message.
4304         (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
4305         (diff-test-hunk): Fix doc string.
4306         (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
4307         (diff-advance-after-apply-hunk): New variable.
4308         (diff-apply-hunk): Don't return a value.
4310 2000-10-01  Stefan Monnier  <monnier@cs.yale.edu>
4312         * vc.el (vc-editable-p): Minor optimization.
4313         (edit-vc-file, vc-next-action-on-file): Don't use find-file.
4314         (vc-find-new-backend): New function split from vc-responsible-backend.
4315         (vc-register): Use it.
4316         (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
4317         (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
4318         (vc-default-unregister, vc-revert-buffer): Docstring fix.
4319         (vc-clear-headers): Don't use find-file.
4320         (vc-revert-buffer): Use `and' again (must have been a braino).
4321         (vc-switch-backend): Only prompt if requested.
4322         Short circuit if nothing is to be done.
4323         Don't use vc-resynch-buffer which could lose unsaved editing.
4324         (vc-default-receive-file): Update call to vc-unregister.
4325         (with-vc-file, vc-next-action-on-file):
4326         Use vc-backend rather than vc-registered.
4327         (vc-next-action-on-file): Use intern-soft.
4328         Deal with read-only *vc-diff* buffer.
4329         (vc-transfer-file): Docstring fix.
4331         * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
4332         (vc-rcs-receive-file): Avoid with-vc-properties.
4333         Update call to vc-unregister.
4334         Use constant `RCS' rather than (dynamically bound) var `backend'.
4336 2000-10-01  Andre Spiegel  <spiegel@gnu.org>
4338         * vc.el (vc-next-action-on-file): Update mode line only if file
4339         is visited.
4340         (vc-start-entry): New argument initial-contents.  Don't visit the file
4341         if it isn't already visited.  Brought documentation up-to-date.
4342         (vc-next-action, vc-register): Updated calls to vc-start-entry.
4343         (vc-checkin): New optional arg initial-contents, which is passed to
4344         vc-start-entry.
4345         (vc-finish-logentry): Make sure to bury log buffer only if there
4346         really is one.  Call `vc-resynch-buffer' on log-file, not
4347         buffer-file-name.
4348         (vc-default-comment-history, vc-default-wash-log): New functions.
4349         (vc-index-of): Removed.
4350         (vc-transfer-file): Make do without the above.
4351         (vc-default-receive-file): Call comment-history unconditionally.  Pass
4352         the resulting string to vc-checkin, instead of inserting it into the
4353         comment ring.
4355         * vc-rcs.el (vc-rcs-receive-file): Call comment-history
4356         unconditionally.  Use the comments as initial contents of the log
4357         entry buffer.  Document the trick to force branch creation with no
4358         changes.
4360 2000-10-01  Miles Bader  <miles@gnu.org>
4362         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
4363         `recenter' with an arg to prevent redrawing the display.
4365 2000-09-30  Stefan Monnier  <monnier@cs.yale.edu>
4367         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
4369         * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
4371         * progmodes/c-mode.el (c-mode):
4372         Don't gratuitously override the default for comment-column.
4374         * textmodes/tex-mode.el (latex-metasection-list): New var.
4375         (latex-imenu-create-index): Use it.
4376         Move the regexp construction outside loops (and use push).
4377         (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
4378         (tex-font-lock-keywords): Moved from font-lock.el.
4379         (tex-comment-indent): Remove.
4380         (tex-common-initialization): Don't set comment-indent-function.
4381         (latex-block-default): New var.
4382         (tex-latex-block): Use it to provide a default choice.
4383         Add any unknown choice to latex-block-names.
4384         Insert [...] after {...}.
4385         (tex-last-unended-begin): Simplify regexp.
4386         (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
4387         (latex-forward-sexp-1, latex-forward-sexp): New functions.
4388         (latex-mode): Set forward-sexp-function.
4390         * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
4391         Add regexp for @ignore ... @end ignore.
4392         (texinfo-heading-face): New face.
4393         (texinfo-font-lock-keywords): Use it.
4394         (texinfo-mode-menu): New menu.
4395         (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
4396         New functions.
4397         (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
4398         (texinfo-section-types-regexp, texinfo-section-level-regexp)
4399         (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
4400         Remove declaration.
4401         (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
4403         * delsel.el (delete-selection-mode): Use define-minor-mode.
4405         * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
4407 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
4409         * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
4411 2000-09-30  Gerd Moellmann  <gerd@gnu.org>
4413         * replace.el (keep-lines-read-args): New function.
4414         (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
4415         read arguments interactively.  Add parameters RSTART and REND.
4416         Operate on the active region in Transient Mark mode.
4418         * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
4420         * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
4421         (authors-obsolete-files-regexps): New variable.
4422         (authors-add): Don't record changes in obsolete files.
4424 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
4426         * autoinsert.el (auto-insert-mode): Use define-minor-mode.
4428         * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
4429         (comment-indent): Make sure there's a space between code and comment.
4430         Shift comments left to avoid going past fill-column.
4432 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
4434         * startup.el (startup-echo-area-message): New function.
4435         (display-startup-echo-area-message): Use it.
4436         (fancy-splash-screens): Rewritten to use keymaps and a timer.
4437         (fancy-splash-default-action): New function.
4438         (fancy-splash-screens-1): New function.
4439         (fancy-splash-head): Put a help-echo and a keymap under the image.
4441 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
4443         * diff-mode.el (diff-add-log-file-name): Remove.
4444         (diff-mode): Use add-log-buffer-file-name-function.
4446         * add-log.el (find-change-log): New arg BUFFER-FILE.
4447         (add-log-file-name): Obey add-log-file-name-function.
4448         (add-log-buffer-file-name-function): New var.
4449         (add-change-log-entry): Use it.
4451 2000-09-29  Miles Bader  <miles@gnu.org>
4453         * image-file.el (image-file-name-extensions): New variable.
4454         (image-file-name-regexps): Renamed from `image-file-regexps'.
4455         New default value is nil.  Call `auto-image-file-mode'.
4456         (image-file-name-regexp): New function.
4457         (auto-image-file-mode): New minor mode.
4458         (insert-image-file): Don't make conditional on the image-file
4459         handler being enabled.
4460         (image-file-handler): Make the call here conditional instead.
4461         (set-image-file-handler-enabled, enable-image-file-handler)
4462         (disable-image-file-handler): Functions removed.
4464         * emacs-lisp/authors.el (authors-print): Rephrase many-files
4465         string.
4467 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
4469         * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
4470         it's a function from CL.
4471         (latex-imenu-create-index): Replace eval-when-compile with progn
4472         because latex-section-alist is not bound while compiling.
4474 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
4476         * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
4477         (outline-mode): Use define-derived-mode.
4479         * progmodes/perl-mode.el (perl-mode):
4480         * progmodes/awk-mode.el (awk-mode):
4481         * progmodes/asm-mode.el (asm-mode):
4482         Don't gratuitously override the default for comment-column.
4484         * emacs-lisp/lisp.el (lisp-complete-symbol):
4485         Distinguish the let-binding case from the funcall case.
4486         (forward-sexp-function): New variable.
4487         (forward-sexp): Use it.
4489         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
4490         (easy-mmode-defmap): Remove the now useless autoload.
4492         * time.el (display-time-mode): Use define-minor-mode.
4494         * subr.el (add-minor-mode): Don't eval NAME.
4495         Don't depend on the presence of TOGGLE-FUN for any special behavior.
4496         Use if rather than cond.
4498         * simple.el (read-expression-map): Define more properly.
4499         (comment-indent-hook): Remove.
4500         (string-to-syntax): Bug fix.
4502         * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
4503         (cvs-ediff-diff): Fix typo.
4504         (cvs-revert-if-needed): Don't bother preserving read-only.
4506         * paren.el (show-paren-mode): Use define-minor-mode.
4508         * jka-compr.el (auto-compression-mode): Use define-minor-mode.
4509         (toggle-auto-compression): Remove.
4510         (jka-compr-build-file-regexp): Remove useless grouping.
4512         * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
4513         Avoid user-reserved bindings.
4514         (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
4515         (diff-header-face): Revert to grey85.
4517         * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
4519         * complete.el (partial-completion-mode) <defcustom>: Remove.
4520         (partial-completion-mode): Use define-minor-mode.
4521         (PC-do-completion): Understand `completion-auto-help = delay'
4522         to mean to popup the completion buffer only the second time.
4523         (PC-include-file-all-completions, PC-include-file-all-completions)
4524         (PC-include-file-all-completions): Don't quote lambda.
4526         * comint.el (comint-mode-hook): Docstring fix.
4527         (comint-mode): Use define-derived-mode.
4528         (comint-mode-map): Remove obsolete comment.
4529         (make-comint): Minor stylistic change.
4530         (comint-insert-clicked-input): Be more careful to find the overlay.
4531         Use this-command-keys rather than hardcoding mouse-2.
4533         * font-lock.el: Replace confusing (,@ with ,
4534         (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
4535         Don't use regexp-opt-depth.  Spice up the regexp for args.
4536         Don't distinguish between cmds that can take an opt arg or not.
4537         Use `append' and `prepend' rather than `keep'.
4539         * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
4540         (latex-outline-regexp): New var.
4541         (latex-outline-level): New fun.
4542         (latex-section-alist): New var.
4543         (latex-imenu-create-index): Use it.  Use `push' as well.
4544         (tex-shell-map): Initialize it properly.
4545         (tex-mode): Minor stylistic change.
4546         (plain-tex-mode): Use define-derived-mode.
4547         (latex-mode): Use define-derived-mode.
4548         Construct the paragraph regexps in a more readable way.
4549         Set the buffer-local outline-{level,regexp} vars.
4550         (slitex-mode): Derive from latex-mode.
4551         (tex-common-initialization): Don't kill-all-vars anymore.
4552         Add setting for comment-add and font-lock-defaults.
4553         (tex-start-shell): Use with-current-buffer and don't re-init keymap.
4554         (tex-main-file): New fun.  Obey TeX-master as well and remove `.tex'.
4555         (tex-start-tex): New arg DIR (and send a chdir command for it).
4556         Also display the shell buffer and save it in tex-last-buffer-texed.
4557         (tex-region): Use expand-file-name rather than concat.
4558         Remove code made useless by changes in tex-start-tex.
4559         (tex-file): Use tex-main-file and adapt to new tex-start-tex.
4561         * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
4563 2000-09-28  Dave Love  <fx@gnu.org>
4565         * eshell/eshell.el (eshell) <defgroup>: Add :version.
4567 2000-09-28  Gerd Moellmann  <gerd@gnu.org>
4569         * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
4570         `append'.
4572 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
4574         * info.el (Info-extract-pointer): Undo last change.
4575         Instead, fix the position of the `bound' arg to re-search-backward.
4577 2000-09-27  Stefan Monnier  <monnier@cs.yale.edu>
4579         * info.el (Info-extract-pointer):
4580         Widen more carefully, to avoid finding pointers in other nodes.
4581         (Info-index): Use push.
4583 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
4585         * frame.el (set-frame-font): Remove call to obsolete function
4586         frame-update-faces.
4587         (set-foreground-color, set-background-color): Likewise for
4588         frame-update-face-colors.
4590 2000-09-27  Miles Bader  <miles@gnu.org>
4592         * image-file.el: New file.
4594 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
4596         * frame.el (frame-notice-user-settings): Don't call
4597         frame-update-faces, which is a no-op now.
4599         * ediff-wind.el (ediff-control-frame-parameters): Add zero
4600         tool-bar-lines.
4602 2000-09-27  Dave Love  <fx@gnu.org>
4604         * mouse.el: Fix last change.
4606 2000-09-27  Miles Bader  <miles@lsi.nec.co.jp>
4608         * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
4610 2000-09-22  Kenichi Handa  <handa@etl.go.jp>
4612         * international/quail.el (quail-help): The output message is
4613         improved.
4615 2000-09-26  Dave Love  <fx@gnu.org>
4617         * mouse.el (popup-menu): If POSITION is nil, set it using
4618         mouse-position.
4620 2000-09-25  Sam Steingold  <sds@gnu.org>
4622         * net/browse-url.el (browse-url-file-url): Check for null maps.
4624 2000-09-26  Gerd Moellmann  <gerd@gnu.org>
4626         * frame.el (frame-notice-user-settings): Don't add a
4627         tool-bar-lines frame parameter to default-frame-alist in batch mode.
4629         * frame.el (frame-notice-user-settings):
4630         Make tool-bar-mode and default-frame-alist consistent.
4632         * toolbar/tool-bar.el (tool-bar-help): New function.
4634 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
4636         * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
4637         current-load-list in top-level forms.  Else this leaks a cons cell
4638         every time a defun is called.
4640         * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
4642 2000-09-25  Dave Love  <fx@gnu.org>
4644         * startup.el (fancy-splash-head): Check XPM is available.
4646         * autoinsert.el (auto-insert): Doc fix.
4647         (auto-insert-alist): Following GNU notices, don't say `copyright
4648         _by_'.  Use line-beginning-position.
4649         (auto-insert): Check buffer-file-name is non-nil before use.
4651 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
4653         * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
4654         starting with `@def' or `@multitable', in addition to ones
4655         specified by the user in auto-fill-inhibit-regexp.
4657 2000-09-25  Markus Rost  <rost@math.ohio-state.edu>
4659         * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
4660         rmail-dont-reply-to-names matches the empty string.
4662 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
4664         * startup.el (command-line-1, fancy-splash-text): Change the
4665         text to sound more friendly.
4667 2000-09-23  Thien-Thi Nguyen  <ttn@gnu.org>
4669         * progmodes/hideshow.el: Update author email address.
4670         Generally, sync w/ maintainer version 5.22.
4671         (hs-hide-all-non-comment-function): New var.
4672         (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
4673         (hs-hide-all): Use `hs-hide-all-non-comment-function'.
4674         (hs-show-region): Delete this command.
4675         (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
4677 2000-09-22  Dave Love  <fx@gnu.org>
4679         * hl-line.el (hl-line-overlay): Don't make it buffer-local.
4680         (hl-line-highlight): Specify buffer when moving overlay.
4682         * progmodes/fortran.el (fortran-mode): Locally set
4683         normal-auto-fill-function.
4684         (fortran-auto-fill-mode): Just alias to auto-fill-mode.
4685         (fortran-mode-map): Adjust auto-fill menu entry.
4687 2000-09-22  Gerd Moellmann  <gerd@gnu.org>
4689         * vc-rcs.el (toplevel): Require `vc' when compiling.
4691         * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
4693 2000-09-22  Andre Spiegel  <spiegel@gnu.org>
4695         * vc.el (vc-switch-backend): Signal an error if the file is not
4696         registered under the new backend.
4698         * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
4699         without explicit revision number.
4701 2000-09-21  Stefan Monnier  <monnier@cs.yale.edu>
4703         * diff-mode.el (diff-file-header-face): Reset to its previous value.
4704         (diff-hunk-text): Correctly use offsets rather than buffer-positions.
4705         (diff-xor): New function.
4706         (diff-find-source-location): Use it.  Fix a stupid name clash.
4707         (diff-hunk-status-msg): New function.
4708         (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
4709         (diff-test-hunk): Use diff-find-source-location.
4710         (diff-goto-source): Favor the `reverse'.
4711         (diff-hunk-text): Properly handle one-sided context diffs.
4712         (diff-apply-hunk): When done, advance to the next hunk.
4714 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
4716         * startup.el (command-line): If frame was created with a non-zero
4717         tool-bar-lines parameter, switch tool-bar-mode on.
4719         * add-log.el (change-log-date-face, change-log-name-face)
4720         (change-log-email-face, change-log-file-face)
4721         (change-log-list-face, change-log-conditionals-face)
4722         (change-log-function-face, change-log-acknowledgement-face):
4723         New faces, inheriting from font-lock faces.
4724         (change-log-font-lock-keywords): Use them.
4726 2000-09-21  Dave Love  <fx@gnu.org>
4728         * progmodes/cperl-mode.el (top-level): Clean up
4729         `eval-when-compile's and assorted defvars.
4730         (cperl-invalid-face): Don't double-quote value.  Change custom
4731         type.
4732         (cperl-mode): Set normal-auto-fill-function and don't zap
4733         auto-fill-function.
4734         (cperl-imenu--function-name-regexp-perl): Renamed from
4735         imenu-example--function-name-regexp-perl.
4736         (cperl-imenu--create-perl-index): Renamed from
4737         imenu-example--create-perl-index.
4738         (cperl-xsub-scan): Don't require cl.
4740         * msb.el (msb-mode-map): Use substitute-key-definition.
4741         (msb-mode): Use msb-mode-map.
4743 2000-09-21  Andre Spiegel  <spiegel@gnu.org>
4745         * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
4746         New functions.
4747         (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
4748         (vc-switch-backend): New function.
4749         (vc-prefix-map): Bind `vc-switch-backend' to `b'.
4750         (vc-register): Fix prompt.
4751         (vc-unregister, vc-default-unregister): New functions.
4752         (vc-version-diff): Handle empty buffer in sentinel.
4754         * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
4755         (vc-rcs-state-heuristic): Use it to guess the state of files with
4756         non-strict locking.
4757         (vc-rcs-find-most-recent-rev): Handle the case when a branch has
4758         been set with -b, but not created yet.
4759         (vc-rcs-fetch-master-state): With non-strict locking, compare file
4760         contents in order to find the state.
4761         (vc-rcs-checkin): Allow creation of branches with no changes.
4762         (vc-rcs-unregister, vc-rcs-receive-file)
4763         (vc-rcs-set-non-strict-locking): New functions.
4765         * vc-hooks.el (vc-name): Force correct computation of the value
4766         in case it is missing.
4768 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
4770         * startup.el (fancy-splash-tail): Use a different foreground
4771         color on a dark frame background.
4773 2000-09-21  Miles Bader  <miles@lsi.nec.co.jp>
4775         * info.el: Use the correct capitalization when making Info-mode
4776         and Info-edit-mode `special' modes.
4778 2000-09-20  Stefan Monnier  <monnier@cs.yale.edu>
4780         * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
4781         (diff-mode): Add support for add-log.el.
4782         (diff-hunk-text): Use char offsets rather than line offsets.
4783         (diff-find-source-location): Replace LINE with line-offset (nil
4784         if not found) and always set POS to a meaningful position.
4785         Adapt to the new char-offsets.
4786         (diff-apply-hunk): Drop support for the unused `select' POPUP.
4787         Adapt to the new diff-find-source-location.
4788         (diff-goto-source): Adapt to the new diff-find-source-location.
4790         * add-log.el (add-log-file-name): New function (split out of
4791         add-change-log-entry).
4792         (add-change-log-entry): Use it.
4793         Call add-log-file-name-function with the changelog file name if
4794         the current buffer is not associated with any file.
4795         Avoid find-file if the selected window is dedicated.
4797         * diff-mode.el (diff-find-source-location):
4798         Move code from diff-apply-hunk.  Return buffer rather than file.
4799         (diff-apply-hunk): Use the new result from  diff-find-source-location.
4800         (diff-goto-source): Use the new diff-find-source-location.
4802 2000-09-20  Dave Love  <fx@gnu.org>
4804         * iswitchb.el: Some doc fixes.
4805         (iswitchb-mode-map): Define completely initially.  Inherit
4806         minibuffer-local-map.
4807         (iswitchb-completion-help) <!iswitchb-xemacs>: Use
4808         fundamental-mode.
4809         (iswitchb-global-map): New variable.
4810         (iswitchb-summaries-to-end): Amalgamate regexps.
4811         (iswitchb-mode): New.
4812         (iswitchb-mode-hook): New variable.
4813         (iswitchb) <defgroup>: Add URL link.  Use group `completion', not
4814         `extensions'.
4816 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
4818         * ehelp.el (electric-help): New defgroup.
4819         (electric-help-shrink-window): New user-option.
4820         (with-electric-help): Use it.
4822         * window.el (shrink-window-if-larger-than-buffer): If face
4823         `mode-line' has a :box, and we're on a graphical frame, add 1
4824         to the needed window height.
4826         * frame.el (frame-notice-user-settings): Add a last parameter nil
4827         to a call to `append', because the last list passed to `append' is
4828         not copied, and so subsequent calls to assq-delete-all will modify
4829         default-frame-alist.
4831         * startup.el (fancy-splash-image): Change :type.
4832         (fancy-splash-head): Use an XBM image if appropriate.
4833         (command-line-1): Show splash screens in more cases.
4835         * startup.el (fancy-splash-text): Don't quote faces.
4837         * dired.el (dired-font-lock-keywords): Undo last change.
4838         (dired-readin): Bind indent-tabs-mode to nil.
4840         * startup.el (fancy-splash-head): If frame's background mode
4841         is `dark', change the black background of the image to gray.
4842         (fancy-splash-screens): Display startup echo area message.
4843         (display-startup-echo-area-message): New function.
4845 2000-09-20  Miles Bader  <miles@lsi.nec.co.jp>
4847         * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
4849         * info.el (info-header-node): Tweak for color ttys.
4851         * faces.el (face-valid-attribute-values): Make sure directories we
4852         search for stipples both exist and are readable before trying to
4853         search them.
4855         * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
4856         in the dry-run case.
4858         * jka-compr.el (with-auto-compression-mode): New macro.
4860         * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
4861         (custom-group-tag-face, custom-variable-tag-face): Use relative
4862         :height and inherit from `variable-pitch' face instead of
4863         hardwiring :family.
4864         * hi-lock.el (hi-black-hb): Likewise.
4866         Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
4867         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
4868         toolbar-add-item, if image doesn't have a mask add a `:mask
4869         heuristic'.
4871 2000-09-19  Stefan Monnier  <monnier@cs.yale.edu>
4873         * diff-mode.el: Docstring fixes.
4874         (diff-header-face, diff-comment-face): New faces.
4875         (diff-font-lock-keywords): Highlight a bit differently.
4876         (diff-find-source-location): Don't return SPAN any more.
4877         (diff-hunk-text): Don't bother erasing the temp buffer.
4878         (diff-find-text): Drop argument LINE.
4879         (diff-apply-hunk): Update calls to diff-find-text.
4880         (diff-goto-source): Use pop-to-buffer again and don't raise an error.
4882         * calendar/calendar.el: Docstring fixes.
4883         (calendar-make-alist): Don't quote lambda.
4884         (calendar-star-date): Use make-local-variable.
4886 2000-09-19  Dave Love  <fx@gnu.org>
4888         * toolbar/tool-bar.el: Renamed from toolbar.el.
4889         Change `toolbar' to `tool-bar' generally in symbols.
4890         Make some items invisible in `special' major modes.
4891         (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
4892         Add arg PROPS.
4894         * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
4895         Add :version here.
4896         (fancy-splash-delay, fancy-splash-image): Remove :version here.
4898 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
4900         * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
4902         * files.el (find-file-suppress-same-file-warnings): New user-option.
4903         (find-file-noselect): Use it.
4905         * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
4906         (fancy-splash-screen): Defgroup.
4908         * add-log.el (change-log-font-lock-keywords): Match names
4909         more exactly for the case that font-lock-constant-face is
4910         underlined.
4912 2000-09-19  Richard M. Stallman  <rms@gnu.org>
4914         * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
4916 2000-09-19  Andre Spiegel  <spiegel@gnu.org>
4918         * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
4920 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
4922         * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
4923         * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
4924         * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
4925         * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
4926         * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
4927         * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
4928         * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
4929         * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
4930         * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
4931         * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
4932         * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
4933         * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
4935         * startup.el (fancy-splash-text): New variable.
4936         (fancy-splash-delay, fancy-splash-image): New user-options.
4937         (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
4938         (fancy-splash-screens): New functions.
4939         (command-line-1): If display has a `display' frame parameter, has
4940         colors, and we have XPM support, show more fancy splash screens.
4942 2000-09-19  Dave Love  <fx@gnu.org>
4944         * map-ynp.el (map-y-or-n-p): Check use-dialog-box.  Don't lose
4945         with null `help'.  Use modern backquote syntax.
4947 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
4949         * font-lock.el (font-lock-mode): Change message telling the user
4950         that ``the buffer is too big''.
4952         * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
4953         for instance for the case that tab-width is 2.
4955 2000-09-18  Gerd Moellmann  <gerd@gnu.org>
4957         * toolbar/toolbar.el (toolbar-like-menu-item): Like in
4958         toolbar-add-item, if image doesn't have a mask add a `:mask
4959         heuristic'.
4961 2000-09-18  Miles Bader  <miles@lsi.nec.co.jp>
4963         * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
4964         and return a cons if it's non-nil.
4965         (diff-apply-hunk): Try to jump to the line in the source text
4966         corresponding to the position of point in the in the hunk.
4968         * info.el (Info-title-3-face, Info-title-2-face)
4969         (Info-title-1-face): Use face inheritance and relative sizes
4970         instead of hard-wiring things.
4972         * faces.el (secondary-selection): Make dark-background variant sane.
4974 2000-09-16  Andrew Innes  <andrewi@gnu.org>
4976         * makefile.w32-in (compile-files-CMD): No need to make .elc files
4977         read-only, since they aren't under VC now.
4979 2000-09-17  Dave Love  <fx@gnu.org>
4981         * tmm.el: Replace mapcar with mapc in several places.
4983         * loadhist.el (unload-feature): Maybe call elp-restore-list and
4984         ad-unadvise.
4986         * international/latin1-disp.el: New file.
4988         * calendar/cal-move.el (scroll-calendar-left)
4989         (scroll-calendar-right): Make arg optional (for active mode line).
4991         * calendar/calendar.el (calendar-mode-line-format): Make fields
4992         mouse-sensitive.
4993         (calendar-read-date, calendar-read-date, calendar-window-list):
4994         Unquote lambda.
4995         (calendar-month-name): Use aref, not sref.
4997         * view.el (minor-mode-alist): Propertize the string.
4999         * international/characters.el (standard-case-table): Add entries
5000         for Greek.
5002 2000-09-18  Miles Bader  <miles@gnu.org>
5004         * info.el (info-node, info-xref): Add dark-background variants.
5006         * faces.el (header-line): Change defaults to be less confusing
5007         when mixed with mode-lines.
5009         * info.el (Info-fontify-node): Make a few cleanups.
5010         Add extra `help-echo' and `local-map' props to node xrefs.
5011         Use header-specific faces for node-names & xrefs.
5012         (Info-use-header-line): New variable.
5013         (info-header-xref, info-header-node): New faces.
5014         (Info-setup-header-line): New function.
5015         (Info-select-node): Call Info-setup-header-line when enabled.
5016         (Info-extract-pointer): Work even if the header line is hidden.
5017         (Info-header-line): New variable.
5019 2000-09-16  Stefan Monnier  <monnier@cs.yale.edu>
5021         * vms-patch.el (print-region-function): Don't quote lambda.
5023         * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
5025         * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
5026         (lm-get-header-re): Allow spaces between the header and the colon.
5027         (lm-header): Allow $ in non-RCS headers.
5028         (lm-header-multiline): Put the strings back into order.
5029         Stop at an empty line.  Don't require two space chars if the
5030         line is clearly not another header line.
5032         * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
5033         (popup-menu-popup): Remove.
5035 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
5037         * toolbar/toolbar.el (toolbar-add-item): Use the same image
5038         specification if or if not tool-bar item contains an `:enabled'
5039         property.
5041         * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
5042         current buffer has no file name.
5044 2000-09-15  Dave Love  <fx@gnu.org>
5046         * strokes.el: Sync with maintainer's current version with changes
5047         for Emacs, but avoid runtime cl and levents.
5048         (toplevel):  Change autoloads and compilation requires.
5049         (strokes-version, strokes-bug-address, strokes-lift): Values
5050         changed.
5051         (strokes-xpm-header, strokes-insinuated): New variable.
5052         (strokes): Add :link.
5053         (strokes-mode): Customized.
5054         (strokes-while-inhibiting-garbage-collector): New macro.
5055         (strokes-remassoc): Avoid remove-if.
5056         (strokes-fix-button2-command): Don't use ad-do-it.
5057         (strokes-insinuate): New function.
5058         (strokes-button-press-event-p, strokes-button-release-event-p):
5059         New functions, used instead of non-`strokes-' versions..
5060         (strokes-mouse-event-p): Rewritten.
5061         (strokes-event-closest-point): Avoid event-point.
5062         (strokes-get-grid-position): Avoid cdadr, caadr
5063         (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
5064         functions.
5065         (strokes-help): Use with-output-to-temp-buffer.
5066         (strokes-window-configuration-changed-p): New function.
5067         (strokes-update-window-configuration): Use buffer-live-p,
5068         strokes-window-configuration-changed-p.
5069         (strokes-mode): Use strokes-insinuate.  Alter mouse bindings.
5070         (strokes-char-face): New face.
5071         (strokes-char-table, strokes-base64-chars): New variable.
5072         (strokes-xpm-for-stroke, strokes-list-strokes)
5073         (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
5074         (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
5075         (strokes-xpm-to-compressed-string, strokes-decode-buffer)
5076         (strokes-encode-buffer, strokes-xpm-for-compressed-string)
5077         (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
5078         functions.
5080 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
5082         * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
5084         * image.el (create-image): Doc fix.
5086         * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
5087         instead of `:heuristic-mask t'.
5089 2000-09-14  Andrew Innes  <andrewi@gnu.org>
5091         * makefile.w32-in: Revert to Unix line endings.
5093 2000-09-14  Andrew Innes  <andrewi@gnu.org>
5095         * makefile.w32-in: Add bootstrap support.  Also copy lisp source
5096         when installing.
5098         * makefile.nt (DONTCOMPILE): Fix typo.
5100         * shell.el (shell-write-history-on-exit): New function.
5101         (shell-dumb-shell-regexp): New custom variable.
5102         (shell-mode): Make shell-write-history-on-exit the process
5103         sentinel if shell name matches shell-dumb-shell-regexp.
5105         * w32-fns.el: Comment out before-init-hook function which resets
5106         source-directory based; this breaks bootstrap.
5108 2000-09-14  Dave Love  <fx@gnu.org>
5110         * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
5111         toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
5112         toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
5113         toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
5114         toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
5115         toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
5116         toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm:  New.
5117         From Tuomas Kuosmanen <tigert@gimp.org>.  (Gnome icons fetched
5118         from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
5120         * toolbar/toolbar.el: New.
5122         * subdirs.el: Add toolbar.
5124 2000-09-14  Gerd Moellmann  <gerd@gnu.org>
5126         * indent.el (indent-for-tab-command): Doc fix.
5128 2000-09-14  Alex Schroeder  <alex@gnu.org>
5130         * ansi-color.el (ansi-colors): Doc change.
5131         (ansi-color-get-face): Simplified regexp.
5132         (ansi-color-faces-vector): Added more faces, doc change.
5133         (ansi-color-names-vector): Doc change.
5134         (ansi-color-regexp): Simplified regexp.
5135         (ansi-color-parameter-regexp): New regexp.
5136         (ansi-color-filter-apply): Doc change.
5137         (ansi-color-filter-region): Doc change.
5138         (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
5139         deal with zero length parameters.
5140         (ansi-color-apply-on-region): Doc change.
5141         (ansi-color-map): Doc change.
5142         (ansi-color-map-update): Removed debugging message.
5143         (ansi-color-get-face-1): Added condition-case to trap
5144         args-out-of-range errors.
5145         (ansi-color-get-face): Doc change.
5146         (ansi-color-make-face): Removed.
5147         (ansi-color-for-shell-mode): New option.
5149 2000-09-13  Kenichi Handa  <handa@etl.go.jp>
5151         * international/quail.el (quail-start-translation): Translate KEY
5152         if necessary even if it doesn't have any mapping in the current
5153         input method.
5154         (quail-start-conversion): Likewise.
5155         (quail-help): The output message is improved.
5157 2000-09-13  Miles Bader  <miles@gnu.org>
5159         * comint.el (comint-output-filter): Revert to using
5160         `insert-before-markers'.  Add bletcherous hack to undo damage
5161         caused by `insert-before-markers'.  Put `front-sticky' property on
5162         overlays created here so that the field code understands how the
5163         overlay works.  Use a let when making comint-last-prompt-overlay,
5164         so that the code is easier to read.
5166 2000-09-13  Dave Love  <fx@gnu.org>
5168         * wid-edit.el (widget-default-format-handler): DTRT when
5169         doc-property is a function.
5171 2000-09-12  Francesco Potorti`  <pot@gnu.org>
5173         * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
5174         filed name if it's not there.
5176 2000-09-12  Dave Love  <fx@gnu.org>
5178         * simple.el (read-mail-command): Doc fix.
5179         (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
5181         * vc.el (vc-dired-listing-switches): Fix :version.
5183         * vc-hooks.el: Doc fixes.
5185         * subr.el (add-minor-mode): Use toggle-fun arg.
5187         * speedbar.el: Add :version to several defcustoms.
5189         * imenu.el (imenu--truncate-items, imenu--cleanup)
5190         (imenu--generic-function): Avoid mapcar.
5191         (imenu--replace-spaces): Function removed.
5192         (imenu--completion-buffer): Use subst-char-in-string.
5193         (imenu-add-to-menubar): Use keymap inheritance.
5195 2000-09-12  Miles Bader  <miles@gnu.org>
5197         * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
5198         (diff-mode-map): Bind `diff-test-hunk'.
5199         (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
5201 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
5203         * bytecomp.el (byte-compile-defvar): Undo last change
5204         because it breaks '(make-variable-buffer-local (defvar ...)'
5205         which is used at least in dired.
5207 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
5209         * international/quail.el (quail-define-package): Docstring
5210         modified.
5212 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
5214         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
5215         extra docstrings for "chinese-ccdospy", "chinese-ecdict",
5216         "chinese-etzy", "chinese-sw", and "chinese-ziranma".  Modify the
5217         docstring of "chinese-py".
5219         * international/quail.el (quail-translation-docstring): New
5220         variable.
5221         (quail-show-keyboard-layout): Docstring modified.
5222         (quail-select-current): Likewise.
5223         (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
5224         infinite recursive call.
5225         (quail-help): Check quail-translation-docstring.  Format of the
5226         output changed.
5227         (quail-help-insert-keymap-description): Adjusted for the above
5228         change.
5230 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
5232         * bytecomp.el (byte-compile-defvar): Only cons onto
5233         current-load-list in top-level forms.  Else this leaks a cons cell
5234         every time a defun is called.
5236 2000-09-11  Miles Bader  <miles@lsi.nec.co.jp>
5238         * diff-mode.el (diff-apply-hunk): Function basically rewritten.
5239         Now understands non-unified diffs.  Some functionality moved into
5240         `diff-hunk-text' and `diff-find-text'.  Add OTHER-FILE, DRY-RUN,
5241         POPUP, and NOERROR arguments.  If DRY-RUN is true, don't actually
5242         modify anything.  Only reposition point in the patched file if the
5243         patch succeeds.  Only pop up another window if POPUP is true.
5244         Emit a message describing what happened if successful, and at what
5245         line-offset.  Automatically detect reversed hunks and do something
5246         appropriate.
5247         (diff-hunk-text, diff-find-text): New functions.
5248         (diff-filter-lines): Function removed.
5249         (diff-test-hunk): New function.
5250         (diff-goto-source): Rewritten in terms of diff-apply-hunk.
5252 2000-09-10  Dave Love  <fx@gnu.org>
5254         * textmodes/tildify.el: Minor doc/commentary fixes.
5255         (tildify) <defgroup>: Add :version.
5257         * faces.el (face-x-resources): Make custom type more specific.
5258         (frame-background-mode): Use mapc.
5259         (region) <defcustom>: Add :version.
5261 2000-09-08  Stefan Monnier  <monnier@cs.yale.edu>
5263         * vc-sccs.el (vc-sccs-register):
5264         * vc-rcs.el (vc-rcs-register):
5265         * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
5266         * vc.el (vc-register): Clear file's properties.
5268 2000-09-08  Gerd Moellmann  <gerd@gnu.org>
5270         * faces.el (face-spec-set): Only face-spec-reset-face when
5271         ATTRS is non-nil.
5273 2000-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
5275         * help.el (help-insert-xref-button): Fix a typo in doc string.
5277 2000-09-07  Eli Zaretskii  <eliz@is.elta.co.il>
5279         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5280         Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
5281         methods.
5283         * menu-bar.el (read-mail-item-name): New function.
5284         (menu-bar-tools-menu): Use it to compute and display the package
5285         used to read email.
5286         (menu-bar-tools-menu): Fix typo in GUD's help string.
5288 2000-09-07  Dave Love  <fx@gnu.org>
5290         * diff-mode.el (diff-mouse-goto-source): New function.
5292         * vc-sccs.el: Doc fixes.
5293         (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
5295         * vc-rcs.el: Doc fixes.
5296         (vc-rcs-register-switches, vc-rcs-checkin-switches)
5297         (vc-rcs-checkout-switches, vc-rcs-header)
5298         (vc-rcs-master-templates): Add or change :version.
5300         * vc-cvs.el: Doc fixes.
5301         (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
5302         (vc-cvs-stay-local): Add :version.
5304         * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
5306 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
5308         * international/quail.el (quail-help): Fix previous change.
5310 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
5312         * faces.el (color-values): Doc fix.
5314         * faces.el (frame-set-background-mode): Use frame-parameter
5315         instead of frame-parameters.
5317         * frame.el (filtered-frame-list): Reduce consing.
5318         (frames-on-display-list): Call frame-parameter instead of
5319         frame-parameters.
5321 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
5323         * language/devan-util.el (devanagari-to-indian-region): In the
5324         loop, change the following char, not preceding char.
5326 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
5328         * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
5329         instead of frame-parameters.
5331         * faces.el (set-face-attribute): Simplify by calling
5332         internal-set-lisp-face-attribute with FRAME being 0.
5334         * vc.el: Remove `Id' version control keyword.
5336 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
5338         * help.el (help-make-xrefs): Adjusted for the change of
5339         help-xref-mule-regexp.
5340         (help-insert-xref-button): New function.
5342         * international/mule-cmds.el (help-xref-mule-regexp-template):
5343         Include the pattern for character set.
5344         (leim): New group.
5346         * international/quail.el: Don't require face.
5347         (quail): New group.
5348         (quail-other-command): Dummy command to make quail-help work better.
5349         (quail-keyboard-layout-alist): Add Keyboard type "jp106".
5350         (quail-keyboard-layout-substitution): New variable.
5351         (quail-update-keyboard-layout): New function.
5352         (quail-keyboard-layout-type): New customizable variable.
5353         (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
5354         (quail-keyboard-translate): Pay attention to
5355         quail-keyboard-layout-substitution.
5356         (quail-insert-kbd-layout): New function.
5357         (quail-show-keyboard-layout): New function.
5358         (quail-get-translation): If the definition is a vector of length
5359         1, and the element is a string of length 1, return the character
5360         in that string.
5361         (quail-update-current-translations): Fix the case of
5362         relative-index out of range.
5363         (quail-build-decode-map, quail-insert-decode-map): New Functions.
5364         (quail-help): Show keyboard layout by quail-insert-kbd-layout.
5365         Show key sequences for all available characters.
5366         (quail-help-insert-keymap-description): Don't show such verbose
5367         key bindings as quail-self-insert-command.
5369         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5370         Format changed, and each element now have extra documentations.
5371         (tit-process-header): Delete invalid characters from TIT-PROMPT.
5372         Adjusted for the change of quail-cxterm-package-ext-info.
5374 2000-09-06  Gerd Moellmann  <gerd@gnu.org>
5376         * vc-hooks.el (toplevel): Don't require `vc' during compilation;
5377         requiring it leads to a recursive loading of vc.el and vc-hooks.el
5378         during bootstrap.
5380 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
5382         * vc.el: (toplevel): Don't require `dired' at run-time.
5383         (vc-dired-resynch-file): Remove autoload cookie.
5385 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
5387         * vc.el: Made several backend functions optional.
5388         (vc-default-responsible-p): New function.
5389         (vc-merge): Use RET for first version to trigger merge-news, not
5390         prefix arg.
5391         (vc-annotate): Handle backends that do not support annotation.
5392         (vc-default-merge-news): Removed.  The existence of a merge-news
5393         implementation is now checked on caller sites.
5395         * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
5396         case.
5398         * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
5399         special case that has been removed from the default in vc-hooks.el.
5401 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
5403         * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
5405 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
5407         * vc-hooks.el: Require vc during compilation.
5408         (vc-file-setprop): Use `vc-touched-properties' if bound by the new
5409         macro `with-vc-properties' in vc.el.
5410         (vc-file-getprop): Doc fix.
5411         (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
5413         * vc.el: Require dired-aux during compilation.
5414         (vc-name-assoc-file): Moved to vc-sccs.el.
5415         (with-vc-properties): New macro.
5416         (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
5417         vc-finish-steal): Use it.
5418         (vc-cancel-version): Moved RCS-specific code to vc-rcs.el.  The call
5419         to the backend-specific function is now supposed to do the checkout,
5420         too.
5421         (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
5423         * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
5424         set file properties; that gets done in the generic code now.
5426         * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
5427         Changed parameter list, added code from vc.el that does the
5428         checkout, possibly with a double-take.
5430         * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
5431         (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
5432         the above under the new name.
5433         (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'.  Changed
5434         parameter list, added checkout command.
5435         (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
5436         properties; that gets done in the generic code now.
5438 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
5440         * vc.el: Docstring fixes (courtesy of checkdoc).
5442 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
5444         * vc.el (vc-checkout-writable-buffer-hook)
5445         (vc-checkout-writable-buffer): Remove.
5446         (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
5447         (vc-log-mode): Make it into a clean derived major mode.
5448         (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
5449         vc-log-mode if log-edit is not available.
5450         (vc-dired-mode-map): Don't set-keymap-parent yet.
5451         (vc-dired-mode): Do set-keymap-parent here.
5452         (vc-dired-buffers-for-dir): Nop if dired is not loaded.
5454 2000-09-05  Gerd Moellmann  <gerd@gnu.org>
5456         * faces.el (set-face-attribute, face-spec-reset-face)
5457         (face-spec-set): Avoid consing by removing calls to `apply'.
5459         * frame.el (frame-parameter): Move to C code.
5461 2000-09-05  Dave Love  <fx@gnu.org>
5463         * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
5464         insert-before-markers-and-inherit.  Now checked systematically!
5466 2000-09-05  Alex Schroeder  <alex@gnu.org>
5468         * sql.el (sql-postgres): Use sql-postgres-options.
5469         (sql-postgres-options): New variable.
5471 2000-09-05  Alex Schroeder  <alex@gnu.org>
5473         * sql.el (sql-mode-menu): Work around missing variable mark-active
5474         in XEmacs.
5475         (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
5476         (sql-interactive-mode): Added call to easy-menu-add for XEmacs
5477         compatibility.
5479 2000-09-04  Gerd Moellmann  <gerd@gnu.org>
5481         * vc.el (vc-dired-resynch-file): Add autoload cookie.
5483         * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
5485         * Makefile.in (DONTCOMPILE): Fix typo in file name.
5487 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
5489         * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
5490         don't support anything else under SCCS yet.
5492         * vc-hooks.el: Minor doc fixes.
5494 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
5496         * vc.el (vc-next-action-on-file): Do not visit the file if it's
5497         not necessary.  If verbose in state `needs-patch', do the same as
5498         under `up-to-date'.  When NOT verbose and `needs-patch', check out
5499         latest version instead of `merge-news'.
5500         (vc-next-action-dired): Don't mess with default-directory here; it
5501         breaks other parts of dired.  It is the job of the
5502         backend-specific functions to adjust it temporarily if they need it.
5503         (vc-next-action): Remove a special CVS case.
5504         (vc-clear-headers): New optional arg FILE.
5505         (vc-checkin, vc-checkout): Set properties vc-state and
5506         vc-checkout-time properly.
5507         (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
5508         (vc-print-log): Use new backend function `show-log-entry'.
5509         (vc-cancel-version): Do the checks in a different order.  Added a
5510         FIXME concerning RCS-only code.
5512         * vc-rcs.el (vc-rcs-show-log-entry): New function.
5513         (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
5515         * vc-cvs.el (vc-cvs-show-log-entry): New function.
5517         * vc-hooks.el (vc-default-mode-line-string): Show state
5518         `needs-patch' as a `-' too.
5520 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
5522         * vc.el (vc-responsible-backend): New optional arg REGISTER.
5523         (vc-default-could-register): New function.
5524         (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
5525         (vc-resynch-buffer): Call vc-dired-resynch-file.
5526         (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
5527         vc-resynch-buffer instead of vc-resynch-window.
5528         (vc-next-action-dired): Don't redisplay here, that gets done as a
5529         result of the individual file operations.
5530         (vc-retrieve-snapshot): Corrected prompt order.
5532         * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
5534         * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
5535         as well.
5536         (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p.  Handle
5537         hostname regexps.  Updated all callers.
5538         (vc-cvs-responsible-p): Handle directories as well.
5539         (vc-cvs-could-register): New function.
5540         (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
5541         properties up-to-date.
5543         * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
5544         user whether to create one.
5546 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
5548         * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
5549         check out a non-existing file.
5551         * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
5552         workfile does not exist.
5554         * vc.el (vc-version-diff): Use `require' to check for existence of
5555         diff-mode.
5557 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
5559         * vc-cvs.el (vc-cvs-registered): Use new function
5560         vc-cvs-parse-entry to do the actual work.
5562 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
5564         * vc-hooks.el (vc-find-backend-function): If function doesn't
5565         exist, return nil instead of error.
5566         (vc-call-backend): Doc fix.
5568         * vc.el (vc-do-command): Doc fix.
5569         (vc-finish-logentry): When checking in from vc-dired, choose the
5570         right backend for logentry check.
5571         (vc-dired-mode-map): Inherit from dired-mode-map.
5572         (vc-dired-mode): Local value of dired-move-to-filename-regexp
5573         simplified.
5574         (vc-dired-state-info): Removed, updated caller.
5575         (vc-default-dired-state-info): Use parentheses instead of hyphens.
5576         (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
5577         (vc-dired-listing-switches): New variable.
5578         (vc-directory): Use it, instead of dired-listing-switches.
5580         * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
5581         (vc-cvs-dir-state): New function.
5582         (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
5583         (vc-cvs-parse-entry): New function, also to be used in
5584         vc-cvs-registered.
5586 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5588         * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
5589         *or* single-window-frames.
5591 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
5593         * vc.el (vc-update-changelog): Split into generic part and default
5594         implementation.  Doc string adapted.
5595         (vc-default-update-changelog): New function.  Call the `rcs2log'
5596         script in exec-directory, to fix a long-standing nuisance.
5598         * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
5599         simply signals an error.
5601 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5603         * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
5604         control-flow more clear and to avoid running `cvs' twice.
5606         * vc.el (vc-next-action-on-file): Doc fix.
5607         (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
5608         (vc-print-log): Eval `file' before constructing the continuation.
5610 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
5612         * vc.el (vc-next-action-on-file): Corrected several messages.
5613         (vc-merge): Add prefix arg `merge-news'; handle it.
5615         * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
5616         is not reached.  It is.
5617         (vc-cvs-merge): Set state to 'edited after merge.
5618         (vc-cvs-merge-news): Set workfile version to nil if not known.
5619         (vc-cvs-latest-on-branch-p): Recommented.  Candidate for removal.
5621         * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
5622         via stdout. (Merge from main line.)
5624 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5626         * vc.el (vc-finish-logentry): Thinko in the "same comment"
5627         detection.
5629 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5631         * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
5632         against kill-all-local-variables.
5633         (vc-log-edit): Don't save vc-parent-buffer any more.
5634         (vc-last-comment-match): Initialize to an empty string.
5635         (vc-post-command-functions): New hook.
5636         (vc-do-command): Run it.
5637         (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
5638         (vc-finish-logentry): Only add the comment to the ring if it's
5639         different from the last comment entered.
5640         (vc-new-comment-index): New function.
5641         (vc-previous-comment): Use it.  Make the minibuffer message
5642         slightly less terse.
5643         (vc-comment-search-reverse): Make it work forward as well.  Don't
5644         set vc-comment-ring-index if no match is found.  Use
5645         vc-new-comment-index.
5646         (vc-comment-search-forward): Use vc-comment-search-reverse.
5647         (vc-dired-mode-map): Don't inherit from dired-mode-map since
5648         define-derived-mode will do it for us.  Bind `v' to a keymap that
5649         inherits from vc-prefix-map so that we can bind `vt' without
5650         binding C-x v t.
5651         (vc-retrieve-snapshot): Parenthesis typo.
5653         * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
5654         to 1.  Make sure to switch to *vc* before looking for an error
5655         message.  Use vc-parse-buffer.
5657 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
5659         * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
5660         and NAME.
5661         (vc-retrieve-snapshot): Split into two parts.
5662         (vc-default-retrieve-snapshot): New function.
5664         * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
5665         (vc-cvs-retrieve-snapshot): New function (untested).
5666         (vc-cvs-stay-local): Default to t.
5667         (vc-cvs-remote-p): New function and property.
5668         (vc-cvs-state): Stay local only if the above is t.
5669         (vc-handle-cvs): Removed.
5670         (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
5671         done via vc-handled-backends now.
5672         (vc-cvs-header): Escape Id.
5674 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5676         * vc.el (vc-do-command): Remove unused commands.
5677         (vc-version-diff): Make sure default-directory ends with a slash.
5678         Move the window commands into a vc-exec-after.
5679         (vc-print-log): Move more of the code into the `vc-exec-after'.
5681 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
5683         * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
5684         (vc-print-log): Search current revision from beginning of buffer.
5685         (vc-revert-buffer): Clear echo area after the diff is finished.
5686         (vc-prefix-map): Removed definition of "t" for terse display in vc
5687         dired.
5688         (vc-dired-mode-map): Inherit from dired-mode-map.  Added
5689         definition of "vt" for terse display.
5690         (vc-dired-mode): Fix dired-move-to-filename-regexp.
5692 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5694         * vc.el (vc-exec-after): Avoid caddr.
5696 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5698         * vc.el (vc-exec-after): New function.
5699         (vc-do-command): Use it to add a termination message for async
5700         procs.
5701         (vc-checkout): Try to handle a missing-backend situation.
5702         (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
5703         of a directory with a backend using async diffs.
5704         (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
5705         present.
5707         * vc-sccs.el (vc-sccs-state-heuristic): Use
5708         file-ownership-preserved-p.
5710         * vc-rcs.el (vc-rcs-state-heuristic): Use
5711         file-ownership-preserved-p.
5712         (vc-rcs-checkout): Remove the error-handling for missing-rcs.
5714 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
5716         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
5717         vc-do-command.
5719         * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
5720         when there are no changes.
5722 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
5724         * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
5726         * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
5728 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5730         * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
5732         * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
5733         the `fset' outside of the defvar so that it works even if
5734         vc-prefix-map was already defined.
5735         (vc-setup-buffer): New function, split out of vc-do-command.
5736         (vc-do-command): Allow BUFFER to be t to mean `just use the
5737         current buffer without any fuss'.
5738         (vc-version-diff): Change the `diff' backend operation to just put
5739         the diff in the current buffer without erasing it.  Always use
5740         *vc-diff* even for directory-diffs.  Use vc-setup-buffer.  Protect
5741         shrink-window-if-larger-than-buffer.
5742         (vc-print-log): Change the `print-log' backend operation to just
5743         put the log in the current buffer without erasing it.  Protect
5744         shrink-window-if-larger-than-buffer.
5745         (vc-update-change-log): Fix setd typo.
5747         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
5748         (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
5750         * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
5751         (vc-rcs-diff): Insert in the current buffer and remove unused arg
5752         CMP.
5754         * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
5755         with-temp-file.  Use the new BUFFER=t argument to vc-do-command.
5756         (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
5758 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
5760         * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
5761         not possible, use vc-BACKEND-workfile-unchanged-p.
5762         (vc-default-workfile-unchanged-p): New function.  Delegates to a
5763         full vc-BACKEND-diff.
5765         * vc-hooks.el (vc-simple-command): Removed.
5767         * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
5768         instead of vc-simple-command.
5769         (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
5770         avoid doing a diff when opening a file.
5771         (vc-rcs-state): Added check for unlocked-changes.
5772         (vc-rcs-header): Escape Id.
5773         (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
5774         (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
5775         version.
5777         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
5778         (vc-sccs-diff): Remove optional arg CMP.
5779         (vc-sccs-state): Call vc-workfile-unchanged-p, not the
5780         SCCS-specific function.
5782         * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
5783         vc-simple-command.
5785 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5787         * vc.el (vc-editable-p): Renamed from vc-writable-p.
5788         (with-vc-file, vc-merge): Use vc-editable-p.
5789         (vc-do-command): Remove unused var vc-file and fix the
5790         doubly-defined `status' var.  Add a user message when starting an
5791         async command.
5792         (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
5793         (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
5794         Use with-current-buffer.
5795         (vc-buffer-sync): Use unless.
5796         (vc-next-action-on-file): If the file is 'edited by read-only,
5797         make it read-write instead of trying to commit.
5798         (vc-version-diff, vc-update-change-log): Use `setq
5799         default-directory' rather than `cd'.
5800         (vc-log-edit): Don't forget to set default-directory in the
5801         buffer.
5803         * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
5804         (vc-sccs-state-heuristic): Use file-writable-p instead of
5805         comparing userids.
5806         (vc-sccs-checkout): Use `unless'.
5808         * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
5809         of comparing userids.
5810         (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
5811         Simplify the logic by eliminating unreachable code.
5812         (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
5813         just do a recursive call if we need to retry.
5814         (vc-rcs-checkout): Handle the case where rcs is missing by making
5815         the buffer read-write if requested and re-signalling the error.
5817         * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
5819 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5821         * vc-hooks.el (vc-handled-backends): Docstring change.
5822         (vc-ignore-vc-files): Mark obsolete.
5823         (vc-registered): Check vc-ignore-vc-files.
5824         (vc-find-file-hook, vc-file-not-found-hook): Don't check
5825         vc-ignore-vc-files.
5827         * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
5829 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5831         * vc.el (vc-checkout): Don't do anything special for ange-ftp
5832         files since ange-ftp already has vc-registered return nil.
5834         * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
5835         (vc-sccs-workfile-version): Use with-temp-buffer and new
5836         vc-parse-buffer and don't bother setting the property.
5837         (vc-sccs-add-triple): Use with-current-buffer and
5838         find-file-noselect.
5839         (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
5841         * vc-rcs.el (vc-rcs-find-most-recent-rev): New function.  The code
5842         derives from the old vc-parse-buffer but uses the revision number
5843         rather than the date (much easier to compare robustly).
5844         (vc-rcs-fetch-master-state): Use `with-temp-buffer'.  Adapt to the
5845         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).  Find the
5846         locking-user more directly.  Check strict locking and set
5847         checkout-model appropriately.
5848         (vc-rcs-parse-locks): Remove.
5849         (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
5850         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
5851         (vc-rcs-system-release): Use with-current-buffer and
5852         vc-parse-buffer.
5853         (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
5855         * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
5856         (vc-simple-command): Docstring fix.
5857         (vc-registered): Align the way the file-handler is called with the
5858         way the function itself works.
5859         (vc-file-owner): Remove.
5861         * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer.  Reorder
5862         extraction of fields and call to file-attributes because of a
5863         temporary bug in rcp.el.
5864         (vc-cvs-fetch-status): Use with-current-buffer.
5866 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5868         * vc.el (vc-do-command): Use file-relative-name.
5869         (vc-responsible-backend): Use vc-backend if possible.
5870         (vc-create-snapshot): Improve the `interactive' spec. Add support
5871         for branches and dispatch to backend-specific `create-snapshot'.
5872         (vc-default-create-snapshot): New function, containing the bulk of
5873         the old vc-create-snapshot.
5874         (vc-retrieve-snapshot): Improve the interactive spec.
5876         * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
5877         (vc-backend-hook-functions): Remove.
5878         (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
5879         (vc-backend): Reintroduce the test for `file = nil' now that I
5880         know why it was there (and added a comment to better remember).
5882         * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
5883         code from vc-sccs-hooks.el.
5884         (vc-sccs-release, vc-sccs-system-release): Remove.  Don't require
5885         'vc anymore.
5886         (vc-sccs-responsible-p): Use expand-file-name instead of concat
5887         and file-directory-p instead of file-exists-p.
5888         (vc-sccs-check-headers): Simplify the regexp.
5890         * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
5891         from vc-rcs-hooks.el.  Don't require 'vc anymore.
5892         (vc-rcs-responsible-p): Use expand-file-name instead of concat and
5893         file-directory-p instead of file-exists-p.
5895         * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
5896         from vc-cvs-hooks.el.
5897         (proto vc-cvs-registered): Require 'vc-cvs instead of
5898         'vc-cvs-hooks.  Don't require 'vc anymore.
5899         (vc-cvs-responsible-p): Use expand-file-name instead of concat and
5900         file-directory-p instead of file-exists-p.
5901         (vc-cvs-create-snapshot): New function, replacing
5902         vc-cvs-assign-name.
5903         (vc-cvs-assign-name): Remove.
5905 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5907         * vc-cvs.el (vc-cvs-header): New var.
5909         * vc-rcs.el (vc-rcs-exists): Remove.
5910         (vc-rcs-header): New var.
5912         * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
5913         `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
5914         (vc-sccs-header): New var.
5916         * vc.el (vc-do-command): Get rid of the `last' argument.
5917         (vc-header-alist): Remove, replaced by vc-X-header.
5918         (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
5919         (vc-dired-hook): Use expand-file-name instead of concat.
5920         (vc-directory): Use file-name-as-directory.
5921         (vc-snapshot-precondition, vc-create-snapshot)
5922         (vc-retrieve-snapshot): Allow the command to operate on any
5923         directory.
5925         * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
5926         just removing the 'WORKFILE argument or by removing the 'MASTER
5927         argument and replacing `file' with (vc-name file).
5929 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5931         * vc.el: Update Copyright and add a crude list of backend funs.
5932         (vc-writable-p): New function.
5933         (with-vc-file): Use vc-writable-p.
5934         (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
5935         (vc-register): Avoid vc-name.
5936         (vc-locking-user): Remove.
5937         (vc-steal-lock): Make the `owner' arg non-optional.
5938         (vc-merge): Use vc-writable-p instead of vc-locking-user and
5939         vc-checkout-model.
5940         (vc-default-dired-state-info): Use vc-state instead of
5941         vc-locking-user and return special strings for special states.
5942         (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
5943         and get rid of one of the special CVS cases.
5944         (vc-cancel-version): prettify error message with \\[...].
5945         (vc-rename-master): New function.
5946         (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
5947         use vc-rename-master) instead of vc-BACKEND-record-rename.  Make
5948         the CVS special case generic.
5949         (vc-default-record-rename): Remove.
5950         (vc-file-tree-walk-internal): Only call FUNC for files that are
5951         under control of some VC backend and replace `concat' with
5952         expand-file-name.
5953         (vc-file-tree-walk): Update docstring.
5954         (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
5955         (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
5957         * vc-sccs.el (vc-sccs-rename-file): Renamed from
5958         vc-sccs-record-rename.  Use `find-file-noselect' rather than
5959         `find-file' and call `vc-rename-master' to do the actual move.
5960         (vc-sccs-diff): Remove unused `backend' variable.
5962         * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
5963         to delay loading of vc-sccs until it is really used.
5964         (vc-sccs-master-templates): Preload.
5965         (vc-sccs-state): Update call to vc-sccs-parse-locks.
5966         (vc-sccs-project-dir): Remove (merged into
5967         vc-sccs-search-project-dir).
5968         (vc-sccs-search-project-dir): Rewrite using file name handling ops
5969         rather than `concat', make sure it is preloaded and don't bother
5970         to check that the file actually exists.
5971         (vc-sccs-parse-locks): Remove unused `file' argument, remove
5972         `locks' argument (use buffer's content instead) and eliminate n^2
5973         behavior.
5975         * vc-rcs.el: Update Copyright.
5976         (vc-rcs-rename-file): New function.
5977         (vc-rcs-diff): Remove unused `backend' variable.
5979         * vc-hooks.el: Update Copyright.
5980         (vc-backend): Don't accept a nil argument any more.
5981         (vc-up-to-date-p): Turn into a defsubst.
5982         (vc-possible-master): New function.
5983         (vc-check-master-templates): Use `vc-possible-master' and allow
5984         funs in vc-X-master-templates to return a non-existent file.
5986         * vc-cvs.el: Update Copyright.
5987         (vc-cvs-diff): Remove unused `backend' variable.
5988         (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
5990         * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
5992 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5994         * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
5995         since it can be called from vc-rcs.el.
5996         (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
5998 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6000         * vc.el (vc-version-diff): Expand file name read from the
6001         minibuffer.  Handle the case when a previous version number can't
6002         be guessed.  Give suitable messages when there were no differences
6003         found.
6004         (vc-clear-headers): Call backend-specific implementation, if one
6005         exists.
6006         (vc-cancel-version): Made error checks generic.  When done, clear
6007         headers generically, too.
6009         * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
6010         from vc-clear-headers in vc.el.
6012         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
6013         correctly.
6014         (vc-rcs-latest-on-branch-p): Made second argument VERSION
6015         optional.  Handle the case when it's not there.
6017 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6019         * vc.el (vc-locking-user): Moved from vc-hooks.el.
6021 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6023         * vc-hooks.el (vc-loadup): Remove.
6024         (vc-find-backend-function): Use `require'.  Also, handle the case
6025         where vc-BACKEND-hooks.el doesn't exist.
6026         (vc-call-backend): Cleanup.
6028 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6030         * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
6031         vc-rcs-grab-templates)
6032         (vc-rcs-registered): Remove.  The default function works as well.
6033         * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
6034         vc-sccs-grab-templates)
6035         (vc-sccs-registered): Remove.  The default function works as well.
6037         * vc.el (vc-version-diff): Left out a vc- in call to
6038         vc-call-backend.
6039         (vc-default-dired-state-info, vc-default-record-rename)
6040         (vc-default-merge-news): Update for the new backend argument.
6042         * vc-hooks.el (vc-find-backend-function): Return a cons cell if
6043         using the default function.
6044         (vc-call-backend): If calling the default function, pass it the
6045         backend as first argument.  Update the docstring accordingly.
6046         (vc-default-state-heuristic, vc-default-mode-line-string): Update
6047         for the new backend argument.
6048         (vc-make-backend-sym): Renamed from vc-make-backend-function.
6049         (vc-find-backend-function): Use the new name.
6050         (vc-default-registered): New function.
6052 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6054         * vc.el (vc-merge): Use vc-find-backend-function.
6056         * vc-hooks.el (vc-backend-functions): Remove.
6057         (vc-loadup): Don't setup 'vc-functions.
6058         (vc-find-backend-function): New function.
6059         (vc-call-backend): Use above fun and populate 'vc-functions
6060         lazily.
6061         (vc-backend-defines): Remove.
6063 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6065         * vc.el (vc-register): Put a FIXME note for a newly found bug.
6066         Call vc-call-backend without the leading vc-.
6067         (vc-responsible-backend, vc-finish-logentry, vc-annotate)
6068         (vc-check-headers): Call vc-call-backend without the leading vc-.
6069         (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
6070         (vc-annotate-display): Replace confusing use of `cond' with `or'.
6071         Call vc-call-backend without the leading vc-.
6073         * vc-cvs.el (tail): Provide vc-cvs.
6074         * vc-sccs.el (tail): Provide vc-sccs.
6075         * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
6077         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
6078         (vc-make-backend-function, vc-call): Pass names without leading
6079         `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
6080         (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
6081         (vc-call-backend): Always try to load vc-X-hooks.
6082         (vc-registered): Remove vc- in call to vc-call-backend.
6084 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6086         * vc.el (vc-process-filter): New function.
6087         (vc-do-command): Setup `vc-process-filter' for the async process.
6088         (vc-maybe-resolve-conflicts): New function to reduce
6089         code-duplication.  Additionally, it puts the buffer in
6090         `smerge-mode' if applicable.
6091         (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
6092         calling `merge-news'.
6093         (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
6094         (vc-log-edit): New function.  Replacement for `vc-log-mode' by
6095         interfacing to log-edit.el.
6096         (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
6097         log-edit is available.
6098         (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
6100 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6102         * vc.el (vc-register): Remove `vc-buffer-backend' setup.
6103         (vc-log-mode-map): New name for vc-log-entry-mode and merge the
6104         defvar and the initialization.
6105         (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
6107         * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
6108         (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
6110         * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
6112 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6114         * vc.el (vc-file-clear-masterprops): Removed.
6115         (vc-checkin, vc-revert-buffer): Removed calls to the above.
6116         (vc-version-diff): Use buffer-size without argument.
6117         (vc-register): Heed vc-initial-comment.
6119         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
6120         default branch.
6122         * vc-rcs.el (vc-rcs-register): Parse command output to find master
6123         file name and workfile version.
6124         (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
6126         * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
6127         vc-file-clear-masterprops.
6129         * vc-sccs.el (vc-sccs-checkout): Removed call to
6130         vc-file-clear-masterprops.  If writable, set vc-state to 'edited
6131         rather than user login name.
6134 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6136         * vc.el (vc-workfile-unchanged-p): Remove unused argument
6137         `want-differences-if-changed' and simplify.
6138         (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
6139         (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
6140         output (which is invalid for async vc-diff) to decide whether to
6141         do the revert silently or not.
6143 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6145         * vc-hooks.el (vc-loadup): Load files quietly.
6146         (vc-call-backend): Oops, brain fart.
6148 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6150         * vc-cvs.el (vc-cvs-state): Typo.
6151         (vc-cvs-merge-news): Return the status code rather than the error msg.
6153 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6155         * vc.el (with-vc-file, vc-next-action, vc-version-diff)
6156         (vc-dired-mark-locked): Replaced usage of vc-locking-user with
6157         vc-state or vc-up-to-date-p.
6158         (vc-merge): Use vc-backend-defines to check whether merging is
6159         possible.  Set state to 'edited after successful merge.
6161         * vc-hooks.el (vc-locking-user): If locked by the calling user,
6162         return that name.  Redocumented.
6164 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6166         * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
6167         new `vc-state' semantics.
6168         (vc-finish-steal): Set 'vc-state to 'edited rather than setting
6169         'vc-locking-user to the current user.
6170         (vc-merge): Inline vc-backend-merge.  Comment out code that I
6171         don't understand and hence can't adapt to the new `vc-state' and
6172         `vc-locking-user' semantics.
6173         (vc-backend-merge): Remove.
6175         * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
6176         rather than 'vc-locking-user.
6178         * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
6180         * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
6181         (vc-state): Don't use 'reserved any more.  Just use the same
6182         convention as the one used for vc-<backend>-state where the
6183         locking user (as a string) is returned.
6184         (vc-locking-user): Update, based on the above convention. The
6185         'vc-locking-user property has disappeared.
6186         (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
6188         * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
6189         with a heuristic one.
6190         (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
6191         (vc-cvs-checkin): Do a trivial parse to set the state in case of
6192         error.  That allows us to get to 'needs-merge even in the
6193         stay-local case.  There's still no way to detect 'needs-patch in
6194         such a setup (or to force an update for that matter).
6195         (vc-cvs-logentry-check): Remove, the default works as well.
6197 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6199         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
6201         * vc.el (vc-do-command): kill-all-local-variables, to reset any
6202         major-mode in which the buffer might have been put earlier.  Use
6203         `remove' and `when'.  Allow `okstatus' to be `async' and use
6204         `start-process' in this case.
6205         (vc-version-diff): Handle the case where the diff looks empty
6206         because of the use of an async process.
6208 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6210         * vc.el (vc-next-action-on-file): Removed optional parameter
6211         `simple'.  Recompute state unconditionally.
6212         (vc-default-toggle-read-only): Removed.
6214         * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
6215         (vc-toggle-read-only): Undid prev change.
6217         * vc-cvs.el (vc-cvs-stay-local): Renamed from
6218         vc-cvs-simple-toggle.  Redocumented.
6219         (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
6220         (vc-cvs-toggle-read-only): Removed.
6222 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6224         * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
6225         (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
6226         (vc-release-greater-or-equal-p): Move to vc-rcs.el.
6227         (vc-file-clear-masterprops): Braindead "fix".  It was a nop and
6228         still is. So maybe it should be removed.
6229         (vc-head-version, vc-find-binary): Remove.
6230         (vc-recompute-state): Move from vc-hooks.el.
6231         (vc-next-action-on-file): Add a `simple' argument to allow
6232         avoiding the `recompute' step (use for vc-cvs-simple-toggle).
6233         (vc-default-toggle-read-only, vc-default-record-rename): New funs.
6234         (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
6235         (vc-dired-mode-map): Properly defvar it.
6236         (vc-print-log): Call log-view-mode if available.
6237         (small-temporary-file-directory): defvar instead of use boundp.
6238         (vc-merge-news): Moved to vc-cvs.el.
6239         (vc-default-merge-news): New function.
6241         * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
6242         (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
6243         (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
6244         unknown `vc-latest-version' function.  It should probably refer to
6245         vc-workfile-version or somesuch, but it's very unclear to me and I
6246         don't have SCCS to test things.
6248         * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
6249         (vc-sccs-state-heuristic): Fix typo.
6250         (vc-sccs-workfile-unchanged-p): Add missing argument.
6252         * vc-rcs.el: Require vc and vc-rcs-hooks.
6253         (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
6254         (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
6255         (vc-release-greater-or-equal-p): Move from vc.
6256         (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
6257         vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
6258         (vc-rcs-checkout): Add a missing `new-version' argument in the
6259         call to vc-rcs-latest-on-branch-p.  Hopefully that was the right one.
6261         * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
6262         (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
6263         (vc-rcs-latest-on-branch-p): Use the `version' argument rather
6264         than the apparently unbound `workfile-version'.
6266         * vc-hooks.el (vc-master-templates): Def the obsolete var.
6267         (vc-file-prop-obarray): Use `make-vector'.
6268         (vc-backend-functions): Add new hookable functions
6269         vc-toggle-read-only, vc-record-rename and vc-merge-news.
6270         (vc-loadup): If neither backend nor default functions exist, use
6271         the backend function rather than nil.
6272         (vc-call-backend): If the function if not bound yet, try to load
6273         the non-hook file to see if it provides it.
6274         (vc-call): New macro plus use it wherever possible.
6275         (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
6276         nor `vc-find-binary' since it's only called from
6277         vc-mistrust-permission which is only used once the backend is known.
6278         (vc-checkout-model): Fix parenthesis.
6279         (vc-recompute-state, vc-prefix-map): Move to vc.el.
6281         * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
6282         (vc-cvs-release, vc-cvs-system-release): Remove.
6283         (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
6284         (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
6285         status symbols.
6286         (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
6287         (vc-cvs-toggle-read-only): First cut at a function to allow a
6288         cvs-status-free vc-toggle-read-only.
6289         (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
6290         (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
6291         vc-cvs-status.  Also set vc-state rather than vc-locking-user.
6292         (vc-cvs-checkout): Modify access rights directly if the user
6293         requested not to use `cvs edit'.  And refresh the mode line.
6295         * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
6296         (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
6298 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6300         * vc-cvs.el (vc-cvs-checkout): Docstring fix.  Added a `(if
6301         workfile' that got lost when the code was extracted from vc.el.
6302         And merged the tail with the rest of the code (not possible in the
6303         old vc.el where the tail was shared among all backends).  And
6304         explicitly set the state to 'edited if `writable' is set.
6306         * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
6307         (vc-cvs-state): Be careful to return the value from
6308         vc-cvs-parse-state.
6309         (vc-cvs-parse-status): Use expand-file-name.  Don't set 'vc-state
6310         property but return it instead.  Also be careful to handle a nil
6311         or "" `rev' when workfile is non-nil (it was handled properly when
6312         workfile was nil).
6314         * vc.el: Removed those pesky unnecessary `(function' quotes.
6315         (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
6316         directly in the defvar.
6317         (vc-do-command): Bind inhibit-read-only so as to properly handle
6318         the case where the destination buffer has been made read-only.
6319         (vc-diff): Delegate to vc-version-diff in all cases.
6320         (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
6321         (vc-annotate-mode-variables): Removed (code moved partly to
6322         defvars and partly to vc-annotate-add-menu).
6323         (vc-annotate-mode): Turned into a derived-mode.
6324         (vc-annotate-add-menu): Moved in code in
6325         vc-annotate-mode-variables.
6326         (vc-update-change-log): Use make-temp-file if available.
6328 2000-09-04  Martin Lorentzson  <martinl@delysid.gnu.org>
6330         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
6331         `vc-checkout-model' updated to `vc-cvs-update-model'.
6333 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6335         * vc.el (vc-next-action-on-file): Added handling of state
6336         `unlocked-changes'.
6337         (vc-checkout-carefully): Is now practically obsolete, unless the
6338         above is too slow to be enabled unconditionally.
6339         (vc-update-change-log): Fixed typo.
6341         * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
6343         * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
6344         Now handles state `unlocked-changes'.
6345         (vc-sccs-workfile-unchanged-p): New function, to support the above.
6347         * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
6349         * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
6350         (vc-rcs-fetch-master-state): Bug fixes.  Recognize state
6351         `unlocked-changes'.
6352         (vc-rcs-workfile-unchanged-p): Renamed from
6353         `vc-rcs-workfile-unchanged'.  This is not a real backend-specific
6354         function yet, but supposed to become one soon.
6356         * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
6357         `vc-steal-lock'.
6358         (vc-call-backend): Changed error message.
6359         (vc-state): Added description of state `unlocked-changes'.
6361 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6363         * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
6364         always return t in CVS-controlled directories.
6366         * vc.el (vc-responsible-backend): New function.
6367         (vc-register): Largely rewritten.
6368         (vc-admin): Removed (implementation moved into vc-register).
6369         (vc-checkin): Redocumented.
6370         (vc-finish-logentry): If no backend defined yet (because we are in
6371         the process of registering), use the responsible backend.
6373         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
6374         Updated function lists.
6375         (vc-call-backend): Fixed typo.
6377         * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
6378         New functions.
6379         (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
6380         Removed query option.  Redocumented.
6382 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6384         * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
6386         * vc.el: Updated callers of `vc-checkout-required' to use
6387         `vc-checkout-model'.
6389 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
6391         * vc-rcs.el (vc-rcs-backend-release-p): function added.  other
6392         stuff updated to reference this function instead of the old
6393         `vc-backend-release-p'.
6395 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6397         * vc-sccs-hooks.el (vc-uses-locking): Renamed to
6398         vc-checkout-model.  Return appropriate values.  Updated callers.
6400 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
6402         * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
6403         (vc-backend-revert): Function moved into `vc-revert';
6404         `vc-next-action' must be updated to accomodate this change.
6405         (vc-backend-steal): Function moved into `vc-finish-steal'.
6406         (vc-backend-logentry-check): Function moved into
6407         `vc-finish-logentry'.
6408         (vc-backend-printlog): Function moved into `vc-print-log'.
6409         (vc-backend-uncheck): Function moved into `vc-cancel-version'.
6410         (vc-backend-assign-name): Function moved into
6411         `vc-create-snapshot'.
6413 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6415         * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
6416         Rename to vc-checkout-model.  Return appropriate values.
6417         Update callers.
6419         * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
6420         to vc-checkout-model.
6421         (vc-checkout-required): Rename to vc-checkout-model.
6422         Re-implement and re-comment.
6423         (vc-after-save): Use vc-checkout-model.
6425 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
6427         * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
6428         Update to use the vc-BACKEND-diff functions instead.
6429         `vc-diff' is now working.
6431         * vc-rcs.el (vc-rcs-logentry-check): New function.
6433         * vc-cvs.el (vc-cvs-logentry-check): New function.
6435         * vc-sccs.el (vc-sccs-diff): Function changed name from
6436         `vc-backend-diff'.  This makes `vc-diff' work.
6438         * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
6439         of functions possibly implemented in a vc-BACKEND library.
6440         (vc-checkout-required): Fix bug that caused an error to be
6441         signaled during `vc-after-save'.
6443         * vc.el: Fix typo.
6444         This checkin is made with our new VC code base for the very first time.
6445         A simple `(vc-checkin (buffer-file-name))' was used to perform it.
6447         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
6448         `vc-checkout-required' updated to `vc-cvs-uses-locking'.
6450         * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
6451         updated to `vc-uses-locking'.
6452         (vc-checkout-required): Call to backend function.
6453         `vc-checkout-required' updated to `vc-uses-locking' instead.
6455         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
6456         `vc-checkout-required' updated to `vc-rcs-uses-locking'.
6458         * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
6459         to match the split into various backends.
6460         (vc-backend-checkin): Remove.  Merge with `vc-checkin'.
6461         (vc-retrieve-snapshot): Bug fix.
6463 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6465         * vc-sccs.el (vc-sccs-release): Doc fix.
6467 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
6469         * vc.el (vc-next-action-on-file): Bug found and fixed.
6470         (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
6471         (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
6473         * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
6474         (vc-rcs-checkout): Name space cleaned up.  No more revision number
6475         crunching function names that are not prefixed with vc-rcs.
6476         (vc-rcs-checkout-model): Function added.  References to
6477         `vc-checkout-model' replaced.
6479 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6481         * vc.el (vc-next-action-on-file): Rewritten for the new state model.
6482         (vc-backend-merge-news): Renamed to `vc-merge-news'.  (Specific parts
6483         still need to be split, and implemented for RCS).
6485 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
6487         * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
6489         * vc-sccs.el (vc-sccs-admin): Added the query-only option as
6490         required by the vc.el file.
6492         * vc-rcs.el (vc-rcs-admin): Added the query-only option as
6493         required by the vc.el file.
6494         (vc-rcs-exists): Function added.
6496         * vc-cvs.el (vc-cvs-admin): Added the query-only option as
6497         required by the vc.el file.
6499         * vc.el (vc-admin): Updated to handle selection of appropriate
6500         backend.  Current implementation is crufty and need re-thinking.
6502         * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
6504 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
6506         * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
6507         beginning of annotate buffers correctly.
6509         * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
6510         (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
6511         functionality updated quite a lot to support multiple backends.
6512         Variables `vc-annotate-mode', `vc-annotate-buffers',
6513         `vc-annotate-backend' added.
6515         * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
6516         `vc-annotate-difference' added to supported backend functions.
6518 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6520         * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
6521         Use with-temp-file instead of /bin/sh.  Merged from mainline
6523 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
6525         * vc-sccs-hooks.el (vc-sccs-registered): Updated.
6527         * vc-rcs-hooks.el (vc-rcs-registered): Updated.
6529         * vc-cvs-hooks.el (vc-cvs-registered): Updated.
6531 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
6533         * vc-hooks.el: vc-state-heuristic added to
6534         vc-backend-hook-functions.
6536         * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
6538         * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
6540         * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
6541         `vc-uses-locking' to `vc-checkout-required'.  Rename the `locked'
6542         state to `reserved'.
6544         * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
6545         `vc-checkout-required'.  Rename the `locked' state to `reserved'.
6547 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6549         * vc-rcs-hooks.el: Implement new state model.  Hardly anything
6550         untouched.
6552         * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
6554         * vc.el (vc-update-change-log): Use small-temporary-file-directory,
6555         if defined.  (Merged from main line, slightly adapted.)
6557         * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
6558         millenium problem (merged from mainline).
6560 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
6562         * vc-cvs.el: Split the annotate feature into a BACKEND-specific
6563         part and moved the non-BACKEND stuff to vc.el.
6565         * vc.el: Split the annotate feature into a BACKEND specific part
6566         and moved it from the vc-cvs.el file to this one.
6568 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6570         * vc-hooks.el: Implement new state model.
6571         (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
6572         (vc-locking-user): Simplify.  Now only needed if the file is
6573         locked by somebody else.
6574         (vc-lock-from-permissions): Remove.  Functionality is in
6575         vc-sccs-hooks.el and vc-rcs-hooks.el now.
6576         (vc-mode-line-string): New name for former vc-status.  Adapted.
6577         (vc-mode-line): Adapt to use the above.  Remove optional parameter.
6579         * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
6580         Various simplifications and adaptations all over the place.
6582         * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
6583         Simplify and adapt the rest.
6585         * vc.el (vc-resynch-window): Add TODO comment: check for
6586         interaction with view mode according to recent RCS change.
6587         (vc-backend-merge-news): Merge "CMUP" patch from mainline.
6589 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
6591         * vc.el: Convert the remaining function comments to docstrings.
6593 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
6595         * vc.el (vc-backend-release, vc-release-greater-or-equal)
6596         (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
6597         (vc-minor-part, vc-previous-version): Functions that operate and
6598         compare revision numbers got proper documentation.  Comments added
6599         about their possible removal.
6601 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
6603         * vc.el (vc-latest-on-branch-p): Function removed and replaced in
6604         the vc-backend.el files.
6606         * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
6608         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
6609         (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
6610         (vc-rcs-previous-version): Functions added.
6612         * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
6614         * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
6616 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6618         * vc-hooks.el (vc-master-templates): Is really obsolete.
6619         Comment out the definition for now.  What is the right procedure
6620         to get rid of it?
6621         (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
6622         rewritten.
6623         (vc-default-registered): Remove.
6624         (vc-check-master-templates): New function; does mostly what the
6625         above did before.
6626         (vc-locking-user): Don't rely on the backend to set the property.
6628         * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
6629         Rewrite documentation.
6630         (vc-rcs-templates-grabbed): New variable.
6631         (vc-rcs-grab-templates): New function.
6632         (vc-rcs-registered): Rewrite to use above mechanism.
6634         * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
6635         Rewrite documentation.
6636         (vc-sccs-templates-grabbed): New variable.
6637         (vc-sccs-grab-templates): New function.
6638         (vc-sccs-registered): Rewrite to use above mechanism.
6639         (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
6640         Don't throw the result, simply return it.
6642         * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
6643         (vc-cvs-find-master): Remove.  Code is now in vc-cvs-registered.
6644         (vc-cvs-registered): Does the check itself now.  Simplify.
6646         * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
6647         from main line.
6649 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
6651         * vc-cvs.el (vc-cvs-diff): New function.
6653         * vc-sccs.el (vc-sccs-diff): New function.
6655         * vc-rcs.el (vc-rcs-diff): New function.
6656         (vc-rcs-checkout): Bug (typo) found and fixed.
6657         (vc-rcs-register-switches): New variable.
6659         * vc.el (vc-backend-diff): Function removed and placed in the
6660         backend files.
6662 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
6664         * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
6666         * vc.el (vc-backend-checkout): Function removed and replaced in
6667         the vc-backend.el files.
6669         * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
6671         * vc.el (vc-backend-admin): Removed and replaced in the
6672         vc-backend.el files.
6674         * vc.el (Martin): Removed all the annotate functionality since it
6675         is CVS backend specific.
6677 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6679         * spec.txt: Added specification of vc-state.
6681         * vc-sccs-hooks.el (vc-sccs-master-properties):
6682         Remove handling of vc-latest-version and
6683         vc-your-latest-version.  What used to be vc-latest-version, is now
6684         returned as vc-workfile-version.
6685         (vc-sccs-workfile-version): Adapt.
6687 2000-09-04  Dave Love  <fx@gnu.org>
6689         * vc.el: [Merged from mainline.]
6690         (vc-dired-mode): Make the dired-move-to-filename-regexp
6691         regexp match the date, to avoid treating date as file size.
6692         Add YYYY S option to WESTERN/
6694 2000-09-04  Dave Love  <fx@gnu.org>
6696         * vc.el: Require `compile' when compiling.
6697         (vc-logentry-check-hook): New option.
6698         (vc-steal-lock): Use compose-mail.
6699         (vc-dired-mode-map): Defvar when compiling.
6700         (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
6701         vc-sccs.el and renamed.  Callers changed.
6702         (vc-backend-checkout, vc-backend-logentry-check)
6703         (vc-backend-merge-news): Doc fix.
6704         (vc-default-logentry-check): New function.
6705         (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
6706         (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
6707         (vc-backend-merge): Doc fix.  Use backend functions.
6708         (vc-check-headers): Use backend functions.
6710         * vc-cvs.el: Require vc when compiling.
6711         (vc-cvs-register-switches): Doc fix.
6712         (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
6713         (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
6714         (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
6715         New functions (code from vc.el).
6716         (vc-annotate-display-default): Fix interactive spec.
6717         (vc-annotate-time-span): Doc fix.
6719         * vc-rcs.el: Require vc when compiling.
6720         (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
6721         (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
6722         (vc-rcs-checkin): New functions (code from vc.el).
6723         (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
6724         Doc fix.
6725         (vc-rcs-release): Deleted.  (Duplicated vc-rcs-system-release).
6727         * vc-sccs.el: Require vc when compiling.
6728         (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
6729         (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
6730         (vc-sccs-revert)
6731         (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
6732         from vc.el).
6733         (vc-sccs-add-triple, vc-sccs-record-rename)
6734         (vc-sccs-lookup-triple): Moved from vc.el and renamed.
6735         (vc-sccs-admin): Doc fix.
6737 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
6739         * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
6740         (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
6741         (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
6742         from vc.el.
6744         * vc-sccs.el (vc-admin-sccs): Added from vc.el
6746         * vc-cvs.el: Moved the annotate functionality from vc.el.
6747         (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
6749 2000-09-04  Dave Love  <fx@gnu.org>
6751         * vc.el (vc-backend-release): Call vc-system-release.
6753         * vc-sccs.el (vc-sccs-system-release):
6754         Renamed from vc-sccs-backend-release.
6756         * vc-rcs.el (vc-rcs-system-release):
6757         Renamed from vc-rcs-backend-release.
6759         * vc-cvs.el (vc-cvs-system-release):
6760         Renamed from vc-cvs-backend-release.
6762 2000-09-04  Dave Love  <fx@gnu.org>
6764         * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
6765         backend files.
6766         (vc-backend-release): Dispatch to backend functions.
6767         (vc-backend-release-p): Don't mention CVS, RCS.  [The SCCS case
6768         probably needs attention.]
6770         * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
6771         (vc-sccs-backend-release): New function.
6773         * vc-cvs.el (vc-cvs-release): Moved from vc.el.
6774         (vc-cvs-backend-release): New function.
6776         * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
6777         Doc fix.
6778         (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
6779         (vc-default-dired-state-info): New function.
6780         (vc-dired-state-info): Dispatch to backends.
6781         (vc-dired-hook): Doc fix.  Simplify, pending removal of CVS specifics.
6783         * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
6784         from vc.el and renamed.
6786 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6788         * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
6789         (vc-version-other-window, vc-backend-assign-name): Removed
6790         references to vc-latest-version; sometimes changed into
6791         vc-workfile-version.
6793         * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
6794         vc-rcs-master-workfile-version.
6795         (vc-rcs-workfile-version): Use the above.  Don't call
6796         vc-latest-version (that was unreachable code, anyway).
6797         (vc-rcs-fetch-master-properties): Doc fix.
6799         * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
6800         (vc-backend-hook-functions): Removed them from this list, too.
6801         (vc-fetch-properties): Removed.
6802         (vc-workfile-version): Doc fix.
6804         * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
6805         (vc-rcs-workfile-version, vc-rcs-locking-user)
6806         (vc-rcs-uses-locking): Use it.
6808         * vc-hooks.el (vc-consult-rcs-headers):
6809         Moved into vc-rcs-hooks.el, under the name
6810         vc-rcs-consult-headers.
6812         * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
6813         headers.
6814         (vc-cvs-find-master): Use this name only; correct different
6815         versions of the name.
6817         * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
6818         New functions.
6819         (vc-sccs-locking-user): Use the latter.
6821         * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
6822         New functions.
6824         * vc-hooks.el (vc-master-locks, vc-master-locking-user):
6825         Moved into both
6826         vc-rcs-hooks.el and vc-sccs-hooks.el.  These properties and access
6827         functions are implementation details of those two backends.
6829 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6831         * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
6832         (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
6834         * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
6835         (vc-sccs-parse-locks): SCCS-specific code moved here from
6836         vc-hooks.
6838         * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
6839         code moved here from vc-hooks.
6841         * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
6842         into back-end specific parts and removed.  Callers not updated
6843         yet; because I guess these callers will disappear into back-end
6844         specific files anyway.
6846 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6848         * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
6849         (vc-backend-checkout): Changed calls to `vc-checkout-model' to
6850         `vc-uses-locking'.
6852         * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
6853         Store yes/no in the property, and return t/nil.  Updated all
6854         callers.
6856         * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
6857         vc-sccs-uses-locking.  Don't set property.
6858         (vc-sccs-locking-user): Don't set property.
6860         * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
6861         vc-cvs-uses-locking.  Don't set property here; leave that to
6862         vc-hooks.
6863         (vc-cvs-locking-user): Reflect above change.  Streamlined.
6865         * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
6866         vc-rcs-uses-locking.
6867         (vc-rcs-locking-user): Reflect above change.
6869 2000-09-04  Dave Love  <fx@gnu.org>
6871         * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
6873         * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
6875         * vc-hooks.el (vc-checkout-model): Punt to backends.
6877         * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
6879         * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
6881         * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
6882         New functions.
6884         * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
6885         New functions.
6887         * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
6888         (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
6890         * vc-hooks.el (vc-default-locking-user): New function.
6891         (vc-locking-user, vc-workfile-version): Punt to backends.
6893 2000-09-04  Dave Love  <fx@gnu.org>
6895         * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
6896         (vc-master-workfile-version): Moved from vc-hooks.
6898         * vc-rcs-hooks.el: Fix duplicate code in last change.
6900         * vc-rcs-hooks.el: Require vc-hooks when compiling.
6901         (vc-rcs-master-templates): Improve :type.
6902         (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
6903         vc-master-workfile-version): Moved from vc-hooks.
6905         * vc-sccs-hooks.el: Require vc-hooks when compiling.
6906         (vc-sccs-master-templates): Improve :type.
6907         (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
6909         * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
6911         * vc-cvs-hooks.el: Require vc-hooks when compiling.
6912         (vc-cvs-master-templates): Improve :type.  Use
6913         vc-cvs-find-cvs-master.
6914         (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
6915         from vc-hooks.
6916         (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
6918         * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
6919         Moved to vc-cvs-hooks.
6921         * vc-hooks.el: Add doc strings in various places.  Simplify the
6922         minor mode setup.
6923         (vc-handled-backends): New user variable.
6924         (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
6925         simplification.
6927 2000-09-04  Dave Love  <fx@gnu.org>
6929         * vc.el: Some doc fixes for autoloaded and interactive functions.
6930         Fix compilation warnings from ediff stuff.
6931         (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
6933         * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
6935         * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
6937         * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
6939 2000-09-04  Dave Love  <fx@gnu.org>
6941         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
6942         New variable.
6943         (vc-make-backend-function, vc-loadup, vc-call-backend)
6944         (vc-backend-defines): New functions.
6946         * vc-hooks.el: Various doc fixes.
6947         (vc-default-back-end, vc-follow-symlinks): Custom fix.
6948         (vc-match-substring): Function removed.  Callers changed to use
6949         match-string.
6950         (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
6951         Simplify.
6953 2000-09-04  Dave Love  <fx@gnu.org>
6955         * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
6956         type.
6957         (vc-sccs-project-dir, vc-search-sccs-project-dir)
6958         (vc-sccs-registered): Doc fix.
6960         * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
6961         (vc-cvs-registered): Doc fix.
6963         * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
6964         (vc-rcs-registered): Doc fix.
6966 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6968         * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
6970         * vc-hooks.el: vc-registered has been renamed
6971         vc-default-registered.  Some functions have been moved to the
6972         backend specific files.  they all support the
6973         vc-BACKEND-registered functions.
6975 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6977         * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
6979         * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
6981 2000-09-04  Dave Love  <fx@gnu.org>
6983         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
6984         menu-bar-update-hook.
6986         * help.el (help-manyarg-func-alist): Add
6987         find-operation-coding-system.
6989         * wid-edit.el (widget-sexp-validate): Fix garbled code.
6991         * custom.el (custom-set-variables): Print message about errors in
6992         setting.
6994 2000-09-03  Andrew Innes  <andrewi@gnu.org>
6996         * makefile.w32-in: Change to DOS line endings.
6998 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
7000         * mouse.el (mouse-popup-menubar): Supply the prompt string for
7001         minor-mode keymaps, if they don't have one.
7003 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
7005         * eshell/esh-module.el (eval-when-compile): Don't lose if
7006         esh-module.el's file name is truncated to DOS 8+3 limits.
7008 2000-09-01  John Wiegley  <johnw@gnu.org>
7010         * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
7011         predicate, which caused entries in the completion list to be
7012         doubled.
7014 2000-08-30  John Wiegley  <johnw@gnu.org>
7016         * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
7017         sending to subprocesses.  Also, hook pre-command-hook if
7018         `eshell-send-direct-to-subprocesses' is non-nil.
7019         (eshell-send-direct-to-subprocesses): New config variable.  If t,
7020         subprocess input is send immediately.
7021         (eshell-toggle-direct-send): New function.
7022         (eshell-self-insert-command): New function.
7023         (eshell-intercept-commands): New function.
7024         (eshell-send-input): If direct subprocess sending is enabled,
7025         don't echo any input to the Eshell buffer.  Let the subprocess
7026         handle that.  This requires "stty echo" in bash, for example.
7028 2000-08-28  John Wiegley  <johnw@gnu.org>
7030         * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
7031         completion function for Eshell's implementation of `unset'.
7033 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
7035         * info.el (Info-directory-list): Doc fix.
7037 2000-08-31  Peter Breton  <pbreton@ne.mediaone.net>
7039         * filecache.el (file-cache-add-directory-using-find): Don't quote
7040         wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
7042 2000-08-31  Kenichi Handa  <handa@etl.go.jp>
7044         * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
7045         coding systems.
7047 2000-08-30  Andrew Innes  <andrewi@gnu.org>
7049         * timer.el (run-with-idle-timer): Undo last change, so that timer
7050         is not activated immediately if Emacs is already idle.  Some
7051         existing code relies on this behaviour.
7053 2000-08-30  Miles Bader  <miles@gnu.org>
7055         * frame.el (set-frame-font): Do completion of font-name for
7056         interactive use.
7058 2000-08-30  Kenichi Handa  <handa@etl.go.jp>
7060         * international/quail.el (quail-start-translation): Bind locally
7061         last-command-event, last-command, and this-command.
7062         (quail-start-conversion): Likewise.
7063         (quail-self-insert-command): Fix docstring.
7065 2000-08-29  Gerd Moellmann  <gerd@gnu.org>
7067         * progmodes/executable.el
7068         (executable-make-buffer-file-executable-if-script-p): Check that
7069         buffer contains at least 2 characters.
7071 2000-08-29  Eli Zaretskii  <eliz@is.elta.co.il>
7073         * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
7075 2000-08-29  Dave Love  <fx@gnu.org>
7077         * diff-mode.el (diff-mode) <defgroup>: Add :version.
7078         (diff-mode-shared-map): Bind mouse-2.
7079         (diff-imenu-generic-expression): New variable.
7080         (diff-mode): Use it.
7082         * mouse.el (mouse-major-mode-menu): Use local-key-binding.
7083         (mouse-popup-menubar): Add minor mode menus.
7084         (popup-menu): Check for lookup-key returning number.
7086 2000-08-29  Miles Bader  <miles@gnu.org>
7088         * comint.el (comint-send-input): Create overlays using the proper
7089         front/read-advance arguments.
7091 2000-08-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7093         * ps-print.el: Even/odd pages printing.  Doc fix.
7094         (ps-print-version): New version number (6.0).
7095         (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
7096         (ps-background, ps-begin-file, ps-begin-job): Code fix.
7097         (ps-print-duplex-feature): Variable eliminated.
7098         (ps-even-or-odd-pages): New variable.
7100         * progmodes/ebnf2ps.el: Doc fix.
7101         (ebnf-version): New version (3.3).
7102         (ebnf-user-arrow): Change variable customization to sexp.
7103         (ebnf-user-arrow): Function eliminated.
7104         (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
7106 2000-08-29  Kenichi Handa  <handa@etl.go.jp>
7108         * help.el (help-xref-mule-regexp): New variable.
7109         (help-make-xrefs): Handle help-xref-mule-regexp.
7111         * international/mule-cmds.el (help-xref-mule-regexp-template): New
7112         variable.
7113         (describe-input-method): Temporarily activate the specfied input
7114         method to display the information.
7115         (describe-language-environment): Hyperlinks to mule related items.
7117         * international/mule-diag.el (charset-multibyte-form-string): New
7118         function.
7119         (list-character-sets-1): Use charset-multibyte-form-string.
7120         (describe-character-set): New function.
7121         (describe-coding-system): Hyperlinks to safe character sets.
7123         * international/quail.el (quail-help): New arg PACKAGE.
7124         Hyperlinks to mule related items.
7125         (quail-help-insert-keymap-description): Use
7126         substitute-command-keys instead of describe-bindings.
7127         (quail-translation-help): Hyperlinks to mule related items.
7129 2000-08-28  John Wiegley  <johnw@gnu.org>
7131         * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
7132         have a defsubst call itself.  Made `eshell-flatten-list' back into
7133         a function again.
7135         * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
7136         catch, in case re-centering point at bottom messes up the display.
7137         This happens frequently in Emacs 21, due I believe to variable
7138         line heights.
7140         * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
7141         to call `find-tag-interactive'.
7143         * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
7144         the list of remember directories.
7146 2000-08-28  John Wiegley  <johnw@gnu.org>
7148         * align.el: Test align-region-separate to see if it's a symbol.
7150 2000-08-28  John Wiegley  <johnw@gnu.org>
7152         * eshell/esh-util.el (eshell-flatten-list): Made this function
7153         into a defsubst form.  It gets used very frequently, although
7154         calls don't occur all that often.
7156         * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
7157         examining it.
7159         * eshell/esh-cmd.el (eshell-rewrite-while-command):
7160         (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
7161         `eshell-protect'.
7162         (eshell-copy-handles): Created a new macro for duplicating the
7163         current set of open handles.  This is needed by the looping
7164         functions.
7165         (eshell-do-eval): Fixed while and if, so that the eshell-test-body
7166         is not incorrectly stomped on.
7168         * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
7169         declaration for pcomplete-use-paring.
7170         (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
7171         value of eshell-cmpl-use-paring.
7172         * pcomplete.el (pcomplete-use-paring): New config variable, to
7173         indicate whether paring should be used.
7174         (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
7175         completion alternatives that have already been used.
7177         * eshell/esh-mode.el (eshell-repeat-argument): Added function,
7178         bound to C-c C-y, which will repeat the previous N arguments
7179         (based on prefix argument).
7180         (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
7182         * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
7183         if there is no *Help* buffer.  This is for XEmacs, which renames
7184         its help buffers uniquely.  TODO: Find out what the current buffer
7185         name to delete is.
7187         * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
7188         first entry that correlates to a passwd/group number.  Later
7189         entries (used for group/user name aliasing to multiple IDs) are
7190         ignored.
7192         * eshell/em-xtra.el (eshell/expr):
7193         * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
7194         (eshell-grep, eshell/diff, eshell/locate):
7195         * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
7196         argument list, before passing it to the system command.
7198         * eshell/esh-mode.el (eshell-find-tag): Added a special version of
7199         `find-tag' for use at final position in Eshell buffers (which
7200         otherwise triggers an error on Emacs 21).
7201         (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
7202         buffer, if it is currently bound to `find-tag'.
7204         * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
7205         in the list of matched Makefile names.
7206         (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
7207         directory, prefer its contents to Makefile.
7209         * eshell/em-dirs.el (eshell/cd): cd commands that look up
7210         directory parts (like "cd old new", or "cd =regexp"), are now case
7211         sensitive on non-Windows/DOS platforms.
7213         * eshell/esh-mode.el (eshell-parse-command-input): When a user
7214         types RET after an open delimiter (like "), display a message
7215         indicating that Eshell is waiting for the closing delimiter.
7217         * eshell/esh-var.el (eshell/unset): Added a command for unsetting
7218         environment variables.
7220         * eshell/em-unix.el (eshell/diff): Added logic to fail more
7221         gracefully if the user enters incorrect arguments.
7223         * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
7224         Eshell buffers.
7226         * eshell/esh-var.el (eshell-interpolate-variable):
7227         * eshell/esh-mode.el (eshell-move-argument):
7228         * eshell/em-unix.el (eshell-du-sum-directory):
7229         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
7230         * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
7231         (not (= ...)).
7233         * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
7234         to ensure the `preserve' flag gets propagated when doing recursive
7235         directory copies.
7237 2000-08-28  Stefan Monnier  <monnier@cs.yale.edu>
7239         * eshell/em-hist.el (eshell-put-history, eshell-get-history):
7240         Don't convert \n into \0177 in memory.
7241         (eshell-read-history, eshell-write-history): Convert \n to \0177,
7242         and back again, when reading and writing.
7244 2000-08-28  Eli Zaretskii  <eliz@is.elta.co.il>
7246         * eshell/esh-util.el (eshell-processp): Added to relieve constant
7247         testing of `fboundp' on `processp'.
7249         * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
7250         (eshell/jobs): Don't call process-list if it is not bound.
7251         (eshell-gather-process-output): Support systems where async
7252         subprocesses aren't supported.
7253         (eshell-scratch-buffer, eshell-last-sync-output-start): New
7254         variables.
7256         * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
7257         eshell-do-eval returns t.
7258         (eshell-do-pipelines-synchronously): New defmacro.
7259         (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
7260         when async subprocesses aren't supported.
7261         (eshell-do-eval): Use eshell-processp.  Don't throw eshell-defer
7262         if async subprocesses aren't supported.
7263         (eshell-resume-command): Don't assume STATUS is a string.
7265         * eshell/em-unix.el (eshell/rm): Use eshell-processp.
7267         * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
7268         (eshell-close-target, eshell-get-target): Use eshell-processp.
7269         (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
7270         fix.
7271         (eshell-get-target, eshell-create-handles): Doc fix.
7273 2000-08-28  Miles Bader  <miles@lsi.nec.co.jp>
7275         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
7276         criterion to include commands that output something, as long as it
7277         leaves both the command and the end-of-buffer visible when the
7278         command has exited.
7279         (eshell-review-quick-commands): Adjust the help doc string
7280         accordingly.
7282 2000-08-28  Peter Breton  <pbreton@ne.mediaone.net>
7284         * locate.el (locate): Cleaned up locate command's interactive prompting
7285         Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
7287         * filecache.el (file-cache-case-fold-search): New variable
7288         (file-cache-assoc-function): New variable
7289         (file-cache-minibuffer-complete): Use file-cache-assoc-function.
7290         Use file-cache-case-fold-search variable
7291         (file-cache-add-file): Use file-cache-assoc-function
7292         (file-cache-delete-file): likewise
7293         (file-cache-directory-name): likewise
7294         (file-cache-debug-read-from-minibuffer): likewise
7296 2000-08-28  Gerd Moellmann  <gerd@gnu.org>
7298         * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
7299         (abbrev-table-name): New function.
7300         (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
7301         If non-nil list local abbrev, only.
7303 2000-08-28  Stanislav Shalunov  <shalunov@internet2.edu>
7305         * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
7306         from Gnus support code, and use special article copy buffer
7307         `(gnus-original-article-buffer)' instead.  This allows to get rid
7308         of article-hide-headers usage (which breaks in the latest Gnus
7309         version).  Thanks to Detlev Zundel.
7311 2000-08-28  Kenichi Handa  <handa@etl.go.jp>
7313         * international/quail.el (quail-use-package): Hide "... loaded"
7314         message.
7315         (quail-start-translation, quail-start-conversion): Likewise.
7317         * international/kkc.el (kkc-region): Hide "... loaded" message.
7319 2000-08-27  Dave Love  <fx@gnu.org>
7321         * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
7323 2000-08-27  Miles Bader  <miles@gnu.org>
7325         * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
7327 2000-08-27  Kenichi Handa  <handa@etl.go.jp>
7329         * international/ja-dic-cnv.el (skkdic-convert): Insert (require
7330         'ja-dic-cnv), not (require 'skkdic-cnv).
7332 2000-08-26  Miles Bader  <miles@gnu.org>
7334         * faces.el (face-x-resources): Add entry for :inherit.
7335         * cus-face.el (custom-face-attributes): Add support for :inherit
7336         attribute.  Add support for relative face heights.
7337         (custom-face-attributes-get): Treat `nil' as being a default value
7338         for :inherit (as well as `unspecified').
7340         * faces.el (set-face-attribute): Update doc string.
7341         (face-attribute-name-alist): Add :inherit.
7342         (face-valid-attribute-values): Handle :inherit.
7343         (face-read-string): Rephrase prompt to be less confusing.
7344         Assume that DEFAULT is a string, since we must return a string.
7345         (face-read-integer): Use `format' to turn DEFAULT into an
7346         acceptable default for face-read-string.  Match NEW-VALUE against
7347         the string "unspecified", not the symbol `unspecified', since
7348         that's what face-read-string returns.
7349         (read-face-attribute): Lookup a name for old-value in valid, and
7350         use it as a default if we find one.  Treat all values from
7351         face-read-string as strings.  If the default is used, don't do any
7352         more processing on the value, just use the old value directly.
7353         (read-face-and-attribute, modify-face): Tweak prompt.
7354         (read-face-name): Don't assume prompt ends with a space.
7356         * faces.el (describe-face): Add support for :inherit attribute.
7358 2000-08-25  Kenichi Handa  <handa@etl.go.jp>
7360         * terminal.el (terminal-emulator): Fix args to `concat'.  Now
7361         concat doesn't accept interger.
7363         * international/kkc.el: Remove SKK from Keywords.  Require
7364         ja-dic-utl instead of skkdic-utl.
7366         * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
7367         Provide ja-dic-cnv instead of skkdic-cnv.
7368         (ja-dic-filename): Renamed from skkdic-filename.  Referers changed
7369         (iso-2022-7bit-short): Add safe-charsets property.
7370         (skkdic-convert-postfix): Search Japanese chou-on character in
7371         addition to Hiragana character.
7372         (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
7373         (skkdic-convert): Change file names from skkdic.el to ja-dic.el
7374         (batch-skkdic-convert): Likewise.
7376         * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
7377         Provide ja-dic-utl instead of skkdic-utl.
7378         (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
7380 2000-08-24  Dave Love  <fx@gnu.org>
7382         * disp-table.el (standard-display-default): Make the test of `l'
7383         useful.
7385         * language/european.el ("Latin-8", "Latin-9"): Add input methods,
7386         mod sample text.
7388         * international/iso-ascii.el: Make pilcrow convenient string
7389         consistent with section.
7390         (iso-ascii-display): Set up multibyte characters as well as
7391         unibyte.
7393 2000-08-24  Kenichi Handa  <handa@etl.go.jp>
7395         * international/mule-cmds.el (reset-language-environment): Set
7396         default-process-coding-system to '(undecided . iso-latin-1), which
7397         makes process I/O almost consistent with file I/O.   Call this
7398         function when mule-cmds.el[c] is loaded.
7400 2000-08-22  Andrew Innes  <andrewi@gnu.org>
7402         * makefile.w32-in: New file.
7404 2000-08-22  Miles Bader  <miles@lsi.nec.co.jp>
7406         * comint.el (comint-output-filter): Compare end of
7407         comint-last-output-overlay with the start of the newly inserted
7408         text, not the end, when deciding whether to extend it.
7409         Set saved-point's insertion type to advance after insertion.
7411         * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
7412         since this is now done independently of font-lock mode.
7414 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
7416         * server.el (server-kill-new-buffers): New user option.
7417         (server-existing-buffer): New buffer-local variable.
7418         (server-visit-files): When using an existing buffer, set
7419         server-existing-buffer to t.
7420         (server-buffer-done): If server-kill-new-buffers is t, kill the
7421         buffer, unless it was already present before visiting it with
7422         Emacs server.
7424 2000-08-21  Eli Zaretskii  <eliz@is.elta.co.il>
7426         * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
7427         even if the display doesn't support colors: some displays will
7428         support bold/underline faces.
7430 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
7432         * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
7434         * startup.el (command-line): If user's init file had an error,
7435         add explanatory text to *Messages*.
7437 2000-08-21  Kenichi Handa  <handa@etl.go.jp>
7439         * man.el (Man-getpage-in-background): Decode the process output by
7440         the system locale coding system.
7442 2000-08-20  Dave Love  <fx@gnu.org>
7444         * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
7445         Don't test x-popup-menu.
7446         (function) <complete-function>: Complete only fbound symbols.
7447         <validate, value>: New.
7448         (variable) <complete-function>: Complete only bound symbols.
7449         (coding-system): Add :base-only, :complete-function, :validate,
7450         :value, :prompt-match.
7451         (widget-coding-system-prompt-value): Use read-coding-system and
7452         act on :base-only.
7453         (editable-field): Add :help-echo.
7454         (widget-push-button-gui, widget-push-button-cache)
7455         (widget-gui-action, widget-editable-list-gui): COmment out, along
7456         with uses.
7457         (widget-at): Make arg optional.
7458         (widget-echo-help): Adjust for current help-echo calling sequence.
7459         (widget-specify-field, widget-specify-button)
7460         (widget-specify-insert, widget-get-sibling, widget-image-find)
7461         (widget-convert, widget-insert, widget-leave-text)
7462         (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
7463         (widget-setup, widget-field-find, widget-before-change)
7464         (widget-after-change, widget-default-complete)
7465         (widget-default-create, widget-default-delete)
7466         (widget-push-button-value-create, editable-field)
7467         (widget-field-prompt-value, widget-field-validate)
7468         (widget-choice-value-create, widget-choice-action)
7469         (widget-choice-validate, widget-checklist-add-item)
7470         (widget-radio-add-item, widget-radio-chosen)
7471         (widget-radio-value-inline, widget-editable-list-value-create)
7472         (widget-editable-list-entry-create)
7473         (widget-documentation-link-add)
7474         (widget-documentation-string-value-create)
7475         (widget-regexp-validate, widget-file-complete)
7476         (widget-sexp-validate, widget-plist-convert-widget)
7477         (widget-plist-convert-widget, widget-alist-convert-widget)
7478         (widget-alist-convert-widget, widget-color-complete): Simplify,
7479         particularly to avoid bindings which aren't optimized out.
7481         * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
7482         Doc fix.
7483         (down-list, backward-up-list, up-list, kill-sexp)
7484         (backward-kill-sexp, mark-sexp): Make arg optional.
7485         (lisp-complete-symbol): Add optional arg PREDICATE.
7487         * cus-start.el: Add display-buffer-reuse-frames,
7488         file-coding-system-alist.
7490 2000-08-20  Gerd Moellmann  <gerd@gnu.org>
7492         * startup.el (command-line): Clear realized faces after
7493         modifying TTY color mappings.
7495 2000-08-20  Miles Bader  <miles@gnu.org>
7497         * faces.el (face-attr-match-p): Don't return true if ATTRS are
7498         merely a subset of FACE's attributes.
7500 2000-08-19  Miles Bader  <miles@gnu.org>
7502         * comint.el (comint-output-filter): Save the point with a marker,
7503         not just a buffer position.
7505         * international/mule.el (set-buffer-process-coding-system): Make
7506         interactive prompt less confusing.
7508 2000-08-19  Gerd Moellmann  <gerd@gnu.org>
7510         * hilit-chg.el: General cleanup of doc strings, comments and
7511         code formatting.
7513 2000-08-19  Miles Bader  <miles@gnu.org>
7515         * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
7516         Compiler macro removed; beginning-of-line is no longer always
7517         equivalent to forward-line, in the presence of fields.
7519         * comint.el (comint-output-filter): Remove ad-hoc saving of
7520         restriction, and just use save-restriction, now that it works
7521         correctly.  Don't adjust comint-last-input-start to account for
7522         our insertion; it shouldn't have moved because we don't use
7523         insert-before-markers anymore.  Comment out call to
7524         `force-mode-line-update'; why is it here?
7526         * gud.el (gud-basic-call): Temporarily widen gud comint buffer
7527         while checking for prompt to delete.  Use `forward-line 0'
7528         instead of beginning-of-line.
7529         (gud-filter): Temporarily widen gud comint buffer while
7530         examining output.
7532 2000-08-18  Stefan Monnier  <monnier@cs.yale.edu>
7534         * progmodes/sh-script.el: Big bag of typos.
7536         * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
7537         check since ispell-process is not bound when ispell is not yet loaded.
7539 2000-08-18  Dave Love  <fx@gnu.org>
7541         * image.el (find-image): Copy `spec' before using plist-put.
7543 2000-08-18  Gerd Moellmann  <gerd@gnu.org>
7545         * textmodes/ispell.el (ispell-dictionary-alist-6): Add
7546         `portugues'.
7548         * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
7549         backward-kill-sexp, analogous to kill-sexp.
7551         * progmodes/icon.el (icon-indent-line)
7552         (icon-is-continuation-line): Handle comments specially.
7554 2000-08-17  Ken Stevens <k.stevens@ieee.org>
7556         * ispell.el: Set to standard author/maintainer/keyword fields.
7557         Fine tuning to menu map appearance and operation, and added help.
7558         Remove `start' and `end' error messages when compiling.
7559         (ispell-choices-win-default-height): Fixed comment string.
7560         (ispell-dictionary-alist-1): Fixed regexp in castellano and
7561         castellano8 dictionaries.
7562         (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
7563         (ispell-dictionary-alist-4): Fixed regexp in francais-tex
7564         dictionary, added italiano dictionary.
7565         (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
7566         word character
7567         (ispell-tex-skip-alists): Added psfig support.
7568         (ispell-skip-html): Renamed from ispell-skip-sgml.
7569         (ispell-begin-skip-region-regexp, ispell-skip-region)
7570         (ispell-minor-check): Improved html skipping support to skip across
7571         code, and recognize `&' commands without propper `;' syntax;
7572         (ispell-process-line): Fix alignment error when manually
7573         correcting spelling.
7574         (ispell): Fix comment string.
7575         (ispell-add-per-file-word-list): Always put word list on new line.
7577 2000-08-17  Gerd Moellmann  <gerd@gnu.org>
7579         * format.el (format-encode-run-method): Fix error message to say
7580         `encode' instead of `decode'.  Use save-window-excursion around
7581         shell-command-on-region as in format-decode-run-method because
7582         shell-command-on-region can display a buffer with error output.
7583         (format-decode): Don't record undo information for the decoding.
7584         (format-annotate-function): Add parameter FORMAT-COUNT.  Make
7585         that number part of the temporary buffer name so that more than
7586         one decoding using a temporary buffer can happen safely.
7588         * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
7589         of `A-z' in the regexp.
7591         * hilit-chg.el: Fix typos in commentary.
7593         * help.el (view-emacs-news): Rewritten for new naming scheme
7594         for old NEWS files.
7596         * startup.el (command-line): Pop to *Messages* in case an error
7597         is signaled while loading user-init-file.
7599 2000-08-17  Andreas Schwab  <schwab@suse.de>
7601         * files.el (insert-directory): Don't lose original file name,
7602         undoing an undocumented change.
7604 2000-08-17  Alex Schroeder  <alex@gnu.org>
7606         * sql.el (sql-magic-go): Use comint-bol.
7607         (sql-copy-column): Use comint-line-beginning-position.
7608         (comint-line-beginning-position): Define a replacement for
7609         comint-line-beginning-position if it is not fboundp.
7611 2000-08-17  Alex Schroeder  <alex@gnu.org>
7613         * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
7614         it didn't have any effect anyway.
7616 2000-08-17  Alex Schroeder  <alex@gnu.org>
7618         * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
7619         --pset and pager=off instead of sending \\o|cat at the beginning
7620         of the session.
7622 2000-08-17  Miles Bader  <miles@gnu.org>
7624         * progmodes/octave-inf.el: Add compatibility definition of
7625         comint-line-beginning-position.
7627 2000-08-17  Kenichi Handa  <handa@etl.go.jp>
7629         * startup.el (normal-top-level): Look in each dir in load-path for
7630         a leim-list.el file too.  This assures of loading leim-list.el
7631         that is created at Emacs installation time even if a user have his
7632         own leim-list.el.
7634 2000-08-17  Miles Bader  <miles@gnu.org>
7636         * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
7637         foreground color to black if the background is dark.
7639 2000-08-16  Stefan Monnier  <monnier@cs.yale.edu>
7641         * loadhist.el (unload-feature): Typo.
7643         * finder.el (finder-compile-keywords):
7644         * cus-dep.el (custom-make-dependencies): Add local-variable settings
7645         to the generated file.
7647         * mail/mh-e.el (mh-make-local-vars):
7648         Replace make-variable-buffer-local with make-local-variable.
7650         * play/landmark.el:
7651         * options.el (Edit-options-{set,toggle,t,nil}):
7652         * mail/mailabbrev.el (mail-abbrevs-mode):
7653         * textmodes/tex-mode.el (tex-expand-files):
7654         * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
7656         * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
7658         * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
7659         (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
7660         Allow going past the last element.
7661         * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
7662         (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
7663         (cvs-mouse-toggle-mark): Don't move point.
7664         (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
7666         * progmodes/compile.el (grep): Provide a default set of files.
7667         (next-error): Docstring fix.
7668         (compilation-find-file): Avoid find-file (fails in a dedicated window).
7670         * emacs-lisp/easy-mmode.el (define-minor-mode):
7671         Use `symbol-value' to keep the byte-compiler quiet.
7673         * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
7674         (diff-find-source-location): New fun, extracted from diff-goto-source.
7675         (diff-goto-source): Use it.
7676         (diff-next-complex-hunk, diff-filter-lines): New function.
7677         (diff-apply-hunk): New command.
7679         * smerge-mode.el (smerge-mode-menu): Doc fix.
7681         * msb.el (msb-mode): Define it in terms of define-minor-mode.
7683 2000-08-16  Dave Love  <fx@gnu.org>
7685         * windmove.el (windmove) <defgroup>: Add :version.
7687         * net/goto-addr.el: Don't require browse-url.  Require thingatpt.
7688         (goto-address-fontify-p, goto-address-highlight-p)
7689         (goto-address-url-face, goto-address-url-mouse-face)
7690         (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
7691         (goto-address-url-regexp): Use thing-at-point-url-regexp.
7692         (goto-address-fontify, goto-address-at-mouse): Simplify,
7693         (goto-address-at-point): browse-url-url-at-point,
7694         goto-address-find-address-at-point can return nil.
7695         (goto-address-find-address-at-point): Return nil on failure.
7697         * align.el (align) <defgroup>: Add :version.
7699         * calculator.el (calculator): Add :version.
7700         (calculator): Use two lines for calculator window if `modeline'
7701         face is boxed.
7703         * play/5x5.el: Doc fixes.
7704         (5x5) <defgroup>: Add :version.
7706         * play/fortune.el (fortune) <defgroup>: Add :version.
7707         (fortune-append): Fix error message.
7708         (fortune-from-region): Doc fix.
7710         * play/pong.el (pong): Doc fix.
7712         * play/morse.el: Keywords, commentary, autoloads.
7714 2000-08-16  Eli Zaretskii  <eliz@is.elta.co.il>
7716         * desktop.el (desktop-save): Don't look at symbol-value of a
7717         member of minor-mode-alist, unless it is boundp.
7719 2000-08-16  Sam Steingold  <sds@gnu.org>
7721         * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
7722         `while'; use `with-current-buffer' instead of `save-excursion'.
7723         Removed unnecessary kludges now that "*Buffer List*" is excluded.
7725 2000-08-16  Kenichi Handa  <handa@etl.go.jp>
7727         * international/ccl.el (declare-ccl-program): Docstring modified.
7728         (ccl-execute-with-args): Likewise.
7730 2000-08-16  Miles Bader  <miles@gnu.org>
7732         * progmodes/sql.el: Add compatibility definition of
7733         comint-line-beginning-position.
7735 2000-08-15  Gerd Moellmann  <gerd@gnu.org>
7737         * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
7738         'buffer-menu' property.
7739         (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
7740         fails.
7741         (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
7742         buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
7743         wasn't killed.
7745         * buff-menu.el (list-buffers-noselect): Don't display the
7746         *Buffer List* buffer.
7748         * font-lock.el: Require jit-lock to prevent a very late
7749         `Loading jit-lock' message.
7751         * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
7752         * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
7753         mail address.
7755 2000-08-15  Miles Bader  <miles@gnu.org>
7757         * textmodes/ispell.el (ispell-graphic-p): New constant.
7758         (ispell-choices-win-default-height, ispell-help): Use
7759         `ispell-graphic-p' instead of `xemacsp'.
7761 2000-08-15  Dave Love  <fx@gnu.org>
7763         * simple.el: Autoload widget-convert when compiling.
7764         (mail-user-agent): Doc fix.
7766         * help.el (function-called-at-point, variable-at-point): Use
7767         with-syntax-table.
7768         (help-manyarg-func-alist): Add insert-and-inherit.
7770         * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
7772         * delsel.el (delsel-unload-hook): New function.
7774         * find-file.el: Doc fixes.  Move provide to end.
7775         (ff) <defgroup>: Add :link.
7776         (ff-goto-click): Deleted.
7777         (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
7778         Use mouse-set-point.
7780         * textmodes/tildify.el: Doc fixes.
7781         (tildify) <defgroup>: Add:version.
7783         * progmodes/glasses.el (glasses) <defgroup>: Add :version.
7784         (glasses-custom-set): Use set-default, not set.
7785         (minor-mode-alist): Propertize the lighter.
7786         (glasses-mode): Provide optional arg.
7788         * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
7789         (global-cwarn-mode): Don't make it a user option.  Unquote lambda.
7790         (cwarn-font-lock-feature-keywords-alist): Don't make it a user
7791         option.  Provide :type.
7792         (cwarn-configuration): Provide :type.
7793         (cwarn-mode): Doc fix.
7795         * add-log.el (change-log-merge): Doc fix.
7796         (change-log-redate): New command.
7798         * net/browse-url.el (browse-url-filename-alist): Add a clause for
7799         Doze and Dog.
7800         (browse-url): Use dolist, not mapcar.
7801         (browse-url-at-point): Check for null url.
7802         (browse-url-event-buffer, browse-url-event-point): Functions
7803         deleted.
7804         (browse-url-at-mouse, browse-url-netscape): Simplify.
7806         * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
7807         modes.
7808         (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
7809         Fix previous change to mapcan.
7810         (msb--init-file-alist, msb--add-separators)
7811         (msb--make-keymap-menu): Simplify.
7812         (msb--choose-file-menu): Use copy-sequence.
7813         (msb-mode-map): Add title to keymap.
7814         (msb-unload-hook): New function.
7816         * bs.el: Fix indentation.
7817         (bs) <defgroup>: Add :links.
7818         (bs-show): Doc fix.
7819         (bs-apply-sort-faces): Don't use window-system.
7820         (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
7822 2000-08-15  Eli Zaretskii  <eliz@is.elta.co.il>
7824         * calendar/timeclock.el (timeclock-file): Run .timelog through
7825         convert-standard-filename.
7827 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
7829         * emacs-lisp/authors.el: New file.
7831         * paren.el (show-paren-priority): New user option.
7832         (show-paren-function): Set overlay priorities to
7833         show-paren-priority.
7835 2000-08-14  Miles Bader  <miles@gnu.org>
7837         * comint.el (comint-bol): Use `forward-line 0' instead of calling
7838         beginning-of-line with inhibit-field-text-motion bound.
7840 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
7842         * calendar/timeclock.el: New file.
7844 2000-08-14  David Ponce  <david@dponce.com>
7846         * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
7847         `widget-button-click'. so that one can use left mouse button to
7848         click on dialog buttons.
7850 2000-08-14  Emmanuel Briot  <briot@gnat.com>
7852         * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
7853         identifiers, since XML is case sensitive
7855 2000-08-12  Miles Bader  <miles@gnu.org>
7857         * comint.el (comint-output-filter): Don't bother frobbing
7858         window-start, it doesn't seem to be necessary.
7860         * comint.el (comint-send-string, comint-send-region): Make into
7861         real functions.  Snapshot the prompt before sending.
7863 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
7865         * info.el (Info-find-emacs-command-nodes): Rewrite to use
7866         technique similar to Info-index, instead of relying on specific
7867         names of relevant Index nodes.
7868         (Info-goto-emacs-command-node): Bind Info-history to nil when
7869         going to the first node found by Info-find-emacs-command-nodes.
7871 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
7873         * menu-bar.el (menu-bar-help-menu): Add a :help string.
7875 2000-08-10  Miles Bader  <miles@gnu.org>
7877         * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
7879 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
7881         * info.el (Info-file-list-for-emacs): More elements for the
7882         autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
7883         and woman manuals.
7885 2000-08-10  Miles Bader  <miles@lsi.nec.co.jp>
7887         * comint.el (comint-send-input): Make the newline boundary overlay
7888         rear-nonsticky.  Use `insert' instead of `insert-before-markers'.
7889         (comint-output-filter): Use `insert' instead of
7890         `insert-before-markers'.  Extend comint-last-output-overlay when
7891         necessary since we can't rely on insert-before-markers to do it.
7892         * gud.el (gud-filter): Use `with-current-buffer' instead of
7893         save-excursion when inserting the output, so that point gets
7894         updated correctly; the old method relied on a rather dodgy
7895         side-effect of comint-output-filter to avoid the effect of
7896         save-excursion.
7898 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
7900         * files.el (recover-file): Call insert-directory instead of
7901         invoking `ls' directly.
7903 2000-08-10  Miles Bader  <miles@gnu.org>
7905         * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
7906         (comint-last-prompt-overlay): New variables.
7907         (comint-output-filter): Implement prompt highlighting.
7908         (comint-snapshot-last-prompt): New function.
7909         (comint-send-input): Snapshot the last prompt.
7910         Use comint-highlight-input-face.
7911         (comint-highlight-input-face): Renamed from `comint-highlight-face'.
7912         Use defface instead of defcustom.
7913         (send-invisible, comint-send-eof): Snapshot the last prompt.
7914         (comint-delchar-or-maybe-eof): Use comint-send-eof.
7915         (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
7917 2000-08-09  Stefan Monnier  <monnier@cs.yale.edu>
7919         * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
7920         (regexp-opt-group): Use a list of chars for `letters'.
7921         (regexp-opt-charset): `chars' is now a list of chars.
7922         Use a char-table rather than a vector so it works for multibyte chars.
7924         * pcvs.el (cvs-menu): Don't move point.  Use popup-menu.
7925         Set cvs-minor-current-files to the selected fileinfo.
7926         (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
7927         (cvs-mode-insert): Manually macroexpand `ignore-errors'.
7929 2000-08-09  Eli Zaretskii  <eliz@is.elta.co.il>
7931         * files.el (insert-directory): Don't call access-file on
7932         directories on DOS and Windows.
7934 2000-08-09  Kenichi Handa  <handa@etl.go.jp>
7936         * international/ccl.el (ccl-embed-data): Make ccl-program-vector
7937         longer if necessary.
7938         (ccl-embed-code): Call ccl-embed-data to store CODE in
7939         ccl-program-vector.
7941 2000-08-09  Miles Bader  <miles@gnu.org>
7943         * comint.el (comint-output-filter): Properly handle the case where
7944         the text surrounded by comint-last-output-overlay was deleted.
7946 2000-08-08  Gerd Moellmann  <gerd@gnu.org>
7948         * info.el (Info-insert-dir): Use Info-additional-directory-list if
7949         non-nil.
7950         (Info-file-list-for-emacs): Remove "info" from the list because
7951         that leads to trying to use the documentation from file `info'
7952         in various situations where it isn't appropriate, for instance
7953         C-h C-k C-h i.
7955         * ffap.el (ffap-read-file-or-url-internal): Handle case that
7956         DIR and/or STRING are nil.
7958         * progmodes/compile.el (compilation-setup): Make variable
7959         compilation-error-screen-columns buffer-local, as some comment
7960         in the code suggests it should be.
7962         * files.el (auto-mode-interpreter-regexp): New variable.
7963         (set-auto-mode): Use it.
7965         * indent.el (indent-for-tab-command): Doc fix.
7967         * mouse-sel.el (mouse-sel-mode): Doc fix.
7969         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
7970         labels.
7972         * help.el (print-help-return-message): When
7973         display-buffer-reuse-frames is set, let the help window been quit,
7974         instead of deleting it, which might delete a reused frame.
7976 2000-08-08  Eli Zaretskii  <eliz@is.elta.co.il>
7978         * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
7979         rename a directory to a name that differs only by its letter case.
7981 2000-08-08  Kenichi Handa  <handa@etl.go.jp>
7983         * international/quail.el (quail-define-rules): Handle Quail decode
7984         map correctly.  Add code for supporting annotations.
7985         (quail-install-decode-map): New function.
7986         (quail-defrule-internal): New optional arguments decode-map and
7987         props.
7988         (quail-advice): New function.
7990 2000-08-07  Sam Steingold  <sds@gnu.org>
7992         * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
7993         `defconst', `define-condition', `with-slots'.
7994         * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
7996 2000-08-03  Miles Bader  <miles@gnu.org>
7998         * comint.el (comint-use-prompt-regexp-instead-of-fields):
7999         New variable.
8000         (comint-prompt-regexp, comint-get-old-input): Document dependence on
8001         comint-use-prompt-regexp-instead-of-fields.
8002         (comint-send-input): Add `input' field property to stuff we send to
8003         the process, if comint-use-prompt-regexp-instead-of-fields is nil.
8004         (comint-output-filter): Add `output' field property to process
8005         output, if comint-use-prompt-regexp-instead-of-fields is nil.
8006         (comint-replace-by-expanded-history)
8007         (comint-get-old-input-default, comint-show-output)
8008         (comint-backward-matching-input, comint-forward-matching-input)
8009         (comint-next-prompt, comint-previous-prompt):  Use field
8010         properties if comint-use-prompt-regexp-instead-of-fields is nil.
8011         (comint-line-beginning-position): New function.
8012         (comint-bol): Use comint-line-beginning-position.  Make ARG optional.
8013         (comint-replace-by-expanded-history-before-point): Use
8014         comint-line-beginning-position and line-end-position.
8015         (comint-last-output-overlay): New variable.
8016         (comint-mode): Make `comint-last-output-overlay' buffer-local.
8018         * shell.el (shell-prompt-pattern): Doc change.
8019         (shell-backward-command): Use line-beginning-position.
8021         * gud.el (gud-gdb-complete-command): Use
8022         comint-line-beginning-position.
8024         * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
8025         comint-bol doesn't actually go to the beginning of the line.
8027         * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
8028         if comint-use-prompt-regexp-instead-of-fields is non-nil.
8029         (try-expand-line-all-buffers): Likewise.
8031         * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
8032         explicitly matching comint-prompt-regexp.
8033         (sql-copy-column): Use comint-line-beginning-position instead of
8034         explicitly matching comint-prompt-regexp.
8036         * progmodes/octave-inf.el (inferior-octave-complete): Use
8037         comint-line-beginning-position.
8039         * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
8041         * progmodes/idlw-shell.el (idlwave-shell-send-command): When
8042         looking for a prompt, use `forward-line 0' instead of
8043         `beginning-of-line', to avoid getting caught by an input field.
8045 2000-08-07  Gerd Moellmann  <gerd@gnu.org>
8047         * files.el (shell-quote-wildcard-pattern): Make sure to return
8048         PATTERN, in the Unix case.
8050 2000-08-07  Eli Zaretskii  <eliz@is.elta.co.il>
8052         * play/zone.el (zone): Discard any pending input before running
8053         the randomly-chosen pgm.
8055 2000-08-07  Kenichi Handa  <handa@etl.go.jp>
8057         * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
8058         checking the existence of any multibyte characters.
8060 2000-08-06  Gerd Moellmann  <gerd@gnu.org>
8062         * help.el (describe-mode): Test minor-mode symbol for being
8063         bound before testing its value for being nil.
8065         * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
8066         `first', `second', and `third'.
8068         * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
8069         (second): Make it an alias for `cadr'.
8071 2000-08-06  Eli Zaretskii  <eliz@is.elta.co.il>
8073         * bs.el (bs-apply-sort-faces): Don't use window-system, since all
8074         types of display support faces now.
8076 2000-08-05  Gerd Moellmann  <gerd@gnu.org>
8078         * pcvs.el (require): Require `cl' during compilation, only.
8080         * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
8081         (toplevel): Remove `remq' and `remove' from autoloads.
8082         (cl-fake-autoloads): New variable.  If set, arrange for an error
8083         when CL functions etc. are autoloaded.
8085 2000-08-04  Eli Zaretskii  <eliz@is.elta.co.il>
8087         * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
8089         * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
8090         popped up, but the user clicks outside the menu, return an empty
8091         regexp (that causes unhighlight-regexp to have no effect).
8093         * menu-bar.el (menu-bar-games-menu): Add Zone.
8095         * hi-lock.el (toplevel): Require font-lock.
8097 2000-08-03  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8099         * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
8100         (ebnf-8-bit-chars): New var for bug fix.
8101         (ebnf-string): Bug fix.
8103 2000-08-03  Sam Steingold  <sds@gnu.org>
8105         * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
8106         instead of `buffer-string'.
8107         (require 'cl): Always, not just when compiling.
8108         `ignore-errors' in `interactive', `list*', `defun*' &c make this
8109         necessary.
8111 2000-08-03  Eli Zaretskii  <eliz@is.elta.co.il>
8113         * international/mule-cmds.el (select-safe-coding-system): Make
8114         the message text about selecting a safe coding system more clear.
8116 2000-08-02  Gerd Moellmann  <gerd@gnu.org>
8118         * hi-lock.el: New file.
8120         * play/zone.el: New file.
8122         * replace.el (occur): Set tab-width in the *Occur* buffer to the
8123         value of tab-width in the original buffer.  Choose a line number
8124         format that's a multiple of the original buffer's tab width, so
8125         that lines appear right.
8127         * textmodes/ispell.el (ispell): New function, replacing an alias.
8128         Spell-check active region if in transient-mark-mode and mark
8129         is active; otherwise spell-check buffer.
8131 2000-08-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8133         * ps-mule.el: Fix a customization problem on
8134         ps-mule-font-info-database-default.
8136 2000-08-02  Eli Zaretskii  <eliz@is.elta.co.il>
8138         * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
8139         display-mouse-p instead of window-system.
8140         (ebrowse-member-mode-map): Ditto.
8142 2000-08-01  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8144         * progmodes/ebnf2ps.el: Update ps-print functions call.
8145         Indentation fix.  Doc fix.
8146         (ebnf-version): New version number (3.2).
8147         (ebnf-format-color, ebnf-begin-job): Code fix.
8149 2000-08-01  Eli Zaretskii  <eliz@is.elta.co.il>
8151         * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
8152         font lock support on window-system.
8153         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
8155         * textmodes/ispell.el (ispell-highlight-spelling-error): Use
8156         display-color-p, if fboundp, instead of window-system.
8158 2000-07-31  Eli Zaretskii  <eliz@is.elta.co.il>
8160         * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
8161         instead of window-system.
8163         * wid-edit.el (widget-choose): Use display-mouse-p instead of
8164         window-system.
8165         (widget-choice-mouse-down-action): Use display-popup-menus-p
8166         instead of window-system.
8168         * strokes.el (strokes-file): Run the file name through
8169         convert-standard-filename.
8170         (strokes-mode): Call display-mouse-p instead of looking at
8171         window-system.  Change the error message accordingly.
8173         * progmodes/cpp.el (toplevel): Support faces on tty's.
8175         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
8176         (lm-plot-square, lm-init-display): Don't use window-system.
8178         * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
8179         (gomoku-plot-square, gomoku-init-display): Don't use window-system.
8181         * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
8182         instead of looking at window-system.
8184 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
8186         * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
8187         of testing if iswitchb-prepost-hooks is bound, because the
8188         latter will always be true when invoking a recursive minibuffer
8189         from an active Iswitchb buffer.
8191 2000-07-30  Eli Zaretskii  <eliz@is.elta.co.il>
8193         * files.el (shell-quote-wildcard-pattern): New function.
8194         (insert-directory): Call it.  Only prepend "\" to command on Unix
8195         and GNU/Linux systems.
8197 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
8199         * eshell/esh-groups.el: Change custom :link file names
8200         from `eshell.info' to `eshell'.
8202 2000-07-30  Francis Wright  <fjw@maths.qmw.ac.uk>
8204         * dired.el (dired-build-subdir-alist): Expand subdirectory names
8205         correctly in recursive ange-ftp listings.
8207 2000-07-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8209         * ps-print.el: Fix bug 1: if ps-font-size-internal,
8210         ps-header-font-size-internal and
8211         ps-header-title-font-size-internal variables are not set,
8212         ps-nb-pages and ps-line-lengths-internal crashes.  Fix bug 2: if
8213         face text property is (foreground-color . COLOR) or
8214         `(background-color . COLOR)', ps-print crashes.  Doc fix.
8215         (ps-print-version): New version number (5.2.4).
8216         (ps-plot-region): Code fix.
8217         (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
8218         (ps-face-attribute-list, ps-face-attributes, ps-face-background):
8219         Bug fix 2.
8221 2000-07-30  Milan Zamazal  <pdm@freesoft.cz>
8223         * glasses.el (glasses-make-readable): Fix uncapitalization of
8224         identifiers like `myXMLDocument'.
8226 2000-07-28  Karl Fogel  <kfogel@red-bean.com>
8228         * mail/mail-hist.el (mail-hist-previous-input)
8229         (mail-hist-next-input): Do the obvious code factorization.
8230         (mail-hist-retrieve-and-insert): New func, contains common
8231         code of above two.
8232         If inserting a message body, leave point at top.
8234 2000-07-28  Sam Steingold  <sds@gnu.org>
8236         * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
8237         Use `<=', not `<' to compare times!
8238         (ange-ftp-ls): Remove.
8240 2000-07-27  Gerd Moellmann  <gerd@gnu.org>
8242         * play/cookie1.el: Add explanation of how to make cookie.el
8243         compatible with strfile(1) to comment.
8245         * subr.el (remove, remq): New functions.
8247         * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
8248         escape `*' in regexps.
8249         (midnight-find): Reverse order of arguments in the funcall of
8250         TEST.
8252         * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
8253         and `.class'.
8255         * play/meese.el: Add Commentary section.
8257 2000-07-27  Alex Schroeder  <alex@gnu.org>
8259         * sql.el (sql-ms): Added autoload cookie.
8260         (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
8261         (sql-oracle): Ditto.
8262         (sql-help): Doc change.
8264         (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
8265         types and exceptions.
8267 2000-07-27  Alex Schroeder  <alex@gnu.org>
8269         * sql.el (sql-placeholder-history): New variable.
8270         (sql-query-placeholders-and-send): New function that will query
8271         the user and replace placeholders with user input.
8272         (sql-oracle): If running on NT, set comint-input-sender to
8273         sql-query-placeholders-and-send.
8275         (sql-stop): If in the SQLi buffer, insert stop notification, else
8276         present it as a message.
8278 2000-07-27  Alex Schroeder  <alex@gnu.org>
8280         * sql.el (sql-input-ring-separator): Doc change.
8281         (sql-input-ring-file-name): Doc change.
8282         (sql-interactive-mode): Use `sql-input-ring-separator' and
8283         `sql-input-ring-file-name' to set the comint-mode equivalents
8284         without making them local variables.
8285         (sql-stop): Don't bind `sql-input-ring-separator' and
8286         `sql-input-ring-file-name' dynamically to their comint-mode
8287         equivalents.
8289 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
8291         * international/mule.el (register-char-codings): New function.
8292         (make-coding-system): Handle `safe-chars' specification in the arg
8293         PROPERTY.
8295         * international/mule-cmds.el
8296         (find-coding-systems-region-subset-p): This function deleted.
8297         (sort-coding-systems-predicate): New variable.
8298         (sort-coding-systems): New function.
8299         (find-coding-systems-region): Use
8300         find-coding-systems-region-internal.
8301         (find-coding-systems-string): Use find-coding-systems-region.
8302         (find-coding-systems-for-charsets): Check
8303         char-coding-system-table.
8304         (select-safe-coding-system-accept-default-p): New variable.
8305         (select-safe-coding-system): Mostly rewritten.  New argument
8306         ACCEPT-DEFAULT-P.
8307         (select-message-coding-system): Call select-safe-coding-system
8308         with ACCEPT-DEFAULT-P arg.
8309         (reset-language-environment): Reset default-sendmail-coding-system
8310         to the default value iso-latin-1.
8311         (set-language-environment): Don't set the obsolete variable
8312         charset-origin-alist.
8314         * international/codepage.el (cp-coding-system-for-codepage-1):
8315         Give `safe-chars' property to make-coding-system.
8317         * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
8318         calling select-message-coding-system twice.
8320         * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
8321         instead of `safe-charsets'.
8322         (cyrillic-alternativnyj): Likewise.
8323         (ccl-encode-alternativnyj): Don't check the charset
8324         cyrillic-iso8859-5.
8326 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
8328         * composite.el (compose-chars-after): Preserve match data.
8330 2000-07-26  Sam Steingold  <sds@gnu.org>
8332         * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
8333         (ange-ftp-real-file-newer-than-file-p): New function.
8334         (ange-ftp-verify-visited-file-modtime): Use `float-time'.
8335         (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
8337         * tooltip.el (tooltip-float-time): Removed (use `float-time').
8338         * midnight.el (midnight-float-time): Ditto.
8340 2000-07-26  Andreas Schwab  <schwab@suse.de>
8342         * files.el (normal-backup-enable-predicate): Correct
8343         interpretation of the return value of compare-strings.
8345 2000-07-26  Gerd Moellmann  <gerd@gnu.org>
8347         * isearch.el (isearch-resume): New function.
8348         (isearch-done): Add something to command-history to resume
8349         the search.
8350         (isearch-yank-line, isearch-yank-word): Use
8351         buffer-substring-no-properties instead of buffer-substring.
8353         * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
8354         of flyspell-mouse-map.
8356         * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
8357         duplicate definition.
8358         (makefile-mode): Remove duplicate setting of local-abbrev-table.
8360         * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
8361         (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
8363 2000-07-25  Sam Steingold  <sds@gnu.org>
8365         * net/ange-ftp.el: Get modtime over the net.
8366         (ange-ftp-file-modtime): New function.
8367         (ange-ftp-write-region, ange-ftp-insert-file-contents)
8368         (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
8369         Use it.
8370         (ange-ftp-dot-to-slash): New function.
8371         (ange-ftp-fix-name-for-vms): Use it.
8373         * midnight.el (midnight-buffer-display-time): Use
8374         `with-current-buffer'.
8376 2000-07-25  Gerd Moellmann  <gerd@gnu.org>
8378         * find-dired.el: Update copyright notice.
8379         (find-dired): Offer to kill a running `find'.
8381         * enriched.el (enriched-face-ans): For a `foreground-color'
8382         property, return '(("x-color" COLOR))' so that COLOR will be
8383         output as a parameter of the x-color annotation.  Likewise for the
8384         `background-color' property.  In the case of normal face
8385         properties, don't return annotations for unspecified foreground
8386         and background face attributes.
8388 2000-07-25  Kenichi Handa  <handa@etl.go.jp>
8390         * language/japan-util.el (japanese-katakana-region): Fix handling
8391         HANKAKU argument.
8393 2000-07-25  Miles Bader  <miles@gnu.org>
8395         * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
8396         constrain-to-field.  Pass nil ESCAPE-FROM-EDGE argument to
8397         constrain-to-field.
8399 2000-07-24  Andrew Innes  <andrewi@gnu.org>
8401         * timer.el (timer-activate-when-idle): Add optional parameter
8402         DONT-WAIT.  Update docstring.
8403         (run-with-idle-timer): Specify extra parameter to
8404         timer-activate-when-idle, so that timer will be activated
8405         immediately if Emacs is already idle.
8407         * w32-fns.el (w32-using-nt): Fix docstring.
8409 2000-07-24  Dave Love  <fx@gnu.org>
8411         * mouse.el (popup-menu): Set last-command-event.
8412         (mouse-major-mode-menu-prefix): Declare.
8414 2000-07-24  Gerd Moellmann  <gerd@gnu.org>
8416         * textmodes/flyspell.el: Update to author's version 1.5d.
8418         * progmodes/hideshow.el: Update copyright notice.
8420         * vcursor.el: Set maintainer to FSF, since author cannot
8421         be reached.
8423 2000-07-24  Eli Zaretskii  <eliz@is.elta.co.il>
8425         * info.el (Info-goto-emacs-key-command-node): Leave a space after
8426         the prompt.
8428         * mouse.el (popup-menu): Run the keymap through indirect-function,
8429         in case it was defined with define-prefix-key.  If the menu is a
8430         list of keymaps, look up the binding of user's choice in each one
8431         of the keymaps.
8432         (mouse-popup-menubar): If the global and local menu-bar keymaps
8433         don't have a prompt string, create one and insert it into the
8434         keymap.  Don't barf if current-local-map returns nil.
8436 2000-07-24  Francis Wright  <fjw@maths.qmw.ac.uk>
8438         * dired.el (dired-sort-R-check): Added to allow recursive listing
8439         to be undone.
8440         (dired-sort-other): Use it.
8442 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8444         * Release of cc-mode 5.27
8446 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8448         * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
8449         c-beginning-of-statement-1 that caused a bad case of recursion
8450         which could consume a lot of CPU in large classes in languages
8451         that have in-expression classes (i.e. Java and Pike).
8453         * cc-engine.el (c-guess-basic-syntax): Check for in-expression
8454         statements before top level constructs (i.e. case 6 is moved
8455         before case 5 and is now case 4) to catch in-expression
8456         classes in top level expressions correctly.
8458 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8460         * cc-engine.el (c-guess-basic-syntax): Less naive handling of
8461         objc-method-intro. Case 4 removed and case 5I added.
8463         * cc-langs.el (c-append-paragraph-start): New variable used by
8464         c-common-init to get paragraph-start correct.
8465         * cc-langs.el (c-common-init): Use c-append-paragraph-start to
8466         initialize paragraph-start to make it correct both with and
8467         without the javadoc special case.
8469         * cc-mode.el (java-mode): Use c-append-paragraph-start to
8470         initialize paragraph-start for javadoc markup.
8472         * cc-vars.el (c-style-variables-are-local-p): Incompatible
8473         change by defaulting this to t.  It's motivated by the
8474         confusing behavior that otherwise arise from the style system
8475         when editing both java and non-java files at the same time
8476         (see the comments about style setting in c-common-init).
8478 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8480         * cc-cmds.el (c-indent-new-comment-line): Added a kludge
8481         similar to the one in c-fill-paragraph to check the fill
8482         prefix from the adaptive fill function for sanity.
8484 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8486         * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
8487         defun block.
8489 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8491         * cc-mode.texi Documented the change of cpp-macro.
8493 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8495         * cc-align.el (c-lineup-multi-inher): Handle lines with
8496         leading comma nicely. Extended to handle member initializers
8497         too.
8499         * cc-engine.el: (c-beginning-of-inheritance-list,
8500         c-guess-basic-syntax): Fixed recognition of inheritance lists
8501         when the lines begins with a comma.
8503         * cc-mode.texi: Updated doc for c-lineup-multi-inher.
8505         * cc-vars.el (c-offsets-alist): Changed default for
8506         member-init-cont to c-lineup-multi-inher since it now handles
8507         member initializers and indents better for leading commas.
8509 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8511         * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
8512         handling that caused class open lines to be recognized as
8513         statement-conts in some cases.
8515         * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
8516         guessed by the adaptive fill function unless point is on the
8517         first line of a block comment.
8519         * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
8520         when the buffer ends with a macro continuation char.
8522         * cc-engine.el (c-guess-basic-syntax): Added support for
8523         function definitions as statements in Pike.  The first
8524         statement in a lambda block is now labeled defun-block-intro
8525         instead of statement-block-intro.
8527         * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
8528         so that the class surrounding point is selected, not the one
8529         innermost in the state.
8531         * cc-engine.el (c-guess-basic-syntax): Fixed bug in
8532         recognition of switch labels having hanging multiline
8533         statements.
8535         * cc-engine.el (c-beginning-of-member-init-list): Broke out
8536         some code in c-guess-basic-syntax to a separate function.
8537         * cc-engine.el (c-just-after-func-arglist-p): Fixed
8538         recognition of member inits with multiple line arglists.
8539         * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
8540         member-init-cont when the commas are in funny places.
8542 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8544         * cc-defs.el (c-auto-newline): Removed this macro since it's
8545         not used anymore.
8547         * cc-engine.el (c-looking-at-bos): New helper function.
8548         * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
8549         inexpr and toplevel classes apart in Pike.
8551         * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
8552         of case 9A.
8554         * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
8555         constant, since "class" can introduce an in-expression class
8556         in Pike nowadays.
8558 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8560         * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
8561         indentation on cpp-macro lines.
8563         * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
8564         a syntax modifier like comment-intro, to make it possible to
8565         get syntactic indentation for preprocessor directives.  It's
8566         incompatible wrt to lineup functions on cpp-macro, but it has
8567         no observable effect in the 99.9% common case where cpp-macro
8568         is set to -1000.
8570 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8572         * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
8573         member-init-cont when the preceding arglist is several lines.
8575 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8577         * cc-styles.el (c-style-alist): The basic offset for the BSD
8578         style corrected to 8.
8580 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8582         * cc-styles.el (c-style-alist): Adjusted the indentation of
8583         brace list openers in the gnu style.
8585 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8587         * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
8589         * cc-cmds.el (c-electric-brace, c-electric-slash,
8590         c-electric-star, c-electric-semi&comma, c-electric-colon,
8591         c-electric-lt-gt, c-electric-paren): Don't reindent old lines
8592         when c-syntactic-indentation is nil.
8594         * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
8595         we were left at comments preceding the first statement when
8596         reaching the beginning of the buffer.
8598         * cc-vars.el (c-syntactic-indentation): New variable to turn
8599         off all syntactic indentation.
8601 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8603         * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
8604         between the text and the block comment ender when it hangs,
8605         depending on how many there are before the fill.
8607 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8609         * cc-engine.el (c-beginning-of-closest-statement): New helper
8610         function to go back to the closest preceding statement start,
8611         which could be inside a conditional statement.
8612         * cc-engine.el (c-guess-basic-syntax): Use
8613         c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
8615         * cc-engine.el (c-guess-basic-syntax): Better handling of
8616         arglist-intro, arglist-cont-nonempty and arglist-close when
8617         the arglist is nested inside parens.  Cases 7A, 7C and 7F
8618         changed.
8620         * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
8621         up-to-date with javadoc 1.2.
8623 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8625         * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
8626         multiline Pike type decls.
8628 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8630         * cc-cmds.el (c-indent-new-comment-line): Always break
8631         multiline comments in multiline mode, regardless of
8632         comment-multi-line.
8634 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8636         * cc-engine.el (c-guess-basic-syntax): Fixed bug with
8637         fully::qualified::names in C++ member init lists.  Preamble in
8638         case 5D changed.
8640 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8642         * cc-langs.el (c-common-init): Handling of obsolete variables
8643         moved to c-initialize-cc-mode.  More compatible style override
8644         when using global style variables.
8645         * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
8646         variables moved here.
8648         * cc-mode.texi: Documented the special behavior of
8649         c-special-indent-hook as a style variable.  Don't talk about
8650         doing (c-make-styles-buffer-local t) in a mode hook, since
8651         that's already too late to work right.
8653         * cc-styles.el (c-make-styles-buffer-local): Flag style
8654         variable localness in c-style-variables-are-local-p to make
8655         the compatibility measure in c-common-init work well.
8657         * cc-styles.el (c-set-style-1): c-special-indent-hook can no
8658         longer contain set-from-style.
8659         * cc-styles.el (c-initialize-builtin-style): Don't check for
8660         set-from-style on c-special-indent-hook.
8661         * cc-styles.el (c-copy-tree): Obsolete.  The standard function
8662         copy-alist is sufficient now.
8664         * cc-styles.el (c-set-style, c-set-style-1,
8665         c-get-style-variables): Fixes to variable initialization so
8666         that duplicate entries in styles have the same effect
8667         regardless of DONT-OVERRIDE.
8669         * cc-styles.el (c-set-style-2): Fixed bug where the
8670         initialization of inheriting styles failed when the
8671         dont-override flag is set.
8673         * cc-vars.el (c-special-indent-hook): Don't use set-from-style
8674         on this.
8676 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8678         * cc-defs.el (c-forward-comment): Removed the workaround
8679         introduced in 5.38 since it had worse side-effects.  If a line
8680         contains the string "//\"", it regarded the // as a comment
8681         start since the \ temporarily doesn't have escape syntax.
8683 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
8685         * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
8686         ada-xref.el before ada-prj.el, so that the Project menu is created
8687         when ada-prj tries to add to it.
8688         (ada-activate-keys-for-case): Suppress the characters that are not
8689         part of the Ada syntax. Better compatibility with else-mode
8690         (ada-adjust-case-interactive): When auto-casing is not active,
8691         correctly insert newlines (used to insert only ^M).  Prevent the
8692         syntax table from being changed in case of an error
8693         (or '_' becomes part of a word and some commands are confused).
8694         Do nothing if ada-auto-case is nil.
8695         (ada-after-keyword-p): Ignore keywords that are also attributes
8696         (ada-batch-reformat): Update usage comment
8697         (ada-call-from-contextual-menu): New function
8698         (ada-case-read-exceptions): Reinitialize the casing exception list
8699         first to nil first, so that the casing exception file can be
8700         shared.
8701         (ada-check-defun-name): Handles "configure" keyword for gnatdist
8702         files.
8703         (ada-compile-goto-error): Fix regexp used to detect a file:line
8704         anywhere in the error message
8705         (ada-contextual-menu-last-point): New variable
8706         (ada-create-keymap): If the variable delete-key-deletes-forward is
8707         t on XEmacs, it means that DEL should delete one character
8708         forward.
8709         (ada-create-menu): Use :included instead of :visible for XEmacs.
8710         New submenu "Options".
8711         (ada-end-stmt-re): Correctly indent "select ... then abort"
8712         statements.
8713         (ada-fill-comment-paragraph): Correctly delete all leading '--'
8714         even if they don't match ada-fill-comment-prefix Fix handling of
8715         paragraphs on the first or last line of a file.
8716         (ada-format-paramlist): Fix handling of default parameter values.
8717         (ada-get-body-name): New function.
8718         (ada-get-current-indent): Optimized by searchling directly for an
8719         existing generic part or a statement outside of it.  Handle
8720         ada-indent-align-comments when indenting comments Replaced some
8721         regexps by testing directly the next character. This results in a
8722         huge speedup on some files.  New indentation scheme for renames
8723         statements.  Stop looking for the 'while' or 'for' associated with
8724         a 'loop' at the first semicolon encountered.  A "return" can also
8725         match an anonymous access subprogram declaration.
8726         (ada-get-indent-noindent): Ignore strings and comments when
8727         looking for the keywords "record" and "private".
8728         (ada-goto-matching-decl-start): When matching "if", make sure we
8729         are not in fact seeing "end if".  Ignore "when" statements except
8730         when initial keyword was "begin".  Fix handling of nested
8731         procedures.  Add a recursive call to this function to skip over
8732         other 'end' statmts.  Fix indentation for "when .. => begin"
8733         (ada-in-open-paren-p): Fix indentation for complex boolean
8734         expressions, where 'and then', 'or else' and parenthesis
8735         statements are mixed up.
8736         (ada-in-paramlist-p): Skip comments while searching for the
8737         beginning Fix handling of operator declarations.
8738         (ada-indent-align-comments): New variable
8739         (ada-indent-current): Change the syntax table only in the
8740         protected section, so that we are sure it is restored correctly.
8741         (ada-indent-on-previous-lines): Use ada-use-indent and
8742         ada-with-indent Correctly indent "select ... then"
8743         (ada-indent-region): Slight speedup.
8744         (ada-indent-renames): New variable.
8745         (ada-last-which-function-subprog, ada-last-which-function-line):
8746         New variables
8747         (ada-looking-at-semi-private): Correctly indent the 'private'
8748         keyword when it is the first word in a package declaration.
8749         (ada-loose-case-word): Stop searching if at the end of the buffer.
8750         (ada-loose-case-word, ada-capitalize-word): Recase the whole word
8751         even if point is not initially at the end of the word.
8752         (ada-matching-decl-start-re): Add "when".
8753         (ada-mode): Add support for abbrev-mode, outline-mode and
8754         which-func-mode Override the old find-file.el entry in
8755         ff-special-constructs since it is using the obsolete
8756         ada-spec-suffix variable
8757         (ada-no-auto-case): New function
8758         (ada-scan-paramlist): When parsing the argument type, accept
8759         spaces (as in "X 'Class", generated by Rational Rose).
8760         (ada-other-file-name): No longer loads the other file.
8761         (ada-popup-menu): Save and restore the current buffer and cursor
8762         position before and after displaying the menu.
8763         (ada-search-ignore-complex-boolean): New function.
8764         (ada-uncomment-region): Emacs21 already knows how to delete
8765         comments not starting in the first column.
8766         (ada-use-indent): New variable
8767         (ada-which-function): New function.
8768         (ada-with-indent): New variable
8769         (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
8770         can be batch-compiled from the command line.
8772         * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
8773         Add to the menu when the file is loaded, not in ada-mode-hook.
8774         Add -toolbar to the default ddd command Switches moved from
8775         ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
8776         ada-prj-default-comp-opt
8777         (ada-add-ada-menu): Remove the map and name parameters Add the Ada
8778         Reference Manual to the menu
8779         (ada-check-current): rewritten as a call to ada-compile-current
8780         (ada-compile): Removed.
8781         (ada-compile-application, ada-compile-current, ada-check-current):
8782         Set the compilation-search-path so that compile.el automatically
8783         finds the sources in src_dir.  Automatic scrollong of the
8784         compilation buffer.  C-uC-cC-c asks for confirmation before
8785         compiling
8786         (ada-compile-current): New parameter, prj-field
8787         (ada-complete-identifier): Load the .ali file before doing
8788         processing
8789         (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
8790         conform to gnatmake's behavior.
8791         (ada-find-file-in-dir): New function
8792         (ada-find-references): Set the environment variables for gnatfind
8793         (ada-find-src-file-in-dir): New function.
8794         (ada-first-non-nil): Removed
8795         (ada-gdb-application): Add support for jdb, the java debugger.
8796         (ada-get-ada-file-name): Load the original-file first if not done
8797         yet.
8798         (ada-get-all-references): Handles the new ali syntax (parent types
8799         are found between <>).
8800         (ada-initialize-runtime-library): New function
8801         (ada-mode-hook): Always load a project file when a file is opened,
8802         so that the casing exceptions are correctly read.
8803         (ada-operator-re): Add all missing operators ("abs", "rem", "**").
8804         (ada-parse-prj-file): Use find-file-noselect instead of find-file
8805         to open the project file, since the latter does not work with
8806         speedbar Get default values before loading the prj file, or the
8807         default executable file name is wrong.  Use the absolute value of
8808         src_dir to initialize ada-search-directories and
8809         compilation-search-path,...  Add the standard runtime library to
8810         the search path for find-file.
8811         (ada-prj-default-debugger): Was missing an opening '{'
8812         (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
8813         variables.
8814         (ada-prj-default-gnatmake-opt): New variable
8815         (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
8816         buffers, the project file is the default one Save the windows
8817         configuration before displaying the menu.
8818         (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
8819         (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
8820         ...)  regexp-quote identifiers names to support operators +,
8821         -,... in regexps.
8822         (ada-remote): New function.
8823         (ada-run-application): Erase the output buffer before starting the
8824         run Support remote execution of the application.  Use
8825         call-process, or the arguments are incorrectly parsed
8826         (ada-set-default-project-file): Reread the content of the active
8827         project file, not the one from the current buffer When a project
8828         file is set as the default project, all directories are
8829         automatically associated with it.
8830         (ada-set-environment): New function
8831         (ada-treat-cmd-string): New special variable ${current}
8832         (ada-treat-cmd-string): Revised.  The substitution is now done for
8833         any ${...} substring
8834         (ada-xref-current): If no body was found, compiles the spec
8835         instead.  Setup ADA_{SOURCE,OBJECTS}_PATH before running the
8836         compiler to get rid of command line length limitations.
8837         (ada-xref-get-project-field): New function
8838         (ada-xref-project-files): New variable
8839         (ada-xref-runtime-library-specs-path)
8840         (ada-xref-runtime-library-ali-path): New variables
8841         (ada-xref-set-default-prj-values): Default run command now does a
8842         cd to the build directory.  New field: main_unit Provide a default
8843         file name even if the current buffer has no prj file.
8845         * ada-prj.el:
8846         Rewritten to show a tabbed-dialog.
8847         (ada-prj-add-ada-menu): Remove the map and name parameters.
8848         (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
8849         New function
8850         (ada-prj-load-directory, ada-prj-subdirs-of): New functions
8851         (ada-prj-load-from-file): New function
8852         (ada-prj-save): Always save fields that depend on the current buffer
8853         (ada-prj-show-value): New function
8855         * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
8856         Ada mode. This will allow us to display the Ada menu in any buffer
8857         we want (for project items).
8858         (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
8859         number of spaces in the header.
8861 2000-07-24  Dave Love  <fx@gnu.org>
8863         * ediff-init.el (ediff-region-help-echo): Bind face-help.
8865 2000-07-23  Noah Friedman  <friedman@splode.com>
8867         * type-break.el (type-break): perform autosave.
8868         Suggested by Stephen Gildea <gildea@intouchsys.com>.
8869         (type-break-do-query): Cancel query schedule while performing
8870         actual query, to avoid possibility of a second query being made
8871         while first one is already in progress.
8872         (type-break-time-stamp-format): New variable.
8873         (type-break-time-stamp): New function.
8874         (type-break-time-warning): Use it.
8875         (type-break-keystroke-warning): Use it.
8876         (type-break-noninteractive-query): Use it.
8878         * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
8879         cookie.
8880         Use add-minor-mode to set minor-mode-alist, if available.
8881         (eldoc-echo-area-use-multiline-p): New user option.
8882         (eldoc-echo-area-multiline-supported-p): New variable.
8883         (eldoc-docstring-format-sym-doc): Use them.
8884         (eldoc-mode): If not using idle timers, append to local post and
8885         pre command hooks.  Suggested by David Byers <davby@ida.liu.se>.
8886         (eldoc-display-message-no-interference-p): Don't interfere with
8887         edebug.
8888         Add autoload cookie for eldoc-mode minor-mode-alist initialization.
8889         (eldoc-function-arglist): New function.
8890         (eldoc-function-argstring): Use it.
8892         * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
8893         auto save directory exists before calling directory-files.
8895 2000-07-23  Dave Love  <fx@gnu.org>
8897         * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
8898         ^o, ^u.
8900 2000-07-21  Dave Love  <fx@gnu.org>
8902         * ediff-init.el (ediff-region-help-echo): Modify to use overlay
8903         now passed to the function.  It now works properly.
8905         * smerge-mode.el (smerge-mode-menu): Fill it out.
8907 2000-07-20  Gerd Moellmann  <gerd@gnu.org>
8909         * info-look.el (info-lookup): If *info* is shown in another frame
8910         on the same display, select that frame, instead of switching to
8911         the Info buffer in another window of the selected frame.
8913         * simple.el (universal-argument-map): Bind numeric keypad keys
8914         kp-0 to kp-9 and kp-subtract.
8915         (digit-argument): Handle these keys.
8917 2000-07-20  Dave Love  <fx@gnu.org>
8919         * net/goto-addr.el (goto-address-fontify): Don't bother with
8920         buffer-modified and read-only stuff -- irrelevant with overlays.
8921         Put an extra property on the overlays and use it to clean up in
8922         case goto-address is re-run.
8924 2000-07-19  Richard M. Stallman  <rms@gnu.org>
8926         * timer.el (run-with-idle-timer): Doc fix.
8928         * mail/mail-utils.el (mail-strip-quoted-names):
8929         Handle case where <...> appears inside "...".
8930         Use replace-match to edit the string more simply.
8931         (rmail-dont-reply-to): Cope with an unmatched ".
8933 2000-07-19  Dave Love  <fx@gnu.org>
8935         * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
8936         implementation.
8938         * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
8939         (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
8940         (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
8942 2000-07-19  Gerd Moellmann  <gerd@gnu.org>
8944         * textmodes/refer.el: Correct maintainer's email address.
8946         * progmodes/hideif.el: Correct author's email address.
8947         Fix typo in comment.
8949         * xml.el: New file.
8951         * mail/mailheader.el: Correct author's mail address.
8953         * gnus/parse-time.el: Correct author's mail address.
8955 2000-07-19  Colin Walters <walters@cis.ohio-state.edu>
8957         * comint.el (comint-highlight-input, comint-highlight-face):
8958         New user options.
8959         (comint-input-ring-file-name): Change custom type.
8960         (comint-mode-map): Bind mouse-2.
8961         (comint-insert-clicked-input): New function.
8962         (comint-send-input): Handle input highlighting.
8964 2000-07-18  Stefan Monnier  <monnier@cs.yale.edu>
8966         * mouse.el (popup-menu): New function.
8967         (mouse-major-mode-menu): Use it.
8969 2000-07-18  Dave Love  <fx@gnu.org>
8971         * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
8972         improvements.
8974 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
8976         * faces.el (face-font-selection-order)
8977         (face-font-family-alternatives): Add custom type.
8979 2000-07-18  Dave Love  <fx@gnu.org>
8981         * cus-edit.el (custom-variable-reset-saved)
8982         (custom-variable-reset-standard): Remove unused bindings.
8984         * rect.el (open-rectangle-line): Remove unused let.
8986         * hl-line.el (hl-line-highlight): Check hl-line-mode.
8988 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
8990         * cdl.el: Fix `Maintainer' keyword.
8992         * play/pong.el: Add author's email address.
8994 2000-07-17  Sam Steingold  <sds@gnu.org>
8996         * files.el (insert-directory): Call `split-string' instead of
8997         re-implementing it.
8999 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
9001         * mail/vms-pmail.el: Change maintainer to FSF.
9003         * net/goto-addr.el: Change maintainer to FSF.
9005         * info.el (Info-title-face-alist): Removed.
9007 2000-07-18  David Ponce  <david@dponce.com>
9009         * recentf.el (recentf-open-files): New command that works like
9010         `recentf-open-more-files', but shows the whole list of files (not just
9011         those omitted from the menu). Useful if you don't use a menu-bar!
9012         (recentf-open-more-files) Modified to use `recentf-open-files'.
9014         (recentf-open-files, recentf-open-more-files)
9015         (recentf-edit-list): Dialogs use `recentf-dialog-mode'
9017         (recentf-dialog-mode): New mode for dialogs. You can now just type
9018         "q" to cancel the dialogs.
9020 2000-07-18  David Ponce  <david@dponce.com>
9022         * recentf.el: This is a major update of recentf.el. It adds new
9023         features to better organize the recentf menu and "More..." buffer.
9025         Using new provided menu filtering functions you can now organize the
9026         recent files list:
9028         - by major modes
9029         - by directories
9030         - by user defined rules
9032         Finally, with the new `recentf-filter-changer' customizable filter you
9033         can define a ring of filters and dynamically (via the menu) cycle on
9034         each menu organization in the ring (a la msb).
9036 2000-07-18  Eli Zaretskii  <eliz@is.elta.co.il>
9038         * eshell/eshell.el (eshell): Replace links to eshell.info with
9039         links to eshell, to avoid problems on systems where the manual is
9040         installed as `eshell'.
9041         * eshell/esh-cmd.el (eshell-cmd): Ditto.
9042         * eshell/em-smart.el (eshell-smart): Ditto.
9043         * eshell/em-banner.el (eshell-banner): Ditto.
9044         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
9046         * eshell/em-unix.el (eshell-shuffle-files): Don't disable
9047         same-file check in the MS-DOS version (it does support inodes).
9049         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
9051         * eshell/eshell.el (eshell-directory-name):
9052         Run default directory name through convert-standard-filename.
9054 2000-07-18  Kenichi Handa  <handa@etl.go.jp>
9056         * international/mule-cmds.el (select-safe-coding-system):
9057         Fix typo in the comment.
9059         * language/european.el (compound-text):
9060         Force katakana-jisx0201 to be designated to G1.
9062         * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
9063         Don't translate some national variant characters of latin-jisx0201.
9064         (x-ctext): Force katakana-jisx0201 to be designated to G1.
9066         * international/kkc.el (kkc-after-update-conversion-functions):
9067         New variable.
9068         (kkc-update-conversion): Run functions in it at the tail.
9070 2000-07-16  John Wiegley  <johnw@gnu.org>
9072         * lisp/align.el (align-newline-and-indent):
9073         Adding new function.  for auto-aligning blocks of code on RET.
9074         (align-region): Fixed badly formatted minibuffer message.
9076 2000-07-17  Kenichi Handa  <handa@etl.go.jp>
9078         * international/kkc.el (kkc-show-conversion-list-count): Customize it.
9079         (kkc-region): Update kkc-next-count and kkc-prev-count here.  Show
9080         the conversion list at first if appropriate.
9081         (kkc-next): Don't update kkc-next-count here.
9082         (kkc-prev): Don't update kkc-prev-count here.
9083         (kkc-show-conversion-list-update): Fix setting up of conversion
9084         list message.
9086 2000-07-16  Stefan Monnier  <monnier@cs.yale.edu>
9088         * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
9090 2000-07-16  Dave Love  <fx@gnu.org>
9092         * cus-edit.el (custom-buffer-create-internal): Use a help-echo
9093         function to be more specific.
9095         * wid-edit.el (widget-specify-field, widget-specify-button): Allow
9096         non-string help-echo.
9097         (widget-types-convert-widget): Defsubst it.
9098         (widget-echo-help): Try to cope with a help-echo function of two
9099         possible sorts.
9101 2000-07-15  Jason Rumney  <jasonr@gnu.org>
9103         * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
9104         Declare as obsolete.
9106         * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
9108 2000-07-14  Gerd Moellmann  <gerd@gnu.org>
9110         * hilit-chg.el: Fix typo.
9112 2000-07-14  Dave Love  <fx@gnu.org>
9114         * info.el (Info-mode-menu): Fix use of :help, :enable.
9116 2000-07-14  Stefan Monnier  <monnier@cs.yale.edu>
9118         * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
9120 2000-07-13  Dave Love  <fx@gnu.org>
9122         * emacs-lisp/easymenu.el: Doc fixes.
9123         (easy-menu-remove): Defalias to ignore.
9125         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
9126         Call throw correctly.
9128 2000-07-13  Gerd Moellmann  <gerd@gnu.org>
9130         * faces.el (frame-background-mode): Doc fix.
9132         * simple.el (eval-expression-print-length): Change custom type to
9133         allow entering nil as value.
9135 2000-07-13  Dave Love  <fx@gnu.org>
9137         * progmodes/fortran.el (fortran-imenu-generic-expression):
9138         Change definition layout.
9139         (fortran-mode-menu): Reinstate customize entries.
9141         * cus-edit.el (custom-group-menu-create, customize-menu-create):
9142         Use :filter, per old XEmacs code.
9144 2000-07-12  Gerd Moellmann  <gerd@gnu.org>
9146         * term.el (term-send-raw-meta): Strip modifiers from the keyboard
9147         event when deciding what to send to the terminal.
9149 2000-07-12  Dave Love  <fx@gnu.org>
9151         * cus-start.el: Add optional version as 4th element of specs and
9152         use it for several things new in v21.  Remove load-path.  Fix type
9153         of line-number-display-limit.
9155 2000-07-11  Dave Love  <fx@gnu.org>
9157         * progmodes/fortran.el: Don't require easymenu.
9158         Use repeat counts in various regexps.
9159         (fortran-mode-syntax-table): Defvar directly.
9160         (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
9161         (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
9162         Use defvar, not defconst.
9163         (fortran-mode-map): Change locals in `let'.  Use `fortran-auto-fill'.
9164         (fortran-mode): Set fortran-comment-line-start-skip,
9165         fortran-comment-line-start-skip, dabbrev-case-fold-search.
9166         (fortran-comment-indent): Use defsubst.
9167         (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
9168         Use fortran-comment-indent, not fortran-comment-indent-function.
9169         (fortran-comment-region, fortran-electric-line-number): Simplify.
9170         (fortran-auto-fill): New function.
9171         (fortran-do-auto-fill): Deleted.
9172         (fortran-find-comment-start-skip):
9173         Check for non-null comment-start-skip.
9174         (fortran-auto-fill-mode, fortran-fill-statement):
9175         Use fortran-auto-fill.
9176         (fortran-fill): Use fortran-auto-fill.  Check for null
9177         comment-start-skip.  Simplify final clause and use end-of-line finally.
9179         * widget.el (widget-plist-member): New alias.
9181 2000-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
9183         * eshell/esh-module.el (toplevel): Reference
9184         byte-compile-current-file only if it is bound.
9186 2000-07-10  Gerd Moellmann  <gerd@gnu.org>
9188         * dired.el: Don't require `dired-aux'.
9190 2000-07-10  Miles Bader  <miles@lsi.nec.co.jp>
9192         * dired-aux.el (dired-show-file-type): New function.
9193         * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
9194         (dired-show-file-type): Add autoload.
9196 2000-07-10  Kenichi Handa  <handa@etl.go.jp>
9198         * international/mule-diag.el (describe-font): Adjusted for the
9199         change of fontset-info.
9200         (print-fontset): Likewise.
9202 2000-07-09  Stefan Monnier  <monnier@cs.yale.edu>
9204         * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
9206 2000-07-07  Gerd Moellmann  <gerd@gnu.org>
9208         * bindings.el: Bind `[delete]' to delete-char.
9210         * dired.el (dired-find-alternate-file): New function.
9211         (dired-mode-map): Bind `a' to dired-find-alternate-file.
9212         (toplevel): Require dired-aux when compiling.
9213         (dired-buffers): Move defvar within file to avoid compiler warning.
9215         * info.el (Info-last-search): Variable removed.
9216         (Info-search-history): New variable.
9217         (Info-search): New Info-search-history.
9219         * battery.el, info-look.el: Change author's mail address.
9221 2000-07-07  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
9223         * mail/rmail.el (rmail-clear-headers): Don't throw an error
9224         if rmail-ignored-headers is nil.
9225         (rmail-retry-failure): Bind rmail-ignored-headers and
9226         rmail-displayed-headers to nil.
9228 2000-07-06  Gerd Moellmann  <gerd@gnu.org>
9230         * lpr.el (lpr-page-header-switches): Add `-h' switch.
9231         (print-region-1): Don't hard code `-h' here.
9233         * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
9235 2000-07-01  Francesco Potorti`  <pot@gnu.org>
9237         * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
9238         exim can use "your message" instead of "the message".
9240 2000-07-06  Stefan Monnier  <monnier@cs.yale.edu>
9242         * facemenu.el: Docstrings fixes.
9243         (facemenu-get-face): Don't use internal-find-face.
9244         (facemenu-iterate): Rename arg to match the docstring.
9246         * newcomment.el (uncomment-region): Be more careful when skipping
9247         backwards over `=' not to bump into BOBP.
9249 2000-07-05  Michael Kifer  <kifer@cs.sunysb.edu>
9251         * ediff-diff.el (ediff-wordify): Use syntax table.
9252         * ediff-init.el (ediff-has-face-support-p): Use
9253         ediff-color-display-p.
9254         (ediff-color-display-p): Use display-color-p, changed to defun
9255         from defsubst.
9256         Got rid of special cases for NeXT and OS/2.
9257         * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
9258         face.
9260 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
9262         * emacs-lisp/lucid.el: Require CL.
9263         (copy-tree, remprop): Remove, it's provided by CL.
9264         (map-keymap): Define in terms of cl-map-keymap.
9265         (extent-property, set-extent-end-glyph): New functions.
9267         * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
9269 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
9271         * Makefile.in (DONTCOMPILE): Add comment that the name may
9272         not be changed without changing the make-dist script.
9274         * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
9275         (cl-mapc): Use mapc instead of cl-old-mapc.
9277 2000-07-05  Andrew Innes  <andrewi@gnu.org>
9279         * makefile.nt: Add support for `bootstrap' and related targets.
9281 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
9283         * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
9284         (easy-menu-do-define): Use `menu-item' format.
9285         Handle case where easy-menu-create-menu returns a symbol.
9286         Manually call the potential top-level filter in the function binding.
9287         (easy-menu-filter-return): New arg NAME.
9288         Convert to a keymap if MENU is an XEmacs menu.
9289         (easy-menu-convert-item-1): New.  Extracted from easy-menu-do-add-item.
9290         (easy-menu-converted-items-table, easy-menu-convert-item):
9291         New var and fun to memoize easy-menu-convert-item-1.
9292         (easy-menu-do-add-item): Use it.
9293         (easy-menu-create-menu): Use easy-menu-convert-item.
9294         Wrap easy-menu-filter-return around any :filter specification.
9295         Don't convert the menu if a filter was specified.
9296         Tell easy-menu-make-symbol not to check for MENU being an expression.
9297         (easy-menu-make-symbol): New arg NOEXP.
9299 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
9301         * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
9302         EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
9303         (eval-defun): If called with prefix arg, instrument code for
9304         Edebug.
9306         * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
9307         similar to that of eval-defun.
9309 2000-07-04  Dave Love  <fx@gnu.org>
9311         * hl-line.el (hl-line-overlay): Make it permanent-local.
9313         * calendar/todo-mode.el: Replaced with a working version, based on
9314         1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
9316 2000-07-03  Miles Bader  <miles@lsi.nec.co.jp>
9318         * paths.el (prune-directory-list): New function.
9319         (Info-default-directory-list): Rewritten to more methodically
9320         enumerate a big list of possible info directories (based on the
9321         list used by the standalone info reader).
9323         * info.el (info-initialize): Use prune-directory-list to remove
9324         non-existent directories from Info-directory-list.
9326         * paths.el (Info-default-directory-list): Try a list of possible
9327         info-directories instead of a single one.  Add the possible
9328         info directory "/usr/share/info".
9330         * woman.el (woman-man.conf-path): Explicitly include the debian
9331         man-db config file "/etc/manpath.config".
9332         (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
9333         are present in `manpath.config'.
9334         (woman-manpath): Include "/usr/share/man".
9336 2000-07-03  Gerd Moellmann  <gerd@gnu.org>
9338         * frame.el (blink-cursor-mode): Don't hide cursor initially.
9340         * startup.el (command-line): Initialize blink-cursor based
9341         on window-system.
9343         * frame.el (blink-cursor): Default to nil if not running under
9344         a window-system.
9346         * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
9347         (face-x-resources): Remove duplicate entry for :font.
9349         * textmodes/refer.el (refer-find-entry-internal): Use some-window
9350         instead of cycling through windows with next-window.
9352         * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
9353         of cycling through windows with next-window.
9355         * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
9356         of cycling through windows with next-window.
9358         * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
9359         (edebug-get-displayed-buffer-points): Use walk-windows/some-window
9360         instead of cycling through windows with next-window.
9362         * calendar/appt.el (appt-select-lowest-window): Use walk-windows
9363         instead of cycling through windows with next-window.
9365         * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
9366         of cycling through windows with next-window.
9368         * terminal.el (te-process-output): Use walk-windows instead of
9369         cycling through windows with next-window.
9371         * server.el (server-switch-buffer): Use some-window instead of
9372         cycling through windows with next-window.
9374         * window.el (some-window): New function.
9375         (walk-windows): Remove reference to walk-windows-start.
9377         * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
9379 2000-07-03  Richard Stallman  <rms@gnu.org>
9381         * window.el (walk-windows): Guarantee termination by keeping a list
9382         of all the windows already handled.
9384 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
9386         * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
9387         window-system.
9389         * man.el (Man-notify-when-ready): Don't use window-system.  If
9390         Man-notify-method is newframe, and the display is not
9391         multi-frame, select the frame created for the man page.
9392         (Man-init-defvars): Doc fix.
9394 2000-06-28  Gerd Moellmann  <gerd@gnu.org>
9396         * faces.el (region): Change background color for light background.
9398         * ediff-wind.el (ediff-setup-control-frame): Remove :box
9399         attribute from mode-line face of Ediff control frame.
9401         * replace.el (query-replace-map): Bind `e' like `E'.
9403 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
9405         * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
9406         Change name to "Select All".
9408         * dos-fns.el (convert-standard-filename): Fix last change.
9410 2000-06-27  Gerd Moellmann  <gerd@gnu.org>
9412         * help.el (describe-variable): Don't insert a second `'s' in front
9413         of the string `value is shown below'.  Since the syntax-table is
9414         set to emacs-lisp-mode-syntax-table, forward-sexp skips over
9415         an existing `'s', so that this won't be deleted.
9417         * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
9418         * pcmpl-unix.el: New files.
9420 2000-06-26  Stefan Monnier  <monnier@cs.yale.edu>
9422         * wid-edit.el (widget-member): Use the new plist-member.
9424 2000-06-26  Gerd Moellmann  <gerd@gnu.org>
9426         * replace.el (perform-replace): Undo change of 2000-04-04.
9427         Instead, move backward 1 character at the end of the loop when
9428         necessary.
9430         * faces.el (fringe): Change face for different backgrounds.
9432         * eshell/esh-module.el (toplevel): Load defgroup's differently;
9433         patch from John.
9435         * eshell/*.el: Change spelling of the Free Software Foundation.
9437         * eshell/esh-toggle.el: Removed.
9439         * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
9441         * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
9442         interactively.
9444 2000-06-26  Alex Schroeder  <alex@gnu.org>
9446         * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
9447         `define-key'; instead of checking `(emacs-version)' check for
9448         `set-keymap-parent' and `set-keymap-name' directly.  Add entries
9449         for `;' and `o' which might be electric.
9451         (sql-electric-stuff): New user option.
9452         (sql-magic-go): New function which uses `sql-electric-stuff'.
9453         (sql-magic-semicolon): New function which uses
9454         `sql-electric-stuff'.
9456         (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
9457         is not fboundp.
9459         (sql-oracle-options): New variable.
9460         (sql-oracle): Use it.
9462         (sql-imenu-generic-expression): Doc change.
9463         (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
9464         is used.
9466         (sql-informix): Added command line parameter "-" to force
9467         sql-informix-program to use stdout.
9469 2000-06-25  Eli Zaretskii  <eliz@is.elta.co.il>
9471         * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
9472         (cp864-decode-table): Doc fix.
9473         (cp720-decode-table): New variable, supports the Arabic OEM
9474         codepage used by Windows.
9475         (cp737-decode-table): New, Greek OEM codepage used by Windows.
9477 2000-06-23  Dave Love  <fx@gnu.org>
9479         * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
9480         (font-lock-fontify-anchored-keywords): Use
9481         line-beginning-position.
9482         (global-font-lock-mode): Use mapc.
9484 2000-06-23  Stefan Monnier  <monnier@cs.yale.edu>
9486         * eshell/esh-module.el: Require CL when compiling.
9488 2000-06-23  Gerd Moellmann  <gerd@gnu.org>
9490         * comint.el (comint-substitute-in-file-name): Call replace-match
9491         with second and third arg t.
9493         * cus-edit.el (custom-button-face, custom-button-pressed-face):
9494         Specify foreground color.
9496         * faces.el (tool-bar, mode-line, header-line): Specify foreground
9497         color.
9499         * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
9501         * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
9502         cddr instead of cdddr.
9504         * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
9505         instead of copy-list.
9507         * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
9508         of copy-list.
9510         * subdirs.el: Add eshell subdirectory.
9512         * eshell: New subdirectory containing the Eshell package.
9514         * pcomplete.el: New file.
9516 2000-06-23  Paul Eggert  <eggert@twinsun.com>
9518         * mail/mailpost.el (post-mail-send-it): Make sure file has
9519         proper permissions from birth.
9521         * files.el (basic-save-buffer-2): When temporarily setting
9522         file modes, set them to current modes plus 0200, not to 0777.
9524         * emerge.el (emerge-make-temp-file): Make sure file has proper
9525         permissions from birth.
9527 2000-06-22  Eli Zaretskii  <eliz@is.elta.co.il>
9529         * files.el (make-backup-file-name-1): On DOS/Windows, run the
9530         backup file name through convert-standard-filename.
9532         * dos-fns.el (convert-standard-filename): Convert leading
9533         directories as well.  When long file names are supported, convert
9534         characters that are invalid in Windows file names.
9536 2000-06-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9538         * ps-print.el: Fix bug: if ^L is the very first buffer character,
9539         ps-print crashes.  New feature: page selection for printing.  Create
9540         raw-text-unix coding system for XEmacs.  Doc fix.
9541         (ps-print-version): New version number (5.2.3).
9542         (ps-plot-region): Bug fix.
9543         (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
9544         (ps-header-sheet, ps-generate, ps-end-job): Code fix.
9545         (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
9546         funs.
9547         (ps-selected-pages, ps-last-selected-pages, ps-first-page)
9548         (ps-last-page): New vars.
9550 2000-06-21  Gerd Moellmann  <gerd@gnu.org>
9552         * progmodes/sh-script.el (sh-while-getopts): Fix handling of
9553         empty option string.
9555 2000-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
9557         * man.el (man): Doc fix.
9559 2000-06-21  Kenichi Handa  <handa@etl.go.jp>
9561         * international/mule-cmds.el (set-language-info-alist): Docstring
9562         fixed.
9564 2000-06-20  Gerd Moellmann  <gerd@gnu.org>
9566         * version.el (emacs-version): Use ISO date format.
9568         * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
9569         instead of `M-backspace'.
9571         * simple.el (turn-off-auto-fill): New function.
9573 2000-06-20  Stefan Monnier  <monnier@cs.yale.edu>
9575         * jit-lock.el (with-buffer-prepared-for-jit-lock):
9576         Renamed from with-buffer-prepared-for-font-lock and use
9577         inhibit-modification-hooks rather than setting *-change-functions.
9578         Update all functions to use the new name.
9579         (jit-lock-first-unfontify-pos): New semantics (and doc).
9580         (jit-lock-mode): Make non-interactive.
9581         Don't automatically turn on font-lock.
9582         Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
9583         Always use jit-lock-after-change.
9584         Remove and restore font-lock-after-change-function.
9585         (turn-on-jit-lock, jit-lock-after-fontify-buffer)
9586         (jit-lock-after-unfontify-buffer): Remove.
9587         (jit-lock-stealth-fontify):
9588         Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
9589         (jit-lock-after-change): Set the `fontified' text-prop to nil.
9591 2000-06-20  Sam Steingold  <sds@gnu.org>
9593         * emacs-lisp/cl-indent.el (toplevel): Indent
9594         `print-unreadable-object' properly.  Untabify.
9596 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
9598         * textmodes/reftex.el (reftex-find-citation-regexp-format):
9599         Support for bibentry.
9600         (reftex-compile-variables): Fixed problem with end of section-re.
9602         * texmodes/reftex-dcr.el (reftex-view-crossref,
9603         reftex-view-crossref-from-bibtex):
9604         Deal with changed `reftex-find-citation-regexp-format'.
9605         (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
9606         Replaced `remprop' with `put'.
9607         (reftex-view-crossref, reftex-view-crossref-when-idle):
9608         Support for bibentry.
9610         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
9611         New entry for bibentry package.
9613         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
9614         Regexp also matches "\nobibliography".
9616         * textmodes/reftex-global.el (reftex-renumber-simple-labels):
9617         Call `reftex-ensure-write-access' before doing anything.
9618         (reftex-ensure-write-access): New function.
9620 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
9622         * progmodes/idlwave.el: File re-installed (update to version 4.2)
9624         * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
9626         * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
9628         * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
9631 2000-06-20  Dave Love  <fx@gnu.org>
9633         * faces.el (frame-background-mode): Use set-default, not set, in
9634         setter.
9635         (frame-update-faces, frame-update-face-colors): Define with
9636         defalias.
9638         * enriched.el (enriched-decode-foreground)
9639         (enriched-decode-background): Don't use internal-find-face.
9641         * apropos.el: Doc fixes.
9643         * cus-edit.el (customize-changed-options): Check arg.
9644         (customize-version-lessp): Don't require decimal point.
9646         * custom.el (defcustom, defgroup): Doc fix.
9648         * newcomment.el (comment) <defgroup>: Add :version.
9649         (comment-multi-line): Doc fix.
9651         * emulation/mlsupport.el (define-hooked-local-abbrev,
9652         define-hooked-global-abbrev): Fix, using define-abbrev.
9654 2000-06-19  Gerd Moellmann  <gerd@gnu.org>
9656         * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
9657         the whole buffer.
9659 2000-06-19  Dave Love  <fx@gnu.org>
9661         * menu-bar.el (menu-bar-options-save): New function.
9662         (menu-bar-options-menu): Use it.
9663         (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
9664         Simplify.
9666 2000-06-19  Andreas Schwab  <schwab@suse.de>
9668         * progmodes/etags.el (tags-query-replace): Put new parameters
9669         START and END at the end, for backward compatibility.
9671 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
9673         * international/codepage.el:
9674         (cp-coding-system-for-codepage-1): Delete special codes for
9675         generating xxx-dos coding system because now a CCL based coding
9676         system can handle EOL conversion by default.
9678         * international/mule.el (make-coding-system): Generate subsidiary
9679         coding systems for EOL handling variants even for a CCL based
9680         coding system.
9682 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
9684         * international/isearch-x.el (isearch-minibuffer-input-method)
9685         (isearch-minibuffer-input-method-function): These variables
9686         deleted.
9687         (isearch-with-input-method): Don't use the above variables.
9688         (isearch-process-search-multibyte-characters): Likewise.  Call
9689         read-string with the arg INHERIT-INPUT-METHOD t.
9691 2000-06-17  Stefan Monnier  <monnier@cs.yale.edu>
9693         * font-lock.el (font-lock-after-fontify-buffer)
9694         (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
9696         * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
9697         Use consistent make-local-variable style for font-lock-fontified.
9698         (jit-lock-fontify-buffer):
9699         Don't bother checking for font-lock-mode and jit-lock-mode.
9701         * time.el: Remove trailing ^M that prevent CVS-merging.
9703 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
9705         * Makefile.in (distclean): New target.
9707 2000-06-16  Stefan Monnier  <monnier@cs.yale.edu>
9709         * Makefile.in (srcdir): Define for update-subdirs.
9711 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
9713         * find-lisp.el: New file.
9715 2000-06-16  Andrew Innes  <andrewi@gnu.org>
9717         * time.el (display-time-mail-function): New variable, to allow
9718         external packages to indicate when new mail is available.
9719         (display-time-update): Use it.
9721 2000-06-16  Kenichi Handa  <handa@etl.go.jp>
9723         * international/mule.el (mule-version): Change version name to
9724         SAKAKI.  AOI has already been used by Meadow.
9726         * international/quail.el (quail-show-guidance-buf): To find the
9727         bottom window (but minibuffer), pay attention to the height of
9728         minibuffer.
9730 2000-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
9732         * arc-mode.el (archive-mode-map): Use the new menu-item format for
9733         menu-bar menus.  Add help strings.  Don't remove the Edit menu
9734         from the menu bar, as the menu bar has enough space now.
9736         * Makefile.in (SHELL): Make sure /bin/sh is used.
9738         * woman.el (woman-man-buffer): Fix bold and underlined CJK
9739         characters, which use series of two ^H characters instead of one.
9741 2000-06-15  Gerd Moellmann  <gerd@gnu.org>
9743         * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
9744         (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
9745         functions.
9746         (Info-find-node-2): Try a case-sensitive search first, then
9747         do a case-insensitive search.
9749         * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
9750         tutorials.
9752         * complete.el (PC-env-vars-alist): New variable.
9753         (PC-complete-as-file-name): New function.
9754         (partial-completion-mode): Initialize PC-env-vars-alist from
9755         process-environment.
9756         (PC-do-completion): Handle completion of env vars.
9758         * info.el (Info-set-mode-line): Show file name in mode line,
9759         use `*Info*' instead of `Info:'.
9761         * startup.el (command-line-1): Change copyright messages to year
9762         2000.
9764 2000-06-15  Dave Love  <fx@gnu.org>
9766         * net/goto-addr.el (goto-address-fontify): Use keymap property,
9767         not local-map.
9769 2000-06-15  Kenichi Handa  <handa@etl.go.jp>
9771         * international/mule.el (set-buffer-file-coding-system): Almost
9772         rewritten to handle `undecided' as no-op.
9774 2000-06-14  Gerd Moellmann  <gerd@gnu.org>
9776         * Makefile.in: New file.
9778         * Makefile: Removed.
9780         * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
9781         (goto-address-highlight-keymap): Bind C-c RET.
9783 2000-06-14  Kenichi Handa  <handa@etl.go.jp>
9785         * mail/sendmail.el (sendmail-send-it): The temporary buffer
9786         inherits buffer-file-coding-system of the current buffer.
9788         * tar-mode.el (tar-extract): For goto-char, use (point-min), not
9789         0.  Give correct argument to set-auto-coding-function.
9790         (tar-expunge): For goto-char, use (point-min), not 0.
9791         (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
9792         (tar-subfile-save-buffer): Likewize.
9794         * international/mule.el
9795         (after-insert-file-set-buffer-file-coding-system): Call
9796         set-buffer-file-coding-system with the arg FORCE t.
9798 2000-06-13  Gerd Moellmann  <gerd@gnu.org>
9800         * mail/sendmail.el (mail-specify-envelope-from): Initialize to
9801         nil.  Contemporary sendmails issue an X-Authentication-Warning if
9802         the sender is set with `-f'.
9804 2000-06-13  Dave Love  <fx@gnu.org>
9806         * help.el (describe-function-1): Kluge around cases of functions
9807         fset to subrs whose doc doesn't match their symbol-name.
9809         * image.el (insert-image): Default STRING to a space.
9811         * info.el Doc fixes.
9812         (Info-build-node-completions): Match Ref tags.
9814 2000-06-13  Eli Zaretskii <eliz@is.elta.co.il>
9816         * frame.el (display-multi-frame-p, display-multi-font-p): New
9817         defaliases for display-graphic-p.
9819         * hl-line.el: Fixed a typo in commentary.
9821 2000-06-13  Kenichi Handa  <handa@etl.go.jp>
9823         * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
9824         fixed.
9826 2000-06-12  Dave Love  <fx@gnu.org>
9828         * image.el (insert-image): Save a little consing.
9830 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
9832         * language/tibet-util.el: Convert all tibetan-1-column characters
9833         to the corresponding tibetan characters.
9834         (tibetan-add-components): Delete code for the special treatment of
9835         'a chung.
9837         * language/tibetan.el (tibetan-composable-pattern): Fix previous
9838         change.
9839         (tibetan-vowel-transcription-alist): More rules added.
9840         (tibetan-composite-vowel-alist): New variable.
9841         (tibetan-precomposition-rule-alist): More rules added.
9843 2000-06-12  Stefan Monnier  <monnier@cs.yale.edu>
9845         * startup.el (command-line): Only call menu-bar-mode if interactive.
9847         * thingatpt.el (toplevel symbol-properties):
9848         * textmodes/makeinfo.el (makeinfo-compile):
9849         * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
9850         * progmodes/hideif.el (hif-compress-define-list)
9851         (hide-ifdef-use-define-alist):
9852         * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
9853         (ange-ftp-vms-add-file-entry):
9854         * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
9855         * man.el (Man-build-man-command):
9856         * mail/rnewspost.el (news-reply-header-hook):
9857         * info.el (Info-insert-dir):
9858         * emulation/mlconvert.el (backward-word, forward-word, setq):
9859         * emacs-lisp/gulp.el (gulp-send-requests):
9860         * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
9861         (byte-optimize-inline-handler, byte-optimize-form-code-walker)
9862         (byte-optimize-apply, end of file):
9863         * emacs-lisp/advice.el (ad-advice-class-completion-table)
9864         (ad-make-freeze-definition):
9865         * startup.el (command-line, command-line-1): Don't quote lambdas.
9867         * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
9868         (cvs-cleanup-removed): New function.
9869         (cvs-cleanup-functions): New var.
9870         (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
9871         some flexibility in specifying additional entries to auto-cleanup.
9872         (cvs-quickdir): New function.
9873         (cvs-mode-insert): Use cvs-fileinfo-from-entries.
9874         (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
9875         (cvs-mode-find-file): Check that we are on a filename or dirname
9876         when invoked through a mouse-click.
9877         (cvs-full-path): Remove.
9878         (cvs-dired-action): Re-introduced.
9879         (cvs-dired-noselect): Use it.
9880         (vc-post-command-functions): use this new hook if available.
9882         * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
9883         (cvs-status-map): Don't inherit from cvs-mode-map anymore.
9884         (cvs-filename-map, cvs-dirname-map): Remove.
9885         (cvs-default-action): Remove.
9886         (cvs-add-face): Use `keymap' rather than `local-map' property, and only
9887         if the arg is really a keymap.
9888         (cvs-fileinfo-pp): Don't use any special map for file and dir names.
9889         Don't hardcode the mapping from state (aka type) to face, but check
9890         the var cvs-fi-<type>-face instead.
9891         (cvs-fileinfo-from-entries): New function.
9893         * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
9894         Docstring fix.
9895         (cvs-find-file-and-jump): Change default to be safer.
9896         (cvs-mode-diff-map): Define it as a function as well.
9897         (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
9898         Bind mouse-2 in this global map rather than with text-properties.
9900         * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
9901         file to resolve the ambiguity between C(conflict) and C(need-merge).
9903 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
9905         * international/mule.el (set-buffer-file-coding-system): If
9906         CODING-SYSTEM is nil, set buffer-file-coding-system to nil
9907         unconditionally.
9909 2000-06-12  Dave Love  <fx@gnu.org>
9911         * wid-edit.el (widget-specify-button): Really suppress the face if
9912         required.
9914 2000-06-11  Gerd Moellmann  <gerd@gnu.org>
9916         * term/x-win.el (x-colors): Add colors from recent rgb.txt.
9918 2000-06-11  Stefan Monnier  <monnier@cs.yale.edu>
9920         * imenu.el (imenu-generic-expression): Docstring fix.
9922         * composite.el (composition-function-table): Move the `put'
9923         below the autoload cookie so we can load the file before loaddefs.
9925         * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
9927         * emacs-lisp/autoload.el (make-autoload): Use `cond'.
9928         Handle easy-mmode-define-global-mode.
9929         For complex macros like define-minor-mode that can generate
9930         several autoload entries, try to autoload entries in the
9931         macroexpanded code.
9933         * emacs-lisp/easy-mmode.el (define-minor-mode):
9934         If KEYMAP is a symbol, just use it.
9935         Use byte-compile-current-file and load-file-name to infer the
9936         proper :require to pass to defcustom.
9937         Wrap the hook var into `progn' so as not to autoload it.
9938         Add a :autoload-end cookie.
9939         Be more careful about the evaluation of KEYMAP.
9940         (easy-mmode-define-global-mode): Add a :autoload-end cookie.
9941         (define-derived-mode): Move define-abbrev-table outside of defvar.
9943 2000-06-10  Stefan Monnier  <monnier@cs.yale.edu>
9945         * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
9946         (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
9947         (backup-compiled-files): Ignore errors during `tar'.
9948         (bootstrap): Make autoloads before elc files.
9950 2000-06-10  Kenichi Handa  <handa@etl.go.jp>
9952         * international/mule.el (set-buffer-file-coding-system): If one of
9953         undecided-XXX is specified, change only EOL conversion.
9955         * international/mule-conf.el (unix): New alias for the coding
9956         system undecided-unix.
9958 2000-06-09  Dave Love  <fx@gnu.org>
9960         * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
9962         * progmodes/executable.el: Byte compile dynamic.
9963         (executable-insert): Change custom type.
9964         (executable-find): Add autoload cookie.
9965         (executable-make-buffer-file-executable-if-script-p): New
9966         function.  After Noah Friedman.
9968         * files.el (after-save-hook): Customize, with
9969         executable-make-buffer-file-executable-if-script-p as an option.
9971 2000-06-09  Kenichi Handa  <handa@etl.go.jp>
9973         * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
9974         "tib24p-mule.bdf" for Tibetan.
9976         * composite.el (decompose-composite-char): Declare it as obsolete.
9978         * man.el (Man-fontify-manpage): Pay attention to underline and
9979         overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
9981 2000-06-08  Gerd Moellmann  <gerd@gnu.org>
9983         * thingatpt.el (forward-thing): Use functionp instead of fboundp.
9984         Set maintainer to FSF since author isn't reachable.
9986 2000-06-08  Dave Love  <fx@gnu.org>
9988         * international/mule-cmds.el (select-safe-coding-system): If
9989         DEFAULT-CODING-SYSTEM is not specified, also check the most
9990         preferred coding-system if buffer-file-coding-system is
9991         `undecided'.  From Handa.
9993 2000-06-08  Kenichi Handa  <handa@etl.go.jp>
9995         * international/mule.el
9996         (after-insert-file-set-buffer-file-coding-system): If the buffer
9997         size is greater than INSERTED, judget that we are not visiting.
9999 2000-06-07  Rajesh Vaidheeswarran  <rv@gnu.org>
10001         * whitespace.el (defgroup whitespace): Comment out `:version'.
10002         XEmacs 20.4 has problems defining the group with this present.
10003         We'll have this commented out till get resolve the problem.
10005 2000-06-07  John Wiegley  <johnw@gnu.org>
10007         * align.el (align-dq-string-modes, align-sq-string-modes)
10008         (align-open-comment-modes): Add pyhton-mode.
10009         (align-rules-list): Use get-text-property instead of
10010         text-properties-at.
10011         (align-rules-list): Add python-assignment.
10012         (align-rules-list): Change perl-comma-delimiter to
10013         basic-comma-delimiter.  Use if for Perl modes and python-mode.
10014         (align-rules-list): Add python-chain-logic and
10015         basic-line-continuation.
10017 2000-06-07  Jari Aalto  <jari.aalto@poboxes.com>
10019         * apropos.el (apropos-mode-hook): New user variable.
10020         (apropos-mode): Run apropos-mode-hook.
10022 2000-06-07  David Ponce  <david@dponce.com>
10024         * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
10025         commands.  Require `wid-edit' at run-time.
10027 2000-06-07  David Ponce  <david@dponce.com>
10029         * recentf.el: Added some "Commentary".
10030         (recentf-open-more-files, recentf-edit-list): Minor changes to
10031         move the point at the top of the file list.  This behaviour is
10032         consistent with the menu one when the list contains a lot of
10033         files.
10034         (recentf-cleanup): Now displays the number of items removed from
10035         the list.
10036         (recentf-relative-filter) New menu filter to show filenames
10037         relative to `default-directory'.
10039 2000-06-07  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10041         * ps-print.el: XEmacs compatibility.  Doc fix.  Can select page size
10042         with/without giving an error if PostScript printer doesn't have this
10043         kind of page size.  Zebra Stripe continues or restarts on next page.
10044         Manual/automatic paper feeding.  Switch or not the header.
10045         (ps-print-version): New version number (5.2.2).
10046         (ps-windows-system): Include emx as a Windows system.
10047         (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
10048         (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
10049         (ps-background-text): Code fix.
10050         (ps-error-handler-message, ps-user-defined-prologue)
10051         (ps-print-prologue-header, ps-printer-name)
10052         (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
10053         (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
10054         (ps-use-face-background): Customization fix.
10055         (ps-n-up-database): Data fix.
10056         (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
10057         (ps-switch-header): New vars.
10058         (ps-xemacs-color-name, ps-face-foreground-name)
10059         (ps-face-background-name, ps-boolean-constant): New funs.
10061 2000-06-07  Dave Love  <fx@gnu.org>
10063         * allout.el: New version from Manheimer.
10065 2000-06-07  Kenichi Handa  <handa@etl.go.jp>
10067         * textmodes/fill.el (fill-find-break-point): Check the validity of
10068         charset.
10070 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
10072         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
10073         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
10074         Call display-color-p and display-mouse-p instead of looking at
10075         window-system.
10077 2000-06-06  Dave Love  <fx@gnu.org>
10079         * image.el (find-image): Doc fix.  Return nil if image not found.
10080         (put-image, insert-image): Make STRING arg optional.
10082 2000-06-06  Kenichi Handa  <handa@etl.go.jp>
10084         * language/vietnamese.el: Remove eval-when-compile.
10085         (viet-viscii-nonascii-translation-table): Define it as a
10086         translation table made from viet-viscii-decode-table.
10087         (viet-viscii-encode-table): Define it as a translation table made
10088         from the reverse map of above.
10089         (viet-vscii-nonascii-translation-table): Define it as a
10090         translation table made from viet-vscii-decode-table.
10091         (viet-vscii-encode-table): Define it as a translation table made
10092         from the reverse map of above.
10093         (ccl-decode-viscii): Use translate-character.
10094         (ccl-encode-viscii, ccl-encode-viscii-font)
10095         (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
10096         Likewize.
10098         * language/cyrillic.el: Remove eval-when-compile.
10099         (cyrillic-koi8-r-nonascii-translation-table): Define it as a
10100         translation table made from cyrillic-koi8-r-decode-table.
10101         (cyrillic-koi8-r-encode-table): Define it as a translation table
10102         made from the reverse map of above.
10103         (ccl-decode-koi8): Use translate-character.
10104         (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
10105         (cyrillic-alternativnyj-nonascii-translation-table): Define it as
10106         a translation table made from cyrillic-alternativnyj-decode-table.
10107         (cyrillic-alternativnyj-encode-table): Define it as a translation
10108         table made from the reverse map of above.
10109         (ccl-decode-alternativnyj): Use translate-character.
10110         (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
10111         Likewize
10113         * international/mule-diag.el (non-iso-charset-alist): Specify
10114         translation table symbol instead of translation table itself.
10115         (list-block-of-chars): CHARSET may be a translation table symbol.
10117         * international/mule.el (make-coding-system): If CODING-SYSTEM
10118         already exists, override it.
10120         * international/fontset.el: Use family `proportional' for Tibetan
10121         fonts.
10123         * international/ccl.el (ccl-compile-translate-character): Don't
10124         check if Rrr has property translation-table.
10125         (ccl-compile-map-multiple): Modified to avoid compiler warning.
10127 2000-06-05  Gerd Moellmann  <gerd@gnu.org>
10129         * info.el: Bind case-fold-search to t when searching in case
10130         a user sets it to nil in a hook.
10132 2000-06-05  Stefan Monnier  <monnier@cs.yale.edu>
10134         * autoarg.el (autoarg-mode, autoarg-kp-mode):
10135         * hl-line.el (hl-line-mode): Use the new :global key argument.
10137         * tar-mode.el (tar-header-block-recompute-checksum): Remove.
10138         (tar-clip-time-string): Prepend a space.
10139         (tar-grind-file-mode): Construct a string rather than modifying one.
10140         (tar-header-block-summarize): Fix docstring.
10141         Use `format' rather than an error-prone set of copy-loops.
10143         * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
10144         (diff-goto-source, diff-unified->context, diff-context->unified)
10145         (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
10146         understand the format output by the `-p' argument to diff.
10148         * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
10149         (sh-re-done): Use defconst.
10150         (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
10151         (sh-help-string-for-variable, sh-guess-basic-offset):
10152         Don't quote lambdas.
10153         (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
10154         (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
10156         * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
10157         (mh-letter-mode): Derive from text-mode.
10158         This implicitly means that it now calls kill-all-local-variables.
10159         Also remove the Emacs-18 compatibility code.
10161         * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
10162         Make use of symbol-property doc-string-elt.
10163         Use memq rather than a sequence of eq.
10164         (doc-string-elt): Fix the wrong or missing previously unused values.
10165         (autoload-print-form): New function extracted from
10166         generate-file-autoloads to allow recursion when handling progn
10167         so that defvar's and defun's docstrings are properly printed.
10168         (generate-file-autoloads): Use it.
10170         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
10171         Use find-file-hooks in the minor-mode function.
10172         Be careful not to loop indefinitely in the post-command-hook function.
10174 2000-06-05  Michael Kifer  <kifer@cs.sunysb.edu>
10176         * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
10177         tty's.
10178         * ediff-diff.el (ediff-exec-process): Use --binary for fine
10179         differences whenever appropriate.
10180         * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
10181         * viper.el (find-file, find-file-other-window): Get viper to do
10182         wildcards.
10184 2000-06-04  Stefan Monnier  <monnier@cs.yale.edu>
10186         * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
10187         (jit-lock-fontify-buffer): New function for JIT refontification.
10188         (jit-lock-mode): Fix docstring.
10189         Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
10190         Remove jit-lock-after-change from the _local_ hook.
10191         (jit-lock-function-1): Fix docstring.
10193         * info.el (Info-on-current-buffer): Initialize info.
10195         * newcomment.el (comment-indent): Ignore comment-indent-hook.
10197         * progmodes/tcl.el (tcl-indent-for-comment):
10198         Ignore comment-indent-hook.
10200         * emacs-lisp/easy-mmode.el: Require CL during compilation.
10201         (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
10202         (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
10203         and improve to use the lighter to guess the capitalization.
10204         (define-minor-mode): Inline code from easy-mmode-define-toggle.
10205         Add keyword arguments to specify global-ness or the custom group.
10206         Add local-map and help-echo properties to the lighter.
10207         (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
10208         (easy-mmode-define-global-mode): New macro.
10210 2000-06-02  Dave Love  <fx@gnu.org>
10212         * wid-edit.el: byte-compile-dynamic since we typically don't use
10213         all the widgets.  Don't require cl or widget.  Remove
10214         eval-and-compile.  Don't autoload finder-commentary.  Doc fixes.
10215         (widget-read-event): Removed.  Callers changed to use read-event.
10216         (widget-button-release-event-p): Renamed from
10217         button-release-event-p.
10218         (widget-field-add-space, widget-field-use-before-change):
10219         Uncustomize.
10220         (widget-specify-field): Use keymap property, not local-map.
10221         (widget-specify-button): Obey :suppress-face.
10222         (widget-specify-insert): Use modern backquote syntax.
10223         (widget-image-directory): Renamed from widget-glyph-directory.
10224         (widget-image-enable): Renamed from widget-glyph-enable.
10225         (widget-image-find): Replaces widget-glyph-find.
10226         (widget-button-pressed-face): Move defvar.
10227         (widget-image-insert): Replaces widget-glyph-insert.
10228         (widget-convert): Use keywordp.
10229         (widget-leave-text, widget-children-value-delete): Use mapc.
10230         (widget-keymap): Remove XEmacs stuff.
10231         (widget-field-keymap, widget-text-keymap): Define all inside defvar.
10232         (widget-button-click): Don't set point at the click, but re-centre
10233         if we scroll out of window.  Rewritten for images v. glyphs &c.
10234         (widget-tabable-at): Use POS arg, not point.
10235         (widget-beginning-of-line, widget-end-of-line)
10236         (widget-item-value-create, widget-sublist, widget-princ-to-string)
10237         (widget-sexp-prompt-value, widget-echo-help): Simplify.
10238         (widget-default-create): Use widget-image-insert; some rewriting.
10239         (widget-visibility-value-create)
10240         (widget-push-button-value-create, widget-toggle-value-create): Use
10241         widget-image-insert.
10242         (checkbox): Create on and off images dynamically.
10243         (documentation-link): Change :help-echo.
10244         (widget-documentation-link-echo-help): Remove.
10246 2000-06-02  Stefan Monnier  <monnier@cs.yale.edu>
10248         * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
10250         * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
10251         (easy-mmode-define-toggle, define-minor-mode): Use it.
10252         (easy-mmode-define-keymap): Docstring fix.
10253         (define-derived-mode): Default PARENT to fundamental-mode.
10254         Add the derived-mode-parent symbol-property.
10255         (easy-mmode-derived-mode-p): New function.
10257 2000-06-02  Dave Love  <fx@gnu.org>
10259         * files.el (convert-standard-filename): Doc fix.
10260         (normal-backup-enable-predicate): New function.
10261         (backup-enable-predicate): Use it to replace the lambda form.
10263         * calendar/todo-mode.el: [This needs more work on the outline
10264         stuff.]  Doc fixes.
10265         (todo) <defgroup>: Add :version.
10266         (todo-add-category): Don't use pushnew.
10267         (todo-cmd-raise): Fix typo.
10268         (todo-top-priorities): Change temp buffer name.
10269         (todo-category-alist): Avoid redundant lambda.
10270         (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
10271         Use outline-next-heading.
10273         * autoarg.el: Rewritten to use define-minor-mode.
10274         (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
10275         (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
10277 2000-06-02  Kenichi Handa  <handa@etl.go.jp>
10279         * isearch.el (isearch-other-meta-char): Fix previous change.
10281 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
10283         * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
10284         (log-edit-done): Only add the comment to the ring if it's different
10285         from the last comment entered.
10287         * isearch.el (isearch-highlight): Turn internal-find-face into facep.
10289 2000-06-01  Dave Love  <fx@gnu.org>
10291         * hl-line.el: Rewritten using define-minor-mode.
10293         * help.el (describe-function-1): Distinguish special form from
10294         builtin function.  Sanity-check presence of arglist for builtins.
10296 2000-06-01  Kenichi Handa  <handa@etl.go.jp>
10298         * international/characters.el: Fix syntax/category setting of
10299         Tibetan characters.
10301         * language/tibet-util.el (tibetan-add-components): Fixes for new
10302         encoding of Tibetan characters.
10303         (tibetan-decompose-precomposition-alist): New variable.
10304         (tibetan-decompose-region): Convert precomposed characters to
10305         non-precomposed characters.
10306         (tibetan-decompose-string): Likewise.
10307         (tibetan-composition-function): Fix args to
10308         thibetan-compose-string.
10310         * language/tibetan.el (tibetan-composable-pattern): More
10311         characters included.
10312         (tibetan-consonant-transcription-alist): Rule for "R" added.
10313         (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
10314         "+R" added.
10315         (tibetan-base-to-subjoined-alist): Rule for "RA" added.
10317         * language/lao-util.el (lao-composition-function): Fix args to
10318         compose-string.
10320         * language/thai-util.el (thai-composition-function): Fix args to
10321         compose-string.
10323         * isearch.el (isearch-update): Set disable-point-adjustment to t
10324         to prevent the point moving to the end of a composition when a
10325         part of a composition is searched.
10326         (isearch-other-meta-char): If the key invoking this command can be
10327         mapped by function-key-map to a printing char, call
10328         isearch-process-search-char directly.
10330 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
10332         * emacs-lisp/bytecomp.el:
10333         * frame.el:
10334         * international/mule-cmds.el:
10335         * international/mule-util.el:
10336         * international/mule.el:
10337         * mouse.el:
10338         * subr.el:
10339         * faces.el: Update calls to make-obsolete with a WHEN argument.
10341         * byte-run.el (make-obsolete, make-obsolete-variable):
10342         Add an optional WHEN argument and change the format of the
10343         symbol-property information.
10344         * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
10345         (byte-compile-obsolete, byte-compile-variable-ref): Understand the
10346         new obsolete-symbol-property format and print WHEN if it is provided.
10348 2000-05-31  Dave Love  <fx@gnu.org>
10350         * loadhist.el (loadhist-hook-functions): Remove
10351         before-change-function, after-change-function.
10352         (unload-feature): Deal with symbols which are both bound and
10353         fbound.
10355         * mouse.el (mouse-save-then-kill-delete-region): Don't bind
10356         before-change-function, after-change-function.
10358         * simple.el (newline): Don't bind before-change-function,
10359         after-change-function.
10361 2000-05-31  Rajesh Vaidheeswarran <rv@gnu.org>
10363         * whitespace.el (whitespace-rescan-timer-time): Update interval
10364         set to 600 seconds (10 minutes) instead of 60 seconds since
10365         a large number of whitespace buffers causes emacs to `freeze'
10366         for a considerable amount of time.
10368         * whitespace.el: Updated email address
10370 2000-05-31  Dave Love  <fx@gnu.org>
10372         * add-log.el (change-log-font-lock-keywords) <function>: Add
10373         pattern for function of change.
10374         (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
10375         acknowledgements patterns.
10377 2000-05-31  Kenichi Handa  <handa@etl.go.jp>
10379         * isearch.el (isearch-printing-char): If keyboard coding system is
10380         being used, call isearch-process-search-multibyte-characters.
10382         * international/isearch-x.el: Mostly rewritten.
10384         * international/quail.el (quail-start-conversion): Don't include
10385         unhandled events in the returned events, but set them in
10386         unread-command-events.  Exit if all inputs are deleted.
10388 2000-05-30  Jason Rumney  <jasonr@gnu.org>
10390         * w32-fns.el (w32-charset-info-alist): Add each charset separately.
10392         * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
10393         Reenable code to create initial fontsets.
10394         Use set-fontset-font in place of put-charset-property.
10396 2000-05-30  Gerd Moellmann  <gerd@gnu.org>
10398         * progmodes/perl-mode.el (perl-indent-line): When looking for a
10399         label, ensure that the first colon isn't followed by another.
10401         * paths.el (Info-default-directory-list): Doc fix.
10403         * net/net-utils.el (finger-X.500-host-regexps): New user-option.
10404         (finger): If HOST matches a regexp from finger-X.500-host-regexps,
10405         send a query containing USER only, not USER@HOST.
10407         * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
10408         and rmail-msgend to compute the restriction at the end, instead of
10409         computing it.
10411 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
10413         * dabbrev.el (dabbrev-expand): Don't display messages in the
10414         echo area if the minibuffer window is active.
10416         * jit-lock.el (jit-lock-mode): Add after change function to
10417         local hook.
10419 2000-05-29  Christoph Wedler  <Christoph.Wedler@sap.com>
10421         * antlr-mode.el: New commands: hide/unhide actions,
10422         upcase/downcase literals.
10423         (antlr-tiny-action-length): New user option.
10424         (antlr-hide-actions): New command.  Suggested by
10425         Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
10426         (antlr-mode-map): New binding [C-c C-v].
10427         (antlr-mode-menu): New entries.
10428         (antlr-downcase-literals): New command.
10429         (antlr-upcase-literals): Ditto.
10431         * antlr-mode.el: Minor changes: indendation, mode-name.
10432         (antlr-indent-line): Indent cpp directive at column 0.
10433         (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
10435         * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
10436         (antlr-font-lock-additional-keywords): Workaround for intentional
10437         bug in XEmacs version of font-lock.
10438         (antlr-mode): Set symbol property `mode-name' to "Antlr".  Could
10439         be used by a smarter version of `buffers-menu-grouping-function'.
10441 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
10443         * tmm.el (tmm-prompt): Recognize menu item definitions of the for
10444         `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
10446 2000-05-29  Kenichi Handa  <handa@etl.go.jp>
10448         * international/encoded-kb.el
10449         (encoded-kbd-iso2022-designation-map): Pay attention to that
10450         charset-iso-final-char return -1 for eight-bit-control and
10451         eight-bit-graphic.
10453 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
10455         * speedbar.el (speedbar-use-images, speedbar-update-flag)
10456         (speedbar-easymenu-definition-base): Use display-graphic-p where
10457         available, instead of window-system.
10459 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
10461         * international/codepage.el (cp-coding-system-for-codepage-1): Add
10462         eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
10463         coding systems.
10465 2000-05-26  Dave Love  <fx@gnu.org>
10467         * disp-table.el (standard-display-underline): Don't use
10468         internal-find-face.
10470         * mail/reporter.el: Maintainer change.  Doc fixes.
10471         (reporter-version): Deleted.
10473         * emacs-lisp/elp.el: Maintainer change.
10474         (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
10476 2000-05-26  Stefan Monnier  <monnier@cs.yale.edu>
10478         * add-log.el (add-change-log-entry): Merge the current entry with the
10479         previous one if the previous one is empty.
10481 2000-05-26  Dave Love  <fx@gnu.org>
10483         * loadhist.el (unload-feature): Fix interactive spec [from
10484         lijnzaad@ebi.ac.uk].
10486         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
10487         subr-arity to check primitives.
10488         (byte-compile-flush-pending, byte-compile-file-form-progn)
10489         (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
10490         (byte-compile-insert, byte-compile-funcall): Use mapc instead of
10491         mapcar.
10493 2000-05-26  Kenichi Handa  <handa@etl.go.jp>
10495         * international/fontset.el: Set family names of non-latin charsets
10496         in default fontset to "*".
10498         * international/mule-diag.el (print-fontset): Combine family part
10499         and registry part of the fontname by "-*-" instead of "-".
10501         * international/mule-cmds.el (encode-coding-char): Make strings
10502         multibyte before calling encode-coding-string.
10504 2000-05-25  Stefan Monnier  <monnier@cs.yale.edu>
10506         * derived.el: Fix keywords.
10507         (define-derived-mode): Only define if needed.
10509         * simple.el (fill-comment, comment-column, comment-start)
10510         (comment-start-skip, comment-end, comment-indent-function)
10511         (block-comment-start, block-comment-end, indent-for-comment)
10512         (set-comment-column, kill-comment, comment-padding, comment-region)
10513         (comment-multi-line, indent-new-comment-line): Remove.
10515         * bindings.el (esc-map): Change ; to comment-dwim and use the new
10516         function names for comment operations.
10518         * newcomment.el: Add abundant autoload cookies.
10519         (comment-style): Don't depend on runtime data at compile-time.
10520         (comment-indent-hook): Remove.
10521         (comment-indent): Check if comment-indent-hook is bound.
10522         (comment-region): Docstring fix.
10524 2000-05-25  Dave Love  <fx@gnu.org>
10526         * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
10527         byte-code-function-p.
10529         * mail/rmailsum.el: Add provide.
10531         * net/goto-addr.el (goto-address-fontify): Add help-echo property.
10533         * smerge-mode.el (smerge-diff-switches): Don't use list* in
10534         defcustom.
10536 2000-05-25  Michael Kifer  <kifer@cs.sunysb.edu>
10538         * ediff-diff.el (ediff-exec-process): delete --binary option from
10539         non-buffer ediff jobs.
10541 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
10543         * hilit-chg.el (highlight-changes-mode): Ask about color or
10544         grayscale support, not about window-system.
10546         * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
10547         window-system.
10548         (ffap-highlight): Always default to t.
10550         * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
10551         display-popup-menus-p instead of looking at window-system.
10553         * disp-table.el (standard-display-g1, standard-display-graphic):
10554         Only refuse to use string glyphs on X and MS-Windows.
10556         * avoid.el: Remove window-system from commentary, suggest to use
10557         display-*-p instead.
10559         * apropos.el (apropos-print): Use display-mouse-p instead of
10560         window-system.
10562 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
10564         * international/codepage.el (cp-decoding-vector-for-codepage):
10565         Fill up unsupported characters with their own codes.  From Kenichi
10566         Handa.
10568 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
10570         * international/mule-diag.el (describe-char-after): Use
10571         display-graphic-p instead of window-system, so that this function
10572         works on MS-DOS.
10574 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
10576         * international/codepage.el (cp-make-coding-systems-for-codepage):
10577         Remove the eight-bit-graphic and eight-bit-control charsets from
10578         the list of charsets which we convert into `?'.
10580 2000-05-25  Kenichi Handa  <handa@etl.go.jp>
10582         * international/mule-conf.el: Specify CHARSET-ID explicitely for
10583         private charsets.
10584         (mule-unicode-0100-24ff, japanese-jisx0213-1,
10585         japanese-jisx0213-2): New charsets.
10587         * international/fontset.el: Setup default fontset for new charsets.
10589 2000-05-24  Dave Love  <fx@gnu.org>
10591         * info.el (Info-find-node-2): Restructure [following "Vadim
10592         S. Solomin" <sovs@uic.nnov.ru>].
10594         * icomplete.el: Fix header for Finder.
10596 2000-05-24  Eric M. Ludlam  <zappo@ultranet.com>
10598         * rmailout.el (rmail-output-to-rmail-file): Added optional param
10599         STAY.
10601         * rmail.el (rmail-automatic-folder-directives): New user variable.
10602         (rmail-show-message): Add call to `rmail-auto-file' during
10603         display.
10604         (rmail-auto-file): New function.
10606 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
10608         * ediff-diff.el (ediff-forward-word): Take syntactic word class into
10609         account.
10610         (ediff-test-utility,ediff-diff-mandatory-option)
10611         (ediff-reset-diff-options): Utilities for proper initialization of
10612         ediff-diff-options and ediff-diff3-options on Windows.
10614         * ediff-init.el (ediff-merge-filename-prefix): New customizable
10615         variable.
10617         * ediff-mult.el (ediff-filegroup-action): Use
10618         ediff-merge-filename-prefix.
10620 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
10622         * viper-ex.el (ex-write): Set selective display to nil.
10624 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
10626         * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
10627         aliases for hebrew-iso-8bit.
10629 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
10631         * woman.el: New version from Francis J. Wright
10632         <F.J.Wright@Maths.QMW.ac.uk>.
10633         (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
10634         names in environment variables regardless of the path separator.
10635         (woman-topic-all-completions-1): Don't call file-name-directory-p
10636         on all files, since woman-file-regexp already filters out any
10637         directories.
10639 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
10641         * international/quail.el (quail-start-translation): Don't change
10642         modified-p of the current buffer.
10643         (quail-start-conversion): Likewise.
10645         * international/kkc.el (kkc-region): Don't change modified-p of
10646         the current buffer.
10648         * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
10649         conform to RFC1468.
10650         (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
10652 2000-05-23  Eric M. Ludlam  <zappo@ballista.ultranet.com>
10654         * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
10655         (speedbar-insert-button): Invisible text property fix.
10656         (speedbar-directory-plus): Renamed from speedbar-directory-+
10657         (speedbar-directory-minus): Renamed from speedbar-directory--
10658         (speedbar-page-plus): Renamed from speedbar-file-+
10659         (speedbar-page-minus): Renamed from speedbar-file--
10660         (speedbar-page): Renamed from speedbar-file-
10661         (speedbar-tag): Renamed from speedbar-tag-
10662         (speedbar-tag-plus): Renamed from speedbar-tag-+
10663         (speedbar-tag-minus): Renamed from speedbar-tag--
10664         (speedbar-expand-image-button-alist): Use above renames.
10666         * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
10667         * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
10668         * sb-pg-plus.xpm: Renamed from sb-file+.xpm
10669         * sb-pg-minus.xpm: Renamed from sb-file-.xpm
10670         * sb-pg.xpm: Renamed from sb-file.xpm
10671         * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
10672         * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
10674 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
10676         * international/quail.el (quail-show-guidance-buf): Set
10677         current-input-method of the guidance buffer to the name of the
10678         curren input method.
10680 2000-05-23  Stefan Monnier  <monnier@cs.yale.edu>
10682         * progmodes/compile.el (compile-internal): Style typo.
10684         * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
10685         quote vars and functions in the docstring.
10687         * newcomment.el (comment-make-extra-lines): Don't use `assert'.
10689         * completion.el (dynamic-completion-mode, dynamic-completion-mode):
10690         Don't quote lambdas.
10692         * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
10694 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
10696         * startup.el (command-line): Determine source file of compiled
10697         user init file differently.  Warn if compiled user init file
10698         is older than its source file.
10700         * ffap.el (ffap-url-regexp): Add `https'.
10702 2000-05-23  Eli Zaretskii  <eliz@is.elta.co.il>
10704         * files.el (make-backup-file-name-1): Replace slashes with `!'
10705         rather than `|' (which is not allowed on Windows).  Replace the
10706         drive letters with a string "drive_X".
10708 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
10710         * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
10712         * files.el (interpreter-mode-alist): Add `bash2'.
10714 2000-05-22  Dave Love  <fx@gnu.org>
10716         * loadhist.el (feature-symbols, file-provides, file-requires): Use
10717         mapc.
10718         (feature-file): Avoid calling symbol-name.  Doc fix.
10719         (file-set-intersect, file-dependents): Use dolist, not mapcar.
10720         (loadhist-hook-functions): Add mouse-position-function.
10721         (unload-feature): Change uses of mapcar.
10723         * files.el (parse-colon-path): Doc fix.
10724         (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
10725         (set-auto-mode): Use mapc.
10727         * complete.el (PC-look-for-include-file): Use :alnum: character
10728         class.
10729         (partial-completion-mode): Add autoload cookie.
10731 2000-05-22  Sam Steingold  <sds@gnu.org>
10733         * info.el (Info-fontify-node): Fixed the call to
10734         `add-text-properties' (bug introduced on 2000-05-18).
10736 2000-05-22  Dave Love  <fx@gnu.org>
10738         * bindings.el: Remove debug-ignored-errors set in other files.
10740         * progmodes/etags.el: Add to debug-ignored-errors.
10741         (visit-tags-table-buffer): Clear out buffers holding old tables
10742         when making a new list.
10743         (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
10744         mapc.
10746         * completion.el: Doc fixes.  Add to debug-ignored-errors.  Don't
10747         quote keywords.
10748         (cmpl-string-case-type): Use character classes.
10750         * comint.el:
10751         * textmodes/ispell.el:
10752         * imenu.el:
10753         * mail/mh-e.el:
10754         * progmodes/compile.el: Add to debug-ignored-errors.
10756         * dabbrev.el: Add to debug-ignored-errors.
10757         (dabbrev-completion): Use mapc.
10759 2000-05-22  Eli Zaretskii  <eliz@is.elta.co.il>
10761         * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
10762         (woman-mapcan, woman-parse-man.conf)
10763         (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
10764         (woman-reset-emulation, woman-select-symbol-fonts): New functions.
10765         (woman-parse-colon-path): Call woman-mapcan.  Recognize Cygwin
10766         path syntax better.
10767         (woman-man.conf-path, woman-use-own-frame): New defcustoms.
10768         (woman-manpath): Call woman-parse-man.conf.
10769         (woman-emulation): New defcustom, defaults to nroff.
10770         (woman-font-support): New defconst.
10771         (woman-use-symbol-font): New defcustom.
10772         (woman-menu): Add new menu items: "Colored/BW", "Advanced",
10773         "Emulation".
10774         Many functions: Doc fix.
10776 2000-05-22  Kenichi Handa  <handa@etl.go.jp>
10778         * international/quail.el (quail-simple-translation-keymap): Map
10779         128..255 to quail-self-insert-command.
10780         (quail-keyboard-layout-alist): Add definition for "pc102-de".
10782 2000-05-22  Stefan Monnier  <monnier@cs.yale.edu>
10784         * help.el (help-manyarg-func-alist): Typo.
10786         * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
10787         intervals which makes it heaps simpler.
10789         * newcomment.el (comment-region-internal): Go back to BEG after quoting
10790         the nested comment markers.
10792         * subr.el (remove-hook): Don't turn the hook's value into a list.
10794 2000-05-21  Dave Love  <fx@gnu.org>
10796         * edmacro.el (edmacro-parse-keys): Return vector if any elements
10797         are invalid characters.
10799         * international/mule-util.el (detect-coding-with-priority): Use
10800         mapc.  Remove redundant lambda.
10802         * international/mule-diag.el (list-non-iso-charset-chars)
10803         (describe-fontset): Remove redundant lambda.
10805         * emulation/crisp.el (brief-mode): New alias.
10807         * emacs-lisp/ring.el (ring-elements): New function.
10809         * emacs-lisp/easymenu.el (easy-menu-create-menu)
10810         (easy-menu-do-add-item): Use keywordp.
10812         * emacs-lisp/byte-opt.el: Update side-effect free function lists.
10814         * replace.el: Doc and error message fixes.
10815         (replace-highlight): Use facep, not internal-find-face.
10817 2000-05-20  Stefan Monnier  <monnier@cs.yale.edu>
10819         * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
10821         * log-edit.el (log-edit-done): Cleanup trailing empty lines.
10822         (log-edit-insert-changelog): Drop `:' as well.
10824         * log-view.el: Fix file description.
10825         (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
10826         available.
10827         (log-view-font-lock-keywords): Only use cvs-filename-face if present.
10828         (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
10830         * emacs-lisp/easy-mmode.el: Update copyright and commentary.
10831         (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
10832         Print a status message if the toggle is called interactively.
10833         (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
10834         for global minor modes and use `defcustom' for them.
10835         Use add-minor-mode.
10836         (easy-mmode-define-derived-mode): Remove.
10837         (define-derived-mode): Fancier default docstring.
10838         (easy-mmode-define-navigation): Signal an error rather than (ding).
10840         * newcomment.el (comment-styles): New `box-multi'.
10841         (comment-normalize-vars): Better default for comment-continue to
10842         avoid whitespace-only continuations.
10843         (comment-search-forward): Always move even in the no-syntax case.
10844         (comment-padright): Only obey N if it's only obeyed for padleft.
10845         (comment-make-extra-lines): Better handling of empty continuations.
10846         Use `=' for the filler if comment-start has only one character.
10847         (uncomment-region): Try handling the special `=' filler.
10848         (comment-region): Allow LINES even if MULTI is nil.
10849         (comment-box): Choose box style based on comment-style.
10851 2000-05-20  Kenichi Handa  <handa@etl.go.jp>
10853         * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
10854         (ccl-compile-write-repeat): If ARG is string, make it unibyte.
10856 2000-05-20  Kenichi HANDA  <handa@etl.go.jp>
10858         * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
10859         and insert, not subst-char-in-region.
10861         * international/mule-diag.el (list-character-sets-1): Handle
10862         charsets eight-bit-control and eight-bit-graphic.
10863         (list-iso-charset-chars): Likewise.
10864         (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
10865         charactes as is.  Use indent-to to align characters.
10867         * international/mule-cmds.el (find-multibyte-characters): Never
10868         exclude charsets eight-bit-control and eight-bit-graphic.
10870 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
10872         * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
10873         Don't quote lambdas.
10875         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
10877 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
10879         * gud.el (gud-jdb-directories): Doc fix.
10881 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
10883         * newcomment.el: New file.
10885 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
10887         * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
10889 2000-05-18  Andreas Schwab  <schwab@suse.de>
10891         * dired.el (dired-between-files): Also skip lines beginning with
10892         `used'.
10894 2000-05-18  Gerd Moellmann  <gerd@gnu.org>
10896         * msb.el (msb-menu-cond): Add choice `user'.
10898 2000-05-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10900         * ps-print.el: Compatibility, customization and doc fix.
10901         (ps-printer-name-option): Replace defconst by defvar.
10902         (ps-postscript-code-directory): XEmacs compatibility.
10903         (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
10904         fix.
10905         (ps-user-defined-prologue, ps-print-prologue-header)
10906         (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
10907         compatibility and code fix.
10908         (ps-print-background-image, ps-print-background-text):
10909         Customization fix.
10910         (ps-line-number-start, ps-n-up-on): New vars.
10912 2000-05-18  Espen Skoglund  <esk@ira.uka.de>
10914         * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
10915         the indent-comment function to just return the appropriate indent.
10917 2000-05-18  Eric M. Ludlam  <zappo@ultranet.com>
10919         * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
10920         sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
10921         sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
10923 2000-05-18  Dave Love  <fx@gnu.org>
10925         * info.el (Info-fontify-node): Add intangible property as well as
10926         invisible.
10928         * calendar/appt.el (appt-make-list): Match all lines of entry.
10929         From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
10931 2000-05-18  Kenichi Handa  <handa@etl.go.jp>
10933         * international/mule-diag.el (describe-char-after): Call
10934         internal-char-font, not char-font.  If internal-char-font returns
10935         nil, display "-- none --".
10937 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
10939         * image.el (image-type-available-p): Don't reference image-types
10940         if it isn't bound.
10942 2000-05-17  Stefan Monnier  <monnier@cs.yale.edu>
10944         * autoarg.el (autoarg-mode): Typo in the :set argument.
10946 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
10948         * startup.el (command-line-1): Don't signal an error if the
10949         directory for auto-save-list files does not yet exist.
10951 2000-05-17  Kenichi Handa  <handa@etl.go.jp>
10953         * international/mule-conf.el (arabic-iso8859-6): Fix typo.
10955 2000-05-16  Stefan Monnier  <monnier@cs.yale.edu>
10957         * subr.el (remove-hook): `setq' hook-value, not `set'.
10959 2000-05-16  Sam Steingold  <sds@gnu.org>
10961         * info.el (debug-ignored-errors): More errors to ignore.
10963 2000-05-16  Dave Love  <fx@gnu.org>
10965         * cus-edit.el: Don't require cl or easymenu.
10966         (custom-variable-prompt): Test standard-value property, not
10967         user-variable-p.
10969 2000-05-16  Sam Steingold  <sds@gnu.org>
10971         * subr.el (add-hook): `setq' hook-value, not `set'.
10973 2000-05-16  Gerd Moellmann  <gerd@gnu.org>
10975         * startup.el (command-line-1): Mention the FAQ in the startup
10976         message.
10978         * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
10980         * progmodes/compile.el (compilation-parse-errors): Collect
10981         `nomessage' regexps last.
10983         * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
10985         * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
10986         to the function name.
10988 2000-05-15  Dave Love  <fx@gnu.org>
10990         * speedbar.el (speedbar-recenter): Typo.
10991         (speedbar-expand-line): Make arg optional.
10992         (speedbar-mode): Avoid a compiler warning.
10994 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
10996         * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
10997         user-specified option string is empty.
10999         * mouse.el (mouse-yank-at-click): Doc fix.
11001 2000-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
11003         * term/internal.el (IT-character-translations): More updates of
11004         latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
11005         documents.
11007 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
11009         * env.el (getenv): New function, interactively callable.
11010         (setenv, getenv): Remove autoload cookies.
11012         * loadup.el: Load `env'.
11014         * progmodes/f90.el: Change author's mail address.
11016 2000-05-14  Dave Love  <fx@gnu.org>
11018         * mail/rmail.el (rmail-show-message-hook): Customize and offer
11019         goto-addr as an option.
11021         * help.el (help-xref-stack): Doc fix.
11022         (help-xref-following): New variable.
11023         (help-make-xrefs): Use it.
11024         (help-xref-go-back): Use position information from stack element.
11025         (help-follow): Make position in stack element a pair.  Use
11026         help-xref-following.
11028         * autoarg.el: New file.
11030         * faces.el: Declare more functions obsolete.
11032         * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
11033         * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
11034         * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
11035         * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
11036         Remove all the setup-...-environment functions.
11038 2000-05-13  Eric M. Ludlam  <zappo@ultranet.com>
11040         * speedbar.el: Updated the commentary section.  xemacs20p now uses
11041         >= when detecting.  Require `defimage' safely.
11042         (speedbar-easymenu-definition-base): Add toggle for images.
11043         (speedbar-easymenu-definition-special): Add flush cache & expand.
11044         (speedbar-visiting-tag-hook): Set new defaults.  Added options.
11045         (speedbar-reconfigure-keymaps-hook): New variable.
11046         (speedbar-frame-parameters): Updated documentation.
11047         (speedbar-use-imenu-flag): Updated custom tag
11048         (speedbar-dynamic-tags-function-list): New variable.
11049         (speedbar-tag-hierarchy-method): Updated doc & custom.
11050         (speedbar-indentation-width, speedbar-indentation-width) New
11051         variables.
11052         (speedbar-hide-button-brackets-flag): Customizable.
11053         (speedbar-vc-indicator): Doc update.
11054         (speedbar-ignored-path-expressions): Updated default value.
11055         (speedbar-supported-extension-expressions): Updated default value.
11056         (speedbar-syntax-table): Remove {} paren status.
11057         (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
11058         as "+".  Added overlay aliases.
11059         (speedbar-mode): Use `speedbar-mode-line-update' instead of
11060         `force-mode-line-update'.
11061         (speedbar-mode, speedbar-quick-mouse, speedbar-click)
11062         (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
11063         `mouse-set-point'
11064         (speedbar-reconfigure-keymaps): Run configure keymap hooks.
11065         (speedbar-item-info-tag-helper): Revamped to handle a wider range
11066         of arbitrary text, and new helper functions.
11067         (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
11068         filename finder.
11069         (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
11070         (speedbar-directory-buttons): Update path search/expansion.
11071         (speedbar-make-tag-line): Pay attention to
11072         `speedbar-indentation-width'.  Use more care w/ invisible
11073         properties.
11074         (speedbar-change-expand-button-char): Call
11075         `speedbar-insert-image-button-maybe'.
11076         (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
11077         (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
11078         (speedbar-trim-words-tag-hierarchy)
11079         (speedbar-simple-group-tag-hierarchy): New functions
11080         (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
11081         (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
11082         functions.
11083         (speedbar-mouse-set-point): New function
11084         (speedbar-power-click): Updated documentation.
11085         (speedbar-line-token, speedbar-goto-this-file): Handle more types
11086         of tag prefix text.
11087         (speedbar-expand-line, speedbar-contract-line): Make more robust
11088         to strange text.
11089         (speedbar-expand-line): Takes universal argument to flush the
11090         cache.
11091         (speedbar-flush-expand-line): New function.
11092         (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
11093         Use new generator insertion method.
11094         (speedbar-fetch-dynamic-tags): New function.
11095         (speedbar-fetch-dynamic-imenu): Removed code now handled in
11096         `speedbar-fetch-dynamic-imenu'.
11097         (speedbar-fetch-dynamic-etags): Fix current buffer problem.
11098         (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
11099         "Revert Buffer" menu items.
11100         (speedbar-buffer-buttons-engine): Be smarter when creating a
11101         filename tag (for expansion purposes.).
11102         (speedbar-highlight-one-tag-line,
11103         (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
11104         (speedbar-recenter): New functions.
11105         (defimage-speedbar): Image loading abstraction.
11106         (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
11107         (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
11108         (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
11109         (speedbar-tag-type, speedbar-tag-mail): New images.
11110         (speedbar-expand-image-button-alist): New variable.
11111         (speedbar-insert-image-button-maybe): Insert an image over some
11112         buttons.
11114 2000-05-13  Kenichi Handa  <handa@etl.go.jp>
11116         * international/mule-cmds.el (encode-coding-char): An ASCII
11117         character is always encodable.
11119         * international/mule-conf.el: Add more information in descriptions
11120         of character sets.
11122         * international/mule-diag.el (describe-char-after): New function.
11123         (describe-font-internal): Adjusted for the change of font-info.
11124         (describe-font): Likewise.
11125         (print-fontset): Rewritten for the new fontset implementation.
11126         (describe-fontset): Include fontset alias names in completion.
11127         (list-fontsets): Adjusted for the change of print-fontset.
11129         * simple.el (what-cursor-position): If DETAIL is non-nil, call
11130         describe-char-after instead of displaying the detail in the echo
11131         area.
11132         (syntax-code-table): Format changed.
11133         (string-to-syntax): Adjusted for the above change.
11135 2000-05-12  Stefan Monnier  <monnier@cs.yale.edu>
11137         * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
11139 2000-05-12  Dave Love  <fx@gnu.org>
11141         * calendar/todo-mode.el: Remove some compatibility stuff and CL
11142         dependence.  Use line-{beginning,end}-position, not
11143         point-at{b,e}ol.  Some doc fixes.
11144         (todo-position): New function.  Fix callers of position to use it.
11145         (todo-save-top-priorities, todo-print): Use with-temp-buffer.
11147 2000-05-12  Gerd Moellmann  <gerd@gnu.org>
11149         * time.el (display-time-mail-icon): Use `:ascent center'.
11151         * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
11152         handling FTP security extensions.
11154 2000-05-11  Dave Love  <fx@gnu.org>
11156         * calendar/todo-mode.el: New file.
11158 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
11160         * comint.el (comint-read-input-ring): Move reference to
11161         comint-input-ring-size outside of the save-excursion.  It was
11162         causing the default value to be the only one ever seen.
11164         * font-lock.el: Update copyright.  Remove Simon Marshall's email
11165         address on request from him.
11167         * subr.el (substitute-key-definition): Add comment describing
11168         the meaning of PREFIX.
11170 2000-05-10  Stefan Monnier  <monnier@cs.yale.edu>
11172         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
11174         * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
11175         (add-minor-mode): Don't make the variable buffer-local and add a
11176         reference to define-minor-mode in the docstring.
11178         * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
11179         HEADER/FOOTER and fix bug with trailing empty directory.
11180         (cvs-append-to-ignore): Use vc-editable-p if available.
11181         (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
11182         (vc-do-command): Tweak advice to handle the new VC.
11184         * log-view.el (log-view-goto-rev): New function for the new VC.
11185         (log-view-minor-wrap): Use mark-active.
11187         * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
11188         (log-edit-changelog-full-paragraphs): New var.
11189         (log-edit-insert-changelog): Remove a lonely leading `* file'.
11190         (log-edit-narrow-changelog, log-edit-changelog-paragraph)
11191         (log-edit-changelog-subparagraph, log-edit-changelog-entry)
11192         (log-edit-changelog-ours-p, log-edit-changelog-entries)
11193         (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
11194         Replace the `cvs' prefix with `log-edit'.
11196         * iswitchb.el (iswitchb-completion-help): Unquote lambda.
11198         * diff-mode.el (diff-font-lock-keywords): Recognize comments.
11199         (diff-font-lock-defaults): Explicitly turn off multiline.
11200         (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
11201         (diff-ediff-patch): Fix call to ediff-patch-file.
11202         (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
11203         Handle comments.
11205         * frame.el (automatic-hscrolling): Typo.
11207         * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
11209 2000-05-09  Sam Steingold  <sds@goems.com>
11211         * apropos.el (apropos-print): use `describe-face' instead of
11212         `customize-face-other-window'.
11214 2000-05-09  Dave Love  <fx@gnu.org>
11216         Changes mostly following Richard Sharman <rsharman@wave.home.com>.
11218         * help.el (describe-variable): Have customize button pop the
11219         help-xref stack when invoked.
11220         (help-xref-symbol-regexp): Add `face'.
11221         (help-make-xrefs): Check for quoted face names and adapt regexp
11222         submatch numbers to cope.
11223         (help-xref-interned): Maybe insert face doc too.  Separate
11224         sections with a line of hyphens.
11226         * faces.el:  Some doc fixes.  Declare some functions obsolete.
11227         (describe-face): Add customize button.  Return the help
11228         text.  Fix prompt.
11230 2000-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
11232         * term/internal.el (IT-character-translations): Fix last change.
11234 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
11236         * woman.el: New file
11237         (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
11239 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
11241         * term/internal.el (IT-character-translations): Update ASCII
11242         simulations for greek-iso8859-7, add latin-iso8859-14 and
11243         latin-iso8859-15.
11245         * international/mule-cmds.el (set-language-info-alist): Call
11246         define-prefix-command with 3 arguments, to make the map suitable
11247         for a menu.
11249 2000-05-07  Dave Love  <fx@gnu.org>
11251         * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
11253 2000-05-05  Dave Love  <fx@gnu.org>
11255         * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
11256         list in doc string.  Don't quote keyword symbols.
11257         * emacs-lisp/cl.el: Likewise
11258         * emacs-lisp/cl-seq.el: Likewise
11260 2000-05-05  Gerd Moellmann  <gerd@gnu.org>
11262         * abbrev.el (abbrev-mode): Make ARG optional.
11264 2000-05-04  Gerd Moellmann  <gerd@gnu.org>
11266         * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
11268         * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
11270         * subr.el (substitute-key-definition): Clarify documentation.
11272 2000-05-04  Milan Zamazal  <pdm@freesoft.cz>
11274         * glasses.el (glasses-convert-to-unreadable): Use
11275         `glasses-separator' instead of the hard-wired "_".
11276         (glasses-mode): Call `glasses-make-unreadable' only in a single
11277         place.
11279 2000-05-04  Eli Zaretskii  <eliz@is.elta.co.il>
11281         * term/internal.el (cjk-codepages-alist): Add associations for
11282         Chinese and Korean codepages.  Remove FIXME comment.
11284 2000-05-03  Dave Love  <fx@gnu.org>
11286         * time.el (display-time-mail-face, display-time-use-mail-icon):
11287         New option.
11288         (display-time-mail-icon): New variable.
11289         (display-time-string-forms): Use the above.  Fix the local-map.
11291 2000-05-03  Gerd Moellmann  <gerd@gnu.org>
11293         * replace.el (query-replace-map): Add binding for `E'.
11294         (query-replace-help): Extend help text.
11295         (perform-replace): Allow editing the replacement string.
11297         * make-mode.el (makefile-mode-abbrev-table): New variable.
11298         (makefile-mode): Set local abbrev table to
11299         makefile-mode-abbrev-table.
11300         (makefile-font-lock-keywords): Fontify includes and conditionals.
11302         * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
11303         set TOGGLE's value.
11305         * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
11306         mail-interactive-insert-alias.
11307         (mail-abbrev-complete-alias): New command.
11308         (mail-mode-map): Bind it to `M-TAB'.
11310 2000-05-03  Kenichi Handa  <handa@etl.go.jp>
11312         * language/lao-util.el (lao-compose-region): New function.
11314 2000-05-02  Gerd Moellmann  <gerd@gnu.org>
11316         * files.el (recover-session): Make directories as necessary
11317         if they don't exist yet.
11319         * calendar/cal-french.el
11320         (french-calendar-multibyte-special-days-array)
11321         (french-calendar-special-days-array): Change French text.
11322         (calendar-french-date-string): Change output.
11323         (calendar-goto-french-date): Likewise.
11325 2000-05-02  Per Abrahamsen  <abraham@dina.kvl.dk>
11327         * wid-edit.el (widget-default-active): Obey `:always-active'.
11328         (widget-documentation-string-value-create): Set `:always-active'.
11330 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
11332         * startup.el (auto-save-list-file-prefix): For ms-dos, set the
11333         default prefix to `~/_emacs.d/auto-save.list/_s'.
11334         (normal-top-level): Create the directory for auto-save files, if
11335         it doesn't already exist (in the ms-dos case only).
11337 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
11339         * international/mule-cmds.el (set-language-environment): Don't
11340         concat an integer (dos-codepage), use format instead.
11342 2000-05-02  Dave Love  <fx@gnu.org>
11344         * help.el (help-xref-on-pp): Check for constant symbols.
11346 2000-04-29  Gerd Moellmann  <gerd@gnu.org>
11348         * startup.el (normal-top-level): Put a condition-case around
11349         the code loading subdirs.el.
11351 2000-04-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11353         * ps-print.el: Upside-down and face background color printing,
11354         line number step, doc fix.
11355         (ps-print-version): New version number (5.2).
11356         (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
11357         (ps-face-attribute-list, ps-plot-with-face): Code fix.
11358         (ps-spool-config): Var fix.
11359         (ps-printer-name-option): Const fix.
11360         (ps-print-upside-down, ps-use-face-background)
11361         (ps-line-number-step): New vars.
11362         (ps-window-system, ps-lp-system): New consts.
11363         (ps-face-background): New fun.
11365 2000-04-28  Richard Stallman  <rms@gnu.org>
11367         * files.el (make-auto-save-file-name):
11368         Apply auto-save-file-name-transforms to visited file name
11369         before generating auto save file name.
11370         (auto-save-file-name-transforms): New variable.
11372         * files.el (backup-enable-predicate):
11373         Correctly test for a file under a temporary directory.
11375 2000-04-28  Gerd Moellmann  <gerd@gnu.org>
11377         * subr.el (add-minor-mode): Rewritten.
11379 2000-04-28  Kenichi Handa  <handa@etl.go.jp>
11381         * mail/sendmail.el (sendmail-send-it): Set
11382         buffer-file-coding-system to the selected coding system for MIME
11383         header.
11385 2000-04-27  Gerd Moellmann  <gerd@gnu.org>
11387         * dired.el (dired-move-to-filename-regexp): Allow format where
11388         YYYY is followed by two spaces.
11390         * progmodes/etags.el (etags-tags-completion-table): Add a `:'
11391         in the second character class of the regexp.
11393         * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
11394         mh-etc, too.
11396         * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
11397         nil.
11399         * subr.el (add-minor-mode): Use `set' instead of `setq'.
11401         * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
11402         argument.
11404 2000-04-27  Sen Nagata <sen@eccosys.com>
11406         * emacs-lisp/crm.el (crm-completion-table): New variable.
11407         (crm-collection-fn, crm-test-completion)
11408         (completing-read-multiple): Use it.
11410 2000-04-27  Dave Love  <fx@gnu.org>
11412         * help.el (locate-library): Use mapc.
11413         (help-manyarg-func-alist): Add call-process-region.
11415 2000-04-26  Gerd Moellmann  <gerd@gnu.org>
11417         * subr.el (add-minor-mode): Make argument MAP optional.
11419         * desktop.el (desktop-save): Save list of minor modes.
11420         (desktop-create-buffer): Restore minor modes.
11421         (desktop-minor-mode-table): New user-option.
11423         * subr.el (add-minor-mode): New function.
11425         * image.el (find-image): New function.
11426         (defimage): Rewritten to find image at load time.
11428         * startup.el (normal-top-level-add-to-load-path): Handle
11429         case that the default directory is not in load-path.
11431         * help.el: Old patch from Stefan Monnier.
11432         (help-xref-on-pp): New function.
11433         (describe-variable): Use it to display xrefs in a symbol's value.
11435 2000-04-26  Stefan Monnier  <monnier@cs.yale.edu>
11437         * cus-edit.el (custom-face): Fix parenthesis.
11439 2000-04-26  Kenichi Handa  <handa@etl.go.jp>
11441         * mail/rmail.el (rmail-expunge): When there are no deleted
11442         messages, do nothing.
11444 2000-04-26  Dave Love  <fx@gnu.org>
11446         * international/mule-cmds.el (locale-translation-file-name):
11447         Defvar to nil.
11448         (set-locale-environment): Set it here (at runtime).
11450 2000-04-25  Gerd Moellmann  <gerd@gnu.org>
11452         * replace.el (perform-replace): Add parameters START and END.  Use
11453         them instead of the check for a region in Transient Mark mode.
11454         (query-replace-read-args): Return two more list elements for the
11455         start and end of the region in Transient Mark mode.
11456         (query-replace, query-replace-regexp, query-replace-regexp-eval)
11457         (map-query-replace-regexp, replace-string, replace-regexp): Add
11458         optional last arguments START and END and pass them to
11459         perform-replace.
11461         * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
11462         form with additional arguments for perform-replace.
11464         * progmodes/etags.el (tags-query-replace): Add parameters START
11465         and END.  Construct a form with additional arguments for
11466         perform-replace.
11468         * simple.el (shell-command): Set default directory for "*Shell
11469         Command Output" buffer.
11471         * language/european.el (iso-latin-4): Fix typo.
11473         * emacs-lisp/crm.el: New file.
11475 2000-04-24  Dave Love  <fx@gnu.org>
11477         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
11478         (Custom-reset-saved, Custom-reset-standard)
11479         (custom-group-value-create, custom-group-set, custom-group-save)
11480         (custom-group-reset-current, custom-group-reset-saved)
11481         (custom-group-reset-standard): Use mapc.
11482         (custom-buffer-create-internal): Disable undo when creating items.
11483         Use mapc.
11484         (custom-face): Avoid redundant lambda.
11486 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
11488         * startup.el (auto-save-list-file-prefix): Set default to
11489         `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
11491 2000-04-24  Sam Steingold  <sds@gnu.org>
11493         * time-stamp.el (time-stamp-string-preprocess): Always convert
11494         `field-result' to a string.
11496 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
11498         * frame.el (scrolling): New group.
11499         (automatic-hscrolling): New user-option.
11501         * startup.el (command-line-x-option-alist): Add `-lsp' and
11502         `--line-spacing'.
11504 2000-04-19  Dave Love  <fx@gnu.org>
11506         * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
11507         (cl-mapc): Rename from mapc.  Fix the funcall.
11509 2000-04-19  Gerd Moellmann  <gerd@gnu.org>
11511         * simple.el (clone-indirect-buffer-other-window): New command.
11512         (clone-indirect-buffer): Add optional arg NORECROD.
11513         (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
11515         * help.el (resize-temp-buffer-window): Use count-screen-lines.
11517         * window.el (count-screen-lines): New function.
11518         (shrink-window-if-larger-than-buffer): Use count-screen-lines
11519         instead of window-buffer-height.
11521         * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
11522         non-existing variable comint-input-sentinel.
11523         (inferior-lisp-args-to-list): Removed.
11524         (inferior-lisp): Use split-string instead of
11525         inferior-lisp-args-to-list.
11527         * hexl.el (hexl-insert-hex-string): New command.
11529         * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
11530         instead of concat.
11532 2000-04-18  Gerd Moellmann  <gerd@gnu.org>
11534         * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
11535         at the start of an existing but empty folder.
11537 2000-04-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11539         * ps-mule.el: Customization fix, doc fix.
11540         (ps-multibyte-buffer): Customization fix.
11542 2000-04-17  Richard M. Stallman  <rms@gnu.org>
11544         * subr.el (read-passwd): Use read-char-exclusive.
11546 2000-04-17  Gerd Moellmann  <gerd@gnu.org>
11548         * textmodes/texinfo.el (texinfo-insert-@email)
11549         (texinfo-insert-@emph, texinfo-insert-@quotation)
11550         (texinfo-insert-@strong, texinfo-insert-@url): New functions.
11551         (texinfo-mode-map): Add key bindings for them.
11553         * files.el (basic-save-buffer-2): Use a template with `$'
11554         instead of `#' for VMS.
11556         * simple.el (clone-indirect-buffer): New function.
11558 2000-04-16  Stephen Eglen  <stephen@gnu.org>
11560         * iswitchb.el (iswitchb-case): New function.  If the user input
11561         contains any upper-case characters, the search is made
11562         case-sensitive.
11564 2000-04-17  Stefan Monnier  <monnier@cs.yale.edu>
11566         * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
11567         comment-end.
11568         (texinfo-font-lock-syntactic-keywords): New var.
11569         (texinfo-font-lock-keywords): Remove comment regexp.
11570         (texinfo-insert-block): New function.
11571         (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
11572         (texinfo-mode): Use define-derived-mode.  Tweak comment-start-skip
11573         and font-lock-defaults.  Use regexp-opt for outline-regexp.
11574         (texinfo-environments): New var.
11575         (texinfo-environment-regexp): Use regexp-opt and
11576         texinfo-environments.
11578         * textmodes/ispell.el (ispell-menu-map-needed): Check that
11579         ispell-process is bound since this might be eval'd before ispell
11580         is loaded.
11581         (ispell-message): Use a tiny bit less magic and a bit more hard
11582         data to figure out what kind of sc-cite-regexp to use.
11584         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
11586         * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
11587         (insert-cyclic-diary-entry): Unquote the lambda.
11589         * gud.el (gud-jdb-build-source-files-list): Fix typo.
11591         * files.el (backup-enable-predicate): Unquote the lambda.
11593         * cus-edit.el (custom-face, face): Unquote the lambda.
11595 2000-04-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11597         * ps-print.el: Check for line-beginning-position definition.
11599         * ps-print.el: Fix counting lines in a region.
11600         (ps-print-version): New version number (5.1.5).
11601         (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
11602         (ps-printing-region): Fun code fix.
11604 2000-04-15  Gerd Moellmann  <gerd@gnu.org>
11606         * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
11607         to file-directory-p.
11609 2000-04-14  Gerd Moellmann  <gerd@gnu.org>
11611         * gud.el (gud-jdb-build-source-files-list): Check that directory
11612         exists before calling directory-files.
11614 2000-04-13  Dave Love  <fx@gnu.org>
11616         * emacs-lisp/trace.el: Change maintainer.  Use new backquote
11617         syntax.
11619         * emacs-lisp/cl-specs.el: Remove when, unless.
11621         * emacs-lisp/cl-extra.el: Don't quote keywords.
11622         (cl-old-mapc): New variable.
11623         (mapc): Use it.
11624         (cl-map-intervals): Use with-current-buffer.  Don't check for
11625         next-property-change.
11626         (cl-map-overlays): Use with-current-buffer.
11627         (cl-expt): Remove.
11628         (copy-tree, remprop): Define unconditionally.
11630         * emacs-lisp/cl-compat.el (keywordp): Remove.
11632         * emacs-lisp/edebug.el (edebug-keywordp): Remove.  Change callers
11633         to use keywordp.
11634         (edebug-spec): Enable keywordp.
11636         * cus-edit.el (custom-sort-items): Avoid symbol-name with new
11637         string-lessp.
11639         * cus-start.el: Use keywordp.
11641 2000-04-13  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
11643         * diary-lib.el (include-other-diary-files): Fix the fix of
11644         2000-02-18 by doing a save-excursion.
11646 2000-04-13  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11648         * ps-print.el: Customization fix, doc fix.
11649         (ps-print-version): New version number (5.1.4).
11650         (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
11651         (ps-print-preprint): Adjust code.
11652         (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
11653         (ps-print-prologue-header, ps-print-control-characters)
11654         (ps-spool-config): Customization fix.
11656 2000-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
11658         * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
11659         converted to the new menu-item format, names silightly changed,
11660         help strings added.
11662         Support for spelling without async subprocesses:
11664         * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
11665         (ispell-session-buffer): New variables.
11666         (ispell-start-process, ispell-process-status,
11667         ispell-accept-output, ispell-send-string): New functions, for
11668         Ispell invocation when async subprocesses aren't supported.
11669         (ispell-word, ispell-pdict-save, ispell-command-loop,
11670         ispell-process-line, ispell-buffer-local-parsing): Replace calls
11671         to process-send-string with calls to ispell-send-string, and
11672         accept-process-output with ispell-accept-output.
11673         (ispell-init-process): Call ispell-process-status instead of
11674         process-status with.
11675         (ispell-init-process): Call ispell-start-process.  Call
11676         ispell-accept-output and ispell-send-string.  Don't call
11677         process-kill-without-query and kill-process if they are unbound.
11678         (ispell-async-processp): New function.
11680 2000-04-12  Dave Love  <fx@gnu.org>
11682         * info.el: Add debug-ignored-errors.
11683         (Info-mode-menu): Add some items.
11684         (Info-directory): Add autoload cookie.
11686         * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
11687         Modify `truncate-lines'.  Make `describe-language-environment'
11688         always visible and add help.  Modify `describe-key' help.  Invoke
11689         Info-directory from `info'.  New entry `emacs-manual'.
11691 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
11693         * progmodes/ebrowse.el (ebrowse-tree-mode): Use
11694         propertized-buffer-identification.
11695         (ebrowse-update-member-buffer-mode-line): Likewise.
11696         (ebrowse--mode-strings): Removed.
11697         (ebrowse--mode-line-props): Removed.
11699         * files.el (auto-mode-alist): Add `EBROWSE'.
11701         * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
11702         space before testing for end of buffer.
11703         (ebrowse-load): Removed.
11704         (ebrowse-revert-tree-buffer-from-file): Rewritten.
11705         (ebrowse-create-tree-buffer): Rewritten.
11706         (ebrowse-tree-mode): Read tree from buffer.
11708         * progmodes/ebrowse-ffh.el: Removed.
11710 2000-04-10  Kenichi Handa  <handa@etl.go.jp>
11712         * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
11714 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
11716         * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
11717         at the wrong place.
11719 2000-04-09  Dave Love  <fx@gnu.org>
11721         * files.el (backup-enable-predicate): Use
11722         temporary-file-directory, small-temporary-file-directory.
11723         (make-backup-file-name-function, backup-directory-alist): New
11724         variables.
11725         (make-backup-file-name-1): New function.
11726         (make-backup-file-name): Use it.
11727         (find-backup-file-name): Likewise.  Use format for clarity, not
11728         concat.
11729         (file-newest-backup): Use make-backup-file-name.
11731 2000-04-09  Gerd Moellmann  <gerd@gnu.org>
11733         * progmodes/ebrowse-ffh.el: New file.
11735         * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
11736         to ebrowse-ffh.el.
11737         (ebrowse-load): Add autoload.
11739         * finder.el (finder-commentary): Add autoload cookie.
11741         * mail/rfc2368.el: Correct author's email address.
11743         * progmodes/ebrowse.el: New file.
11745         * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
11746         item help string.
11747         (easy-menu-do-add-item): Ditto.
11748         (easy-menu-define): Extend doc string.
11750         * jit-lock.el (with-buffer-unmodified): Use
11751         restore-buffer-modified-p.
11752         (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
11753         (jit-lock-function, jit-lock-stealth-fontify): Don't use
11754         with-buffer-unmodified.
11756 2000-04-08  Dave Love  <fx@gnu.org>
11758         * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
11759         unless, when.
11761 2000-04-07  Mikio Nakajima  <minakaji@osaka.email.ne.jp>
11763         * viper-util.el (viper-put-on-search-overlay): New subroutine.
11764         (viper-flash-search-pattern): No operation when using Emacs
11765         doesn't support face.
11766         Use `viper-put-on-search-overlay'.
11768 2000-04-04  Gerd Moellmann  <gerd@gnu.org>
11770         * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
11771         like C-r.
11773         * progmodes/make-mode.el: Some doc fixes.
11774         (makefile-mode-abbrev-table): New variable.
11775         (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
11776         (makefile-font-lock-keywords): Fontify includes and conditionals.
11777         (toplevel): Require `dabbrev' and `add-log' when compiling.
11779         * replace.el (perform-replace): Don't move forward one char
11780         when MATCH-AGAIN is nil, and REGEXP-FLAG is t.  We don't want
11781         to do that because it leaves point 1 position after the last
11782         replacement, after everything has been replaced.
11784         * jit-lock.el (with-buffer-unmodified): New macro.
11785         (with-buffer-prepared-for-font-lock): Don't preserve buffer's
11786         modified state.
11787         (jit-lock-function-1): Extracted from jit-lock-function; not
11788         preserving buffer's modified state.
11789         (jit-lock-function, jit-lock-stealth-fontify): Call
11790         jit-lock-function-1.
11792         * mail/rfc2368.el: Remove supernumerary copyright line.
11794 2000-04-04  Milan Zamazal  <pdm@freesoft.cz>
11796         * glasses.el: Provide facilities for inserting space before left
11797         parentheses and uncapitalization of identifiers.
11798         (glasses-mode): Try to remove old overlays in all cases.
11800 2000-04-03  Gerd Moellmann  <gerd@gnu.org>
11802         * progmodes/compile.el (compile-internal): Display the compilation
11803         buffer in a different frame, if it's already displayed there.
11805         * mail/rfc2368.el: New file.
11807         * simple.el (sendmail-user-agent-compose): Recognize a `body'
11808         header and insert its value as mail body.
11810         * subr.el (member-ignore-case): New function.
11812         * dabbrev.el (dabbrev-ignored-regexps): New user-option.
11813         (dabbrev--find-expansion): Ignore buffers matching a regexp
11814         from dabbrev-ignored-regexps.
11816         * jka-compr.el (jka-compr-compression-info-list): Add `.z'
11817         to extensions handled by gzip.
11819 2000-04-03  Richard M. Stallman  <rms@gnu.org>
11821         * files.el (insert-directory): List the total free space
11822         along with the used space.
11824         * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
11825         line is followed by one that matches CITATION-REGEXP, end the
11826         paragraph.
11828 2000-04-03  Markus Rost  <rost@delysid.gnu.org>
11830         * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
11831         (rmail-make-basic-summary-line): Use that option.
11833 2000-04-03  Kenichi Handa  <handa@etl.go.jp>
11835         * international/mule-cmds.el (encoded-string-description):
11836         Rewritten.   Try pretty description for ISO 2022 escape sequences
11837         only if CODING-SYSTEM is based on ISO 2022.  Use uppercase letters
11838         for hexadecimal format.
11840 2000-04-01  Dave Love  <fx@gnu.org>
11842         * cpp.el: Change customization group to `c' from `C'.
11844         * vcursor.el (vcursor-move): Use display-color-p.
11846         * international/mule-util.el: Provide mule-utils.
11847         (string-to-sequence): Simplify and speed up.
11849         * international/mule.el (make-coding-system): Purecopy doc-string.
11851         * international/mule-cmds.el: Various menu changes.
11852         (describe-specified-language-support): Handle `Default'.
11853         (set-language-info): Purecopy `info'.
11855 2000-03-31  Andrew Innes  <andrewi@gnu.org>
11857         * vc.el (vc-backend-diff): Return the correct status if we had to
11858         retry the rcsdiff command without the --brief option.
11860 2000-03-31  Dave Love  <fx@gnu.org>
11862         * help.el (help-manyarg-func-alist): Correct several omissions.
11864         * add-log.el: Don't require cl, fortran.
11865         (add-log-current-defun-function): Doc fix.
11866         (change-log-version-number-regexp-list): Remove SCCS part.  Doc
11867         fix.
11868         (change-log-version-rcs): Function deleted.
11869         (change-log-version-number-search): Doc fix.  Use
11870         vc-workfile-version.  Avoid CL dolist.
11871         (add-change-log-entry): Just call add-log-current-defun to get
11872         defun.  Simplify somewhat.
11873         (change-log-get-method-definition-1): Likewise.
11874         (add-log-current-defun): Return nil if calling
11875         add-log-current-defun-function does so.  Move Fortran stuff to
11876         fortran.el.  Return string without properties.
11878         * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
11879         and :alpha: char classes.
11881         * mail/supercite.el: Defvar curline when compiling.
11882         (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
11883         (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
11884         rather than a-zA-Z0-9 to allow non-ASCII characters.
11886 2000-03-31  Gerd Moellmann  <gerd@gnu.org>
11888         * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
11890         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11891         Re-enable new code.
11893         * lpr.el (print-region-1): Use -d to specify printer name for
11894         systems `usg-unix-v*, `dgux', `hpux', `irix'.
11896 2000-03-31  Dave Love  <fx@gnu.org>
11898         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
11899         for function definition in symbol's function value slot first
11900         instead of first consulting byte-compile-function-environment.
11902 2000-03-31  Kenichi Handa  <handa@etl.go.jp>
11904         * language/european.el ("Polish"): New language environment.
11905         (setup-polish-environment): New function.
11907 2000-03-30  Gerd Moellmann  <gerd@gnu.org>
11909         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11910         Disable new code.
11912         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
11913         trying to `load' the symbol of an autoload instead of the file
11914         recorded in the autoload.  Fix error messages.
11916 2000-03-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11918         * ps-print.el: PostScript programming fix for ghostview, doc fix.
11919         (ps-print-version): New version number (5.1.3).
11920         (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
11921         (ps-insert-file, ps-output-boolean, ps-plot-with-face)
11922         (ps-generate-postscript-with-faces): Code fix.
11923         (ps-color-values): XEmacs compatibility.
11924         (ps-print-background-image, ps-print-background-text, ps-printer-name)
11925         (ps-default-fg, ps-default-bg): Adjust customization.
11926         (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
11927         (ps-color-scale): Renaming old ps-color-value fun.
11928         (ps-print-headers): Replace ps-print-header group to avoid conflict
11929         with ps-print-header variable.
11930         (ps-print-miscellany): New group.
11931         (ps-format-color, ps-rgb-color): New funs.
11932         (ps-default-foreground): New var.
11933         (ps-printer-name-option): New const.
11935 2000-03-30  Peter Breton  <pbreton@ne.mediaone.net>
11937         * net/net-utils.el:
11938         (network-connection-host, network-connection-service): New variables
11939         (network-connection-mode): New mode, derived from comint-mode
11940         (network-connection-mode-setup): New function, saves host and
11941         service information in local variables.
11943         * lisp/locate.el:
11944         (locate-word-at-point): Added this function
11945         (locate): Default to using locate-word-at-point as input
11946         Run dired-mode-hook
11948 2000-03-29  Dave Love  <fx@gnu.org>
11950         * calendar/appt.el: Doc fixes.
11951         (appt-check): Convert min-to-app to a string before passing to
11952         appt-disp-window-function or concat.
11953         (appt-delete-window): Remove test for frame-root-window.
11954         (appt-select-lowest-window, appt-convert-time): Simplify.
11956         * emacs-lisp/bytecomp.el: Doc fixes.
11957         (byte-compile-file-form-autoload): Update
11958         byte-compile-function-environment.
11960 2000-03-29  Andreas Schwab  <schwab@suse.de>
11962         * emacs-lisp/autoload.el: Also print defsubst doc string
11963         specially.
11965         * dired.el (dired-insert-directory): If dired-free-space-program
11966         failed just delete its output.
11968 2000-03-29  Dave Love  <fx@gnu.org>
11970         * international/iso-cvt.el: Move provide to end.  Doc fixes.
11971         (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
11972         (iso-iso2sgml, iso-sgml2iso): New functions.
11973         (iso-cvt-define-menu): Fix some entries and use backquote for
11974         clarity.
11976         * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
11978 2000-03-28  Gerd Moellmann  <gerd@gnu.org>
11980         * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
11981         ISO-DATE.  If non-nil, return date in ISO 8601 format.
11983 2000-03-26  Stefan Monnier  <monnier@cs.yale.edu>
11985         * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
11986         if it ever becomes used.
11987         (log-edit-mode-hook): Default to vc-log-mode-hook.
11988         (log-edit-mode): Fix the docstring.
11990         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
11991         the code.
11993 2000-03-26  Dave Love  <fx@gnu.org>
11995         * net/browse-url.el (browse-url): Re-fix case of
11996         browse-url-browser-function being an alist.
11997         (browse-url): Add :link to defgroup.
11999         * files.el: Doc fixes.
12000         (file-truename): Include `[' in wildcard characters.
12001         (automount-dir-prefix): Customize.
12002         (find-file-wildcards): Add :version.
12003         (find-file-noselect): Simplify a mapcar call.
12005         * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
12006         compatible with inf-lisp version.
12007         (eval-defun-1): Fix custom-declare-variable case.
12009 2000-03-25  Stefan Monnier  <monnier@cs.yale.edu>
12011         * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
12013 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
12015         * Makefile (COMPILE_FIRST): New macro.
12016         (compile-files): Compile files from COMPILE_FIRST first.
12018         * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
12019         code.
12021         * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
12022         matching open parenthesis in column 0 to defun-prompt-regexp
12023         only if open-paren-in-column-0-is-defun-start is set.
12025         * sun-curs.el: Require CL at compile-time only.
12027         * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
12028         instead of copy-list which is a function from CL.
12029         (msb--choose-menu, msb--mode-menu-cond)
12030         (msb--create-buffer-menu-2): Use dolist instead of mapc.
12031         (msb--init-file-alist): Use mapcar instead of mapcan.
12032         (msb--aggregate-alist): Use mapcar instead of mapcan.  Fix
12033         `(' in column 0 in doc string.
12034         (msb--add-separators): Use mapcar instead of mapcan.
12036         * cus-dep.el: Require CL at compile-time only.
12038 2000-03-24  Stefan Monnier  <monnier@cs.yale.edu>
12040         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
12041         (byte-compile-warnings): New warning `noruntime'.
12042         (byte-compile-constants, byte-compile-variables): Fix docstring.
12043         (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
12044         execute `eval-whenc-compile's body.
12045         (byte-compile-unresolved-functions): Fix docstring.
12046         (byte-compile-eval): New function.
12047         (byte-compile-callargs-warn): Check if the function will be available
12048         at runtime (via property `byte-compile-noruntime').
12049         (byte-compile-print-syms): New function.
12050         (byte-compile-warn-about-unresolved-functions): Also warn about
12051         `noruntime' functions (and use `byte-compile-print-syms').
12052         (byte-compile-file): Capitalize the message.
12054 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
12056         * mail/rmail.el (rmail-confirm-expunge): New user-option.
12057         (rmail-expunge): Ask for confirmation depending on the setting
12058         of rmail-confirm-expunge.
12060 2000-03-23  Gerd Moellmann  <gerd@gnu.org>
12062         * Makefile (bootstrap-clean): If $(emacs) exists, build
12063         loaddefs.el first.  A loaddefs.el that's not up-to-date might
12064         cause a bootstrap failure because things don't autoload as
12065         expected.
12067 2000-03-23  Dave Love  <fx@gnu.org>
12069         * net/browse-url.el: Restore previous use of
12070         browse-url-maybe-new-window.
12072 2000-03-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12074         * ps-print.el: Skip banner page fix.
12075         (ps-print-version): New version number (5.1.2).
12076         (ps-begin-file, ps-end-file, ps-generate): Code fix.
12078 2000-03-23  Dave Pearson  <davep@davep.org>
12080         * net/quickurl.el Changed the type of parameter passed to the
12081         function defined by `quickurl-format-function'. Before only the
12082         text of the URL was passed. Now the whole URL structure is passed
12083         and the function is responsible for extracting the parts it
12084         requires.  Changed the default of `quickurl-format-function'
12085         accordingly.
12086         (quickurl-insert): Changed the `funcall' of
12087         `quickurl-format-function' to match the above change.
12088         (quickurl-list-insert): Changed the `url' case so that it makes
12089         use of `quickurl-format-function', previous to this the format was
12090         hard wired.
12092 2000-03-22  Gerd Moellmann  <gerd@gnu.org>
12094         * startup.el: Change some spellings for the X Window System.
12096 2000-03-22  Stefan Monnier  <monnier@cs.yale.edu>
12098         * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
12099         up the code and the regexp and make sure the cursor is temporarily
12100         moved to the suspicious line while querying the user.
12102 2000-03-22  Jason Rumney  <jasonr@gnu.org>
12104         * w32-fns.el (w32-charset-info-alist): Initialize.
12106 2000-03-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12108         * ps-print.el: N-up last page fix.
12109         (ps-print-version): New version number (5.1.1).
12110         (ps-end-file, ps-end-job, ps-generate): Code fix.
12112 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
12114         * files.el (find-file-run-dired): Update docstring.
12115         (find-directory-functions): New hook.
12116         (find-file-noselect): Run find-directory-functions rather than
12117         calling dired directly.
12119         * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
12121         * pcvs.el: Add a minimal leading commentary.
12122         (cvs-make-cvs-buffer): Change the header part by removing the startup
12123         message and adding a `Module' entry.  Also replace the FOOTER and
12124         HEADER special fileinfos with the new support in ewoc for updating
12125         its own footer and header.
12126         (cvs-update-header): Update to use the header/footer of the ewoc.
12127         (cvs-mode): Use define-derived-mode and set truncate-lines to t.
12128         (cvs-is-within-p): New function.
12129         (cvs-mode-run): Take advantage of `save-some-buffers's new ability
12130         to only examine some subset of the buffers.
12132         * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
12133         `format' instead of our own ad-hoc functions.
12134         Remove HEADER and FOOTER cases, now handled in the EWOC.
12135         (cvs-fileinfo<): Remove HEADER and FOOTER cases.
12137         * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
12138         output to avoid scaring the user.
12139         (cvs-parse-table): Catch message for non-up-to-date commits.
12141         * pcvs-defs.el (cvs-startup-message): Remove.
12142         (cvs-global-menu): New autoloaded menu.
12144         * pcvs-util.el (cvs-string-fill): Remove.
12146         * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
12147         (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
12148         PP part of it and also make it work for footers and headers.
12149         (ewoc-create): Drop POS and BUFFER arguments.
12150         Use the DLL's dummy node to store the end-of-footer position.
12151         (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
12152         (ewoc-refresh): Remove unused `header' variable.
12153         (ewoc-(get|set)-hf): New functions.
12155         * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
12156         log-view-*-(message|file) and use easy-mmode-define-navigation.
12157         (log-view-message-re): Match SCCS format as well.
12158         And match the revision line rather than the dashed separator line.
12159         (log-view-mode): Use the new define-derived-mode.
12160         (log-view-current-tag): Fill in with an actual implementation.
12162         * cvs-status.el (cvs-status-(prev|next)): Rename from
12163         cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
12164         (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
12165         to let the output "breathe" a little more (more readable).
12166         (cvs-status-mode): Use the new define-derived-mode.
12168         * smerge-mode.el (smerge-auto-leave): New function and variable.
12169         (smerge-basic-map): Rename from smerge-basic-keymap.
12170         Change the bindings for smerge-diff-*.
12171         (smerge-*-map): Use easy-mmode-defmap.
12172         (smerge-(next|prev)): Use easy-mmode-define-navigation.
12173         (smerge-keep-*): Use smerge-auto-leave.
12175 2000-03-21  Jason Rumney  <jasonr@gnu.org>
12177         * cus-edit.el (custom-button-face): Use 3D look for w32.
12178         (custom-button-pressed-face): Likewise.
12180 2000-03-21  Gerd Moellmann  <gerd@gnu.org>
12182         * progmodes/etags.el (tags-case-fold-search): New user-option.
12183         (tags-loop-eval): New function.  Bind case-fold-search around eval
12184         depending on the value of tags-case-fold-search.
12185         (tags-loop-continue): Use tags-loop-eval.
12186         (find-tag-in-order): Bind case-fold-search depending on the value
12187         of tags-case-fold-search.
12189 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
12191         * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
12192         (diff-end-of-hunk): Return the end position for use in
12193         `easy-mmode-define-navigation'.
12194         (diff-recenter): Remove.
12195         (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
12196         of `easy-mmode-define-navigation'.
12197         (diff-kill-*): Rename `diff-*-kill' (for consistency with the
12198         previous renaming) and fix to use new names.
12199         (diff-merge-strings): Use \n as separator: simpler, faster.
12200         (diff-mode): Use `define-derived-mode'.
12202         * derived.el (define-derived-mode): Don't autoload anymore.
12203         Prefer the macro-only version provided by easy-mmode.el.
12205         * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
12206         `easy-mmode-define-derived-mode'.
12207         Use `combine-run-hooks'.
12208         (easy-mmode-define-navigation): New macro.
12210         * subr.el (combine-run-hooks): New function.
12212 2000-03-21  Kenichi HANDA  <handa@etl.go.jp>
12214         * term/x-win.el: Fontsets related initialization is simplified.
12216         * international/mule-diag.el (describe-font): Don't refer to
12217         global-fontset-alist, instead call font-list.
12218         (describe-fontset, list-fontsets, mule-diag): Likewise.
12219         (print-fontset): Adjusted for the change of fontset
12220         implementation.
12222         * international/fontset.el (x-charset-registries): Variable
12223         removed, instead the corresponding data is stored in the default
12224         fontset.
12225         (register-alternate-fontnames): Function removed.
12226         (resolved-ascii-font): Variable removed.
12227         (x-compose-font-name): Ignore the second argument REDOCE.
12228         (x-complement-fontset-spec): Complement only an ASCII font and
12229         element for those charsets than can use that ASCII font.
12230         (generate-fontset-menu): Don't refer to global-fontset-alist,
12231         instead call fontset-list.
12232         (uninstantiated-fontset-alist): Variable removed.
12233         (x-style-funcs-alist): Likewise.
12234         (fontset-default-styles): Likewise.
12235         (x-modify-font-name): Function removed.
12236         (create-fontset-from-fontset-spec): Ignore the argument
12237         STYLE-VARIANT.
12238         (create-fontset-from-ascii-font): Docsting adjusted for the above
12239         change.
12240         (instantiate-fontset, resolve-fontset-name): Functions removed.
12241         (fontset-list): Now implemented by C code.
12243         * faces.el (read-face-font): Fix TABLE arg to completing-read.
12244         (describe-face): Include `font' attribute in the description.
12246 2000-03-21  Kenichi Handa  <handa@etl.go.jp>
12248         * international/quail.el (quail-set-keyboard-layout): Typo fixed.
12250 2000-03-20  Gerd Moellmann  <gerd@gnu.org>
12252         * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
12253         ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
12254         zone-mode.el, snmp-mode.el: Moved to net subdirectory.
12256         * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
12257         about behavior of set-buffer-modified-p wrt redisplay.
12259 2000-03-19  Richard M. Stallman  <rms@gnu.org>
12261         * view.el (view-mode-disable): Kill local binding of view-read-only.
12263 2000-03-18  Gerd Moellmann  <gerd@gnu.org>
12265         * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
12266         is a string, convert it to a syntax cell using string-to-syntax.
12268         * simple.el (syntax-code-table, syntax-flag-table): New variables.
12269         (string-to-syntax): New function.
12271         * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
12272         (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
12273         try to use passive ftp mode.
12275 2000-03-17  Gerd Moellmann  <gerd@gnu.org>
12277         * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
12279         * simple.el (append-to-buffer): Update point of windows after
12280         insertion.
12282         * abbrev.el (inverse-add-abbrev): Identify word by first moving
12283         forward then moving backward.  Reindent.
12285         * frame.el (other-frame): Call x-focus-frame only if
12286         focus-follows-mouse is off.
12288 2000-03-17  Dave Love  <fx@gnu.org>
12290         * pcvs-util.el (cvs-strings->string): Rename
12291         replace-regexps-in-string.
12293 2000-03-17  Stefan Monnier  <monnier@cs.yale.edu>
12295         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
12296         regexp for labels cannot span several lines.
12298         * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
12299         `(setq :<key> ':<key>)' to the macro expansion.
12301 2000-03-16  Dave Love  <fx@gnu.org>
12303         * progmodes/f90.el (f90): Put custom group under `languages', not
12304         `fortran'.
12305         (f90-mode-hook): Customize.
12306         (f90-mode): Set add-log-current-defun-function.
12307         (f90-current-defun): New function.
12309 2000-03-16  Gerd Moellmann  <gerd@gnu.org>
12311         * cus-edit.el (custom-variable-tag-face): Handle case that
12312         default face's height is not a number.
12313         (custom-face-tag-face, custom-group-tag-face-1)
12314         (custom-group-tag-face): Ditto.
12315         (custom-group-tag-face-1): Add :group.
12317         * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
12319 2000-03-15  Gerd Moellmann  <gerd@gnu.org>
12321         * pcvs-defs.el (toplevel): Remove autoload cookie for form
12322         requiring easymenu.
12324 2000-03-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12326         * ps-print.el: PostScript user-defined prologue, PostScript error
12327         handler, doc fix.
12328         (ps-print-version): New version number (5.1).
12329         (ps-user-defined-prologue, ps-error-handler-message)
12330         (ps-print-prologue-0, ps-error-handler-alist): New vars.
12331         (ps-setup, ps-begin-file, ps-begin-job): Code fix.
12332         (ps-insert-string): New function.
12334 2000-03-15  Kenichi Handa  <handa@etl.go.jp>
12336         * international/ccl.el (ccl-compile-expression): Don't generate
12337         invalid self-assignment code.
12339 2000-03-14  Dave Love  <fx@gnu.org>
12341         * subr.el (replace-regexp-in-string): Renamed from
12342         replace-regexps-in-string.  Doc fix.
12344 2000-03-12  Dave Love  <fx@gnu.org>
12346         * cus-edit.el: Doc fixes.
12347         (customize-set-variable, customize-save-variable): Rename args for
12348         doc.
12349         (custom-variable-tag-face, custom-face-tag-face)
12350         (custom-group-tag-face-1, custom-group-tag-face): Modify from
12351         style which user identify as hyperlink.
12352         (hook): Don't add undefined functions to the hook.
12353         (debug-ignored-errors): Transfer message from bindings.el.
12355 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
12357         * recentf.el (recentf-keep-non-readable-files-p): Remove
12358         double/nested definition.
12360 2000-03-12  Dave Love  <fx@gnu.org>
12362         * facemenu.el (facemenu-get-face): Use display-color-p.
12363         * enriched.el (enriched-decode-foreground): Likewise.
12364         (enriched-decode-background): Likewise.
12365         * isearch.el (isearch-highlight): Likewise.
12366         * info-look.el (info-lookup): Likewise.
12367         * simple.el (completion-setup-function): Likewise.
12369         * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
12370         :options.
12372         * bindings.el (mode-line-format): Fix line-number and
12373         column-number items.  Add help-echo for the background.
12374         (mode-line-mule-info): Modify help-echo.
12376         * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
12378         * files.el (load-file): Allow completion to .elc.
12380         * man.el: Doc fixes.
12381         (Man-init-defvars): Use display-color-p to set fontification.
12383         * play/hanoi.el (hanoi-internal): Don't use oddp.
12385 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
12387         * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
12389         * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
12391 2000-03-12  Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
12393         * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
12394         Fix comment.
12396 2000-03-10  Stefan Monnier  <monnier@cs.yale.edu>
12398         * font-lock.el (font-lock-keywords): Fix the doc now that
12399         regexp-opt-depth is unnecessary.
12400         (save-buffer-state): Set an edebug spec.
12401         (font-lock-fontify-anchored-keywords): Properly handle the case when
12402         the matcher goes past the limit.
12404         * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
12405         pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
12407         * emacs-lisp/ewoc.el: New file.  This is a merge of elib-node.el,
12408         dll.el and cookie.el (from Elib) with heavy renaming and other
12409         massaging.
12411         * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
12412         Autoload the functions used.
12413         (easy-mmode-define-syntax): Fix CL typo.
12414         (easy-mmode-define-derived-mode): Improve the docstring generation.
12416 2000-03-10  Gerd Moellmann  <gerd@gnu.org>
12418         * textmodes/texinfo.el (texinfo-version): Variable and function
12419         removed.
12421 2000-03-09  Stefan Monnier  <monnier@cs.yale.edu>
12423         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
12424         allow more flexibility.
12425         (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
12426         fns.
12427         (easy-mmode-defmap, easy-mmode-defsyntax)
12428         (easy-mmode-define-derived-mode): New macros.
12430 2000-03-09  Didier Verna  <didier@xemacs.org>
12432         * rect.el (replace-rectangle): New function.
12434 2000-03-09  Dave Love  <fx@gnu.org>
12436         * progmodes/fortran.el (fortran-comment-line-start): Define as
12437         "C".
12438         (fortran-comment-line-start-skip): Don't match cpp stuff.
12439         (font-lock-keywords): Add * to comment-chars.  Grok cpp stuff.
12440         (fortran-mode-map): Remove over-eager custom-menu-create for now.
12441         (fortran-mode): Don't set fortran-comment-line-start-skip,
12442         fortran-comment-line-start here.  Set comment-start,
12443         add-log-current-defun.
12444         (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
12445         (fortran-current-defun): New function.
12447 2000-03-09  Gerd Moellmann  <gerd@gnu.org>
12449         * emacs-lisp/re-builder.el: New file.
12451         * mouse.el (mouse-drag-region): Don't run up-event handler
12452         if hscroll has changed.
12454         * octave-mod.el (octave-font-lock-keywords): To font-lock the
12455         builtin operators, use `font-lock-builtin-face' for Emacs and
12456         `font-lock-preprocessor-face' otherwise.
12458         * font-lock.el (lisp-font-lock-keywords-1): Highlight
12459         `(defun (setf foo)' differently.
12461 2000-03-08  Stefan Monnier  <monnier@cs.yale.edu>
12463         * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
12464         (regexp-opt): Update comment and adapt the code the new meaning of
12465         the `paren' argument of regex-opt-group for shy-groups.
12466         (regexp-opt-depth): Handle shy groups as well as backslashed
12467         backslashes.
12468         (regexp-opt-group): Turn the leading comment into a docstring.
12469         Allow `paren' to be a string (the string to use to open a group).
12470         Remove open-presuf and close-presuf.  Instead of checking for `all
12471         one-char' and then later on check for `several one-char', handle
12472         both cases close together.  Also apply a more generic algorithm
12473         for suffixes (the mirror image of the algorithm used for
12474         prefixes).  Use shy-groups.  Use nreverse rather than reverse.
12475         (regexp-opt-try-suffix): Removed.
12477         * cmuscheme.el (inferior-scheme-mode-map): Define it independently
12478         from comint-mode-map, so we can just inherit from it.  Also, move
12479         the initialization into the `defvar' since there's no docstring
12480         anyway and it's fairly short.
12481         (inferior-scheme-mode): Define it as derived-mode: the code is
12482         shorter and this way we inherit from comint-mode-map rather than
12483         copying it.
12485         * subr.el (replace-regexps-in-string): Properly handle the case
12486         where we match an empty string.
12488         * comint.el (comint-exec-1): Add the current-dir to the exec-path
12489         when the command has a directory component (such as "./testml").
12490         Also fix a typo in the comment.
12492 2000-03-08  Gerd Moellmann  <gerd@gnu.org>
12494         * Makefile (compile-files): Compile files one by one because
12495         that's the only way to ensure a clean compilation environment for
12496         each individual file.
12498         * frame.el (other-frame): Call x-focus-frame.
12500 2000-03-07  Dave Love  <fx@gnu.org>
12502         * recentf.el (recentf-keep-non-readable-files-p): Add :set,
12503         :require to defcustom.
12505         * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
12506         lists.
12508         * files.el (auto-mode-alist): Add configure.in.
12510         * progmodes/autoconf.el: New file.
12512 2000-03-07  Gerd Moellmann  <gerd@gnu.org>
12514         * mail/mh-e.el: Change maintainer to `none'.
12516         * recentf.el (recentf-keep-non-readable-files-p): Quote args
12517         to remove-hook and add-hook.
12519 2000-03-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
12521         * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
12522         it as the default.
12523         (mail-send): Test mail-send-nonascii also for the new `mime' value.
12524         (sendmail-send-it): Conditionally add MIME headers specifying the
12525         used character set.
12527 2000-03-07  Dave Love  <fx@gnu.org>
12529         * winner.el: Fix keywords, autoload cookies.  Split
12530         eval-when-compile form to avoid compilation failure.
12532 2000-03-07  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
12534         * international/mule.el: Modify comment about coding system
12535         property `coding-category'.
12536         (make-coding-system): New argument EOL-TYPE.  Pay attention to
12537         coding-category property of PROPERTIES.
12539         * international/mule-conf.el (coding-category-utf-8,
12540         coding-category-utf-16-be, coding-category-utf-16-le): New coding
12541         categories.  Include them in the argument for set-coding-priority.
12543         * international/mule-cmds.el (reset-language-environment): Include
12544         coding-category-utf-8, coding-category-utf-16-be, and
12545         coding-category-utf-16-le in the argument for set-coding-priority.
12546         (reset-language-environment): Initialize coding-category-utf-8,
12547         coding-category-utf-16-be, and coding-category-utf-16-le to nil.
12549 2000-03-06  Karl Fogel  <kfogel@red-bean.com>
12551         * bookmark.el (bookmark-file-or-variation-thereof): New func, for
12552         code abstracted out of `bookmark-jump-noselect'.  Now tries info
12553         extensions as well as compression extensions.
12554         (bookmark-jump-noselect): Use above new func.
12556 2000-03-03  Gerd Moellmann  <gerd@gnu.org>
12558         * strokes.el: Change maintainer's mail address.
12560 2000-03-03  Kenichi Handa  <handa@etl.go.jp>
12562         * international/mule-diag.el (list-character-sets): Make help-echo
12563         string by substitute-command-keys.
12564         (list-character-sets): Likewise.
12565         (sort-listed-character-sets): Call help-setup-xref.
12567 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
12569         * time.el (display-time-mail-file): Add `none' to the list of
12570         choices.
12572 2000-03-01  Dave Love  <fx@gnu.org>
12574         * help.el (help-xref-go-back): Don't try to set position.
12576         * international/mule-diag.el (list-character-sets): Call
12577         help-setup-xref.  Add help-echo to xrefs.
12578         (list-character-sets-1): Add help-echo to xrefs.
12580 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
12582         * frame.el (blink-cursor-mode): Switch cursor on when turning
12583         the mode off.
12585         * add-log.el (add-log-current-defun): Add support for
12586         Autoconf mode.
12588         * mail/rmail.el (rmail-quit-hook): New variable.
12590 2000-03-01  Dave Love  <fx@gnu.org>
12592         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
12594         * help.el (help-xref-button): Add help-echo arg.
12595         (describe-function-1, describe-variable, help-make-xrefs): Use it.
12597         * faces.el (list-faces-display): Supply help-echo with
12598         help-make-xrefs.
12600         * facemenu.el (list-text-properties-at): Set help-xref-stack to
12601         nil.
12603 2000-03-01  Gerd Moellmann  <gerd@gnu.org>
12605         * image.el (defimage): Look for image files in load-path.
12607         * frame.el (busy-cursor-delay-seconds): Change type to
12608         `number'.
12610 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
12612         * recentf.el (recentf): Added version tag to the defgroup of
12613         recentf.
12615 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
12617         * recentf.el (recentf-cleanup): Changed to remove excluded file
12618         too.
12619         (recentf-edit-list-action): `recentf-edit-list' checkbox widget
12620         action to select/unselect a file.
12621         (recentf-edit-list): Code cleanup and improvement.
12622         (recentf-open-more-files-action): `recentf-open-more-files' button
12623         widget action to open a file.
12624         (recentf-open-more-files): No more use standard completion but
12625         widgets.
12626         (recentf-more-collection): Deleted.
12627         (recentf-more-history): Deleted.
12628         (recentf-setup-more-completion): Deleted.
12630 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
12632         * recentf.el (recentf-mode): No more needs that Emacs is running
12633         under a window-system.
12635 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
12637         * recentf.el (recentf-edit-list): New command to edit the recent
12638         list which allow the user to remove files.
12639         (recentf-edit-selected-items): New global variable, used by
12640         `recentf-edit-list' to hold the list of files to be removed from
12641         the recent list.
12642         (recentf-make-menu-items): Updated to display a "Edit list..."
12643         menu item.  Minor code cleanup.
12645 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
12647         * recentf.el (recentf-open-more-files): New command to open files
12648         that are not displayed in the menu.
12649         (recentf-more-collection): New global variable holding the set of
12650         permissible completions used by `recentf-open-more-files'.
12651         (recentf-more-history): New global variable holding the history list
12652         used by `recentf-open-more-files' completion.
12653         (recentf-setup-more-completion): New function to setup completion for
12654         `recentf-open-more-files'.
12655         (recentf-make-menu-items): Updated to display a "More..." menu item.
12657 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
12659         * recentf.el (recentf-menu-action): Doc fixed.
12661 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
12663         * recentf.el (recentf-menu-filter): Doc updated.
12664         (recentf-update-menu-hook): Allow menu filters to force menu update.
12665         (recentf-make-menu-items): New menu filter handling.
12666         (recentf-make-menu-item): New helper function.
12667         (recentf-menu-elements): New menu handling function.
12668         (recentf-sort-ascending): Updated to new menu filter handling.
12669         (recentf-sort-descending): Updated to new menu filter handling.
12670         (recentf-sort-basenames-ascending): New menu filter function.
12671         (recentf-sort-basenames-descending): New menu filter function.
12672         (recentf-show-basenames): New menu filter function.
12673         (recentf-show-basenames-ascending): New menu filter function.
12674         (recentf-show-basenames-descending): New menu filter function.
12676 2000-02-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
12678         * diary-lib.el (list-diary-entries): Don't try to go forward at
12679         the end of the buffer.
12681 2000-02-29  Kenichi Handa  <handa@etl.go.jp>
12683         * international/mule-diag.el (list-character-sets): Completely
12684         rewritten.
12685         (sort-listed-character-sets): New function.
12686         (list-character-sets-1): Completely rewritten.
12687         (list-character-sets-2): New function.
12688         (non-iso-charset-alist): New variable.
12689         (decode-codepage-char): New function.
12690         (charset-history): New variable.
12691         (read-charset) (list-block-of-chars)
12692         (list-iso-charset-chars)
12693         (list-non-iso-charset-chars)
12694         (list-charset-chars): New functions.
12695         (mule-diag): Call list-character-sets-2, not
12696         list-character-sets-2.
12697         (dump-charsets): Likewise.
12699 2000-02-29  Gerd Moellmann  <gerd@gnu.org>
12701         * dired-x.el (dired-filename-at-point): Add `@' to valid
12702         file name characters.
12703         (dired-filename-at-point): Handle ange-ftp file names.
12705         * frame.el (frame-notice-user-settings): Use assq-delete-all
12706         instead of assoc-delete-all.
12707         (frame-notice-user-settings): Ditto.
12709         * subr.el (assq-delete-all): Renamed from assoc-delete-all.
12710         Don't copy alist.
12712 2000-02-28  Eli Barzilay  <eli@cs.cornell.edu>
12714         * calculator.el (calculator-use-menu): New option.
12715         (calculator-initial-bindings): Changed some bindings to work as
12716         macros.
12717         (calculator-forced-input): Removed.
12718         (calculator-restart-other-mode): New variable.
12719         (calculator-mode-map): Set up menu.
12721 2000-02-28  Jari Aalto  <jari.aalto@poboxes.com>
12723         * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
12724         tags.
12726 2000-02-28  Michael Kifer  <kifer@cs.sunysb.edu>
12728         * viper-cmd.el (viper-envelop-ESC-key): added the option to
12729         translate all ESC key sequences.
12730         (viper-goto-mark-subr): restore markers for files for which
12731         they were saved.
12732         * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
12733         * viper-util.el (viper-set-replace-overlay-glyphs,
12734         viper-set-replace-overlay): always check if the replacement
12735         overlay is live.
12736         * viper.el (viper-vi-state-mode-list): added major modes.
12737         * ediff-wind.el: minor comment changes.
12738         * ediff.el: copyright notice date fix.
12740 2000-02-27  Jason Rumney  <jasonr@gnu.org>
12742         * faces.el (face-font-family-alternatives): Add arial to helv.
12743         (mode-line, header-line, tool-bar): Same default as x for w32.
12744         (fixed-pitch, variable-pitch): Remove wildcard as it prevents
12745         face-font-family-alternatives from working.
12746         * term/w32-win.el (mouse-set-font): Do not build fontset from
12747         chosen font.
12749 2000-02-25  Sam Steingold  <sds@goems.com>
12751         * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
12752         properly.
12754 2000-02-25  Richard M. Stallman  <rms@gnu.org>
12756         * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
12758 2000-02-25  Gerd Moellmann  <gerd@gnu.org>
12760         * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
12761         writable.
12763         * frame.el (busy-cursor-delay-seconds): New option.
12765 2000-02-24  Gerd Moellmann  <gerd@gnu.org>
12767         * frame.el (show-cursor-in-non-selected-windows): New option.
12769 2000-02-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
12771         * diary-lib.el (include-other-diary-files): Undo the selective
12772         display in any included file and don't kill it.
12774 2000-02-24  Eli Zaretskii  <eliz@is.elta.co.il>
12776         * dired.el (dired-mode-map): Don't remove "Edit" from the menu
12777         bar.  Menu items converted to (menu-item format, help strings
12778         added.
12779         [downcase, upcase]: Don't enable on MS-DOS.
12780         [symlink, symlinks]: Don't show if make-symbolic-link is not
12781         bound.
12782         [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
12784 2000-02-23  Dave Love  <fx@gnu.org>
12786         * simple.el (zap-to-char, kill-line, kill-region, kill-word)
12787         (backward-kill-word): Revert addition of * to interactive spec --
12788         it's a feature.
12790         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
12791         (backward-kill-sentence, kill-sentence): Likewise.
12793         * gud.el (gud-jdb-build-class-source-alist): Prepend space to
12794         scratch buffer name.
12795         (gud-format-command): Use int-to-string in ?l case.  Simplify
12796         slightly.
12798         * term/w32-win.el (internal-face-interactive): Update prompt for
12799         new read-face-name.
12801         * mail/footnote.el (footnote): Add :version to defgroup.
12802         (footnote-section-tag-regexp): Customize.
12803         (footnote-start-tag, footnote-end-tag): New option.
12804         (footnote-latin-regexp): New variable.
12805         (Footnote-latin): New function.
12806         (footnote-style-alist): Add element for latin style.
12807         (footnote-style): Moved.
12808         (Footnote-goto-footnote): Use eq to test arg.
12810         * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
12812         * emacs-lisp/byte-opt.el: Change old backquote syntax.
12813         (byte-compile-trueconstp): Include keywords.
12814         (byte-optimize-quote, byte-optimize-lapcode): Use
12815         byte-compile-const-symbol-p.
12816         (byte-optimize-char-before): New optimization.
12818         * emacs-lisp/bytecomp.el: Change old backquote syntax.
12819         (byte-compile-const-symbol-p): New function.
12820         (byte-compile-constp, byte-compile-out-toplevel)
12821         (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
12822         Use it.
12824         * subr.el (define-key-after): Default AFTER to t.  Doc fix.
12826 2000-02-23  Kenichi Handa  <handa@etl.go.jp>
12828         * international/encoded-kb.el: Be sure to update minor-mode-alist
12829         and minor-mode-map-alist.
12830         (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
12831         codes SS2 and SS3 correctly.
12832         (encoded-kbd-self-insert-ccl): New function.
12833         (encoded-kbd-setup-keymap): New function.
12834         (encoded-kbd-mode): Handle CCL based coding system.  Setup keymap
12835         by calling encoded-kbd-setup-keymap.
12837         * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
12838         characters.
12839         (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
12840         locally.
12842 2000-02-22  Dave Love  <fx@gnu.org>
12844         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
12845         (lisp-mode-map, lisp-interaction-mode-map): Define all inside
12846         defvar.
12847         (lisp-mode-syntax-table): Set up for #|...|# comments.
12848         (lisp-imenu-generic-expression): Purecopy strings.  Use syntax
12849         classes.  Match `defface'.
12850         (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
12851         (eval-defun-1): Fix for defcustom.
12852         (lisp-indent-region): Doc fix.
12854         * subr.el (when, unless, split-string): Doc fix.
12855         (read-passwd): Move call of clear-this-command-keys to the right
12856         place.
12857         (replace-regexps-in-string): New function.
12859 2000-02-22  Gerd Moellmann  <gerd@gnu.org>
12861         * help.el (describe-variable): Set syntax table to
12862         emacs-lisp-mode-syntax-table when moving forward over the
12863         symbol's name.
12865 2000-02-22  Dave Love  <fx@gnu.org>
12867         * xt-mouse.el: Doc fixes.
12868         (xterm-mouse-position-function): New function, replacing advice of
12869         mouse-position.
12870         (xterm-mouse-mode): Use it.  Don't turn on under a window system.
12872         * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
12874 2000-02-21  Gerd Moellmann  <gerd@gnu.org>
12876         * format.el (format-annotate-single-property-change): Handle
12877         properties.with dotted-list values.
12878         (format-proper-list-p): New function.
12880         * enriched.el (enriched-face-ans): Handle '(foreground-color
12881         . COLOR) and (background-color . COLOR).
12883 2000-02-20  Dave Love  <fx@gnu.org>
12885         * textmodes/flyspell.el (flyspell-mouse-map): Change definition
12886         and assignments to it.
12887         (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
12888         current local map.
12889         (make-flyspell-overlay): Use it.
12890         (flyspell-correct-word/mouse-keymap): Change XEmacs test.
12892         * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
12893         (lm-get-header-re): Defun, not defsubst.
12894         (lm-get-package-name): Defun, not defsubst.  Simplify.
12895         (lm-version): Doc fix.  Simplify.
12896         (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
12897         (lm-crack-address, lm-last-modified-date, lm-commentary)
12898         (lm-verify, lm-synopsis): Simplify.
12899         (lm-report-bug): Require emacsbug.  Use compose-mail.
12901 2000-02-20  Gerd Moellmann  <gerd@gnu.org>
12903         * dired.el (dired-mode): Call propertized-buffer-identification
12904         to set mode-line-buffer-identification to something having
12905         the right text properties.
12907         * bindings.el (propertized-buffer-identification): New function.
12909 2000-02-20  Dave Love  <fx@gnu.org>
12911         * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
12912         check for t-mouse too.
12914         * cus-start.el: Make echo-keystrokes `number'.
12916 2000-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
12918         * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
12919         Don't call ring-empty-p unless tags-location-ring is bound.
12920         From Noah Friedman <friedman@splode.com>.
12922 2000-02-18  Thien-Thi Nguyen  <ttn@gnu.org>
12924         * progmodes/hideshow.el (hs-flag-region): No longer use
12925         `intangible' overlay property.
12927         (hs-toggle-hiding): New command.
12928         (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
12930         (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
12931         Fix omission bug: Run `hs-minor-mode-hook' for both activation
12932         and deactivation.
12934 2000-02-18  Gerd Moellmann  <gerd@gnu.org>
12936         * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
12938 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
12940         * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
12942         * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
12943         of `*' to handle `(* ... *)' comments.
12945 2000-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
12947         * faces.el (list-faces-display): Use display-mouse-p instead of
12948         window-system.
12950         * menu-bar.el (global-map): Menu-bar items converted to the new
12951         format (menu-item..., rearranged for better CUA compliance, and
12952         their names changed for better clarity.  Help strings added.
12954         * international/mule-cmds.el (mule-menu-keymap)
12955         (describe-language-environment-map, set-coding-system-map)
12956         (setup-language-environment-map): Convert to new (menu-item...
12957         form, add help strings.  Change names of menu items for better
12958         clarity.  "Mule" menu-bar item removed (it's now in the "Options"
12959         submenu).
12961 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
12963         * dired-aux.el (dired-do-copy): Remove spurious character.`n'
12964         within the code.
12966 2000-02-16  Dave Love  <fx@gnu.org>
12968         * faces.el: Don't require custom.  Add more specific :groups to
12969         various deffaces.
12970         (set-face-attribute): Purecopy args.
12971         (read-face-name): Default to name at point and use it in prompt.
12972         Remove colon from arg in all callers.
12973         (list-faces-display): Hyperlink to face descriptions and customize
12974         buffers.
12976 2000-02-16  Per Abrahamsen  <abraham@dina.kvl.dk>
12978         * wid-edit.el (widget-match-inline): An atom never matches a
12979         list.
12981 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
12983         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
12984         at ':' characters by call to split-string.
12986 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
12988         * textmodes/bibtex.el: Added RCS version identification.
12990 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
12992         * textmodes/bibtex.el: Some temporary comments removed.
12993         (bibtex-field-name, bibtex-entry-type): Made the relationship
12994         explicit.
12995         (bibtex-field-const): Allow capital letters.
12996         (bibtex-start-of-string): Deleted because unused.
12998         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
12999         use the term 'reference' to describe a bibtex entry as a whole.
13000         Further, reference keys are no longer called 'labels'.
13001         (bibtex-keys): Renamed to bibtex-reference-keys.
13002         (bibtex-reformat-previous-labels): Renamed to
13003         bibtex-reformat-previous-reference-keys.
13004         (bibtex-reference-type): Renamed to bibtex-entry-type.
13005         (bibtex-reference-head): Renamed to bibtex-entry-head.
13006         (bibtex-reference-maybe-empty-head): Renamed to
13007         bibtex-entry-maybe-empty-head.
13008         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
13009         (bibtex-search-reference): Renamed to bibtex-search-entry.
13010         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
13011         bibtex-enclosing-entry-maybe-empty-head.
13012         (bibtex-entry-field-alist, bibtex-entry-head,
13013         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
13014         bibtex-map-entries, bibtex-search-entry,
13015         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
13016         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
13017         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
13018         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
13019         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
13020         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
13021         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
13023 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
13025         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
13026         comment.
13027         (bibtex-format-field-delimiters): New function, functionality
13028         extracted from bibtex-format-entry.
13029         (bibtex-autokey-get-yearfield-digits): New function, functionality
13030         extracted from bibtex-autokey-get-yearfield.
13032         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
13033         entries in order to avoid stack overflow in the regexp matcher if
13034         field contents become large.
13035         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
13036         bibtex-field-string-part-not-braced,
13037         bibtex-field-string-part-no-inner-braces,
13038         bibtex-field-string-part-1-inner-brace,
13039         bibtex-field-string-part-2-inner-braces,
13040         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
13041         bibtex-field-string-quoted, bibtex-field-string,
13042         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
13043         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
13044         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
13045         as parsing is now performed by the following functions.
13046         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
13047         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
13048         bibtex-parse-field-string, bibtex-search-forward-field-string,
13049         bibtex-parse-association, bibtex-field-name-for-parsing,
13050         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
13051         bibtex-search-forward-field, bibtex-search-backward-field,
13052         bibtex-start-of-field, bibtex-end-of-field,
13053         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
13054         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
13055         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
13056         bibtex-parse-string, bibtex-search-forward-string,
13057         bibtex-search-backward-string, bibtex-start-of-string,
13058         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
13059         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
13060         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
13061         entries.  Instead of reporting the results of the parsing by
13062         match-beginning or match-end, these functions return data structures
13063         that hold the corresponding positions.
13064         (bibtex-enclosing-field): Changed to also report field boundaries by
13065         return values rather than by match-beginning or match-end.  The
13066         following functions have been adapted to use the new parsing
13067         functions.
13068         (bibtex-skip-to-valid-entry, bibtex-search-reference,
13069         bibtex-enclosing-field, bibtex-format-entry,
13070         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
13071         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
13072         bibtex-print-help-message, bibtex-end-of-entry,
13073         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
13074         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
13075         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
13076         method for parsing.
13077         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
13078         bibtex-map-entries, bibtex-flash-head,
13079         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
13080         bibtex-autokey-change, bibtex-autokey-get-namefield,
13081         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
13082         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
13083         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
13084         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
13085         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
13086         order to make the new binding of case-fold-search immediately
13087         visible.
13089 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
13091         * textmodes/bibtex.el: Copyright notice is up to date.
13092         Added constant 'bibtex-maintainer-salutation.
13094         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
13095         than make-temp-name, use match-string-no-properties and eliminate
13096         a quadratic behavior when building bibtex-strings.
13098         * bibtex.el (bibtex-reference-key): Accept string entries whose
13099         reference key contains upper case letters.
13101 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
13103         * bibtex.el (bibtex-reference-head): Allow entries to start with
13104         a new line.
13106 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
13108         * bibtex.el: Hiding of entry bodies is not longer provided by
13109         bibtex.el directly.  Instead the hideshow package can be used.
13110         Added a special bibtex entry to hs-special-modes-alist.
13111         (bibtex-hs-forward-sexp): Added for hideshow.el.
13113 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
13115         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
13116         at ':' characters by call to split-string.
13118 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
13120         * textmodes/bibtex.el: Added RCS version identification.
13122 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
13124         * textmodes/bibtex.el: Some temporary comments removed.
13125         (bibtex-field-name, bibtex-entry-type): Made the relationship
13126         explicit.
13127         (bibtex-field-const): Allow capital letters.
13128         (bibtex-start-of-string): Deleted because unused.
13130         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
13131         use the term 'reference' to describe a bibtex entry as a whole.
13132         Further, reference keys are no longer called 'labels'.
13133         (bibtex-keys): Renamed to bibtex-reference-keys.
13134         (bibtex-reformat-previous-labels): Renamed to
13135         bibtex-reformat-previous-reference-keys.
13136         (bibtex-reference-type): Renamed to bibtex-entry-type.
13137         (bibtex-reference-head): Renamed to bibtex-entry-head.
13138         (bibtex-reference-maybe-empty-head): Renamed to
13139         bibtex-entry-maybe-empty-head.
13140         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
13141         (bibtex-search-reference): Renamed to bibtex-search-entry.
13142         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
13143         bibtex-enclosing-entry-maybe-empty-head.
13144         (bibtex-entry-field-alist, bibtex-entry-head,
13145         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
13146         bibtex-map-entries, bibtex-search-entry,
13147         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
13148         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
13149         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
13150         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
13151         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
13152         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
13153         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
13155 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
13157         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
13158         comment.
13159         (bibtex-format-field-delimiters): New function, functionality
13160         extracted from bibtex-format-entry.
13161         (bibtex-autokey-get-yearfield-digits): New function, functionality
13162         extracted from bibtex-autokey-get-yearfield.
13164         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
13165         entries in order to avoid stack overflow in the regexp matcher if
13166         field contents become large.
13167         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
13168         bibtex-field-string-part-not-braced,
13169         bibtex-field-string-part-no-inner-braces,
13170         bibtex-field-string-part-1-inner-brace,
13171         bibtex-field-string-part-2-inner-braces,
13172         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
13173         bibtex-field-string-quoted, bibtex-field-string,
13174         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
13175         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
13176         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
13177         as parsing is now performed by the following functions.
13178         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
13179         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
13180         bibtex-parse-field-string, bibtex-search-forward-field-string,
13181         bibtex-parse-association, bibtex-field-name-for-parsing,
13182         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
13183         bibtex-search-forward-field, bibtex-search-backward-field,
13184         bibtex-start-of-field, bibtex-end-of-field,
13185         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
13186         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
13187         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
13188         bibtex-parse-string, bibtex-search-forward-string,
13189         bibtex-search-backward-string, bibtex-start-of-string,
13190         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
13191         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
13192         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
13193         entries.  Instead of reporting the results of the parsing by
13194         match-beginning or match-end, these functions return data structures
13195         that hold the corresponding positions.
13196         (bibtex-enclosing-field): Changed to also report field boundaries by
13197         return values rather than by match-beginning or match-end.  The
13198         following functions have been adapted to use the new parsing
13199         functions.
13200         (bibtex-skip-to-valid-entry, bibtex-search-reference,
13201         bibtex-enclosing-field, bibtex-format-entry,
13202         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
13203         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
13204         bibtex-print-help-message, bibtex-end-of-entry,
13205         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
13206         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
13207         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
13208         method for parsing.
13209         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
13210         bibtex-map-entries, bibtex-flash-head,
13211         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
13212         bibtex-autokey-change, bibtex-autokey-get-namefield,
13213         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
13214         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
13215         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
13216         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
13217         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
13218         order to make the new binding of case-fold-search immediately
13219         visible.
13221 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
13223         * textmodes/bibtex.el: Copyright notice is up to date.
13224         Added constant 'bibtex-maintainer-salutation.
13226         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
13227         than make-temp-name, use match-string-no-properties and eliminate
13228         a quadratic behavior when building bibtex-strings.
13230         * bibtex.el (bibtex-reference-key): Accept string entries whose
13231         reference key contains upper case letters.
13233 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
13235         * bibtex.el (bibtex-reference-head): Allow entries to start with
13236         a new line.
13238 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
13240         * bibtex.el: Hiding of entry bodies is not longer provided by
13241         bibtex.el directly.  Instead the hideshow package can be used.
13242         Added a special bibtex entry to hs-special-modes-alist.
13243         (bibtex-hs-forward-sexp): Added for hideshow.el.
13245 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
13247         * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
13248         proceedings entry type (for cross referencing). Thanks to Wagner
13249         Toledo Correa for the suggestion.
13251         * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
13253 2000-02-14  Kenichi Handa  <handa@etl.go.jp>
13255         * international/characters.el: Setup case table for Vietnamese.
13257 2000-02-12  Gerd Moellmann  <gerd@gnu.org>
13259         * uniquify.el (toplevel): Require CL at compile time.
13260         (uniquify-push): Removed.
13262         * shadowfile.el (shadow-when): Removed.
13264         * tempo.el (tempo-dolist, tempo-mapc): Removed.
13265         (tempo-process-and-insert-string): Use dolist instead of
13266         tempo-dolist.
13268         * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
13269         regexp for paragraph-start.
13271         * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
13272         commas as well.
13274 2000-02-10  Dave Love  <fx@gnu.org>
13276         * wid-edit.el: (widgets) [defgroup]: Remove url link.
13277         (widget-color-choice-list, widget-color-history, widget-mouse-help):
13278         Deleted.
13279         (widget-specify-field, widget-specify-button): Don't use
13280         widget-mouse-help as help-echo property.
13281         (default): Use #'ignore for :validate and :mouse-down-action.
13282         (checkbox): Add help-echo.
13283         (widget-sexp-validate): Rewritten to clarify error messages.
13284         (character): Use char-valid-p in :match function.
13285         (widget-color-complete): Use facemenu-color-alist.
13286         (widget-color-action): Use facemenu-read-color.
13288         * emacs-lisp/cl-macs.el: Don't bother testing for defalias.  Don't
13289         set up `caar' &c that we now have.
13291 2000-02-09  Ray Blaak  <blaak@gnu.org>
13293         * delphi.el: Make resourcestring a declaration region, like const
13294         and var.
13296 2000-02-09  Dave Love  <fx@gnu.org>
13298         * bindings.el (mode-line-input-method-map): New variable.
13299         (mode-line-mule-info): Use it; fix last change.
13300         (mode-line-mode-menu): Move definition.
13301         (mode-line-mouse-sensitive-p): Deleted.
13302         (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
13303         (make-mode-line-mouse-sensitive): Deleted.  Body moved to top
13304         level.
13306         * startup.el (command-line-1): Don't call
13307         make-mode-line-mouse-sensitive.
13309 2000-02-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
13311         * mail/rmail.el (rmail-retry-failure): Use
13312         rmail-beginning-of-message before rmail-toggle-header, because the
13313         former toggles headers.
13315 2000-02-06  Stefan Monnier  <monnier@cs.yale.edu>
13317         * diff-mode.el (diff-kill-junk): New interactive function.
13318         (diff-reverse-direction): Use delete-and-extract-region.
13319         (diff-post-command-hook): Restrict the area so that the hook also works
13320         outside of any diff hunk.  This is necessary for the minor-mode.
13321         (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
13322         (diff-minor-mode): Setup the hooks for header-hunk rewriting.
13324         * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
13325         (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
13326         so that it can be used more easily in <foo>-mode-hook.  Also make sure
13327         to avoid duplicate entries.
13328         (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
13329         (font-lock-remove-keywords): Just as was done for `add', allow it to
13330         work even if font-lock-mode is nil.  Also make sure we don't modify
13331         any pre-existing list by forcing a copy-sequence.  Finally rename
13332         `major-mode' to `mode'.
13333         (font-lock-fontify-syntactic-anchored-keywords)
13334         (font-lock-fontify-anchored-keywords)
13335         (font-lock-fontify-keywords-region): Use line-end-position.
13336         Don't make `font-lock-multiline' local (it's now done in
13337         font-lock-set-defaults).
13338         (font-lock-set-defaults): Make `font-lock-multiline' local.  Also
13339         move the `font-lock-fontified' creation to inside the `unless'.
13341 2000-02-06  Andrew Innes  <andrewi@gnu.org>
13343         * term/w32-win.el (x-handle-args): Comment out call to message,
13344         which occurs before window system is initialized.
13346         * makefile.nt: Add support for recompiling lisp code.
13348 2000-02-04  Dave Love  <fx@gnu.org>
13350         * bindings.el (mode-line-mule-info): Fix/extend last change.
13352         * completion.el: Replace completion-dolist with dolist.
13354         * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
13355         dotimes.
13357 2000-02-04  Carsten Dominik  <dominik@strw.leidenuniv.nl>
13359         * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
13360         environment names before they go into the section regexp.
13362         * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
13363         char class in regexp.
13365         * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
13366         `case-fold-search' to nil.
13368         * progmodes/idlwave.el (idlwave-template): Respect
13369         `idlwave-abbrev-change-case'.
13370         (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
13371         idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
13372         idlwave-while): respect `idlwave-reserved-word-upcase'.
13373         (idlwave-rw-case): New function.
13374         (idlwave-statement-match): Fixed problem with assignment regexp.
13375         (idlwave-font-lock-keywords): Improved regexp for keyword
13376         parameters.
13377         (idlwave-surround): New argument LENGTH to support padding of
13378         operators longer than 1 char.
13380         * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
13381         idlwave-shell-expression-overlay.  Implemented printing of
13382         expressions on higher levels of the calling stack.
13383         (idlwave-shell-display-level-in-calling-stack): Restore stack
13384         level.
13385         (idlwave-retrieve-expression-from-level): New function.
13386         (idlwave-shell-last-calling-stack): Variable removed.
13387         (idlwave-shell-reset): Argument action reversed (`visible' to
13388         `hidden').  Also remove stop-line overlay.
13389         (idlwave-shell-calling-stack-routine): New variable.
13390         (idlwave-shell-parse-stack-and-display): Messages now display
13391         negative level numbers.
13392         (idlwave-shell-mode): Set `modeline-format'.
13393         (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
13394         (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
13395         21.
13396         (idlwave-shell-print-expression-function): New option.
13398         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
13399         idlwave-toolbar-remove-everywhere): Keybindings prefix is now
13400         `tool-bar' instead of `toolbar'.
13402 2000-02-02  Dave Love  <fx@gnu.org>
13404         * emacs-lisp/cl.el: Use bytecomp-load-hook, not
13405         emacs-lisp-mode-hook.  Don't check for defalias being defined.
13407         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
13408         (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.  Use
13409         the new builtins directly.
13411         * whitespace.el (whitespace): Add :version to defgroup.
13413         * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
13414         Doc fix.
13416         * thingatpt.el (sexp-at-point, symbol-at-point)
13417         (number-at-point, list-at-point): Add autoload cookie.
13419         * recentf.el (recentf): Add :version to defgroup.
13421         * quickurl.el (quickurl): Add :version to defgroup.
13423         * elide-head.el (elide-head): Use point-marker more.
13425         * bs.el (bs): Add :version to defgroup.
13427         * autorevert.el (global-auto-revert-mode): Add autoload cookie.
13429         * progmodes/delphi.el (delphi): Add :version to defgroup.
13431 2000-02-02  Gerd Moellmann  <gerd@gnu.org>
13433         * ange-ftp.el (ange-ftp-write-region): Handle case that
13434         succeeding process operation sets a different coding system.
13436         * calculator.el: New file.
13438 2000-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
13440         * frame.el (frames-on-display-list, framep-on-display): New
13441         functions.
13442         (display-mouse-p, display-popup-menus-p, display-graphic-p)
13443         (display-selections-p, display-screens, display-pixel-width)
13444         (display-pixel-height, display-mm-width, display-mm-height)
13445         (display-backing-store, display-save-under, display-planes)
13446         (display-color-cells, display-visual-class): New functions.
13448         * term/tty-colors.el (tty-color-gray-shades): New function.
13450         * faces.el (display-color-p): Use framep-on-display.
13451         (display-grayscale-p): New function.
13453 2000-01-31  Dave Love  <fx@gnu.org>
13455         * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
13456         (create-fontset-from-x-resource): Don't concat integers.
13458 2000-01-31  Inge Frick  <inge@nada.kth.se>
13460         * view.el: Some changes in documentation.  Removed some trailing
13461         whitespace. Changed some parameter names to agree with
13462         documentation.
13463         (view-mode-exit): Keep entry in `view-return-to-alist' only when a
13464         window is not deleted.  Modifies change 1998-04-26.
13466 2000-01-31  Gerd Moellmann  <gerd@gnu.org>
13468         * windmove.el: New file.
13470         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
13471         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
13472         progmodes/ebnf-yac.el: Update copyright and license info.
13474         * jit-lock.el (jit-lock-function): Widen before calculating end
13475         position.
13476         (jit-lock-stealth-chunk-start): Rewritten.
13478         * info.el (Info-title-face-alist): Removed.
13479         (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
13480         faces.
13481         (Info-fontify-node): Use these faces.
13483 2000-01-30  Gerd Moellmann  <gerd@gnu.org>
13485         * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
13486         (cl-macro-list1): Recognize `&allow-other-keys' instead of
13487         `&allow-other-keywords'.
13489         * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
13490         the list of directories scanned heuristically.
13492         * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
13493         exist.
13495 2000-01-30  Jason Rumney  <jasonr@gnu.org>
13497         * w32-fns.el: Define w32-tty-standard-colors.
13499         * startup.el (command-line): Use w32-tty-standard-colors when in
13500         w32 console mode.
13502 2000-01-30  Dave Love  <fx@gnu.org>
13504         * jka-compr.el (jka-compr-load): Fix up load-history.
13506         * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
13508         * emacs-lisp/cl-macs.el: Revert previous change.
13510 2000-01-29  Dave Love  <fx@gnu.org>
13512         * facemenu.el: Purecopy various strings.
13514         * timezone.el (timezone-fix-time): Window against 69 for two-digit
13515         years.  Deal with three-digit years.
13517         * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
13518         defconst, purecopy.
13519         (help-back-label): Purecopy it.
13521 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
13523         * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
13524         variable. If non-nil, order the buffer list according to the
13525         currently selected frame.
13526         (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
13527         non-nil, pass the selected frame to function buffer-list.
13529 2000-01-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13531         * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
13533 2000-01-28  Dave Love  <fx@gnu.org>
13535         * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
13537         * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
13538         Don't use lisp-indent-hook property.
13539         (cl-abs): Remove.
13541         * subr.el: Move out indent and edebug specs for when and unless.
13543         * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
13544         when, unless.
13546         * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
13547         unless, when.
13549 2000-01-28  Gerd Moellmann  <gerd@gnu.org>
13551         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
13552         `collecting' as synonym for `collect'.
13554         * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
13555         for the case it contains spaces.
13557         * simple.el (what-cursor-position): Change formatting of
13558         messages.
13560         * frame.el (delete-other-frames): New function.
13561         (toplevel): Bind it to C-x 5 1.
13563         * sort.el (sort-numeric-base): New option.
13564         (sort-numeric-fields): If number starts with `0' or `0[xX[',
13565         interpret it as octal or hexadecimal.  Use sort-numeric-base
13566         as default base.
13568         * progmodes/glasses.el: New file.
13570 2000-01-27  Gerd Moellmann  <gerd@gnu.org>
13572         * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
13573         userids differently.
13575         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
13576         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
13577         progmodes/ebnf-yac.el: New files.
13579 2000-01-26  Dave Love  <fx@gnu.org>
13581         * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
13582         on a function with an empty body.  [From Eric Ludlam.]
13584 2000-01-25  Andre Spiegel  <spiegel@gnu.org>
13586         * vc.el (vc-version-diff): Make sure file name is expanded.
13588 2000-01-25  Gerd Moellmann  <gerd@gnu.org>
13590         * scroll-bar.el (scroll-bar-timer): Variable removed.
13591         (scroll-bar-toolkit-scroll): Don't use a timer.
13593 2000-01-25  Kenichi Handa  <handa@etl.go.jp>
13595         * language/thai-util.el (thai-composition-function): Delete
13596         superfluous `a'.
13598 2000-01-24  Dave Love  <fx@gnu.org>
13600         * fortran.el (fortran-mode): Use beginning-of-defun-function,
13601         end-of-defun-function.
13603         * font-lock.el (turn-on-font-lock): Don't depend on window-system
13604         &c.
13606 2000-01-22  Jason Rumney  <jasonr@gnu.org>
13608         * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
13609         conflicts with new face support.
13611 2000-01-22  Richard M. Stallman  <rms@gnu.org>
13613         * replace.el (query-replace): Rename last arg to DELIMITED.
13614         (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
13615         (query-replace-regexp): Likewise.
13617 2000-01-20  Richard M. Stallman  <rms@gnu.org>
13619         * subr.el (with-syntax-table): Use make-symbol, not gensym.
13621         * emacs-lisp/lisp.el (beginning-of-defun-function):
13622         Variable renamed from beginning-of-defun.
13623         Do not call make-variable-buffer-local.
13624         (beginning-of-defun-raw): Use new variable name; doc fix.
13625         (beginning-of-defun): Doc fix.
13626         (end-of-defun-function): Variable renamed from end-of-defun.
13627         Do not call make-variable-buffer-local.
13628         (end-of-defun): Use new variable name; doc fix.
13630         * subr.el (dolist, dotimes): Copied from cl-macs.el
13631         and made to work.
13633         * mail/undigest.el (rmail-digest-end-regexps):
13634         Variable replaces rmail-digest-end-regexp.
13635         Allows multiple regexps for detecting the end line.
13636         (undigestify-rmail-message): Corresponding changes.
13638 2000-01-19  Dave Love  <fx@gnu.org>
13640         * files.el (user-init-file): Don't declare here -- is primitive.
13642         * startup.el (command-line): Check for compiled user-init-file and
13643         set to uncompiled version if necessary.
13645 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
13647         * mail/undigest.el (rmail-digest-end-regexp): New user option.
13648         (undigestify-rmail-message): Use it.
13650         * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
13652 2000-01-17  Gerd Moellmann  <gerd@gnu.org>
13654         * tmm.el (tmm-goto-completions): Adapt to prompt being part
13655         of mini-buffer.
13657 2000-01-14  Gerd Moellmann  <gerd@gnu.org>
13659         * emacs-lisp/copyright.el (copyright-update): Removed the
13660         requirement for a trailing space from `copyright-regexp', to
13661         support copyrights with owner specified on a separate line..
13663         * align.el: New file.
13665         * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
13667         * net/eudc.el (toplevel): Define EUDC menu for Emacs.
13669 2000-01-13  Dave Love  <fx@gnu.org>
13671         * ph.el: Removed.  (Obsoleted by EUDC.)
13673 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
13675         * net/eudc.el (toplevel): Remove autoloaded code installing
13676         menu with easymenu, because that causes build problems.
13678         * frame.el (frame-notice-user-settings): New variable.
13679         (frame-notice-user-settings): Don't modify frame parameters
13680         if called a second time.
13682 2000-01-13  Richard M. Stallman  <rms@gnu.org>
13684         * frame.el (frame-notice-user-settings):
13685         Notice default-frame-parameters even for non-window frames.
13687 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
13689         * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
13690         for Emacs.
13691         (eudc-bob-can-display-inline-images): Extend for Emacs.
13692         (eudc-bob-toggle-inline-display): Ditto.
13693         (eudc-bob-display-jpeg): Ditto.
13695 2000-01-12  Gerd Moellmann  <gerd@gnu.org>
13697         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
13698         net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
13699         net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
13701         * add-log.el (add-change-log-entry): Fix error trying an `(insert
13702         nil)'.
13704         * subdirs.el: Add `net' directory.
13706         * net: New directory.
13708         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
13709         eval-last-sexp.  Don't bind debug-on-error here.
13710         (eval-last-sexp): New function.  Bind debug-on-error if
13711         eval-expression-debug-on-error is non-nil.
13712         (eval-defun-2, eval-defun): Likewise.
13714         * simple.el (eval-expression): Don't bind debug-on-error if
13715         eval-expression-debug-on-error is nil.  Detect changed
13716         debug-on-error, and propagate new value to global binding, if
13717         eval-expression-debug-on-error is non-nil,
13718         (eval-expression-debug-on-error): Change doc string.
13720 2000-01-11  Richard M. Stallman  <rms@gnu.org>
13722         * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
13724         * emacs-lisp/lisp-mode.el (with-syntax-table):
13725         Set up lisp-indent-function property.
13727         * subr.el (with-syntax-table): Moved from simple.el.
13729         * simple.el (with-syntax-table): Moved to subr.el.
13731 2000-01-11  Gerd Moellmann  <gerd@gnu.org>
13733         * tmm.el (tmm-shortcut): Delete region after prompt instead
13734         of erasing buffer.
13736         * textmodes/fill.el (fill-common-string-prefix): New function.
13737         (fill-context-prefix): Use the longest common prefix of first
13738         and second line fill prefix, if there is one.
13740 2000-01-11  Richard M. Stallman  <rms@gnu.org>
13742         * array.el (array-mode): Don't use make-variable-buffer-local.
13743         Use make-local-variable for `truncate-lines'.
13745 2000-01-11  Jari Aalto  <jari.aalto@poboxes.com>
13747         * add-log.el (add-log-current-defun): Handle user-defined
13748         add-log-current-function returning nil,
13750         * add-log.el (add-change-log-entry): Insert version number
13751         if having found a current function
13753         * add-log.el (add-log-current-defun): Call
13754         `add-log-current-defun-function'.  Try matches at level 0 and
13755         level 1.  Strip whitespace from defun found.
13757 2000-01-10  John Wiegley  <johnw@gnu.org>
13759         * allout.el (isearch-done/outline-provisions): Added `edit'
13760         argument to correspond with the current definition of
13761         `isearch-done'.
13763 2000-01-10  Dave Love  <fx@gnu.org>
13765         * elide-head.el (elide-head): Use point-marker, not point.
13767 2000-01-10  Gerd Moellmann  <gerd@gnu.org>
13769         * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
13770         before and after the year 2000.
13772         * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
13773         Add ispell- prefix.
13775 2000-01-10  Ken Stevens  <k.stevens@ieee.org>
13777         * ispell.el:  Only define dictionaries in menus when they exist.
13778         (version18p): New variable.
13779         (version20p): New variable.
13780         (xemacsp): New variable.
13781         (ispell-choices-win-default-height): Fix for XEmacs visibility.
13782         (ispell-dictionary-alist1): Added Brasileiro dictionary.
13783         (ispell-dictionary-alist6): Russian command lines no longer accept
13784         run-together words.
13785         (ispell-local-dictionary-alist): Add koi8-r to customize definition.
13786         (ispell-dictionary-alist): Add koi8-r to customize definition.
13787         (check-ispell-version): Added documentation string.  Returns
13788         library path when called non-interactively.
13789         (ispell-menu-map-needed): Uses new variables.
13790         (ispell-library-path): New variable.
13791         (ispell-decode-string): XEmacs fix for bogus variable bindings.
13792         (ispell-word): Improved documentation string.  Test for valid
13793         character mappings.  Correctly check typed in word changes that can
13794         result in single words split into multiple words.  Returns
13795         replacement word.
13796         (ispell-command-loop): Fixes XEmacs display bugs.  Show word to
13797         replace in recursive query replace mode.  Help message for
13798         recursive edit mode.
13799         (ispell-show-choices): Protect against bad framepop bindings.
13800         (ispell-help): Fix to work with XEmacs.
13801         (ispell-highlight-spelling-error): Use new variables.
13802         (ispell-overlay-window): Fix to work with XEmacs.
13803         (ispell-parse-output): Passed and returns location information
13804         tracking spelling corrections.  Doesn't recheck same word on
13805         current line.
13806         (ispell-init-process): Protect against bogus XEmacs variable binding.
13807         Fix call to single argument in sleep-for.  Use new variables.
13808         (ispell-region): Passed and returns location information tracking
13809         spelling corrections.  Doesn't check same word on current line.
13810         Improved documentation string.  Doesn't resend a line already
13811         checked to the ispell process - fixes bug in LaTeX parsing.
13812         (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
13813         (ispell-skip-region): No longer skips <TT> in SGML.
13814         (ispell-process-line): Tracks location information with spelling
13815         corrections.  Added documentation string.  Accounts for words
13816         already accepted on this line.  Don't allow query-replace on line
13817         starting with math characters.  Doesn't resend a line already sent
13818         to ispell process.  Fixes alignment error bug.
13820 2000-01-10  Richard M. Stallman  <rms@gnu.org>
13822         * dired-x.el (dired-guess-shell-alist-default):
13823         Suggest xloadimage, which is free, not xv, which isn't.
13825         * ange-ftp.el (ange-ftp-file-name-nondirectory):
13826         Don't ever include the host name or user name in the value.
13828 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
13830         * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
13831         of a real newline.
13833 2000-01-09  Stephen Eglen  <stephen@gnu.org>
13835         * dired-x.el (dired-guess-shell-alist-default): Suggest xv
13836         for .png files.
13838 2000-01-09  Per Abrahamsen  <abraham@dina.kvl.dk>
13840         * cus-edit.el (custom-hook-convert-widget): Fix comment.
13842 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
13844         * progmodes/cperl-mode.el: Replace ^F with ^L.
13846         * sendmail.el (toplevel): Provide `sendmail' when compiling
13847         before `require'ing rmail and mailalias to prevent infinite
13848         recursion.
13850 2000-01-08  Dave Love  <fx@gnu.org>
13852         * emacs-lisp/backquote.el: Remove inappropriate customization
13853         (allowing custom.el to use backquote).
13855 2000-01-07  Dave Love  <fx@gnu.org>
13857         * add-log.el (add-log-debugging): Deleted.
13858         (add-change-log-entry): Treat a backup FILE-NAME as its parent
13859         file.  Remove debugging code.
13860         (change-log-get-method-definition, change-log-name): Add doc.
13861         (change-log-sortable-date-at): New function.
13862         (change-log-merge): New command.
13864         * time.el (display-time-string-forms): Make the Mail string active.
13865         (display-time-update): Provide help-echo for load average.
13867         * bindings.el (make-mode-line-mouse2-map): New function.
13868         (mode-line-modified): Use it and simplify.
13869         (mode-line-mule-info): Provide help-echo info.
13870         (minor-mode-alist): Activate the strings.
13871         (make-mode-line-mouse-sensitive): Simplify for
13872         mode-line-buffer-identification.
13874 2000-01-07  Gerd Moellmann  <gerd@gnu.org>
13876         * play/pong.el: New file.
13878 2000-01-06  Dave Love  <fx@gnu.org>
13880         * array.el: Assorted cleanups for compiler warnings, doc strings,
13881         `array-' prefix for symbols.
13883 2000-01-05  Dave Love  <fx@gnu.org>
13885         * textmodes/outline.el (outline-mode-menu-bar-map): Add
13886         outline-headers-as-kill.
13887         (outline-mode): Define imenu-generic-expression.
13888         (outline-headers-as-kill): New command.
13890         * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
13891         from paragraph-start.
13892         (paragraph-indent-minor-mode): New command.
13894         * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
13895         M-C-e, M-C-h, C-j, C-xnd, TAB.
13896         (fortran-mode): Set beginning-of-defun, end-of-defun.
13897         (fortran-column-ruler): Simplify.
13898         (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
13899         (fortran-with-subprogram-narrowing): Likewise.
13900         (fortran-indent-subprogram): Call mark-defun.
13901         (fortran-check-for-matching-do): Change narrowing.
13903         * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
13904         (cl-lucid-hash-tag): Delete.
13905         (cl-hash-table-p): Correct test for native table.
13906         (cl-hash-table-count): Use hash-table-count.
13908         * browse-url.el (browse-url): Fix case of
13909         browse-url-browser-function being an alist.
13911 2000-01-05  Carsten Dominik  <cd@gnu.org>
13913         * textmodes/reftex-vars.el (reftex-parse-file-extension)
13914         (reftex-index-phrase-file-extension): New options.
13916         * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
13917         Use new option `reftex-index-phrase-file-extension'.
13919         * textmodes/reftex.el (reftex-access-parse-file): Use new option
13920         `reftex-parse-file-extension'.
13922 2000-01-05  Dave Love  <fx@gnu.org>
13924         * emacs-lisp/lisp.el (beginning-of-defun): New variable.
13925         (beginning-of-defun-raw): Use it.
13926         (end-of-defun): New variable.
13927         (end-of-defun): Use it.
13928         (check-parens): New command.
13930 2000-01-05  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
13932         * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
13933         (hs-show-block): Don't use `mapcar' when not accumulating.
13935         Fix buglet in local variables initialization.
13937 2000-01-05  Andreas Schwab  <schwab@suse.de>
13939         * hscroll.el (hscroll): Doc fix.
13941 2000-01-05  Carsten Dominik  <cd@gnu.org>
13943         * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
13944         idlw-toolbar.
13946         * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
13947         file idlw-rinfo.el.
13948         (idlwave-customize): load must read file idlw-shell.el.
13949         (idlwave-create-customize-menu): load must read file idlw-shell.el.
13951 2000-01-05  Carsten Dominik  <dominik@astro.uva.nl>
13953         * progmodes/idlw-shell.el: Also provide idlwave-shell
13954         * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
13955         * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
13957         * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
13958         both reftex-dcr and reftex-vcr.
13960         * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
13962 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13964         * ps-print.el: PostScript code now is in separate files, doc fix.
13965         (ps-print-version): New version number (5.0.3).
13966         (ps-header-lines, ps-left-header, ps-right-header): No more buffer
13967         local.
13968         (ps-spool-config): Initialization fix.
13969         (ps-print-prologue-1, ps-print-prologue-2)
13970         (ps-print-duplex-feature): PostScript code moved to separated file.
13971         (ps-background-image): Little code reformating.
13972         (ps-begin-file, ps-begin-job): Fix code.
13973         (ps-postscript-code-directory, ps-mark-code-directory): New vars.
13974         (ps-prologue-file): New fun.
13976 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13978         * ps-vars.el: Eliminated.
13980         * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
13981         `;;;###autoload'.
13983         * ps-print.el: ps-vars eliminated, doc fix.
13984         (ps-print-version): New version number (5.0.2).
13985         (ps-spool-config): Initialization fix.
13986         (ps-print-customize): New fun.
13988 2000-01-04  Gerd Moellmann  <gerd@gnu.org>
13990         * autorevert.el (auto-revert-mode): Return value of
13991         auto-revert-mode.
13993 2000-01-04  Dave Love  <fx@gnu.org>
13995         * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
13996         menu items.
13998 2000-01-03  Dave Love  <fx@gnu.org>
14000         * elide-head.el (elide-head) [defgroup]: Add :version.
14002         * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
14003         (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
14004         `cl-hash-table-p', not `hash-table-p'.
14005         (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
14007 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
14009         * faces.el (face-read-integer, read-face-attribute)
14010         (color-defined-p, color-values): unspecified-{f,b}g are now
14011         strings.
14013 2000-01-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
14015         * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
14016         at comment end, and re-insert them after filling.
14018 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
14020         * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
14021         * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
14022         progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
14024 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
14026         * term/x-win.el (xw-defined-colors): Call color-supported-p,
14027         the new name of face-color-supported-p.
14029         * term/w32-win.el (xw-defined-colors): Likewise.
14031 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
14033         * simple.el (completion-setup-function): Count completion-size
14034         from minibuffer-prompt-end, not from point-min.
14036 2000-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
14038         * faces.el (read-face-attribute, defined-colors, color-defined-p):
14039         Pass the frame to tty-color-* functions.
14040         (display-color-p, frame-set-background-mode): Pass the frame to
14041         tty-display-color-p.
14043         * term/tty-colors.el (tty-defined-color-alist): Renamed from
14044         tty-color-alist.
14045         (tty-color-alist, tty-modify-color-alist): New functions.
14046         (tty-color-define,  tty-color-clear, tty-color-approximate)
14047         (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
14048         an optional parameter FRAME.
14050 2000-01-01  Gerd Moellmann  <gerd@gnu.org>
14052         * image.el (create-image, defimage): Don't assume image data is a
14053         string.
14055         * image.el (defimage): Handle specifications containing :data
14056         instead of :file.
14057         (image-type-from-data): New function.
14058         (image-type-from-file-header): Use it.
14059         (create-image): Add parameter DATA-P.
14061 See ChangeLog.8 for earlier changes.
14063 ;; Local Variables:
14064 ;; coding: iso-2022-7bit
14065 ;; End: